@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* line 8, _reset.scss */
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; }

/* line 29, _reset.scss */
body {
  line-height: 1; }

/* line 33, _reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 38, _reset.scss */
nav ul {
  list-style: none; }

/* line 42, _reset.scss */
blockquote, q {
  quotes: none; }

/* line 46, _reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 52, _reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
/* line 61, _reset.scss */
ins {
  background-color: #ff9;
  color: #222;
  text-decoration: none; }

/* change colours to suit your needs */
/* line 68, _reset.scss */
mark {
  background-color: #ff9;
  color: #222;
  font-style: italic;
  font-weight: bold; }

/* line 75, _reset.scss */
del {
  text-decoration: line-through; }

/* line 79, _reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 84, _reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
/* line 90, _reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* line 99, _reset.scss */
input, select {
  vertical-align: middle; }

/* line 1, _common.scss */
a {
  color: #222;
  text-decoration: none;
  transition: 0.3s; }

/* line 6, _common.scss */
a:hover {
  text-decoration: none;
  transition: 0.3s; }

/* line 11, _common.scss */
p {
  line-height: 1.8em;
  color: #222; }

/* line 15, _common.scss */
a img {
  border-style: none; }
  /* line 17, _common.scss */
  a img:hover {
    opacity: 0.7; }

/** float **/
/* line 22, _common.scss */
.fl0 {
  float: left; }

/* line 25, _common.scss */
.fl10 {
  float: left;
  margin-right: 10px; }

/* line 29, _common.scss */
.fr0 {
  float: right; }

/* line 32, _common.scss */
.fr10 {
  float: right;
  margin-left: 10px; }

/** padding **/
/* line 37, _common.scss */
.pb10 {
  padding-bottom: 10px; }

/* line 40, _common.scss */
.pb20 {
  padding-bottom: 20px; }

/* line 43, _common.scss */
.pb30 {
  padding-bottom: 30px; }

/* line 46, _common.scss */
.pb40 {
  padding-bottom: 40px; }

/* line 49, _common.scss */
.pb50 {
  padding-bottom: 50px; }

/* line 52, _common.scss */
.pb60 {
  padding-bottom: 60px; }

/* line 55, _common.scss */
.pb70 {
  padding-bottom: 70px; }

/** margin **/
/* line 59, _common.scss */
.mb10 {
  margin-bottom: 10px; }

/* line 62, _common.scss */
.mb20 {
  margin-bottom: 20px; }

/* line 65, _common.scss */
.mb30 {
  margin-bottom: 30px; }

/* line 68, _common.scss */
.mb40 {
  margin-bottom: 40px; }

/* line 71, _common.scss */
.mb50 {
  margin-bottom: 50px; }

/* line 74, _common.scss */
.mt10 {
  margin-top: 10px; }

/* line 77, _common.scss */
.mt20 {
  margin-top: 20px; }

/* line 80, _common.scss */
.mt30 {
  margin-top: 30px; }

/* line 83, _common.scss */
.mt40 {
  margin-top: 40px; }

/* line 86, _common.scss */
.mt50 {
  margin-top: 50px; }

/* line 89, _common.scss */
.ml10 {
  margin-left: 10px; }

/* line 92, _common.scss */
.ml20 {
  margin-left: 20px; }

/* line 95, _common.scss */
.ml30 {
  margin-left: 30px; }

/* line 98, _common.scss */
.ml40 {
  margin-left: 40px; }

/* line 101, _common.scss */
.ml50 {
  margin-left: 50px; }

/* line 104, _common.scss */
.mr10 {
  margin-right: 10px; }

/* line 107, _common.scss */
.mr20 {
  margin-right: 20px; }

/* line 110, _common.scss */
.mr30 {
  margin-right: 30px; }

/* line 113, _common.scss */
.mr40 {
  margin-right: 40px; }

/* line 116, _common.scss */
.mr50 {
  margin-right: 50px; }

/** text **/
/* line 120, _common.scss */
.tcenter {
  text-align: center; }

/* line 123, _common.scss */
.tright {
  text-align: right; }

/* line 126, _common.scss */
.tleft {
  text-align: left; }

/** clear **/
/* line 130, _common.scss */
.clear {
  clear: both; }

/* line 28, _parts.scss */
.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    /* line 28, _parts.scss */
    .pc {
      display: none; } }

/* line 34, _parts.scss */
.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    /* line 34, _parts.scss */
    .sp {
      display: block; } }

/* line 41, _parts.scss */
.inner {
  width: 1100px;
  margin: auto; }

/* line 46, _parts.scss */
.flb_sb, .merit .bg1 ul, .merit .bg3 .wrapper .btm dl dd, .merit .bg3 .wrapper .btm dl dd ul, .features ul, .color ul, .sportec .voice, .femicbnr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/* line 51, _parts.scss */
.flb_ct, .btn, .merit .bg3 .wrapper .btm .icn, .flow .box span {
  display: flex;
  justify-content: center; }

/* line 55, _parts.scss */
.flb_st, .flow .box ul, .sportec .voice .txt {
  display: flex;
  justify-content: flex-start; }

/* line 59, _parts.scss */
.flb_ed, header, header ul {
  display: flex;
  justify-content: flex-end; }

/* line 71, _parts.scss */
.fadeIn {
  opacity: 0;
  transition: 3s; }
  /* line 74, _parts.scss */
  .fadeIn.is-show {
    opacity: 1; }

/* line 78, _parts.scss */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 2s; }
  /* line 82, _parts.scss */
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1; }

/* line 87, _parts.scss */
.fadeIn_left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: 2s; }
  /* line 91, _parts.scss */
  .fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1; }

/* line 96, _parts.scss */
.fadeIn_right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: 2s; }
  /* line 100, _parts.scss */
  .fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0); }
  45% {
    transform-origin: top;
    transform: scaleY(1); }
  55% {
    transform-origin: bottom;
    transform: scaleY(1); }
  100% {
    transform-origin: bottom;
    transform: scaleY(0); } }
/* line 132, _parts.scss */
.lv3-ttl {
  display: block;
  font-size: 30px;
  font-weight: 700; }

/* line 1, _base.scss */
body {
  background: #fff;
  line-height: 1.7em;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  -webkit-text-size-adjust: 100%;
  min-width: 1180px;
  letter-spacing: 0.02em;
  background: #f4f4f4; }

/* line 12, _base.scss */
* {
  box-sizing: border-box; }

/* line 15, _base.scss */
img {
  max-width: 100%;
  display: block;
  height: auto; }

/* 共通 */
/* line 24, _base.scss */
.btn {
  align-items: center;
  width: 510px;
  height: 74px;
  background: linear-gradient(#05aa99, #00ad9b);
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  margin: auto; }
  /* line 35, _base.scss */
  .btn.large {
    background: #ea9000; }
  /* line 38, _base.scss */
  .btn img {
    width: 30px;
    margin-right: 20px; }

/* バナー */
/* line 44, _base.scss */
.bnr {
  width: 26%;
  min-width: 400px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #0065af;
  z-index: 3; }
  @media screen and (max-width: 767px) {
    /* line 44, _base.scss */
    .bnr {
      width: 90%;
      right: 5%; } }
  /* line 58, _base.scss */
  .bnr img {
    display: block; }

/* ヘッダー */
/* line 63, _base.scss */
header {
  width: max(100%, 1180px);
  height: 120px;
  padding-bottom: 28px;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(247, 166, 183, 0));
  align-items: center;
  padding-right: 30px;
  z-index: 999; }
  /* line 75, _base.scss */
  header ul {
    align-items: center; }
    /* line 78, _base.scss */
    header ul li {
      display: inline-block;
      /*padding-right: 24px;*/
      padding-right: 16px;
      font-size: 16px; }
      /* line 83, _base.scss */
      header ul li a {
        color: #fff;
        font-weight: 700; }
  /* line 89, _base.scss */
  header .btn {
    width: 178px;
    height: 48px;
    font-size: 16px;
    margin: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); }
    /* line 95, _base.scss */
    header .btn:hover {
      opacity: 0.7; }
    /* line 98, _base.scss */
    header .btn img {
      width: 15px;
      margin-right: 7px; }

/* フッター */
/* line 105, _base.scss */
.pagetop {
  display: block;
  width: 69px;
  position: fixed;
  right: 25px;
  bottom: 25px; }

/* line 112, _base.scss */
footer {
  background: #fff;
  text-align: center;
  padding-top: 30px; }
  /* line 116, _base.scss */
  footer h2 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2em;
    padding-bottom: 30px;
    color: #555; }
  /* line 124, _base.scss */
  footer .logo {
    display: block;
    width: 221.5px;
    margin: 0 auto 20px auto; }
  /* line 129, _base.scss */
  footer .link {
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 40px;
    display: inline-block;
    color: #555; }
    /* line 135, _base.scss */
    footer .link:hover {
      text-decoration: underline; }
    /* line 138, _base.scss */
    footer .link img {
      width: 13px;
      display: inline-block;
      margin-left: 7px; }
  /* line 144, _base.scss */
  footer .copy {
    background: #777;
    line-height: 67px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0; }

/* コンテンツ */
/* line 153, _base.scss */
.ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.1em;
  padding-bottom: 60px;
  color: #00ad9b; }
  /* line 162, _base.scss */
  .ttl span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #222; }

/* line 171, _base.scss */
main {
  position: relative; }

/* line 174, _base.scss */
.mv {
  display: block; }

/* line 177, _base.scss */
.scrolldown {
  display: block;
  position: absolute;
  top: 70vh;
  left: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  letter-spacing: 0.14em;
  padding-bottom: 70px;
  z-index: 10; }
  /* line 190, _base.scss */
  .scrolldown::after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #fff;
    animation: scrollDown 2s ease infinite;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.5px; }

/* line 203, _base.scss */
.merit {
  margin-top: -160px;
  position: relative; }
  /* line 206, _base.scss */
  .merit .ttl {
    color: #06aba5; }
    /* line 208, _base.scss */
    .merit .ttl span {
      color: #000; }
  /* line 212, _base.scss */
  .merit .bg1 {
    background: url("../images/merit/bg1.webp") center top no-repeat;
    background-size: cover;
    padding-top: 210px;
    padding-bottom: 130px; }
    /* line 217, _base.scss */
    .merit .bg1 h3 {
      font-size: 40px;
      font-weight: 700;
      letter-spacing: 0.02em;
      line-height: 1.75em;
      text-align: center;
      color: #fff;
      padding-bottom: 65.5px; }
      /* line 225, _base.scss */
      .merit .bg1 h3 span {
        position: relative;
        font-weight: 700;
        display: inline-block;
        padding-bottom: 20px;
        color: #000; }
        /* line 231, _base.scss */
        .merit .bg1 h3 span::after {
          content: "";
          display: block;
          width: 100%;
          aspect-ratio: 263 / 15;
          background: url("../images/merit/line.webp") center top no-repeat;
          background-size: 100% auto;
          position: absolute;
          top: 100%;
          left: 0; }
    /* line 244, _base.scss */
    .merit .bg1 h4 {
      text-align: center;
      font-size: 70px;
      font-weight: 700;
      line-height: 1em;
      letter-spacing: 0.02em; }
      /* line 250, _base.scss */
      .merit .bg1 h4 span {
        display: inline-block;
        font-size: 40px;
        font-weight: 700;
        position: relative; }
        /* line 255, _base.scss */
        .merit .bg1 h4 span::after {
          content: "フェミック";
          position: absolute;
          top: -30px;
          left: 0;
          font-size: 14px;
          letter-spacing: 0.1em;
          font-weight: 700; }
    /* line 266, _base.scss */
    .merit .bg1 ul {
      padding-bottom: 70px; }
      /* line 269, _base.scss */
      .merit .bg1 ul li {
        display: block;
        width: 21.8%; }
  /* line 275, _base.scss */
  .merit .bg2 {
    position: relative;
    background: url("../images/merit/bg2.webp") center top no-repeat;
    background-size: cover;
    margin-top: -170px;
    padding-top: 210px;
    padding-bottom: 115px; }
    /* line 283, _base.scss */
    .merit .bg2 ul li {
      background: #fff;
      border-radius: 10px;
      font-size: 28px;
      font-weight: 700;
      padding: 20px 20px 20px 80px;
      margin-bottom: 20px;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
      position: relative;
      list-style: none; }
      /* line 293, _base.scss */
      .merit .bg2 ul li::before {
        content: "";
        display: block;
        width: 50px;
        aspect-ratio: 1 / 1;
        background: url("../images/merit/check.png") center center no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto; }
  /* line 309, _base.scss */
  .merit .bg3 {
    background: #6cb5b8; }
    /* line 311, _base.scss */
    .merit .bg3 .wrapper {
      width: min(93.75%, 1500px);
      margin: auto;
      background: #e2e2e2;
      border-radius: 60px;
      overflow: hidden;
      padding-bottom: 100px; }
      /* line 318, _base.scss */
      .merit .bg3 .wrapper .upper {
        background: #fff;
        padding-top: 94px;
        position: relative; }
        /* line 322, _base.scss */
        .merit .bg3 .wrapper .upper::after {
          content: "";
          display: block;
          width: 100%;
          aspect-ratio: 150 / 13;
          background: url("../images/merit/next.png") center top no-repeat;
          background-size: 100% auto;
          position: absolute;
          top: 100%;
          left: 0; }
        /* line 333, _base.scss */
        .merit .bg3 .wrapper .upper .inner {
          position: relative;
          z-index: 2; }
        /* line 337, _base.scss */
        .merit .bg3 .wrapper .upper p {
          text-align: center;
          font-size: 50px;
          font-weight: 700;
          line-height: 1.4em; }
          /* line 342, _base.scss */
          .merit .bg3 .wrapper .upper p span {
            display: inline-block;
            font-weight: 700;
            position: relative;
            color: #00ad9b; }
            /* line 347, _base.scss */
            .merit .bg3 .wrapper .upper p span::after {
              content: "";
              display: block;
              width: 100%;
              height: 5px;
              background: #00ad9b;
              position: absolute;
              top: 100%;
              left: 0; }
      /* line 360, _base.scss */
      .merit .bg3 .wrapper h2 {
        text-align: center;
        font-size: 50px;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.32em;
        padding-bottom: 50px; }
        /* line 367, _base.scss */
        .merit .bg3 .wrapper h2 b {
          font-weight: 700;
          color: #fff;
          background: linear-gradient(#05aa99, #00ad9b);
          padding: 0 15px;
          margin-right: 10px; }
        /* line 374, _base.scss */
        .merit .bg3 .wrapper h2 span {
          display: block;
          font-size: 40px;
          font-weight: 700;
          padding-top: 10px; }
      /* line 381, _base.scss */
      .merit .bg3 .wrapper .box {
        border: #555 5px solid;
        overflow: hidden;
        border-radius: 20px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 40px 40px 40px; }
        /* line 390, _base.scss */
        .merit .bg3 .wrapper .box .img {
          width: 35%; }
        /* line 393, _base.scss */
        .merit .bg3 .wrapper .box .txt {
          width: calc(65% - 40px);
          text-align: center; }
          /* line 396, _base.scss */
          .merit .bg3 .wrapper .box .txt h3 {
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 0.02em;
            line-height: 2.3em;
            padding-bottom: 15px; }
          /* line 403, _base.scss */
          .merit .bg3 .wrapper .box .txt p {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0.02em;
            line-height: 1.6em; }
      /* line 411, _base.scss */
      .merit .bg3 .wrapper .btm {
        padding-top: 190px; }
        /* line 413, _base.scss */
        .merit .bg3 .wrapper .btm .icn {
          flex-wrap: wrap;
          width: 660px;
          margin: auto;
          text-align: center;
          padding-bottom: 10px;
          position: relative;
          margin-bottom: 106px; }
          /* line 422, _base.scss */
          .merit .bg3 .wrapper .btm .icn::after {
            content: "";
            display: block;
            width: 131.5px;
            aspect-ratio: 263 / 113;
            background: url("../images/merit/arrow.png") center top no-repeat;
            background-size: 100% auto;
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%); }
          /* line 434, _base.scss */
          .merit .bg3 .wrapper .btm .icn li {
            display: block;
            width: 220px;
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 0.02em;
            padding-bottom: 30px; }
            /* line 441, _base.scss */
            .merit .bg3 .wrapper .btm .icn li img {
              width: 100px;
              margin: 0 auto 15px auto; }
        /* line 447, _base.scss */
        .merit .bg3 .wrapper .btm dl {
          text-align: center;
          padding-bottom: 40px; }
          /* line 450, _base.scss */
          .merit .bg3 .wrapper .btm dl dt {
            font-size: 40px;
            font-weight: 700;
            line-height: 1.65em;
            letter-spacing: 0.02em;
            padding-bottom: 50px; }
            /* line 456, _base.scss */
            .merit .bg3 .wrapper .btm dl dt b {
              font-weight: 700;
              background: linear-gradient(#05aa99, #00ad9b);
              display: inline-block;
              padding: 0 15px;
              color: #fff;
              margin-right: 10px; }
          /* line 465, _base.scss */
          .merit .bg3 .wrapper .btm dl dd {
            width: 980px;
            margin: auto; }
            /* line 469, _base.scss */
            .merit .bg3 .wrapper .btm dl dd ul {
              width: 100%; }
              /* line 472, _base.scss */
              .merit .bg3 .wrapper .btm dl dd ul li {
                display: block;
                width: 202px;
                font-size: 20px;
                font-weight: 700; }
                /* line 477, _base.scss */
                .merit .bg3 .wrapper .btm dl dd ul li img {
                  margin-bottom: 15px; }
        /* line 484, _base.scss */
        .merit .bg3 .wrapper .btm p {
          font-size: 40px;
          line-height: 1.5em;
          text-align: center;
          letter-spacing: 0.02em; }
          /* line 489, _base.scss */
          .merit .bg3 .wrapper .btm p span {
            font-weight: 700;
            background: #fff;
            padding: 0 15px;
            display: inline-block;
            margin-bottom: 10px; }
    /* line 499, _base.scss */
    .merit .bg3 .femic-image {
      padding-top: 200px; }

/* line 504, _base.scss */
.features {
  background: #fff;
  position: relative;
  padding-top: 60px;
  padding-bottom: 130px;
  text-align: center; }
  /* line 510, _base.scss */
  .features::before, .features::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 10 / 1;
    background: url("../images/features/liine.png") center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0; }
  /* line 521, _base.scss */
  .features::before {
    top: 0;
    transform: translateY(-99%); }
  /* line 525, _base.scss */
  .features::after {
    top: 100%;
    transform: scale(-1, -1); }
  /* line 529, _base.scss */
  .features .box {
    padding-bottom: 60px; }
    /* line 531, _base.scss */
    .features .box .txt {
      width: 800px;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
      position: relative;
      padding: 40px 50px;
      margin: -100px auto 0 auto; }
      /* line 539, _base.scss */
      .features .box .txt span {
        width: 140px;
        line-height: 50px;
        background: linear-gradient(#05aa99, #00ad9b);
        color: #fff;
        font-weight: 20px;
        font-weight: 700;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        display: inline-block;
        vertical-align: top;
        border-radius: 100px;
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%); }
        /* line 555, _base.scss */
        .features .box .txt span b {
          font-size: 30px;
          font-weight: 700; }
      /* line 560, _base.scss */
      .features .box .txt h3 {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 0;
        padding-bottom: 15px; }
      /* line 566, _base.scss */
      .features .box .txt p {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.88em; }
  /* line 576, _base.scss */
  .features ul li {
    display: block;
    width: 31%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em; }
    /* line 582, _base.scss */
    .features ul li span {
      width: 116px;
      line-height: 46px;
      background: linear-gradient(#05aa99, #00ad9b);
      color: #fff;
      font-weight: 20px;
      font-weight: 700;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      display: block;
      border-radius: 100px;
      margin: -23px auto 15px auto;
      z-index: 5;
      position: relative; }
      /* line 596, _base.scss */
      .features ul li span b {
        font-size: 26px;
        font-weight: 700; }
  /* line 603, _base.scss */
  .features .video {
    max-width: 980px;
    margin: 150px auto 0 auto; }
    /* line 606, _base.scss */
    .features .video video,
    .features .video iframe {
      display: block;
      width: 100%;
      height: auto; }
    /* line 612, _base.scss */
    .features .video iframe {
      aspect-ratio: 16 / 9; }

/* line 617, _base.scss */
.color {
  padding-top: 220px;
  padding-bottom: 100px;
  text-align: center; }
  /* line 621, _base.scss */
  .color ul {
    border-radius: 40px;
    overflow: hidden; }
    /* line 625, _base.scss */
    .color ul li {
      display: block;
      width: 50%;
      font-size: 26px;
      font-weight: 700;
      padding-top: 60px;
      padding-bottom: 50px; }
      /* line 632, _base.scss */
      .color ul li:nth-child(1) {
        background: #fff; }
      /* line 635, _base.scss */
      .color ul li:nth-child(2) {
        background: #eae5db; }
      /* line 638, _base.scss */
      .color ul li img {
        width: 300px;
        margin: 0 auto 10px auto; }
    /* line 643, _base.scss */
    .color ul.single {
      justify-content: center; }
      /* line 645, _base.scss */
      .color ul.single li {
        border-radius: 40px;
        overflow: hidden; }

/* line 652, _base.scss */
.warranty {
  background: url("../images/warranty/bg.webp") center top no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center; }
  /* line 657, _base.scss */
  .warranty h2 {
    border: #00ad9b 7px solid;
    background: #fff;
    position: relative;
    text-align: center;
    color: #00ad9b;
    font-size: 50px;
    font-weight: 900;
    line-height: 210px;
    letter-spacing: 0.04em;
    margin-bottom: 30px; }
    /* line 668, _base.scss */
    .warranty h2 img {
      width: 289px;
      position: absolute;
      top: 0;
      left: 0; }
  /* line 675, _base.scss */
  .warranty .box {
    background: #fff;
    border-radius: 20px;
    padding: 30px 0; }
    /* line 679, _base.scss */
    .warranty .box dl {
      padding-bottom: 20px; }
      /* line 681, _base.scss */
      .warranty .box dl dt {
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.2em; }
        /* line 686, _base.scss */
        .warranty .box dl dt span {
          display: block;
          font-size: 30px;
          font-weight: 700; }
      /* line 692, _base.scss */
      .warranty .box dl dd {
        color: #00ad9b;
        font-size: 50px;
        font-weight: 900;
        line-height: 1.44em;
        letter-spacing: 0.04em; }

/* line 702, _base.scss */
.movie {
  padding: 100px 0;
  background: #fff; }
  /* line 705, _base.scss */
  .movie .img {
    width: 900px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden; }

/* line 712, _base.scss */
.simulation {
  background: url("../images/simulation/bg.webp") center top no-repeat;
  background-size: cover;
  padding: 60px 0;
  text-align: center; }
  /* line 717, _base.scss */
  .simulation .wrapper {
    width: min(93.75%, 1500px);
    padding: 80px 0;
    background: #fff;
    border-radius: 60px;
    margin: auto; }
  /* line 724, _base.scss */
  .simulation .case {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding-bottom: 24px; }
    /* line 729, _base.scss */
    .simulation .case span {
      font-weight: 700;
      display: inline-block;
      padding: 0 19px;
      line-height: 49px;
      margin-right: 8px;
      border: #707070 2px solid;
      border-radius: 100px; }
  /* line 739, _base.scss */
  .simulation h3 {
    color: #00ad9b;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.53em;
    padding-bottom: 20px; }
  /* line 747, _base.scss */
  .simulation .table {
    width: 485px;
    margin: 0 auto 60px auto;
    border-radius: 20px;
    overflow: hidden;
    border: #c5c5c5 2px solid; }
    /* line 753, _base.scss */
    .simulation .table.table__case {
      width: 920px; }
    /* line 756, _base.scss */
    .simulation .table table {
      width: 100%;
      table-layout: fixed; }
      /* line 760, _base.scss */
      .simulation .table table tr:nth-child(1) th,
      .simulation .table table tr:nth-child(1) td {
        border-bottom: #c5c5c5 2px solid; }
      /* line 764, _base.scss */
      .simulation .table table tr:nth-child(1) th {
        border-right: #c5c5c5 2px solid; }
      /* line 768, _base.scss */
      .simulation .table table th,
      .simulation .table table td {
        text-align: left;
        padding: 15px 20px;
        letter-spacing: 0; }
      /* line 774, _base.scss */
      .simulation .table table th {
        font-weight: 700;
        background: #777;
        color: #fff;
        font-size: 18px; }
      /* line 780, _base.scss */
      .simulation .table table td {
        font-weight: 500;
        background: #fff;
        font-size: 18px; }
        /* line 784, _base.scss */
        .simulation .table table td.result {
          color: #00ad9b;
          font-size: 24px;
          font-weight: 700;
          letter-spacing: 0.02em;
          width: 240px; }
  /* line 794, _base.scss */
  .simulation .lead {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px; }
    /* line 798, _base.scss */
    .simulation .lead b {
      display: inline-block;
      font-size: 50px;
      font-weight: 700;
      color: #fff;
      background: linear-gradient(#05aa99, #00ad9b);
      line-height: 77px;
      padding: 0 15px;
      margin: 0 10px; }
  /* line 809, _base.scss */
  .simulation .calc {
    display: inline-block;
    padding: 8px 16px;
    border: #707070 2px solid;
    font-size: 26px;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-bottom: 35px; }
    /* line 817, _base.scss */
    .simulation .calc span {
      font-size: 16px; }
  /* line 821, _base.scss */
  .simulation .result {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.04em; }
    /* line 825, _base.scss */
    .simulation .result span {
      color: #00ad9b;
      font-weight: 700; }
      /* line 828, _base.scss */
      .simulation .result span b {
        font-size: 90px;
        font-weight: 700; }
  /* line 834, _base.scss */
  .simulation .cap {
    max-width: 920px;
    margin: 0 auto 40px auto;
    text-align: right; }
  /* line 839, _base.scss */
  .simulation .img {
    max-width: 920px;
    margin: 0 auto; }

/* line 844, _base.scss */
.comparison {
  padding-top: 100px;
  padding-bottom: 120px; }
  /* line 847, _base.scss */
  .comparison .inner {
    width: 1020px; }

/* line 851, _base.scss */
.flow {
  padding: 120px 0;
  background: #fff; }
  /* line 854, _base.scss */
  .flow .box {
    margin-left: 45px;
    border: #00ad9b 5px solid;
    border-radius: 20px;
    position: relative;
    padding: 38px 65px;
    margin-bottom: 30px; }
    /* line 861, _base.scss */
    .flow .box::after {
      content: "";
      display: block;
      width: 5px;
      height: 30px;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: calc(100% + 5px);
      left: 50%;
      transform: translateX(-50%); }
    /* line 873, _base.scss */
    .flow .box:last-of-type::after {
      content: none; }
    /* line 877, _base.scss */
    .flow .box span {
      align-items: center;
      flex-direction: column;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: #777;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      letter-spacing: 0.04em;
      line-height: 1.4em;
      position: absolute;
      top: 7px;
      left: -45px; }
      /* line 893, _base.scss */
      .flow .box span b {
        font-size: 30px;
        font-weight: 700;
        display: block; }
    /* line 899, _base.scss */
    .flow .box h3 {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.02em; }
    /* line 904, _base.scss */
    .flow .box ul {
      align-items: center;
      padding-top: 15px; }
      /* line 908, _base.scss */
      .flow .box ul li {
        display: block;
        width: 50px;
        margin-right: 15px; }
        /* line 912, _base.scss */
        .flow .box ul li:last-child {
          width: 250px; }
    /* line 917, _base.scss */
    .flow .box p {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.875em; }

/* line 925, _base.scss */
.price {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url("../images/price/bg.jpg") center top no-repeat;
  background-size: cover; }
  /* line 930, _base.scss */
  .price .inner {
    width: 980px; }
  /* line 933, _base.scss */
  .price .ttl {
    color: #fff; }
    /* line 935, _base.scss */
    .price .ttl span {
      color: #fff; }

/* line 940, _base.scss */
.faq {
  padding: 100px 0; }
  /* line 942, _base.scss */
  .faq dl {
    padding: 50px;
    border-radius: 20px;
    background: #fff; }
    /* line 946, _base.scss */
    .faq dl dt,
    .faq dl dd {
      padding-left: 60px;
      position: relative;
      letter-spacing: 0; }
      /* line 951, _base.scss */
      .faq dl dt::before,
      .faq dl dd::before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0; }
    /* line 961, _base.scss */
    .faq dl dt {
      font-size: 22px;
      font-weight: 700;
      line-height: 1.45em;
      padding-bottom: 20px; }
      /* line 966, _base.scss */
      .faq dl dt::before {
        background: url("../images/faq/q.png") center top no-repeat;
        background-size: 100% auto; }
    /* line 971, _base.scss */
    .faq dl dd {
      font-size: 16px;
      font-weight: 500;
      line-height: 2em;
      padding-bottom: 30px;
      margin-bottom: 20px;
      border-bottom: #555 1px solid; }
      /* line 978, _base.scss */
      .faq dl dd:last-of-type {
        margin-bottom: 0; }
      /* line 981, _base.scss */
      .faq dl dd::before {
        background: url("../images/faq/a.png") center top no-repeat;
        background-size: 100% auto; }

/* line 988, _base.scss */
.contact {
  background-image: linear-gradient(90deg, #22aac7, #28ac9e);
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center; }
  /* line 997, _base.scss */
  .contact .ttl {
    color: #fff; }
    /* line 999, _base.scss */
    .contact .ttl span {
      color: #fff; }
  /* line 1003, _base.scss */
  .contact a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04em; }
    /* line 1008, _base.scss */
    .contact a:hover {
      text-decoration: underline; }

/* 導入事例 */
/* line 1014, _base.scss */
.casestudy {
  padding: 120px 0;
  background: linear-gradient(to right, #b8d4db, #cefdff);
  text-align: center;
  /*@include mq-down() {
		padding: 60px 0;
	}*/ }
  /* line 1021, _base.scss */
  .casestudy img {
    display: block; }
  /* line 1024, _base.scss */
  .casestudy h3 {
    display: inline-block;
    width: 530px;
    line-height: 50px;
    border-radius: 100px;
    background: linear-gradient(#05aa99, #00ad9b);
    margin-top: -25px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    /*@include mq-down() {
			width: 90%;
			font-size: 17px;
			display: block;
			line-height: 40px;
			margin: -20px auto 0 auto;
			position: relative;
			z-index: 1;
		}*/ }

/* line 1047, _base.scss */
.casestudy .inner {
  max-width: 880px; }
  /* line 1049, _base.scss */
  .casestudy .inner .casestudy-unit {
    list-style: none; }
    /* line 1051, _base.scss */
    .casestudy .inner .casestudy-unit li:not(:last-child) {
      margin-bottom: 60px; }

/* SPORTEC */
/* line 1058, _base.scss */
.sportec {
  padding-top: 80px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    /* line 1058, _base.scss */
    .sportec {
      padding-top: 40px; } }
  /* line 1064, _base.scss */
  .sportec h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 42px; }
    @media screen and (max-width: 767px) {
      /* line 1064, _base.scss */
      .sportec h2 {
        font-size: 18px;
        padding-bottom: 20px; } }
  /* line 1074, _base.scss */
  .sportec img {
    display: block; }
  /* line 1077, _base.scss */
  .sportec h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6em;
    padding-bottom: 40px;
    text-align: center;
    padding-top: 88px; }
  /* line 1086, _base.scss */
  .sportec .video {
    max-width: 980px;
    margin: auto;
    padding-bottom: 83px; }
    /* line 1090, _base.scss */
    .sportec .video video,
    .sportec .video iframe {
      display: block;
      width: 100%;
      height: auto; }
    /* line 1096, _base.scss */
    .sportec .video iframe {
      aspect-ratio: 16 / 9; }
  /* line 1100, _base.scss */
  .sportec .voice {
    max-width: 855px;
    margin: auto; }
    /* line 1104, _base.scss */
    .sportec .voice.pi {
      margin-bottom: 34px; }
      /* line 1106, _base.scss */
      .sportec .voice.pi .txt {
        background: #dddddd; }
        /* line 1108, _base.scss */
        .sportec .voice.pi .txt::before {
          border-right: 15px solid #dddddd; }
    /* line 1114, _base.scss */
    .sportec .voice.or .txt {
      background: #dddddd; }
      /* line 1116, _base.scss */
      .sportec .voice.or .txt::before {
        border-right: 15px solid #dddddd; }
    /* line 1121, _base.scss */
    .sportec .voice img {
      display: block;
      width: 139px;
      align-self: center; }
    /* line 1126, _base.scss */
    .sportec .voice .txt {
      width: calc(100% - 190px);
      align-items: center;
      padding: 0 20px 0 45px;
      position: relative;
      border-radius: 33px; }
      /* line 1133, _base.scss */
      .sportec .voice .txt::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -26px;
        margin-top: -13px;
        border: 13px solid transparent; }
      /* line 1141, _base.scss */
      .sportec .voice .txt p {
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0.02em;
        line-height: 1.54em; }

/* Femicバナー */
/* line 1151, _base.scss */
.femicbnr {
  padding: 80px 0;
  background: #fff; }
  @media screen and (max-width: 767px) {
    /* line 1151, _base.scss */
    .femicbnr {
      padding: 40px 0; } }
  /* line 1159, _base.scss */
  .femicbnr ul li {
    display: block;
    width: 48.6%; }
  /* line 1164, _base.scss */
  .femicbnr a {
    display: block; }
    /* line 1166, _base.scss */
    .femicbnr a img {
      display: block; }

/* インタビュー */
/* line 1172, _base.scss */
.interview {
  padding: 100px 0;
  text-align: center; }
  /* line 1175, _base.scss */
  .interview h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    padding-bottom: 60px;
    color: #00ad9b; }
  /* line 1184, _base.scss */
  .interview .video {
    max-width: 980px;
    margin: auto; }
    /* line 1187, _base.scss */
    .interview .video video,
    .interview .video iframe {
      display: block;
      width: 100%;
      height: auto; }
    /* line 1193, _base.scss */
    .interview .video iframe {
      aspect-ratio: 16 / 9; }

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