@charset "UTF-8";
@import url(./reset.css);
@import url(./swiper.min.css);
/*settings*/
/*color*/
/*size*/
/*f-size*/
/*speed*/
/*z-index*/
/* animation */
@-webkit-keyframes imageLoader {
  0% {
    visibility: visible;
    right: 100%;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  40%,
  55% {
    right: 0;
    left: 0; }
  100% {
    visibility: visible;
    left: 100%;
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
@keyframes imageLoader {
  0% {
    visibility: visible;
    right: 100%;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  40%,
  55% {
    right: 0;
    left: 0; }
  100% {
    visibility: visible;
    left: 100%;
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
@-webkit-keyframes displayImage {
  0%, 99% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
@keyframes displayImage {
  0%, 99% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
@-webkit-keyframes slideIn-text-ie {
  0% {
    clip: rect(0, 0, 100px, 0); }
  100% {
    clip: rect(0, 600px, 100px, 0); } }
@keyframes slideIn-text-ie {
  0% {
    clip: rect(0, 0, 100px, 0); }
  100% {
    clip: rect(0, 600px, 100px, 0); } }
@keyframes slideIn-text {
  0% {
    clip-path: inset(0 100% 0 0); }
  100% {
    clip-path: inset(0); } }
@-webkit-keyframes slideIn-text {
  0% {
    -webkit-clip-path: inset(0 100% 0 0); }
  100% {
    -webkit-clip-path: inset(0); } }
@-moz-keyframes showDown {
  0% {
    opacity: 0;
    transform: translate(0, -30px); }
  100% {
    transition: transform 1s, opacity 1s;
    transition-timing-function: ease-in-out;
    transform: translate(0, 0); } }
@-webkit-keyframes showDown {
  0% {
    opacity: 0;
    transform: translate(0, -30px); }
  100% {
    transition: transform 1s, opacity 1s;
    transition-timing-function: ease-in-out;
    transform: translate(0, 0); } }
@keyframes showDown {
  0% {
    opacity: 0;
    transform: translate(0, -30px); }
  100% {
    transition: transform 1s, opacity 1s;
    transition-timing-function: ease-in-out;
    transform: translate(0, 0); } }
@-moz-keyframes showUp {
  0% {
    opacity: 0;
    transform: translate(0, 30px); }
  100% {
    transition: transform 1s, opacity 1s;
    transition-timing-function: ease-in-out;
    transform: translate(0, 0); } }
@-webkit-keyframes showUp {
  0% {
    opacity: 0;
    transform: translate(0, 30px); }
  100% {
    transition: transform 1s, opacity 1s;
    transition-timing-function: ease-in-out;
    transform: translate(0, 0); } }
@keyframes showUp {
  0% {
    opacity: 0;
    transform: translate(0, 30px); }
  100% {
    transition: transform 1s, opacity 1s;
    transition-timing-function: ease-in-out;
    transform: translate(0, 0); } }
/*base*/
:placeholder-shown {
  color: #c4c4c4; }

::-webkit-input-placeholder {
  color: #c4c4c4; }

:-moz-placeholder {
  color: #c4c4c4;
  opacity: 1; }

::-moz-placeholder {
  color: #c4c4c4;
  opacity: 1; }

:-ms-input-placeholder {
  color: #c4c4c4; }

html {
  font-size: 13px; }

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #333; }

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

li {
  list-style: none; }

a {
  color: #333;
  text-decoration: none; }

.wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 1; }
  .wrap:before {
    background-color: rgba(0, 56, 141, 0);
    bottom: 0;
    content: '';
    display: block;
    height: 200%;
    margin: auto;
    position: fixed;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: -1; }

.l-flx {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  .l-flx_column {
    flex-direction: column; }
  .l-flx_aistart {
    align-items: flex-start; }
  .l-flx_aiend {
    align-items: flex-end; }
  .l-flx_nowrap {
    flex-wrap: nowrap; }
  .l-flx_wrap {
    flex-wrap: wrap; }
.l-inner {
  padding: 0 25px; }
.l-table {
  width: 100%; }
  .l-table tr th {
    background: #F9F9F9;
    padding: 24px 10px;
    text-align: left;
    vertical-align: top;
    width: 97.5px; }
  .l-table tr td {
    background: #FFFFFF;
    padding: 24px 10px; }
  .l-table tr:nth-of-type(n+2) th,
  .l-table tr:nth-of-type(n+2) td {
    border-top: 2px solid #efefef; }
.l-dl {
  overflow: hidden; }
  .l-dl_list dt {
    clear: both;
    float: left;
    width: 10em; }
  .l-dl_list dd {
    overflow: hidden; }
.l-ul_kakkonum li {
  margin-left: 2.6em;
  text-indent: -2.6em; }

.hvr-opc {
  transition: opacity 0.2s; }
  .hvr-opc:hover {
    opacity: 0.7; }
.hvr-opc_img img {
  transition: opacity 0.2s; }
.hvr-opc_img:hover img {
  opacity: 0.7; }
.hvr-scl_img [class$="_img"] img,
.hvr-scl_img [class*="_img"] img {
  transition: transform 0.2s; }
.hvr-scl_img:hover [class$="_img"] img, .hvr-scl_img:hover [class*="_img"] img {
  transform: scale(1.1, 1.1); }

.pd-top_30 {
  padding-top: 30px; }

.mar-btm_30 {
  margin-bottom: 30px; }

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

.sa {
  /* timing */ }
  .sa-rl {
    opacity: 0;
    transform: translate(100%, 0); }
    ._show .sa-rl {
      opacity: 1;
      transition: transform 1s;
      transform: translate(0, 0); }
  .sa-down {
    opacity: 0;
    transform: translate(0, -30px); }
    ._show .sa-down {
      opacity: 1;
      transition: transform 1s, opacity 1s;
      transition-timing-function: ease-in-out;
      transform: translate(0, 0); }
  .sa-up {
    opacity: 0;
    transform: translate(0, 30px); }
    ._show .sa-up {
      opacity: 1;
      transition: transform 1s, opacity 1s;
      transition-timing-function: ease-in-out;
      transform: translate(0, 0); }
  ._show .sa-slow {
    transition-delay: 0.5s; }
  ._show .sa-dl_5 {
    transition-delay: 0.5s; }
  ._show .sa-dl_10 {
    transition-delay: 1s; }
  ._show .sa-dl_15 {
    transition-delay: 1.5s; }

/*===============================
	header
================================*/
.header {
  height: 50px;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  /* menu open */ }
  .header_inr {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    flex-wrap: nowrap;
    height: 50px;
    justify-content: space-between;
    width: 100%; }
  .header .logo {
    align-items: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    text-align: center;
    transition: 0.2s;
    width: calc(100vw - 50px); }
    .header .logo a,
    .header .logo img {
      height: calc(24px + 1.5px +  8.5px);
      transition: 0.2s;
      width: 152px; }
    .header .logo span {
      display: inline-block;
      height: calc(24px + 1.5px +  8.5px); }
  .header .menu {
    background-color: rgba(0, 56, 141, 0.9);
    cursor: pointer;
    height: 100%;
    flex-basis: 50px;
    padding: 11px 0 0;
    text-align: center; }
    .header .menu_line {
      display: block;
      height: 18px;
      margin: 0 auto;
      position: relative;
      width: 24px; }
      .header .menu_line span, .header .menu_line:before, .header .menu_line:after {
        background: #fff;
        height: 2px;
        margin: auto;
        left: 0;
        position: absolute;
        transition: 0.2s;
        width: 100%; }
      .header .menu_line:before, .header .menu_line:after {
        content: '';
        display: block; }
      .header .menu_line span {
        bottom: 0;
        top: 0; }
      .header .menu_line:before {
        left: 0;
        top: 0; }
      .header .menu_line:after {
        bottom: 0; }
    .header .menu_txt {
      transition: 0.2s;
      margin-top: 5.5px;
      width: 35px; }
  .header .nav {
    height: calc(100vh - 50px);
    opacity: 0;
    overflow: scroll;
    padding: 10px 15px 40px;
    transition: 0.2s; }
    .header .nav_list {
      align-items: flex-start;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .header .nav_list li {
        flex-basis: 158px;
        margin: 0 5px 10px;
        max-width: 46%;
        overflow: hidden;
        position: relative;
        transition: 0.5s; }
        .header .nav_list li a {
          background: #fff;
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          flex-direction: column;
          height: 100%;
          opacity: 0;
          text-align: center;
          -webkit-transform: translateY(10%);
          -ms-transform: translateY(10%);
          transform: translateY(10%); }
      .header .nav_list:after {
        content: '';
        display: block;
        margin: 0 5px 10px;
        max-width: 46%;
        height: 1px;
        flex-basis: 158px; }
    .header .nav_img {
      height: 77%;
      overflow: hidden;
      width: 100%; }
      .header .nav_img img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .header .nav_txt {
      align-items: center;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 35px; }
      .header .nav_txt_en {
        line-height: 1.1; }
        .header .nav_txt_en img {
          height: 12.5px; }
      .header .nav_txt_jp {
        font-size: 77%;
        font-size: 0.77rem;
        line-height: 1.1;
        margin-top: 6px; }
  .header .menu._close .menu_line span {
    left: 100%;
    opacity: 0; }
  .header .menu._close .menu_line:before {
    top: 45%;
    transform: rotate(45deg); }
  .header .menu._close .menu_line:after {
    bottom: 45%;
    transform: rotate(-45deg); }
  .header .menu._close .menu_txt {
    background: url(../images/txt_close.svg) center bottom no-repeat;
    background-size: 36px 9px; }
    .header .menu._close .menu_txt img {
      opacity: 0; }
  .wrap._open:before {
    background-color: rgba(0, 56, 141, 0.9);
    z-index: 99999; }
  .wrap._open .header {
    background-color: rgba(0, 56, 141, 0);
    height: 100vh; }
    .wrap._open .header .nav {
      opacity: 1; }
      .wrap._open .header .nav_list li a {
        -webkit-animation: slideup 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.5s 1 forwards;
        animation: slideup 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.5s 1 forwards; }
  .wrap._open .header .header_inr {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.2s; }
    .wrap._open .header .header_inr .menu {
      background-color: rgba(0, 56, 141, 0); }
    .wrap._open .header .header_inr .logo span {
      background: url(../images/logo_white.png) left top no-repeat;
      background-size: 100% 100%; }
    .wrap._open .header .header_inr .logo img {
      opacity: 0; }

@-moz-keyframes slideup {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    top: 0;
    visibility: visible; } }
@-webkit-keyframes slideup {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    top: 0;
    visibility: visible; } }
@keyframes slideup {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    top: 0;
    visibility: visible; } }
/*===============================
	aside
================================*/
aside {
  background: #fff;
  flex-wrap: wrap;
  margin-top: auto;
  z-index: 99;
  /* menu open */ }
  .wrap._open aside {
    bottom: 0;
    position: fixed;
    transition: 0.5s;
    width: 100%; }

.aside_news {
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  overflow: hidden;
  padding: 10px 20px; }
  .aside_news .news_ttl {
    height: 9.5px;
    flex-basis: 46px;
    padding-right: 10px;
    padding-top: 4px; }
  .aside_news .slider-container {
    overflow: hidden;
    width: calc(100% - 46px); }
  .aside_news .news_item {
    align-items: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    .aside_news .news_item .date {
      color: #ce043a;
      font-weight: bold;
      margin-right: 12px; }
  .aside_news .txt-img {
    width: 18px; }

.btn-entry {
  align-items: center;
  background: #ee7700;
  height: 60px;
  justify-content: center;
  width: 100%; }
  .btn-entry img {
    height: 11px;
    width: 61px; }
  .btn-entry:before {
    content: '';
    background: url(../images/icon_text.png) left top no-repeat;
    background-size: cover;
    display: block;
    height: 17.5px;
    margin-right: 7px;
    width: 13.5px; }

/*===============================
	footer
================================*/
.footer {
  font-size: 77%;
  font-size: 0.77rem;
  text-align: center; }
  .footer_inr {
    padding: 18px 0 9px; }
  .footer_nav_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px; }
    .footer_nav_list li {
      line-height: 1.1; }
      .footer_nav_list li:nth-child(n+2) {
        border-left: 2px solid #000; }
      .footer_nav_list li a {
        padding: 0 20px; }

.btn-pagetop {
  background-color: #c8c8c8;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 1.1;
  padding: 6px 0 0;
  text-align: center;
  width: 100%; }
  .btn-pagetop:before {
    content: '';
    background: url(../images/icon_arrow.png) left top no-repeat;
    background-size: cover;
    display: block;
    height: 10px;
    margin: 0 auto 8px;
    width: 19px; }
  .btn-pagetop img {
    width: 79px; }

/*===============================
	contents
================================*/
.main {
  align-items: center;
  background: url(../images/main_mv_sp.jpg) center center no-repeat;
  background-size: cover;
  height: calc(100vh - 90px);
  justify-content: center; }
  .main_wrap {
    overflow: hidden;
    position: relative;
    z-index: 0;
    align-self: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
    .main_wrap._show {
      background-image: none; }
      .main_wrap._show:before {
        opacity: 0; }
    .main_wrap #player {
      height: 100% !important;
      left: 0;
      position: absolute;
      top: 0;
      width: 100% !important; }
      .main_wrap #player:after {
        background: #fff;
        content: '';
        display: block;
        left: 0;
        height: 100vh;
        opacity: 1;
        position: absolute;
        top: 0;
        transition: 2s;
        width: 100%;
        z-index: 1; }
      ._winShow .main_wrap #player:after {
        opacity: 0; }
      .main_wrap #player._non #video {
        display: none; }
      .main_wrap #player._non:after {
        opacity: 0; }
    .main_wrap #video {
      bottom: 0;
      margin: auto;
      min-width: 110%;
      min-width: 110vw;
      min-height: 110%;
      min-height: 110vh;
      height: auto;
      position: absolute;
      top: 0;
      width: auto;
      z-index: -100; }
  .main_txt {
    align-items: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99; }
    .main_txt img {
      max-width: 407.5px;
      min-width: 198px;
      height: auto;
      width: calc( 198 / 375 * 100%); }

/* second
==============================*/
.p-second aside {
  background: #f1f1f1; }

.contents {
  padding: 50px 0 60px; }
  .contents_inr {
    background: #efefef;
    padding-bottom: 45px; }

.title_area {
  padding: 19px 0 11px;
  position: relative;
  text-align: center; }
  .title_area:before {
    background: url(../images/bg_title.gif) left top/5px 175px repeat #fafafa;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation: displayImage .5s linear 0.5s forwards;
    animation: displayImage .5s linear 0.5s forwards;
    content: '';
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1; }
  .title_area:after {
    content: '';
    visibility: hidden;
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation: imageLoader 1s ease 0.5s forwards;
    animation: imageLoader 1s ease 0.5s forwards; }
.title_txt {
  display: inline-block;
  line-height: 1.1;
  text-align: center; }
  .title_txt_en {
    display: block;
    position: relative; }
    .title_txt_en img {
      height: 22px; }
      .title_txt_en img:first-child {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-animation: cubic-bezier(0.21, 0.39, 0.06, 0.99) forwards;
        animation: cubic-bezier(0.21, 0.39, 0.06, 0.99) forwards;
        -webkit-animation-name: slideIn-text;
        animation-name: slideIn-text;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s; }
      .title_txt_en img:nth-child(2) {
        opacity: 0;
        position: absolute;
        left: 0; }
  .title_txt_jp {
    font-size: 100%;
    font-size: 1rem;
    display: inline-block;
    margin-top: 6px;
    position: relative;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-animation: cubic-bezier(0.21, 0.39, 0.06, 0.99) forwards;
    animation: cubic-bezier(0.21, 0.39, 0.06, 0.99) forwards;
    -webkit-animation-name: slideIn-text;
    animation-name: slideIn-text;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }
    .title_txt_jp:after {
      content: attr(data-text);
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #000; }

@media screen\0 {
  .title_txt_en img:first-child {
    opacity: 0; }

  .title_txt_en img:nth-child(2) {
    clip: rect(0, 0, 100px, 0);
    opacity: 1;
    -webkit-animation: cubic-bezier(0.21, 0.39, 0.06, 0.99) forwards;
    animation: cubic-bezier(0.21, 0.39, 0.06, 0.99) forwards;
    -webkit-animation-name: slideIn-text-ie;
    animation-name: slideIn-text-ie;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }

  .title_txt_jp {
    color: transparent; }
    .title_txt_jp:after {
      clip: rect(0, 0, 100px, 0); }

  .title_txt_jp:after {
    -webkit-animation: cubic-bezier(0.21, 0.39, 0.06, 0.99) forwards;
    animation: cubic-bezier(0.21, 0.39, 0.06, 0.99) forwards;
    -webkit-animation-name: slideIn-text-ie;
    animation-name: slideIn-text-ie;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    opacity: 1; } }
.lead_area {
  margin-bottom: 56px;
  min-height: 185px;
  padding-top: 49%;
  position: relative;
  width: 100%; }
  .lead_area:before {
    background-color: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: 1s;
    width: 100%; }
  ._winShow .lead_area:before {
    background-color: rgba(255, 255, 255, 0); }
.lead_box {
  font-size: 116%;
  font-size: 1.16rem;
  -webkit-animation: showUp 1.5s ease 0s 1 forwards;
  animation: showUp 1.5s ease 0s 1 forwards;
  align-items: center;
  background: #014099;
  bottom: -35px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
  left: 10.5px;
  height: 138px;
  padding: 3px 3.5px;
  position: absolute;
  width: 158px; }
  .lead_box .border {
    align-items: center;
    border: 2px solid #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    padding: 12px;
    width: 100%; }

.section_block {
  font-size: 108%;
  font-size: 1.08rem;
  line-height: 24px;
  padding: 0 16px; }
  .section_block + .section_block {
    margin-top: 22px; }
    .section_block + .section_block.l-bd {
      margin-top: 0; }
  .section_block > .section_block {
    padding-left: 0;
    padding-right: 0; }
  .section_block .img {
    margin-bottom: 20px; }
  .section_block.l-bd {
    padding: 25px 10px; }
    .section_block.l-bd > .section_ttl {
      font-size: 154%;
      font-size: 1.54rem;
      border-bottom: 3px solid #333;
      border-top: 3px solid #333;
      line-height: 1.1;
      padding: 15px;
      text-align: center; }
      .section_block.l-bd > .section_ttl img {
        height: 18px;
        vertical-align: middle; }
    .section_block.l-bd.bg-blue {
      background: #003888;
      color: #fff; }
      .section_block.l-bd.bg-blue .section_ttl {
        border-color: #fff; }
.section_ttl {
  font-size: 131%;
  font-size: 1.31rem;
  line-height: 1.1;
  margin-bottom: 25px; }

.map {
  height: 400px;
  width: 100%; }
  .map iframe,
  .map object,
  .map embed {
    width: 100%;
    height: 100%; }

/*sp*/
@media screen and (max-width: 767px) {
  .pc {
    display: none; } }
/*tab*/
@media screen and (min-width: 768px) {
  .sp {
    display: none; }

  .l-table tr th,
  .l-table tr td {
    font-size: 139%;
    font-size: 1.39rem;
    line-height: 1.67; }
  .l-table tr th {
    padding: 30px 40px;
    width: 208px; }
  .l-table tr td {
    padding: 30px 40px; }

  /*===============================
  	header
  ================================*/
  .header .nav {
    height: calc(100vh - 83px - 60px);
    align-items: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0; }
    .header .nav_list {
      justify-content: center;
      max-width: 1280px; }
      .header .nav_list li {
        flex-basis: 250px;
        margin: 5px 5px 5px 0; }
        .header .nav_list li:last-child {
          margin: 5px 0; }
      .header .nav_list:after {
        flex-basis: 250px;
        margin: 5px; }
    .header .nav_img {
      height: 195px; }
    .header .nav_txt {
      height: 55px; }
      .header .nav_txt_en img {
        height: 15px; }
      .header .nav_txt_jp {
        font-size: 1em; }

  /*===============================
  	aside
  ================================*/
  aside {
    height: 60px; }

  .aside_news {
    align-items: center;
    height: 100%;
    padding-bottom: 24px;
    padding-top: 24px;
    width: calc(100% - 226px); }
    .aside_news .news_item {
      align-items: center;
      height: 100%; }
    .aside_news .news_ttl {
      padding-top: 0; }

  .btn-entry {
    flex-basis: 226px;
    height: 100%; }
    .btn-entry img {
      height: 14px;
      width: 76px; }
    .btn-entry:before {
      margin-right: 17.5px;
      height: 22.5px;
      width: 17.5px; }

  /*===============================
  	footer
  ================================*/
  .footer {
    font-size: 93%;
    font-size: 0.93rem; }

  .btn-pagetop {
    height: 60px;
    padding-top: 19px; }
    .btn-pagetop:before {
      width: 29.5px; }
    .btn-pagetop img {
      width: 121.5px; }

  .copyright {
    font-size: 85%;
    font-size: 0.85rem; }

  /*===============================
  	contents
  ================================*/
  .main {
    background-image: url(../images/main_mv.jpg);
    height: calc( 100vh - 60px); }

  /* second
  ==============================*/
  .p-privacy .section_block .section_ttl {
    font-size: 170%;
    font-size: 1.7rem; }
  .p-privacy .section_block p {
    font-size: 108%;
    font-size: 1.08rem; }

  .contents {
    padding: 50px 0; }
    .contents_inr {
      margin: 0 auto;
      max-width: 1080px; }

  .title_area {
    margin-bottom: 50px;
    padding: 66px 0 38px; }
  .title_txt_en img {
    height: 36px; }
  .title_txt_jp {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 17px; }

  .lead_area {
    margin-bottom: 85px;
    height: 535px;
    padding: 0; }
  .lead_box {
    bottom: -50px;
    font-size: 1.5rem;
    left: 50px;
    height: 293px;
    padding: 8px;
    width: 335px; }
    .lead_box .border {
      line-height: 2.5rem;
      padding: 40px; }

  .section_block {
    font-size: 1.23rem;
    line-height: 2.19;
    padding: 0 55px; }
    .section_block.l-bd {
      padding: 31px 50px; }
      .section_block.l-bd .section_ttl {
        font-size: 231%;
        font-size: 2.31rem; }
        .section_block.l-bd .section_ttl img {
          height: 22px; }
      .section_block.l-bd + .section_block {
        padding-top: 60px; }
  .section_ttl {
    font-size: 2.3rem;
    font-weight: bold; } }
/* for nav_list */
@media screen and (min-width: 769px) and (max-width: 1020px) {
  .header .nav_list {
    justify-content: center; }
    .header .nav_list li:nth-child(4) {
      margin-right: 5px; } }
/*pc*/
@media screen and (min-width: 1030px) {
  .l-inner {
    padding: 0 25px; }

  /*===============================
  	header
  ================================*/
  .header {
    height: 83px;
    /* menu open */ }
    .header_inr {
      background-color: rgba(0, 56, 141, 0.9);
      height: 83px; }
    .header .logo {
      height: 83px;
      margin-right: auto;
      width: 308px; }
      .header .logo a {
        align-items: center;
        background: #fff;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        height: 100%;
        justify-content: center;
        padding: 0 25px;
        width: 100%; }
      .header .logo span {
        height: auto; }
      .header .logo img {
        height: auto;
        width: calc(73.5px + 9px + 149.5px); }
    .header .menu {
      background: none;
      padding: 20px 25px; }
      .header .menu_line {
        height: 29px;
        width: 37.5px; }
        .header .menu_line span, .header .menu_line:before, .header .menu_line:after {
          height: 3px; }
      .header .menu_txt {
        height: 10.5px;
        width: 45px; }
        .header .menu_txt img {
          height: 10.5px;
          width: 44px; }
    .header .menu._close .menu_txt {
      background: url(../images/txt_close.svg) center bottom no-repeat;
      background-size: 100% 10.5px; }
    .wrap._open .header {
      height: calc(100vh - 60px); }
      .wrap._open .header .logo a {
        background: rgba(255, 255, 255, 0); }

  /*===============================
  	aside
  ================================*/
  aside {
    z-index: 99999; }

  /* second
  ==============================*/
  .contents {
    padding: 83px 0; } }
/* for nav_list */
@media screen and (max-width: 1271px) {
  .header .nav_list {
    max-width: 1010px; }
    .header .nav_list li:nth-child(4) {
      margin-right: 5px; } }

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