@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	color: #000;
  letter-spacing: 0.15em;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
}

.cover {
  position: relative;
}

.cover::before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  z-index: 10;
}


/*l-header
---------------------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
  border-bottom: solid 1px #9e9e9e;
}


.l-header .content {
    display: flex;
    align-items: center;
}

.l-header .content .logo {
    padding: 25px 80px 0;
    height: 80px;
    border-right: solid 1px #9e9e9e;
}

.l-header .content .logo img {
    height: 40px;
}

.l-header .content .logo a {
  display: block;
  transition: .3s;
}

.l-header .content .nav {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  height: 80px;
  border-right: solid 1px #9e9e9e;
  transition: .3s;
}

.l-header .content .nav span {
  padding:27px 55px;
  cursor: pointer;
  display: block;
  white-space: pre;
}


.l-header .content .nav a {
  display: block;
  padding:27px 55px;
  white-space: pre;
}

.l-header .button {
    width: 150px;
}

.l-header .button a {
    display: block;
    height: 40px;
    background: #004a98;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 8px 0;
}

.l-header .content .nav .hidden {
  display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    top: 80px;
}

.l-header .content .nav.active {
  background: #004a98;
  color: #fff;
}

.l-header .content .nav .hidden .m-links {
  margin: 80px auto;
}

.l-header .menu {
  display: none;
}


@media screen and (min-width: 768px){

  .l-header .content .logo a:hover {
    opacity: .8;
  }

  .l-header .content .nav:hover {
    background: #004a98;
    color: #fff;
  }

  .l-header .content .nav:hover a {
    color: #fff;
  }

}

@media screen and (max-width: 1540px){

  .l-header .content .logo {
      padding: 25px 40px;
      text-align: center;
      width: 20%;
  }

  .l-header .content .nav span {
    padding: 27px 40px;
  }


}

@media screen and (max-width: 1290px){
  .l-header .content .logo {
      padding: 25px 20px;
      text-align: center;
      width: 20%;
  }

  .l-header .content .nav span {
    padding: 27px 20px;
  }

}

@media screen and (max-width: 1100px){

  .l-header {
    padding: 0 10px 0 20px;
    height: 60px;
  }


  .l-header .content .nav {
    display: none;
  }

  .l-header .content .logo {
      width: 85px;
      padding: 0;
      border-right: none;
      height: auto;
    }

  .l-header .button {
    display: none;
  }

  .l-header .menu {
    display: block;
    line-height: 0;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 32px;
    height: 22px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #004a98;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
    width: 100%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

}

/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {
  display: none;
}

@media screen and (max-width: 1100px){

  .l-gNav {
    position: fixed;
    top: 60px;
    z-index: 1000;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    color: #fff;
  }

  .l-gNav .inner {
    height: calc(100vh - 60px);
    overflow-y: scroll;
  }

  .l-gNav ul,
  .l-gNav .toggle {
    background: #004a98;
  }

  .l-gNav ul li {
    padding: 20px;
    border-bottom: solid 1px #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .l-gNav ul li a {
    display: block;
    color: #fff;
  }

  .l-gNav .toggle dt {
      position: relative;
      padding: 20px;
      border-bottom: solid 1px #fff;
      font-size: 1.2rem;
      font-weight: bold;
  }

  .l-gNav .toggle dt::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 16px;
    height: 2px;
    right: 20px;
    top: 31px;
  }

  .l-gNav .toggle dt::after {
    position: absolute;
    content: "";
    background: #fff;
    height: 16px;
    width: 2px;
    right: 27px;
    top: 24px;
    transition: .3s;
  }

  .l-gNav .toggle dt.open::after {
    display: none;
  }

  .l-gNav .toggle dd {
    display: none;
  }

  .l-gNav .toggle dd a {
      color: #fff;
      padding-left: 20px;
  }

}

/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
}

/* l-content
---------------------------------------------------------------------------- */
.l-content {
}

/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
}

/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
  background: #004a98;
  padding: 100px 0 15px;
}

.l-footer p {
  text-align: right;
  color: #fff;
  padding-right: 80px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.l-footer .content {
  max-width: 1340px;
  margin: 0 auto 100px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.l-footer .sitemap {
  max-width: 540px;
  width: 45%;
}

.l-footer .sitemap ul {
  font-size: 0;
}

.l-footer .sitemap li {
  display: block;
  width: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  margin-bottom: 20px;
}

.l-footer .sitemap li:nth-child(n + 5) {
  margin-bottom: 0;
}

.l-footer .sitemap li a {
  position: relative;
  padding-left: 12px;
  color: #fff;
}

.l-footer .sitemap li a::before {
  position: absolute;
  content: "-";
  left: 0;
}

.l-footer .logo img {
    width: 240px;
}

@media screen and (min-width: 768px){

  .l-footer .sitemap li a:hover {
    text-decoration: underline;
  }

}

@media screen and (max-width: 767px){
  .l-footer .logo {
      max-width: 128px;
      width: 100%;
      margin: 0 0 60px;
  }

  .l-footer .content {
      flex-wrap: wrap;
      padding: 0 20px;
  }

  .l-footer .sitemap {
      width: 100%;
      margin: 0 auto;
  }

  .l-footer {
      padding: 50px 0 10px;
  }

  .l-footer p {
      text-align: center;
      padding: 0;
  }

}

@media screen and (max-width: 320px){
  .l-footer .sitemap li {
    width: 100%;
    margin: 0;
  }

}
