@charset "UTF-8";

/*------------------------------

  font

------------------------------*/
.fj {font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif; font-weight: bold; line-height: 1.2;}
.fe {font-family: 'Montserrat';}

body * {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.sponly {display: none;}

  .sptab .pconly {display: none;}
  .sptab .sponly {display: block;}


/*------------------------------

  wrap

------------------------------*/
#wrap{
  padding-top: 110px;
}

.sptab #wrap{
    padding-top: 60px;
}

#wrap img{
  max-width: 100%;
  margin: auto;
}

/*------------------------------

  header

------------------------------*/
#header {
  min-width: 1200px;
  width: 100%;
  height: 110px;
  background-color: #304a85;
  position: fixed;
  top: 0;
  z-index: 1000;
}

#header .inner{
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}

#header .logo{
  margin: 0;
  padding: 0;
  max-width: 201px;
}

#header a {
  text-decoration: none;
  display: block;
}

#header .nav li a span.vm {
    width: 126px;
    height: 110px;
    display: table-cell;
    vertical-align: middle;
}


#header .nav li a span.vm {
  border-right: 1px solid #fff;
  width: 126px;
  height: 110px;
}

#header .nav li a span.fj ,
#header .nav li a span.fe {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 100%;
}

#header .nav li a span.fj {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2;
}

#header .nav li a span.fe {
  font-size: 10px;
}

#header .nav li.ev {
  width: 126px;
}

#header .nav li.ev a ,
#header .nav li.ev a span.vm {
  width: 125px;
}

/*.btn-trigger*/
.btn-trigger {
  display: none;
}

/*.nav-inner*/
.nav-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: inherit;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  background: none;
}

/*.nav-item*/
.nav-item {
  display: flex;
  position: relative;
}

.nav-item > a:hover{
  background: #112345;
  opacity: 1;
}

.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

.nav-item:hover span.vm::after{
  content: '';
  display: block;
  background: #fff;
  height: 3px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
}

/*.nav-toggle*/
.nav-toggle {
  display: none;
}

.arrow{
  display: none;
}

/*.dropdown*/
.dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 200px;
  padding: 20px 0 15px;
  margin-top: 10px;
  background: #fff;
  transition: .2s ease;
  display: block;
}

.dropdown::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: -75px;
  z-index: 10;
  display: block;
  width: 1px;
  height: 30px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #fff;
}

.dropdown-item {
  position: relative;
  padding: 10px;
}

.dropdown-item + .dropdown-item {
  border-top: none;
}

.dropdown-item:hover::after {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.dropdown-item a {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 15px;
  font-weight: bold;
}

#header .nav .dropdown-item a span.fj{
  color: #112345;
  text-align: left;
  letter-spacing: 0.05em;
  margin: 0;
}

.dropdown-item a:before{
  background: #bababa;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 15px;
  content: '';
  display: block;
}

.dropdown-item a:hover {
  color: #304a85;
}


 .sptab #header{
    min-width: inherit;
    height: 60px;
  }

 .sptab #header .inner{
    display: block;
    width: 100%;
    height: 100%;
  }

 .sptab #header .logo{
      margin-left: 10px;
      padding-top: 8px;
      padding-right: 60px;
      max-width: 100%;
  }

  .sptab #header .logo img{
    margin-left: 0;
  }

 .sptab #header .nav li a span{
    display: block;
    color: #fff;
    text-align: center;
  }

 .sptab #header .nav li a span.vm{
    width: inherit;
    height: inherit;
    display: inherit;
    padding: 10px;
  }

 .sptab #header .nav li a span.vm {
    border-right: none;
    width: inherit;
    height: inherit;
  }

  /*.btn-trigger*/
 .sptab .btn-trigger {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 10px;
  }

 .sptab .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }

 .sptab .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }

 .sptab .btn-trigger span:nth-of-type(1) {
    top: 3px;
  }

 .sptab .btn-trigger span:nth-of-type(2) {
    top: 16px;
  }

 .sptab .btn-trigger span:nth-of-type(3) {
    bottom: 3px;
  }

  /*#btn*/
 .sptab #btn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

 .sptab #btn.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-btn-bar .8s forwards;
  }

  @keyframes active-btn-bar {
    100% {
      height: 0;
    }
  }

 .sptab #btn.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }

  /*.nav*/
 .sptab .nav.active{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*.nav-inner*/
 .sptab .nav .nav-inner {
    display: none;
    height: 100%;
    max-width: inherit;
    overflow-y: auto;
  }

  /*.nav-item*/
 .sptab .nav-item {
    display: block;
    background: #0c1e48;
  }

 .sptab .nav-item + .nav-item {
    border-top: 1px solid #fff;
  }

 .sptab .nav-item > a:hover{
    display: none;
  }

 .sptab .nav-item:hover .dropdown {
    display: none;
  }

 .sptab .nav-item:hover span.vm::after{
    display: none;
  }

  /*.nav-toggle*/
 .sptab .nav-toggle {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    border: none;
    appearance: none;
    background: none;
  }

 .sptab .nav-toggle::before, .nav-toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: #546287;
    transition: .2s ease;
    border-radius: 10px;
  }

 .sptab .nav-toggle::before {
    width: 20px;
    height: 3px;
  }

 .sptab .nav-toggle::after {
    width: 3px;
    height: 20px;
  }

 .sptab .nav-toggle.open::before {
    opacity: 0;
    transform: rotate(90deg);
  }

 .sptab .nav-toggle.open::after {
    transform: rotate(90deg);
  }

 .sptab .arrow {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
  }

  .arrow::before,
 .sptab .arrow::after {
    content: "";
    width: 15px;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    background: #546287;
    position: absolute;
    right: 10px;
  }

 .sptab .arrow::before {
    top: calc(50% - 5px);
    transform: rotate(45deg);
  }

 .sptab .arrow::after {
    bottom: calc(50% - 8px);
    transform: rotate(-45deg);
  }

  /*.dropdown*/
 .sptab .dropdown {
    display: none;
    /*width: 100%;*/
    background: #fff;
    border-top: 1px solid #fff;
    opacity: 1;
    visibility: inherit;
    position: inherit;
    min-width: inherit;
    padding: 0;
    margin-top: 0;
    transition: inherit;
  }

 .sptab .dropdown::before {
    display: none;
  }

 .sptab .dropdown-item {
    padding: 0;
  }

 .sptab .dropdown-item + .dropdown-item {
    border-top: 1px solid #bababa;
  }

 .sptab .dropdown-item:hover::after {
    display: none;
  }

 .sptab .dropdown-item a {
    padding: 15px;
  }

 .sptab .dropdown-item a:before{
    display: none;
  }

 .sptab #header .nav .dropdown-item a span{
    color: #112345;
    text-align: center;
  }

 .sptab #header .nav .dropdown-item a span.fj{
    text-align: center
  }



/*------------------------------

  loading

------------------------------*/
#loading { width: 100%; height: 100%; background-color: #fff; position: absolute; top: 0px; left: 0px; z-index: 50;}

/*------------------------------

  wrap
  
------------------------------*/
body {overflow: hidden;}
#wrap {position: relative; overflow: hidden;}

/*------------------------------

  contents
  
------------------------------*/
/*@media(min-width: 768px){*/ /* ----- PC -----*/
  #contents {min-width: 1200px;}
/*}*/
@media screen and (max-width: 767px){
  #contents { min-width: inherit; }
}
/*----------
sec
----------*/
.sec {}
.sec .inner {width: 960px; margin: 0 auto;}
.sec .inner.bt {border-top: 2px solid #000; padding-top: 30px;}
@media screen and (max-width: 767px){
  .sec {padding-left: 10px; padding-right: 10px;}
  .sec .inner {width: 100%;}
}
/*title etc*/
.sec .sectit.fe ,
.sec .subtit.fe {text-align: center; padding: 0 0 10px; background: url(../image/common/sectit_bor.gif) no-repeat center bottom; margin: 0 0 15px; letter-spacing: 0.1em;}
.sec .sectit.fj ,
.sec .subtit.fj {text-align: center; letter-spacing: 0.2em; line-height: 160%; font-size: 16px;}
.sec .sectit {font-size: 30px;}
.sec .subtit {font-size: 26px; margin: 0 0 50px 0;}
.sec .jptit {font-size: 28px; text-align: center; margin-bottom: 45px; letter-spacing: 0.16em;}
@media screen and (max-width: 767px){
  .sec .subtit {font-size: 20px;}
  .sec .subtit.fj {font-size: 14px; margin: 0 0 20px 0;}
  .sec .jptit {font-size: 24px; margin-bottom: 20px;}
}
/*copy etc*/
.pgcopy {font-size: 34px; letter-spacing: 0.18em; line-height: 176%; text-align: center; margin: 0 0 50px; display: block;}
.pgcopy.fs {font-size: 27px;}
.sec .seccopy {
  border-left: 2px solid #000; 
  border-right: 2px solid #000; 
  margin: 0 auto 50px; 
  overflow: visible; 
  text-align: center; 
  display: inline-block;
  background-image: 
    url(../image/common/bg_seccopy.gif),
    url(../image/common/bg_seccopy02.gif),
    url(../image/common/bg_seccopy03.gif),
    url(../image/common/bg_seccopy04.gif);
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
  background-position:
    top left,
    top right,
    bottom left,
    bottom right;
}
.sec .seccopy span {font-size: 28px; letter-spacing: 0.18em; line-height: 171%; text-align: center; display: inline-block; padding: 15px 30px 5px 40px;}
@media screen and (max-width: 767px){
  .pgcopy {font-size: 24px; margin: 0 auto 30px; padding: 0 20px;}
  .pgcopy.fs {font-size: 18px;}
  .sec .seccopy {width: auto; margin: 0 auto 25px; overflow: visible; display: block;}
  .sec .seccopy span {font-size: 18px; display: block; padding: 15px 0 15px; display: block;}
}
/*img etc*/
.sec .secimg {margin-bottom: 30px;}
.sec .secimg img {vertical-align: bottom;}
.sec .secimg.bd {border: 4px solid #1e3b72;}
.sec .secimg.w830 {width: 830px; margin-right: auto; margin-left: auto;}
.sec .secimg.w800 {width: 800px; margin-right: auto; margin-left: auto;}
.sec .secimg.w760 {width: 760px; margin-right: auto; margin-left: auto;}
.sec .secimg.bgcover {text-indent: -9999px; background-repeat: no-repeat; background-size: cover; background-position: center center;}
@media screen and (max-width: 767px){
  .sec .secimg {margin-bottom: 20px;}
  .sec .secimg.w830 {width: 100%;}
  .sec .secimg.w830.tclm p {width: 50%;}
  .sec .secimg.w800 {width: 100%;}
  .sec .secimg.w760 {width: 100%;}
  .sec .secimg img {width: 100%; height: auto;}
}
/*test etc*/
.sectxt {text-align: center; letter-spacing: 0.18em; line-height: 270%;}
.sectxt.large span {font-size: 26px; color: #1e3b72; border-bottom: 2px solid #1e3b72; display: inline-block;}
@media screen and (max-width: 767px){
  .sectxt {text-align: left; letter-spacing: 0.18em; line-height: 270%;}
  .sectxt.large span {font-size: 16px; color: #1e3b72; border-bottom: 2px solid #1e3b72; display: inline-block;}
}
/*morebtn*/
.sec .morebtn {text-align: center;}
.sec .morebtn a {/*border: 1px solid #000;*/ display: inline-block; height: 40px ;width: 140px; text-align: center; background: #1e3b72; }
.sec .morebtn a .fe {height: 38px; line-height: 40px; width: 140px; text-align: center; letter-spacing: 0.1em; color: #fff;}
.sec .morebtn a i {font-size: 25px; margin: -4px 0 0 15px; color: #fff;}
@media screen and (max-width: 767px){
  .sec .morebtn {padding: 0 3.125%;}
  .sec .morebtn a {width: 100%;}
}
/*dl*/
.secdlarea {width: 740px; margin: 0 auto 100px; border-top: 1px solid #000;}
.secdlarea dl {overflow: hidden; _zoom: 1; border-bottom: 1px solid #000;}
.secdlarea dt {float: left; width: 155px; padding: 10px 0 5px 45px; font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif; font-weight: bold; letter-spacing: 0.12em; line-height: 240%;}
.secdlarea dd {overflow: hidden; _zoom: 1; line-height: 240%; padding: 10px 10px 5px 40px;}
.secdlarea dd span {line-height: 240%; color: #1e3b72;}
@media screen and (max-width: 767px){
  .secdlarea {width: 100%; margin: 0 auto 40px; border-top: 1px solid #000;}
  .secdlarea dl {overflow: hidden; _zoom: 1; border-bottom: 1px solid #000;}
  .secdlarea dt {float: left; width: 30%; padding: 10px 10px 5px 0; font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif; font-weight: bold; letter-spacing: 0.12em; line-height: 180%;}
  .secdlarea dd {overflow: hidden; _zoom: 1; line-height: 180%; padding: 10px 0 5px 0 ;}
  .secdlarea dd span {line-height: 180%; color: #1e3b72;}
}
/*oneclm_pc*/
.sec .oneclm_pc {}
.sec .oneclm_pc .box {margin-bottom: 80px; width: 100%;}
.sec .oneclm_pc .box figure {width: 300px; float: left; margin-top: 5px;}
.sec .oneclm_pc .tit {font-size: 22px; padding: 0 0 20px; background: url(../image/common/sectit_bor.gif) no-repeat left bottom; margin-bottom: 20px; float: right; width: 625px;}
.sec .oneclm_pc .copy {font-size: 18px; letter-spacing: 0.06em; float: right; width: 625px; margin-bottom: 20px;}
.sec .oneclm_pc .txt {letter-spacing: 0.06em; line-height: 214%; float: right; width: 625px; margin: 1em 0;}
@media screen and (max-width: 767px){
  .sec .oneclm_pc .box {margin-bottom: 80px;}
  .sec .oneclm_pc .box.btm {margin-bottom: 0;}
  .sec .oneclm_pc .box figure {width: 100%; float: none; margin-top: 0; margin-bottom: 20px;}
  .sec .oneclm_pc .box figure img {width: 100%; height: auto;}
  .sec .oneclm_pc .tit {font-size: 16px; float: none; width: 100%;} 
  .sec .oneclm_pc .copy {font-size: 14px; letter-spacing: 0.06em; float: none; width: 100%; margin-bottom: 20px;}
  .sec .oneclm_pc .txt {letter-spacing: 0.06em; line-height: 214%; float: none; width: 100%;}
}
/*threeclm_pc*/
.sec .threeclm_pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec .threeclm_pc .box {margin-bottom: 50px; width: 300px; /*float: left;*/}
.sec .threeclm_pc .box.center {margin-right: 30px; margin-left: 30px;}
.sec .threeclm_pc .box.btm {margin-bottom: 0;}
.sec .threeclm_pc .tit {text-align: center; font-size: 18px; padding: 0 0 10px; background: url(../image/common/sectit_bor.gif) no-repeat center bottom; margin-bottom: 10px;}
.sec .threeclm_pc .txt {letter-spacing: 0.06em; line-height: 171%;}
@media screen and (max-width: 767px){
  .sec .threeclm_pc .box {margin-bottom: 30px; width: 48%;}
  .sec .threeclm_pc .box.center {margin-right: 0; margin-left: 0;}
  .sec .threeclm_pc .box.even {/*float: right;*/}
  .sec .threeclm_pc .box.btm {margin-bottom: 0;}
  .sec .threeclm_pc .box figure img {width: 100%; height: auto;}
  .sec .threeclm_pc .tit {font-size: 16px;}
}

/*@media(min-width: 768px){*/ /* ----- PC -----*/
  .indexnv figure {margin: 0 0 20px;}
  .indexnv figure {position: relative; overflow: hidden;}
  .indexnv figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(30,59,114,.8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
  }
  .indexnv figure:hover figcaption {opacity: 1;}
  .indexnv figcaption a {
    display: block;
    width: 450px;
    height: 300px;
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
  }
  .indexnv figcaption a p {color: #fff; height: 300px; width: 450px; text-align: center; line-height: 214%; letter-spacing: 0.2em; font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif; font-weight: bold;}
/*}*/

@media screen and (max-width: 767px){
  .indexnv figure {text-align: center;}
  .indexnv figcaption {display: none;}
}
@media(max-width: 485px){
  .indexnv img ,
  .indexnv img {width: 100%; height: auto;}
}

/*------------------------------

  snssec
  
------------------------------*/
#snssec {background: #eff4f7; padding: 90px 0!important;}
#snssec .inner{ display: flex; justify-content: space-around; }
#snssec .fbsec{
  margin-right: 30px;
}
#snssec .sectit.fj {margin: 0 0 60px 0!important;}
@media screen and (max-width: 767px){
  #snssec .inner{
    display: block;
  }
  #snssec .fbsec{
    margin-right: 0;
    margin-bottom: 30px;
  }
  #snssec .sectit.fj {margin: 0 0 20px 0;}
}

/*------------------------------

  footer
  
------------------------------*/
/*@media(min-width: 768px){*/ /* ----- PC -----*/
  #footer {min-width: 1200px;}
/*}*/
#footer {background: #1e3b72;}
#footer .pagetopsp {display: none;}
#footer .inner {width: 960px; margin: 0 auto;}
@media screen and (max-width: 767px){
  #footer{ min-width: inherit; }
  #footer .footer01 {padding: 15px 10px 20px; position: relative;}
  #footer .pagetopsp {display: block; position: absolute; right: 0; top: 0;}
  #footer .pagetopsp a {width: 60px; height: 60px; background: #345593; display: block; text-align: center;}
  #footer .pagetopsp a i {font-size: 50px; color: #fff; line-height: 60px;}
  #footer .inner {width: 100%;}
}
/*----------
info
----------*/
#footer .info {float: left;}
#footer .info .vmpc {height: 180px;}
#footer .info p ,
#footer .info a {color: #fff;}
#footer .info p.logo {margin: 0 0 10px 0;}
#footer .info p.logo a {font-size: 20px; letter-spacing: 0.14em;}
#footer .info p.txt {font-size: 12px; letter-spacing: 0.16em; line-height: 166%;}
#footer .info p.txt a {font-size: 12px; letter-spacing: 0.16em; line-height: 166%;}
@media screen and (max-width: 767px){
  #footer .info {float: none; margin: 0 0 20px 0;}
  #footer .info .vmpc {height: auto;}
}
/*----------
sns
----------*/
#footer .sns {float: right;}
#footer .sns .vmpc {height: 180px; padding-top: 60px;}
#footer .sns .sns_tw {float: left; margin: 0 10px 0 0; /*line-height: 0;*/}
#footer .sns .sns_fb {float: left; /*line-height: 0;*/}
@media screen and (max-width: 767px){
  #footer .sns {float: none;}
  #footer .sns .vmpc {height: auto;}
  #footer .sns .sns_tw {margin: 0; line-height: 0;}
  #footer .sns .sns_fb {line-height: 0; height: 20px; width: 98px;}
}
/*----------
copyright
----------*/
#footer .copyright {background: #112345; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 10px; letter-spacing: 0.16em;}
@media screen and (max-width: 767px){
  #footer .copyright {height: auto; line-height: 160%; padding: 15px 0;}
}

/*------------------------------

  pagetop
  
------------------------------*/
#pagetop {position: fixed; bottom: 320px; right: 50px; height: 0; overflow: visible; font-size: 60px; z-index: 999;}
/*#pagetop div {width: 1200px; height: 0; margin: 0 auto;}*/
#pagetop div a {font-size: 60px;}
#pagetop div p {float: right; padding-right: 25px;}
#pagetop div p a {font-size: 60px;}
#pagetop div p a i {font-size: 60px;}
@media screen and (max-width: 767px){
  #pagetop {display: none!important; opacity: 0!important;}
}
