@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
html,
body {
  width: 100%;
}

body,
th,
td {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #000;
  font-feature-settings: "palt";
}

body {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
form {
  margin: 0px;
  padding: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

img {
  border: 0px;
  image-rendering: -webkit-optimize-contrast;
}

ul,
ol,
li {
  margin: 0px;
  padding: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  body,
th,
td {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    font-feature-settings: "palt";
  }
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

body {
  min-width: 280px;
  border: 5px solid #000;
  box-sizing: border-box;
}

.wrapper {
  min-width: 270px;
  width: 100%;
  overflow: hidden;
}

.header {
  position: relative;
  border-bottom: solid 1px #aaa;
}
.header__inner {
  max-width: 1366px;
  position: relative;
  padding: 25px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .header__inner {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    min-width: 248px;
    width: 88.8vw;
  }
}
.header__inner .logo-box {
  width: 134px;
  position: relative;
}

.footer {
  background: #5AC0B1;
  height: 446px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 650px;
  }
}
.footer::after {
  content: "";
  display: block;
  background: #000;
  width: 69.7%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 60% 100%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .footer::after {
    width: 100%;
    height: 370px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  }
}
.footer__inner {
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .footer__inner {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    min-width: 248px;
    width: 88.8vw;
    flex-flow: column-reverse;
  }
}
.footer-left_block {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .footer-left_block {
    padding-top: 110px;
    display: flex;
    flex-flow: column-reverse;
  }
}
.footer-left_block .logo-box {
  width: 176px;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .footer-left_block .logo-box {
    margin: 0 auto;
  }
}
.footer-left_block .app-block {
  width: 265px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-left_block .app-block {
    min-width: 197px;
    width: 70.6666666667vw;
    max-width: 265px;
    margin: 0 auto 36px;
  }
}
.footer-left_block .app-block_item:nth-child(1) {
  width: 107px;
}
@media screen and (max-width: 767px) {
  .footer-left_block .app-block_item:nth-child(1) {
    min-width: 79px;
    width: 28.5333333333vw;
    max-width: 107px;
  }
}
.footer-left_block .app-block_item:nth-child(2) {
  width: 135px;
}
@media screen and (max-width: 767px) {
  .footer-left_block .app-block_item:nth-child(2) {
    min-width: 100px;
    width: 36vw;
    max-width: 135px;
  }
}
.footer-right_block {
  width: 460px;
  padding-top: 100px;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .footer-right_block {
    min-width: 340px;
    width: 34.618%;
  }
}
@media screen and (max-width: 767px) {
  .footer-right_block {
    min-width: 248px;
    width: auto;
    padding-top: 58px;
  }
}
.footer-right_block .footer-nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-right_block .footer-nav {
    display: block;
  }
}
.footer-right_block .footer-nav_list_item a {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .footer-right_block .footer-nav_list_item a {
    text-align: center;
  }
}
.footer-right_block .footer-nav_list_item a:hover {
  text-decoration: underline;
}
.footer address {
  width: 100%;
  font-size: 10px;
  line-height: 14px;
  color: #707070;
  font-style: normal;
  position: absolute;
  text-align: center;
  bottom: 45px;
}
@media screen and (max-width: 767px) {
  .footer address {
    bottom: 60px;
  }
}

.cont {
  position: relative;
}
.cont__inner {
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  word-wrap: break-word;
}
@media screen and (max-width: 1366px) {
  .cont__inner {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .cont__inner {
    min-width: 248px;
    width: 88.8vw;
  }
}
.cont__inner section {
  margin-bottom: 40px;
}
.cont__inner section:last-of-type {
  margin-bottom: 0;
}
.cont__inner section p {
  font-weight: 400;
  margin-bottom: 30px;
}
.cont__inner section p:last-child {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pc-display {
  display: block !important;
}

.sp-display {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-display {
    display: none !important;
  }
  .sp-display {
    display: block !important;
  }
}
.ex-area {
  background: #E8FDFA;
  width: 790px;
  color: #333;
  margin: 0 auto 164px;
}
@media screen and (max-width: 767px) {
  .ex-area {
    min-width: 248px;
    width: 88.8vw;
    margin: 0 auto 140px;
  }
}
.ex-area__inner {
  width: 590px;
  margin: 0 auto;
  padding: 55px 0;
}
@media screen and (max-width: 767px) {
  .ex-area__inner {
    min-width: 229px;
    width: 82.1333333333vw;
  }
}
.ex-area__inner a {
  color: #333;
  text-decoration: none;
}
.ex-area__inner a:hover {
  text-decoration: underline;
}

.key-visual {
  background: url("../../asset/images/kv_pc.jpg") no-repeat;
  background-size: contain;
  width: 599px;
  height: 150px;
  margin-bottom: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .key-visual {
    background: url("../../asset/images/kv_sp.jpg") no-repeat;
    background-size: contain;
    min-width: 228px;
    width: 81.6vw;
    min-height: 112px;
    height: 40vw;
    margin-bottom: 20px;
  }
}

.about-block {
  width: 510px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-block {
    min-width: 229px;
    width: 82.1333333333vw;
  }
}
.about-box {
  width: 160px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-box:nth-child(1) {
    min-width: 67px;
    width: 24vw;
  }
  .about-box:nth-child(2) {
    min-width: 63px;
    width: 22.6666666667vw;
  }
  .about-box:nth-child(3) {
    min-width: 74px;
    width: 26.6666666667vw;
  }
}
.about-box_img {
  width: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-box_img {
    min-width: 34px;
    width: 12.2666666667vw;
  }
}
.about-box_head {
  font-weight: 600;
  margin-bottom: 6px;
}
.about-box::after {
  content: "";
  background: url("../../asset/images/arrow.png") no-repeat;
  background-size: contain;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15px;
  right: -15px;
}
.about-box:last-child::after {
  display: none;
}
.about-box_txt {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .about-box_txt {
    font-size: 12px;
    line-height: 17px;
  }
}

.breadcrumb {
  min-width: 248px;
  display: flex;
  margin: 38px 0 6px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    flex-wrap: wrap;
    margin: 30px 0 35px;
  }
}
.breadcrumb li a {
  padding-right: 4px;
  color: #000;
  text-decoration: none;
}
.breadcrumb li a::after {
  content: ">";
  display: inline-block;
  padding-left: 4px;
}

.dl-block {
  background: #fff;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dl-block {
    padding: 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dl-block_left {
    margin-bottom: 15px;
  }
}
.dl-block_right {
  width: 264px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dl-block_right {
    min-width: 197px;
    width: 70.4vw;
    max-width: 264px;
    margin: auto;
  }
}
.dl-block_qrbox {
  width: 100px;
  margin: 0;
}
.dl-box:nth-child(1) {
  width: 108px;
}
@media screen and (max-width: 767px) {
  .dl-box:nth-child(1) {
    min-width: 80px;
    width: 28.8vw;
    max-width: 108px;
  }
}
.dl-box:nth-child(2) {
  width: 138px;
}
@media screen and (max-width: 767px) {
  .dl-box:nth-child(2) {
    min-width: 103px;
    width: 36.8vw;
    max-width: 138px;
  }
}
.dl-box_qrbox {
  width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dl-box_qrbox {
    display: none;
  }
}

.speech-bubble {
  background: #5AC0B1;
  width: 174px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .speech-bubble {
    width: 85%;
    padding: 14px 6px;
    font-size: 13px;
    line-height: 18px;
    box-sizing: border-box;
  }
}
.speech-bubble::before {
  content: "";
  display: block;
  background: #5AC0B1;
  width: 27px;
  height: 14px;
  clip-path: polygon(0 0, 100% 100%, 74% 0);
  position: absolute;
  bottom: -13px;
  right: 58px;
}
@media screen and (max-width: 767px) {
  .speech-bubble::before {
    width: 8px;
    height: 10px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    bottom: 16px;
    right: -7px;
  }
}
.speech-bubble::after {
  content: "";
  display: block;
  background: url("../../asset/images/smartphone.png") no-repeat;
  background-size: contain;
  width: 44px;
  height: 82px;
  position: absolute;
  right: -8px;
  bottom: -56px;
}
@media screen and (max-width: 767px) {
  .speech-bubble::after {
    min-width: 30px;
    width: 8vw;
    max-width: 30px;
    height: 14.9333333333vw;
    max-height: 56px;
    right: -44px;
    bottom: -8px;
  }
}

.cont .cont__inner h1 {
  color: #5AC0B1;
  font-size: 42px;
  line-height: 82px;
  font-weight: 600;
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .cont .cont__inner h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.cont .cont__inner section h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.list-num {
  padding-left: 15px;
}
.list-num li {
  font-weight: 400;
  list-style: decimal;
}

.point-box {
  display: flex;
  justify-content: space-between;
}
.point-box li {
  background: #5AC0B1;
  width: 183px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  padding: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .point-box li {
    min-width: 61px;
    width: 26.1333333333vw;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.use-block {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .use-block {
    min-width: 209px;
    width: 82.1333333333vw;
  }
}

.link-fb {
  position: relative;
}
.link-fb::before {
  content: "";
  display: inline-block;
  background: url("../../asset/images/icon_fb.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

/*# sourceMappingURL=style.css.map */
