@charset "UTF-8";
html {
  font-size: 62.5%;
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6";
  background: url(../img/bgimg/bg-image-bottom-min.png) no-repeat left bottom/1068px, url(../img/bgimg/bg-image-top-min.png) no-repeat right top/1068px;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}
@media screen and (max-width: 767px) {
  body {
    background: url(../img/bgimg/bg-image-bottom-mobile-min.png) no-repeat left bottom/358px, url(../img/bgimg/bg-image-top-mobile-min.png) no-repeat right top/358px;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
/*---------------------------------------------------*/
/*--------------------TOPページヘッダー------------------------*/
/*----------------------------------------------------*/
header {
  height: auto;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}

.header-inner {
  height: auto;
  display: flex;
  align-items: center;
  max-width: 1132px;
  /* 好きな幅 */
  width: 100%;
  margin: 0 auto;
  padding: 33px 0 28px;
}
@media screen and (max-width: 1135px) {
  .header-inner {
    padding: 33px 16px 28px 9px;
  }
}
@media screen and (max-width: 1135px) and (max-width: 767px) {
  .header-inner {
    padding-top: 9px;
  }
}

.header-nav {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-nav ul {
  display: flex;
  margin-top: -13px;
}
.header-nav ul li {
  color: #ffffff;
  margin-left: 31px;
  line-height: 1.6875;
  letter-spacing: 1.7px;
}

/*---------------------------------------------------*/
/*--------------------header------------------------*/
/*----------------------------------------------------*/
#black {
  /*margin-bottom: 34px;*/
  z-index: 1;
  position: relative;
  background: url(../img/bgimg/bg-image-top-min.png) no-repeat right top/1068px;
  background-blend-mode: lighten;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  #black {
    background: url(../img/bgimg/bg-image-top-mobile-min.png) no-repeat right top/358px;
    background-blend-mode: lighten;
    padding-top: 7px;
    padding-bottom: 20px;
    background-color: #000000;
  }
}
#black header {
  height: auto;
  z-index: -1;
  background: url(../img/bgimg/bg-image-top-min.png) no-repeat right top/1068px;
  background-blend-mode: lighten;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  #black header {
    background: url(../img/bgimg/bg-image-top-mobile-min.png) no-repeat right top/358px;
    background-blend-mode: lighten;
    padding-top: 7px;
    padding-bottom: 20px;
    background-color: #000000;
  }
}
#black .header-inner {
  height: auto;
  display: flex;
  align-items: center;
  max-width: 1132px;
  /* 好きな幅 */
  width: 100%;
  margin: 0 auto;
  padding: 33px 0 28px;
}
@media screen and (max-width: 1135px) {
  #black .header-inner {
    padding: 33px 16px 28px 9px;
  }
}
@media screen and (max-width: 767px) {
  #black .header-inner {
    padding: 0px 16px 0px 9px;
  }
}
#black .header-nav {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #black .header-nav {
    display: none;
  }
}
#black .header-nav ul {
  display: flex;
  margin-top: -13px;
}
#black .header-nav ul li {
  color: #ffffff;
  margin-left: 31px;
  line-height: 1.6875;
  letter-spacing: 1.7px;
}
/*---------------------------------------------------*/
/*--------------------footer------------------------*/
/*----------------------------------------------------*/
footer {
  padding-top: 30px;
  height: 100%;
  /*margin-top: 160px;*/
  background: url(../img/bgimg/bg-image-bottom-min.png) no-repeat left bottom/1068px;
  background-color: #000;
  background-blend-mode: lighten;
}
@media screen and (max-width: 767px) {
  footer {
    background: url(../img/bgimg/bg-image-bottom-mobile-min.png) no-repeat left bottom/358px;
    background-blend-mode: lighten;
    background-color: #000;
  }
}

.footer-inner {
  display: flex;
  max-width: 1132px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    display: block;
    padding: 32px 7px 8px 26px;
  }
}

@media screen and (min-width: 768px) {
  .footer-logo {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 33px;
  }
}
.footer-logo img {
  width: 146px;
}

.footer-right {
  margin-left: auto;
  color: #818181;
}
.footer-right ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .footer-right ul li:not(.footer-right ul li:first-child) {
    margin-top: 17px;
  }
}
.footer-right ul li:last-child {
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .footer-right ul li:last-child {
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .footer-right ul li:last-child {
    margin-top: 25px;
  }
}
.footer-right ul li:not(.footer-right ul li:last-child) {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer-right ul li:nth-child(2) {
    margin-top: 26.5px;
  }
}

/*---------------------------------------------------*/
/*--------------------ハンバーガー------------------------*/
/*----------------------------------------------------*/
a {
  text-decoration: none;
}

/*ナビのスタイル*/
nav.NavMenu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000000;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}

nav.NavMenu ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

nav.NavMenu ul li {
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px;
}

nav.NavMenu ul li:last-child {
  padding-bottom: 0;
}

nav.NavMenu ul li a {
  display: block;
  color: #fff;
  padding: 83px 0 0px;
  font-size: 1.6rem;
}

/*ボタンのスタイル*/
.Toggle {
  position: absolute;
  right: 8px;
  top: 13px;
  width: 35px;
  height: 45px;
  cursor: pointer;
  z-index: 101;
  display: block;
}
@media screen and (min-width: 768px) {
  .Toggle {
    display: none;
  }
}

.active {
  left: 27px;
  top: 18px;
}
.active span {
  width: 18px;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 26px;
  border-bottom: solid 4px #ffffff;
  transition: 0.35s ease-in-out;
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 9px;
}

.Toggle span:nth-child(2) {
  top: 20px;
}

.Toggle span:nth-child(3) {
  top: 31px;
}

.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
  border-bottom: solid 3px #c1c1c1;
}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
  border-bottom: solid 3px #c1c1c1;
}

/*---------------------------------------------------*/
/*--------------------TOPへ戻る------------------------*/
/*----------------------------------------------------*/
.d-none {
  display: none;
}

#page-top {
  position: fixed;
  right: 40px;
  bottom: 60px;
  height: 29px;
  width: 44px;
  text-decoration: none;
  font-weight: bold;
  font-size: 90%;
  line-height: 1.5rem;
}

#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 29px 22px;
  border-color: transparent transparent #545454 transparent;
}

#page-top a {
  font-size: 1em;
}


/*---------------------------------------------------*/
/*--------------------他、common-----------------------*/
/*----------------------------------------------------*/

main {
    padding-top: 60px;
    padding-bottom: 60px;
}
.inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .inner {
    padding: 0 16px 0 21px;
  }
}
.inner_title {
  font-size: 20px;
}
.head-title {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 32px;
}
.head-title strong a {
  font-size: 16px;
  margin-top: 5px;
  display: block;
  font-weight: normal;
  text-decoration: underline;
}
.article p {
    line-height: 2;
}
strong {
  font-weight: bold;
  display: block;
}
.article ol, .article li {
    list-style-type: decimal;
    line-height: 2;
    padding-left: 25px;
    margin: 10px 0;s
}