@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: #FF1087;
  color: #fff; }

::-moz-selection {
  background: #FF1087;
  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,
.btn--green,
.btn--pink {
  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--green {
  background: #00BECE; }

.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; }

.btn--pink {
  background: #FF1087; }

.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--greenW {
  background: #00BECE; }
  .arrowIcon--greenW: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; }

.arrowIcon--whiteP {
  background: #fff; }
  .arrowIcon--whiteP:before {
    border-top: 2px solid #FF1087;
    border-right: 2px solid #FF1087; }

.arrowIcon--whiteG {
  background: #fff; }
  .arrowIcon--whiteG:before {
    border-top: 2px solid #00BECE;
    border-right: 2px solid #00BECE; }

.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: linear-gradient(140deg, #ff1187 0%, #f2c036 66%, #fe1f64 100%); }

.txtBold {
  font-weight: 600; }

.txtBlue {
  color: #146BD4; }

.txtGreen {
  color: #00BECE; }

.txtWhite {
  color: #FFF; }

.txtOrange {
  color: #ED6B00; }

.txtPink {
  color: #FF1087; }

.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;
    position: relative;
    top: -30px; }
    @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;
        top: auto; } }
    .header__actions:before {
      opacity: 1;
      transition: opacity 0.3s ease;
      /* ここに書く */
      content: "";
      background: url("../img/bg_headernav_pc.png") center top no-repeat;
      background-size: 683px;
      width: 683px;
      height: 284px;
      position: absolute;
      right: -30px;
      top: -30px; }
      @media screen and (max-width: 800px) {
        .header__actions:before {
          background: none;
          content: none; } }
  .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: 140px; }
    @media screen and (max-width: 800px) {
      .header__item--signup {
        width: 95px; } }
  .header__link {
    font-size: 16px;
    position: relative;
    top: 10px;
    text-decoration: underline;
    color: #FFF; }
    @media screen and (max-width: 800px) {
      .header__link {
        font-size: 13px;
        top: auto;
        display: inline-block;
        box-sizing: border-box;
        margin-top: 7px;
        color: #00BECE; } }
  @media screen and (max-width: 800px) {
    .header .btn__icon {
      width: 12px; } }

.header.on .header__actions:before {
  opacity: 0;
  transition: opacity 0.3s ease;
  /* ここに書く */
  z-index: -1; }
.header.on .header__link {
  color: #00BECE !important; }

.footer {
  background-image: url("../img/bg_sisei_top.png"), url("../img/bg_sisei2.png");
  background-position: center top, center top;
  background-repeat: no-repeat, repeat;
  background-size: 1366px, cover;
  padding: 280px 0 0; }
  @media screen and (min-width: 1366px) {
    .footer {
      background-image: url("../img/bg_sisei_top.png"), url("../img/bg_sisei2.png");
      background-position: center top, center top;
      background-repeat: no-repeat, repeat;
      background-size: contain, cover; } }
  @media screen and (max-width: 800px) {
    .footer {
      padding: 170px 0 0;
      /*background:
      url("../img/bg_sisei_top_sp.png") top center / contain no-repeat,
      linear-gradient(161deg,rgba(255, 214, 155, 1) 0%, rgba(255, 148, 56, 1) 24%, rgba(255, 102, 41, 1) 51%, rgba(255, 62, 59, 1) 75%, rgba(255, 122, 148, 1) 100%);*/
      background: url("../img/bg_sisei_top_sp.png") top center/contain no-repeat, linear-gradient(161deg, #ffd69b 0%, #ff9438 24%, #ff6629 51%, #ff3e3b 75%, #ff7a94 100%); } }
  .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: 20px; } }
  .footerBtm__box {
    width: 650px;
    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 0px;
    align-items: center;
    position: relative; }
    @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;
        background: #FFF; } }
    .footerBtm__box:before {
      content: "";
      background: url("../img/bg_footer.png") no-repeat;
      background-size: 725px;
      width: 725px;
      height: 195px;
      position: absolute;
      right: 0;
      bottom: 0; }
      @media screen and (max-width: 800px) {
        .footerBtm__box:before {
          background: none;
          content: none; } }
  .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; }
  .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: #FF1087;
      position: absolute;
      right: 0;
      top: 7px; }
      @media screen and (max-width: 800px) {
        .footerBtm__item:before {
          background: #FFF; } }
  .footerBtm__link {
    font-size: 15px;
    color: #FF1087; }
    @media screen and (max-width: 800px) {
      .footerBtm__link {
        font-size: 13px; } }
  .footerBtm__copy {
    position: relative;
    color: #FF1087;
    width: 100%;
    margin-top: -25px; }
    @media screen and (max-width: 800px) {
      .footerBtm__copy {
        font-size: 12px;
        margin-top: 10px; } }

.mv {
  min-height: 845px;
  height: 61.5vw;
  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: 100vh;
      min-height: auto; } }
  .mv__mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .mv__mask img {
      display: block;
      width: 100%; }
  @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;
    justify-content: flex-end; }
    @media screen and (max-width: 800px) {
      .mv__inner {
        padding: 0 20px;
        position: relative;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 60px; } }
    .mv__inner:before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.4) 55%, rgba(255, 255, 255, 0.8) 75%, white 100%);
      mix-blend-mode: screen;
      opacity: 0.72;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
      height: 100%;
      left: auto; }
      @media screen and (max-width: 800px) {
        .mv__inner:before {
          content: "";
          background: none; } }
  .mv__ttl {
    font-size: 30px;
    line-height: 1.667;
    text-align: right; }
    @media screen and (max-width: 800px) {
      .mv__ttl {
        line-height: 1.4;
        text-align: center;
        font-size: 20px;
        color: #FFF;
        margin: 20px 0 30px;
        letter-spacing: 1px; } }
  .mv__content {
    position: relative;
    z-index: 1; }
  .mv__lead {
    margin: 30px 0;
    font-weight: 600;
    text-align: right; }
  .mv__btn {
    width: 250px;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .mv__btn {
        margin: 0 auto 20px; } }
  .mv__btnWrap {
    max-width: 250px;
    float: right; }
  .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: #00BECE;
      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;
    padding-bottom: 20px; }
  .reasonPoint__img {
    width: calc(100%/2 - 60px);
    border-radius: 10px 0 0 0;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      .reasonPoint__img {
        width: 100%;
        padding: 20px 20px 0;
        position: relative; } }
    .reasonPoint__img:before {
      content: none;
      background: url("../img/bg_reason.png") center no-repeat;
      background-size: cover;
      width: 294px;
      height: 254px;
      position: absolute;
      left: 0;
      top: 0; }
      @media screen and (max-width: 800px) {
        .reasonPoint__img:before {
          content: ""; } }
    @media screen and (max-width: 800px) {
      .reasonPoint__img img {
        width: 100%;
        position: relative;
        z-index: 1; } }
  .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 20px; } }
  .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: 287.53px;
    right: -80px;
    top: -250px; }
    @media screen and (max-width: 1000px) {
      .reasonPoint__illust--illust1 {
        display: none !important; } }
  .reasonPoint__illust--illust2 {
    width: 233.04px;
    left: -100px;
    bottom: -350px; }
    @media screen and (max-width: 800px) {
      .reasonPoint__illust--illust2 {
        width: 158.01px;
        font-language-override: normal;
        left: -20px;
        margin-top: -30px;
        bottom: 0; } }

.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-image: url("../img/bg_sisei_bottom.png"), url("../img/bg_sisei.png");
  background-position: center bottom, center top;
  background-repeat: no-repeat, repeat-x;
  background-size: 1366px, 1366px;
  padding: 280px 0; }
  @media screen and (min-width: 1366px) {
    .servicePolicy {
      background-image: url("../img/bg_sisei_bottom.png"), url("../img/bg_sisei.png");
      background-position: center bottom, center top;
      background-repeat: no-repeat, repeat-x;
      background-size: contain, cover; } }
  @media screen and (max-width: 800px) {
    .servicePolicy {
      padding: 30vw 0 100px;
      background: url(../img/bg_sisei_top_sp.png) top center/contain no-repeat, url(../img/bg_sisei_bottom_sp.png) bottom center/contain no-repeat, linear-gradient(161deg, #ffd69b 0%, #ff9438 24%, #ff6629 51%, #ff3e3b 75%, #ff7a94 100%); } }
  @media screen and (max-width: 800px) {
    .servicePolicy__logo img {
      width: 100%; } }
  .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: -115px;
    bottom: -140px;
    width: 192.19px; }
    @media screen and (max-width: 800px) {
      .servicePolicy__illust--illust1 {
        right: -60px;
        width: 123px;
        top: auto;
        bottom: -40px; } }
  .servicePolicy__illust--illust2 {
    width: 252.31px;
    left: -100px;
    bottom: -130px; }
    @media screen and (max-width: 800px) {
      .servicePolicy__illust--illust2 {
        width: 120px;
        left: -60px;
        bottom: -175px; } }
  @media screen and (max-width: 800px) and (max-width: 800px) {
    .servicePolicy__illust--illust2 {
      width: 150px;
      left: -60px;
      bottom: auto;
      top: -70px; } }

    @media screen and (max-width: 800px) {
      .servicePolicy__illust--illust2 img {
        transform: rotate(30deg); } }
  .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; }
  @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-image: url("../img/bg_sisei_top.png"), url("../img/bg_sisei_bottom.png"), url("../img/bg_sisei.png");
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: 1366px, 1366px, 1366px;
  padding: 280px 0; }
  @media screen and (min-width: 1366px) {
    .optimal {
      background-image: url("../img/bg_sisei_top.png"), url("../img/bg_sisei_bottom.png"), url("../img/bg_sisei.png");
      background-position: center top, center bottom, center top;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-size: contain, contain, cover; } }
  @media screen and (max-width: 800px) {
    .optimal {
      padding: 30vw 0 100px;
      background: url("../img/bg_sisei_top_sp.png") top center/contain no-repeat, url("../img/bg_sisei_bottom_sp.png") bottom center/contain no-repeat, linear-gradient(161deg, #ffd69b 0%, #ff9438 24%, #ff6629 51%, #ff3e3b 75%, #ff7a94 100%); } }
  .optimal__slider, .optimal__slider2 {
    width: 100vw;
    margin-left: calc(50% - 50vw); }
  .optimal__slider2 {
    margin-top: 20px; }
  .optimal__slide {
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    width: 280px;
    height: 160px; }
    .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%;
    /*@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;*/ }
  .optimal__boxInner {
    width: 100%;
    letter-spacing: 1px; }
  .optimal__thum {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* トリミングの基準点（変更可） */ }
  .optimal__txt {
    font-size: 12px;
    padding: 0 10px; }
  .optimal__playIcon {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px); }

.optimal2 {
  padding: 80px 0; }
  @media screen and (max-width: 800px) {
    .optimal2 {
      padding: 60px 0; } }
  .optimal2__slider {
    width: 100vw;
    margin-left: calc(50% - 50vw); }
  .optimal2__slide {
    width: 185px;
    height: 275px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    /*&--slide1 { background-image: url("../img/img_result1.jpg"); }
    &--slide2 { background-image: url("../img/img_result2.jpg"); }*/ }
  .optimal2__box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    /*@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;*/ }
  .optimal2__thum {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* トリミングの基準点（変更可） */ }
  .optimal2__boxInner {
    width: 100%;
    letter-spacing: 1px; }
  .optimal2__txt {
    font-size: 12px;
    padding: 0 10px; }
  .optimal2__playIcon {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px); }

.about {
  padding: 100px 0; }
  @media screen and (max-width: 800px) {
    .about {
      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-image: url("../img/bg_sisei_top.png"), url("../img/bg_sisei_bottom.png"), url("../img/bg_sisei.png");
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: 1366px, 1366px, 1366px;
  padding: 280px 0; }
  @media screen and (min-width: 1366px) {
    .plan {
      background-image: url("../img/bg_sisei_top.png"), url("../img/bg_sisei_bottom.png"), url("../img/bg_sisei.png");
      background-position: center top, center bottom, center top;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-size: contain, contain, cover; } }
  @media screen and (max-width: 800px) {
    .plan {
      padding: 30vw 0 100px;
      background: url("../img/bg_sisei_top_sp.png") top center/contain no-repeat, url("../img/bg_sisei_bottom_sp.png") bottom center/contain no-repeat, linear-gradient(161deg, #ffd69b 0%, #ff9438 24%, #ff6629 51%, #ff3e3b 75%, #ff7a94 100%); } }

.faq {
  padding: 100px 0; }
  @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 #00BECE;
      border-bottom: 3px solid #00BECE;
      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 {
      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: 250px;
  z-index: 20;
  display: block;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: .4s; }
  @media screen and (max-width: 800px) {
    .ohterBnr {
      bottom: 70px;
      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; }

.form {
  position: relative;
  padding: 60px 50px;
  border-radius: 10px; }
  @media screen and (max-width: 1000px) {
    .form {
      padding: 30px 20px; } }
  .form__passBtn {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 35px;
    height: auto;
    background: none;
    border: none;
    cursor: pointer; }
    @media screen and (max-width: 1000px) {
      .form__passBtn {
        top: 32px; } }
    .form__passBtn:hover {
      opacity: 1; }
  .form__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
    margin-bottom: 30px;
    align-items: flex-start; }
    @media screen and (max-width: 800px) {
      .form__wrap {
        padding-bottom: 20px;
        margin-bottom: 10px; } }
  .form__wrap--last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .form__ttls {
    width: 160px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px; }
    @media screen and (max-width: 1000px) {
      .form__ttls {
        width: 100%;
        justify-content: flex-start; } }
  @media screen and (max-width: 1000px) {
    .form__br {
      display: none; } }
  .form__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 30px;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .form__detail {
        width: 100%;
        padding-left: 0;
        padding-top: 15px; } }
  .form__tag {
    display: inline-block;
    font-size: 13px;
    box-sizing: border-box;
    padding: 0 10px; }
  .form__badge {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 5px;
    margin: 0 0 0 10px;
    background: #FFF; }
    @media screen and (max-width: 800px) {
      .form__badge {
        font-size: 10px;
        margin: 0 0 0 7px;
        position: relative;
        top: -1px; } }
  .form__badge--required {
    color: #FF1087; }
  .form__badge--public {
    background: #146BD4;
    width: 50px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .form__badge--public {
        width: auto; } }
  .form__badge--private {
    background: #000;
    width: 50px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .form__badge--private {
        width: auto; } }
  .form__input, .form__textArea, .form__select {
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    border: none;
    outline: none;
    box-shadow: inset 0 1px 6px rgba(60, 68, 90, 0.3);
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    border-radius: 10px;
    padding: 18px 25px;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .form__input, .form__textArea, .form__select {
        border-radius: 5px;
        padding: 15px; } }
    .form__input:placeholder, .form__textArea:placeholder, .form__select:placeholder {
      color: #A2ABB4; }
  .form__textArea {
    min-height: 200px; }
  .form__input--short {
    max-width: 230px; }
    @media screen and (max-width: 800px) {
      .form__input--short {
        max-width: 100%;
        width: 100%; } }
  .form__select {
    background: url("../img/icon_check_bottom.svg") right 10px center no-repeat #FFF;
    background-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .form__checks {
    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; }
  .form__checksList {
    width: calc(100%/3 - 15px); }
    @media screen and (max-width: 800px) {
      .form__checksList {
        width: 100%; } }
  .form__checksList--center {
    margin: 0 auto 10px; }
  .form__checksItem {
    margin-bottom: 8px; }
  .form__checksItem--kiyaku {
    width: 145px;
    font-size: 14px;
    margin: auto; }
  .form__checksLabel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    color: #FFF;
    align-items: flex-start; }
  .form__checksLabel--space {
    margin-left: 20px; }
  .form__checksCheck {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border: none;
    border: 1px solid #A2ABB3;
    border-radius: 2px;
    background: #FFF;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 6px 0 0;
    top: 5px; }
  .form__checksCheck:checked {
    background: #146BD4; }
  .form__checksCheck:checked::after {
    content: "";
    position: absolute;
    left: 2.5px;
    top: 0.5px;
    width: 3px;
    height: 6px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(45deg); }
  .form__radioCheck {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border: none;
    border: 1px solid #A2ABB3;
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 6px 0 0;
    top: 5px; }
  .form__radioCheck:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #146BD4;
    border-radius: 50%;
    transform: translate(-50%, -50%); }
  .form__checksTxt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    line-height: 1.4;
    text-decoration: underline; }
  .form__row {
    margin-bottom: 20px; }
    .form__row:last-of-type {
      margin-bottom: 0; }
  .form__row--space {
    margin-top: 20px; }
  .form__upload {
    background: #FFF;
    display: block;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    max-width: 390px;
    padding: 10px; }
    @media screen and (max-width: 800px) {
      .form__upload {
        max-width: 100%; } }
  .form__uploadBox {
    border: 1px dotted #89B4E8;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box; }
  .form__uploadIcon {
    width: 64px; }
  .form__uploadTxt {
    padding-left: 5px; }
  .form__note {
    margin-top: 10px; }
  .form__noteInner {
    padding-left: 1em;
    text-indent: -1em;
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-size: 12px; }
  .form__subTtl {
    margin-bottom: 10px; }
  .form__postWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .form__postWrap {
        display: block; } }
  .form__postButtonWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 12px; }
    @media screen and (max-width: 800px) {
      .form__postButtonWrap {
        display: block;
        padding: 10px 0 0 0; } }
  .form__postButton {
    background: #146BD4;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    margin-left: 10px;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 16px; }
    @media screen and (max-width: 1000px) {
      .form__postButton {
        margin: 5px 0 0 5px; } }
    @media screen and (max-width: 800px) {
      .form__postButton {
        margin: 5px auto 0;
        width: 100%; } }
  .form__pics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .form__pic {
    width: 70px;
    margin: 0 20px 20px 0;
    position: relative; }
    @media screen and (max-width: 800px) {
      .form__pic {
        width: 60px;
        margin: 0 15px 15px 0; } }
  .form__picRemove {
    position: absolute;
    width: 32px;
    z-index: 1;
    height: 32px;
    right: -12px;
    top: -12px;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none; }
    .form__picRemove img {
      display: block;
      width: 100%; }
  .form__picImg {
    height: 70px;
    width: 70px;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      .form__picImg {
        height: 60px;
        width: 60px;
        border-radius: 5px; } }
  .form__picImgInner {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
    .form__picImgInner img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .form__picImgInner--circle {
    border-radius: 10000px; }
  .form__movie {
    width: 80px;
    position: relative;
    margin-right: 20px; }
    @media screen and (max-width: 800px) {
      .form__movie {
        width: 60px;
        margin-right: 10px; } }
  .form__movieImg {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }
    .form__movieImg img {
      width: 100%;
      display: block; }
  .form__movieCaption {
    font-size: 12px;
    word-break: break-all;
    line-height: 1.2;
    display: inline-block;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 行数 */
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      .form__movieCaption {
        font-size: 10px; } }
  .form__otherLink {
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px; }
  .form__otherLinkIcon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-left: 5px;
    top: -2px; }
  .form__userWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .form__userName {
    font-size: 16px;
    position: relative;
    margin-top: -10px; }
    .form__userName a .form__userNameInner {
      display: inline; }
  .form__userNameInner {
    display: inline-block;
    font-size: 12px; }
  .form__uploadWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .form__uploadWrap .form__upload {
      margin: 0 10px 10px 0; }

.formSpace {
  margin-bottom: 50px; }

.confirm .form__wrap {
  align-items: center; }
  @media screen and (max-width: 800px) {
    .confirm .form__wrap {
      padding-top: 20px;
      margin-bottom: 0; } }
@media screen and (max-width: 800px) {
  .confirm .form__detail {
    padding-top: 5px; } }
.confirm .form__ttls {
  padding-top: 0; }

.formBtns {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .formBtns__btn {
    width: 250px;
    margin: 20px 10px 10px;
    transition: .4s;
    cursor: pointer; }
    @media screen and (max-width: 800px) {
      .formBtns__btn {
        width: 280px; } }
    .formBtns__btn button {
      border: none;
      outline: none; }
    .formBtns__btn:hover {
      transition: .4s;
      opacity: 0.6; }
  .formBtns__btn--cancel {
    width: 280px; }
    @media screen and (max-width: 800px) {
      .formBtns__btn--cancel {
        margin-bottom: 0; } }
  @media screen and (max-width: 800px) {
    .formBtns__btn--back {
      margin-bottom: 0; } }
  .formBtns__btnInner {
    cursor: pointer; }

.formDate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%; }
  .formDate .form__select {
    max-width: 120px; }
    @media screen and (max-width: 800px) {
      .formDate .form__select {
        max-width: 100%; } }
  .formDate__label {
    margin-left: 10px;
    display: inline-block; }
    @media screen and (max-width: 800px) {
      .formDate__label {
        margin-left: 5px; } }
  .formDate__box {
    width: 160px;
    margin-right: 15px; }
    @media screen and (max-width: 800px) {
      .formDate__box {
        width: calc(100%/3 - 10px);
        margin-right: 10px;
        display: flex;
        align-items: center; } }
    @media screen and (max-width: 800px) {
      .formDate__box:last-of-type {
        margin-right: 0; } }

.errorTxt {
  display: block;
  margin: 10px 0 0 0;
  font-weight: bold;
  line-height: 1.6;
  color: #CC0000;
  box-sizing: border-box;
  background: #FFF;
  padding: 10px; }

.errorBox {
  outline: 3px solid #CC0000; }
