@charset "UTF-8";
:root {
  --body: #333;
  --link: #333;
  --title: #333;
  --main: #333;
  --base: #333;
  --mainBold: #333;
  --sub: #333;
  --white: #333;
}
/*--------------------------------------------
MV
---------------------------------------------*/
#mv {
  overflow: hidden;
}
#mv h2 {
  font-family: "Lato", sans-serif;
  color: white;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-display: swap;
}
#mv h2 sup {
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
}
#sup__font {
  font-family: "Noto Sans JP", sans-serif;
}
#mv p {
  color: white;
}
#mv a {
  color: white;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
#mv a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #fff;
}
#mv a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #e60012;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
#mv a:hover:after {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #mv .wrap {
    background: url("../images/mv/bg_sp.png") left top / 100% auto no-repeat;
    padding-top: calc(248 * 100vw / 768);
    min-height: calc(716 * 100vw / 768);
    overflow: hidden;
    position: relative;
  }
  #mv h2 {
    text-align: center;
    font-size: calc(65 * 100vw / 768);
  }
  #mv img {
    position: absolute;
    width: calc(575 * 100% / 768);
    height: calc(349 * 100vw / 768);
    top: calc(450 * 100vw / 768);
    left: calc(300 * 100% / 768);
  }
  #mv p {
    text-align: center;
    font-size: calc(34 * 100vw / 768);
    line-height: calc(48 * 100vw / 768);
    margin-top: calc((33 - 7) * 100vw / 768);
  }
  #mv a {
    margin-top: calc((412 - 7) * 100vw / 768);
    width: calc(640 * 100% / 720);
    height: calc(80 * 100vw / 768);
    margin-left: auto;
    margin-right: auto;
    font-size: calc(30 * 100vw / 768);
    border-radius: calc(6 * 100vw / 768);
    -webkit-box-shadow: 0 calc(2 * 100vw / 768) calc(4 * 100vw / 768)
      rgba(51, 51, 51, 0.3);
    box-shadow: 0 calc(2 * 100vw / 768) calc(4 * 100vw / 768)
      rgba(51, 51, 51, 0.3);
    text-shadow: 0 calc(2 * 100vw / 768) calc(4 * 100vw / 768)
      rgba(51, 51, 51, 0.4);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #mv {
    height: calc(700 * 100vw / 1280);
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(-145deg, #363553, #903775 50%, #e8458b);
  }
  #mv .wrap {
    position: relative;
    height: 100%;
    z-index: 1;
  }
  #mv .wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(402 * 100vw / 1280);
    left: calc(-288 * 100vw / 1280);
    background: url("../images/mv/bg01.png") left top / contain no-repeat;
    width: calc(813 * 100vw / 1280);
    height: calc(437 * 100vw / 1280);
    z-index: -1;
  }
  #mv .wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(-49 * 100vw / 1280);
    left: calc(452 * 100vw / 1280);
    background: url("../images/mv/bg02.png") left top / contain no-repeat;
    width: calc(997 * 100vw / 1280);
    height: calc(826 * 100vw / 1280);
    z-index: -1;
  }
  #mv .wrap > img {
    position: absolute;
    top: calc(200 * 100vw / 1280);
    left: calc(567 * 100vw / 1280);
    width: calc(744 * 100% / 1280);
  }
  #mv h2 {
    padding-top: calc(311 * 100vw / 1280);
    margin-left: calc(3 * 100vw / 1280);
    font-size: calc(48 * 100vw / 1280);
  }
  #mv p {
    margin-top: calc((23 - 6) * 100vw / 1280);
    margin-left: calc(2 * 100vw / 1280);
    font-size: calc(24 * 100vw / 1280);
    line-height: calc(36 * 100vw / 1280);
  }
  #mv a {
    width: calc(500 * 100vw / 1280);
    height: calc(64 * 100vw / 1280);
    margin-top: calc((118 - 6) * 100vw / 1280);
    -webkit-box-shadow: 0 calc(2 * 100vw / 1280) calc(4 * 100vw / 1280)
      rgba(51, 51, 51, 0.3);
    box-shadow: 0 calc(2 * 100vw / 1280) calc(4 * 100vw / 1280)
      rgba(51, 51, 51, 0.3);
    font-size: calc(24 * 100vw / 1280);
    text-shadow: 0 calc(2 * 100vw / 1280) calc(4 * 100vw / 1280)
      rgba(51, 51, 51, 0.4);
    border-radius: calc(6 * 100vw / 1280);
  }
}
@media (min-width: 1200px) {
  #mv {
    height: 700px;
    width: 100%;
    background-image: linear-gradient(-145deg, #363553, #903775 50%, #e8458b);
  }
  #mv .wrap {
    position: relative;
    height: 100%;
    z-index: 1;
  }
  #mv .wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 402px;
    left: -288px;
    background: url("../images/mv/bg01.png");
    width: 813px;
    height: 437px;
    z-index: -1;
  }
  #mv .wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: -49px;
    left: 452px;
    background: url("../images/mv/bg02.png");
    width: 997px;
    height: 826px;
    z-index: -1;
  }
  #mv .wrap > img {
    position: absolute;
    top: 200px;
    left: 567px;
  }
  #mv h2 {
    padding-top: 311px;
    margin-left: 3px;
    font-size: 48px;
  }
  #mv p {
    margin-top: calc(23px - 6px);
    margin-left: 2px;
    font-size: 24px;
    line-height: 36px;
  }
  #mv a {
    width: 500px;
    height: 64px;
    margin-top: calc(118px - 6px);
    -webkit-box-shadow: 0 2px 4px rgba(51, 51, 51, 0.3);
    box-shadow: 0 2px 4px rgba(51, 51, 51, 0.3);
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(51, 51, 51, 0.4);
    border-radius: 6px;
  }
}

/*--------------------------------------------
OPTION
---------------------------------------------*/
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

#option .new_posi {
  position: relative;
  width: 400px;
  margin: 0 auto;
}

#option h2 {
  margin-bottom: 1.3em;
}

#option h2 span {
  background-color: #e60012;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 20px;
}

#option .option_block {
  margin-bottom: 1.3em;
}

#option h3 {
  font-weight: 500;
  font-size: 25px;
  margin: 50px 0;
}

#option .gengo_inner {
  border: 1px solid #e60012;
  border-radius: 5px;
  line-height: 20px;
}

#option .gengo_inner:nth-of-type(1) {
  margin-bottom: 30px;
}

#option .gengo_block .left,
#option .gengo_block .right {
  float: left;
  padding: 30px 20px;
}

#option .gengo_block .left {
  font-weight: 500;
  font-size: 30px;
  background-color: #ccc;
  border-radius: 5px 0 0 5px;
  width: 150px;
}

#option .gengo_block .right {
  width: 1028px;
  line-height: 30px;
  padding: 10px 20px;
}

#option .gengo_block .left .gengo_text {
  font-size: 25px;
  margin-right: 10px;
}

#option .gengo_inner:nth-of-type(2) .left .gengo_text {
  margin-right: 35px;
}

#option .gengo_block .left span {
  font-weight: bold;
  font-size: 25px;
}

@media (max-width: 767px) {
  #option .wrap {
    padding-top: calc((118 - 6 - 5) * 100vw / 768);
    padding-bottom: 0;
  }

  #option .new_posi {
    width: 70%;
  }

  #option h2 span {
    font-size: 14px;
    padding: 3px;
    left: 3%;
  }

  #option h3 {
    text-align: center;
    font-size: calc(36 * 100vw / 768);
    margin: calc(50 * 100vw / 768);
  }

  #option .gengo_block .left,
  #option .gengo_block .right {
    float: none;
    padding: 15px 5%;
  }

  #option .gengo_block .left {
    font-size: 30px;
    border-radius: 5px 5px 0 0;
    width: 100%;
  }

  #option .gengo_block .right {
    width: 100%;
    line-height: 35px;
    padding: 10px 5%;
    font-size: calc(30 * 100vw / 768);
  }

  #option .gengo_block .left .gengo_text {
    font-size: 20px;
  }
  #option .text-right {
    font-size: calc(30 * 100vw / 768);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #option .wrap {
    padding-top: calc(136 * 100vw / 1280);
    padding-bottom: calc(100 * 100vw / 1280);
  }
  #option .gengo_block .left {
    font-size: 30px;
    border-radius: 5px 5px 0 0;
    width: 100%;
  }

  #option .gengo_block .right {
    width: 100%;
    line-height: 20px;
    padding: 25px 5%;
  }
}
@media (min-width: 1200px) {
  #option .wrap {
    padding-top: 136px;
  }
}

/*--------------------------------------------
ADVANTAGE
---------------------------------------------*/
#advantage h3 {
  font-weight: 500;
}
@media (max-width: 767px) {
  #advantage .wrap {
    padding-top: calc((118 - 6 - 5) * 100vw / 768);
    padding-bottom: calc(87 * 100vw / 768);
  }
  #advantage .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: calc(50 * 100vw / 768);
  }
  #advantage h3 {
    text-align: center;
    font-size: calc(36 * 100vw / 768);
  }
  #advantage .text {
    margin-top: calc((21 - 7.5) * 100vw / 768);
  }
  #advantage .row > p {
    margin-top: calc((34 - 7.5) * 100vw / 768);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #advantage .wrap {
    padding-top: calc(136 * 100vw / 1280);
    padding-bottom: calc(100 * 100vw / 1280);
  }
  #advantage .row {
    margin-top: calc(100 * 100vw / 1280);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #advantage .row > p {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: calc(65 * 100vw / 1280);
    width: calc(590 * 100vw / 1280);
  }
  #advantage .row > div {
    margin-top: calc(50 * 100vw / 1280);
  }
  #advantage h3 {
    font-size: calc(18 * 100vw / 1280);
    font-weight: 500;
  }
  #advantage .text {
    margin-top: calc((20 - 7) * 100vw / 1280);
  }
}
@media (min-width: 1200px) {
  #advantage .wrap {
    padding-top: 136px;
    padding-bottom: 100px;
  }
  #advantage .row {
    margin-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #advantage .row > p {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 65px;
  }
  #advantage .row > div {
    margin-top: 50px;
  }
  #advantage h3 {
    font-size: 18px;
    font-weight: 500;
  }
  #advantage .text {
    margin-top: calc(20px - 7px);
  }
}
/*--------------------------------------------
FEATURE
---------------------------------------------*/
#feature {
  background: url("../images/feature/bg.png") center center / cover no-repeat;
}
#feature .title {
  color: white;
}
#feature h3 {
  color: white;
  font-weight: 500;
}
#feature li {
  position: relative;
}
#feature li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 0;
}
#feature li:after {
  content: "";
  display: block;
  position: absolute;
}
#feature li:nth-child(1):before {
  border-color: #6c3 transparent transparent transparent;
}
#feature li:nth-child(1):after {
  background: url("../images/ui/icon/translate.png") left top no-repeat;
}
#feature li:nth-child(2):before {
  border-color: #e92f97 transparent transparent transparent;
}
#feature li:nth-child(2):after {
  background: url("../images/ui/icon/customize.png") left top no-repeat;
}
#feature li:nth-child(3):before {
  border-color: #eb6023 transparent transparent transparent;
}
#feature li:nth-child(3):after {
  background: url("../images/ui/icon/cloud.png") left top no-repeat;
}
#feature .text {
  color: #fff;
}
@media (max-width: 767px) {
  #feature .wrap {
    padding-top: calc((73 - 6 - 5) * 100vw / 768);
    padding-bottom: calc(92 * 100vw / 768);
  }
  #feature ul {
    margin-top: calc(43 * 100vw / 768);
  }
  #feature li {
    width: 100%;
    padding-top: calc(36 * 100vw / 768);
    padding-left: calc(190 * 100% / 720);
    padding-right: calc(20 * 100% / 720);
    padding-bottom: calc((31 - 8.5) * 100vw / 768);
  }
  #feature li:not(:first-child) {
    margin-top: calc(25 * 100vw / 768);
  }
  #feature li:before {
    border-width: calc(45 * 100vw / 768) calc(45 * 100vw / 768) 0 0;
  }
  #feature li:after {
    background-size: contain !important;
  }
  #feature li:nth-child(1) {
    background: url("../images/feature/bg_list01_sp.png") center center / cover
      no-repeat;
  }
  #feature li:nth-child(1):after {
    width: calc(119 * 100% / 720);
    height: calc(119 * 100vw / 768);
    top: calc(40 * 100vw / 768);
    left: calc(32 * 100% / 720);
  }
  #feature li:nth-child(2) {
    background: url("../images/feature/bg_list02_sp.png") center center / cover
      no-repeat;
  }
  #feature li:nth-child(2):after {
    width: calc(135 * 100% / 720);
    height: calc(116 * 100vw / 768);
    top: calc(43 * 100vw / 768);
    left: calc(24 * 100% / 720);
  }
  #feature li:nth-child(3) {
    background: url("../images/feature/bg_list03_sp.png") center center / cover
      no-repeat;
  }
  #feature li:nth-child(3):after {
    width: calc(95 * 100% / 720);
    height: calc(100 * 100vw / 768);
    top: calc(43 * 100vw / 768);
    left: calc(44 * 100% / 720);
  }
  #feature h3 {
    font-size: calc(30 * 100vw / 768);
  }
  #feature .text {
    font-size: calc(28 * 100vw / 768);
    margin-top: calc((21 - 8.5) * 100vw / 768);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #feature .wrap {
    padding-top: calc(140 * 100vw / 1280);
    padding-bottom: calc(100 * 100vw / 1280);
  }
  #feature ul {
    margin-top: calc(100 * 100vw / 1280);
  }
  #feature li {
    background: url("../images/feature/bg_list.png") center center / cover
      no-repeat;
    width: calc(368 * 100vw / 1280);
    height: calc(485 * 100vw / 1280);
    padding-top: calc(182 * 100vw / 1280);
  }
  #feature li:before {
    border-width: calc(24 * 100vw / 1280) calc(24 * 100vw / 1280) 0 0;
  }
  #feature li:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: contain !important;
  }
  #feature li:nth-child(1):after {
    width: calc(68 * 100vw / 1280);
    height: calc(67 * 100vw / 1280);
    top: calc(73 * 100vw / 1280);
  }
  #feature li:nth-child(2):after {
    width: calc(77 * 100vw / 1280);
    height: calc(66 * 100vw / 1280);
    top: calc(73 * 100vw / 1280);
  }
  #feature li:nth-child(3):after {
    width: calc(54 * 100vw / 1280);
    height: calc(57 * 100vw / 1280);
    top: calc(79 * 100vw / 1280);
  }
  #feature h3 {
    text-align: center;
    font-size: calc(18 * 100vw / 1280);
  }
  #feature .text {
    margin-top: calc((80 - 4) * 100vw / 1280);
    padding-left: calc(40 * 100vw / 1280);
    padding-right: calc(40 * 100vw / 1280);
    line-height: calc(24 * 100vw / 1280);
  }
}
@media (min-width: 1200px) {
  #feature .wrap {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  #feature ul {
    margin-top: 100px;
  }
  #feature li {
    background: url("../images/feature/bg_list.png") center center / cover
      no-repeat;
    width: 368px;
    height: 485px;
    padding-top: 182px;
  }
  #feature li:before {
    border-width: 24px 24px 0 0;
  }
  #feature li:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: contain !important;
  }
  #feature li:nth-child(1):after {
    width: 68px;
    height: 67px;
    top: 73px;
  }
  #feature li:nth-child(2):after {
    width: 77px;
    height: 66px;
    top: 73px;
  }
  #feature li:nth-child(3):after {
    width: 54px;
    height: 57px;
    top: 79px;
  }
  #feature h3 {
    text-align: center;
    font-size: 18px;
  }
  #feature .text {
    margin-top: calc(80px - 4px);
    padding-left: 40px;
    padding-right: 40px;
    line-height: 24px;
  }
}
/*--------------------------------------------
BETTER
---------------------------------------------*/
#better {
  overflow: hidden;
}
#better small {
  display: block;
}
#better h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#better h3 small {
  line-height: 1;
}
@media (max-width: 767px) {
  #better .wrap {
    padding-top: calc((100 - 6 - 5) * 100vw / 768);
    padding-bottom: calc(150 * 100vw / 768);
  }
  #better ul {
    margin-top: calc(60 * 100vw / 768);
  }
  #better li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #better li:not(:first-child) {
    margin-top: calc(62 * 100vw / 768);
  }
  #better h3 img {
    width: calc(94 * 100% / 720);
    margin-right: calc(25 * 100% / 720);
  }
  #better h3 span {
    font-size: calc(36 * 100vw / 768);
    line-height: calc(40 * 100vw / 768);
  }
  #better h3 small {
    font-size: calc(26 * 100vw / 768);
    margin-bottom: calc((10 - 2) * 100vw / 768);
  }
  #better li:nth-child(1) small {
    display: none;
  }
  #better .text {
    margin-top: calc((26 - 7.5) * 100vw / 768);
  }
  #better .row > p {
    margin-top: calc((41 - 7.5) * 100vw / 768);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #better .wrap {
    padding-top: calc(140 * 100vw / 1280);
    padding-bottom: calc(93 * 100vw / 1280);
  }
  #better ul {
    margin-top: calc(98 * 100vw / 1280);
  }
  #better li:not(:first-child) {
    margin-top: calc(98 * 100vw / 1280);
  }
  #better li > p,
  #better li > div {
    width: 50%;
  }
  #better li > p img {
    max-width: none;
  }
  #better li:nth-child(1) {
  }
  #better h3 img {
    margin-right: calc(58 * 100vw / 1280);
  }
  #better h3 span {
    font-size: calc(30 * 100vw / 1280);
    line-height: calc(36 * 100vw / 1280);
  }
  #better h3 small {
    font-size: calc(20 * 100vw / 1280);
    margin-bottom: calc((9 - 3) * 100vw / 1280);
  }
  #better li:nth-child(1) > p {
    margin-left: calc(-36 * 100vw / 1280);
  }
  #better li:nth-child(1) > p img {
    width: calc(572 * 100vw / 1280);
  }
  #better li:nth-child(1) > div {
    padding-top: calc(46 * 100vw / 1280);
  }
  #better li:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #better li:nth-child(2) > p {
    padding-left: calc(9 * 100vw / 1280);
    margin-top: calc(22 * 100vw / 1280);
  }
  #better li:nth-child(2) > p img {
    width: calc(616 * 100vw / 1280);
  }
  #better li:nth-child(3) > p {
    margin-left: calc(-121 * 100vw / 1280);
  }
  #better li:nth-child(3) > p img {
    width: calc(677 * 100vw / 1280);
  }
  #better li:nth-child(3) > div {
    margin-top: calc(23 * 100vw / 1280);
  }
  #better li:nth-child(3) h3 span {
    margin-top: calc(30 * 100vw / 1280);
  }
  #better .text {
    margin-top: calc((20 - 7) * 100vw / 1280);
  }
}
@media (min-width: 1200px) {
  #better .wrap {
    padding-top: 140px;
    padding-bottom: 93px;
  }
  #better ul {
    margin-top: 98px;
  }
  #better li:not(:first-child) {
    margin-top: 98px;
  }
  #better li > p,
  #better li > div {
    width: 50%;
  }
  #better li > p img {
    max-width: none;
  }
  #better li:nth-child(1) {
  }
  #better h3 img {
    margin-right: 58px;
  }
  #better h3 span {
    font-size: 30px;
    line-height: 36px;
  }
  #better h3 small {
    font-size: 20px;
    margin-bottom: calc(9px - 3px);
  }
  #better li:nth-child(1) > p {
    margin-left: -36px;
  }
  #better li:nth-child(1) > div {
    padding-top: 46px;
  }
  #better li:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #better li:nth-child(2) > p {
    padding-left: 9px;
    margin-top: 22px;
  }
  #better li:nth-child(3) > p {
    margin-left: -121px;
  }
  #better li:nth-child(3) > div {
    margin-top: 23px;
  }
  #better li:nth-child(3) h3 span {
    margin-top: 30px;
  }
  #better .text {
    margin-top: calc(20px - 7px);
  }
}
/*--------------------------------------------
ABOUT
---------------------------------------------*/
#about {
  background-image: linear-gradient(290deg, #868f96, #596164);
}
#about h2 {
  color: white;
}
#about .text {
  color: #fff;
}
#about .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
}
#about .img span {
  position: absolute;
}
@media (max-width: 767px) {
  #about .wrap {
    padding-top: calc(109 * 100vw / 768);
    padding-bottom: calc(138 * 100vw / 768);
  }
  #about h2 {
    line-height: 1;
  }
  #about .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #about .text {
    margin-top: calc((70 - 7.5) * 100vw / 768);
  }
  #about .img {
    width: calc(530 * 100% / 720);
    height: calc(530 * 100vw / 768);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc((85 - 7.5) * 100vw / 768);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #about .wrap {
    padding-top: calc(140 * 100vw / 1280);
    padding-bottom: calc(100 * 100vw / 1280);
  }
  #about .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: calc(64 * 100vw / 1280);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #about .img {
    width: calc(470 * 100vw / 1280);
    height: calc(470 * 100vw / 1280);
    margin-left: calc(58 * 100vw / 1280);
  }
  #about .text {
    width: calc(472 * 100vw / 1280);
  }
}
@media (min-width: 1200px) {
  #about .wrap {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  #about .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #about .img {
    width: 470px;
    height: 470px;
    margin-left: 58px;
  }
  #about .text {
    width: 472px;
  }
}

/*--------------------------------------------
FILE、REQUIREMENtS
---------------------------------------------*/
#table .row,
#table02 .row {
  display: block;
}

#table table,
#table02 table {
  table-layout: auto;
  width: 100%;
  margin-bottom: 10px;
}

#table table th,
#table02 table th {
  font-weight: bold;
  background-color: #ccc;
  border: 1px solid #ccc;
  padding: 20px;
}

#table table td,
#table02 table td,
#table02 table tr:nth-child(8) td {
  border: 1px solid #ccc;
  padding: 20px;
}

#table table td:first-child,
#table02 table td:first-child {
  text-align: center;
}

#table02 table tr:nth-child(8) td.textalignleft {
  text-align: left;
}

#table table td:last-child,
#table02 table td:last-child {
  line-height: 1.5;
}

@media (max-width: 767px) {
  #table .wrap,
  #table02 .wrap {
    padding-top: calc(109 * 100vw / 768);
    padding-bottom: calc(138 * 100vw / 768);
  }

  #table h2,
  #table02 h2 {
    line-height: 1;
  }

  #table .row,
  #table02 .row {
    margin-top: calc((70 - 7.5) * 100vw / 768);
  }

  #table table th,
  #table02 table th {
    font-size: calc(30 * 100vw / 768);
    padding: 10px 0;
  }

  #table table td,
  #table02 table td {
    font-size: 80%;
  }

  #table table td:first-child {
    width: 40%;
    padding: 0;
  }
  #table02 table td:first-child {
    width: 20%;
    padding: 0;
  }

  #table .text,
  #table02 .text {
    margin-top: calc((70 - 7.5) * 100vw / 768);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #table .wrap,
  #table02 .wrap {
    padding-top: calc(140 * 100vw / 1280);
    padding-bottom: calc(100 * 100vw / 1280);
  }

  #table .row,
  #table02 .row {
    margin-top: calc(64 * 100vw / 1280);
  }
}

@media (min-width: 1200px) {
  #table .wrap,
  #table02 .wrap {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  #table .row,
  #table02 .row {
    margin: 64px auto 0;
  }
}

/*--------------------------------------------
PRECISION
---------------------------------------------*/
#precision {
  background-color: #e6e7eb;
}
@media (max-width: 767px) {
  #precision {
    -webkit-box-shadow: 0 calc(10 * 100vw / 768) calc(18 * 100vw / 768)
      calc(2 * 100vw / 768) rgba(51, 51, 51, 0.21);
    box-shadow: 0 calc(10 * 100vw / 768) calc(18 * 100vw / 768)
      calc(2 * 100vw / 768) rgba(51, 51, 51, 0.21);
    padding-top: calc(88 * 100vw / 768);
  }
  #precision .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #precision .wrap > div {
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding-top: calc((47 - 6) * 100vw / 768);
    padding-bottom: calc((41 - 7.5) * 100vw / 768);
    padding-left: calc(40 * 100% / 720);
    padding-right: calc(40 * 100% / 720);
  }
  #precision h3 {
    font-size: calc(36 * 100vw / 768);
    line-height: calc(48 * 100vw / 768);
  }
  #precision ul {
    margin-top: calc(41 * 100vw / 768);
  }
  #precision li:nth-child(1) {
    background-image: url("../images/precision/bg01_sp.jpg");
    background-repeat: no-repeat;
    background-position: calc(-373 * 100vw / 768) top;
    background-size: auto 100%;
    padding-top: calc(42 * 100vw / 768);
    padding-bottom: calc(36 * 100vw / 768);
  }
  #precision li:nth-child(1) .wrap > p {
    width: calc(456 * 100% / 720);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(-62 * 100vw / 768);
  }
  #precision li.pattern_02 {
    margin-top: calc(93 * 100vw / 768);
    background-image: url("../images/precision/bg02_sp.jpg");
    background-repeat: no-repeat;
    background-position: calc(-373 * 100vw / 768) top;
    background-size: auto 100%;
    padding-top: calc(42 * 100vw / 768);
    padding-bottom: calc(64 * 100vw / 768);
  }
  #precision li.pattern_02 .wrap > p {
    width: calc(581 * 100% / 720);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(37 * 100vw / 768);
  }
  #precision .text {
    margin-top: calc((32 - 6 - 7.5) * 100vw / 768);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #precision {
    -webkit-box-shadow: 0 calc(10 * 100vw / 1280) calc(18 * 100vw / 1280)
      calc(2 * 100vw / 1280) rgba(51, 51, 51, 0.21);
    box-shadow: 0 calc(10 * 100vw / 1280) calc(18 * 100vw / 1280)
      calc(2 * 100vw / 1280) rgba(51, 51, 51, 0.21);
    padding-top: calc(140 * 100vw / 1280);
    padding-bottom: calc(115 * 100vw / 1280);
  }
  #precision ul {
    margin-top: calc(60 * 100vw / 1280);
  }
  #precision li {
    position: relative;
  }
  #precision .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #precision .wrap:before {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
  }
  #precision h3 {
    font-size: calc(24 * 100vw / 1280);
    font-weight: 500;
  }
  #precision li:nth-child(1):before {
    content: "";
    display: block;
    background: url("../images/precision/bg01.png") left top / cover no-repeat;
    width: calc(1280 * 100vw / 1280);
    height: calc(590 * 100vw / 1280);
    right: 0;
    width: 100vw;
    position: absolute;
  }
  #precision li:nth-child(1) .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: calc(590 * 100vw / 1280);
  }
  #precision li:nth-child(1) .wrap > p {
    margin-left: calc(32 * 100vw / 1280);
    margin-top: calc(86 * 100vw / 1280);
    width: calc(435 * 100vw / 1280);
  }
  #precision li:nth-child(1) div div {
    padding-top: calc(41 * 100vw / 1280);
    padding-right: calc(48 * 100vw / 1280);
    padding-left: calc(48 * 100vw / 1280);
    padding-bottom: calc((40 - 7) * 100vw / 1280);
    margin-top: calc(100 * 100vw / 1280);
    width: calc(660 * 100vw / 1280);
  }
  #precision li.pattern_02 {
    margin-top: calc(100 * 100vw / 1280);
    background: url("../images/precision/bg02.png") center center / cover
      no-repeat;
  }
  #precision li.pattern_02 .wrap {
    height: calc(721 * 100vw / 1280);
  }
  #precision li.pattern_02 .wrap > p {
    margin-right: calc(21 * 100vw / 1280);
    margin-top: calc(204 * 100vw / 1280);
  }
  #precision li.pattern_02 .wrap > p img {
    width: calc(529 * 100vw / 1280);
  }
  #precision li.pattern_02 div div {
    padding-top: calc(54 * 100vw / 1280);
    padding-right: calc(48 * 100vw / 1280);
    padding-left: calc(48 * 100vw / 1280);
    padding-bottom: calc((72 - 7) * 100vw / 1280);
    margin-top: calc(121 * 100vw / 1280);
    width: calc(680 * 100vw / 1280);
  }
  #precision li div div {
    background-color: rgba(255, 255, 255, 0.6);
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  #precision li div div p {
    margin-top: calc((32 - 7) * 100vw / 1280);
  }
}
@media (min-width: 1200px) {
  #precision {
    -webkit-box-shadow: 0 10px 18px 2px rgba(51, 51, 51, 0.21);
    box-shadow: 0 10px 18px 2px rgba(51, 51, 51, 0.21);
    padding-top: 140px;
    padding-bottom: 115px;
  }
  #precision ul {
    margin-top: 60px;
  }
  #precision li {
    position: relative;
  }
  #precision li:before {
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    opacity: 0;
  }
  #precision li.is-active:before {
    opacity: 1;
  }
  #precision .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #precision .wrap:before {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
  }
  #precision h3 {
    font-size: 24px;
    font-weight: 500;
  }
  #precision li:nth-child(1):before {
    content: "";
    display: block;
    background: url("../images/precision/bg01.png") left top no-repeat;
    width: 1280px;
    height: 590px;
    right: 0;
    width: 100vw;
    position: absolute;
  }
  #precision li:nth-child(1) .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 590px;
  }
  #precision li:nth-child(1) .wrap > p {
    margin-left: 32px;
    margin-top: 86px;
    width: 435px;
  }
  #precision li:nth-child(1) div div {
    padding-top: 41px;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: calc(40px - 7px);
    margin-top: 100px;
    width: 660px;
  }
  #precision li.pattern_02 {
    margin-top: 100px;
  }
  #precision li.pattern_02:before {
    content: "";
    display: block;
    background: url("../images/precision/bg02.png") left top / cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
  }
  #precision li.pattern_02 .wrap {
    height: 721px;
  }
  #precision li.pattern_02 .wrap > p {
    margin-right: 21px;
    margin-top: 204px;
  }
  #precision li.pattern_02 .wrap > p img {
    width: 529px;
  }
  #precision li.pattern_02 div div {
    padding-top: 54px;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: calc(72px - 7px);
    margin-top: 121px;
    width: 680px;
  }
  #precision li div div {
    background-color: rgba(255, 255, 255, 0.6);
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  #precision li div div p {
    margin-top: calc(32px - 7px);
  }
}
/*--------------------------------------------
TRIAL
---------------------------------------------*/
#trial li {
  position: relative;
}
#trial li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#trial li:nth-child(1):before {
  background: url("../images/trial/bg01.png");
}
#trial li:nth-child(2):before {
  background: url("../images/trial/bg02.png");
}
#trial li:nth-child(3):before {
  background: url("../images/trial/bg03.png");
}
#trial li:nth-child(4):before {
  background: url("../images/trial/bg04.png");
}
#trial h3 {
  text-align: center;
}
#trial h3 + p {
  text-align: center;
}
@media (max-width: 767px) {
  #trial .wrap {
    padding-top: calc((140 - 6) * 100vw / 768);
    padding-bottom: calc(146 * 100vw / 768);
  }
  #trial .wrap > p {
    font-size: calc(30 * 100vw / 768);
    line-height: calc(45 * 100vw / 768);
    margin-top: calc((55 - 7.5) * 100vw / 768);
  }
  #trial ul {
    margin-top: calc((72 - 7.5) * 100vw / 768);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(542 * 100% / 720);
    margin-left: auto;
    margin-right: auto;
  }
  #trial li {
    width: calc(247 * 100% / 542);
    height: calc(280 * 100vw / 768);
    background-color: #fff;
    -webkit-box-shadow: 0 calc(10 * 100vw / 768) calc(12 * 100vw / 768)
      rgba(51, 51, 51, 0.2);
    box-shadow: 0 calc(10 * 100vw / 768) calc(12 * 100vw / 768)
      rgba(51, 51, 51, 0.2);
    padding-top: calc(178 * 100vw / 768);
  }
  #trial li:nth-child(n + 3) {
    margin-top: calc(40 * 100vw / 768);
  }
  #trial li:before {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  #trial li:nth-child(1):before {
    width: calc(95 * 100% / 247);
    height: calc(70 * 100vw / 768);
    top: calc(78 * 100vw / 768);
  }
  #trial li:nth-child(2):before {
    width: calc(137 * 100% / 247);
    height: calc(70 * 100vw / 768);
    top: calc(77 * 100vw / 768);
  }
  #trial li:nth-child(3):before {
    width: calc(70 * 100% / 247);
    height: calc(70 * 100vw / 768);
    top: calc(79 * 100vw / 768);
  }
  #trial li:nth-child(4):before {
    width: calc(50 * 100% / 247);
    height: calc(69 * 100vw / 768);
    top: calc(80 * 100vw / 768);
  }
  #trial h3 {
    font-size: calc(20 * 100vw / 768);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  #trial h3 + p {
    font-size: calc(20 * 100vw / 768);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    text-align: center;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    white-space: nowrap;
    width: 200%;
    margin-top: calc(14 * 100vw / 768);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #trial .wrap {
    padding-top: calc(180 * 100vw / 1280);
    padding-bottom: calc(140 * 100vw / 1280);
  }
  #trial .wrap > p {
    text-align: center;
    margin-top: calc((62 - 4) * 100vw / 1280);
    line-height: 1.5;
  }
  #trial .row {
    margin-top: calc((100 - 4) * 100vw / 1280);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
  }
  #trial li {
    width: calc(248 * 100vw / 1280);
    height: calc(280 * 100vw / 1280);
    -webkit-box-shadow: 0 calc(10 * 100vw / 1280) calc(12 * 100vw / 1280)
      rgba(51, 51, 51, 0.2);
    box-shadow: 0 calc(10 * 100vw / 1280) calc(12 * 100vw / 1280)
      rgba(51, 51, 51, 0.2);
    padding-top: calc(180 * 100vw / 1280);
  }
  #trial li:before {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  #trial li:nth-child(1):before {
    width: calc(95 * 100vw / 1280);
    height: calc(70 * 100vw / 1280);
    top: calc(78 * 100vw / 1280);
  }
  #trial li:nth-child(2):before {
    width: calc(137 * 100vw / 1280);
    height: calc(70 * 100vw / 1280);
    top: calc(77 * 100vw / 1280);
  }
  #trial li:nth-child(3):before {
    width: calc(70 * 100vw / 1280);
    height: calc(70 * 100vw / 1280);
    top: calc(79 * 100vw / 1280);
  }
  #trial li:nth-child(4):before {
    width: calc(50 * 100vw / 1280);
    height: calc(69 * 100vw / 1280);
    top: calc(80 * 100vw / 1280);
  }
  #trial h3 {
    font-size: calc(18 * 100vw / 1280);
  }
  #trial h3 + p {
    font-size: calc(10 * 100vw / 1280);
    margin-top: calc(15 * 100vw / 1280);
  }
}
@media (min-width: 1200px) {
  #trial .wrap {
    padding-top: 180px;
    padding-bottom: 140px;
  }
  #trial .wrap > p {
    text-align: center;
    margin-top: calc(62px - 4px);
    line-height: 1.5;
  }
  #trial .row {
    margin-top: calc(100px - 4px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
  }
  #trial li {
    width: 248px;
    height: 280px;
    -webkit-box-shadow: 0 10px 12px rgba(51, 51, 51, 0.2);
    box-shadow: 0 10px 12px rgba(51, 51, 51, 0.2);
    padding-top: 180px;
  }
  #trial li:nth-child(1):before {
    width: 95px;
    height: 70px;
    top: 78px;
  }
  #trial li:nth-child(2):before {
    width: 137px;
    height: 70px;
    top: 77px;
  }
  #trial li:nth-child(3):before {
    width: 70px;
    height: 70px;
    top: 79px;
  }
  #trial li:nth-child(4):before {
    width: 50px;
    height: 69px;
    top: 80px;
  }
  #trial h3 {
    font-size: 18px;
  }
  #trial h3 + p {
    font-size: 10px;
    margin-top: 15px;
  }
}
/*--------------------------------------------

TRIAL FREE
---------------------------------------------*/
#trial_free li {
  position: relative;
}
#trial_free li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#trial_free li:nth-child(1):before {
  background: url("../images/trial/bg01.png");
}
#trial_free li:nth-child(2):before {
  background: url("../images/trial/bg02.png");
}
#trial_free li:nth-child(3):before {
  background: url("../images/trial/bg03.png");
}
#trial_free li:nth-child(4):before {
  background: url("../images/trial/bg04.png");
}
#trial_free h3 {
  text-align: center;
}
#trial_free h3 + p {
  text-align: center;
}
@media (max-width: 767px) {
  #trial_free .wrap {
    padding-top: calc((140 - 6) * 100vw / 768);
    padding-bottom: calc(146 * 100vw / 768);
  }
  #trial_free .wrap > p {
    font-size: calc(30 * 100vw / 768);
    line-height: calc(45 * 100vw / 768);
    margin-top: calc((55 - 7.5) * 100vw / 768);
  }
  #trial_free ul {
    margin-top: calc((72 - 7.5) * 100vw / 768);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(542 * 100% / 720);
    margin-left: auto;
    margin-right: auto;
  }
  #trial_free li {
    width: calc(247 * 100% / 542);
    height: calc(280 * 100vw / 768);
    background-color: #fff;
    -webkit-box-shadow: 0 calc(10 * 100vw / 768) calc(12 * 100vw / 768)
      rgba(51, 51, 51, 0.2);
    box-shadow: 0 calc(10 * 100vw / 768) calc(12 * 100vw / 768)
      rgba(51, 51, 51, 0.2);
    padding-top: calc(178 * 100vw / 768);
  }
  #trial_free li:nth-child(n + 3) {
    margin-top: calc(40 * 100vw / 768);
  }
  #trial_free li:before {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  #trial_free li:nth-child(1):before {
    width: calc(95 * 100% / 247);
    height: calc(70 * 100vw / 768);
    top: calc(78 * 100vw / 768);
  }
  #trial_free li:nth-child(2):before {
    width: calc(137 * 100% / 247);
    height: calc(70 * 100vw / 768);
    top: calc(77 * 100vw / 768);
  }
  #trial_free li:nth-child(3):before {
    width: calc(70 * 100% / 247);
    height: calc(70 * 100vw / 768);
    top: calc(79 * 100vw / 768);
  }
  #trial_free li:nth-child(4):before {
    width: calc(50 * 100% / 247);
    height: calc(69 * 100vw / 768);
    top: calc(80 * 100vw / 768);
  }
  #trial_free h3 {
    font-size: calc(20 * 100vw / 768);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  #trial_free h3 + p {
    font-size: calc(20 * 100vw / 768);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    text-align: center;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    white-space: nowrap;
    width: 200%;
    margin-top: calc(14 * 100vw / 768);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #trial_free .wrap {
    padding-top: calc(180 * 100vw / 1280);
    padding-bottom: calc(140 * 100vw / 1280);
  }
  #trial_free .wrap > p {
    text-align: center;
    margin-top: calc((62 - 4) * 100vw / 1280);
    line-height: 1.5;
  }
  #trial_free .row {
    margin-top: calc((100 - 4) * 100vw / 1280);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
  }
  #trial_free li {
    width: calc(248 * 100vw / 1280);
    height: calc(280 * 100vw / 1280);
    -webkit-box-shadow: 0 calc(10 * 100vw / 1280) calc(12 * 100vw / 1280)
      rgba(51, 51, 51, 0.2);
    box-shadow: 0 calc(10 * 100vw / 1280) calc(12 * 100vw / 1280)
      rgba(51, 51, 51, 0.2);
    padding-top: calc(180 * 100vw / 1280);
  }
  #trial_free li:before {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  #trial_free li:nth-child(1):before {
    width: calc(95 * 100vw / 1280);
    height: calc(70 * 100vw / 1280);
    top: calc(78 * 100vw / 1280);
  }
  #trial_free li:nth-child(2):before {
    width: calc(137 * 100vw / 1280);
    height: calc(70 * 100vw / 1280);
    top: calc(77 * 100vw / 1280);
  }
  #trial_free li:nth-child(3):before {
    width: calc(70 * 100vw / 1280);
    height: calc(70 * 100vw / 1280);
    top: calc(79 * 100vw / 1280);
  }
  #trial_free li:nth-child(4):before {
    width: calc(50 * 100vw / 1280);
    height: calc(69 * 100vw / 1280);
    top: calc(80 * 100vw / 1280);
  }
  #trial_free h3 {
    font-size: calc(18 * 100vw / 1280);
  }
  #trial_free h3 + p {
    font-size: calc(10 * 100vw / 1280);
    margin-top: calc(15 * 100vw / 1280);
  }
}
@media (min-width: 1200px) {
  #trial_free .wrap {
    padding-top: 180px;
    padding-bottom: 140px;
  }
  #trial_free .wrap > p {
    text-align: center;
    margin-top: calc(62px - 4px);
    line-height: 1.5;
  }
  #trial_free .row {
    margin-top: calc(100px - 4px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
  }
  #trial_free li {
    width: 248px;
    height: 280px;
    -webkit-box-shadow: 0 10px 12px rgba(51, 51, 51, 0.2);
    box-shadow: 0 10px 12px rgba(51, 51, 51, 0.2);
    padding-top: 180px;
  }
  #trial_free li:nth-child(1):before {
    width: 95px;
    height: 70px;
    top: 78px;
  }
  #trial_free li:nth-child(2):before {
    width: 137px;
    height: 70px;
    top: 77px;
  }
  #trial_free li:nth-child(3):before {
    width: 70px;
    height: 70px;
    top: 79px;
  }
  #trial_free li:nth-child(4):before {
    width: 50px;
    height: 69px;
    top: 80px;
  }
  #trial_free h3 {
    font-size: 18px;
  }
  #trial_free h3 + p {
    font-size: 10px;
    margin-top: 15px;
  }
}
/*--------------------------------------------

FLOW
---------------------------------------------*/
#flow {
  background-color: #e6e7eb;
}
#flow li {
  border-radius: 50%;
  position: relative;
}
#flow li:before {
  content: "";
  display: block;
  position: absolute;
}
#flow li:nth-child(1):before {
  background: url("../images/flow/count01.png");
}
#flow li:nth-child(2):before {
  background: url("../images/flow/count02.png");
}
#flow li:nth-child(3):before {
  background: url("../images/flow/count03.png");
}
#flow li:nth-child(4):before {
  background: url("../images/flow/count04.png");
}
#flow h3 {
  text-align: center;
}
@media (max-width: 767px) {
  #flow .wrap {
    padding-top: calc((116 - 6) * 100vw / 768);
    padding-bottom: calc(138 * 100vw / 768);
  }
  #flow .wrap > p {
    font-size: calc(30 * 100vw / 768);
    line-height: calc(45 * 100vw / 768);
    margin-top: calc((42 - 7.5) * 100vw / 768);
  }
  #flow .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: calc(66 * 100vw / 768);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #flow li {
    width: calc(169.31 * 100% / 720);
    height: calc(169.06 * 100vw / 768);
    border: solid calc(2 * 100vw / 768) #333;
    padding-top: calc(107 * 100vw / 768);
  }
  #flow li:before {
    width: calc(40 * 100vw / 768);
    height: calc(40 * 100vw / 768);
    top: calc(9 * 100vw / 768);
    left: calc(2 * 100vw / 768);
    background-size: contain !important;
  }
  #flow li:nth-child(1) {
    background: url("../images/flow/bg01.png") center calc(60 * 100vw / 768) /
      calc(105 * 100vw / 768) auto no-repeat #e6e7eb;
  }
  #flow li:nth-child(1) h3 {
    width: calc(73 * 100vw / 768);
  }
  #flow li:nth-child(2) {
    background: url("../images/flow/bg02.png") center calc(33 * 100vw / 768) /
      calc(56 * 100vw / 768) auto no-repeat #e6e7eb;
  }
  #flow li:nth-child(2) h3 {
    width: calc(92 * 100vw / 768);
  }
  #flow li:nth-child(3) {
    background: url("../images/flow/bg03.png") center calc(46 * 100vw / 768) /
      calc(56 * 100vw / 768) auto no-repeat #e6e7eb;
  }
  #flow li:nth-child(3) h3 {
    width: calc(121 * 100vw / 768);
  }
  #flow li:nth-child(4) {
    background: url("../images/flow/bg04.png") center calc(47 * 100vw / 768) /
      calc(43 * 100vw / 768) auto no-repeat #e6e7eb;
  }
  #flow li:nth-child(4) h3 {
    width: calc(133 * 100vw / 768);
  }
  #flow h3 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #flow .wrap {
    padding-top: calc(145 * 100vw / 1280);
    padding-bottom: calc(100 * 100vw / 1280);
  }
  #flow .wrap > p {
    line-height: calc(24 * 100vw / 1280);
    text-align: center;
    margin-top: calc((60 - 4) * 100vw / 1280);
  }
  #flow .wrap .row {
    margin-top: calc((100 - 4) * 100vw / 1280);
    position: relative;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  #flow .wrap .row:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: calc(-1 * 100vw / 1280);
    border-top: 2px solid #333;
  }
  #flow .wrap li {
    width: calc(180 * 100vw / 1280);
    height: calc(180 * 100vw / 1280);
    border: solid 2px #333;
    padding-top: calc(112 * 100vw / 1280);
  }
  #flow .wrap li:before {
    width: calc(42 * 100vw / 1280);
    height: calc(42 * 100vw / 1280);
    top: calc(9 * 100vw / 1280);
    left: calc(2 * 100vw / 1280);
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  #flow .wrap li:nth-child(1) {
    background: url("../images/flow/bg01.png") center calc(63 * 100vw / 1280) /
      calc(112 * 100vw / 1280) auto no-repeat #e6e7eb;
  }
  #flow .wrap li:nth-child(1) h3 img {
    width: calc(77 * 100vw / 1280);
  }
  #flow .wrap li:nth-child(2) {
    background: url("../images/flow/bg02.png") center calc(34 * 100vw / 1280) /
      calc(60 * 100vw / 1280) auto no-repeat #e6e7eb;
  }
  #flow .wrap li:nth-child(2) h3 img {
    width: calc(98 * 100vw / 1280);
  }
  #flow .wrap li:nth-child(3) {
    background: url("../images/flow/bg03.png") center calc(48 * 100vw / 1280) /
      calc(60 * 100vw / 1280) auto no-repeat #e6e7eb;
  }
  #flow .wrap li:nth-child(3) h3 img {
    width: calc(133 * 100vw / 1280);
  }
  #flow .wrap li:nth-child(4) {
    background: url("../images/flow/bg04.png") center calc(50 * 100vw / 1280) /
      calc(46 * 100vw / 1280) auto no-repeat #e6e7eb;
  }
  #flow .wrap li:nth-child(4) h3 img {
    width: calc(143 * 100vw / 1280);
  }
}
@media (min-width: 1200px) {
  #flow .wrap {
    padding-top: 145px;
    padding-bottom: 100px;
  }
  #flow .wrap > p {
    line-height: 24px;
    text-align: center;
    margin-top: calc(60px - 4px);
  }
  #flow .wrap .row {
    margin-top: calc(100px - 4px);
    position: relative;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  #flow .wrap .row:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: -1px;
    border-top: 2px solid #333;
  }
  #flow .wrap li {
    width: 180px;
    height: 180px;
    border: solid 2px #333;
    padding-top: 112px;
  }
  #flow .wrap li:before {
    width: 42px;
    height: 42px;
    top: 9px;
    left: 2px;
  }
  #flow .wrap li:nth-child(1) {
    background: url("../images/flow/bg01.png") center 63px no-repeat #e6e7eb;
  }
  #flow .wrap li:nth-child(2) {
    background: url("../images/flow/bg02.png") center 34px no-repeat #e6e7eb;
  }
  #flow .wrap li:nth-child(3) {
    background: url("../images/flow/bg03.png") center 48px no-repeat #e6e7eb;
  }
  #flow .wrap li:nth-child(4) {
    background: url("../images/flow/bg04.png") center 50px no-repeat #e6e7eb;
  }
}
