@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600');

/*---------------------------------------------------------
	全ページ共通スタイル
---------------------------------------------------------*/

body,
html {
  min-width: 1000px;
  display: block;
  height: 100%;
}

@media screen and (max-width: 680px) {

  body,
  html {
    min-width: 0;
  }
}

/* 要素設定*/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0px;
  word-break: normal;
  word-wrap: break-word;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font01 {
  font-family: 'Montserrat', sans-serif;
}

button,
a {
  color: #000;
}

.ios a:hover {
  opacity: 1;
}

.sp-block,
.sp-inline {
  display: none;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.inview_box {
  opacity: 0;
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  position: relative;
  z-index: 1;
  top: 50px;
}

.inview_box_on {
  opacity: 1;
  top: 0px;
}

.mainWidth {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.width1500 {
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
}


.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

* {
  box-sizing: border-box;
}

/*　ヘッダー
---------------------------------------------------------*/
#pageHeader {}

#pageHeader .haed_inner {
  position: relative;
}

.haed_01 {
  height: 100px;
  background-color: #fff;
  position: absolute;
  bottom: -43px;
  left: 0;
  right: 0;
  z-index: 10;
}

.haed_01 h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  /* max-width: 490px; */
      max-width: 360px;
    padding-left: 20px;
  height: 100%;
}

.haed_01 h1 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.haed_01 .nav {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1010px;
  width: 67.33%;
}

.haed_01 .nav>ul {
  border-top: 7px solid #1E2677;
  flex-wrap: nowrap;
  width: 100%;
  padding-right: 10px;
  justify-content: flex-start;
}

.haed_01 .nav>ul>li {
  position: relative;
  width: calc(100% / 6);
}

.haed_01 .nav>ul>li:first-child {
  width: 27%;
  /*width: 20%;*/
}

.haed_01 .nav>ul>li:nth-child(2) {
  width: 17%;
  /*width: 17%;*/
}

.haed_01 .nav>ul>li:nth-child(3) {
  width: 12%;
  /*width: 17%;*/
}

.haed_01 .nav>ul>li:nth-child(4) {
  width: 22%;
  /*width: 17%;*/
}

.haed_01 .nav>ul>li:nth-child(5) {
  width: 12%;
  /*width: 17%;*/
}

.haed_01 .nav>ul>li:last-child {
  width: 12%;
}

.haed_01 .nav>ul>li>a {
  /* padding: 0 12px; */
  text-align: center;
  height: 100%;
  min-height: 93px;
  /* width:  auto; */
  width: 100%;
  min-width: 4em;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
  display: table;
}

.haed_01 .nav>ul>li>a b {
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  color: #000;
}

.haed_01 .nav>ul>li>a b br {
  display: none;
}

.haed_01 .nav>ul>li>a:hover {
  opacity: 1;
}

.haed_01 .nav>ul>li>a:hover b {
  color: #1E2677;
}

.haed_01 .nav .ul02 {
  position: absolute;
  top: 93px;
  /*left:  0;*/
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 160px;
  /* background-color: #1E2677; */
  display: none;
}

.haed_01 .nav .ul02 li {
  background-color: #1E2677;
  border-bottom: 1px solid #161D58;
}

.haed_01 .nav .ul02 li:first-child {}

.haed_01 .nav .ul02 li:last-child {
  border-bottom: none;
}

.haed_01 .nav .ul02 li a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 20px 1.2em;
}


.sp-menu {}

/*　コンテンツ
---------------------------------------------------------*/
#pageMain {}

.bg01 {
  background-color: #F5F5F5;
}

/*　タイトル　*/
.ttl01 {}

.h2_01 {}


/*　ボタン　*/
.btn01 {}

/*　ヤジルシ　*/
.arw01 {}




/*　フッター
---------------------------------------------------------*/

#pageFooter {
  max-width: 1920px;
  margin: 0 auto;
}

.foot_inner {
  padding-top: 64px;
  padding-bottom: 50px;
}

.foot_1 {
  border-bottom: 1px solid #000;
  padding-bottom: 45px;
}

.foot_nav01 {
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 77.1667%;
  max-width: 926px;
}

.foot_nav02 {
  border-left: 1px solid #000;
  width: 22.8333%;
  max-width: 274px;
}

.nav_ul {
  margin-right: 5.3%;
}

.nav_ul li {}

.nav_ul li:first-child {}

.nav_ul li:last-child {}

#nav_ul01 {}

#nav_ul02 {}

#nav_ul03 {}

#nav_ul04 {
  margin-top: -4px;
}

#nav_ul05 {
  margin-right: 20px;
  margin-top: -4px;
  max-width: 168px;
}

#nav_ul2-01 {}

.nav_ul li a {
  display: block;
  -webkit-transition: none;
  transition: none;
}

.nav_ul li a:hover {
  opacity: 1;
  color: #427DCD;
}

.nav_ul li.link01 {
  margin-bottom: 22px;
  padding-top: 1px;
}

.nav_ul li.link01 a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
}

@media screen and (min-width: 1200px) {
  .nav_ul li.link01 a {
    white-space: nowrap;
  }
}

.nav_ul li.link02 {
  margin-bottom: 12px;
}

.nav_ul li.link02:first-child {}

.nav_ul li.link02:last-child {
  margin-bottom: 0;
}

.nav_ul li.link02 a {
  font-size: 14px;
  line-height: 1.4;
}

.nav_ul li.link_icon {}

.nav_ul li.link_icon a {}

.nav_ul li.link_icon a span {}

.nav_ul li.link_icon a span:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../img/link_icon01.png) 0 5px no-repeat;
  background-size: 9px;
  margin-left: 6px;
}

.nav_ul li.link_icon a:hover span {}

.nav_ul li.link_icon a:hover span:after {
  -webkit-filter: invert(0.5) sepia(100%) hue-rotate(180deg) saturate(200%);
  filter: invert(0.5) sepia(100%) hue-rotate(180deg) saturate(200%);
}


.foot_nav02 .nav_ul {
  margin-right: 0;
  margin-left: 37px;
}

.foot_nav02 .nav_ul li {}

.foot_nav02 .nav_ul li a {
  letter-spacing: 0.05em;
}

.foot_02 {
  padding: 28px 0 0;
}

.foot_02 .foot_tit {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
}

.foot_02 address {}

.foot_02 address p {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.foot_02 address p+p {}

.foot_02 address a {
  color: #1E2677;
}

.foot_02 address span {}

.foot_02 address span.mail {
  margin-right: 0.3em;
}

.foot_02 address span.tel {
  margin-right: 0.3em;
}

.foot_02 address span.fax {}

.copyright {
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.078em;
  text-align: right;
  position: relative;
  top: -10px;
}

.copyright span {}


.pagetop {}

.pagetop span {}

.pagetop:hover {}


/*---------------------------------------------------------
	w1400
---------------------------------------------------------*/
@media screen and (max-width: 1400px) {

  .haed_01 {}

  .haed_01 h1 {}

  .haed_01 h1 img {}

  .haed_01 .nav {}

  .haed_01 .nav>ul {}

  .haed_01 .nav>ul>li {}

  .haed_01 .nav>ul>li:first-child {}

  .haed_01 .nav>ul>li:last-child {}

  .haed_01 .nav>ul>li>a {
    font-size: 15px;
  }

  .haed_01 .nav>ul>li>a b {}

  .haed_01 .nav>ul>li>a b br {
    display: inline;
  }

  .haed_01 .nav .ul02 {}

  .haed_01 .nav .ul02 li {}

  .haed_01 .nav .ul02 li:first-child {}

  .haed_01 .nav .ul02 li:last-child {}

  .haed_01 .nav .ul02 li a {
    font-size: 15px;
  }

  #pageFooter {}

  .foot_inner {
    padding-top: 32px;
    padding-bottom: 10px;
  }

  .foot_1 {}

  .foot_nav01 {}

  .foot_nav02 {}

  .nav_ul {
    margin-right: 4%;
  }

  .nav_ul li {}

  .nav_ul li:first-child {}

  .nav_ul li:last-child {}

  #nav_ul01 {}

  #nav_ul02 {}

  #nav_ul03 {}

  #nav_ul04 {}

  #nav_ul05 {}

  #nav_ul2-01 {}

  .nav_ul li a {}

  .nav_ul li a:hover {}

  .nav_ul li.link01 {}

  .nav_ul li.link01 a {
    font-size: 14px;
  }

  .nav_ul li.link02 {}

  .nav_ul li.link02:first-child {}

  .nav_ul li.link02:last-child {}

  .nav_ul li.link02 a {
    font-size: 13px;
  }

  .nav_ul li.link_icon {}

  .nav_ul li.link_icon a {}

  .nav_ul li.link_icon a span {}

  .nav_ul li.link_icon a span:after {}

  .nav_ul li.link_icon a:hover span {}

  .nav_ul li.link_icon a:hover span:after {}

  .foot_nav02 .nav_ul {
    margin-left: 26px;
  }

  .foot_nav02 .nav_ul li {}

  .foot_nav02 .nav_ul li a {}

  .foot_02 {}

  .foot_02 .foot_tit {}

  .foot_02 address {}

  .foot_02 address p {}

  .foot_02 address p+p {}

  .foot_02 address a {}

  .foot_02 address span {}

  .foot_02 address span.mail {}

  .foot_02 address span.tel {}

  .foot_02 address span.fax {}

  .copyright {
    top: 0;
    text-align: center;
    margin-top: 20px;
  }

  .copyright span {}

}

/*---------------------------------------------------------
	w1200
---------------------------------------------------------*/
@media screen and (max-width: 1200px) {}


/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/

@media screen and (max-width: 680px),
screen and (max-width: 737px) and (orientation: landscape) {

  body,
  html {
    min-width: 0;
  }

  body.no-scroll {
    overflow: hidden;
    position: fixed;
    top: 0;
  }

  .sp-none {
    display: none;
  }

  .sp-block {
    display: block;
  }

  .sp-inline {
    display: inline;
  }

  .sp-brNone br {
    display: none;
  }

  .mainWidth {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }



  /*　ヘッダー
	---------------------------------------------------------*/
  #pageHeader {}

  #pageHeader .haed_inner {
    padding-top: 55px;
  }

  .haed_01 {
    display: none;
  }

  .haed_01 h1 {}

  .haed_01 h1 img {}

  .haed_01 .nav {}

  .haed_01 .nav ul {}

  .haed_01 .nav ul li {}

  .haed_01 .nav ul li:first-child {}

  .haed_01 .nav ul li:last-child {}

  .haed_01 .nav ul li a {}

  .haed_01 .nav ul li a b {}

  .haed_01 .nav ul li a b br {}

  .haed_01 .nav ul li a:hover {}

  .haed_01 .nav ul li a:hover b {}

  .haed_01_sp {
    height: 55px;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1000;
  }

  .haed_01_sp h1 {
    width: 210px;
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
  }

  .haed_01_sp h1 img {
    max-height: 100%;
  }

  .sp_haed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 55px;
    background-color: #fff;
    z-index: 1000;
  }

  .sp-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background-color: #1E2677;
    z-index: 1000;
  }

  .sp-menu a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .sp-menu a:hover {
    opacity: 1;
  }

  .sp-menu a i {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .sp-menu a i.bar-no1 {
    top: 19px;
  }

  .sp-menu a i.bar-no2 {
    top: 27px;
  }

  .sp-menu a i.bar-no3 {
    top: 35px;
  }

  .sp-menu.open {}

  .sp-menu.open a {}

  .sp-menu.open a i {}

  .sp-menu.open a i.bar-no1 {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
    top: 14px;
  }

  .sp-menu.open a i.bar-no2 {
    opacity: 0;
  }

  .sp-menu.open a i.bar-no3 {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
    top: 40px;
  }

  .sp_nav {
    display: block;
    background-color: rgb(0, 0, 0, 0.7);
    background-color: #1E2677;
    position: absolute;
    width: 100%;
    height: 0;
    top: 55px;
    overflow: hidden;
    z-index: -1;
  }

  .sp_nav.open {
    height: calc(100% - 55px);
    padding-bottom: 25px;
    position: fixed;
    overflow: scroll;
    z-index: 1;
  }

  .sp_nav .nav_inner {}

  .sp_nav.open .nav_inner {
    height: auto;
  }

  .sp_nav ul {}

  .sp_nav.open ul {}

  .sp_nav ul li {}

  .sp_nav ul li a {
    display: block;
    padding: 13px 0;
    padding-left: 1em;
    background-color: #c2d7f4;
    background-color: #1E2677;
    color: #fff;
    text-align: left;
    font-size: 14.5px;
    font-weight: normal;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #0f144b;
  }

  .sp_nav ul li a b {
    font-weight: normal;
  }

  .sp_nav ul li.li01 {}

  .sp_nav ul li.li01 a {}

  .sp_nav ul li.li01 a b {}

  .sp_nav ul li.li02 {}

  .sp_nav ul li.li02 a {
    background-color: #181f66;
    font-size: 14px;
    padding-left: 2em;
  }

  .sp_nav ul li.li02 a b {}

  .sp_nav ul>li>ul {
    display: none;
  }

  .sp_nav ul>li>ul>li {}

  .acMenu {
    position: relative;
  }

  .acMenu:before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: 17px;
    border: 6.5px solid transparent;
    border-top: 12.5px solid #5487cd;
    border-top: 9.5px solid #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .acMenu.active {}

  .acMenu.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 11px;
  }

  .sp_bnr {
    padding: 20px 0;
    background-color: #1E2677;
  }

  .sp_bnr .bnr01 {
    width: 200px;
    margin: 0 auto;
  }

  .sp_bnr .bnr01 a {
    display: block;
    position: relative;
  }

  .sp_bnr .bnr01 a img {}

  .sp_bnr .bnr01 a {}

  .sp_bnr .bnr01 a img {}

  .sp_bnr .bnr01 a:before {
    content: '';
    width: 3px;
    height: 3px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -2.83px;
    -webkit-transition: all .2s;
    transition: all .2s;

  }

  .sp_bnr .bnr01 a:hover {}

  .sp_bnr .bnr01 a:hover:before {}


  /*　コンテンツ
	---------------------------------------------------------*/
  #pageMain {}

  /*　タイトル　*/
  .ttl01 {}

  .h2_01 {}

  /*　ボタン　*/
  .btn01 {}

  /*　ヤジルシ　*/
  .arw01 {}



  /*　フッター
	---------------------------------------------------------*/

  #pageFooter {}

  .foot_inner {}

  .foot_1 {
    padding-bottom: 30px;
    display: none;
  }

  .foot_nav01 {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .foot_nav02 {
    width: 100%;
    border: none;
  }

  .nav_ul {
    margin: 0 0 30px;
    width: 100%;
  }

  .nav_ul li {}

  .nav_ul li:first-child {}

  .nav_ul li:last-child {}

  #nav_ul01 {}

  #nav_ul02 {}

  #nav_ul03 {}

  #nav_ul04 {}

  #nav_ul05 {}

  #nav_ul2-01 {}

  .nav_ul li a {}

  .nav_ul li a:hover {}

  .nav_ul li.link01 {
    margin-bottom: 10px;
  }

  .nav_ul li.link01 a {}

  .nav_ul li.link02 {}

  .nav_ul li.link02:first-child {}

  .nav_ul li.link02:last-child {}

  .nav_ul li.link02 a {}

  .nav_ul li.link_icon {}

  .nav_ul li.link_icon a {}

  .nav_ul li.link_icon a span {}

  .nav_ul li.link_icon a span:after {}

  .nav_ul li.link_icon a:hover span {}

  .nav_ul li.link_icon a:hover span:after {}

  .foot_nav02 .nav_ul {
    margin: 0;
  }

  .foot_nav02 .nav_ul li {}

  .foot_nav02 .nav_ul li a {}

  .foot_02 {
    padding: 0;
  }

  .foot_02 .foot_tit {
    text-align: center;
  }

  .foot_02 address {}

  .foot_02 address p {
    text-align: center;
  }

  .foot_02 address p+p {}

  .foot_02 address a {}

  .foot_02 address span {
    display: block;
  }

  .foot_02 address span.mail {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .foot_02 address span.tel {
    margin-right: 0;
  }

  .foot_02 address span.fax {}

  .copyright {
    line-height: 1.2;
    letter-spacing: 0.03em;
  }

  .copyright span {}


  .pagetop {}

  .pagetop span {}

  .pagetop:hover {}


}

/*---------------------------------------------------------
	IE用
---------------------------------------------------------*/
@media all and (-ms-high-contrast:none) {}