@charset "UTF-8";
* {
  font-family: YuGothic; }

body {
  min-width: 1000px; }

.shadow {
  text-shadow: 0 0 5px #000; }

.shadow2 {
  text-shadow: 1px 2px  5px #fff; }

#topBtn {
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px; }
  #topBtn img {
    width: 100%;
    display: block; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 10px;
  z-index: 10;
  transition: 0.2s; }
  header .inner {
    min-width: 1000px;
    margin: 0 auto 0 auto; }
    header .inner .header_logo {
      width: 200px;
      margin-top: 10px;
      position: relative;
      z-index: 1; }
      header .inner .header_logo img {
        width: 100%;
        display: block; }
      header .inner .header_logo .logo_b {
        filter: drop-shadow(0px 0px 3px #000); }
      header .inner .header_logo .logo_a {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.2s; }
    header .inner nav {
      position: relative;
      z-index: 1; }
      header .inner nav ul li a {
        /*
        width: 120px;
        font-size: 14px;
        line-height: 1em;
        text-align: center;
        color: #fff;
        display: block;
        padding: 15px 0 15px 0;
        */
        font-size: 14px;
        font-weight: bold;
        line-height: 1em;
        text-align: center;
        color: #fff;
        display: block;
        text-shadow: 0 0 5px #000;
        padding: 15px; }
      header .inner nav ul li:nth-child(5) a {
        /*
        color: #004a9e;
        background-color: rgba(255,255,255,0.9);
        border-radius: 3px;
        transition: 0.2s;
        */
        color: #004a9e;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 3px;
        transition: 0.2s;
        width: 150px;
        font-weight: bold;
        box-shadow: 0 0 5px #000;
        margin-left: 15px;
        text-shadow: none; }
      header .inner nav ul li:nth-child(5) a:hover {
        background-color: white;
        transition: 0.2s; }

.change_header {
  background-color: #fff !important;
  box-shadow: 0 0 8px gray !important; }

.change_link {
  color: #004a9e !important;
  text-shadow: 0 0 0 #fff !important;
  box-shadow: none !important;
  transition: 0.2s; }

.change_btn {
  color: #fff !important;
  background-color: #004a9e !important;
  transition: 0.2s !important;
  box-shadow: none !important; }

.change_btn:hover {
  color: #fff !important;
  background-color: #004a9e !important;
  opacity: 0.8 !important;
  transition: 0.2s !important; }

.change_logo {
  opacity: 1 !important;
  transition: 0.2s; }

.change_logo2 {
  opacity: 0 !important;
  transition: 0.2s; }

.kv {
  width: 100vw;
  height: 100vh;
  min-width: 1000px;
  /*
  background-image: url("/assets/images/kv.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 100px 20px 100px;
  */
  position: relative;
  overflow: hidden; }
  .kv video {
    min-width: 100%;
    min-height: 100vh; }
  .kv .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/mv_overlay2.png);
    background-repeat: repeat; }

.text_box {
  width: 700px;
  height: 220px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
  .text_box h1 {
    width: 500px;
    margin: 0 auto 50px auto; }
    .text_box h1 img {
      width: 100%;
      filter: drop-shadow(0px 0px 3px #000); }
  .text_box p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5em;
    color: #fff;
    text-align: center; }

.message {
  width: 100%;
  min-width: 1000px;
  padding: 30px 0 500px 0;
  position: relative; }
  .message .inner {
    width: 1000px;
    margin: 0 auto 0 auto; }
    .message .inner h2 {
      font-size: 50px;
      line-height: 1.5em;
      font-weight: bold;
      text-align: center;
      margin: 60px 0; }
      .message .inner h2 .ini {
        font-size: 50px;
        color: #004a9e;
        font-weight: bold; }
      .message .inner h2 .sub {
        font-size: 15px;
        letter-spacing: 0.3em;
        margin-top: 5px;
        line-height: 1em;
        color: #999999;
        display: block;
        font-weight: bold; }
    .message .inner .img_text {
      width: 100%;
      position: relative;
      /*
      .split_color_wrap {
        width: 740px;
        margin: auto;
        position: absolute;
        top: 35px;
        right: 124px;

        .box01 {
          width: 60%;
          overflow-x: hidden;

          .split_color01 {
            width: 740px;

          }
        }

        .box02 {
          width: 40%;
          overflow-x: hidden;

          .split_color02 {
            width: 740px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            color: #000;
            position: relative;
            left: -150%;
          }
        }
      }
      */ }
      .message .inner .img_text img {
        width: 680px;
        display: block;
        position: relative;
        left: -100px; }
      .message .inner .img_text .split_color_wrap {
        width: 740px;
        margin: auto;
        position: absolute;
        top: 35px;
        right: 124px; }
        .message .inner .img_text .split_color_wrap p {
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          color: #000; }
      .message .inner .img_text .profile {
        width: 700px;
        height: 730px;
        padding: 38px 0 30px 0;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 210px;
        left: 290px; }
        .message .inner .img_text .profile .mask {
          width: 290px;
          height: 290px;
          background-color: #e1ecf4;
          position: absolute;
          top: 0;
          left: 0; }
        .message .inner .img_text .profile h3 {
          width: 100%;
          font-size: 30px;
          font-weight: bold;
          line-height: 1em;
          position: relative;
          z-index: 1;
          padding: 0 0 25px 50px;
          border-bottom: 1px solid #000;
          margin-bottom: 30px; }
          .message .inner .img_text .profile h3 span {
            font-size: 13px;
            font-weight: bold;
            color: #6497cc;
            margin-left: 15px; }
        .message .inner .img_text .profile p {
          width: 100%;
          font-size: 15px;
          line-height: 1em;
          padding: 0 50px 0 50px;
          position: relative;
          z-index: 1; }
        .message .inner .img_text .profile .para1 {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 25px; }
          .message .inner .img_text .profile .para1 span {
            font-size: 13px;
            font-weight: bold;
            color: #6497cc;
            margin-left: 15px; }
        .message .inner .img_text .profile .para2 {
          margin-bottom: 25px; }
        .message .inner .img_text .profile .para3 {
          margin-bottom: 25px;
          line-height: 1.5em; }
        .message .inner .img_text .profile .para4 {
          margin-bottom: 25px;
          line-height: 1.5em; }
        .message .inner .img_text .profile .para5 {
          line-height: 1.5em; }
        .message .inner .img_text .profile .para6 {
          margin-bottom: 25px;
          line-height: 1.5em; }
        .message .inner .img_text .profile .para7 {
          margin-bottom: 25px;
          line-height: 1.5em; }
        .message .inner .img_text .profile .para8 {
          margin-bottom: 15px;
          line-height: 1.5em; }
        .message .inner .img_text .profile .para9 {
          font-size: 13px; }

.history {
  width: 100%;
  min-width: 1000px;
  background: #EEE;
  padding: 30px 0 55px; }
  .history .inner {
    width: 1000px;
    margin: 0 auto 0 auto; }
    .history .inner h3 {
      width: 100%;
      font-size: 30px;
      font-weight: bold;
      line-height: 1em;
      letter-spacing: 0.05em;
      border-bottom: 1px solid #000;
      padding: 0 0 20px 50px;
      margin-bottom: 30px; }
      .history .inner h3 span {
        font-size: 13px;
        font-weight: bold;
        color: #999999;
        margin-left: 20px; }
    .history .inner .hist_graph {
      padding: 0 50px 0 50px; }
      .history .inner .hist_graph .vertical_line {
        width: 11px; }
        .history .inner .hist_graph .vertical_line .up {
          width: 11px;
          height: 11px;
          border-radius: 50%;
          background-color: #999;
          margin-left: auto;
          margin-right: auto; }
        .history .inner .hist_graph .vertical_line .line {
          width: 1px;
          height: 530px;
          background-color: #999;
          margin-left: auto;
          margin-right: auto;
          transition: 0.2s; }
        .history .inner .hist_graph .vertical_line .low {
          width: 11px;
          height: 11px;
          border-radius: 50%;
          background-color: #999;
          margin-left: auto;
          margin-right: auto; }
      .history .inner .hist_graph .contents {
        width: 890px;
        margin-left: -5px; }
        .history .inner .hist_graph .contents .row01 {
          margin-top: 45px; }
          .history .inner .hist_graph .contents .row01 .bar01 {
            width: 30px;
            height: 1px;
            margin-top: 7px;
            background-color: #999; }
          .history .inner .hist_graph .contents .row01 .year {
            font-size: 15px;
            line-height: 1em;
            margin-left: 10px; }
          .history .inner .hist_graph .contents .row01 .bar02 {
            width: 20px;
            height: 1px;
            margin-top: 7px;
            margin-left: 10px;
            background-color: #999; }
          .history .inner .hist_graph .contents .row01 .list {
            font-size: 15px;
            line-height: 1em;
            margin-left: 10px; }
            .history .inner .hist_graph .contents .row01 .list ul li {
              margin-bottom: 10px; }
        .history .inner .hist_graph .contents .row02 {
          margin-top: 25px; }
          .history .inner .hist_graph .contents .row02 .bar01 {
            width: 120px;
            height: 1px;
            margin-top: 7px;
            background-color: #999; }
          .history .inner .hist_graph .contents .row02 .year {
            font-size: 15px;
            line-height: 1em;
            margin-left: 10px; }
          .history .inner .hist_graph .contents .row02 .bar02 {
            width: 20px;
            height: 1px;
            margin-top: 7px;
            margin-left: 10px;
            background-color: #999; }
          .history .inner .hist_graph .contents .row02 .list {
            font-size: 15px;
            line-height: 1em;
            margin-left: 10px; }
            .history .inner .hist_graph .contents .row02 .list ul li {
              margin-bottom: 10px; }
        .history .inner .hist_graph .contents .row03 {
          margin-top: 25px; }
          .history .inner .hist_graph .contents .row03 .bar01 {
            width: 210px;
            height: 1px;
            margin-top: 7px;
            background-color: #999; }
          .history .inner .hist_graph .contents .row03 .year {
            font-size: 15px;
            line-height: 1em;
            margin-left: 10px; }
          .history .inner .hist_graph .contents .row03 .bar02 {
            width: 20px;
            height: 1px;
            margin-top: 7px;
            margin-left: 10px;
            background-color: #999; }
          .history .inner .hist_graph .contents .row03 .list {
            font-size: 15px;
            line-height: 1em;
            margin-left: 10px; }
            .history .inner .hist_graph .contents .row03 .list ul li {
              margin-bottom: 10px; }
        .history .inner .hist_graph .contents .row04 {
          margin-top: 25px; }
          .history .inner .hist_graph .contents .row04 .bar01 {
            width: 300px;
            height: 1px;
            margin-top: 7px;
            background-color: #999; }
          .history .inner .hist_graph .contents .row04 .year {
            font-size: 15px;
            line-height: 1em;
            margin-left: 10px; }
          .history .inner .hist_graph .contents .row04 .bar02 {
            width: 20px;
            height: 1px;
            margin-top: 7px;
            margin-left: 10px;
            background-color: #999; }
          .history .inner .hist_graph .contents .row04 .list {
            font-size: 15px;
            line-height: 1em;
            margin-left: 10px; }
            .history .inner .hist_graph .contents .row04 .list ul li {
              margin-bottom: 10px; }

.business_policy {
  width: 100%;
  min-width: 1000px;
  height: 910px;
  padding: 80px 0 130px 0;
  background-image: url("/assets/images/photo02.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .business_policy .inner {
    width: 850px;
    margin-left: auto;
    margin-right: auto; }
    .business_policy .inner h2 {
      font-size: 50px;
      line-height: 1.5em;
      font-weight: bold;
      text-align: center;
      margin: 0 0 50px 0; }
      .business_policy .inner h2 .ini {
        font-size: 50px;
        color: #004a9e;
        font-weight: bold; }
      .business_policy .inner h2 .sub {
        font-size: 15px;
        line-height: 1em;
        color: #fff;
        display: block;
        font-weight: bold;
        letter-spacing: 0.3em;
        margin-top: 5px; }
    .business_policy .inner p {
      font-size: 15px;
      line-height: 2em;
      color: #000;
      text-align: center;
      padding: 60px;
      background-color: rgba(255, 255, 255, 0.8);
      text-shadow: 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 10px #fff; }
      .business_policy .inner p span {
        font-size: 15px;
        color: #000;
        font-weight: bold;
        text-shadow: 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 10px #fff; }

.company {
  width: 100%;
  min-width: 1000px;
  background-color: #eee;
  padding: 80px 0 80px 0; }
  .company .inner {
    width: 850px;
    margin: 0 auto 0 auto;
    background-color: #fff;
    padding: 0 80px 80px 80px; }
    .company .inner h2 {
      font-size: 50px;
      line-height: 1.5em;
      font-weight: bold;
      text-align: center;
      position: relative;
      top: -40px; }
      .company .inner h2 .ini {
        font-size: 50px;
        color: #004a9e;
        font-weight: bold; }
      .company .inner h2 .sub {
        font-size: 15px;
        line-height: 1em;
        color: #999;
        display: block;
        font-weight: bold;
        letter-spacing: 0.3em;
        margin-top: 5px; }
    .company .inner table {
      margin-top: -10px; }
      .company .inner table a {
        color: #004a9e; }
      .company .inner table tr th {
        width: 120px;
        font-size: 15px;
        text-align: left;
        padding: 5px 0 5px 0; }
      .company .inner table tr td {
        font-size: 15px;
        line-height: 1em;
        padding: 5px 0 5px 0; }
        .company .inner table tr td ul li {
          line-height: 1.5em; }
          .company .inner table tr td ul li span {
            width: 65px;
            display: inline-block; }

.works {
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
  padding: 70px 0 70px 0; }
  .works .inner {
    width: 700px;
    margin: 0 auto 0 auto; }
    .works .inner h2 {
      font-size: 50px;
      line-height: 1.5em;
      font-weight: bold;
      text-align: center;
      position: relative;
      margin-bottom: 30px; }
      .works .inner h2 .ini {
        font-size: 50px;
        color: #004a9e;
        font-weight: bold; }
      .works .inner h2 .sub {
        font-size: 15px;
        line-height: 1em;
        color: #999;
        display: block;
        font-weight: bold;
        letter-spacing: 0.3em;
        margin-top: 5px; }
    .works .inner p {
      font-size: 15px;
      line-height: 2em;
      text-align: center; }
    .works .inner iframe {
      width: 100%;
      height: 395px;
      margin-top: 40px; }

.contact {
  width: 100%;
  min-width: 1000px;
  background-color: #e1ecf4;
  padding: 55px 0 66px 0; }
  .contact h2 {
    font-size: 50px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    .contact h2 .ini {
      font-size: 50px;
      color: #004a9e;
      font-weight: bold; }
    .contact h2 .sub {
      font-size: 15px;
      line-height: 1em;
      color: #999;
      display: block;
      font-weight: bold;
      letter-spacing: 0.3em;
      margin-top: 5px; }
  .contact .para1 {
    font-size: 15px;
    text-align: center; }
  .contact .inner {
    width: 850px;
    margin: 45px auto 0 auto;
    background-color: #fff;
    padding: 50px;
    /*-----------
    チェックボックス
    ------------*/ }
    .contact .inner table tr th {
      width: 190px;
      text-align: left;
      font-size: 15px;
      line-height: 1em;
      font-weight: bold;
      position: relative;
      padding: 0 10px 0 10px; }
      .contact .inner table tr th p {
        width: 30px;
        height: 17px;
        font-size: 12px;
        line-height: 1em;
        font-weight: bold;
        text-align: center;
        color: #fff;
        background-color: #ff7070;
        margin: auto;
        position: absolute;
        padding: 2px 0 2px 0;
        top: 0;
        right: 10px;
        bottom: 0; }
    .contact .inner table tr th.text {
      padding-top: 20px;
      vertical-align: top; }
      .contact .inner table tr th.text p {
        top: 20px;
        right: 10px;
        bottom: auto; }
    .contact .inner table tr td {
      padding: 5px 0 5px 0; }
      .contact .inner table tr td input {
        font-size: 15px;
        height: 50px;
        background-color: #f5f5f5;
        padding: 20px; }
      .contact .inner table tr td textarea {
        font-size: 15px;
        height: 200px;
        padding: 20px;
        border: 0;
        background-color: #f5f5f5; }
      .contact .inner table tr td .box {
        width: 540px;
        height: 200px;
        margin-top: 10px;
        overflow-y: scroll;
        border: 1px solid #ccc; }
        .contact .inner table tr td .box .scroller {
          padding: 20px; }
          .contact .inner table tr td .box .scroller p {
            font-size: 12px; }
          .contact .inner table tr td .box .scroller ul li {
            font-size: 12px; }
    .contact .inner label {
      margin-top: 30px;
      text-align: center;
      display: block; }
    .contact .inner .checkbox-input {
      display: none; }
    .contact .inner .checkbox-parts {
      padding-left: 30px;
      position: relative;
      margin-right: 20px; }
    .contact .inner .checkbox-parts::before {
      content: "";
      display: block;
      position: absolute;
      top: -3px;
      left: 0;
      width: 18px;
      height: 18px;
      border: 2px solid #f5f5f5;
      background-color: #f5f5f5; }
    .contact .inner .checkbox-input:checked + .checkbox-parts::after {
      content: "";
      display: block;
      position: absolute;
      top: -3px;
      left: 6px;
      width: 7px;
      height: 14px;
      transform: rotate(40deg);
      border-bottom: 3px solid #ff7070;
      border-right: 3px solid #ff7070; }
    .contact .inner button {
      width: 250px;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      line-height: 1em;
      padding: 20px 0 20px 0;
      display: block;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      background-color: #ff7070;
      border: 1px solid #ff7070;
      transition: 0.2s;
      border-radius: 3px; }
    .contact .inner button:hover {
      transition: 0.2s;
      color: #fff;
      border: 1px solid #f00;
      background-color: #f00; }

footer {
  width: 100%;
  min-width: 1000px;
  background-color: #d2e3ef;
  padding: 35px 0 15px 0; }
  footer img {
    width: 200px;
    display: block;
    margin: 0 auto 20px auto; }
  footer p {
    font-size: 13px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 5px; }
  footer .para5 {
    margin-top: 15px;
    margin-bottom: 25px; }
    footer .para5 a {
      color: #000; }

.before_fadein {
  opacity: 0 !important;
  margin-top: -20px !important;
  transition: 0.3s !important; }

.after_fadein {
  opacity: 1 !important;
  margin-top: 0 !important;
  transition: 0.3s !important; }
