@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
@import url("slick.css");
@import url("slick-theme.css");
/* 初期化 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, header, main, footer, section, div, nav, p, a, h1, h2, h3, h4, ul, ol, li, form, input, span, figure {
  padding: 0;
  margin: 0;
  border: none;
}

body {
  font-size: 62.5%;
  overflow-x: hidden;
}

section{background: #FFF;}

a, a:visited, a:hover {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

main {
  display: block;
}

ul, ol {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*共通*/
html {
  font-size: 62.5%;
}

body, button {
  font-size: 1.4rem;
  line-height: 2;
  color: #333333;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}

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

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

figure img {
  display: block;
  margin: 0 auto;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-red {
  color: #BE0707;
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
.ft_serif {
  font-family: serif;
}

.container {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1099px) {
  .container {
    max-width: 98%;
  }
}

/*===================
TOP
===================*/
/*main*/
.video-wrap{
    width: 100%;
    height: 100vh;
}
#bg-video{
  position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
 background: url('../img/poster_top.jpg') no-repeat;
 background-size: cover;
}

.header-title{
 position: relative; /*必ず必要*/
 z-index: 2; /*必ず必要*/
 display: flex;
 width: 50%;
 justify-content: center;
 align-items: center;
 text-align:center;
 margin: auto;
 padding-top: 25%;
}

.main_mov_btn{
  border:1px solid #FFF;
  color: #FFF!important;
  padding: 0.5em 2.5em;
  position: absolute;
  display: block;
  right: 7em;
  bottom: 5em;
  text-align: center;
}
@media (max-width: 767px) {
  .header-title{
    padding-top: 40%;
  }
  .main_mov_btn{
    position: relative;
    width:40%;
    margin: auto;
    right: auto;
    top:5em;
  }
}
.main_visual {
  width: 100%;
  position: relative;
  height: 95vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main_visual {
    height: calc(100vh - 100px);
  }
}
.main_visual .main_visual_image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.main_visual .main_visual_image li img {
  position: absolute;
  top: -300%;
  right: -300%;
  left: -300%;
  bottom: -300%;
  width: 1920px;
  height: 960px;
  max-width: unset;
  margin: auto;
}
@media (min-width: 1920px) {
  .main_visual .main_visual_image li img {
    width: 100%;
    height: 50vw;
  }
}
.main_visual .main_copy {
  width: 371px;
  height: 109px;
  max-width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* header--start */
@media (min-width: 768px) {
  #wrap_head {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #wrap_head.fixed {
    background: rgba(51, 51, 51, 0.3);
    position: fixed;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .head {
    padding: 1.5em;
    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;
    position: relative;
  }
}
@media (max-width: 767px) {
  .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    padding: 0 1em;
  }
}
/* header--end */
/*グローバルナビ*/
.menu {
  list-style: none;
  padding-top: 0.5em;
}
.menu li {
  display: inline-block;
  padding: 0 .8vw;
}
.menu li a {
  color: #FFF;
  font-weight: bold;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

/*sp_menu--start*/
@media (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-btn {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 1000;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #004ea2;
    color: #fff;
  }

  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0c9";
  }

  .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    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;
    background: rgba(180, 223, 245, 0.97);
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
  }

  .menu-item {
    width: 100%;
    height: auto;
    color: #0F3381;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
  }

  .menu-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .menu.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .menu-item a {
    color: #0F3381 !important;
    display: block;
    padding: 0.8em 1em 0.8em 3em;
    font-weight: bold;
  }

  .head ul li {
    position: relative;
  }

  .head ul li a::before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #0F3381 !important;
  }

  .head ul li a::after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #b4dff5;
  }

  .head ul li .link_on::before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #0F3381;
  }
}
/*sp_menu--end*/
/*sec01*/
.sec01 {
  background: url("../img/bg_img001.jpg") no-repeat center/cover;
  height: 720px;
  color: white;
  padding: 6% 0;
  position: relative;
}
@media (max-width: 767px) {
  .sec01 {
    /* height: 210px; */
    height: auto;
  }
}
.sec01 h2 {
  margin: 0 0 4%;
}
.sec01 p {
  font-size: 16px;
}
.sec01_bnr{
  position: absolute;
  display: block;
  right: 3em;
  bottom: 3em;
  text-align: center;
  width: 384px;
}
@media (max-width: 767px) {
  .sec01_bnr{
    position: static;
    width:80%;
    margin: 1em auto 0;
  }
}

/*sec02*/
.sec02 {
  background: url("../img/bg_img002.jpg") no-repeat center/cover;
  padding: 110px 0;
}
@media (max-width: 767px) {
  .sec02 {
    padding: 5% 0;
  }
}
.sec02 h2 {
  margin: 0 0 6%;
}
.sec02 p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .sec02 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .sec02 .row .col {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .sec02 .img_wrapper {
    margin-bottom: 4%;
  }
}
@media (min-width: 1100px) {
  .sec02 .img_wrapper img {
    max-width: 668px;
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
}

/*sec03*/
.bg01 {
  background: url("../img/bg_img003.jpg") no-repeat center/cover;
}

.sec03 {
  padding: 110px 0 0;
}
@media (max-width: 767px) {
  .sec03 {
    padding: 5% 0;
  }
}
.sec03 h2 {
  margin: 0 0 6%;
}
.sec03 p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .sec03 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .sec03 .row .col {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .sec03 .img_wrapper {
    margin-bottom: 4%;
  }
}
@media (min-width: 1100px) {
  .sec03 .img_wrapper img {
    max-width: 668px;
  }
}

/*sec04*/
.sec04 {
  padding: 80px 0 90px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sec04 {
    padding: 5% 0;
  }
  .sec04 .row .col video{max-width:98%;}
}
@media (min-width: 768px) {
  .sec04 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec04 .row .col {
  margin-bottom: 3%;
  text-align: center;
}
.sec04 .row .col video{width:500px;}

@media (min-width: 768px) {
  .sec04 .row .col {
    width: 49.5%;
  }
}
.sec04 figure {
  margin-bottom: 1em;
}

/*sec05*/
.sec05 {
  padding: 110px 0;
  font-size: 16px;
}
.sec05 .container{
  width: 980px;
}

@media (max-width: 767px) {
  .sec05 {
    padding: 5% 0;
  }
}
.sec05 h2 {
  margin: 0 0 4%;
}

#slider01 li {
  height: auto;
}

#thumbnail-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #thumbnail-list01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#thumbnail-list01 li {
  width: 10%;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
#thumbnail-list01 li:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  #thumbnail-list01 li {
    width: 22%;
  }
}
#thumbnail-list01 li.thumbnail-current img {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}

/*sec06*/
.sec06 {
  padding: 0 0 110px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sec06 {
    padding: 5% 0;
  }
}
.sec06 h2 {
  margin: 0 0 6%;
}
.sec06 h3 {
  margin: 0 0 4%;
}
.sec06 .responsive_scroll {
  overflow-x: auto;
}
.sec06 table {
  width: 100%;
  border-bottom: #707070 solid 1px;
  border-right: #707070 solid 1px;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .sec06 table {
    width: 1000px;
  }
}
.sec06 table thead th {
  background: #EDEDED;
  font-weight: normal;
  padding: 1em .5em;
  border-top: #707070 solid 1px;
  border-left: #707070 solid 1px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .sec06 table thead th {
    padding: 1em .5em;
  }
}
.sec06 table tbody th {
  border-top: #707070 solid 1px;
  border-left: #707070 solid 1px;
  padding: 1em .5em;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
}
.sec06 table tbody td {
  border-top: #707070 solid 1px;
  border-left: #707070 solid 1px;
  padding: 1em .5em;
  text-align: center;
  font-size: 15px;
}


@media (min-width: 768px) {
  .sec06 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec06 .row.row_t{
		margin-top: 30px;
	}
.sec06 .row .col {
  margin-bottom: 3%;
}
@media (min-width: 768px) {
  .sec06 .row .col {
    width: 32%;
	  margin-left: 1.3%;
  }

	.sec06 .row .col:nth-child(3n+1) {
	  margin-left: 0%;
  }
}
.sec06 figure {
  margin-bottom: 1em;
}

/* foot */
.foot {
  background: #DCDDDD;
  width: 100%;
}
.foot .link {
  padding: 4em 2%;
}
@media (min-width: 768px) {
  .foot .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .foot .link {
    padding: 3em 0 0;
  }
}
@media (max-width: 767px) {
  .foot .link ul {
    margin-top: 5%;
    border-top: 1px solid #FFF;
  }
}
.foot .link ul li {
  display: inline-block;
  padding: 0 .5vw;
}
@media (max-width: 767px) {
  .foot .link ul li {
    display: block;
    border-bottom: 1px solid #FFF;
  }
}
.foot .link ul li a {
  color: #00559A;
  font-weight: bold;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  position: relative;
}
@media (max-width: 767px) {
  .foot .link ul li a {
    padding: 1em 1em 1em 3em;
    display: block;
    font-weight: bold;
  }
  .foot .link ul li a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #00559A;
  }
  .foot .link ul li a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #DCDDDD;
  }
}

.foot .copy {
  font-size: 11px;
  padding: 1em 6em 1em 3%;
  text-align: right;
  background: white;
}
@media (max-width: 767px) {
  .foot .copy {
    text-align: center;
    padding: 1.5em 0;
  }
}

/*pagetop*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 998;
}

#pageTop a {
  display: block;
  z-index: 998;
  padding: 8px 0 0 8px;
}
