@charset "UTF-8";
.mv_area {
  height: calc(100vh - 0px);
  position: relative; }
  .mv_area .mv_area_com {
    height: 100%;
    opacity: 1; }
  .mv_area .mv01 {
    background: url(../../img/index/dsz2.jpg) center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100% !important;
    z-index: 1; }
    @media screen and (max-width: 980px) {
      .mv_area .mv01 {
        background: url(../../img/index/dsz2.jpg) left center no-repeat;
        background-size: cover; } }
    .mv_area .mv01 h1 {
      color: #fff;
      font-family: times;
      font-size: 8rem;
      line-height: 1.3;
      font-style: italic;
      text-align: center;
      display: none; }

.sec_com {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100% !important;
  box-sizing: border-box; }
  .sec_com .sec_com_in {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100% !important;
    width: 85.71%;
    max-width: 1200px;
    margin: 0px auto;
    background-color: #000562; }
    @media screen and (max-width: 768px) {
      .sec_com .sec_com_in {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100% !important;
        box-sizing: border-box;
        padding: 0px 30px; } }

.sec01 {
  min-height: 100vh;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sec01 .sec01_in {
    padding: 100px 0px;
    width: 66.66%;
    max-width: 800px;
    margin: 0px auto; }
    @media screen and (max-width: 768px) {
      .sec01 .sec01_in {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100% !important;
        box-sizing: border-box;
        padding: 50px 30px; } }
    @media screen and (max-width: 768px) {
      .sec01 .sec01_in .txt01_r {
        padding: 0px 0px; } }

.sec02 {
  background: url(../../img/index/img2.jpg) left top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0px 200px;
  /*.tit01,.txt01{
    color: #fff;
    @include tc;
  }*/ }
  @media screen and (max-width: 768px) {
    .sec02 {
      padding: 50px 30px;
      background: #000562;
      background-size: cover;
      background-attachment: fixed; } }
  .sec02 .img {
    overflow: hidden; }
    .sec02 .img img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: 20% 10%;
      -ms-transform-origin: 20% 10%;
      transform-origin: 20% 10%; }
  .sec02 .sec02_in {
    width: 85.71%;
    max-width: 1200px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .sec02 .sec02_in {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100% !important; } }
    .sec02 .sec02_in .map_area_all {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .sec02 .sec02_in .map_area_all {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          max-width: 100% !important; } }
    .sec02 .sec02_in .txt_area {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100% !important;
      box-sizing: border-box;
      padding: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #000562; }
      @media screen and (max-width: 768px) {
        .sec02 .sec02_in .txt_area {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          max-width: 100% !important;
          padding: 30px 0px; } }
      .sec02 .sec02_in .txt_area p {
        text-shadow: none;
        color: #fff;
        font-size: 1.4rem;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .sec02 .sec02_in .txt_area p {
            font-size: 1.4rem; } }
        .sec02 .sec02_in .txt_area p strong {
          font-size: 2rem;
          display: block;
          color: #fff;
          text-align: center;
          margin-bottom: 20px; }
          .sec02 .sec02_in .txt_area p strong img {
            max-width: 100%;
            height: auto;
            width: 170px; }
          @media screen and (max-width: 768px) {
            .sec02 .sec02_in .txt_area p strong {
              font-size: 1.3rem; } }
      .sec02 .sec02_in .txt_area .btn {
        margin: 30px auto; }
      .sec02 .sec02_in .txt_area dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.1rem;
        color: #999; }
    .sec02 .sec02_in .btn {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100% !important;
      box-sizing: border-box;
      padding: 10px 0px;
      margin: 0px auto;
      border: 1px solid #fff;
      color: #fff;
      line-height: 1;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .sec02 .sec02_in .btn {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          box-sizing: border-box;
          max-width: 100% !important;
          padding: 10px; } }

.tit01 {
  font-family: "Rock Salt", cursive;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 50px; }

.txt01 {
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .txt01 {
      font-size: 1.4rem; } }

.txt01_r {
  text-align: right;
  margin-top: 50px; }

.in {
  margin-bottom: 10px; }
