@charset "UTF-8";
/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html,
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

li {
  list-style: none; }

img {
  display: block; }

a {
  text-decoration: none; }

/*
**************************************************　基本設定
*/
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  color: #333;
  font-size: 16px; }

body * {
  box-sizing: border-box;
  line-height: 1.6em; }

img {
  max-width: 100%;
  height: auto; }

header {
  margin-bottom: 150px; }
  header .header_top {
    text-align: right;
    padding: 7px 6px 4px 0; }
  header .header_main {
    position: relative;
    background: url("./../img/header_bg.jpg") no-repeat top;
    background-color: #070C0C;
    height: 80vh;
    min-height: 450px; }
    header .header_main .tag_line {
      padding: 10px;
      width: 15vw;
      min-width: 100px; }
      header .header_main .tag_line .img {
        margin-bottom: 12px; }
    header .header_main .tag {
      position: absolute;
      top: 50%;
      left: 67%; }
    header .header_main .header_catch {
      position: absolute;
      top: 25%;
      text-align: center;
      width: 100%; }
      header .header_main .header_catch img {
        display: inline-block;
        max-width: 84%;
        max-height: 40vh; }
    header .header_main .mask {
      position: absolute;
      bottom: 0;
      left: 0; }
      header .header_main .mask img {
        width: 100%; }
    header .header_main .header_banner {
      position: absolute;
      bottom: -100px;
      left: calc(50% - 256px); }

.w_inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto; }

#banner_cta {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  display: none; }
  #banner_cta.d_none {
    display: none !important; }
  #banner_cta .btn_close {
    position: absolute;
    top: -24px;
    left: 8px; }
    #banner_cta .btn_close:hover {
      cursor: pointer; }

header .mask_sp {
  display: none; }

.on_sp {
  display: none; }

/**************************************** ３つのこと */
.unknown_3point {
  padding-top: 50px;
  padding-bottom: 50px; }
  .unknown_3point .sec_head {
    text-align: center;
    position: relative; }
    .unknown_3point .sec_head img {
      display: inline-block; }
    .unknown_3point .sec_head .txt {
      padding-bottom: 40px; }
    .unknown_3point .sec_head .human {
      position: absolute;
      bottom: 0;
      left: 30px; }
  .unknown_3point .tab_area {
    display: flex; }
    .unknown_3point .tab_area .tab {
      text-align: center;
      padding: 20px 0 10px;
      border-radius: 8px 8px 0 0;
      border: 2px solid #F7FAFF;
      border-bottom: 2px solid #003985;
      width: 33.33333%; }
      .unknown_3point .tab_area .tab:hover {
        cursor: pointer; }
      .unknown_3point .tab_area .tab.active {
        background: #F7FAFF;
        border: 2px solid #003985;
        border-bottom: none; }
      .unknown_3point .tab_area .tab img {
        display: inline-block; }
      .unknown_3point .tab_area .tab .head {
        margin-bottom: 20px; }
      .unknown_3point .tab_area .tab .head_sub {
        margin-bottom: 10px; }
      .unknown_3point .tab_area .tab .main {
        font-size: 32px;
        font-weight: bold;
        color: #FA0073;
        margin-bottom: 5px; }
  .unknown_3point .content_area .content {
    display: none;
    padding: 50px 50px 40px;
    text-align: left;
    background: #F7FAFF;
    border-radius: 0 0 8px 8px;
    border: 2px solid #F7FAFF;
    border-top: none; }
    .unknown_3point .content_area .content.show {
      display: block;
      border: 2px solid #003985;
      border-top: none; }
    .unknown_3point .content_area .content .head {
      font-weight: bold;
      color: #003985;
      font-size: 28px;
      margin-bottom: 20px; }

.cta_sec {
  background: url("./../img/cta_sec_bg.jpg");
  padding-top: 65px;
  padding-bottom: 65px; }
  .cta_sec .inner {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    .cta_sec .inner .icon.topleft {
      position: absolute;
      top: 0;
      left: 0; }
    .cta_sec .inner .icon.topright {
      position: absolute;
      top: 0;
      right: 0; }
    .cta_sec .inner .icon.bottomleft {
      position: absolute;
      bottom: 0;
      left: 0; }
    .cta_sec .inner .icon.bottomright {
      position: absolute;
      bottom: 0;
      right: 0; }
    .cta_sec .inner .head {
      text-align: center;
      position: relative;
      padding-top: 45px;
      margin-bottom: 20px; }
      .cta_sec .inner .head img {
        display: inline-block; }
    .cta_sec .inner .cta_btn {
      text-align: center;
      padding-bottom: 50px; }
      .cta_sec .inner .cta_btn a {
        display: block;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
        background: #003985;
        color: #fff;
        font-size: 29px;
        font-weight: bold;
        border-radius: 5px;
        padding: 36px 0 30px; }

.about_sec {
  padding-top: 100px;
  padding-bottom: 50px;
  border-top: 10px solid #E9EBF0; }
  .about_sec .head {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 100px;
    color: #003985;
    text-align: center; }
  .about_sec .box_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px; }
    .about_sec .box_wrap .box {
      width: calc(33.33333% - 25px);
      min-width: calc(33.33333% - 25px);
      text-align: center; }
      .about_sec .box_wrap .box img {
        display: inline-block;
        margin-bottom: 20px; }
      .about_sec .box_wrap .box .tarea {
        font-size: 18px; }
        .about_sec .box_wrap .box .tarea span {
          color: #B58521; }
  .about_sec .bottom_mes {
    background: #ECEEF2;
    display: flex;
    padding: 68px 60px 60px;
    position: relative; }
    .about_sec .bottom_mes .img {
      width: 381px;
      min-width: 381px;
      position: absolute;
      bottom: 0;
      left: -75px; }
    .about_sec .bottom_mes .txt {
      margin-left: 320px;
      position: relative; }
      .about_sec .bottom_mes .txt .txt_head {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 30px; }
      .about_sec .bottom_mes .txt .para {
        padding-bottom: 40px; }
      .about_sec .bottom_mes .txt p {
        margin-bottom: 20px;
        line-height: 2.0em; }
      .about_sec .bottom_mes .txt .logo {
        position: absolute;
        bottom: -35px;
        right: -30px; }
  .about_sec .bottom_img {
    margin-top: 50px;
    width: 100%;
    height: 240px;
    background: url("./../img/about_bottom_img.jpg") center no-repeat;
    background-size: cover;
    margin-bottom: 80px; }

.qualifications_list_sec {
  margin-bottom: 90px; }
  .qualifications_list_sec .head {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px; }
    .qualifications_list_sec .head span {
      color: #003985; }
  .qualifications_list_sec .abitus_img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    .qualifications_list_sec .abitus_img .img {
      text-align: center;
      width: calc(50% - 10px);
      min-width: calc(50% - 10px);
      padding: 20px 0; }
      .qualifications_list_sec .abitus_img .img img {
        display: inline-block; }
      .qualifications_list_sec .abitus_img .img.list_1 {
        background: #FBF8F4; }
      .qualifications_list_sec .abitus_img .img.list_2 {
        background: #F7F9FC; }
  .qualifications_list_sec .list_table {
    margin-bottom: 30px; }
    .qualifications_list_sec .list_table tr.space {
      display: none; }
    .qualifications_list_sec .list_table.list_1 .table_head {
      color: #B58521;
      margin-bottom: 7px; }
    .qualifications_list_sec .list_table.list_1 .point_head {
      color: #B58521; }
    .qualifications_list_sec .list_table.list_2 .table_head {
      color: #003985;
      margin-bottom: 7px; }
    .qualifications_list_sec .list_table.list_2 .point_head {
      color: #003985; }
    .qualifications_list_sec .list_table .table_head {
      font-weight: bold;
      font-size: 23px; }
    .qualifications_list_sec .list_table table.main {
      width: 100%; }
      .qualifications_list_sec .list_table table.main td.main_td {
        border: 1px solid #DEDEDE;
        padding: 10px;
        vertical-align: middle; }
        .qualifications_list_sec .list_table table.main td.main_td.td_left {
          width: 17%;
          background: #F7FAFF;
          text-align: center; }
          .qualifications_list_sec .list_table table.main td.main_td.td_left .main {
            font-weight: bold;
            font-size: 20px; }
          .qualifications_list_sec .list_table table.main td.main_td.td_left .sub {
            font-size: 13px; }
        .qualifications_list_sec .list_table table.main td.main_td.td_center {
          width: 53%; }
          .qualifications_list_sec .list_table table.main td.main_td.td_center table.sub {
            width: 100%; }
            .qualifications_list_sec .list_table table.main td.main_td.td_center table.sub td {
              padding: 5px 5px 5px; }
              .qualifications_list_sec .list_table table.main td.main_td.td_center table.sub td.ttl .point_head {
                display: flex;
                align-items: center;
                width: 155px;
                min-width: 155px; }
                .qualifications_list_sec .list_table table.main td.main_td.td_center table.sub td.ttl .point_head .icon {
                  width: 15px;
                  margin-right: 5px; }
                .qualifications_list_sec .list_table table.main td.main_td.td_center table.sub td.ttl .point_head .txt {
                  font-weight: bold; }
              .qualifications_list_sec .list_table table.main td.main_td.td_center table.sub td.ct {
                font-size: 14px; }
        .qualifications_list_sec .list_table table.main td.main_td.td_right {
          width: 30%; }
          .qualifications_list_sec .list_table table.main td.main_td.td_right a {
            background: #003985;
            color: #fff;
            display: block;
            font-size: 17px;
            padding: 10px 0 7px;
            text-align: center;
            border-radius: 3px; }

.contact_sec {
  background: url("./../img/cta_sec_bg.jpg");
  position: relative;
  border-top: 5px solid #ECEEF2;
  padding-bottom: 80px; }
  .contact_sec .arrow {
    position: relative;
    top: -21px;
    text-align: center; }
    .contact_sec .arrow img {
      display: inline-block; }
  .contact_sec .head {
    text-align: center;
    margin-left: -13%; }
    .contact_sec .head img {
      display: inline-block; }
  .contact_sec .form_wrap {
    width: 100%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 10px;
    margin-top: -10px;
    padding: 40px 0 70px; }
    .contact_sec .form_wrap form {
      position: relative;
      z-index: 10; }
    .contact_sec .form_wrap .form_head {
      text-align: center; }
      .contact_sec .form_wrap .form_head img {
        display: inline-block; }
    .contact_sec .form_wrap .min_1 {
      position: absolute;
      top: 20px;
      left: 100px; }
    .contact_sec .form_wrap .booksample {
      position: absolute;
      top: -110px;
      right: -80px; }
    .contact_sec .form_wrap .inner {
      border: 7px solid #E2E2E2;
      padding: 45px 35px;
      width: 100%;
      max-width: 860px;
      margin-right: auto;
      margin-left: auto; }
    .contact_sec .form_wrap table {
      width: 100%;
      margin-bottom: 15px; }
      .contact_sec .form_wrap table td {
        padding: 10px 5px; }
        .contact_sec .form_wrap table td.td_left {
          vertical-align: middle; }
          .contact_sec .form_wrap table td.td_left .item_box {
            width: 145px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: space-between; }
          .contact_sec .form_wrap table td.td_left .item {
            font-size: 18px; }
          .contact_sec .form_wrap table td.td_left .required {
            font-size: 17px;
            background: #FA0073;
            color: #fff;
            padding: 3px 7px 1px;
            border-radius: 3px; }
        .contact_sec .form_wrap table td #wp {
          color: #003985; }
          .contact_sec .form_wrap table td #wp input[type="checkbox"] {
            width: 20px;
            height: 20px; }
          .contact_sec .form_wrap table td #wp .num_1 {
            font-size: 24px;
            font-weight: bold; }
          .contact_sec .form_wrap table td #wp .num_2 {
            font-size: 20px;
            font-weight: bold; }
          .contact_sec .form_wrap table td #wp label {
            display: flex;
            align-items: center;
            margin-bottom: 10px; }
            .contact_sec .form_wrap table td #wp label:last-child {
              margin-bottom: 0; }
            .contact_sec .form_wrap table td #wp label input {
              margin-right: 10px; }
            .contact_sec .form_wrap table td #wp label div {
              line-height: 1.3em; }
        .contact_sec .form_wrap table td input {
          height: 50px;
          padding: 5px;
          border: 1px solid #aaa;
          border-radius: 3px; }
        .contact_sec .form_wrap table td .smallred {
          font-size: 12px;
          color: #a00;
          display: inline-block;
          line-height: 1.5em;
          margin-top: 3px; }
      .contact_sec .form_wrap table .email td input {
        width: 100%; }
    .contact_sec .form_wrap .note_before_send {
      font-size: 14px;
      text-align: center; }
      .contact_sec .form_wrap .note_before_send a {
        color: #003985;
        text-decoration: underline; }
    .contact_sec .form_wrap .sent_btn {
      text-align: center;
      margin-top: 5px; }
      .contact_sec .form_wrap .sent_btn a {
        display: inline-block; }
        .contact_sec .form_wrap .sent_btn a button {
          padding: 18px 33px 16px;
          background: #003985;
          color: #fff;
          border: none;
          outline: none;
          font-size: 20px; }
  .contact_sec .cookie {
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 15px 48px 12px;
    width: 100%;
    max-width: 1040px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 60px;
    position: relative;
    background: #fff; }
    .contact_sec .cookie .close {
      position: absolute;
      top: calc(50% - 17px);
      right: 20px; }
      .contact_sec .cookie .close:hover {
        cursor: pointer; }

.cright {
  color: #fff;
  padding: 4px 0 3px;
  text-align: center;
  font-size: 12px;
  background: #003985; }

/*# sourceMappingURL=lp-style.css.map */
