@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  box-sizing: border-box;
  list-style: none;
  line-height: 150%;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:hover img {
  transform: translateY(-5px);
}

a img {
  border-style: none;
  transition: 0.3s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* media query */
@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 897px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .pcOnly {
    display: none;
  }
}
#wrapper {
  overflow: hidden;
  position: relative;
}

img {
  pointer-events: none;
}

.span_br {
  display: inline-block;
}

.textLinkW,
.textLinkB {
  max-width: 360px;
  display: block;
  position: relative;
  font-size: 1.8rem;
  padding: 0 70px 10px 0;
  transition: 0.5s;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .textLinkW,
  .textLinkB {
    font-size: 1.5rem;
    padding: 0 50px 10px 0;
    max-width: 200px;
  }
}
.textLinkW::after,
.textLinkB::after {
  content: "";
  display: block;
  width: 60px;
  height: 27px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 896px) {
  .textLinkW::after,
  .textLinkB::after {
    width: 40px;
    height: 18px;
  }
}
.textLinkW:hover,
.textLinkB:hover {
  transform: translateX(5px);
}

.textLinkW {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.textLinkW::after {
  background: url(../images/icon_link_w.svg) no-repeat center/contain;
}

.textLinkB {
  color: #333;
  border-bottom: 1px solid #333;
}
.textLinkB::after {
  background: url(../images/icon_link_b.svg) no-repeat center/contain;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 60px;
  width: 100%;
}
@media all and (max-width: 1367px) {
  header {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 20px;
  }
}
header > h1 {
  max-width: 307px;
}
@media screen and (max-width: 480px) {
  header > h1 {
    margin-right: 20px;
  }
}
header > nav {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 387px);
}
@media screen and (max-width: 1025px) {
  header > nav {
    display: none;
  }
}
header > nav ul {
  display: flex;
}
header > nav ul:nth-child(1) * {
  font-size: 1.6rem;
}
@media all and (max-width: 1367px) {
  header > nav ul:nth-child(1) * {
    font-size: 1.5rem;
  }
}
header > nav ul:nth-child(2) {
  margin: 0 3% 0 4%;
}
@media all and (max-width: 1367px) {
  header > nav ul:nth-child(2) {
    margin: 0 0% 0 0%;
  }
}
header > nav ul:nth-child(2) * {
  font-size: 1.4rem;
}
header > nav ul li a {
  display: block;
  padding: 7px 15px;
  font-weight: 500;
}
@media all and (max-width: 1367px) {
  header > nav ul li a {
    padding: 7px 10px;
  }
}
header > nav ul li a:hover {
  transform: translateY(-5px);
}
header > div {
  display: flex;
}
header > div p a {
  width: 50px;
  height: 50px;
  padding: 14px 18px 22px;
  display: block;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
  line-height: 100%;
}
header > div p a:hover img {
  transform: scale(1.2);
}
header > div p:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 1025px) {
  header > div {
    display: none;
  }
}
header > p.spMenu {
  display: none;
}
@media screen and (max-width: 1025px) {
  header > p.spMenu {
    display: block;
  }
  header > p.spMenu a {
    background-color: #519fd7;
    border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  header > p.spMenu {
    transform: translateY(-5px);
  }
}

.menuCommon {
  position: relative;
}
.menuCommon > p.closeBtn {
  position: fixed;
  top: 25px;
  right: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 100%;
  padding: 20px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .menuCommon > p.closeBtn {
    top: 15px;
    right: 20px;
  }
}
.menuCommon .rightContentsMenu {
  margin-top: 90px;
}
.menuCommon .rightContentsMenu nav ul {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.menuCommon .rightContentsMenu nav ul li + li {
  border-top: 1px dotted #FFF;
}
.menuCommon .rightContentsMenu nav ul li a {
  display: block;
  padding: 1em;
  color: #FFF;
  position: relative;
}
.menuCommon .rightContentsMenu nav ul li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_s_w.svg) no-repeat center/contain;
}

.pageTit {
  width: 100%;
  position: relative;
}
.pageTit h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
  padding: 0 20px;
  line-height: 130%;
}
@media screen and (max-width: 896px) {
  .pageTit h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .pageTit h2 {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
.pageTit.typeA {
  height: 400px;
}
@media screen and (max-width: 896px) {
  .pageTit.typeA {
    height: 250px;
  }
}
.pageTit.typeA > div {
  width: 75%;
  height: 380px;
  margin: 0 0 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  transform: translateY(110px);
  display: flex;
  align-items: center;
}
.pageTit.typeA > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .pageTit.typeA > div {
    width: calc(100% - 50px);
    height: 230px;
  }
}
.pageTit.typeA > div h2 {
  margin-left: -1.5em;
}
.pageTit.typeA + .topicPath {
  min-height: 50px;
  max-width: calc(25% - 80px);
}
@media all and (max-width: 1367px) {
  .pageTit.typeA + .topicPath {
    min-height: auto;
    margin-top: 100px;
    max-width: 100%;
  }
}
.pageTit.typeA::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 43%;
  height: 100%;
  background: url(../images/bg_tit.jpg) no-repeat center left/cover;
  z-index: -1;
}
.pageTit.typeB {
  min-height: 320px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pageTit.typeB::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .pageTit.typeB {
    min-height: 200px;
  }
}

.topicPath {
  position: relative;
  z-index: 5;
  padding: 10px 60px 30px;
  background: #fff;
}
@media screen and (max-width: 1380px) {
  .topicPath {
    padding: 10px 30px 30px;
  }
}
@media screen and (max-width: 896px) {
  .topicPath {
    padding: 10px 25px 30px;
  }
}
.topicPath * {
  font-size: 1.4rem;
}
.topicPath > p {
  display: inline-block;
}
.topicPath > p:not(:first-child)::before {
  content: "＞";
  display: inline-block;
  margin: 0 2px;
}
.topicPath > p a {
  text-decoration: underline;
}

footer {
  background-color: #55626a;
  padding: 50px 0 30px;
}
footer * {
  color: #fff;
}
footer a {
  display: inline-block;
}
footer a:hover {
  transform: translateX(3px);
}
@media screen and (max-width: 480px) {
  footer {
    background-color: #519fd7;
    padding: 0;
  }
}
footer nav {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1380px) {
  footer nav {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  footer nav {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 480px) {
  footer nav {
    margin: 0;
  }
}
footer nav > div,
footer nav > ul {
  width: calc(25% - 20px);
}
@media screen and (max-width: 896px) {
  footer nav > div,
  footer nav > ul {
    width: calc(50% - 10px);
  }
  footer nav > div:last-of-type,
  footer nav > ul:last-of-type {
    margin-top: 35px;
  }
}
@media screen and (max-width: 896px) and (max-width: 480px) {
  footer nav > div:last-of-type,
  footer nav > ul:last-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  footer nav > div,
  footer nav > ul {
    width: 100%;
  }
}
footer nav > div > section:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  footer nav > div > section:not(:first-child) {
    margin-top: 0px;
  }
}
footer nav > div > section > h6 {
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  footer nav > div > section > h6 {
    margin-bottom: 0;
    cursor: pointer;
    padding: 20px;
    position: relative;
    border-top: 1px solid #fff;
  }
  footer nav > div > section > h6::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon_down_w.svg) no-repeat center/contain;
  }
}
footer nav > div > section > h6 a {
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  footer nav > div > section ul {
    display: none;
  }
}
footer nav > div > section ul li a, footer nav > div > section ul li span {
  font-size: 1.5rem;
  display: block;
  padding: 4px 0;
}
@media screen and (max-width: 480px) {
  footer nav > div > section ul li a, footer nav > div > section ul li span {
    padding: 10px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
footer nav > div > section ul li span {
  margin-top: 0.5em;
}
@media screen and (max-width: 480px) {
  footer nav > div > section ul li span {
    margin-top: 0;
    background: #1D76B5;
  }
}
footer nav > div > section ul li a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  background: url(../images/icon_arrow_s_w.svg) no-repeat center/contain;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  footer nav > ul {
    border-top: 1px solid #fff;
    display: flex;
    flex-flow: column wrap;
    max-height: 250px;
    padding: 20px 0;
  }
}
footer nav > ul li {
  /* &:last-child {
    display: none;
    @include media(portrait) {
      display: block;
      width: 60px;
      img{
        filter: brightness(800%);
      }
    }
  } */
}
@media screen and (max-width: 480px) {
  footer nav > ul li {
    width: 50%;
  }
}
footer nav > ul li a {
  font-size: 1.5rem;
  display: block;
  padding: 4px 0;
}
@media screen and (max-width: 480px) {
  footer nav > ul li a {
    padding: 8px 10px 8px 20px;
  }
}
footer > div {
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1380px) {
  footer > div {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  footer > div {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
footer > div * {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  footer > div {
    margin: 0;
    padding-top: 0;
    display: block;
  }
}
footer > div ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 480px) {
  footer > div ul {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  footer > div ul li {
    width: 35%;
    border-bottom: 1px solid #fff;
  }
  footer > div ul li a {
    display: block;
    padding: 20px;
  }
  footer > div ul li:nth-child(2) {
    width: 65%;
    border-left: 1px solid #fff;
  }
  footer > div ul li:last-child {
    flex-grow: 2;
  }
}
footer > div ul li:not(:first-child)::before {
  content: "│";
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  footer > div ul li:not(:first-child)::before {
    content: "";
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  footer > div p {
    text-align: center;
    padding: 20px 0;
  }
}

input[type=text],
input[type=button],
input[type=email],
input[type=submit],
textarea,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}
input[type=text]:focus,
input[type=button]:focus,
input[type=email]:focus,
input[type=submit]:focus,
textarea:focus,
select:focus {
  outline: none;
}/*# sourceMappingURL=layout.css.map */