/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  min-width: 1080px; }
  @media screen and (max-width: 767px) {
    body {
      min-width: auto; } }

.is-pc {
  display: block; }

.is-sp {
  display: none; }

@media screen and (max-width: 767px) {
  .is-pc {
    display: none; }
  .is-sp {
    display: block; } }

.container {
  min-height: 100%;
  background: #f8fffb;
  color: #1c221e; }

*,
*::before,
*::after {
  box-sizing: border-box; }

.header {
  width: 100%;
  background: #fbfef9;
  box-shadow: 0px 13px 16px rgba(104, 57, 3, 0.06);
  padding: 0 15px; }
  .header__inner {
    display: flex;
    align-items: center;
    height: 58px;
    justify-content: space-between;
    max-width: 1080px;
    margin: auto; }
  .header__logo {
    display: flex;
    align-items: center; }
  .header__logo-img {
    width: 145px;
    height: auto; }
    .header__logo-img img {
      width: 100%;
      height: auto;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .header__logo-body {
    margin-left: 20px;
    font-size: 14px;
    color: #696861; }
    @media screen and (max-width: 767px) {
      .header__logo-body {
        display: none; } }
  @media screen and (max-width: 767px) {
    .header__nav {
      display: none; } }
  .header__nav-body {
    margin-left: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #696861;
    text-decoration: none; }
    .header__nav-body:first-of-type {
      margin-left: 0; }

.footer {
  padding: 68px 0; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 40px 0 68px; } }
  .footer__logo {
    width: 144px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .footer__logo {
        width: 116px; } }
    .footer__logo img {
      width: 100%;
      height: auto;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .footer__logo-title {
    margin-top: 18px;
    font-size: 38px;
    color: #03934f; }
  .footer__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    margin-top: 65px; }
    @media screen and (max-width: 767px) {
      .footer__nav {
        display: block;
        height: auto;
        margin-top: 50px; } }
  .footer__nav-body {
    margin: 0 25px;
    font-size: 18px;
    font-weight: bold;
    color: #696861;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .footer__nav-body {
        display: block;
        margin: 57px 0 0;
        text-align: center; }
        .footer__nav-body:first-of-type {
          margin: 0; } }

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.main {
  min-width: 1080px;
  margin: auto;
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .main {
      min-width: auto; } }

.main-visual {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1280px;
  height: 442px;
  margin: auto;
  background: url("../img/bg/bg_illust.jpg") no-repeat;
  background-size: cover;
  background-position: left center; }
  @media screen and (max-width: 767px) {
    .main-visual {
      background-position: -65px top; } }
  .main-visual__inner {
    position: relative;
    width: 1080px;
    height: inherit;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .main-visual__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; } }
  .main-visual__thumb-text {
    position: absolute;
    top: 75px;
    left: 150px;
    right: 0;
    width: 237px; }
    .main-visual__thumb-text img {
      width: 100%;
      height: auto;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    @media screen and (max-width: 767px) {
      .main-visual__thumb-text {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        width: 166px;
        margin: auto; } }
  .main-visual__thumb-ui {
    position: absolute;
    top: 78px;
    right: 60px;
    width: 253px; }
    .main-visual__thumb-ui img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      .main-visual__thumb-ui {
        width: 102px;
        top: initial;
        bottom: -40px;
        left: 0;
        right: 0;
        margin: auto; } }

.main-text-content {
  width: 1080px;
  margin: -120px auto 0;
  padding-left: 60px; }
  @media screen and (max-width: 767px) {
    .main-text-content {
      width: auto;
      margin-top: 60px;
      padding: 0; } }
  .main-text-content--footer {
    margin-top: 140px; }
    @media screen and (max-width: 767px) {
      .main-text-content--footer {
        margin-top: 24px; } }
  .main-text-content__banner {
    position: relative;
    z-index: 1;
    display: block;
    width: 468px;
    height: 158px;
    margin-bottom: 50px; }
    .main-text-content__banner::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      display: block;
      width: 468px;
      height: 158px;
      border-radius: 5px;
      box-shadow: 10px 13px 30px rgba(8, 180, 186, 0.16); }
      @media screen and (max-width: 767px) {
        .main-text-content__banner::after {
          width: 303px;
          height: 102px; } }
    .main-text-content__banner img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      .main-text-content__banner {
        width: 303px;
        height: 102px;
        margin: auto; } }
  .main-text-content__description-body {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.6; }
    .main-text-content__description-body span {
      font-size: 20px; }
    @media screen and (max-width: 767px) {
      .main-text-content__description-body {
        margin-top: 48px;
        font-size: 23px;
        text-align: center; } }
  .main-text-content__body {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 80px;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .main-text-content__body {
        display: block;
        margin-top: 33px;
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .main-text-content__body-text {
      margin-top: 20px;
      font-size: 28px; } }
  .main-text-content__free {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87px;
    height: 87px;
    margin-left: 15px;
    background: #fc6191;
    border-radius: 50%;
    font-size: 27px;
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .main-text-content__free {
        margin: auto;
        font-size: 20px; } }

.main-text-content-ex {
  background-color: #00b6aa;
  background-color: rgba(0, 180, 172, 0.25); }
  @media screen and (max-width: 767px) {
    .main-text-content-ex {
      width: auto;
      margin-top: 0;
      margin-bottom: 80px;
      padding: 22px 0 20px; } }
  .main-text-content-ex__description-body {
    width: 1080px;
    margin: 56px auto 0;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.6; }
    .main-text-content-ex__description-body span {
      font-size: 20px; }
    @media screen and (max-width: 767px) {
      .main-text-content-ex__description-body {
        width: auto;
        margin-top: 60px;
        padding: 0 20px;
        margin-top: 0;
        font-size: 23px;
        text-align: center; } }

.main-download {
  max-width: 1280px;
  margin: auto;
  transform: translateY(140px); }
  .main-download--footer {
    max-width: none;
    transform: none; }
  @media screen and (max-width: 767px) {
    .main-download {
      max-width: none;
      transform: none;
      padding-top: 40px;
      margin-top: 30px; } }
  .main-download__inner {
    padding: 38px 0 28px; }
    @media screen and (max-width: 767px) {
      .main-download__inner {
        padding: 0;
        background: transparent; } }
  .main-download--footer .main-download__inner {
    padding: 38px 0 28px;
    background: #e9f9fb; }
    @media screen and (max-width: 767px) {
      .main-download--footer .main-download__inner {
        padding: 0;
        background: transparent; } }
  .main-download__massage {
    width: 950px;
    margin: 17px auto 0;
    font-size: 14px;
    color: #8e8c87;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .main-download__massage {
        width: auto;
        margin: 47px auto 0;
        text-align: center; } }
  .main-download__list-massage {
    position: absolute;
    top: -180px;
    left: 220px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .main-download__list-massage {
        top: -120px;
        left: 0; } }
  .main-download__list-massage-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: #fff4eb; }
    @media screen and (max-width: 767px) {
      .main-download__list-massage-icon {
        width: 90px;
        height: 90px; } }
  .main-download__list-massage-icon-img {
    width: 120px; }
    @media screen and (max-width: 767px) {
      .main-download__list-massage-icon-img {
        width: 72px; } }
    .main-download__list-massage-icon-img img {
      width: 100%;
      height: auto; }
  .main-download__list-massage-body {
    margin-left: 11px;
    font-size: 30px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .main-download__list-massage-body {
        font-size: 18px; } }
  .main-download__list {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: auto;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .main-download__list {
        display: flex;
        justify-content: space-around;
        width: auto;
        max-width: none; } }
  .main-download--footer .main-download__list {
    width: 950px;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .main-download--footer .main-download__list {
        display: flex;
        justify-content: space-around;
        width: auto;
        max-width: none; } }
  .main-download__list-item {
    width: 240px;
    margin: 0 0 0 20px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .main-download__list-item {
        width: 45%;
        margin: 0 auto 0; }
        .main-download__list-item:first-of-type {
          margin: 0 auto; } }
  .main-download__list-item-body {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px; }
    @media screen and (max-width: 767px) {
      .main-download__list-item-body {
        font-size: 18px;
        text-align: center; } }
  .main-download__list-item-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: inherit;
    height: 80px;
    margin-top: 17px;
    padding: 0 34px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    box-shadow: 10px 15px 18px rgba(140, 86, 7, 0.08); }
    @media screen and (max-width: 767px) {
      .main-download__list-item-button {
        font-size: 16px;
        width: 100%;
        height: 60px;
        padding: 0 0 0 20px; } }
    .main-download__list-item-button--ios {
      border: 1px solid #1c9cee; }
    .main-download__list-item-button--android {
      border: 1px solid #0acac3; }
    .main-download__list-item-button--qr {
      padding: 0 19px;
      border: 1px solid #00c638; }
  .main-download__list-item-button-icon {
    height: 32px; }
    @media screen and (max-width: 767px) {
      .main-download__list-item-button-icon {
        height: 25px; } }
    .main-download__list-item-button-icon img {
      width: auto;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .main-download__list-item-button-icon img {
          height: 25px;
          transform: translateX(-15px); } }
    .main-download__list-item-button-icon--qr {
      height: 70px; }
      @media screen and (max-width: 767px) {
        .main-download__list-item-button-icon--qr {
          height: 70px; } }

.main-about {
  position: relative;
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .main-about {
      margin-top: 165px; } }
  .main-about__title {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 50%;
    height: 77px;
    padding-right: 315px;
    background: #0097a2;
    color: #fff;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .main-about__title {
        position: absolute;
        top: -68px;
        left: 0;
        right: 0;
        justify-content: center;
        width: 136px;
        height: 136px;
        margin: auto;
        padding: 0;
        border-radius: 50%;
        font-size: 18px;
        text-align: center;
        line-height: 1.6; }
        .main-about__title::after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 16px;
          display: block;
          width: 21px;
          height: 15px;
          margin: auto;
          background: url("../img/icon/icon_arrow-down.png") no-repeat;
          background-size: contain; } }
  .main-about__content {
    padding: 96px 0;
    background: #fbfef9; }
  .main-about__content-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 960px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .main-about__content-inner {
        width: auto;
        padding: 0 10px; } }
  .main-about__content-discription {
    width: 510px; }
    @media screen and (max-width: 767px) {
      .main-about__content-discription {
        margin: auto; } }
  .main-about__content-discription-title {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.6; }
    .main-about__content-discription-title span {
      font-size: 47px; }
    @media screen and (max-width: 767px) {
      .main-about__content-discription-title {
        font-size: 28px;
        text-align: center; }
        .main-about__content-discription-title span {
          font-size: inherit; } }
  .main-about__content-discription-body {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8; }
    .main-about__content-discription-body:last-of-type {
      margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .main-about__content-discription-body {
        margin-top: 42px;
        font-size: 18px;
        text-align: center; }
        .main-about__content-discription-body:last-of-type {
          margin-top: 20px; } }
  .main-about__content-thumb {
    position: absolute;
    top: 30px;
    right: 0;
    width: 430px; }
    .main-about__content-thumb img {
      width: 100%;
      height: auto;
      margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .main-about__content-thumb {
        display: none; } }

.main-section__item--01 {
  background: #00b6aa; }

.main-section__item--02 {
  background: #3d6ae5; }

.main-section__item--03 {
  background: #e79B17; }

.main-section__item--04 {
  background: #5e48e6; }

.main-section__item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 960px;
  margin: auto;
  padding: 60px;
  box-sizing: content-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 10px; }
  .main-section__item-inner--01 {
    background-image: url("../img/bg/bg_01.png"); }
  .main-section__item-inner--02 {
    background-image: url("../img/bg/bg_02.png"); }
  .main-section__item-inner--03 {
    background-image: url("../img/bg/bg_03.png"); }
  .main-section__item-inner--04 {
    background-image: url("../img/bg/bg_04.png"); }
  @media screen and (max-width: 767px) {
    .main-section__item-inner {
      display: block;
      width: auto;
      padding: 48px 10px;
      background-size: 110%;
      background-position: 10px 15px; } }

.main-section__item-thumbs {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .main-section__item-thumbs {
      justify-content: center; } }

.main-section__item-thumb {
  width: 158px; }
  .main-section__item-thumb img {
    width: 100%;
    height: auto; }

.main-section__item-double-thumb {
  position: relative;
  top: -33px;
  height: 307px; }
  .main-section__item-double-thumb img {
    width: auto;
    height: 100%; }
  @media screen and (max-width: 767px) {
    .main-section__item-double-thumb {
      top: 0; } }
  .main-section__item-double-thumb--sub {
    position: relative;
    top: 21px;
    margin: 0 93px 0 12px; }
    @media screen and (max-width: 767px) {
      .main-section__item-double-thumb--sub {
        top: 60px;
        margin: 0 0 0 10px; } }

.main-section__item-icon {
  width: 136px;
  margin: 0 62px 0 44px; }
  .main-section__item-icon img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 767px) {
    .main-section__item-icon {
      width: 100px;
      margin: 0 0 0 30px; } }

.main-section__item-body {
  width: 600px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .main-section__item-body {
      width: auto;
      margin-top: 40px;
      font-size: 20px;
      text-align: center;
      letter-spacing: -1px; }
      .main-section__item-body--double-thumb {
        margin-top: 135px; } }

.main-section__item-body-notice {
  display: block;
  margin-top: 10px;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .main-section__item-body-notice {
      font-size: 14px; } }
