@charset "UTF-8";
.mv_area {
  width: 100%;
  background: url(../img/mv.jpg) no-repeat 50% 50%/cover;
  padding: 120px 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .mv_area {
      padding: 40px 0; } }
  .mv_area .inr {
    text-align: center; }
    .mv_area .inr h2 {
      font-family: "Kokoro";
      color: #fff;
      font-size: 2em;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr h2 {
          font-size: 1.2em; } }
      .mv_area .inr h2 span {
        font-family: "EB Garamond", serif;
        display: block;
        font-size: .5em;
        font-style: italic;
        font-weight: bold;
        letter-spacing: .1em;
        margin-top: 20px; }
        @media only screen and (max-width: 767px) {
          .mv_area .inr h2 span {
            margin-top: 10px;
            font-size: .6em; } }
    .mv_area .inr p {
      color: #fff;
      margin-top: 40px;
      font-size: 1.1em;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr p {
          margin-top: 20px;
          font-size: .9em; } }

.flow {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .flow {
      padding-top: 40px; } }
  .flow .inr {
    max-width: 780px;
    width: 95%;
    margin: 0 auto; }
    .flow .inr h3 {
      font-size: 2em;
      font-family: "EB Garamond", serif;
      letter-spacing: .2em;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .flow .inr h3 {
          font-size: 1.4em; } }
      .flow .inr h3 span {
        display: block;
        margin-top: 5px;
        font-family: "Noto Sans", sans-serif;
        font-size: .4em;
        letter-spacing: .1em;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .flow .inr h3 span {
            font-size: .6em; } }
        .flow .inr h3 span::before {
          content: '';
          display: inline-block;
          width: 160px;
          height: 15px;
          background-image: url(../../img/arrow_black.png);
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: middle;
          position: absolute;
          bottom: -20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
    .flow .inr ul {
      margin-top: 80px; }
      @media only screen and (max-width: 767px) {
        .flow .inr ul {
          margin-top: 40px; } }
      .flow .inr ul li {
        margin-top: 40px; }
        @media only screen and (max-width: 767px) {
          .flow .inr ul li {
            margin-top: 20px; } }
        .flow .inr ul li .txt h4 {
          position: relative;
          font-size: 1.2em;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            .flow .inr ul li .txt h4 {
              font-size: 1.1em; } }
          .flow .inr ul li .txt h4::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 1.5px;
            background-color: #005BAC;
            vertical-align: middle;
            position: absolute;
            bottom: -15px;
            left: 0; }
            @media only screen and (max-width: 767px) {
              .flow .inr ul li .txt h4::before {
                bottom: -10px; } }
        .flow .inr ul li .txt p {
          margin-top: 25px; }
          @media only screen and (max-width: 767px) {
            .flow .inr ul li .txt p {
              margin-top: 15px; } }
        .flow .inr ul li .pic {
          margin-top: 30px; }
          @media only screen and (max-width: 767px) {
            .flow .inr ul li .pic {
              margin-top: 15px; } }
          .flow .inr ul li .pic img {
            width: 100%; }
        .flow .inr ul li .txt_w {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .flow .inr ul li .txt_w .txt {
            width: 47%; }
            @media only screen and (max-width: 767px) {
              .flow .inr ul li .txt_w .txt {
                width: 100%; } }
            @media only screen and (max-width: 767px) {
              .flow .inr ul li .txt_w .txt:last-child {
                margin-top: 20px; } }

.message {
  background-color: rgba(0, 91, 172, 0.1);
  padding: 40px 0;
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    .message {
      margin-top: 40px;
      padding: 20px 0; } }
  .message .inr p {
    color: #005BAC;
    text-align: center;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 2; }
    .message .inr p span {
      margin-top: 20px;
      display: block;
      font-weight: bold; }

.qualified {
  padding-top: 100px; }
  @media only screen and (max-width: 767px) {
    .qualified {
      padding-top: 50px; } }
  .qualified .inr {
    max-width: 880px;
    width: 95%;
    margin: 0 auto; }
    .qualified .inr h5 {
      font-size: 1.4em;
      border-bottom: 1px solid;
      padding-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .qualified .inr h5 {
          font-size: 1.2em; } }
      .qualified .inr h5 span {
        border-bottom: 3px solid #00A78D;
        padding-bottom: 20px;
        font-weight: bold; }
    .qualified .inr p {
      margin-top: 20px; }
    .qualified .inr .pic_list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 20px; }
      .qualified .inr .pic_list ul li {
        width: 48%; }
        @media only screen and (max-width: 767px) {
          .qualified .inr .pic_list ul li {
            width: 100%;
            margin-top: 10px; } }
        .qualified .inr .pic_list ul li img {
          width: 100%; }
    .qualified .inr .txt_w {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 40px; }
      .qualified .inr .txt_w .txt {
        width: 47%; }
        @media only screen and (max-width: 767px) {
          .qualified .inr .txt_w .txt {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          .qualified .inr .txt_w .txt:last-child {
            margin-top: 20px; } }
        .qualified .inr .txt_w .txt h4 {
          position: relative;
          font-size: 1.2em;
          font-weight: bold; }
          .qualified .inr .txt_w .txt h4::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 1.5px;
            background-color: #005BAC;
            vertical-align: middle;
            position: absolute;
            bottom: -15px;
            left: 0; }
        .qualified .inr .txt_w .txt p {
          margin-top: 25px; }

.backs .inr {
  max-width: 880px;
  width: 95%;
  margin: 0 auto; }
  .backs .inr .back {
    font-size: 1.1em;
    font-family: "EB Garamond", serif;
    font-style: italic;
    margin: 40px 0; }
    @media only screen and (max-width: 767px) {
      .backs .inr .back {
        margin-top: 20px; } }
    .backs .inr .back a {
      position: relative;
      display: block; }
      .backs .inr .back a::before {
        content: '';
        display: inline-block;
        width: 54px;
        height: 49px;
        background-image: url(../img/back_icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 10px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .backs .inr .back a:hover::before {
        background-image: url(../img/back_icon_hover.png);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
