@charset "UTF-8";
/**
 * 変数
 */
/**
 * color
 * ---------------------------
 */
/**
 * コンテンツ幅
 * ---------------------------
 */
/**
 * font famiry
 * ---------------------------
 */
/**
 * font size
 * ---------------------------
 */
:root {
  --fontSize: 20px;
  --font-2xs: calc(var(--fontSize) * 0.6); /* 12px */
  --font-xs: calc(var(--fontSize) * 0.7); /* 14px */
  --font-s: calc(var(--fontSize) * 0.8); /* 16px */
  --font-m: calc(var(--fontSize) * 0.9); /* 18px */
  --font-l: calc(var(--fontSize) * 1);
  --font-xl: calc(var(--fontSize) * 1.1); /* 22px */
  --font-2xl: calc(var(--fontSize) * 1.1); /* 22px */
  --font-3xl: calc(var(--fontSize) * 1.25); /* 25px */
  --font-4xl: calc(var(--fontSize) * 1.5); /* 30px */
  --font-4_2xl: calc(var(--fontSize) * 1.5); /* 30px */
  --font-5xl: calc(var(--fontSize) * 1.5); /* 30px */
}

@media (min-width: 768px) {
  :root {
    --font-2xs: calc(var(--fontSize) * 0.7); /* 14px */
    --font-xs: calc(var(--fontSize) * 0.8); /* 16px */
    --font-s: calc(var(--fontSize) * 0.9); /* 18px */
    --font-m: calc(var(--fontSize) * 1);
    --font-l: calc(var(--fontSize) * 1.1); /* 22px */
    --font-xl: calc(var(--fontSize) * 1.25); /* 25px */
    --font-2xl: calc(var(--fontSize) * 1.5); /* 30px */
    --font-3xl: calc(var(--fontSize) * 1.75); /* 35px */
    --font-4xl: calc(var(--fontSize) * 2); /* 40px */
    --font-4_2xl: calc(var(--fontSize) * 2.1); /* 42px */
    --font-5xl: calc(var(--fontSize) * 2.25); /* 45px */
  }
}
/*
overview
---------------------------*/
#overview {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #FEF8DE), color-stop(70%, #ffffff));
  background: linear-gradient(180deg, #FEF8DE 30%, #ffffff 70%);
}
#overview > .wrap {
  background: #ffffff;
  border-top: 1px solid #026934;
  border-left: 1px solid #026934;
  border-right: 1px solid #026934;
  border-radius: 25px 25px 0 0;
}
@media (min-width: 769px) {
  #overview > .wrap {
    border-radius: 50px 50px 0 0;
  }
}

/*
can
---------------------------*/
#can .wrap {
  margin-bottom: 100px;
}
#can .main-title__wrap {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
#can .sub-title__wrap {
  margin-top: 10px;
}
#can .sub-title__wrap p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#can .detail__wrap {
  margin-top: 30px;
}
#can .detail__wrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
}
#can .point__wrap {
  position: relative;
  margin-top: 60px;
}
#can .point__wrap .smartphone {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
#can .point__wrap .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
#can .point__wrap .point .point__box {
  width: 98%;
  max-width: 500px;
  margin: 0 auto;
}
#can .point__wrap .point .point__box + .point__box {
  margin-top: 40px;
}
#can .point__wrap .point .point__box--inner {
  position: relative;
  padding-top: 40px;
}
#can .point__wrap .point .point__box--tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
}
#can .point__wrap .point .point__box--tab p:nth-of-type(1) {
  width: 90px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #026934;
  border-left: 1px solid #026934;
  border-radius: 10px 0 0 0;
}
#can .point__wrap .point .point__box--tab p:nth-of-type(2) {
  width: 40px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background: #E75611;
  border-top: 1px solid #026934;
  border-right: 1px solid #026934;
  border-radius: 0 10px 0 0;
}
#can .point__wrap .point .point__box--contents {
  border: 1px solid #026934;
  border-radius: 0 25px 25px 25px;
  -webkit-box-shadow: 15px 15px 0px #C0EDC6;
          box-shadow: 15px 15px 0px #C0EDC6;
}
#can .point__wrap .point .point__box--title {
  padding: 40px 0 36px;
  background: #FFF9B1;
  border-radius: 0 25px 0 0;
}
#can .point__wrap .point .point__box--title p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
#can .point__wrap .point .point__box--detail {
  padding: 30px 5% 40px;
  background: #ffffff;
  border-radius: 0 0 25px 25px;
}
#can .point__wrap .point .point__box--detail .text p {
  font-size: min(4.5vw, 18px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
#can .point__wrap .point .point__box--detail .btn {
  width: 100%;
  margin-top: 30px;
}
#can .point__wrap .point .point__box--detail .btn a {
  position: relative;
  padding: 22px 20% 26px 10%;
  font-size: min(5.2vw, 20px);
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #E75611;
  border-radius: 10px;
}
#can .point__wrap .point .point__box--detail .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url("/img/common/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  #can .wrap {
    margin-bottom: 150px;
  }
  #can .main-title__wrap {
    max-width: 742px;
  }
  #can .sub-title__wrap {
    margin-top: 10px;
  }
  #can .sub-title__wrap p {
    font-size: 34px;
    text-align: center;
  }
  #can .detail__wrap {
    margin-top: 30px;
  }
  #can .detail__wrap p {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 1000px) {
  #can .point__wrap {
    margin-top: 100px;
  }
  #can .point__wrap .smartphone {
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    margin: auto;
    padding-left: 0;
    width: 32%;
    max-width: initial;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #can .point__wrap .point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
  #can .point__wrap .point .point__box {
    width: 50%;
    margin: 0;
  }
  #can .point__wrap .point .point__box + .point__box {
    margin-top: 0;
  }
  #can .point__wrap .point .point__box:nth-of-type(2n) .point__box--inner {
    margin: 0 0 0 auto;
  }
  #can .point__wrap .point .point__box:nth-of-type(n+3) {
    margin-top: 50px;
  }
  #can .point__wrap .point .point__box--inner {
    width: 62%;
  }
  #can .point__wrap .point .point__box--contents {
    border-radius: 0 30px 30px 30px;
  }
  #can .point__wrap .point .point__box--title {
    border-radius: 0 30px 0 0;
  }
  #can .point__wrap .point .point__box--detail {
    border-radius: 0 0 30px 30px;
  }
  #can .point__wrap .point .point__box--detail .text p {
    font-size: min(1.5vw, 18px);
  }
  #can .point__wrap .point .point__box--detail .btn a {
    padding: 22px 10px 26px;
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  #can .point__wrap .point .point__box--inner {
    width: 70%;
  }
}

/*
app
---------------------------*/
.app__title {
  padding: 80px 0;
  border-top: 1px solid #026934;
  border-left: 1px solid #026934;
  border-right: 1px solid #026934;
  border-radius: 50px 50px 0 0;
}
.app__title.walk {
  background: #FAD0BB;
}
.app__title.health {
  background: #FAECAE;
}
.app__title.meet {
  background: #C7D3F0;
}
.app__title .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.app__title--text {
  width: 100%;
}
.app__title--text .en {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
.app__title--text .jp {
  width: 100%;
  max-width: 325px;
  margin: 35px auto 0;
}
.app__title--text .jp p {
  position: relative;
  width: 95%;
  margin: 0 auto;
  font-size: min(7.5vw, 28px);
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
.app__title--text .jp p::before, .app__title--text .jp p::after {
  content: "";
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 22/72;
}
.app__title--text .jp p::before {
  left: 0;
  background: url("/img/common/brackets-start.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.app__title--text .jp p::after {
  right: 0;
  background: url("/img/common/brackets-end.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.app__title--text .text {
  margin-top: 30px;
}
.app__title--text .text p {
  font-size: min(5.5vw, 20px);
  font-weight: 700;
  text-align: center;
}
.app__title--text .detail {
  width: 100%;
  max-width: 440px;
  margin: 50px auto 0;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #026934;
  border-radius: 30px;
  -webkit-box-shadow: 15px 15px 0 rgba(2, 105, 52, 0.15);
          box-shadow: 15px 15px 0 rgba(2, 105, 52, 0.15);
}
.app__title--text .detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app__title--text .detail ul li > * + * {
  margin-left: 5px;
}
.app__title--text .detail ul li + li {
  margin-top: 20px;
}
.app__title--text .detail ul li .number {
  display: inline-block;
  padding: 7px 5px 10px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background: #E75611;
  border-radius: 50%;
}
.app__title--text .detail ul li p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(5vw, 18px);
  font-weight: 700;
}
.app__title--img {
  width: 100%;
  max-width: 500px;
  margin: 50px auto 0;
}
.app__title--img:not(.list) .img__wrap {
  width: 44%;
  max-width: 220px;
  margin: 0 auto;
}
.app__title--img.list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app__title--img.list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url("/img/common/icon-arrow-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.app__title--img.list .img__wrap {
  width: calc((100% - 60px) / 2);
}
.app__detail {
  padding: 100px 0 145px;
}
.app__detail.walk {
  background: #FEF3EE;
}
.app__detail.health {
  background: #FEFAEB;
}
.app__detail.meet {
  background: #EBF0FA;
}
.app__detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app__detail .arrow-list--row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.app__detail .arrow-list--row-1 .app__detail--box {
  position: relative;
}
.app__detail .arrow-list--row-1 .app__detail--box:nth-of-type(2) {
  margin-top: 160px;
}
.app__detail .arrow-list--row-1 .app__detail--box:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -115px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url("/img/common/icon-arrow-orange.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.app__detail--box {
  width: 100%;
}
.app__detail--box:nth-of-type(n+2) {
  margin-top: 100px;
}
.app__detail--box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #026934;
}
.app__detail--box .title.list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app__detail--box .title > *:not(:last-child) {
  margin-right: 15px;
}
.app__detail--box .title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.app__detail--box .title .number {
  display: inline-block;
  padding: 7px 5px 10px;
  width: 38px;
  height: 38px;
  min-width: 38px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background: #E75611;
  border: 1px solid #026934;
  border-radius: 50%;
}
.app__detail--box .title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(6vw, 22px);
  font-weight: 700;
  line-height: 2;
}
.app__detail--box .title p.point {
  position: relative;
  width: 100%;
  padding-left: 28px;
}
.app__detail--box .title p.point::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #E75611;
  border-radius: 50%;
}
.app__detail--box .detail .text {
  margin-top: 30px;
}
.app__detail--box .detail .text p {
  font-size: min(5vw, 18px);
  font-weight: 500;
  line-height: 2;
}
.app__detail--box .detail .img {
  margin-top: 50px;
  padding: 0 30px;
}
.app__detail--box .detail .img .img__wrap {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.app__detail--box .detail .img.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.app__detail--box .detail .img.list .img__wrap + .img__wrap {
  margin-top: 50px;
}
.app__detail--box .detail .btn {
  width: 100%;
  max-width: 370px;
  margin: 50px auto 15px;
  border-radius: 10px;
  -webkit-box-shadow: 15px 15px 0px #C0EDC6;
          box-shadow: 15px 15px 0px #C0EDC6;
}
.app__detail--box .detail .btn a {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 55px 26px;
  font-size: min(4.5vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: #ffffff;
  border: 1px solid #026934;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.app__detail--box .detail .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 40px;
  height: 40px;
  background: #FEF8DE;
  border-radius: 50%;
}
.app__detail--box .detail .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("/img/common/icon-pdf.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.app__detail--box .detail .btn:has(a:hover) a {
  top: 15px;
  left: 15px;
}
@media (min-width: 900px) {
  .app__title {
    padding: 100px 0;
  }
  .app__title .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .app__title--text {
    width: 45%;
    padding-right: 8%;
  }
  .app__title--text .en {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: initial;
    padding: 0 10%;
  }
  .app__title--text .jp {
    max-width: initial;
    margin: 40px 0 0;
  }
  .app__title--text .jp p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 22%;
    font-size: min(3vw, 34px);
  }
  .app__title--text .text {
    margin-top: 35px;
  }
  .app__title--text .text p {
    font-size: min(2.2vw, 22px);
  }
  .app__title--text .detail {
    margin: 45px auto 0;
  }
  .app__title--text .detail p {
    width: calc(100% - 40px);
    font-size: min(2vw, 20px);
  }
  .app__title--img {
    width: 55%;
    max-width: initial;
    margin: 0;
  }
  .app__title--img:not(.list) .img__wrap {
    width: 100%;
    max-width: 300px;
  }
  .app__detail .arrow-list--row-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .app__detail .arrow-list--row-1 .app__detail--box:nth-of-type(2) {
    margin-top: 0;
  }
  .app__detail .arrow-list--row-1 .app__detail--box:nth-of-type(2)::before {
    top: 0;
    bottom: 0;
    left: -60px;
    right: auto;
    margin: auto;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .app__detail .arrow-list--row-1 .app__detail--box.contents--2 {
    width: calc(66.6666666667% - 100px);
  }
  .app__detail .arrow-list--row-1 .app__detail--box.contents--2 + .app__detail--box {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .app__detail--box {
    width: calc((100% - 90px) / 3);
  }
  .app__detail--box:nth-of-type(n+2) {
    margin-top: 0;
    margin-left: 45px;
  }
  .app__detail--box:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .app__detail--box:nth-of-type(n+4) {
    margin-top: 100px;
  }
  .app__detail--box.contents--2 {
    width: calc((100% - 90px) / 3 * 2);
  }
  .app__detail--box.contents--2 .detail .btn {
    width: 59%;
  }
  .app__detail--box .title.list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .app__detail--box .title p {
    font-size: min(2vw, 22px);
    line-height: 1.6;
  }
  .app__detail--box .detail .text p {
    font-size: 18px;
  }
  .app__detail--box .detail .text p.point::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .app__detail--box .detail .img {
    padding: 0 35px;
  }
  .app__detail--box .detail .img.list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .app__detail--box .detail .img.list .img__wrap {
    width: calc((100% - 60px) / 2);
  }
  .app__detail--box .detail .img.list .img__wrap + .img__wrap {
    margin-top: 0;
  }
  .app__detail--box .detail .btn a {
    font-size: min(1.8vw, 20px);
  }
  .app__detail--box .detail .btn a::after {
    right: 22px;
  }
}

/*
link
---------------------------*/
#link .wrap {
  padding: 0 0 145px;
}
#link .btn {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 15px;
}
#link .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20% 30px 13%;
  border-radius: 15px;
}
#link .btn a p {
  font-size: min(4.5vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 769px) {
  #link .wrap {
    padding: 100px 0 145px;
  }
  #link .btn {
    max-width: 780px;
    border-radius: 30px;
  }
  #link .btn a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 65px;
    border-radius: 30px;
  }
  #link .btn a p {
    font-size: min(2.5vw, 24px);
  }
}/*# sourceMappingURL=about.css.map */