@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  min-height: 100vh;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  background-color: #D2D4D6;
}
a:link, a:visited, a:active {
  color: #023682;
  text-decoration: underline;
  word-break: break-all;
}
a:hover {
  color: #023682;
  text-decoration: none;
}
.bold{font-weight: 600;}
.red{color: red;}
.header-content-wrapper {
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  height: 123px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 155%;
  background-color: #FFF;
}
.header-content-wrapper:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0px;
  width: 14px;
  height: 100%;
  background: #000;
  z-index: 1;
}
.header-content-wrapper:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0px;
  width: 14px;
  height: 100%;
  background: #000;
  z-index: 1;
}
h1 {
  width: 897px;
  position: relative;
  height: 100%;
}
h1:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0px;
  width: 14px;
  height: 100%;
  background: #000;
}
h1 img {
  width: 86%;
  margin: 45px 7% 0% 7%;
}
.title_sp {
  display: none;
}
.top-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: #FFF;
}
.top-wrapper:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0px;
  width: 14px;
  height: 100%;
  background: #000;
  z-index: 1;
}
.top-wrapper:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0px;
  width: 14px;
  height: 100%;
  background: #000;
  z-index: 1;
}
.main {
  border-top: 14px solid #000;
  border-bottom: 14px solid #000;
  position: relative;
}
.flex-wrap:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0px;
  width: 14px;
  height: 100%;
  background: #000;
}
.flex-wrap img {
  width: 100%;
  top: 0;
  margin: auto;
}
/*footer*/
.footer-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 215px;
  margin: 0px auto;
  transform: rotate(0.05deg);
}
.footer-wrap {
  max-width: 1200px;
  justify-content: space-between;
  margin: 0px auto 0 auto;
  background-color: #FFF;
  line-height: 150%;
  font-weight: 500;
  font-size: 1.4rem;
  display: flex;
  position: relative;
}
.footer-wrap:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0px;
  width: 14px;
  height: 100%;
  background: #000;
}
.footer-wrap:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0px;
  width: 14px;
  height: 100%;
  background: #000;
}

.footer-wrap a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.footer-wrap em {
  width: 85px;
  border-right: 1px solid #000;
  padding: 10px 0px;
  margin: 0px 20px 0px 0px;
}
.footer-wrap em img {
  width: 60px;
}
@media screen and (max-width:1200px) {
  .top-wrapper {
    width: 100%;
  }
  .header-content-wrapper {
    width: 100%;
    margin: 0px auto;
  }
}
@media screen and (max-width:1024px) {
  .header-content-wrapper {
    width: 100%;
    max-width: 875px;
  }
  .top-wrapper {
    width: 100%;
    max-width: 875px;
  }
  h1 {
    width: auto;
  }
  h1 img {
    width: 86%;
    margin: 45px 0% 0% 5%;
  }
  h1:before {
    display: none;
  }
  .footer-wrap {
    width: 100%;
    max-width: 875px;
  }
}
@media screen and (max-width:750px) {
  body {
    background-color: #FFF;
  }
  .main {
    border-top: none;
    border-bottom: none;
  }
  .flex-wrap:before {
    display: none;
  }
  .header-content-wrapper:after {
    display: none;
  }
  .header-content-wrapper:before {
    display: none;
  }
  .top-wrapper:before {
    display: none;
  }
  .top-wrapper:after {
    display: none;
  }
  .info_title {
    margin: 0px auto 0px 0;
    border-left: none;
    border-right: none;
  }
  .footer-wrap:before {
    display: none;
  }
  .footer-wrap:after {
    display: none;
  }
  .footer-box {
    display: block;
    height: 200px;
    width: 90%;
    margin: 70px auto 0px auto;
  }
  .footer-wrap {
    border-top: 1px solid #241816;
  }
  .footer-wrap em {
    border-right: none;
    border-bottom: 1px solid #241816;
    margin: 0px 0px 15px 0px;
    display: inline-block;
    width: auto;
    padding: 0px 0px 5px 0px;
  }
}
@media screen and (max-width:650px) {
  h1 {
    max-width: 300px;
    width: 100%;
  }
  h1 img {
    width: 100%;
    margin: 23px 0% 0% 5%;
  }
  .header-content-wrapper {
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    height: 100px;
  }
  .title_pc {
    display: none;
  }
  .title_sp {
    display: block;
    width: 90%;
  }
  .title_sp img {}
}
@media screen and (max-width:500px) {}