@charset "UTF-8";
/* Global Remedies
******************/
/* Use border-box by default, globally */
*, ::before, ::after { box-sizing: border-box; }
/*
* Consistent line spacing...
* CSS Inline Layout Module Level 3: https://drafts.csswg.org/css-inline-3/#line-sizing-property
*/
html { line-sizing: normal; }
/* Remove the tiny space around the edge of the page */
body { margin: 0; }
/* Headings
***********/
/* Switch to rem units for headings */
/* @@@ Initial values are based on existing browser defaults */
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.17rem; }
h4 { font-size: 1.00rem; }
h5 { font-size: 0.83rem; }
h6 { font-size: 0.67rem; }
/* Keep h1 margins consistent, even when nested */
h1 { margin: 0.67em 0; }
/* Typography
*************/
/* Overflow by default is bad */
pre { white-space: pre-wrap; }
/*
* 1. Solid, thin horizontal rules
* 2. Remove Firefox `color: gray`
* 3. Remove default `1px` height, and common `overflow: hidden`
*/
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}
/* Embedded Elements
********************/
/*
* 1. Block display is usually what we want
* 2. Remove strange space-below when inline
* 3. Responsive by default
*/
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}
/*
* Maintain intrinsic aspect ratios when `max-width` is applied
* (iframe, embed, and object have no intrinsic ratio, set height explicitly)
*/
img, svg, video, canvas {
  height: auto;
}
/*
* There is no good reason elements default to 300px,
* and audio files are unlikely to come with a width attribute
*/
audio { width: 100%; }
/* Old Browsers
***************/
/* Remove the border on images inside links in IE 10 and earlier */
img { border-style: none; }
/* Hide the overflow in IE 10 and earlier */
svg { overflow: hidden; }
/* Default block display on HTML5 elements */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
/*
* 1. Add the correct box sizing in IE 10
* 2. Remove the padding in IE 10
*/
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
.wrapper {
  font-family: 'Hiragino Sans';
  margin: 0 auto; }
.wrapper.light-gray {
    background-color: rgba(242, 245, 247, 0.7); }
.wrapper.blue {
    background-color: #07084B; }
.wrapper.light-blue {
    background-color: #019FE8; }
.wrapper.dark {
    background-color: #1B1B1B; }
.wrapper.fixed {
    position: fixed;
    width: 100%;
    text-align: center;
    display: inline-block;
    z-index: 100; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
      .wrapper.fixed {
        width: 768px; } }
@media screen and (max-width: 767px) {
      .wrapper.fixed {
        width: 100%; } }
.wrapper.key-visual {
    height: 512px;
    /* 画像ファイルの指定 */
    background-image: url(../images/keyvisual-2e995bab8e13605b675efd3bcc669f71.png);
    /* 画像を常に天地左右の中央に配置 */
    background-position: right -46px center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: 110%; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
      .wrapper.key-visual {
        height: 512px;
        background-size: cover;
        background-position: center; } }
@media screen and (max-width: 767px) {
      .wrapper.key-visual {
        height: 100%;
        background-size: cover;
        background-position: right -120px center; } }
a.inquiry-button {
  padding: 12px 60px;
  height: 48px;
  width: 224px;
  border-radius: 42px;
  background: linear-gradient(135deg, #0094D8 0%, #70D2FF 25.73%, #0090D2 100%);
  color: #FFFFFF;
  font-family: "Hiragino Sans";
  font-size: 16px;
  letter-spacing: 1.23px;
  line-height: 24px;
  display: block;
  text-decoration: none; }
@media screen and (max-width: 767px) {
    a.inquiry-button {
      padding: 12px 30px;
      height: 40px;
      width: 152px;
      font-size: 14px;
      letter-spacing: 1.08px;
      line-height: 21px; } }
.header2 {
  display: inline;
  color: #272727;
  font-size: 32px;
  letter-spacing: 1.23px;
  line-height: 48px; }
.header2 span {
    background: linear-gradient(transparent 50%, #FFD15C 50%);
    display: inline-block; }
@media screen and (max-width: 767px) {
    .header2 {
      font-size: 24px;
      letter-spacing: 1.23px;
      line-height: 36px; }
      .header2 span {
        display: inline; } }
p.sub-title {
  color: #272727;
  font-size: 14px;
  letter-spacing: 1.23px;
  line-height: 21px; }
p.sub-title span {
    display: block; }
@media screen and (max-width: 767px) {
    p.sub-title {
      padding-top: 24px;
      margin: 0 auto;
      display: block;
      font-size: 13px;
      letter-spacing: 1.23px;
      line-height: 20px; }
      p.sub-title span {
        display: inline; } }
.header-container {
  margin: 0 auto;
  width: 1024px;
  height: 100px;
  overflow: hidden; }
.header-container .logo-area {
    float: left;
    padding: 15px; }
.header-container .logo-area img {
      height: 70px; }
.header-container .inquiry-area {
    padding: 20px;
    height: 100px;
    float: right; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header-container {
      width: 768px; } }
@media screen and (max-width: 767px) {
    .header-container {
      width: 100%;
      height: 60px; }
      .header-container .logo-area {
        float: left;
        padding: 13px 0; }
        .header-container .logo-area svg {
          height: 34px; }
      .header-container .inquiry-area {
        padding: 10px 16px; } }
.under-header {
  height: 100px; }
@media screen and (max-width: 767px) {
    .under-header {
      height: 60px; } }
.key-visual-container {
  margin: 0 auto;
  width: 1024px;
  padding-top: 66px; }
.key-visual-container h1 {
    color: #272727;
    font-size: 50px;
    font-weight: bold;
    padding-left: 40px; }
.key-visual-container h1 span {
      display: inline-block;
      background: linear-gradient(transparent 50%, #FFD15C 50%); }
.key-visual-container h1 .sp {
      display: none; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
      .key-visual-container h1 {
        font-size: 40px; } }
@media screen and (max-width: 767px) {
      .key-visual-container h1 {
        font-size: 32px; }
        .key-visual-container h1 .pc-tablet {
          display: none; }
        .key-visual-container h1 .sp {
          display: inline-block; } }
.key-visual-container .sub-copy {
    padding-left: 40px;
    font-size: 14px;
    color: #272727; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .key-visual-container {
      width: 768px; } }
@media screen and (max-width: 767px) {
    .key-visual-container {
      width: 100%;
      padding-top: 56px;
      padding-bottom: 32px; }
      .key-visual-container h1 {
        margin: 0;
        width: 357px; } }
.campain-now-container {
  margin: 0 auto;
  width: 1024px;
  padding: 48px 0;
  height: 156px;
  overflow: hidden; }
.campain-now-container .lead {
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
    width: 560px; }
.campain-now-container .lead .icon {
      float: left;
      height: 60px; }
.campain-now-container .lead .text {
      float: left;
      padding-left: 24px; }
.campain-now-container .lead .text p {
        margin: 0;
        color: #272727;
        font-size: 16px;
        letter-spacing: 1.23px;
        line-height: 24px; }
.campain-now-container .lead .text p span {
          padding-top: 12px;
          display: block;
          color: #019FE8;
          font-size: 20px;
          letter-spacing: 1.23px;
          line-height: 24px; }
.campain-now-container .lead .text p span .sp-br {
            display: inline; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .campain-now-container {
      width: 768px; } }
@media screen and (max-width: 767px) {
    .campain-now-container {
      width: 100%;
      padding: 24px 0;
      height: 100%; }
      .campain-now-container .lead {
        margin: 0 auto;
        overflow: hidden;
        height: 100%;
        width: 95%; }
        .campain-now-container .lead .icon {
          margin: 0 auto;
          height: 60px;
          width: 100%; }
          .campain-now-container .lead .icon svg {
            margin: 0 auto; }
        .campain-now-container .lead .text {
          float: left;
          width: 100%;
          padding: 8px 0 0 0;
          margin: 0 auto;
          text-align: center; }
          .campain-now-container .lead .text p {
            color: #272727;
            font-size: 14px; }
            .campain-now-container .lead .text p span {
              padding-top: 12px;
              display: block;
              font-size: 18px;
              letter-spacing: 1.23px;
              line-height: 24px; }
              .campain-now-container .lead .text p span .sp-br {
                display: block;
                padding: 0; } }
.why-container {
  margin: 0 auto;
  width: 1024px;
  padding: 80px 0; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .why-container {
      width: 768px; } }
@media screen and (max-width: 767px) {
    .why-container {
      width: 100%;
      padding: 56px 24px; } }
.why-container .title {
    text-align: center;
    margin: 0 auto; }
.why-container .contents {
    overflow: hidden;
    padding: 48px 32px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
      .why-container .contents {
        padding: 32px 28px; } }
@media screen and (max-width: 767px) {
      .why-container .contents {
        padding: 24px 8px; } }
.why-container .contents .item {
      position: relative;
      padding: 12px;
      float: left;
      box-sizing: border-box;
      height: 333px;
      width: 32%;
      border: 1px solid #07084B;
      background-color: #FFFFFF;
      box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
      text-align: center; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
        .why-container .contents .item {
          height: 373px;
          padding: 36px 12px; } }
@media screen and (max-width: 767px) {
        .why-container .contents .item {
          height: 373px;
          padding: 32px 24px;
          width: 100%; }
          .why-container .contents .item:not(:last-child) {
            margin-bottom: 24px; } }
.why-container .contents .item h3 {
        color: #07084B;
        font-size: 20px;
        letter-spacing: 1.23px;
        line-height: 30px;
        text-align: center; }
.why-container .contents .item h3 span {
          display: block; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
          .why-container .contents .item h3 span {
            display: inline; } }
@media screen and (max-width: 767px) {
          .why-container .contents .item h3 span {
            display: inline; } }
.why-container .contents .item svg {
        margin: 0 auto; }
.why-container .contents .item p.description {
        margin-top: 24px;
        color: #5F5F5F;
        font-size: 14px;
        letter-spacing: 1.23px;
        line-height: 24px;
        text-align: center; }
.why-container .contents .item:not(:last-child) {
      margin-right: 2%; }
.why-container .contents .item::before {
      position: absolute;
      top: 0;
      left: 0;
      border-top: 24px solid #07084B;
      border-right: 24px solid transparent;
      border-bottom: 24px solid transparent;
      border-left: 24px solid #07084B;
      content: ''; }
.inquiry-link-container {
  margin: 0 auto;
  width: 1024px;
  height: 128px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .inquiry-link-container {
      width: 768px; } }
@media screen and (max-width: 767px) {
    .inquiry-link-container {
      width: 100%;
      height: 108px;
      margin: 0 auto; } }
.inquiry-link-container .contents {
    margin: 0 auto;
    width: 224px;
    padding: 36px 0; }
@media screen and (max-width: 767px) {
      .inquiry-link-container .contents a {
        margin: 0 auto; } }
.compain-detail-title-container {
  margin: 0 auto;
  width: 1024px;
  padding: 80px 80px;
  text-align: center; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .compain-detail-title-container {
      width: 768px;
      padding: 56px 32px; } }
@media screen and (max-width: 767px) {
    .compain-detail-title-container {
      width: 100%;
      padding: 90px 24px 80px 24px; } }
.compain-detail-title-container .title {
    text-align: center;
    margin: 0 auto; }
.compain-detail-title-container img {
    margin-top: 16px;
    display: inline; }
.compain-detail-title-container svg {
    margin: 0 auto; }
.compain-detail-title-container .target {
    margin: 0 auto;
    padding: 56px 148px;
    background-color: #F2F5F7;
    margin-bottom: 24px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
      .compain-detail-title-container .target {
        padding: 40px 92px; } }
@media screen and (max-width: 767px) {
      .compain-detail-title-container .target {
        padding: 40px 8px; } }
.compain-detail-title-container .target .lead {
      margin: 0 auto;
      overflow: hidden;
      height: 80px;
      width: 500px; }
@media screen and (max-width: 767px) {
        .compain-detail-title-container .target .lead {
          height: 115px;
          width: 327px; } }
.compain-detail-title-container .target .lead .icon {
        float: left;
        height: 60px; }
.compain-detail-title-container .target .lead .icon img {
          margin: 0; }
@media screen and (max-width: 767px) {
          .compain-detail-title-container .target .lead .icon {
            width: 100%; }
            .compain-detail-title-container .target .lead .icon svg {
              margin: 0 auto;
              width: 40px; } }
.compain-detail-title-container .target .lead .text {
        width: 80%;
        float: left;
        padding-left: 24px;
        text-align: left; }
.compain-detail-title-container .target .lead .text p {
          margin: 0;
          color: #07084B;
          font-size: 16px;
          letter-spacing: 1.23px;
          line-height: 24px; }
.compain-detail-title-container .target .lead .text p span.highlight {
            padding: 1px;
            background: linear-gradient(rgba(255, 255, 255, 0) 0%, #FFD15C 10%); }
.compain-detail-title-container .target .lead .text p span.sub {
            padding-top: 6px;
            display: block; }
@media screen and (max-width: 767px) {
          .compain-detail-title-container .target .lead .text {
            width: 100%;
            padding-left: 0px;
            text-align: center; }
            .compain-detail-title-container .target .lead .text p span.sub {
              font-size: 14px;
              letter-spacing: 1.23px;
              line-height: 21px; } }
.compain-detail-title-container .target .list {
      margin: 0 auto; }
.compain-detail-title-container .target .list .item {
        margin-top: 24px;
        overflow: hidden; }
.compain-detail-title-container .target .list .item .header {
          float: left;
          width: 25%; }
.compain-detail-title-container .target .list .item .header .box {
            width: 100%;
            color: white;
            background-color: #019FE8;
            height: 44px;
            font-size: 14px;
            padding: 14px 8px; }
@media screen and (max-width: 767px) {
            .compain-detail-title-container .target .list .item .header {
              width: 100%;
              padding-left: 10px; }
              .compain-detail-title-container .target .list .item .header .box {
                padding: 8px;
                width: 45%;
                height: 100%;
                font-size: 13px;
                letter-spacing: 1.23px;
                line-height: 20px; } }
.compain-detail-title-container .target .list .item .contents {
          float: left;
          width: 75%;
          text-align: left;
          padding-left: 10px;
          overflow: hidden; }
.compain-detail-title-container .target .list .item .contents p, .compain-detail-title-container .target .list .item .contents span {
            margin: 0;
            color: #5F5F5F;
            font-size: 14px;
            letter-spacing: 1.23px;
            line-height: 21px; }
.compain-detail-title-container .target .list .item .contents p.bold, .compain-detail-title-container .target .list .item .contents span.bold {
              color: #272727;
              font-weight: bold; }
.compain-detail-title-container .target .list .item .contents.single {
            padding: 10px; }
.compain-detail-title-container .target .list .item .contents .sub-item {
            overflow: hidden;
            float: left;
            width: 50%; }
.compain-detail-title-container .target .list .item .contents .sub-item .sub-header {
              float: left;
              width: 30%;
              background-color: white;
              height: 44px;
              font-size: 14px;
              padding: 14px 4px;
              text-align: center; }
.compain-detail-title-container .target .list .item .contents .sub-item .sub-contents {
              float: left;
              width: 70%; }
.compain-detail-title-container .target .list .item .contents .sub-item .sub-contents.single {
                padding: 10px; }
@media screen and (max-width: 767px) {
              .compain-detail-title-container .target .list .item .contents .sub-item {
                width: 100%;
                margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
            .compain-detail-title-container .target .list .item .contents {
              width: 100%;
              margin-top: 10px; } }
.compain-detail-title-container .price {
    position: relative;
    margin: 0 auto;
    padding: 56px 0;
    background-color: #F2F5F7; }
@media screen and (max-width: 767px) {
      .compain-detail-title-container .price {
        padding: 48px 0; } }
.compain-detail-title-container .price p.title {
      width: 50%;
      overflow: hidden;
      text-align: center;
      position: relative;
      z-index: 10; }
.compain-detail-title-container .price p.title span {
        display: inline-block;
        color: #07084B;
        font-size: 20px;
        padding: 0 20px;
        letter-spacing: 1.23px;
        line-height: 24px;
        background-color: #F2F5F7; }
@media screen and (max-width: 767px) {
        .compain-detail-title-container .price p.title {
          width: 85%; } }
.compain-detail-title-container .price p.title::before {
      /* ::after または:after */
      content: "";
      width: 100%;
      height: 2px;
      display: block;
      background-color: #07084B;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1; }
.compain-detail-title-container .price .list {
      margin: 12px auto;
      width: 50%; }
@media screen and (max-width: 767px) {
        .compain-detail-title-container .price .list {
          width: 85%; } }
.compain-detail-title-container .price .list .row {
        height: 46px;
        overflow: hidden;
        border-bottom: solid 2px white;
        margin-top: 20px;
        color: #272727;
        font-size: 14px;
        letter-spacing: 1.23px;
        line-height: 21px;
        font-weight: bold; }
.compain-detail-title-container .price .list .row .header {
          float: left;
          width: 40%;
          text-align: left; }
.compain-detail-title-container .price .list .row .contents {
          float: left;
          width: 60%;
          text-align: right; }
@media screen and (max-width: 767px) {
          .compain-detail-title-container .price .list .row {
            font-size: 13px;
            letter-spacing: 1.23px;
            line-height: 20px; }
            .compain-detail-title-container .price .list .row.header-long .header, .compain-detail-title-container .price .list .row.header-long .contents {
              width: 50%; } }
.compain-detail-title-container .price::before {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 24px solid #07084B;
    border-right: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #07084B;
    content: ''; }
.compain-detail-title-container .price::after {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 24px solid transparent;
    border-right: 24px solid #07084B;
    border-bottom: 24px solid #07084B;
    border-left: 24px solid transparent;
    content: ''; }
.schedule-container {
  margin: 0 auto;
  width: 1024px;
  padding: 80px 15px;
  text-align: center;
  color: #FFFFFF; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .schedule-container {
      width: 768px; } }
@media screen and (max-width: 767px) {
    .schedule-container {
      width: 100%;
      padding: 80px 24px; } }
.schedule-container .title h2.header {
    display: inline;
    padding: 10px 20px;
    background-color: #FFD15C;
    color: #272727;
    font-size: 32px;
    letter-spacing: 1.23px;
    line-height: 48px; }
.schedule-container .title .sub-title {
    margin-top: 24px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1.23px;
    line-height: 24px; }
.schedule-container .case-chart {
    margin-top: 56px;
    padding: 0 90px;
    width: 100%;
    overflow: hidden; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
      .schedule-container .case-chart {
        padding: 0 15px; } }
@media screen and (max-width: 767px) {
      .schedule-container .case-chart {
        padding: 0;
        margin-top: 40px;
        overflow: hidden; } }
.schedule-container .case-chart h2 {
      color: #FFFFFF;
      font-family: "Hiragino Sans";
      font-size: 32px;
      letter-spacing: 1.23px;
      line-height: 48px; }
.schedule-container .case-chart h2 span {
        margin-right: 24px;
        vertical-align: middle;
        padding: 10px;
        font-family: "Helvetica Neue Condensed Bold";
        border-radius: 20px;
        background-color: #019FE8;
        color: #FFFFFF;
        font-family: "Helvetica Neue";
        font-size: 16px;
        letter-spacing: 1.23px;
        line-height: 19px; }
@media screen and (max-width: 767px) {
        .schedule-container .case-chart h2 {
          font-size: 18px;
          letter-spacing: 1.23px;
          line-height: 18px; }
          .schedule-container .case-chart h2 span {
            display: block;
            width: 80px;
            margin: 0 auto 16px auto; } }
.schedule-container .case-chart .timeline {
      position: relative;
      overflow: hidden;
      height: 52px;
      width: 844px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
        .schedule-container .case-chart .timeline {
          width: 718px; } }
@media screen and (max-width: 767px) {
        .schedule-container .case-chart .timeline {
          width: 30%;
          float: left;
          height: 423px;
          margin-top: 16px; } }
.schedule-container .case-chart .timeline .month {
        float: left;
        width: 120px; }
.schedule-container .case-chart .timeline .month.one {
          margin-left: 100px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
          .schedule-container .case-chart .timeline .month {
            width: 100px; }
            .schedule-container .case-chart .timeline .month.one {
              margin-left: 60px; } }
@media screen and (max-width: 767px) {
          .schedule-container .case-chart .timeline .month {
            width: 100%;
            margin: 20px 0 0 0;
            overflow: hidden; }
            .schedule-container .case-chart .timeline .month.one {
              margin-left: 0px;
              margin-top: 38px; } }
.schedule-container .case-chart .timeline .month .label {
          font-size: 14px;
          letter-spacing: 1.23px;
          line-height: 21px;
          text-align: center; }
@media screen and (max-width: 767px) {
            .schedule-container .case-chart .timeline .month .label {
              width: 70%;
              float: left;
              padding: 10px 0; } }
.schedule-container .case-chart .timeline .month .mark {
          padding: 10px; }
.schedule-container .case-chart .timeline .month .mark .circle {
            position: relative;
            z-index: 10;
            margin: auto;
            display: block;
            background-color: #FFFFFF;
            border: solid 1px #019FE8;
            width: 18px;
            height: 18px;
            border-radius: 18px;
            box-shadow: 0 0 0 1px #019FE8;
            -webkit-box-shadow: 0 0 0 1px #019FE8;
            -moz-box-shadow: 0 0 0 1px #019FE8; }
@media screen and (max-width: 767px) {
            .schedule-container .case-chart .timeline .month .mark {
              width: 30%;
              float: left;
              position: relative; }
              .schedule-container .case-chart .timeline .month .mark .circle {
                content: "";
                position: absolute;
                top: 10px;
                right: 2px; } }
.schedule-container .case-chart .timeline .arrow-sp {
        content: '';
        position: absolute;
        right: 4px;
        top: 0;
        height: 400px; }
@media screen and (min-width: 768px) {
          .schedule-container .case-chart .timeline .arrow-sp {
            display: none; } }
.schedule-container .case-chart .timeline .arrow-sp:before {
        height: 400px;
        width: 3px;
        background: #FFFFFF;
        content: '';
        position: absolute;
        display: block;
        top: 0px;
        right: 5px; }
@media screen and (min-width: 768px) {
          .schedule-container .case-chart .timeline .arrow-sp:before {
            display: none; } }
.schedule-container .case-chart .timeline .arrow-sp:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -12px;
        right: -4px;
        width: 0;
        height: 0;
        border: 10px solid;
        border-color: #FFFFFF transparent transparent transparent; }
@media screen and (min-width: 768px) {
          .schedule-container .case-chart .timeline .arrow-sp:after {
            display: none; } }
.schedule-container .case-chart .timeline .arrow {
        content: '';
        position: absolute;
        left: 0;
        bottom: 24px;
        width: 844px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
          .schedule-container .case-chart .timeline .arrow {
            width: 718px; } }
@media screen and (max-width: 767px) {
          .schedule-container .case-chart .timeline .arrow {
            display: none; } }
.schedule-container .case-chart .timeline .arrow:before {
        content: '';
        position: absolute;
        display: block;
        top: 12px;
        left: 0px;
        width: 824px;
        height: 3px;
        background: #FFFFFF; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
          .schedule-container .case-chart .timeline .arrow:before {
            width: 698px; } }
@media screen and (max-width: 767px) {
          .schedule-container .case-chart .timeline .arrow:before {
            display: none; } }
.schedule-container .case-chart .timeline .arrow::after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        right: 0;
        width: 0;
        height: 0;
        border: 10px solid;
        border-color: transparent transparent transparent #FFFFFF; }
@media screen and (max-width: 767px) {
          .schedule-container .case-chart .timeline .arrow::after {
            display: none; } }
.schedule-container .case-chart .process {
      padding: 32px 8px 0 40px;
      overflow: hidden; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
        .schedule-container .case-chart .process {
          padding: 32px 8px 0 12px; } }
@media screen and (max-width: 767px) {
        .schedule-container .case-chart .process {
          width: 70%;
          float: left;
          padding: 8px 0 0 24px;
          margin-top: 32px; } }
.schedule-container .case-chart .process .item {
        position: relative;
        width: 224px;
        float: left;
        margin-right: 26px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
          .schedule-container .case-chart .process .item {
            width: 200px; } }
@media screen and (max-width: 767px) {
          .schedule-container .case-chart .process .item {
            width: 100%; } }
.schedule-container .case-chart .process .item .row {
          position: relative;
          margin-top: 8px;
          background-color: #F2F5F7;
          color: #272727;
          height: 60px; }
.schedule-container .case-chart .process .item .row .header {
            padding: 20px 12px;
            text-align: left;
            float: left;
            width: 60%;
            font-size: 14px;
            letter-spacing: 1.23px;
            line-height: 21px; }
.schedule-container .case-chart .process .item .row .header.two-lines {
              padding: 10px 12px; }
.schedule-container .case-chart .process .item .row .header.contents-long {
              width: 50%; }
.schedule-container .case-chart .process .item .row .contents {
            float: left;
            width: 40%;
            font-size: 14px;
            letter-spacing: 1.23px;
            line-height: 21px;
            padding: 20px 0; }
.schedule-container .case-chart .process .item .row .contents.contents-long {
              width: 50%; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
            .schedule-container .case-chart .process .item .row .header, .schedule-container .case-chart .process .item .row .contents {
              font-size: 13px; }
            .schedule-container .case-chart .process .item .row .header.header-long {
              width: 65%; }
            .schedule-container .case-chart .process .item .row .header.contents-long {
              width: 50%; }
            .schedule-container .case-chart .process .item .row .contents.header-long {
              width: 35%; }
            .schedule-container .case-chart .process .item .row .contents.contents-long {
              width: 50%; } }
@media screen and (max-width: 767px) {
            .schedule-container .case-chart .process .item .row {
              height: 100%; }
              .schedule-container .case-chart .process .item .row .header {
                padding: 5px 0px 5px 18px;
                width: 55%;
                font-size: 12px;
                letter-spacing: 1.14px;
                line-height: 18px; }
                .schedule-container .case-chart .process .item .row .header.two-lines {
                  padding: 5px 0px 5px 18px; }
                .schedule-container .case-chart .process .item .row .header.contents-long {
                  width: 50%; }
              .schedule-container .case-chart .process .item .row .contents {
                padding: 5px 18px 5px 0px;
                width: 45%;
                font-size: 12px;
                letter-spacing: 1.14px;
                line-height: 18px; }
                .schedule-container .case-chart .process .item .row .contents.contents-long {
                  width: 50%; } }
.schedule-container .case-chart .process .item .row:after {
          position: absolute;
          content: '';
          z-index: 5;
          right: -20px;
          top: 0px;
          border-top: 30px solid transparent;
          border-bottom: 30px solid transparent;
          border-left: 20px solid #F2F5F7; }
@media screen and (max-width: 767px) {
            .schedule-container .case-chart .process .item .row:after {
              display: none; } }
@media screen and (max-width: 767px) {
          .schedule-container .case-chart .process .item {
            background-color: #F2F5F7;
            margin-bottom: 36px; }
            .schedule-container .case-chart .process .item.single-task {
              padding: 16px 0px 24px 0; } }
.schedule-container .case-chart .process .item:after {
        position: absolute;
        content: '';
        z-index: 5;
        top: 99%;
        left: 0;
        right: 0;
        width: 0px;
        height: 0px;
        margin: 0;
        border-style: solid;
        border-color: #F2F5F7 transparent transparent transparent;
        border-width: 16px 28vw 0 28vw; }
@media screen and (min-width: 768px) {
          .schedule-container .case-chart .process .item:after {
            display: none; } }
.schedule-container .case {
    margin-top: 56px;
    padding: 0 32px;
    overflow: hidden; }
.schedule-container .case h2 {
      color: #FFFFFF;
      font-family: "Hiragino Sans";
      font-size: 32px;
      letter-spacing: 1.23px;
      line-height: 48px; }
.schedule-container .case h2 span {
        margin-right: 24px;
        vertical-align: middle;
        padding: 10px;
        font-family: "Helvetica Neue Condensed Bold";
        border-radius: 20px;
        background-color: #FFFFFF;
        color: #07084B;
        font-size: 16px;
        letter-spacing: 1.23px;
        line-height: 19px; }
.schedule-container .case .item {
      margin: 0 auto;
      position: relative;
      float: left;
      width: 32%;
      text-align: center;
      background-color: #FFFFFF;
      color: #272727;
      height: 220px;
      padding: 32px 24px; }
.schedule-container .case .item h3 {
        color: #272727;
        font-size: 20px;
        letter-spacing: 1.76px;
        line-height: 21px; }
.schedule-container .case .item .order .row {
        overflow: hidden;
        margin-top: 8px; }
.schedule-container .case .item .order .row .header {
          float: left;
          width: 55%;
          background-color: #F2F5F7;
          color: #272727;
          font-size: 14px;
          letter-spacing: 1.23px;
          line-height: 21px;
          text-align: center;
          height: 44px;
          padding: 14px; }
.schedule-container .case .item .order .row .header.two-lines {
            padding: 2px; }
.schedule-container .case .item .order .row .contents {
          float: left;
          width: 45%;
          color: #272727;
          font-size: 14px;
          letter-spacing: 1.23px;
          line-height: 21px;
          height: 44px;
          padding: 14px; }
.schedule-container .case .item .no {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #FFFFFF;
        font-family: "Helvetica Neue";
        font-size: 24px;
        letter-spacing: 2.11px;
        line-height: 21px;
        z-index: 4; }
.schedule-container .case .item:not(:last-child) {
      margin-right: 2%; }
.schedule-container .case .item::before {
      position: absolute;
      top: 0;
      left: 0;
      border-top: 32px solid #019FE8;
      border-right: 32px solid transparent;
      border-bottom: 32px solid transparent;
      border-left: 32px solid #019FE8;
      content: ''; }
.schedule-container .case .item::after {
      position: absolute;
      bottom: -6px;
      right: 0;
      content: url(../images/stripe_step-b41efa5d6748b9610b285ce3e0205091.png); }
.compain-lancers-container {
  margin: 0 auto;
  width: 1024px;
  padding: 80px 0; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .compain-lancers-container {
      width: 768px; } }
@media screen and (max-width: 767px) {
    .compain-lancers-container {
      width: 100%;
      padding: 56px 16px; } }
.compain-lancers-container .title {
    text-align: center;
    margin: 0 auto; }
.compain-lancers-container .lancer-list {
    margin-top: 56px;
    overflow: hidden;
    padding: 0 32px; }
@media screen and (max-width: 767px) {
      .compain-lancers-container .lancer-list {
        padding: 0; } }
.compain-lancers-container .lancer-list .item {
      padding: 32px;
      float: left;
      width: 48%;
      margin-right: 2%;
      margin-bottom: 20px;
      background-color: #FFFFFF;
      height: 283px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
        .compain-lancers-container .lancer-list .item {
          height: 448px; } }
@media screen and (max-width: 767px) {
        .compain-lancers-container .lancer-list .item {
          height: 446px;
          width: 100%; } }
.compain-lancers-container .lancer-list .item .main-profile {
        overflow: hidden; }
.compain-lancers-container .lancer-list .item .main-profile .icon {
          width: 30%;
          float: left; }
.compain-lancers-container .lancer-list .item .main-profile .icon img {
            margin-top: 0px; }
.compain-lancers-container .lancer-list .item .main-profile .spec {
          padding: 12px 0 0 24px;
          width: 70%;
          float: left; }
.compain-lancers-container .lancer-list .item .main-profile .spec .tags {
            text-align: left; }
.compain-lancers-container .lancer-list .item .main-profile .spec .tags span {
              border-radius: 15px;
              background-color: #019FE8;
              padding: 8px 12px;
              color: #FFFFFF;
              font-size: 12px;
              letter-spacing: 0px; }
.compain-lancers-container .lancer-list .item .main-profile .spec .name {
            padding: 16px 0;
            text-align: left;
            color: #272727;
            font-size: 20px;
            letter-spacing: 1.76px;
            line-height: 21px; }
.compain-lancers-container .lancer-list .item .main-profile .spec .fee-and-role {
            text-align: left; }
.compain-lancers-container .lancer-list .item .main-profile .spec .fee-and-role span {
              display: block;
              color: #272727;
              font-size: 14px;
              letter-spacing: 1.23px;
              line-height: 21px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
          .compain-lancers-container .lancer-list .item .main-profile .icon, .compain-lancers-container .lancer-list .item .main-profile .spec {
            width: 100%; }
          .compain-lancers-container .lancer-list .item .main-profile .icon {
            margin: 0 auto; }
            .compain-lancers-container .lancer-list .item .main-profile .icon img {
              width: 148px;
              margin: 0 auto; }
          .compain-lancers-container .lancer-list .item .main-profile .spec {
            padding: 12px 0px 0 0px; }
            .compain-lancers-container .lancer-list .item .main-profile .spec .tags {
              text-align: center; }
            .compain-lancers-container .lancer-list .item .main-profile .spec .name {
              text-align: center; }
            .compain-lancers-container .lancer-list .item .main-profile .spec .fee-and-role {
              text-align: center; } }
@media screen and (max-width: 767px) {
          .compain-lancers-container .lancer-list .item .main-profile .icon, .compain-lancers-container .lancer-list .item .main-profile .spec {
            width: 100%; }
          .compain-lancers-container .lancer-list .item .main-profile .icon {
            margin: 0 auto; }
            .compain-lancers-container .lancer-list .item .main-profile .icon img {
              width: 148px;
              margin: 0 auto; }
          .compain-lancers-container .lancer-list .item .main-profile .spec {
            padding: 12px 0px 0 0px; }
            .compain-lancers-container .lancer-list .item .main-profile .spec .tags {
              text-align: center; }
            .compain-lancers-container .lancer-list .item .main-profile .spec .name {
              text-align: center; }
            .compain-lancers-container .lancer-list .item .main-profile .spec .fee-and-role {
              text-align: center; } }
.compain-lancers-container .lancer-list .item .self-introduction {
        padding: 32px 0;
        color: #5F5F5F;
        font-size: 14px;
        letter-spacing: 1.23px;
        line-height: 21px; }
.step-container {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  padding: 80px 0; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .step-container {
      width: 768px; } }
@media screen and (max-width: 767px) {
    .step-container {
      width: 100%;
      padding: 56px 16px; } }
.step-container .title {
    text-align: center;
    margin: 0 auto; }
.step-container .step-list {
    margin: 40px auto;
    width: 100%; }
.step-container .step-list .item {
      margin: 0 auto;
      position: relative;
      box-sizing: border-box;
      height: 170px;
      width: 432px;
      border: 2px solid #07084B;
      background-color: #FFFFFF;
      padding: 24px 24px 16px 56px;
      margin-bottom: 16px; }
@media screen and (max-width: 767px) {
        .step-container .step-list .item {
          width: 100%; } }
.step-container .step-list .item h3 {
        margin: 0px;
        color: #272727;
        font-size: 20px;
        letter-spacing: 1.23px;
        line-height: 24px; }
.step-container .step-list .item p {
        margin: 0px;
        color: #272727;
        font-size: 14px;
        letter-spacing: 1.23px;
        line-height: 24px;
        padding-top: 16px; }
.step-container .step-list .item .no {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #FFFFFF;
        font-family: "Helvetica Neue";
        font-size: 24px;
        letter-spacing: 2.11px;
        line-height: 21px;
        z-index: 4; }
.step-container .step-list .item::before {
      position: absolute;
      top: 0;
      left: 0;
      border-top: 32px solid #07084B;
      border-right: 32px solid transparent;
      border-bottom: 32px solid transparent;
      border-left: 32px solid #07084B;
      content: ''; }
.step-container .step-list .item::after {
      position: absolute;
      bottom: 0px;
      right: 0;
      border-top: 32px solid transparent;
      border-right: 32px solid #F2F5F7;
      border-bottom: 32px solid #F2F5F7;
      border-left: 32px solid transparent;
      content: ''; }
.step-container .bottom-image {
    position: absolute;
    bottom: 0;
    left: 56px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
      .step-container .bottom-image {
        display: none; } }
@media screen and (max-width: 767px) {
      .step-container .bottom-image {
        display: none; } }
.step-container::before {
  content: '';
  z-index: -1;
  background: rgba(255, 0, 0, 0);
  position: absolute;
  top: 56px;
  left: 162px;
  border-top: 350px solid #F2F5F7;
  border-right: 350px solid transparent;
  border-bottom: 350px solid transparent;
  border-left: 350px solid #F2F5F7; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .step-container::before {
      left: 40px;
      border-top: 344px solid #F2F5F7;
      border-right: 344px solid transparent;
      border-bottom: 344px solid transparent;
      border-left: 344px solid #F2F5F7; } }
@media screen and (max-width: 767px) {
    .step-container::before {
      display: none; } }
.contact-container {
  margin: 0 auto;
  width: 1024px;
  padding: 80px 32px;
  overflow: hidden; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-container {
      width: 768px;
      padding: 80px 112px; } }
@media screen and (max-width: 767px) {
    .contact-container {
      width: 100%;
      padding: 56px 16px; } }
.contact-container .title {
    padding-top: 80px;
    width: 40%;
    text-align: left;
    float: left; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
      .contact-container .title {
        width: 100%;
        padding-top: 0px; } }
@media screen and (max-width: 767px) {
      .contact-container .title {
        width: 100%;
        padding-top: 0px;
        text-align: center; } }
.contact-container .title h2 {
      color: #FFFFFF;
      font-size: 32px;
      letter-spacing: 1.23px;
      line-height: 48px; }
.contact-container .title .sub-title {
      color: #FFFFFF; }
@media screen and (max-width: 767px) {
        .contact-container .title .sub-title {
          text-align: center;
          margin-top: 16px; } }
.contact-container .contents {
    width: 40%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 1.23px;
    line-height: 21px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
      .contact-container .contents {
        width: 100%;
        margin-top: 40px; } }
@media screen and (max-width: 767px) {
      .contact-container .contents {
        width: 100%;
        margin: 40px auto 0 auto; }
        .contact-container .contents .text {
          margin: 0 auto;
          width: 60%; } }
.contact-container .form {
    width: 60%;
    height: 601px;
    float: right;
    background-color: #F2F5F7;
    height: 1180px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
      .contact-container .form {
        width: 100%; } }
@media screen and (max-width: 767px) {
      .contact-container .form {
        width: 100%;
        margin-top: 32px;
        height: 1250px; } }
.footer-container {
  margin: 0 auto;
  width: 1024px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .footer-container {
      width: 768px; } }
@media screen and (max-width: 767px) {
    .footer-container {
      width: 100%; } }
.footer-container footer {
    text-align: center; }
.footer-container footer p {
      margin: 0;
      padding: 24px 0;
      color: #FFFFFF;
      font-size: 14px;
      letter-spacing: 1.23px;
      line-height: 21px; }
@media screen and (max-width: 767px) {
        .footer-container footer p {
          font-size: 10px;
          letter-spacing: 0.88px;
          line-height: 21px; } }


/*# sourceMappingURL=application-38f62eae.css.map*/
