@charset "UTF-8";
/*-------------------------------------------
 variable
-------------------------------------------*/
/***  color  ***/
/***  font-size  ***/
/***  screen  ***/
/***  font(NotoSansJP)  ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/***  point  ***/
/*-------------------------------------------
 reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, 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,
main {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none !important;
  border-radius: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*-------------------------------------------
 style tag
-------------------------------------------*/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 700px) {
    html {
      font-size: 52.5%; } }

body {
  background-color: #ffffff;
  font-family: "Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  position: relative; }

b {
  font-weight: 400; }

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  a:hover {
    opacity: 0.75;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    @media screen and (max-width: 700px) {
      a:hover {
        opacity: 1.0; } }

/*-------------------------------------------
 style header
-------------------------------------------*/
header {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: fixed;
  z-index: 999; }
  header nav {
    width: 100%;
    min-height: 7.0rem;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1200px) {
      header nav {
        padding-left: 4.0rem;
        padding-right: 4.0rem; } }
    @media screen and (max-width: 999px) {
      header nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
    header nav .left {
      width: 10.0rem;
      /* .icon-menu-wrap */ }
      @media screen and (max-width: 999px) {
        header nav .left {
          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;
          width: 100%;
          height: 7.0rem; } }
      header nav .left a {
        width: 75px;
        display: block; }
        header nav .left a img {
          width: 100%; }
      header nav .left .icon-menu {
        display: none; }
        @media screen and (max-width: 999px) {
          header nav .left .icon-menu {
            width: 5.0rem;
            height: 5.0rem;
            padding: 1.0rem;
            border-radius: 0.2rem;
            display: block;
            cursor: pointer;
            z-index: 999; } }
        header nav .left .icon-menu.open .icon span.line-1 {
          bottom: 0;
          margin: auto;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        header nav .left .icon-menu.open .icon span.line-2 {
          opacity: 0.0;
          left: 6.0rem; }
        header nav .left .icon-menu.open .icon span.line-3 {
          top: 0;
          margin: auto;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        header nav .left .icon-menu .icon {
          position: relative;
          width: 100%;
          height: 100%; }
          header nav .left .icon-menu .icon span {
            background-color: #999999;
            display: block;
            width: 100%;
            height: 0.4rem;
            position: absolute;
            right: 0;
            -webkit-transition: all ease-out .3s;
            transition: all ease-out .3s; }
            header nav .left .icon-menu .icon span.line-1 {
              top: 0; }
            header nav .left .icon-menu .icon span.line-2 {
              opacity: 1.0;
              top: calc(50% - 0.2rem); }
            header nav .left .icon-menu .icon span.line-3 {
              bottom: 0; }
    header nav .right {
      width: calc(100% - 10.0rem);
      /* pc */
      /* sp */ }
      header nav .right.pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media screen and (max-width: 999px) {
          header nav .right.pc {
            display: none; } }
        header nav .right.pc ul.list-link {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          header nav .right.pc ul.list-link li a {
            font-size: 1.4rem;
            font-weight: 500;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem; }
            header nav .right.pc ul.list-link li a:hover {
              color: #004098;
              opacity: 1.0; }
      header nav .right.sp {
        display: none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: calc(100% - 7.0rem);
        position: fixed;
        top: 7.0rem; }
        header nav .right.sp.open {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        header nav .right.sp ul.list-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 2.0rem;
          padding-right: 2.0rem; }
          header nav .right.sp ul.list-link li {
            margin-left: 0;
            margin-bottom: 4.0rem; }
            header nav .right.sp ul.list-link li a {
              color: #004098;
              font-size: 3rem;
              line-height: 1.3;
              font-weight: 700;
              text-align: center;
              display: block;
              padding-top: 0.5rem;
              padding-bottom: 0.5rem; }

/*-------------------------------------------
 style class
-------------------------------------------*/
.mask {
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999; }
  .mask .open {
    display: block; }

.head {
  color: #000000;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin-top: 15.0rem;
  margin-bottom: 10.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 1200px) {
    .head {
      margin-top: 10.0rem;
      margin-bottom: 8.0rem; } }
  @media screen and (max-width: 999px) {
    .head {
      margin-top: 8.0rem;
      margin-bottom: 5.0rem; } }
  @media screen and (max-width: 700px) {
    .head {
      font-size: 4.5rem; } }
  .head.help {
    margin-top: 10.0rem;
    margin-bottom: 5.0rem; }

.frame {
  width: 100%;
  max-width: 1140px;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1200px) {
    .frame {
      max-width: 960px; } }

.view {
  background-image: url("./img/bk_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 90.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 700px) {
    .view {
      background-image: url("./img/bk_09.jpg");
      padding-top: 2.5rem; } }
  .view p {
    color: #000000;
    font-size: 3.4rem;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.5;
    text-align: center;
    padding-left: 2.0rem;
    padding-right: 2.0rem; }
    @media screen and (max-width: 999px) {
      .view p {
        font-size: 4.0vw; } }
  .view h1 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    .view h1 img {
      background-color: #001A61;
      max-width: 1200px;
      width: 100%;
      padding: 4.0rem 5.0rem; }
      @media screen and (max-width: 700px) {
        .view h1 img {
          padding: 2.0rem 2.5rem; } }

.panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 700px) {
    .panel {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .panel .panel-01 {
    width: 51%; }
    @media screen and (max-width: 1200px) {
      .panel .panel-01 {
        width: 48%; } }
    @media screen and (max-width: 700px) {
      .panel .panel-01 {
        width: 100%; } }
  .panel .panel-02 {
    background-image: url("./img/bk_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #004098;
    width: 32%; }
    @media screen and (max-width: 1200px) {
      .panel .panel-02 {
        width: 36%; } }
    @media screen and (max-width: 700px) {
      .panel .panel-02 {
        background-image: url("./img/bk_08.png");
        background-size: 50%;
        width: 100%;
        background-position-x: right; } }
  .panel .panel-03 {
    width: 17%; }
    @media screen and (max-width: 1200px) {
      .panel .panel-03 {
        width: 16%; } }
    @media screen and (max-width: 700px) {
      .panel .panel-03 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .panel img {
    width: 100%; }
  .panel h2 {
    color: #ffffff;
    font-size: 3.2vw;
    line-height: 1.3;
    text-align: center;
    padding: 8.0rem 0.5rem 6.0rem; }
    @media screen and (max-width: 1200px) {
      .panel h2 {
        padding-top: 6.0rem;
        padding-bottom: 3.0rem; } }
    @media screen and (max-width: 999px) {
      .panel h2 {
        padding-top: 3.5rem;
        padding-bottom: 1.5rem; } }
    @media screen and (max-width: 700px) {
      .panel h2 {
        font-size: 2.8rem; } }
  .panel ul.list-check {
    padding-left: 3.0rem;
    padding-right: 2.5rem;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1200px) {
      .panel ul.list-check {
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
    @media screen and (max-width: 999px) {
      .panel ul.list-check {
        padding-bottom: 2.0rem; } }
    @media screen and (max-width: 700px) {
      .panel ul.list-check {
        padding-bottom: 4.0rem; } }
    .panel ul.list-check li {
      background-image: url("./img/icon_check_01.png");
      background-size: 2rem;
      background-repeat: no-repeat;
      background-position-x: left;
      background-position-y: 1.5rem;
      color: #ffffff;
      font-size: 2rem;
      font-weight: 400;
      line-height: 2;
      padding-left: 3.0rem; }
      @media screen and (max-width: 999px) {
        .panel ul.list-check li {
          background-size: 1.8rem;
          font-size: 1.6rem;
          padding-left: 2.5rem; } }

.list-merit-wrap {
  background-image: url("./img/bk_02.png");
  background-size: 90.0rem;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  background-color: #004098;
  padding-top: 12.0rem;
  padding-bottom: 12.0rem; }
  .list-merit-wrap h2 {
    color: #ffffff;
    font-size: 7.0rem;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 5.0rem; }
    @media screen and (max-width: 700px) {
      .list-merit-wrap h2 {
        font-size: 4.5rem;
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
  .list-merit-wrap ul.list-merit {
    padding-left: 3.0rem;
    padding-right: 2.5rem;
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 700px) {
      .list-merit-wrap ul.list-merit {
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
    .list-merit-wrap ul.list-merit li {
      background-image: url("./img/icon_check_01.png");
      background-size: 3rem;
      background-repeat: no-repeat;
      background-position-x: left;
      background-position-y: 20%;
      color: #ffffff;
      font-size: 3rem;
      font-weight: 500;
      line-height: 1.5;
      padding-left: 4.5rem;
      margin-bottom: 2.0rem; }
      @media screen and (max-width: 700px) {
        .list-merit-wrap ul.list-merit li {
          font-size: 2.8rem; } }

ul.list-point {
  width: 100%;
  max-width: 1140px;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  margin-left: auto;
  margin-right: auto; }
  ul.list-point li {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 10.0rem;
    border-radius: 130px 50px 50px 130px;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 999px) {
      ul.list-point li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-bottom: 7.0rem; } }
    ul.list-point li .deco {
      width: 260px;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 999px) {
        ul.list-point li .deco {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      ul.list-point li .deco .wrap {
        background-color: #004098;
        width: 260px;
        height: 260px;
        border-radius: 150px;
        position: relative; }
        @media screen and (max-width: 999px) {
          ul.list-point li .deco .wrap {
            width: 180px;
            height: 180px; } }
        ul.list-point li .deco .wrap img {
          width: 100%;
          position: absolute; }
          ul.list-point li .deco .wrap img.illust-02 {
            top: calc(50% - 160px); }
            @media screen and (max-width: 999px) {
              ul.list-point li .deco .wrap img.illust-02 {
                top: calc(50% - 120px); } }
          ul.list-point li .deco .wrap img.illust-03 {
            padding: 1.5rem;
            bottom: 0; }
    ul.list-point li .point {
      width: calc(100% - 260px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      @media screen and (max-width: 999px) {
        ul.list-point li .point {
          width: 100%;
          border: 1px solid #004098;
          border-radius: 2.0rem;
          padding-left: 0;
          margin-top: -9.0rem; } }
      ul.list-point li .point .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        padding: 0 2.0rem 0 2.0rem;
        border-radius: 0 2.0rem 2.0rem 0; }
        @media screen and (max-width: 999px) {
          ul.list-point li .point .wrap {
            text-align: center;
            border-left: none;
            padding: 12.0rem 4.5rem 4.0rem;
            position: static; } }
        @media screen and (max-width: 700px) {
          ul.list-point li .point .wrap {
            padding-left: 2.5rem;
            padding-right: 2.5rem; } }
        ul.list-point li .point .wrap .cont {
          border-left: solid 10px #004098;
          padding-left: 2.0rem; }
          @media screen and (max-width: 999px) {
            ul.list-point li .point .wrap .cont {
              border-left: none;
              padding-left: 0; } }
        ul.list-point li .point .wrap .num {
          color: #004098;
          font-size: 2rem;
          font-weight: 900;
          line-height: 1.0;
          margin-bottom: 0.5rem; }
        ul.list-point li .point .wrap h3 {
          color: #000000;
          font-size: 3.4rem;
          font-weight: 700;
          line-height: 1.3;
          margin-bottom: 1.0rem; }
          @media screen and (max-width: 999px) {
            ul.list-point li .point .wrap h3 {
              margin-bottom: 1.0rem; } }
        ul.list-point li .point .wrap p {
          color: #000000;
          font-size: 2.6rem;
          line-height: 1.7; }

.slogan {
  position: relative; }
  .slogan.ptn01 {
    background-color: #004098;
    margin-top: 15.0rem; }
    @media screen and (max-width: 700px) {
      .slogan.ptn01 {
        margin-top: 8.0rem; } }
    .slogan.ptn01::after {
      background-image: url("./img/bk_05.png");
      background-position: bottom left;
      height: calc(100% - 10.0rem);
      left: 0; }
      @media screen and (max-width: 1200px) {
        .slogan.ptn01::after {
          background-position-x: -10.0rem; } }
      @media screen and (max-width: 999px) {
        .slogan.ptn01::after {
          background-position-x: -5.0rem; } }
      @media screen and (max-width: 700px) {
        .slogan.ptn01::after {
          background-size: 70%;
          background-position-x: 0;
          height: 100%; } }
    .slogan.ptn01 .wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 999px) {
        .slogan.ptn01 .wrap {
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          padding-top: 8.0rem;
          padding-bottom: 8.0rem; } }
      @media screen and (max-width: 700px) {
        .slogan.ptn01 .wrap {
          padding-top: 6.0rem;
          padding-bottom: 6.0rem; } }
    .slogan.ptn01 .frame {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; }
  .slogan.ptn02 {
    background-color: #EF8935; }
    .slogan.ptn02::after {
      background-image: url("./img/bk_06.png");
      background-position: bottom right;
      height: 100%;
      right: 0; }
      @media screen and (max-width: 999px) {
        .slogan.ptn02::after {
          background-position-x: 5.0rem; } }
      @media screen and (max-width: 700px) {
        .slogan.ptn02::after {
          background-size: 500px;
          background-position-x: 0; } }
    .slogan.ptn02 .wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 1200px) {
        .slogan.ptn02 .wrap {
          padding-bottom: 8.0rem; } }
      @media screen and (max-width: 999px) {
        .slogan.ptn02 .wrap {
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 700px) {
        .slogan.ptn02 .wrap {
          padding-top: 6.0rem;
          padding-bottom: 6.0rem; } }
    .slogan.ptn02 .frame {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
  .slogan::after {
    content: "";
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0; }
  .slogan .wrap {
    padding-top: 10.0rem;
    padding-bottom: 10.0rem;
    position: relative;
    z-index: 9; }
  .slogan h2 {
    color: #ffffff;
    font-size: 7.0rem;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5.0rem; }
    @media screen and (max-width: 999px) {
      .slogan h2 {
        font-size: 6rem; } }
    @media screen and (max-width: 700px) {
      .slogan h2 {
        font-size: 4.5rem; } }
    .slogan h2 b {
      font-weight: inherit;
      display: block; }
      @media screen and (max-width: 999px) {
        .slogan h2 b {
          display: inline; } }
  .slogan .frame {
    color: #ffffff;
    font-size: 6rem;
    line-height: 1.5;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .slogan .frame ul.list-slogan li {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.5;
      padding-left: 2.0rem;
      border-left: 5px solid #ffffff;
      margin-bottom: 4.0rem; }
      @media screen and (max-width: 700px) {
        .slogan .frame ul.list-slogan li {
          font-size: 2.8rem; } }
      .slogan .frame ul.list-slogan li:nth-last-of-type(1) {
        margin-bottom: 0; }
      .slogan .frame ul.list-slogan li span {
        display: block; }
        @media screen and (max-width: 700px) {
          .slogan .frame ul.list-slogan li span {
            display: inline; } }

.intro {
  width: 100%;
  margin-top: 15.0rem; }
  .intro h2 {
    color: #000000;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 4.0rem; }
    @media screen and (max-width: 999px) {
      .intro h2 {
        margin-bottom: 2.0rem; } }
  .intro .video {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8.0rem; }
    @media screen and (max-width: 1200px) {
      .intro .video {
        width: 680px; } }
    @media screen and (max-width: 999px) {
      .intro .video {
        width: 680px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 700px) {
      .intro .video {
        width: 100%; } }
    .intro .video .in {
      width: 100%;
      padding-top: 56.25%;
      position: relative; }
      .intro .video .in iframe {
        width: 100%;
        height: 100%;
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0; }
  .intro + .intro {
    margin-top: 2.5rem; }
    @media screen and (max-width: 999px) {
      .intro + .intro .cont h2 {
        margin-top: 2.0rem;
        margin-bottom: 0; } }
  .intro .cont {
    width: calc(100% - 680px);
    padding-left: 5.0rem; }
    @media screen and (max-width: 1200px) {
      .intro .cont {
        width: calc(100% - 580px); } }
    @media screen and (max-width: 999px) {
      .intro .cont {
        width: 100%;
        padding-left: 0;
        margin-bottom: 3.0rem; } }
    .intro .cont p {
      color: #000000;
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 1.8; }
      @media screen and (max-width: 999px) {
        .intro .cont p {
          text-align: center; } }

.flow {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  .flow img {
    width: 100%; }

ul.who {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  .
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.0rem; }
  ul.who li {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
    width: 140px;
    border-radius: 4.0rem;
    padding-top: 2.0rem;
    padding-bottom: 2.0rem; }
    ul.who li.left {
      background-color: #004098;
      margin-right: 1.0rem; }
    ul.who li.right {
      background-color: #EC6D74;
      margin-left: 1.0rem; }

.head-bring {
  text-align: center;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .head-bring::before {
    color: #f4f4f4;
    font-size: 8rem;
    font-weight: 900;
    line-height: 1.0;
    position: absolute;
    top: 0; }
    @media screen and (max-width: 700px) {
      .head-bring::before {
        color: #eeeeee;
        font-size: 2.8rem;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
        top: auto;
        bottom: 0; } }
  .head-bring.ptn01::before {
    content: "About 1 Month";
    left: 0; }
  .head-bring.ptn02::before {
    content: "2 Weeks";
    right: 0; }
  .head-bring.ptn03::before {
    content: "About 1 Month";
    left: 0; }
  .head-bring.ptn04::before {
    content: "About 1-3 Month";
    right: 0; }
  .head-bring.ptn05::before {
    content: "About 1 Week";
    left: 0; }
  .head-bring.ptn06::before {
    content: "";
    left: 0; }
  .head-bring b {
    color: #0E0D6A;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 700px) {
      .head-bring b {
        font-size: 3rem; } }

.bringing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  .bringing ul.list-bringing {
    background-size: 10px 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 50%;
    padding-top: 1.0rem;
    padding-bottom: 4.0rem; }
    @media screen and (max-width: 700px) {
      .bringing ul.list-bringing {
        background-size: 5px 100%; } }
    .bringing ul.list-bringing::before {
      content: "";
      background-repeat: no-repeat;
      background-size: cover;
      width: 10px;
      height: 10px;
      position: absolute; }
      @media screen and (max-width: 700px) {
        .bringing ul.list-bringing::before {
          width: 5px; } }
    .bringing ul.list-bringing::after {
      content: "";
      background-repeat: no-repeat;
      background-size: cover;
      width: 10px;
      height: 10px;
      position: absolute; }
      @media screen and (max-width: 700px) {
        .bringing ul.list-bringing::after {
          width: 5px; } }
    .bringing ul.list-bringing.left {
      background-image: url("./img/icon_arrow_02.png");
      background-position: right center;
      padding-right: 5.0rem; }
      @media screen and (max-width: 700px) {
        .bringing ul.list-bringing.left {
          padding-right: 2.0rem; } }
      .bringing ul.list-bringing.left::before {
        background-image: url("./img/icon_arrow_01.png");
        top: -9px;
        right: 0; }
        @media screen and (max-width: 700px) {
          .bringing ul.list-bringing.left::before {
            top: -4px; } }
      .bringing ul.list-bringing.left::after {
        background-image: url("./img/icon_arrow_03.png");
        bottom: -9px;
        right: 0; }
    .bringing ul.list-bringing.right {
      background-image: url("./img/icon_arrow_05.png");
      background-position: left center;
      padding-left: 5.0rem; }
      @media screen and (max-width: 700px) {
        .bringing ul.list-bringing.right {
          padding-left: 2.0rem; } }
      .bringing ul.list-bringing.right::before {
        content: "";
        background-image: url("./img/icon_arrow_04.png");
        top: -9px;
        left: 0; }
      .bringing ul.list-bringing.right::after {
        content: "";
        background-image: url("./img/icon_arrow_06.png");
        bottom: -9px;
        left: 0; }
        @media screen and (max-width: 700px) {
          .bringing ul.list-bringing.right::after {
            bottom: -4px; } }
    .bringing ul.list-bringing.end::after {
      content: none; }
    .bringing ul.list-bringing li {
      background-image: url("./img/icon_check_02.png");
      background-size: 2.8rem;
      background-repeat: no-repeat;
      background-position-x: left;
      background-position-y: 1.5rem;
      color: #000000;
      font-size: 2.8rem;
      line-height: 1.5;
      padding-left: 4.0rem;
      margin-bottom: 1.0rem; }
      @media screen and (max-width: 700px) {
        .bringing ul.list-bringing li {
          background-size: 2.4rem;
          font-size: 2.4rem;
          padding-left: 3.0rem; } }
      @media screen and (max-width: 340px) {
        .bringing ul.list-bringing li {
          background-size: 2rem;
          font-size: 2rem; } }
      .bringing ul.list-bringing li b {
        font-weight: 500; }

.kome-bringing {
  color: #0E0D6A;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: right; }
  @media screen and (max-width: 700px) {
    .kome-bringing {
      font-size: 2.2rem;
      margin-top: 1.0rem; } }

.spec {
  background-image: url("./img/bk_04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15.0rem;
  padding-bottom: 10.0rem;
  margin-top: 10.0rem; }
  @media screen and (max-width: 700px) {
    .spec {
      margin-top: 8.0rem;
      padding-top: 10rem;
      padding-bottom: 5.0rem;
      padding: 10.0rem 2.0rem 5.0rem; } }
  .spec .wrap {
    background-color: #ffffff;
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2.0rem;
    padding: 6.0rem 2.0rem 6.0rem; }
    .spec .wrap .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .spec .wrap .icon .in {
        background-color: #ffffff;
        width: 12.0rem;
        height: 12.0rem;
        padding: 2.0rem;
        border-radius: 100%;
        position: absolute;
        top: -12.0rem; }
        .spec .wrap .icon .in img {
          background-image: url("./img/illust_04.png");
          background-size: 6.0rem;
          background-repeat: no-repeat;
          background-position: center center;
          width: 100%;
          height: 100%; }
    .spec .wrap h2 {
      color: #0E0D6A;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.0;
      margin-bottom: 1.5rem; }
    .spec .wrap p {
      color: #000000;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 4.0rem; }
      .spec .wrap p strong {
        font-weight: 700; }
    .spec .wrap ul.list-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .spec .wrap ul.list-check li {
        background-image: url("./img/icon_check_02.png");
        background-size: 1.8rem;
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: 50%;
        color: #000000;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 2.0;
        padding-left: 3.0rem; }

.contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .contact .wrap {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.0rem;
    padding-right: 2.0rem; }
    .contact .wrap .btn {
      margin-bottom: 2.0rem; }
      .contact .wrap .btn a {
        background: -webkit-gradient(linear, left top, right bottom, from(#004098), to(#0E0D6A));
        background: linear-gradient(to bottom right, #004098, #0E0D6A);
        color: #ffffff;
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        width: 100%;
        padding: 3.5rem 1.0rem;
        border-radius: 2.0rem;
        display: block;
        cursor: pointer; }
        @media screen and (max-width: 700px) {
          .contact .wrap .btn a {
            font-size: 5.4vw; } }
    .contact .wrap p {
      color: #000000;
      font-size: 1.8rem;
      line-height: 2.0; }

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15.0rem;
  margin-bottom: 2.5rem; }
  .footer-logo img {
    width: 270px; }

footer {
  background-color: #242424;
  padding-top: 6.0rem;
  padding-bottom: 6.0rem; }
  @media screen and (max-width: 700px) {
    footer {
      padding-top: 5.0rem;
      padding-bottom: 3.0rem; } }
  footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 700px) {
      footer .wrap {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (max-width: 700px) {
      footer .wrap ul.list-link {
        width: 100%;
        margin-bottom: 5.0rem; } }
    footer .wrap ul.list-link li {
      margin-bottom: 1.5rem; }
      footer .wrap ul.list-link li:nth-last-of-type(1) {
        margin-bottom: 0; }
      footer .wrap ul.list-link li a {
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 1.3; }
    footer .wrap small {
      color: #ffffff;
      font-size: 1.4rem;
      text-align: right; }
      @media screen and (max-width: 700px) {
        footer .wrap small {
          text-align: center;
          width: 100%; } }
