@charset "UTF-8";
/* ---------- Colors ---------- */
/* ---------- font family ---------- */
@font-face {
  font-family: 'Yu Gothic';
  src: local("YuGothic-Medium"), local("Yu Gothic Medium");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Bold");
  font-weight: 700;
  font-style: normal; }
body {
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6; }
  @media (max-width: 767px) {
    body {
      font-size: 28px;
      font-size: 3.7333333333vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    body {
      font-size: 28px;
      font-size: 2.1052631579vw; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1; }

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
audio:not([controls]) {
  display: none; }

details,
main,
summary {
  display: block; }

input[type='number'] {
  width: auto; }

input[type='search'] {
  -webkit-appearance: textfield; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

pre,
textarea {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

[hidden],
template {
  display: none; }

[unselectable] {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*,
::after,
::before {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit; }

*,
::after,
::before {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  background-color: #fff; }

body {
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

[type='button'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
button,
select,
textarea {
  min-height: 1.5em; }
  [type='button']:focus,
  [type='date']:focus,
  [type='datetime-local']:focus,
  [type='datetime']:focus,
  [type='email']:focus,
  [type='month']:focus,
  [type='number']:focus,
  [type='password']:focus,
  [type='reset']:focus,
  [type='search']:focus,
  [type='submit']:focus,
  [type='tel']:focus,
  [type='text']:focus,
  [type='time']:focus,
  [type='url']:focus,
  [type='week']:focus,
  button:focus,
  select:focus,
  textarea:focus {
    outline: none; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none;
  margin-left: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

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

textarea {
  resize: vertical; }

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

::selection {
  background-color: #b3d4fc;
  text-shadow: none; }

a {
  color: #000; }

form {
  margin: 0; }

@media screen {
  [hidden~='screen'] {
    display: inherit; }

  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
ul, ol {
  list-style: none; }

body {
  color: #111; }
  @media (min-width: 980px) {
    body {
      max-width: 100%; } }

.wrap {
  max-width: 1320px;
  margin: auto; }
  @media (max-width: 979px) {
    .wrap {
      min-width: 100%;
      width: 100%; } }

.blk {
  display: block; }
  .blk-sp {
    display: inline; }
    @media (max-width: 767px) {
      .blk-sp {
        display: block; } }
  .blk-sptb {
    display: inline; }
    @media (max-width: 979px) {
      .blk-sptb {
        display: block; } }
  .blk-tb {
    display: inline; }
    @media (min-width: 768px) and (max-width: 979px) {
      .blk-tb {
        display: block; } }
  .blk-tbpc {
    display: block; }
    @media (max-width: 767px) {
      .blk-tbpc {
        display: inline; } }

.hide {
  display: none; }

.sptb{ display:none;}
.spblock{ display:none;}
@media (max-width: 979px) {
.sptb{ display:block;}
}
@media (max-width: 767px) {
.spblock{ display:block;}
}


@media (min-width: 980px) {
  a:hover {
    opacity: .6; } }

.bg-01 {
  background-color: #eeeeee; }
.bg-02 {
  background-color: #000; }

.sec {
  width: 100%;
  padding: 60px 15px; }
  @media (max-width: 767px) {
    .sec {
      padding: 5.3333333333vw 0vw;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 979px) {
    .sec {
      max-width: auto;
      width: 100%; } }

.ttl-bar {
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  height: 95px;
  line-height: 1.2;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  background-color: #001952;
  color: #FFF;
  text-align: center; }
  @media (max-width: 767px) {
    .ttl-bar {
      font-size: 28px;
      font-size: 3.7333333333vw;
      height: 10.6666666667vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .ttl-bar {
      font-size: 28px;
      font-size: 2.1052631579vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .ttl-bar {
      height: 6.015037594vw; } }

.scrl-top {
  padding: 20px 15px;
  text-align: right; }
  @media (max-width: 767px) {
    .scrl-top {
      padding: 2.6666666667vw 2vw; } }
  .scrl-top-btn {
    display: inline-block; }
    @media (max-width: 767px) {
      .scrl-top-btn {
        width: 9.3333333333vw;
        height: 9.3333333333vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .scrl-top-btn {
      width: 5.2631578947vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .scrl-top-btn {
      height: 5.2631578947vw; } }

.marker {
  position: relative;
  display: inline-block;
  z-index: 1; }
  .marker::after {
    position: absolute;
    bottom: 0.2em;
    right: 0;
    left: 0;
    display: inline-block;
    width: calc(100% - 1.4em);
    height: .4em;
    margin: 0 .7em;
    background-color: #ffff4d;
    content: '';
    z-index: -1; }

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 86px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 120px;
  margin: auto;
  font-weight: 900; }
  @media (max-width: 767px) {
    .btn {
      padding: 0vw 8vw;
      height: 10.6666666667vw;
      font-size: 24px;
      font-size: 3.2vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .btn {
      height: 6.015037594vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .btn {
      font-size: 24px;
      font-size: 1.8045112782vw; } }

  @media (min-width: 768px) and (max-width: 979px) {
    .btn {
      padding: 0 60px;
      height: 64px;
      font-size: 20px;
      font-size: 1.25rem; } }
  .btn::after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -.5em;
    background: 50% 50% no-repeat;
    background-size: cover;
    content: '';
    width: 25px;
    height: 23px; }
    @media (max-width: 767px) {
      .btn::after {
        right: 15px;
        width: 3.2vw;
        height: 3.0666666667vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .btn::after {
      width: 1.8045112782vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .btn::after {
      height: 1.7293233083vw; } }

    @media (min-width: 768px) and (max-width: 979px) {
      .btn::after {
        right: 20px;
        width: 22px;
        height: 20px; } }
  .btn-wrap {
    padding-top: 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .btn-wrap {
        padding-top: 4vw; } }
  .btn-01 {
    background-color: #00698c;
    border-radius: 6px;
    line-height: 1;
    color: #FFF; }
    .btn-01::after {
      background-image: url("../images/btn_raquo_w.png"); }
  .btn-02 {
    background-color: #FFF;
    border-radius: 6px;
    line-height: 1;
    color: #001952;
    border: 1px solid #ccc;
    border-radius: 43px; }
    @media (max-width: 767px) {
      .btn-02 {
        border-radius: calc(10.6666666667vw / 2); } }
    @media (min-width: 768px) and (max-width: 979px) {
      .btn-02 {
        border-radius: 32px; } }
    .btn-02::after {
      background-image: url("../images/btn_raquo.png"); }

.fnt-min {
  font-family: "Noto Serif JP", serif; }

.hdr-bar {
  border-top: 7px solid;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  height: 68px;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10; }
  @media (max-width: 979px) {
    .hdr-bar {
      height: 64px;
      padding-right: 66px; } }

.logo {
  width: 200px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .logo {
      width: 33.3333333333vw;
      padding-right: 0px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .logo {
      width: 18.7969924812vw; } }

  @media (min-width: 768px) and (max-width: 979px) {
    .logo {
      width: 200px;
      padding-right: 0px; } }
  .logo-com {
    width: 160px;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .logo-com {
        width: 26.6666666667vw;
        padding-left: 0px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .logo-com {
      width: 15.037593985vw; } }

    @media (min-width: 768px) and (max-width: 979px) {
      .logo-com {
        width: 160px;
        padding-right: 0px; } }

.nav {
  width: calc(100% - 400px);
  max-width: 930px; }
  @media (max-width: 979px) {
    .nav {
      position: fixed;
      top: 64px;
      right: 0;
      left: 0;
      width: 100%; } }
  .nav-open {
    overflow: hidden; }
    .nav-open .nav-area {
      display: block; }
  @media (max-width: 979px) {
    .nav-toggle-btn {
      position: fixed;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      top: 21px;
      right: 15px;
      width: 36px;
      height: 30px;
      transition: all 0.4s; }
      .nav-toggle-btn:focus {
        outline: none; }
      .nav-toggle-btn span {
        display: inline-block;
        transition: all 0.4s;
        background-color: #001952;
        border-radius: 2px;
        width: 36px;
        height: 4px; }
      .nav-toggle-btn.active span:nth-of-type(1) {
        transform: translateY(13px) rotate(-45deg); }
      .nav-toggle-btn.active span:nth-of-type(2) {
        opacity: 0; }
      .nav-toggle-btn.active span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg); } }
  @media (min-width: 980px) {
    .nav-toggle {
      display: none; } }
  @media (max-width: 979px) {
    .nav-area {
      display: none;
      background-color: #000; } }
  .nav-menu-lst {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .nav-menu-lst {
        display: block;
        padding: 2.6666666667vw 0vw; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .nav-menu-lst {
        display: flex;
        width: 100%;
        padding: 10px; } }
    .nav-menu-lst a {
      font-weight: 700;
      line-height: 1; }
      @media (max-width: 767px) {
        .nav-menu-lst a {
          display: block;
          padding: 2.6666666667vw 5.3333333333vw;
          font-size: 26px;
          font-size: 3.4666666667vw;
          color: #FFF; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .nav-menu-lst a {
      font-size: 26px;
      font-size: 1.954887218vw; } }

      @media (min-width: 768px) and (max-width: 979px) {
        .nav-menu-lst a {
          width: 100%;
          text-align: center;
          padding: 10px 20px;
          color: #FFF; } }

.ftr {
  padding: 0 0 120px; }
  @media (max-width: 767px) {
    .ftr {
      padding-bottom: 16vw; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .ftr {
      padding-bottom: 80px; } }
  .ftr-inq {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    padding: 0 15px;
    background-color: #cedaec;
    z-index: 10; }
    @media (max-width: 767px) {
      .ftr-inq {
        height: 16vw;
        padding: 0vw 2vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .ftr-inq {
      height: 9.022556391vw; } }

    @media (min-width: 768px) and (max-width: 979px) {
      .ftr-inq {
        height: 80px; } }
    .ftr-inq-btn {
      display: flex;
      justify-content: center;
      -ms-flex-pack: center;
      align-items: center;
      height: 120px; }
      @media (max-width: 767px) {
        .ftr-inq-btn {
          height: 16vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .ftr-inq-btn {
      height: 9.022556391vw; } }

      @media (min-width: 768px) and (max-width: 979px) {
        .ftr-inq-btn {
          height: 80px; } }
      .ftr-inq-btn li {
        padding: 4px 15px 0;
        width: 100%;
        text-align: center; }
        @media (max-width: 767px) {
          .ftr-inq-btn li {
            padding: 0.5333333333vw 1.3333333333vw 0vw; } }
        .ftr-inq-btn li a {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 62px;
          line-height: 1;
          border: 7px #001952 solid;
          background-color: #FFF;
          color: #001952;
          font-weight: 700;
          font-size: 24px;
          font-size: 1.5rem; }
          @media (max-width: 767px) {
            .ftr-inq-btn li a {
              height: 9.3333333333vw;
              padding: 0vw 2.6666666667vw;
              border-width: 3px;
              font-size: 16px;
              font-size: 2.1333333333vw;
              text-align: left; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .ftr-inq-btn li a {
      height: 5.2631578947vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .ftr-inq-btn li a {
      font-size: 16px;
      font-size: 1.2030075188vw; } }

          @media (min-width: 768px) and (max-width: 979px) {
            .ftr-inq-btn li a {
              height: 42px;
              border-width: 5px;
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 1; } }
          .ftr-inq-btn li a::before {
            display: inline-block;
            width: 33px;
            height: 62px;
            margin-right: 20px;
            content: '';
            background-position: 0 50%;
            background-repeat: no-repeat;
            background-size: 100% auto; }
            @media (max-width: 767px) {
              .ftr-inq-btn li a::before {
                width: 4.2666666667vw;
                height: 9.3333333333vw;
                margin-right: .5em; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .ftr-inq-btn li a::before {
      width: 2.4060150376vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .ftr-inq-btn li a::before {
      height: 5.2631578947vw; } }

            @media (min-width: 768px) and (max-width: 979px) {
              .ftr-inq-btn li a::before {
                width: 20px;
                height: 42px;
                margin-right: 7px; } }
        .ftr-inq-btn li:nth-child(1) a::before {
          background-image: url("../images/ic-mail.png"); }
        .ftr-inq-btn li:nth-child(2) a::before {
          background-image: url("../images/ic-tour.png"); }
  .ftr-inf {
    padding: 30px 15px;
    background-color: #001952; }
    @media (max-width: 767px) {
      .ftr-inf {
        padding: 4vw 2vw; } }
    .ftr-inf-flx {
      display: flex;
      justify-content: center;
      -ms-flex-pack: center;
      align-items: center; }
      @media (max-width: 979px) {
        .ftr-inf-flx {
          flex-direction: column;
          align-items: center; flex-direction: column-reverse;} }
  .ftr-sitemap {
    width: 75%; }
    @media (max-width: 979px) {
      .ftr-sitemap {
        width: 100%; } }
    .ftr-sitemap-nav {
      text-align: center; }
      .ftr-sitemap-nav li {
        display: inline-block;
        padding: 0 10px;
        line-height: 1;
        border-left: 1px solid #FFF; }
        @media (max-width: 767px) {
          .ftr-sitemap-nav li {
            border-left-width: 0;
            padding: 0.6666666667vw 1.3333333333vw;
            padding: 5px 10px; } }
        .ftr-sitemap-nav li:first-child {
          border-left-width: 0; }
      .ftr-sitemap-nav a {
        color: #FFF; }
        @media screen and (max-width: 1080px) {
          .ftr-sitemap-nav a {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media (max-width: 767px) {
          .ftr-sitemap-nav a {
            font-size: 24px;
            font-size: 3.2vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .ftr-sitemap-nav a {
      font-size: 24px;
      font-size: 1.8045112782vw; } }

  .ftr-bnr {
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    width: 23%;
    height: 15vw;
    max-height: 200px;
    padding: 40px;
    background-color: #fff; }
    @media (max-width: 979px) {
      .ftr-bnr {
        width: 70%;
        height: auto; } }
    @media (max-width: 767px) {
      .ftr-bnr {
        padding: 4vw; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .ftr-bnr {
        padding: 20px; } }
    .ftr-bnr-lst {
      text-align: center; }
      @media (max-width: 767px) {
        .ftr-bnr-lst li {
          width: 48%; } }
      @media (max-width: 979px) {
        .ftr-bnr-lst li {
          display: inline-block;
          margin-bottom: 1em; } }
      @media (min-width: 768px) and (max-width: 979px) {
        .ftr-bnr-lst li:first-child {
          margin-right: 20px;
          margin-bottom: 0; } }
      .ftr-bnr-lst li:first-child {
        margin-bottom: 15px; }

.footer_logo{ width:225px; text-align:center; background:#fff; padding:20px 0;}
 @media (max-width: 979px) {
.footer_logo{ width:70%; padding:10px 0; margin:20px auto 10px; display:block;}
}



.copyright {
  padding: 15px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .copyright {
      padding: 2vw 0vw;
      font-size: 22px;
      font-size: 2.9333333333vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .copyright {
      font-size: 22px;
      font-size: 1.6541353383vw; } }

.fix-ftr .ftr-inq {
  display: block; }

/*page*/
#mv-cover {
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.tp-heloview {
  position: relative; }
  @media (max-width: 979px) {
    .tp-heloview {
      margin-top: 64px; } }
  .tp-heloview-bg {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .tp-heloview-bg iframe {
      height: 100% !important;
      left: 0;
      position: absolute;
      top: 0;
      width: 100% !important;
      z-index: -1; }
  .tp-heloview-catch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
    .tp-heloview-catch .slide {
      width: 100% !important;
      height: 100%; }
      .tp-heloview-catch .slide li {
        height: 100%; }
        .tp-heloview-catch .slide li:not(:first-child) {
          display: none; }
        .tp-heloview-catch .slide li > div {
          text-align: center;
          padding: 0 100px;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 767px) {
            .tp-heloview-catch .slide li > div {
              padding: 0vw 10.6666666667vw; } }
          @media (min-width: 768px) and (max-width: 979px) {
            .tp-heloview-catch .slide li > div {
              padding: 0 40px; } }
.tp-hdr-ttl {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 900;
  color: #001952;
  line-height: 1.8;
  text-align: center; }
  @media screen and (max-width: 1090px) and (orientation: landscape) {
    .tp-hdr-ttl {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.4; } }
  @media (max-width: 767px) {
    .tp-hdr-ttl {
      font-size: 30px;
      font-size: 4vw;
      line-height: 1.4; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-hdr-ttl {
      font-size: 30px;
      font-size: 2.2556390977vw; } }

  @media (min-width: 768px) and (max-width: 979px) {
    .tp-hdr-ttl {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.4; } }
.tp-hdr-img {
  padding: 40px 110px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .tp-hdr-img {
      padding: 5.3333333333vw 0vw 0vw; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .tp-hdr-img {
      padding: 40px 0px 0; } }
  .tp-hdr-img-cp {
    padding-top: 40px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700; }
    @media (max-width: 767px) {
      .tp-hdr-img-cp {
        padding-top: 5.3333333333vw;
        font-size: 24px;
        font-size: 3.2vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-hdr-img-cp {
      font-size: 24px;
      font-size: 1.8045112782vw; } }

.tp-mission-dl {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background-size: 44px 44px, 44px 44px;
  background-position: 31.5% 193px, 68.3% 193px;
  background-image: url("../images/top/ic_times.png"), url("../images/top/ic_times.png");
  background-repeat: no-repeat, no-repeat; }
  @media (max-width: 767px) {
    .tp-mission-dl {
      flex-direction: column;
      background-size: 6vw 6vw, 6vw 6vw;
      background-position: 50% 33%, 50% 67%; } }
  @media (max-width: 767px) and (orientation: landscape) {
    .tp-mission-dl {
      flex-direction: row;
      background-size: 22px 22px, 22px 22px;
      background-position: 30.5% 43%, 67.8% 43%; } }

  @media (min-width: 768px) and (max-width: 979px) {
    .tp-mission-dl {
      flex-direction: column;
      background-position: 50% 32.5%, 50% 67.4%; } }
  @media (min-width: 768px) and (max-width: 979px) and (orientation: landscape) {
    .tp-mission-dl {
      flex-direction: row;
      background-size: 22px 22px, 22px 22px;
      background-position: 30.5% 43%, 67.8% 43%; } }

  .tp-mission-dl div {
    position: relative;
    width: calc((100% - 175px) / 3);
    padding: 40px 0; }
    @media (max-width: 767px) {
      .tp-mission-dl div {
        width: 100%;
        padding: 8vw 0vw; } }
  @media (max-width: 767px) and (orientation: landscape) {
    .tp-mission-dl div {
      width: calc((100% - 15vw) / 3); } }

    @media (min-width: 768px) and (max-width: 979px) {
      .tp-mission-dl div {
        width: 100%; } }
    .tp-mission-dl div:nth-child(1)::after {
      content: none; }
    .tp-mission-dl div:nth-child(1) dd {
      background-image: url("../images/top/mission_1.png"); }
    .tp-mission-dl div:nth-child(2) dd {
      background-image: url("../images/top/mission_2.png"); }
    .tp-mission-dl div:nth-child(3) dd {
      background-image: url("../images/top/mission_3.png"); }
  .tp-mission-dl dt {
    padding-bottom: 15px;
    color: #001952;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    text-align: center; }
    @media (max-width: 767px) {
      .tp-mission-dl dt {
        font-size: 28px;
        font-size: 3.7333333333vw;
        padding-bottom: 2vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-mission-dl dt {
      font-size: 28px;
      font-size: 2.1052631579vw; } }

  .tp-mission-dl dd {
    margin: auto;
    padding-top: 190px;
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      .tp-mission-dl dd {
        width: 66%;
        padding-top: 24vw;
        background-size: 21.3333333333vw 21.3333333333vw;
        font-size: 24px;
        font-size: 3.2vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-mission-dl dd {
      font-size: 24px;
      font-size: 1.8045112782vw; } }
  @media (max-width: 767px) and (orientation: landscape) {
    .tp-mission-dl dd {
      width: 100%;
      padding-top: 14vw;
      background-size: 12vw 12vw; } }

    @media (min-width: 768px) and (max-width: 979px) {
      .tp-mission-dl dd {
        width: 60%;
        padding-top: 120px;
        background-size: 100px 100px; } }
  @media (min-width: 768px) and (max-width: 979px) and (orientation: landscape) {
    .tp-mission-dl dd {
      width: 80%;
      font-size: 16px;
      font-size: 1rem; } }

.tp-mission-catch {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: bolder;
  font-weight: 900;
  text-align: center; }
  @media (max-width: 767px) {
    .tp-mission-catch {
      font-size: 24px;
      font-size: 3.2vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-mission-catch {
      font-size: 24px;
      font-size: 1.8045112782vw; } }

  @media (min-width: 768px) and (max-width: 979px) {
    .tp-mission-catch {
      font-size: 26px;
      font-size: 1.625rem; } }
  .tp-mission-catch p {
    display: inline-block;
    background: url("../images/top/cap_lft.png") 0 50%, url("../images/top/cap_rht.png") right 50%;
    background-repeat: no-repeat;
    padding: 0 60px; }
    @media (max-width: 767px) {
      .tp-mission-catch p {
        padding: 0vw 5.3333333333vw;
        background-size: 14px auto; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .tp-mission-catch p {
        padding: 0 40px;
        background-size: 20px auto; } }
.tp-about-exp {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .tp-about-exp {
      margin-top: 4vw; } }
.tp-about-fig {
  position: relative;
  text-align: right; }
@media (max-width: 767px) and (orientation: landscape) {
  .tp-about-fig img {
    width: 70%; } }

  @media (max-width: 979px) {
    .tp-about-fig {
      position: relative;
      text-align: center; } }
  .tp-about-fig-cp {
    position: absolute;
    top: 15px; }
    @media (max-width: 979px) {
      .tp-about-fig-cp {
        position: relative;
        top: auto;
        padding: 2.6666666667vw 0vw 0vw; } }
  .tp-about-fig-dl {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    margin: auto;
    width: 410px;
    text-align: left; }
    @media (max-width: 767px) {
      .tp-about-fig-dl {
        width: 100%; } }
    .tp-about-fig-dl::after {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 42px;
      height: 42px;
      margin-top: -22px;
      margin-left: -22px;
      content: '';
      background: url("../images/top/ic_times.png"); }
      @media (max-width: 767px) {
        .tp-about-fig-dl::after {
          width: 8vw;
          height: 8vw;
          margin-top: -4vw;
          margin-left: -4vw;
          background-size: 100%; } }
    .tp-about-fig-dl div {
      width: 410px;
      margin: 13px 0;
      background-color: #FFF;
      border-radius: 10px;
      padding: 20px; }
      @media (max-width: 767px) {
        .tp-about-fig-dl div {
          width: 70%;
          margin-top: 1.3333333333vw;
          margin-bottom: 1.3333333333vw;
          margin-left: auto;
          margin-right: auto;
          padding: 4vw; } }
    .tp-about-fig-dl dt {
      color: #ff8000;
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 900;
      text-align: center; }
      @media (max-width: 767px) {
        .tp-about-fig-dl dt {
          font-size: 28px;
          font-size: 3.7333333333vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-about-fig-dl dt {
      font-size: 28px;
      font-size: 2.1052631579vw; } }

    .tp-about-fig-dl dd {
      margin-top: 15px; }
      @media (max-width: 767px) {
        .tp-about-fig-dl dd {
          margin-top: 1.8666666667vw;
          font-size: 24px;
          font-size: 3.2vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-about-fig-dl dd {
      font-size: 24px;
      font-size: 1.8045112782vw; } }

.tp-about-ctch {
  margin-top: 35px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center; }
  @media (max-width: 767px) {
    .tp-about-ctch {
      margin-top: 4vw;
      font-size: 26px;
      font-size: 3.4666666667vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-about-ctch {
      font-size: 26px;
      font-size: 1.954887218vw; } }

.tp-vis-mv {
  padding: 0 15px; }
@media (max-width: 767px) and (orientation: landscape) {
  .tp-vis-mv {
    width: 60%;
    margin: auto; } }

  @media (min-width: 768px) and (max-width: 979px) {
    .tp-vis-mv {
      width: 80%;
      margin: auto; } }
.tp-vis-lst {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) and (max-width: 979px) {
    .tp-vis-lst {
      display: block; } }
  .tp-vis-lst li {
    position: relative;
    width: calc((100% - 65px) / 2);
    margin-top: 40px;
    margin-left: 60px;
    box-shadow: 0 0 5px #666; }
    @media (max-width: 767px) {
      .tp-vis-lst li {
        width: 100%;
        margin-left: 0;
        margin-top: 5.3333333333vw; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .tp-vis-lst li {
        width: 100%;
        margin-left: 0; } }
    .tp-vis-lst li:nth-child(2n-1) {
      margin-left: 5px; }
      @media (max-width: 767px) {
        .tp-vis-lst li:nth-child(2n-1) {
          margin-left: 0; } }
.tp-vis-rbn {
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  position: relative;
  top: -10px;
  width: 180px;
  height: 60px;
  margin-left: -20px;
  color: #FFF;
  background-color: #ff8000;
  background: #ff8000 url("../images/top/bg_rbn_raquo.png") no-repeat 20px center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: .2em; }
  @media (max-width: 767px) {
    .tp-vis-rbn {
      width: 26.6666666667vw;
      height: 8vw;
      margin-left: -15px;
      font-size: 26px;
      font-size: 3.4666666667vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-vis-rbn {
      width: 15.037593985vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-vis-rbn {
      height: 4.5112781955vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-vis-rbn {
      font-size: 26px;
      font-size: 1.954887218vw; } }

  .tp-vis-rbn:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #c66300; }
    @media (max-width: 767px) {
      .tp-vis-rbn:before {
        border-bottom-width: 10px;
        border-right-width: 15px; } }
.tp-vis-bx {
  padding: 15px 30px 30px;
  text-align: center;
  font-size: 20px;
  font-size: 1.5rem;
  font-weight: 700; }
  @media (max-width: 767px) {
    .tp-vis-bx {
      padding: 0vw 4vw 4vw;
      font-size: 24px;
      font-size: 3.2vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-vis-bx {
      font-size: 24px;
      font-size: 1.8045112782vw; } }

  @media screen and (max-width: 1125px) and (min-width: 980px) {
    .tp-vis-bx {
      font-size: 16px;
      font-size: 1rem; } }
.tp-vis-yt {
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding-top: 56.25%; }
  @media (max-width: 767px) {
    .tp-vis-yt {
      margin-top: 2vw; } }
  .tp-vis-yt > iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.movie_txt{ text-align:center; font-size:16px; margin:10px 0;}
@media (max-width: 767px) {
.movie_txt{  font-size:3.2vw; }
}

.tp-news {
  padding: 35px;
  background-color: #FFF;
  position: relative; }
  @media (max-width: 767px) {
    .tp-news {
      padding: 4vw; } }
  .tp-news-ttl {
    color: #001952;
    font-style: italic;
    font-weight: bold;
    font-size: 26px;
    font-size: 1.625rem; }
    @media (max-width: 767px) {
      .tp-news-ttl {
        font-size: 30px;
        font-size: 4vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-news-ttl {
      font-size: 30px;
      font-size: 2.2556390977vw; } }

  .tp-news-in {
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      .tp-news-in {
        top: 4.5vw;
        right: 4vw;
        font-size: 24px;
        font-size: 3.2vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-news-in {
      font-size: 24px;
      font-size: 1.8045112782vw; } }

  .tp-news-cts {
    padding: .8em 0 0; }
  .tp-news-date {
    display: inline-block;
    padding-left: 26px;
    padding-right: 2rem;
    background: url("../images/ic-rquo.png") no-repeat 0 50%;
    background-size: auto 100%;
    line-height: 1; width: 15%; }
@media (max-width: 979px){
      .tp-news-date {
        padding-left: 3.7333333333vw;
        font-size: 16px;width: 100%; } }

 @media screen and (max-width: 1024px) and (orientation: landscape) {
    .tp-news-date {
        padding-left: 3.7333333333vw;
        font-size: 16px;width: 100%; }
}


@media (max-width: 767px){
      .tp-news-date {
        padding-left: 3.7333333333vw;
        font-size: 24px;
        font-size: 3.2vw; width: 100%; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-news-date {
      font-size: 24px;
      font-size: 1.8045112782vw; } }
  @media (max-width: 767px) and (orientation: landscape) {
    .tp-news-date {
      padding-left: 2em;
      background-size: auto 1em; } }

  .tp-news-txt {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem; }
    @media (max-width: 979px) {
      .tp-news-txt {
        font-size: 16px;} }
@media (max-width: 767px) {
      .tp-news-txt {
        font-size: 24px;
        font-size: 3.2vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .tp-news-txt {
      font-size: 24px;
      font-size: 1.8045112782vw; } }

.bx-wrapper {
  position: relative;
  padding: 0;
  height: inherit;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000; }

.bx-viewport {
  height: inherit !important;
  -webkit-transform: translateZ(0); }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/js/loader.gif") center center no-repeat;
  height: 100%;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center; }


.error_contents{ width: 1320px; margin: 80px auto 40px; text-align: center; padding: 80px 0;}
.error_contents h2{ font-size: 25px; line-height: 1.8; color: #272727; margin-bottom: 20px; font-weight: bold;}
.error_contents p{ font-size: 20px; line-height: 1.8; color: #272727;}

@media (max-width: 1320px) {
    .error_contents{ width: 100%; padding-right: 15px;
    padding-left: 15px; box-sizing:border-box;}
    .error_contents h2{ font-size: 3.5vw; }
.error_contents p{ font-size: 3.2vw; text-align: left;}
}

@media (max-width: 767px) {
.error_contents{ margin: 40px auto 20px; padding: 40px 0; padding-right: 15px;
    padding-left: 15px; box-sizing:border-box;}    
}

.error_btn{ width:300px; margin:40px auto;}
.error_btn a{ width:100%; display:block; border:2px solid #00668d; color:#00668d; font-weight:bold; font-size:20px; text-align:center; position:relative; line-height:60px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
.error_btn a:after{ content:""; background:url(../images/news/news_arrow01.png) no-repeat top center; width:24px; height:20px; position:absolute; right:30px; top:0; bottom:0; margin:auto;}


@media (max-width: 767px) {
.error_btn{ width:80%; margin:20px auto;}
.error_btn a{ font-size:4vw; line-height:40px;}
.error_btn a:after{ content:""; background:url(../images/news/news_arrow01.png) no-repeat top center; width:24px; height:20px; position:absolute; right:30px; top:0; bottom:0; margin:auto;}
}

.top_txt_area{ width:1100px; box-sizing:border-box; border:10px solid #001559; background:#fff; margin:40px auto; padding:20px 0 30px;}
.top_txt_area p{ text-align:center; font-size:22px; font-weight:bold; line-height:1.8; color:#001952;}
.top_txt_area p em{ font-style:normal; font-size:35px; font-weight:700; background: linear-gradient(transparent 60%, #FFFF4D 60%);}

@media (max-width: 1100px) {
.top_txt_area{ width:100%; margin:20px auto; padding:20px;}
}

@media (max-width: 767px) {
.top_txt_area{border:5px solid #001559; }
.top_txt_area p{ font-size:4vw; line-height:1.8;}
.top_txt_area p em{ font-size:4.5vw;}
}