@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style-image: none;
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a {
  text-decoration: none; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px; }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* Helper */
.valign_top {
  vertical-align: top; }

/**************************************************
Brakpoint
***************************************************/
html {
  background: #fff;
  font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #1F323E;
  min-height: 100vh; }

body.overflow-hidden {
  overflow: hidden; }

body {
  margin: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

img {
  width: 100%;
  display: block; }

a {
  color: #011d2a;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=80); }

.sp_none {
  display: block; }
  @media only screen and (max-width: 767px) {
    .sp_none {
      display: none; } }

.pc_none {
  display: none; }
  @media only screen and (max-width: 767px) {
    .pc_none {
      display: block; } }

/* Header
--------------------------------------------------- */
header {
  position: relative;
  width: 100%;
  height: 80px;
  position: relative;
  background-color: #fff;
  padding: 18px 0 0; }
  @media only screen and (max-width: 767px) {
    header {
      padding: 13px 5%;
      height: auto; } }
  header .logo {
    width: 195px;
    margin: 0 0 0 2vw; }
    @media only screen and (max-width: 767px) {
      header .logo {
        width: 40%;
        margin: 0; } }
  header .inner {
    width: 1180px;
    margin: 0 auto; }

.page_head {
  border-bottom: 1px solid #F0F0F0; }

/* mv_area
--------------------------------------------------- */
.mv_area {
  position: relative; }
  .mv_area .main_area {
    width: 100%;
    height: 40vw;
    min-height: 600px;
    background-size: cover;
    background-image: url(../img/mv_bg.png);
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .mv_area .main_area {
        height: auto;
        min-height: 700px; } }
    @media screen and (max-width: 320px) {
      .mv_area .main_area {
        min-height: 650px; } }
    .mv_area .main_area:after {
      content: "";
      background-color: #fff;
      width: 130%;
      height: 200px;
      position: absolute;
      left: -15%;
      bottom: -150px;
      border-radius: 100%; }
      @media only screen and (max-width: 767px) {
        .mv_area .main_area:after {
          width: 200%;
          left: -50%; } }
    .mv_area .main_area .left_box {
      margin: 5vw 0 0 10vw;
      z-index: 101; }
      @media only screen and (max-width: 767px) {
        .mv_area .main_area .left_box {
          width: 90%;
          margin: 40px auto 0; } }
      .mv_area .main_area .left_box .sns_icons {
        width: 270px;
        margin: 0 0 20px; }
        @media only screen and (max-width: 767px) {
          .mv_area .main_area .left_box .sns_icons {
            width: 50%;
            margin: 0 0 5px; } }
      .mv_area .main_area .left_box .txt_icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 20px; }
        @media only screen and (max-width: 767px) {
          .mv_area .main_area .left_box .txt_icons {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 0 10px; } }
        .mv_area .main_area .left_box .txt_icons .icon_txt {
          font-size: .9vw;
          line-height: 1.6;
          color: #fff;
          padding: 6px 15px;
          font-weight: bold;
          margin: 0 10px 0 0;
          border-radius: 5px; }
          @media only screen and (max-width: 767px) {
            .mv_area .main_area .left_box .txt_icons .icon_txt {
              width: 40%;
              font-size: 11px;
              text-align: center;
              margin: 0 10px 10px 0; } }
        .mv_area .main_area .left_box .txt_icons .color_01 {
          background-color: #19c904; }
        .mv_area .main_area .left_box .txt_icons .color_02 {
          background-color: #ff5780; }
        .mv_area .main_area .left_box .txt_icons .color_03 {
          background-color: #4C2A85; }
        .mv_area .main_area .left_box .txt_icons .color_04 {
          background-color: #134BC3; }
      .mv_area .main_area .left_box .main_copy {
        font-size: 3.5vw;
        line-height: 1.3;
        font-weight: bold;
        color: #fff;
        margin: 0 0 15px;
        letter-spacing: 5px; }
        @media only screen and (max-width: 767px) {
          .mv_area .main_area .left_box .main_copy {
            font-size: 7.5vw;
            letter-spacing: 3px; } }
      .mv_area .main_area .left_box .sub_copy {
        font-size: 12px;
        line-height: 1.8;
        font-weight: bold;
        color: #fff;
        margin: 0 0 20px; }
  .mv_area .illust_box {
    width: 55vw;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 100; }
    @media only screen and (max-width: 767px) {
      .mv_area .illust_box {
        width: 90%;
        position: absolute;
        bottom: 0px;
        top: inherit;
        right: 0;
        left: 0;
        margin: 30px auto 0; } }
  @media only screen and (max-width: 767px) {
    .mv_area .cta_btn {
      margin: 0 auto; } }

.min_tit {
  font-size: 20px;
  font-weight: bold;
  background-color: #1188E3;
  border-radius: 100px;
  padding: 5px 30px;
  color: #fff;
  display: inline-block;
  margin: 0 0 20px; }
  @media only screen and (max-width: 767px) {
    .min_tit {
      font-size: 13px;
      padding: 4px 20px;
      margin: 0 0 15px; } }

.section_tit {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 15px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .section_tit {
      font-size: 20px;
      margin: 0 0 10px; } }

.read_txt {
  font-size: 18px;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .read_txt {
      font-size: 13px; }
      .read_txt br {
        display: none; } }

.cta_btn {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff5780;
  color: #fff;
  font-weight: bold;
  padding: 13px 40px;
  border-radius: 100px;
  line-height: 1.8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .cta_btn i {
    font-size: 18px;
    margin: 0 0 0 10px; }
  @media only screen and (max-width: 767px) {
    .cta_btn {
      width: 70%;
      font-size: 16px; } }

/* read_area
--------------------------------------------------- */
.read_area {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .read_area {
      padding: 30px 5% 50px; } }
  .read_area .mess_txt {
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .read_area .mess_txt {
        font-size: 14px; } }
    .read_area .mess_txt .larg {
      font-size: 28px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .read_area .mess_txt .larg {
          font-size: 18px; } }
    .read_area .mess_txt .underline_01 {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #D6F2FF));
      background: -webkit-linear-gradient(transparent 50%, #D6F2FF 0%);
      background: -o-linear-gradient(transparent 50%, #D6F2FF 0%);
      background: linear-gradient(transparent 50%, #D6F2FF 0%);
      font-weight: bold; }
    .read_area .mess_txt .underline_02 {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #FFD0D5));
      background: -webkit-linear-gradient(transparent 50%, #FFD0D5 0%);
      background: -o-linear-gradient(transparent 50%, #FFD0D5 0%);
      background: linear-gradient(transparent 50%, #FFD0D5 0%);
      font-weight: bold; }

/* about_area
--------------------------------------------------- */
.about_area {
  width: 100%;
  background-color: #E2F6FF;
  padding: 80px 0;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .about_area {
      padding: 60px 0 60px; } }
  .about_area .inner {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .about_area .inner {
        width: 90%;
        display: block; } }
    .about_area .inner .left_box {
      text-align: left; }
    .about_area .inner .right_box {
      text-align: center; }
      .about_area .inner .right_box .about_img {
        width: 445px;
        margin: 0 0 10px; }
        @media only screen and (max-width: 767px) {
          .about_area .inner .right_box .about_img {
            width: 90%;
            margin: 30px auto 10px; } }
      .about_area .inner .right_box .caption_txt {
        font-size: 16px;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .about_area .inner .right_box .caption_txt {
            font-size: 14px; } }

/* function_area
--------------------------------------------------- */
.function_area {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .function_area {
      padding: 60px 0 60px; } }
  .function_area .inner {
    width: 900px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .function_area .inner {
        width: 90%; } }
    .function_area .inner .function_content {
      margin: 30px 0 0; }
      .function_area .inner .function_content .function_box {
        margin: 0 0 40px; }
        .function_area .inner .function_content .function_box .box_tit {
          margin: 0 0 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media only screen and (max-width: 767px) {
            .function_area .inner .function_content .function_box .box_tit {
              display: block; } }
          .function_area .inner .function_content .function_box .box_tit .label_box {
            width: 90px;
            background-color: #19c904;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            padding: 3px 10px 0;
            border-radius: 5px;
            margin: 0 15px 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 31px;
            line-height: 1.8; }
            @media only screen and (max-width: 767px) {
              .function_area .inner .function_content .function_box .box_tit .label_box {
                font-size: 13px;
                height: 28px;
                width: 75px;
                margin: 0 0 5px;
                padding: 2px 5px 0; } }
            .function_area .inner .function_content .function_box .box_tit .label_box .number {
              background-color: #fff;
              font-size: 12px;
              font-weight: bold;
              border-radius: 100px;
              color: #19c904;
              padding: 0px 6px;
              line-height: 1.6;
              margin: -2px 0 0 5px;
              width: 18px;
              height: 18px; }
              @media only screen and (max-width: 767px) {
                .function_area .inner .function_content .function_box .box_tit .label_box .number {
                  width: 17px;
                  height: 17px;
                  padding: 0 3px;
                  font-size: 13px; } }
          .function_area .inner .function_content .function_box .box_tit .tit_txt {
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            line-height: 1.6; }
            @media only screen and (max-width: 767px) {
              .function_area .inner .function_content .function_box .box_tit .tit_txt {
                font-size: 16px; }
                .function_area .inner .function_content .function_box .box_tit .tit_txt br {
                  display: none; } }

/* entry_area
--------------------------------------------------- */
.entry_area {
  width: 100%;
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.39565%, #6fd8e6), color-stop(20.39565%, #6ed7e6), color-stop(80.39719%, #4b6bef));
  background: -webkit-linear-gradient(left, #6fd8e6 20.39565%, #6ed7e6 20.39565%, #4b6bef 80.39719%);
  background: -o-linear-gradient(left, #6fd8e6 20.39565%, #6ed7e6 20.39565%, #4b6bef 80.39719%);
  background: linear-gradient(90deg, #6fd8e6 20.39565%, #6ed7e6 20.39565%, #4b6bef 80.39719%);
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .entry_area {
      padding: 40px 0; } }
  .entry_area .entry_copy {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .entry_area .entry_copy {
        font-size: 24px; } }
    .entry_area .entry_copy:before, .entry_area .entry_copy:after {
      content: "";
      height: 40px;
      top: 5px;
      width: 1px;
      background-color: #fff;
      display: block;
      position: absolute; }
      @media only screen and (max-width: 767px) {
        .entry_area .entry_copy:before, .entry_area .entry_copy:after {
          height: 30px;
          top: 3px; } }
    .entry_area .entry_copy:before {
      left: -20px;
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg); }
    .entry_area .entry_copy:after {
      right: -20px;
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg); }
  .entry_area .cta_btn {
    display: block;
    margin: 20px auto 0; }

/* case_area
--------------------------------------------------- */
.case_area {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .case_area {
      padding: 60px 0 30px; } }
  .case_area .inner {
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .case_area .inner {
        width: 90%; } }
    .case_area .inner .photo_area {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 30px 0 100px; }
      @media only screen and (max-width: 767px) {
        .case_area .inner .photo_area {
          margin: 30px 0 50px; } }
      .case_area .inner .photo_area .photo_box {
        width: 320px;
        position: relative;
        margin: 0 0 20px; }
        @media only screen and (max-width: 767px) {
          .case_area .inner .photo_area .photo_box {
            width: 49%;
            margin: 0 0 10px; } }
      .case_area .inner .photo_area .txt_box {
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        text-align: center;
        padding: 5px 0 4px;
        line-height: 1.8;
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        font-size: 14px; }
        @media only screen and (max-width: 767px) {
          .case_area .inner .photo_area .txt_box {
            font-size: 10px; } }
    .case_area .inner .case_content {
      width: 960px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .case_area .inner .case_content {
          width: 100%; } }
      .case_area .inner .case_content .case_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 70px; }
        @media only screen and (max-width: 767px) {
          .case_area .inner .case_content .case_box {
            display: block;
            margin: 0 0 50px; } }
        .case_area .inner .case_content .case_box .txt_box {
          text-align: left; }
          .case_area .inner .case_content .case_box .txt_box .box_tit {
            margin: 0 0 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .case_area .inner .case_content .case_box .txt_box .box_tit .label_box {
              width: 85px;
              background-color: #19c904;
              font-size: 15px;
              font-weight: bold;
              color: #fff;
              display: inline-block;
              padding: 3px 10px 0;
              border-radius: 5px;
              margin: 0 15px 0 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              height: 29px;
              line-height: 1.8; }
              @media only screen and (max-width: 767px) {
                .case_area .inner .case_content .case_box .txt_box .box_tit .label_box {
                  font-size: 13px;
                  height: 28px;
                  width: 75px;
                  margin: 0 10px 5px 0;
                  padding: 2px 5px 0; } }
              .case_area .inner .case_content .case_box .txt_box .box_tit .label_box .number {
                width: 18px;
                height: 18px;
                background-color: #fff;
                font-size: 12px;
                font-weight: bold;
                border-radius: 100px;
                color: #19c904;
                padding: 0px 6px;
                line-height: 1.6;
                margin: -2px 0 0 5px; }
                @media only screen and (max-width: 767px) {
                  .case_area .inner .case_content .case_box .txt_box .box_tit .label_box .number {
                    width: 17px;
                    height: 17px;
                    padding: 0 3px;
                    font-size: 13px; } }
            .case_area .inner .case_content .case_box .txt_box .box_tit .tit_txt {
              font-size: 20px;
              font-weight: bold;
              text-align: left;
              line-height: 1.6;
              color: #19c904; }
              @media only screen and (max-width: 767px) {
                .case_area .inner .case_content .case_box .txt_box .box_tit .tit_txt {
                  font-size: 16px; } }
          .case_area .inner .case_content .case_box .txt_box .main_tit {
            font-size: 26px;
            font-weight: bold;
            margin: 0 0 10px;
            line-height: 1.4; }
            @media only screen and (max-width: 767px) {
              .case_area .inner .case_content .case_box .txt_box .main_tit {
                font-size: 20px; } }
          .case_area .inner .case_content .case_box .txt_box .read_txt {
            font-size: 14px;
            line-height: 1.8; }
            @media only screen and (max-width: 767px) {
              .case_area .inner .case_content .case_box .txt_box .read_txt {
                font-size: 13px; } }
        .case_area .inner .case_content .case_box .illust_box {
          width: 455px; }
          @media only screen and (max-width: 767px) {
            .case_area .inner .case_content .case_box .illust_box {
              width: 80%;
              margin: 20px auto 0; } }

/* flow_area
--------------------------------------------------- */
.flow_area {
  width: 100%;
  background-color: #E2F6FF;
  padding: 100px 0;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .flow_area {
      padding: 70px 0 70px; } }
  .flow_area .inner {
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .flow_area .inner {
        width: 90%; } }
    .flow_area .inner .flow_content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 50px 0 0; }
      @media only screen and (max-width: 767px) {
        .flow_area .inner .flow_content .flow_box {
          width: 100%; } }
      .flow_area .inner .flow_content .flow_box .flow_icon {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 5px 25px;
        display: inline-block;
        margin: 0 auto 10px;
        background-color: #1F323E;
        border-radius: 100px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .flow_area .inner .flow_content .flow_box .flow_icon {
            font-size: 16px;
            margin: 0 auto 20px; } }
      .flow_area .inner .flow_content .flow_box .illust_box {
        width: 255px;
        height: 155px;
        margin: 0 auto 30px; }
      .flow_area .inner .flow_content .flow_box .read_txt {
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .flow_area .inner .flow_content .flow_box .read_txt {
            width: 70%;
            margin: 30px auto 0;
            font-size: 14px; } }
      .flow_area .inner .flow_content .arrow {
        width: 25px;
        margin: 120px 0 0; }
        @media only screen and (max-width: 767px) {
          .flow_area .inner .flow_content .arrow {
            width: 8%;
            margin: 30px auto;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); } }
        @media only screen and (max-width: 960px) and (min-width: 767px) {
          .flow_area .inner .flow_content .arrow {
            width: 8%;
            margin: 30px auto;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); } }

.copy {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0; }

/* ANIMETION
--------------------------------------------------- */
.fadein {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s !important;
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px); }

.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

/* MODAL
--------------------------------------------------- */
.content {
  margin: 0 auto;
  padding: 40px; }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%; }

.modal__bg {
  background: rgba(31, 50, 62, 0.95);
  height: 100vh;
  position: absolute;
  width: 100%; }

.modal__content {
  background: #fff;
  left: 50%;
  padding: 50px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 680px;
  border-radius: 20px;
  color: #1F323E;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .modal__content {
      width: 95%;
      padding: 30px 0;
      border-radius: 15px; } }
  .modal__content .modal_tit .icon {
    background-color: #1188E3;
    border-radius: 100px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
    text-align: center;
    padding: 5px 20px;
    color: #fff;
    padding: 8px 20px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 1.4; }
    @media only screen and (max-width: 767px) {
      .modal__content .modal_tit .icon {
        font-size: 12px;
        margin: 0 auto 10px; } }
  .modal__content .modal_tit .tit {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .modal__content .modal_tit .tit {
        font-size: 20px; } }
    .modal__content .modal_tit .tit span {
      color: #1FB900;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #FFD0D5));
      background: -webkit-linear-gradient(transparent 50%, #FFD0D5 0%);
      background: -o-linear-gradient(transparent 50%, #FFD0D5 0%);
      background: linear-gradient(transparent 50%, #FFD0D5 0%);
      font-weight: bold; }
  .modal__content .message_area {
    width: 100%;
    background-color: #F8F8F8;
    padding: 35px;
    margin: 30px 0 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .modal__content .message_area {
        padding: 20px;
        margin: 20px 0 0; } }
    .modal__content .message_area .gentei {
      font-size: 22px;
      font-weight: bold;
      color: #ff5780;
      position: relative;
      display: inline-block;
      margin: 0 0 5px; }
      @media only screen and (max-width: 767px) {
        .modal__content .message_area .gentei {
          font-size: 18px; } }
      .modal__content .message_area .gentei:before, .modal__content .message_area .gentei:after {
        content: "";
        height: 30px;
        top: 2px;
        width: 1px;
        background-color: #ff5780;
        display: block;
        position: absolute; }
        @media only screen and (max-width: 767px) {
          .modal__content .message_area .gentei:before, .modal__content .message_area .gentei:after {
            height: 25px;
            top: 3px; } }
      .modal__content .message_area .gentei:before {
        left: -15px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg); }
      .modal__content .message_area .gentei:after {
        right: -15px;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg); }
    .modal__content .message_area .message {
      font-size: 22px;
      color: #1FB900;
      font-weight: bold;
      line-height: 1.6; }
      @media only screen and (max-width: 767px) {
        .modal__content .message_area .message {
          font-size: 18px; } }
    .modal__content .message_area .main {
      font-size: 32px;
      font-weight: bold;
      line-height: 1.4;
      margin: 0 0 5px; }
      @media only screen and (max-width: 767px) {
        .modal__content .message_area .main {
          font-size: 20px; } }
    .modal__content .message_area .line {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5780), to(#ff5780));
      background-image: -webkit-linear-gradient(#ff5780, #ff5780);
      background-image: -o-linear-gradient(#ff5780, #ff5780);
      background-image: linear-gradient(#ff5780, #ff5780);
      background-position: 0 50%;
      background-size: 100% 5px;
      background-repeat: repeat-x;
      margin: 0;
      text-decoration: none;
      font-weight: bold; }
    .modal__content .message_area .strong {
      font-size: 38px;
      font-weight: bold;
      color: #ff5780; }
      @media only screen and (max-width: 767px) {
        .modal__content .message_area .strong {
          font-size: 26px; } }
    .modal__content .message_area .read {
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .modal__content .message_area .read {
          font-size: 12px; } }
  .modal__content .entry_area {
    background: #fff;
    margin: 0;
    padding: 40px 0 0; }
    @media only screen and (max-width: 767px) {
      .modal__content .entry_area {
        padding: 20px 0 0; } }
    .modal__content .entry_area .list {
      width: 380px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .modal__content .entry_area .list {
          width: 90%; } }
      .modal__content .entry_area .list li {
        font-size: 14px;
        line-height: 1.8;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #F4F4F4;
        padding: 0 0 10px;
        margin: 0 0 10px; }
        @media only screen and (max-width: 767px) {
          .modal__content .entry_area .list li {
            font-size: 12px;
            padding: 0 0 7px;
            margin: 0 0 7px; } }
        .modal__content .entry_area .list li i {
          font-size: 18px;
          color: #1FB900;
          margin: 0 8px 0 0; }
          @media only screen and (max-width: 767px) {
            .modal__content .entry_area .list li i {
              font-size: 16px; } }
    .modal__content .entry_area .cta_btn {
      width: 280px;
      margin: 30px auto 0; }
      @media only screen and (max-width: 767px) {
        .modal__content .entry_area .cta_btn {
          width: 70%;
          margin: 20px auto 0; } }
  .modal__content .last_txt {
    font-size: 16px;
    line-height: 1.8;
    margin: 20px 0 20px; }
    @media only screen and (max-width: 767px) {
      .modal__content .last_txt {
        width: 90%;
        font-size: 14px;
        margin: 15px auto 15px; }
        .modal__content .last_txt br {
          display: none; } }
  .modal__content .back_btn {
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff5780;
    color: #fff;
    font-weight: bold;
    padding: 13px 40px;
    border-radius: 100px;
    line-height: 1.8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    margin: 0 auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
    .modal__content .back_btn i {
      font-size: 18px;
      margin: 0 0 0 10px; }
    @media only screen and (max-width: 767px) {
      .modal__content .back_btn {
        width: 70%;
        font-size: 16px; } }

/* PAGE
--------------------------------------------------- */
.page_content {
  width: 1280px;
  margin: 100px auto 0; }
  @media only screen and (max-width: 767px) {
    .page_content {
      width: 90%;
      margin: 50px auto 0; } }
  .page_content .page_tit {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 2px;
    margin: 0 0 30px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .page_content .page_tit {
        font-size: 20px;
        margin: 0 0 10px; } }
  .page_content .section_box {
    margin: 0 0 70px; }
    @media only screen and (max-width: 767px) {
      .page_content .section_box {
        margin: 0 0 40px; } }
    .page_content .section_box .box_tit {
      font-size: 18px;
      line-height: 1.8;
      margin: 0 0 25px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .page_content .section_box .box_tit {
          font-size: 16px;
          line-height: 1.6;
          margin: 0 0 20px; } }
  .page_content .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px; }
    @media only screen and (max-width: 767px) {
      .page_content .btn_area {
        display: block; } }
    .page_content .btn_area .green_btn {
      display: block;
      width: 250px;
      height: 45px;
      color: #19c904;
      border: 1px solid #19c904;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 12px 0 0;
      font-size: 14px;
      font-weight: bold;
      margin: 0 20px 0 0; }
      .page_content .btn_area .green_btn i {
        margin: 0 0 0 10px; }
      @media only screen and (max-width: 767px) {
        .page_content .btn_area .green_btn {
          width: 90%;
          margin: 0 auto 15px; } }
  .page_content .read_txt {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 40px; }
    @media only screen and (max-width: 767px) {
      .page_content .read_txt {
        font-size: 12px; } }
  .page_content .account_img_01 {
    width: 500px; }
    @media only screen and (max-width: 767px) {
      .page_content .account_img_01 {
        width: 100%; } }
  .page_content .cp_iptxt {
    position: relative;
    width: 80%;
    margin: 0 0; }
    @media only screen and (max-width: 767px) {
      .page_content .cp_iptxt {
        width: 100%; } }
    .page_content .cp_iptxt .label_txt {
      font-size: 16px;
      line-height: 1.8;
      margin: 0 0 5px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .page_content .cp_iptxt .label_txt {
          font-size: 14px; } }
  .page_content .cp_iptxt input[type='text'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding: 0.3em 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    background-color: #FAFDFF;
    margin: 0 0 10px;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .page_content .cp_iptxt input[type='text'] {
        font-size: 12px;
        height: 40px; } }
  .page_content .cp_iptxt input[type='submit'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
    height: 45px;
    background-color: #19c904;
    padding: 0.3em 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .page_content .cp_iptxt input[type='submit'] {
        font-size: 12px;
        height: 40px; } }
  .page_content button,
  .page_content input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent; }

.plan_page {
  width: 800px;
  margin: 100px auto 0; }
  @media only screen and (max-width: 767px) {
    .plan_page {
      width: 90%;
      margin: 50px auto 0; } }
  .plan_page .page_tit {
    text-align: center; }
  .plan_page .plan_table {
    margin: 0 0 30px; }
    @media only screen and (max-width: 767px) {
      .plan_page .plan_table {
        width: 100%;
        margin: 0 0 20px; } }
    .plan_page .plan_table .cell_01 {
      width: 200px; }
      @media only screen and (max-width: 767px) {
        .plan_page .plan_table .cell_01 {
          width: 32%; } }
    .plan_page .plan_table .cell_02 {
      width: 300px;
      border-left: 1px solid #fff; }
      @media only screen and (max-width: 767px) {
        .plan_page .plan_table .cell_02 {
          width: 34%; } }
    .plan_page .plan_table .line_01 {
      height: 35px;
      background-color: #1188E3; }
      @media only screen and (max-width: 767px) {
        .plan_page .plan_table .line_01 {
          height: 30px; } }
      .plan_page .plan_table .line_01 td {
        color: #fff;
        text-align: center;
        font-weight: 600;
        line-height: 1.8;
        font-size: 16px;
        padding: 5px 0 0; }
        @media only screen and (max-width: 767px) {
          .plan_page .plan_table .line_01 td {
            font-size: 13px; } }
    .plan_page .plan_table .line_02 {
      height: 45px; }
      @media only screen and (max-width: 767px) {
        .plan_page .plan_table .line_02 {
          height: 40px; } }
      .plan_page .plan_table .line_02 td {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        border: 1px solid #D9D9D9;
        padding: 9px 0 0;
        line-height: 1.6; }
        @media only screen and (max-width: 767px) {
          .plan_page .plan_table .line_02 td {
            font-size: 13px; } }
    .plan_page .plan_table .pro {
      background-color: #4C2A85; }
    .plan_page .plan_table .odd {
      background-color: #F8F8F8; }
  .plan_page .attention_list {
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .plan_page .attention_list {
        font-size: 11px; } }
  .plan_page .message_area {
    width: 100%;
    background-color: #F8F8F8;
    padding: 35px;
    margin: 30px 0 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .plan_page .message_area {
        padding: 20px;
        margin: 20px 0 0; } }
    .plan_page .message_area .gentei {
      font-size: 22px;
      font-weight: bold;
      color: #ff5780;
      position: relative;
      display: inline-block;
      margin: 0 0 5px; }
      @media only screen and (max-width: 767px) {
        .plan_page .message_area .gentei {
          font-size: 18px; } }
      .plan_page .message_area .gentei:before, .plan_page .message_area .gentei:after {
        content: "";
        height: 30px;
        top: 2px;
        width: 1px;
        background-color: #ff5780;
        display: block;
        position: absolute; }
        @media only screen and (max-width: 767px) {
          .plan_page .message_area .gentei:before, .plan_page .message_area .gentei:after {
            height: 25px;
            top: 3px; } }
      .plan_page .message_area .gentei:before {
        left: -15px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg); }
      .plan_page .message_area .gentei:after {
        right: -15px;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg); }
    .plan_page .message_area .message {
      font-size: 22px;
      color: #1FB900;
      font-weight: bold;
      line-height: 1.6; }
      @media only screen and (max-width: 767px) {
        .plan_page .message_area .message {
          font-size: 18px; } }
    .plan_page .message_area .main {
      font-size: 32px;
      font-weight: bold;
      line-height: 1.4;
      margin: 0 0 5px; }
      @media only screen and (max-width: 767px) {
        .plan_page .message_area .main {
          font-size: 20px; } }
    .plan_page .message_area .line {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5780), to(#ff5780));
      background-image: -webkit-linear-gradient(#ff5780, #ff5780);
      background-image: -o-linear-gradient(#ff5780, #ff5780);
      background-image: linear-gradient(#ff5780, #ff5780);
      background-position: 0 50%;
      background-size: 100% 5px;
      background-repeat: repeat-x;
      margin: 0;
      text-decoration: none;
      font-weight: bold; }
    .plan_page .message_area .strong {
      font-size: 38px;
      font-weight: bold;
      color: #ff5780; }
      @media only screen and (max-width: 767px) {
        .plan_page .message_area .strong {
          font-size: 26px; } }
    .plan_page .message_area .read {
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .plan_page .message_area .read {
          font-size: 12px; } }
  .plan_page .plan_box .entry_area {
    background: #fff;
    margin: 0;
    padding: 40px 0 0; }
    @media only screen and (max-width: 767px) {
      .plan_page .plan_box .entry_area {
        padding: 20px 0 0; } }
    .plan_page .plan_box .entry_area .list {
      width: 380px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .plan_page .plan_box .entry_area .list {
          width: 90%; } }
      .plan_page .plan_box .entry_area .list li {
        font-size: 14px;
        line-height: 1.8;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #F4F4F4;
        padding: 0 0 10px;
        margin: 0 0 10px; }
        @media only screen and (max-width: 767px) {
          .plan_page .plan_box .entry_area .list li {
            font-size: 12px;
            padding: 0 0 7px;
            margin: 0 0 7px; } }
        .plan_page .plan_box .entry_area .list li i {
          font-size: 18px;
          color: #1FB900;
          margin: 0 8px 0 0; }
          @media only screen and (max-width: 767px) {
            .plan_page .plan_box .entry_area .list li i {
              font-size: 16px; } }
    .plan_page .plan_box .entry_area .cta_btn {
      width: 280px;
      margin: 30px auto 0; }
      @media only screen and (max-width: 767px) {
        .plan_page .plan_box .entry_area .cta_btn {
          width: 70%;
          margin: 20px auto 0; } }
