@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
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;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #3C445A;
  color: #fff; }

::-moz-selection {
  background: #3C445A;
  color: #fff; }

body {
  color: #3C445A;
  font-family: "Zen Kaku Gothic New","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (max-width: 800px) {
    body {
      font-size: 14px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #3C445A;
  text-decoration: none;
  transition: .4s;
  overflow: hidden; }
  a img {
    transition: .4s; }

a:hover {
  transition: .4s;
  opacity: 0.6; }
  @media screen and (max-width: 800px) {
    a:hover {
      opacity: 1; } }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 800px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 800px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc {
  margin-top: 0px;
  padding-top: 0px; }
  @media screen and (max-width: 800px) {
    .anc {
      margin-top: 0;
      padding-top: 0; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 800px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 800px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.wrapper {
  position: relative;
  overflow: hidden; }

.inner {
  max-width: 1080px;
  margin: auto;
  position: relative;
  padding: 0 40px; }
  @media screen and (max-width: 800px) {
    .inner {
      padding: 0 20px; } }

.btn {
  border-radius: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 800px) {
    .btn {
      height: 50px;
      padding: 0 10px; } }
  .btn__icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 5px 0 0; }
  .btn__icon--login {
    width: 17.57px; }
    @media screen and (max-width: 800px) {
      .btn__icon--login {
        width: 14px; } }
  .btn__icon--Smile {
    width: 18px; }
    @media screen and (max-width: 800px) {
      .btn__icon--Smile {
        width: 14px; } }

.btn--blue,
.btn--white {
  box-shadow: inset 0 -3px 6px rgba(28, 59, 142, 0.3), 0 3px 6px rgba(0, 0, 0, 0.16); }

.btn--blue {
  background: #146BD4; }

.btn--white {
  background: #FFF; }

.btn--whiteB {
  background: #FFF;
  color: #146BD4; }

.btn--orange {
  box-shadow: inset 0 -5px 7px rgba(255, 255, 255, 0.3), 0 3px 6px rgba(0, 0, 0, 0.16); }

.btn--orange {
  background: #ED6B00;
  color: #FFF; }

.btn--white {
  background: #FFF; }

.arrowIcon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px); }
  .arrowIcon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    width: 6px;
    height: 6px; }

.arrowIcon--right {
  right: 10px; }
  .arrowIcon--right:before {
    transform: translate(-60%, -50%) rotate(45deg); }

.arrowIcon--orangeW {
  background: #ED6B00; }
  .arrowIcon--orangeW:before {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF; }

.arrowIcon--whiteO {
  background: #fff; }
  .arrowIcon--whiteO:before {
    border-top: 2px solid #ED6B00;
    border-right: 2px solid #ED6B00; }

.ttl {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
  line-height: 1.25; }
  @media screen and (max-width: 800px) {
    .ttl {
      font-size: 30px;
      margin-bottom: 30px; } }
  .ttl:before {
    content: "";
    width: 44px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 22px);
    background: radial-gradient(circle, #16a3e2 0%, #1003bb 100%); }

.txtBold {
  font-weight: 600; }

.txtBlue {
  color: #146BD4; }

.txtWhite {
  color: #FFF; }

.txtOrange {
  color: #ED6B00; }

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-end;
  padding: 30px;
  z-index: 30;
  transition: .4s; }
  @media screen and (max-width: 800px) {
    .header {
      padding: 10px 20px 7px 10px;
      align-items: center;
      background: rgba(255, 255, 255, 0.4);
      backdrop-filter: blur(5px); } }
  .header__logo {
    display: block;
    width: 224.78px;
    margin-bottom: 15px; }
    @media screen and (max-width: 820px) {
      .header__logo {
        width: 180px; } }
    @media screen and (max-width: 800px) {
      .header__logo {
        margin-bottom: 0;
        width: 64.6px; } }
  .header__logoLink {
    display: block;
    width: 100%;
    height: 100%; }
  .header__actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .header__actions {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0%;
        justify-content: flex-end; } }
  .header__item {
    margin-right: 15px; }
    @media screen and (max-width: 800px) {
      .header__item:nth-of-type(2) {
        margin-right: 0; } }
    .header__item:last-of-type {
      margin-right: 0; }
      @media screen and (max-width: 800px) {
        .header__item:last-of-type {
          display: block;
          width: 100%;
          text-align: right; } }
    @media screen and (max-width: 800px) {
      .header__item {
        font-size: 12px; } }
    @media screen and (max-width: 800px) {
      .header__item .btn {
        height: 30px; } }
  .header__item--login {
    width: 140px; }
    @media screen and (max-width: 800px) {
      .header__item--login {
        width: 95px; } }
  .header__item--signup {
    width: 200px; }
    @media screen and (max-width: 800px) {
      .header__item--signup {
        width: 120px; } }
  .header__link {
    font-size: 16px;
    position: relative;
    top: 10px;
    text-decoration: underline; }
    @media screen and (max-width: 800px) {
      .header__link {
        font-size: 13px;
        top: auto;
        display: inline-block;
        box-sizing: border-box;
        margin-top: 7px; } }
  @media screen and (max-width: 800px) {
    .header .btn__icon {
      width: 12px; } }

.header.on {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  transition: .4s; }
  @media screen and (max-width: 800px) {
    .header.on {
      background: rgba(255, 255, 255, 0.7);
      backdrop-filter: none; } }

.footer {
  padding-top: 100px;
  background: url("../img/bg_servicePolicy.png"), linear-gradient(127deg, #16a3e2 0%, #1003bb 100%);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat; }
  @media screen and (max-width: 800px) {
    .footer {
      background: url("../img/bg_servicePolicy_sp.png"), linear-gradient(127deg, #16a3e2 0%, #1003bb 100%);
      background-size: contain, cover;
      background-position: center bottom, center;
      background-repeat: no-repeat, no-repeat; } }
  @media screen and (max-width: 800px) {
    .footer {
      padding-top: 60px; } }
  .footer__lineLogo {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: -10px;
    margin-bottom: 30px; }
  .footer__btn {
    max-width: 250px;
    margin: auto; }
  .footer__linkWrap {
    text-align: center;
    margin-top: 10px; }
  .footer__link {
    color: #FFF;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block; }

.footerBtm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  margin-top: 120px; }
  @media screen and (max-width: 800px) {
    .footerBtm {
      margin-top: 60px; } }
  .footerBtm__box {
    width: 650px;
    background: #FFF;
    border-radius: 50px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    padding: 0 30px 0 50px;
    align-items: center; }
    @media screen and (max-width: 950px) {
      .footerBtm__box {
        width: 100%;
        padding: 20px 50px; } }
    @media screen and (max-width: 800px) {
      .footerBtm__box {
        width: calc(100% - 20px);
        padding: 20px 20px 10px;
        border-radius: 0 40px 0 0; } }
  .footerBtm__logo {
    display: block;
    width: 256.12px;
    margin-bottom: 10px;
    margin-left: 30px; }
    @media screen and (max-width: 950px) {
      .footerBtm__logo {
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 800px) {
      .footerBtm__logo {
        width: 165px;
        margin: 0 auto 30px; } }
  .footerBtm__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 10px; }
    @media screen and (max-width: 800px) {
      .footerBtm__list {
        top: auto; } }
  .footerBtm__item {
    margin-right: 10px;
    padding-right: 10px;
    position: relative; }
    .footerBtm__item:last-of-type {
      margin-right: 0;
      padding-right: 0; }
      .footerBtm__item:last-of-type:before {
        content: none; }
    .footerBtm__item:before {
      content: "";
      height: calc(100% - 10px);
      width: 1px;
      background: #146BD4;
      position: absolute;
      right: 0;
      top: 7px; }
  .footerBtm__link {
    font-size: 15px; }
    @media screen and (max-width: 800px) {
      .footerBtm__link {
        font-size: 13px; } }
  .footerBtm__copy {
    color: #146BD4; }
    @media screen and (max-width: 800px) {
      .footerBtm__copy {
        font-size: 12px; } }

.mv {
  height: 700px;
  position: relative;
  background: url("../img/mv.jpg") center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .mv {
      background: url("../img/mv_sp.jpg") center top no-repeat;
      background-size: cover;
      height: 100svh;
      min-height: auto; } }
  @media screen and (max-width: 800px) {
    .mv:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18%, rgba(60, 68, 90, 0.6) 100%); } }
  .mv__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 0 40px; }
    @media screen and (max-width: 800px) {
      .mv__inner {
        padding: 0 20px;
        position: relative;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 40px; } }
  .mv__ttl {
    font-size: 30px;
    line-height: 1.667; }
    @media screen and (max-width: 800px) {
      .mv__ttl {
        line-height: 1.4;
        text-align: center;
        font-size: 20px;
        color: #FFF;
        margin: 20px 0 30px; } }
  .mv__lead {
    margin: 30px 0;
    font-weight: 600; }
  .mv__btn {
    max-width: 250px;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .mv__btn {
        margin: 0 auto 20px; } }
  .mv__logo {
    max-width: 200px;
    margin: 0 auto; }
  .mv__link {
    font-weight: 600;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    max-width: 250px; }
    @media screen and (max-width: 800px) {
      .mv__link {
        display: block;
        width: 100%;
        text-align: center;
        color: #FFF;
        max-width: 100%; } }
    .mv__link a {
      color: #ED6B00;
      text-decoration: underline; }
      @media screen and (max-width: 800px) {
        .mv__link a {
          color: #FFF; } }

.reason {
  padding: 80px 0; }
  @media screen and (max-width: 800px) {
    .reason {
      padding: 60px 0 0; } }

.reasonPoint {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .reasonPoint__inner {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 770px; }
  .reasonPoint__img {
    width: calc(100%/2 - 60px); }
    @media screen and (max-width: 800px) {
      .reasonPoint__img {
        width: 100%;
        padding-right: 20px; } }
  .reasonPoint__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 40px 0 40px 40px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 800px) {
      .reasonPoint__box {
        padding: 0;
        padding: 20px 20px 40px; } }
  .reasonPoint__ttl {
    font-size: 30px;
    line-height: 1.333;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .reasonPoint__ttl {
        font-size: 24px;
        margin-bottom: 10px; } }
  .reasonPoint__txt {
    max-width: 340px; }
  .reasonPoint__illust {
    position: absolute; }
    @media screen and (max-width: 800px) {
      .reasonPoint__illust {
        position: relative; } }
  .reasonPoint__illust--illust1 {
    width: 293.98px;
    right: 0;
    top: -200px; }
    @media screen and (max-width: 1000px) {
      .reasonPoint__illust--illust1 {
        display: none !important; } }
  .reasonPoint__illust--illust2 {
    width: 220.92px;
    left: -100px; }
    @media screen and (max-width: 800px) {
      .reasonPoint__illust--illust2 {
        width: 188.67px;
        font-language-override: normal;
        left: -20px;
        margin-top: -20px; } }

.reasonPoint2 {
  justify-content: center;
  margin: 40px 0; }

.reasonPoint3 {
  justify-content: flex-end; }
  @media screen and (max-width: 800px) {
    .reasonPoint3 {
      justify-content: flex-start; } }

.servicePolicy {
  background: url("../img/bg_servicePolicy.png"), linear-gradient(127deg, #16a3e2 0%, #1003bb 100%);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  padding: 80px 0; }
  @media screen and (max-width: 800px) {
    .servicePolicy {
      background: url("../img/bg_servicePolicy_sp.png"), linear-gradient(127deg, #16a3e2 0%, #1003bb 100%);
      background-size: contain, cover;
      background-position: center bottom, center;
      background-repeat: no-repeat, no-repeat; } }
  @media screen and (max-width: 800px) {
    .servicePolicy {
      padding: 60px 0; } }
  .servicePolicy__box {
    background: #FFF;
    border-radius: 30px;
    max-width: 700px;
    margin: auto;
    padding: 30px 0 40px;
    letter-spacing: 1px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .servicePolicy__box {
        width: calc(100% - 40px);
        border-radius: 20px; } }
  .servicePolicy__boxInner {
    max-width: 400px;
    margin: auto; }
  .servicePolicy__lead {
    text-align: center;
    line-height: 1.875;
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      .servicePolicy__lead {
        margin-bottom: 20px; } }
  .servicePolicy__item {
    padding: 0 40px 15px;
    margin: 0 0 15px;
    border-bottom: 1px dashed #A7C2D7;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    /*background: repeating-linear-gradient(
      to right,
      #A7C2D7 0px,
      #A7C2D7 1px,
      transparent 1px,
      transparent 6px
    );
    background-position: bottom;
    background-size: 100% 1px;
    background-repeat: no-repeat;*/ }
    @media screen and (max-width: 800px) {
      .servicePolicy__item {
        max-width: calc(100% - 40px);
        margin: 0 auto 15px;
        padding: 0 0 15px;
        align-items: center; } }
  .servicePolicy__num {
    width: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 10px 0 0; }
  .servicePolicy__illust {
    position: absolute; }
  .servicePolicy__illust--illust1 {
    right: -70px;
    top: -60px;
    width: 149.59px; }
    @media screen and (max-width: 800px) {
      .servicePolicy__illust--illust1 {
        right: -60px;
        top: -55px;
        width: 110px;
        transform: rotate(-10deg); } }
  .servicePolicy__illust--illust2 {
    width: 175.93px;
    left: -100px;
    bottom: -130px; }
    @media screen and (max-width: 800px) {
      .servicePolicy__illust--illust2 {
        width: 120px;
        left: -60px;
        bottom: -175px; } }
  .servicePolicy__btn {
    max-width: 250px;
    margin: 30px auto 0; }
  @media screen and (max-width: 800px) {
    .servicePolicy__txt {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      padding-left: 5px; } }

.result {
  padding: 100px 0;
  background: url("../img/bg_result.png") center top no-repeat;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .result {
      padding: 80px 0 60px; } }
  .result__ttl:before {
    background: #ED6B00; }
  .result__slider {
    width: 100vw;
    margin-left: calc(50% - 50vw); }
  .result__slide {
    width: 650px;
    height: 290px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 15px;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      .result__slide {
        border-radius: 10px;
        width: 310px;
        height: 230px;
        margin: 0 5px; } }
    .result__slide--slide1 {
      background-image: url("../img/slide_result1.jpg"); }
    .result__slide--slide2 {
      background-image: url("../img/slide_result1.jpg"); }
    .result__slide--slide3 {
      background-image: url("../img/slide_result1.jpg"); }
    .result__slide--slide4 {
      background-image: url("../img/slide_result1.jpg"); }
  .result__box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    padding-bottom: 20px; }
  .result__boxInner {
    width: 100%;
    letter-spacing: 1px;
    text-align: center; }
  .result__subTtl {
    font-size: 30px; }
    @media screen and (max-width: 800px) {
      .result__subTtl {
        font-size: 20px; } }

.optimal {
  background: url("../img/bg_servicePolicy.png"), linear-gradient(127deg, #16a3e2 0%, #1003bb 100%);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  padding: 80px 0; }
  @media screen and (max-width: 800px) {
    .optimal {
      background: url("../img/bg_servicePolicy_sp.png"), linear-gradient(127deg, #16a3e2 0%, #1003bb 100%);
      background-size: contain, cover;
      background-position: center bottom, center;
      background-repeat: no-repeat, no-repeat; } }
  @media screen and (max-width: 800px) {
    .optimal {
      padding: 60px 0; } }
  .optimal__slider {
    width: 100vw;
    margin-left: calc(50% - 50vw); }
  .optimal__slide {
    width: 185px;
    height: 275px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 10px;
    overflow: hidden; }
    .optimal__slide--slide1 {
      background-image: url("../img/img_result1.jpg"); }
    .optimal__slide--slide2 {
      background-image: url("../img/img_result2.jpg"); }
  .optimal__box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    padding-bottom: 10px; }
  .optimal__boxInner {
    width: 100%;
    letter-spacing: 1px; }
  .optimal__txt {
    font-size: 12px;
    padding: 0 10px; }
  .optimal__playIcon {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px); }

.optimal3 {
  padding: 100px 0; }
  @media screen and (max-width: 800px) {
    .optimal3 {
      padding: 100px 0; } }
  .optimal3__slider, .optimal3__slider2 {
    width: 100vw;
    margin-left: calc(50% - 50vw); }
  .optimal3__slider2 {
    margin-top: 20px; }
  .optimal3__slide {
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    width: 280px;
    height: 160px; }
    .optimal3__slide--slide1 {
      background-image: url("../img/img_result1.jpg"); }
    .optimal3__slide--slide2 {
      background-image: url("../img/img_result2.jpg"); }
  .optimal3__box {
    width: 100%;
    height: 100%;
    /*@include flex;
    align-items: flex-end;
    background:linear-gradient( to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%);
    padding-bottom: 10px;*/ }
  .optimal3__boxInner {
    width: 100%;
    letter-spacing: 1px; }
  .optimal3__thum {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* トリミングの基準点（変更可） */ }
  .optimal3__txt {
    font-size: 12px;
    padding: 0 10px; }
  .optimal3__playIcon {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px); }

.about {
  padding: 100px 0;
  background-image: url("../img/bg_about_top.png"), url("../img/bg_about_bottom.png");
  background-position: left top, right bottom;
  background-size: 544px, 544px;
  background-repeat: no-repeat, no-repeat; }
  @media screen and (max-width: 800px) {
    .about {
      background-image: url("../img/bg_about_top_sp.png"), url("../img/bg_about_bottom_sp.png");
      background-size: 177px, 211px;
      padding: 60px 0; } }
  .about__lead {
    text-align: center; }
  .about__slides {
    margin-top: 70px; }
  .about__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .about__img {
    width: calc(100%/2 - 30px); }
    @media screen and (max-width: 800px) {
      .about__img {
        width: 100%; } }
  .about__box {
    width: calc(100%/2 + 30px);
    padding-left: 40px; }
    @media screen and (max-width: 800px) {
      .about__box {
        width: 100%;
        padding: 20px 20px 0; } }
  .about__subTtl {
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      .about__subTtl {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.6; } }
  .about .slick-dots {
    position: static;
    margin-top: 30px; }
    @media screen and (max-width: 800px) {
      .about .slick-dots {
        margin-top: 10px; } }
    .about .slick-dots li {
      margin: 0 5px;
      padding: 0;
      height: auto;
      width: auto; }
    .about .slick-dots .slick-active .about__dot {
      opacity: 1; }
  .about__dot {
    padding: 0 !important;
    width: 6px !important;
    height: 6px !important;
    background: #146BD4 !important;
    border-radius: 100px;
    opacity: 0.5; }
    .about__dot:before {
      content: none !important; }
  .about__btn {
    margin: 50px auto 0;
    max-width: 250px; }

.plan {
  background: url("../img/bg_servicePolicy.png"), linear-gradient(127deg, #16a3e2 0%, #1003bb 100%);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  padding: 80px 0; }
  @media screen and (max-width: 800px) {
    .plan {
      background: url("../img/bg_servicePolicy_sp.png"), linear-gradient(127deg, #16a3e2 0%, #1003bb 100%);
      background-size: contain, cover;
      background-position: center bottom, center;
      background-repeat: no-repeat, no-repeat; } }
  @media screen and (max-width: 800px) {
    .plan {
      padding: 60px 0;
      background-size: cover; } }

.campaign {
  max-width: 900px;
  margin: 0 auto 60px;
  background: #FFF;
  border: 4px solid #ED6B00;
  border-radius: 16px;
  padding: 30px 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: center; }
  @media screen and (max-width: 800px) {
    .campaign {
      margin: 0 auto 45px;
      padding: 24px 20px;
      border-width: 3px;
      border-radius: 12px; } }
  .campaign__catch {
    color: #ED6B00;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5; }
    @media screen and (max-width: 800px) {
      .campaign__catch {
        font-size: 20px; } }
  .campaign__strong {
    color: #146BD4;
    background: linear-gradient(transparent 60%, rgba(255, 186, 0, 0.5) 60%); }
  .campaign__notes {
    margin-top: 18px;
    text-align: left; }
    @media screen and (max-width: 800px) {
      .campaign__notes {
        margin-top: 14px; } }
  .campaign__note {
    color: #3C445A;
    font-size: 13px;
    line-height: 1.6; }
    @media screen and (max-width: 800px) {
      .campaign__note {
        font-size: 11px; } }

.faq {
  padding: 100px 0;
  background: url("../img/bg_faq.png") center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .faq {
      padding: 60px 0; } }
  .faq__ttl:before {
    background: radial-gradient(circle, #ffba00 0%, #ed6b00 64%); }

.faqList {
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto 20px;
  border-radius: 10px;
  max-width: 700px; }
  .faqList__dt {
    cursor: pointer;
    padding: 20px 20px 20px 60px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .faqList__dt {
        padding: 20px 60px 20px 60px; } }
    .faqList__dt:after {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      border-left: 3px solid #ED6B00;
      border-bottom: 3px solid #ED6B00;
      transform: rotate(-45deg);
      top: calc(50% - 3px);
      right: 20px;
      transition: .4s;
      transform: translate(-50%, -50%) rotate(-45deg); }
    .faqList__dt:before {
      content: "";
      background: url("../img/icon_q.png") no-repeat;
      background-size: 29.2px;
      height: 27.14px;
      width: 29.2px;
      position: absolute;
      left: 20px; }
  .faqList__dt.active::after {
    transition: .4s;
    top: calc(50% + 2px);
    transform: translate(-50%, -50%) rotate(135deg); }
  .faqList__dd {
    display: none;
    position: relative;
    padding: 10px 20px 20px 60px; }
    @media screen and (max-width: 800px) {
      .faqList__dd {
        padding-top: 0; } }
    .faqList__dd:before {
      content: "";
      background: url("../img/icon_a.png") no-repeat;
      background-size: 29.2px;
      height: 27.14px;
      width: 29.2px;
      position: absolute;
      left: 20px; }

.pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .4s;
  z-index: 999; }
  @media screen and (max-width: 800px) {
    .pageTop {
      right: 10px;
      bottom: 10px;
      width: 35px; } }
  .pageTop img {
    display: block;
    width: 100%; }

.pageTop.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.ohterBnr {
  position: fixed;
  right: 0;
  bottom: 80px;
  width: 280px;
  z-index: 20;
  display: block;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: .4s; }
  @media screen and (max-width: 800px) {
    .ohterBnr {
      bottom: 50px;
      width: 120px; } }
  .ohterBnr.is-show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
  .ohterBnr.is-hide {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none; }
  .ohterBnr:hover {
    opacity: .8; }


.priceWrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.priceWrap__box {
  width: calc(100%/3 - 13px);
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
}

.priceWrap__head {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.priceWrap__icon {
  font-size: 24px;
}

.priceWrap__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.priceWrap__desc {
  font-size: 14px;
  text-align: center;
}

.priceWrap__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.priceWrap__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.priceWrap__item:last-child {
  border-bottom: none;
}

.priceWrap__price {
  font-size: 16px;
  font-weight: 700;
}

.priceWrap__unit {
  font-size: 13px;
  color: #666;
}
.pirceWrap__icon {
  width: 108px;
  margin: 0 auto 10px;
}
@media (max-width: 850px) {
  .priceWrap {
    display: block;
    margin-top: 30px;
  }

  .priceWrap .slick-list {
    overflow: visible;
  }

  .priceWrap .slick-track {
    display: flex;
  }

  .priceWrap__box {
    width: 100%;
    margin-right: 15px;
  }
  
}
@media (max-width: 850px) {
  .priceWrap .slick-list {
    padding: 0 5% !important; /* 数値を小さくするほどboxが広くなる */
  }
}