@charset "UTF-8";

/*-------------------------
font
-------------------------*/
/* .zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
} */


/*-------------------------
mv bg image
-------------------------*/

.section-mv {
  padding-top: 9rem;
}

.mv-image__forsp {
  display: none;
}

.mv-image {
  width: 100%;
  height: 800px;
  background-image: url("../image/img_top_pc.svg");
  background-position: top center;
  background-size: contain;
  z-index: 0;
  background-repeat: no-repeat;
}

/*-------------------------
news
-------------------------*/
.only-sp {
  display: none;
}

.news-catch a.only-pc {
  display: block;
}

.section-news {
  margin: 100px auto 180px auto;
  width: 100%;
  max-width: 1000px;
}

.top-news-area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

h2.news-title {
  background-image: none;
  font-size: 3.2rem;
  margin-bottom: 20px;
  padding: 0;
}

.news-catch a.only-pc {
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 34px;
  background-color: #fdd000;
  border: 2px solid #fffdf5;
  border-radius: 50px;
  font-size: 1.4rem;
  align-content: center;
  position: relative;
  box-shadow: 2px 2px 0 #c5c4c4;
}

.news-catch {
  margin-right: 80px;
}

.news-list {
  font-size: 2rem;
}

.news-list a div {
  display: flex;
  border-bottom: 2px dotted #aeaeae;
  padding-bottom: 4rem;
  margin-bottom: 40px;
}

.news-list a div.news-last {
  margin-bottom: 0;
}

.news-list a div dt {
  font-size: 1.8rem;
  color: #949494;
  margin-right: 15px;
  align-content: center;
}

.news-list a div dd {
  font-weight: bold;
  color: #333;
}

.news-list a div dd span {
  color: rgb(255, 0, 0);
}


.news-list a div:hover dd {
  color: #009944;
}

.news-list a .news_no_link:hover dd {
  color: #333;
}

.news-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #333;
  position: absolute;
  transform-origin: 0 0;
  left: 0;
  top: 0;
}

.news-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #333;
  position: absolute;
  transform-origin: 0 0;
  left: 0;
  top: 0;
}

.news-arrow::after {
  transform: rotate(-45deg);
  top: 22px;
  left: 122px;
}

.news-arrow::before {
  transform: rotate(45deg);
  top: 11px;
  left: 123px;
}


/*-------------------------
introduction
-------------------------*/
.section-intro {
  margin: 100px auto 180px auto;
  width: 100%;
  max-width: 1000px;
}

.section-intro div img {
  width: 100%;
}

.app-release {
  width: 100%;
  background-color: #fff;
  padding: 7rem 8rem;
  border-radius: 2rem;
}

.app-release-date {
  display: flex;
  justify-content: flex-start;
  font-size: 2.4rem;
  height: 80px;
  border-top: 3px dotted #8fc42f;
}

.app-release-date:last-child {
  border-bottom: 3px dotted #8fc42f;
}

.app-release-date dt {
  width: 40%;
  background-color: #f0f7d6;
  align-content: center;
  text-align: center;
}

.app-release-date dd {
  align-content: center;
  text-align: center;
  padding-left: 5rem;
}


/*-------------------------
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
-------------------------*/
.point-listarea p {
  margin: 0 auto;
  text-align: center;
}

.section-point {
  margin: 0 auto 180px;
  max-width: 1000px;
}

.point-listarea {
  margin: 0 auto;
}

.point-box {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  padding: 0 20px;
}

.point-img {
  text-align: right;
}

.point-box:nth-child(odd) {
  flex-direction: row-reverse;
}

.point-box:nth-child(odd) .point-img {
  text-align: left;
}

.point-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.point-title .point-number-img {
  max-width: 100px;
}

.point-title h3 {
  font-family: "Zen Maru Gothic";
  font-size: 3rem;
  font-weight: 900;
  margin-left: 20px;

}

.point-text p {
  text-align: left;
  max-width: 50rem;
  margin-bottom: 10px;
}



/*-------------------------
function
-------------------------*/
.section-function {
  margin: 0 auto 180px;
  max-width: 1000px;
}

.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-frame div img {
  width: 94%;
}

/*-------------------------
step
-------------------------*/
.section-step {
  max-width: 1000px;
  margin: 0 auto;
}

.section-step .join_rule {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #cde678;
  padding: 2rem;
  border-radius: 1.4rem;
}

.section-step .join_rule span {
  font-size: 3rem;
}



/*-------------------------
step(new)
-------------------------*/
.pdf_guide {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 850px;
  height: 85px;
  background-color: #00a95f;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 0 #009944;
  margin-bottom: 40px;
}

.step-pdf-area {
  margin: 0 auto;
  margin-top: 120px;
}

.pdf_guide span img {
  width: 32px;
  margin-right: 10px;
}

.pdf_guide:hover {
  transition: linear 0.2s;
  background-color: #f59e33;
  box-shadow: 0 4px 0 #f19626;
}

.pdf_guide p {
  color: #fff;
}

.section-step {
  margin-bottom: 100px;
}

.step_flow_area {
  max-width: 1000px;
  margin: 0 auto;
}

.section-step .step_box {
  max-width: 1000px;
  background-color: #fff;
  border-radius: 2.5rem;
  border: 3px solid #00a95f;
  padding-left: 6rem;
  padding-top: 6rem;
  display: flex;
}

.step_title {
  display: flex;
  align-items: baseline;
}

.step_title .step_number {
  font-size: 4.2rem;
  font-weight: bold;
  color: #009944;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
}

.step_number span {
  font-size: 2.2rem;
  font-weight: bold;
  color: #009944;
  margin-right: 4px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
}

.step_title h4 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #009944;
  margin-left: 10px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
}

.step_arrow {
  margin: 50px auto;
  text-align: center;
}

.step_arrow img {
  text-align: center;
  width: 5%;
}

.stepbox_texts {
  padding-bottom: 20px;
}

.stepbox_texts p {
  margin-left: 40px;
}

.stepbox_texts p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 45px;
}

.stepbox_download {
  display: flex;
  align-items: end;
  margin-left: 30px;
}

.stepbox_button {
  width: 200px;
}

.stepbox_button img:hover {
  opacity: 0.7;
}

.stepbox_button p {
  margin-left: 0;
  margin-bottom: 30px;
  text-align: center;
  width: 176px;
}

.step_box_downloadarea {
  display: flex;
}

.stepbox_img {
  display: inline-block;
  align-content: end;
}

.stepbox_img img {
  display: inline-block;
  align-content: baseline;
  width: 200px;
}

.last_step_area {
  max-width: 1000px;
  background-color: #eef4e1;
  border-radius: 2.5rem;
  border: 2px solid #569b55;
  padding-left: 6rem;
  padding-top: 5rem;
  display: flex;
  position: relative;
  height: 350px;
}

.last_step_imges {
  display: flex;
  position: absolute;
  left: 5%;
  top: calc(100% - 55.5%);
}

.last_step_imges img {
  width: 40%;
}

.last_step_imges div {
  width: 100%;
}

.last_step_imges2 img {
  width: 100%;
}

.last_step_imges2 {
  width: 35%;
  position: absolute;
  left: 4%;
  bottom: 0;
}

.last_step_text {
  position: absolute;
  left: 31%;
}

.last_step_text p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 45px;
}

.last_step_title {
  display: flex;
  align-items: baseline;
}

.last_step_title .last_step_number span {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 2.2rem;
  font-weight: bold;
  color: #009944;
  margin-right: 4px;
}

p.last_step_number {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 4.2rem;
  font-weight: bold;
  color: #009944;
}

.last_step_title h4 {
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #009944;
  margin-left: 10px;
}

.last_step_app {
  display: block;
}

.last_step_attension {
  font-size: 1.4rem;
  padding-left: 3rem;
  margin-top: 20px;
  line-height: 1.8rem;
}

.last_step_app {
  position: absolute;
  left: 42%;
  top: 50%;
}

.last_step_app .stepbox_button p {
  margin-left: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
}

.last_step_app .stepbox_button p {
  margin-left: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
}

.last_step_app .stepbox_download {
  align-items: end;
}

.qr img {
  width: 105px;
}

.app-button img {
  max-width: 100%;
}

.only_android {
  display: inline-block;
  background-color: #00a95f;
  width: 250px;
  height: 40px;
  color: #333;
  text-align: center;
  align-content: center;
  font-weight: bold;
  border-radius: 50px;
  border: 3px solid #00a95f;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: -20px;
  left: 20px;
}
.android_iphone{
  display: inline-block;
  background-color: #fff;
  width: 250px;
  height: 40px;
  color: #333;
  text-align: center;
  align-content: center;
  font-weight: bold;
  border-radius: 50px;
  border: 3px solid #00a95f;
  z-index: 1;
  position: absolute;
  top: -20px;
  left: 20px;
}

.app-button2 {
  margin-left: 30px;
  margin-bottom: 10px;
}
.step-pdf-area{
  text-align: center;
}
.step-detail-text{
  font-size: 2.6rem;
  background-color: #fff;
  max-width: 700px;
  padding: 1rem 2rem;
  border: 2px solid #00a95f;
  border-radius: 10px;
  color: #00a95f;
margin: 0 auto;
margin-bottom: 20px;
}
.step-detail-text span{
font-size: 2rem;
}
.step-detail-arrow img{
  width: 30px;
  margin-bottom: 20px;
}

/*-------------------------
FAQ
-------------------------*/
.section-faq {
  margin: 0 auto 180px;
}

.faq-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.faq-detail__item:nth-child(2) {
  padding: 5rem 0;
}

.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: 2.5rem;
  font-weight: 600;
  width: 100%;
  font-size: 2.8rem;
}

.faq-content .faq-detail__item dd p {
  margin: 15px 0 55px 0;
  width: 100%;
  padding: 0 5rem 0 9rem;
  font-size: 1.8rem;
  position: relative;
}

.faq-content .faq-detail__item dd p::after {
  border-bottom: 3px dotted #F8C166;
  content: "";
  position: absolute;
  bottom: -55px;
  right: 0;
  /*    transform: translateX(-50%);*/
  width: 92%;
}

.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;
  position: relative;
}

.faq-content .faq-detail__item dd ol::after {
  border-bottom: 3px dotted #F8C166;
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  /*    transform: translateX(-50%);*/
  width: 92%;
}

.faq-content .faq-detail__item dd ol.faq-detail__item-for03::after {
  border-bottom: none;
}

.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: #FFF;
  font-size: 4.0rem;
  font-weight: 600;
  background-color: #F5AD33;
  padding: 1rem 1.5rem;
  border-radius: 50vh;
}

/*-------------------------
contact
-------------------------*/
.section-contact {
  margin: 0 auto 200px;
}

.contact-frame {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 6rem 0 16rem 0;
  position: relative;
}

.contact-frame::before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 5rem;
  z-index: -1;
}

.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-content h3 {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.contact-detail__tel span {
  font-size: 2.8rem;
  font-weight: 600;
}

.contact-detail__tel a {
  font-size: 5.2rem;
  font-weight: 600;
  margin-left: 30px;
}

.contact-detail__tel p {
  font-size: 2.0rem;
}

/* 支援会ページ */
.section-shienkai {
  margin: 0 auto 150px auto;
  width: 100%;
  max-width: 1000px;
}
p.shienkai-attention {
  font-size: 3.2rem;
  line-height: 4.5rem;
}

p.shienkai-attention span {
  font-weight: bold;
  text-decoration: underline;
}

/* 試演会ボタン */
.shienkai_link {
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 650px;
  height: 85px;
  background-color: #00a95f;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 0 #009944;
  margin-bottom: 40px;
}
.shienkai_link:hover {
  transition: linear 0.2s;
  background-color: #f59e33;
  box-shadow: 0 4px 0 #f19626;
}

.shienkai_link p {
  color: #fff;
}

.top-backbutton {
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  background-color: #00a95f;
  max-width: 450px;
  height: 60px;
  padding: 20px 70px;
  border-radius: 10px;
  align-content: center;
  margin-top: 150px;
  color: #fff;
  display: inline-block;
  margin-top: 100px;
}

.back-button {
  text-align: center;
}

.top-backbutton:hover {
  opacity: 0.7;
  transition: 0.2s linear;
}

.contact-link {
  margin-top: 50px;
  text-align: center;
  font-size: 2.2rem;
}

.contact-link p a {
  font-weight: bold;
  color: #009944;
  font-size: 2.4rem;
}

.contact-link p:hover a {
  font-weight: bold;
  color: #F5AD33;
  font-size: 2.4rem;
  transition: linear 0.2s;
}

@media (max-width: 1024px) {
  .sp520 {
    display: none;
  }

  .section-mv {
    padding-top: 8rem;
  }

  .mv-image {
    display: none;
  }

  .mv-image__forsp {
    display: block;
  }

  .mv-image__forsp img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    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;
  }

  .footer-content {
    padding: 0;
  }

  .footer-content img {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .app-release {
    padding: 5rem 4rem;
    max-width: 900px;
    margin: 0 auto;
  }

  .app-release-date dd {
    padding-left: 3.5rem;
  }

  .step_box_downloadarea {
    display: block;
    margin-left: 100px;
  }

  .stepbox_button p {
    margin-bottom: 10px;
  }

  .stepbox_download {
    margin-bottom: 15px;
  }

  .stepbox_texts p {
    margin-right: 20px;
  }

  .stepbox_texts p {
    margin-left: 24px;
  }

  .stepbox_button p {
    width: 120px;
  }

  .step_title .step_number {
    margin-right: 5px;
  }

  .step_title h4 {
    margin-left: 0;
  }

  .app-button2 {
    font-size: 1.6rem;
  }

  /* .last_step_imges2 {
    top: calc(100% - 44.5%);
  } */

  .contact-content__detail {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .only-sp {
    display: block;
  }

  .news-catch a.only-pc {
    display: none;
  }

  .top-news-area {
    display: block;
    text-align: center;
  }

  .news-catch {
    margin-right: 0;
  }

  .news-catch a {
    text-align: center;
  }

  .news-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .news-list {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .top-news-area a.only-sp {
    display: inline-block;
    text-align: center;
    width: 290px;
    height: 54px;
    background-color: #fdd000;
    border: 2px solid #fffdf5;
    border-radius: 50px;
    font-size: 1.6rem;
    align-content: center;
    position: relative;
    box-shadow: 2px 2px 0 #c5c4c4;
  }

  .news-list a div dd {
    text-align: left;
    font-size: 1.6rem;
  }

  .news-list a div dt {
    font-size: 1.6rem;
  }

  .news-arrow2::after {
    top: 31px;
    left: 204px;
  }

  .news-arrow2::before {
    top: 20px;
    left: 204px;
  }




  .app-release {
    width: 700px;
  }

  .app-release-date {
    font-size: 2.2rem;
  }

  .app-release-date dt {
    width: 30%;
  }

  .point-title {
    display: block;
  }

  .point-title h3 {
    margin-left: 0;
  }

  .point-text p {
    margin-top: 20px;
  }

  .sp520 {
    display: none;
  }

  .intro-content {
    column-gap: 60px;
  }

  .intro-content p {
    font-size: 1.6rem;
  }

  .section-step .step_box {
    flex-direction: column-reverse;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .stepbox_img {
    text-align: center;
  }

  .last_step_area {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .last_step_text {
    left: 5.4rem;
  }

  .last_step_app {
    left: 50%;
    transform: translateX(-50%);
  }

  .last_step_attension {
    padding-left: 0;
    width: 480px;
  }

  .stepbox_download {
    margin-left: 40px;
  }

  .app-button2 {
    text-align: center;
    margin-left: 0;
  }

  .last_step_imges2 {
    /* top: calc(100% - 29.3%); */
    left: 50%;
    transform: translateX(-50%);
  }

  .last_step_area {
    height: 800px;
  }

  .last_step_app {
    top: 34%;
  }
  .last_step_imges2 img {
    width: 120%;
  }
  .function-frame .function-image img {
    width: 100%;
  }
  .pdf_guide{
    padding: 1.5rem 2rem;
  }
}

@media (max-width: 520px) {
  p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .section-shienkai{
    margin-bottom: 50px;
  }
.shienkai_link{
  max-width: 320px;
padding: 0 2rem;
}
.shienkai_link p{
text-align: center;
}

  .news-list {
    max-width: 340px;
  }

  .news-list a div {
    display: block;
  }

  .news-list a div dt {
    text-align-last: left;
    margin-bottom: 5px;
  }

  .news-list a div dd {
    text-align-last: left;
  }

  .app-release-date {
    font-size: 2rem;
  }

  .app-release-date {
    display: block;
  }

  .app-release {
    width: 360px;
  }

  .app-release-date {
    height: 120px;
  }

  .app-release-date dt {
    width: 100%;
    height: 35px;
  }

  .app-release-date dd {
    padding-left: 0;
    height: 70px;
    line-height: 3rem;
  }

  .app-release-date:last-child {
    border-top: none;
  }

  .function-frame div img {
    width: 100%;
  }

  .sp520 {
    display: block;
  }

  .sp520_none {
    display: none;
  }

  .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;
  }

  .section-step .join_rule {
    font-size: 2rem;
    line-height: 3rem;
  }

  .section-step .join_rule span {
    font-size: 2.4rem;
  }

  .balloon-no2,
  .balloon-no3 {
    top: -8%;
    left: 5%;
  }

  .balloon-no1,
  .balloon-no4 {
    top: -5%;
    left: 5%;
  }

  .step-detail__desc {
    padding: 6rem 4rem 2rem 4rem;
  }

  .step_arrow img {
    width: 8%;
  }

  .install-detail__item img {
    height: 40px;
    width: auto;
  }

  .app-code {
    width: 80px;
    height: 80px;
    margin-left: 20px;
  }

  .app-code__ios {
    margin-left: 45px;
  }

  /* step */
  .step_title {
    display: block;
  }

  .step_title .step_number {
    margin-bottom: 10px;
  }

  .step-detail__desc p {
    margin-bottom: 15px;
  }

  .step-phone__image {
    height: 220px;
    width: auto;
  }

  .stepbox_texts p {
    margin-left: 5px;
  }

  .step_box_downloadarea {
    margin-left: 0;
  }

  .last_step_attension {
    max-width: 300px;
    margin: 0 auto;
  }

  .stepbox_download {
    margin-left: 0;
  }

  /* .last_step_imges2 {
    top: calc(100% - 19.3%);
  } */

  .last_step_app {
    top: 40%;
  }

  .last_step_text {
    left: 4.4rem;
  }

  .stepbox_button {
    width: 180px;
  }

  .pdf_guide {
padding: 1.5rem 2rem;
height: 70px;
  }
  .pdf_guide p{
    font-size: 1.4rem;
  }
  .pdf_guide span img{
    width: 28px;
  }


  .step_title h4 {
    margin-bottom: 20px;
    line-height: 3.2rem;
    font-size: 2.4rem;
  }

  .last_step_imges2 {
    width: 52%;
    left: 45%;
  }

  .last_step_title h4 {
    font-size: 2.4rem;
  }

  .last_step_title {
    display: block;
    margin-bottom: 10px;
  }

  .last_step_text p {
    margin-bottom: 10px;
    width: 90%;
  }
  .step-detail-text{
    font-size: 2.2rem;
  }
  .step-detail-text span{
    font-size: 1.8rem;
  }

  .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.6rem;
  }

  .contact-content img {
    height: 50px;
    width: auto;
  }

  .contact-detail__tel span {
    font-size: 2.2rem;
  }

  .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;
  }

  .point-title .point-number-img {
    margin-bottom: 10px;
  }

  /* point */
  .section-point {
    margin: 0 auto 100px;
  }

  .point-box {
    display: block;
  }

  .point-box .point-img {
    text-align: center;
  }

  .point-box .point-img img {
    width: 80%;
  }

  .point-text {
    margin-bottom: 25px;
  }

  .point-img,
  .point-box:nth-child(odd) .point-img {
    text-align: center;
  }

  .point-title h3 {
    font-size: 2.4rem;
  }

  /* contact */
  .contact-detail__tel {
    text-align: center;
  }

  .contact-detail__tel p {
    padding: 0 3.8rem;
    margin-top: 20px;
  }

  .section-contact {
    margin: 0 auto 100px;
  }

  .contact-frame {
    padding: 6rem 0 8rem 0;
  }

  .section-faq {
    margin: 0 auto 100px;
  }

  .section-function {
    margin: 0 auto 100px;
  }

  .section-intro {
    margin: 100px auto 100px auto;
  }

  /*  */
  .faq-content .faq-detail__item dt p {
    font-size: 2.2rem;
  }

  .section-step .join_img_pc img {
    display: none;
  }

  .section-step .join_img_sp img {
    display: block;
  }

  .last_step_area {
    height: 900px;
  }

  p.shienkai-attention {
    font-size: 2.2rem;
    line-height: 4.5rem;
  }

  .contact-link {
    font-size: 2rem;
  }

  .contact-link p a {
    font-size: 1.6rem;
  }
}

@media (max-width: 320px) {
  .top-news-area {
    padding: 0 0.8rem;
  }

  .top-news-area a.only-sp {
    width: 260px;
  }

  .app-release {
    width: 300px;
  }

  .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;
  }

  .function-frame div img {
    width: 85%;
  }

  .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;
  }

  .step-frame .join_img_pc img {
    display: none;
  }

  .step-frame .join_img_sp img {
    display: block;
  }

  .stepbox_download {
    margin-left: 0;
    display: block;
    text-align: center;
  }

  .last_step_attension {
    max-width: 250px;
  }

  .stepbox_button p {
    text-align: center;
    width: auto;
    margin-right: 0;
  }

  .app-button {
    margin-bottom: 5px;
  }

  .stepbox_download {
    margin-bottom: 30px;
  }

  .last_step_title {
    display: block;
    margin-bottom: 10px;
  }

  .last_step_text p {
    margin-bottom: 10px;
  }

  .last_step_title h4 {
    margin-left: 0;
  }

  .last_step_text {
    left: 3.4rem;
  }

  .last_step_app {
    top: 44%;
  }

  .last_step_area {
    height: 950px;
  }

  .last_step_app {
    top: 38%;
  }

  .last_step_imges2 {
    top: calc(100% - 15%);
  }

  .faq-content .faq-detail__item dt p {
    padding-left: 1rem;
  }

  .contact-detail__tel span {
    font-size: 2rem;
  }

  .contact-detail__tel a {
    margin-left: 0;
  }

  p.footer-copyright__note {
    font-size: 1rem;
  }

}


/* 20250321_グロナビ_フレイル予防_リンクアイコン追加*/
.function_point_box{
max-width: 450px;
background-color: #fff;
height: 450px;
padding: 4rem;
border-radius: 1.6rem;
box-shadow:  0px 4px 0 #1a1a1a3b;
}

.function_textbox h5{
  font-size: 2.8rem;
font-weight: bold;
color: #EE7800;
margin-bottom: 30px;
}

.ft_text_left{
font-size: 1.8rem;
text-align-last: left;
margin-bottom: 30px;
}

.ft_text_center{
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
}

.ft_text_center span{
/* background-color: #F2C81C; */
background: linear-gradient(transparent 70%, #F2C81C 50%);
}


/* 20250404_参加について　手順修正*/

.last_step_text {
  position: absolute;
  left: 31%;
}

.last_step_area {
  max-width: 1000px;
  background-color: #fff;
  border-radius: 2.5rem;
  border: 3px solid #00a95f;
  padding-left: 6rem;
  padding-top: 5rem;
  display: flex;
  position: relative;
  height: 350px;
}

.last_step_text {
  position: absolute;
  left: 42%;
}

.last_step_text p {
  line-height: 2.4rem;
  margin-bottom: 45px;
}

.stepbox_button p {
  margin-bottom: 15px;
}

.app-button{
  max-width: 90%;
}


.googlefit_step_app {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.googlefit_step_app p{
font-size: 1.8rem;
line-height: 2.2rem;
}

.googlefit_text{
  font-size: 1.8rem;
  padding-left: 1rem;
  text-indent: -2.2rem;
  }

.googlefit_text::before{
  content: "※  ";
}
.gf_attension_box{
  max-width: 60rem;
}

.gf_app{
  height: 350px;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 2.5rem;
  border: 3px solid #00a95f;
  padding-left: 6rem;
  padding-top: 5rem;
  display: flex;
  position: relative;
  height: 350px;
}
.stepbox_download {
  display: flex;
      align-items: stretch;
      margin-right: 25px;
}

.googlefit_step_app .gf_comment{
  font-size: 1.6rem;
}

@media (max-width: 768px) {
.stepbox_button .gf_comment{
  font-size: 1.6rem;
}
.gf_app {
  height: 450px;
}
.googlefit_step_app{
  display: block;
  align-items: flex-end;
}
.stepbox_download{
  justify-content: center;
}
.stepbox_button{
  max-width: 300px;
  text-align: center;
}
.stepbox_button p{
  width: 100%;
}
.googlefit_step_app{
  top: 30%;
}
.gf_attension_box{
  margin: 0 auto;
}
.step_box_downloadarea{
  margin-left: 0;
}
.last_step_area{
  height: 550px;
}
.last_step_text{
  left: 10%;
}
}

@media (max-width: 520px) {

  .googlefit_step_app{
    top: 32%;
  }
  .stepbox_download{
    margin-right: 0;
  }
  .gf_attension_box{
    max-width: 28rem;
  }
  .last_step_area{
    height: 640px;
  }
  .last_step_area{
    height: 550px;
  }
  .last_step_text p{
    margin-bottom: 10px;
  }

  .gf_app{
    padding: 6rem 3rem 0;
    height: 600px;
  }

}


/* 20250605_アプリの特徴　修正*/
.point_gift_link{
display: inline-block;
    text-align: center;
    height: 40px;
    background-color: #fdd000;
    border: 2px solid #fffdf5;
    border-radius: 50px;
    font-size: 1.6rem;
    align-content: center;
    position: relative;
    box-shadow: 2px 2px 0 #c5c4c4;
    padding: 0 2rem 0 4rem;
    margin-top: 10px;
}
.point_gift_link::before{
content: "";
position: absolute;
background-image: url(../image/externallink_icon.png);
background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  background-size: 74%;
  display: inline-block;
    left: 18px;
    top: 8px;
}
.point_gift_link:hover{
  opacity: 0.8;
    transition: 0.3s ease;
}
.point-box{
  padding: 0 1.4rem;
}
.point-text p{
  max-width: 56rem;
}
.point-title h3{
  margin-left: 15px;
}
.point-box{
  margin-top: 110px;
}

/*-------------------------
install
-------------------------*/
.section-install{
  max-width: 1000px;
  margin: 100px auto 180px auto;
}
.install_area{
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  align-items: baseline;
/* background-color: #fff; */
}
.install_area h3{
text-align: center;
font-size: 2rem;
}
.install_frame{
margin: 0 auto;
padding: 2rem 0 1rem;
position: relative;
}

.install_links{
display: flex;
justify-content: center;
align-items: stretch;
padding: 0 1rem;
}
.install_btntxt{
  text-align: center;
  margin-right: 10px;
}
.install_links_left {
    border-right: #00a95f dotted 3px;
    padding: 0rem 1rem 1rem 0;
    margin-right: 10px;
}
.install_button:hover{
opacity: 0.7;
transition: 0.3s ease;
}
.install_button img{ 
  width: 100%;
  max-width: 170px;
}
.install_qr img{ 
  width: 115px;
}

.install_button_ios img{
  max-width: 138px;
}
.install_device{
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 2.4rem;
}
.install_device span{
font-size: 2.6rem;
color: #00a95f;
font-family: "Zen Maru Gothic";
font-weight: bold;
}

.install_content{
color: #333;
text-align: center;
font-weight: bold;
margin-bottom: 24px;
background-color: #fff;
border: 2px solid #00a95f;
border-radius: 100px;
padding: 0.5rem;
line-height: 2.4rem;
}
.install_content span{
font-size: 2.2rem;
color: #00a95f;
font-family: "Zen Maru Gothic";
font-weight: bold;
}

.install_android_apps{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.install_textarea{
  margin-top: 20px;
}
.install_text{
  max-width: 950px;
font-size: 1.4rem;
line-height: 2.2rem;
    padding-left: 1rem;
    text-indent: -2.2rem;
  margin: 0 auto;

}
.install_text::before{
content: "※ ";
}

.install_join_link{
  text-align: center;
  margin-top: 40px;
font-family: "Zen Maru Gothic";
  font-weight: bold;
  position: relative;
}
.install_join_link:hover{
opacity: 0.7;
}
.install_join_link span{
  color: #00a95f;
  font-size: 2.2rem;
}
.install_join_link::after{
  position: absolute;
  content: "";
  background-image: url("../image/arrow_flow.png");
  background-position: top center;
  background-size: contain;
  z-index: 0;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 40px;
  left: 50%;
transform: translateX(-50%);
}
.fraility_link_button{
display: inline-block;
    text-align: center;
    height: 40px;
    background-color: #fdd000;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 1.6rem;
    align-content: center;
    position: relative;
    padding: 0 2rem 0 4rem;
    margin-top: 10px;
    box-shadow: 2px 2px 0 #c5c4c4;
}
.fraility_link_button::before{
content: "";
position: absolute;
background-image: url(../image/link_icon_black.svg);
background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  background-size: 74%;
  display: inline-block;
    left: 18px;
    top: 8px;
}
.fraility_link_button:hover{
  opacity: 0.8;
    transition: 0.3s ease;
}


@media (max-width: 960px) {
.section-install{
max-width: 800px;
  }
.install_area{
display: block;
}
.install_links_left{
  border-right: 0;
}
.install_links{
  justify-content: center;
}
.install_android_apps{
  justify-content: space-around;
}
.install_text{
  max-width: 650px;
}

.point-box{
  align-items: center;
}
.point-title h3{
  margin-left: 0;
}
.point-title .point-number-img{
  margin-bottom: 10px;
}
}

@media (max-width: 768px) {
.point-box{
  display: block;
}
.point-text{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.point-title{
margin: 0 auto;
text-align: center;
width: 100%;
max-width: 600px;
}
.point-title h3{
  text-align: center;
}
.function-frame div img{
  text-align: center;
}
.point-title .point-number-img{
  width: 100%;
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
}
.point-img{
  text-align: center;  
  margin-top: 30px;
}
.point-img img{
width: 100%;
max-width: 400px;
}
.point-box:nth-child(odd) .point-img {
  text-align: center;
}
.point-box .point04_sp img{
width: 100%;
max-width: 500px;
}
}

@media (max-width: 520px) {
.install_android_apps{
  display: block;
}
.install_links_sp{
  margin-bottom: 50px;
}
.install_text{
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.install_content{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.install_join_link{
  font-size: 2.2rem;
  line-height: 3.6rem;
}
.install_join_link::after{
  top: 120px;
}
.install_links_left{
 padding: 0 0 1rem 0; 
 margin-right: 0;
}
.section-install{
  margin-bottom: 150px;
}
.point-box .point04_sp img{
width: 100%;
}
.fraility_link_button{
  font-size: 1.4rem;
}
.point_gift_link{
  font-size: 1.4rem;
}
}

@media (max-width: 360px) {
.install_text{
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.point-title{
  text-align: center;
}
.point-title .point-number-img{
  text-align: center;
}
}

/* 20250630 追記 */
.point-gifttxt{
padding-left: 2rem;
text-indent: -2.2rem;
padding-right: 2rem;
}
.point-gifttxt::before{
content: "※";
}
/* 20250912　追記 */
.shienkai_link p{
font-size: 2rem;
text-align: center;
line-height: 1.5;
}
.shienkai_link p span{
  font-size: 2.5rem;
}
@media (max-width: 520px) {
.shienkai_link p{
font-size: 1.3rem;
}
.shienkai_link p span{
  font-size: 1.6rem;
}
}

/* 20250924 */
.section-shienkai_top {
  margin: 0 auto 50px auto;
  width: 100%;
  max-width: 1000px;
}
.section-shienkai_top .shienkai_link{
margin-bottom: 0;
}
@media (max-width: 520px) {
.section-shienkai_top .shienkai_link{
  margin-bottom: 0;
}
}

/* 20251104_参加についてフロー修正 */
.section-step .step_box{
  padding: 3rem;
}
.flow_202511_01 {
  position: relative;
  padding-left: 0;
  padding-bottom: 3rem;
}

.flow_202511_01 .stepbox_texts{
width: 100%;
}

.flow_202511_01 .step_box_downloadarea{
  justify-content: center;
}
.flow_202511_01 .step_title{
  display: block;
  margin-bottom: 50px;
}
.flow_202511_01 .step_title p{
margin-left: 10px;
}
.flow_202511_01 .step_title .step_number{
  margin-bottom: 10px;
}
.flow_202511_01 .step_number{
  margin-left: 30px;
}
.flow_202511_01 h4{
margin-bottom: 20px;
}
.flow_202511_01 .stepbox_texts p{
  margin-left: 10px;
}
.flow_202511_01 .stepbox_button{
justify-content: center;
width: 100%;
max-width: 220px;
}
.flow_202511_01 .stepbox_button p{
  width: 210px;
margin-left: 0;
}
.flow_202511_01 .stepbox_download{
  align-items: center;
}
.fstep_contents_group{
  display: flex;
  justify-content: center;
}
.fstep2_contents{
  width: 100%;
  max-width: 300px;
}

.fstep2_contents .stepbox_img img{
align-items: baseline;
}

.flow_202511_01 h5{
  text-align: center;
  width: 100%;
  max-width: 900px;
margin: 0 auto;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 30px;
  padding: 1rem;
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  background-color: hsla(74, 69%, 69%, 0.511);
  border-radius: 1.4rem;
}

.section-step .step_box{
  display: block;
}

.flow_202511_step3 .stepbox_texts{
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 50px;
}
/* .flow_202511_step3 .stepbox_img img{
  width: 150px;
} */
.flow_202511_step3 .stepbox_texts_block{
  display: block;
  width: 100%;
  max-width: 450px;
  border-right: 3px dotted #ccc;
  padding: 0 2rem;
}
.flow_202511_step3 .stepbox_texts_block:nth-child(2){
  border-right: none;
}
.flow_202511_step3 .stepbox_texts_block p{
height: 100px;
}
.stepbox_texts_block_2_3{
  display: flex;
  justify-content: space-between;
}
.flow_202511_step3 .stepbox_img{
  display: block;
  text-align: center;
}
.flow_202511_step3 .stepbox_img img{
  text-align: center;
  width: auto;
}

.only_android_button_3{
  display: inline-block;
  background-color: #00a95f;
  width: 250px;
  height: 40px;
  color: #fff;
  text-align: center;
  align-content: center;
  font-weight: bold;
  border-radius: 50px;
  border: 3px solid #00a95f;
}
.only_iphone_button_3{
  display: inline-block;
  background-color: #f5a133;
  width: 250px;
  height: 40px;
  color: #fff;
  text-align: center;
  align-content: center;
  font-weight: bold;
  border-radius: 50px;
  border: 3px solid #f5a133;
}
.stepbox_texts_block_txt{
  margin-top: 20px;
}

.faq_detail_link{
  color: #009944;
}
.faq_detail_link:hover{
  color: #EE7800;
  transition: linear 0.2s;
}

@media (max-width: 520px) {
.stepbox_texts_block_2_3{
  display: block;
}
.flow_202511_step3 .stepbox_texts_block{
  border-right: none;
}
.section-step .step_box {
    padding: 2rem;
}
.flow_202511_01 .stepbox_download{
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 2rem;
  border-bottom: 3px dotted #ccc;
}
.flow_202511_01 .stepbox_download:nth-child(2n){
  width: 100%;
  max-width: 350px;
  display: block;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 2rem;
  border-bottom: 3px dotted #ccc;
}
.app-button img{
  max-width: 80%;
  margin: 0 auto;
}
.flow_202511_01 .stepbox_button{
  margin: 0 auto;
}
.flow_202511_01 .stepbox_download .qr{
  margin: 0 auto;
  text-align: center;
}
.flow_202511_01 .step_number {
    margin-left: 10px;
}
.flow_202511_step3 .stepbox_texts_block p{
  height: auto;
}
.flow_202511_step3 .stepbox_img img{
  width: 100%;
  max-width: 300px;
}
}