@charset "utf-8";

body {
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
}

#header {
  width: 100vw;
}

section {
  width: 100%;
}

.container {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .container {
    display: block;
  }
}

.jc-bet {
  justify-content: space-between;
}

h1 {
  position: fixed;
  width: 180px;
  height: 80px;
  background-color: black;
  margin-left: 3.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 0;
}
@media screen and (max-width: 1024px) {
  h1 {
    margin-left: 0%;
  }
}

.sec_01_txtbox1 p {
  font-size: 1.2rem;
}
.sec_01_txtbox1 {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .sec_01_txtbox1 p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

.ff-ns {
  font-family: "Noto Sans JP", serif;
}
.ff-mp {
  font-family: "M PLUS 1p", sans-serif;
}
.ff-lato {
  font-family: "Lato", sans-serif;
}
.ff-mono {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", serif;
}

.fw100 {
  font-weight: 100;
}
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}

.fs10 {
  font-size: 10px;
}

.fs-s {
  font-size: small;
}

.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs38 {
  font-size: 38px;
}
.fs40 {
  font-size: 40px;
}

.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}

/* 文字揃え */
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}

/* 文字間 */
.ls-s {
  letter-spacing: 0.1rem;
}
.ls-m {
  letter-spacing: 0.2rem;
}
.ls-l {
  letter-spacing: 0.3rem;
}

/* カラー設定 */
.color-black {
  color: #000 !important;
}
.color-white {
  color: #fff !important;
}
.color-lightgray {
  color: #ccc !important;
}
.color-blue {
  color: #001796 !important;
}
.color-deepblue {
  color: #0668b7 !important;
}
.color-lightblue {
  color: #2fa0f6 !important;
}
.color-green {
  color: #296461 !important;
}
.color-brown {
  color: #743e19 !important;
}

.bg-black {
  background-color: black;
}
.bg-gray1 {
  background-color: #eee;
}
.bg-gray2 {
  background-color: #ddd;
}
.bg-gray3 {
  background-color: #bbb;
}
.bg-gray4 {
  background-color: #aaa;
}
.bg-gray5 {
  background-color: #999;
}
.bg-gray6 {
  background-color: #888;
}
.bg-gray7 {
  background-color: #777;
}
.bg-gray8 {
  background-color: #666;
}
.bg-gray9 {
  background-color: #555;
}
.bg-white {
  background-color: white;
}

/* マージン設定 */
.mt-6 {
  margin-top: 6px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-13 {
  margin-top: 13px !important;
}
.mt-14 {
  margin-top: 14px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}

.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-120 {
  margin-left: 120px !important;
}

.mr-10 {
  margin-right: 10px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-120 {
  margin-right: 120px !important;
}

.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}

.pl-10 {
  padding-left: 10px;
}

/*========= nav PC ===============*/
#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #f1f4f5;
  transition: all 0.3s;
  display: flex;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.g-nav_wrap {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 960px;
}
#g-nav a {
  color: #000;
  font-size: 24px;
  margin: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  line-height: 60px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 30px auto;
  padding-left: 10px;
}
.navigation_box {
  display: flex;
}
.navbox1 {
  display: block;
  justify-content: center;
}
.navbox2 {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navbox3 {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*========= nav SP ===============*/
@media screen and (max-width: 1024px) {
  #g-nav {
    width: 100vw;
    height: 100vh;
  }
  .g-nav_wrap {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100vw;
  }
  #g-nav a {
    color: #000;
    font-size: 16px;
    display: block;
    text-transform: none;
    letter-spacing: 0.5em;
    line-height: 30px;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    text-align: center;
    margin: 10px auto;
  }
  .navigation_box {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .navbox2,
  .navbox3 {
    display: block;
    width: 100%;
  }
}

/*========= アンダーライン ===============*/
#g-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
#g-nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #3d4857;
  transform: scale(0.2, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
#g-nav a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1024px) {
  #g-nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
  }
  #g-nav a::after {
    display: none;
  }
}

/*========= ハンバーガー PC ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100px;
  height: 140px;
  background-color: #000;
  margin-right: 3.5%;
  padding: 0;
}
.openbtn1 {
  text-align: center;
}
.openbtn1 p {
  margin-top: 40px;
  color: #fff;
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 25%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  width: 50px;
}
.openbtn1 span:nth-of-type(1) {
  top: 78px;
}
.openbtn1 span:nth-of-type(2) {
  top: 96px;
}
.openbtn1 span:nth-of-type(3) {
  top: 113px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 88px;
  left: 25%;
  transform: translateY(6px) rotate(-45deg);
  width: 50px;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 100px;
  left: 25%;
  transform: translateY(-6px) rotate(45deg);
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 100px;
    height: 140px;
    background-color: #000;
    margin-right: 0%;
    padding: 0;
  }
}

/*========= ページ共通タイトル設定 ===============*/
.ttlbox {
  width: 100%;
  height: auto;
}
.square {
  font-size: 40px;
}
.ttl {
  font-size: 38px;
  font-weight: 600;
}
.subttl {
  font-size: 21px;
  font-weight: 600;
}
.line {
  border: 1px solid;
}
@media screen and (max-width: 1024px) {
  .ttlbox {
    width: 80vw;
    text-align: center;
  }
  .square {
    font-size: 30px;
  }
  .ttl {
    font-size: 28px;
    font-weight: 600;
  }
  .subttl {
    font-size: 16px;
    font-weight: 500;
  }
  .line {
    margin-top: 20px;
  }
}

/*========= footer PC ===============*/
#footer {
  background: #000;
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.footer_01 {
  margin-right: 60px;
}
.footer_02 {
  margin-right: 60px;
}
.copyright {
  margin-top: 56px;
  letter-spacing: 1px;
}

/*========= footer SP ===============*/
#footer_sp {
  width: 100vw;
  background: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer_wrap_sp {
  margin: 0 auto;
  width: 80vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer_03_sp {
  display: block;
  width: 80vw;
  margin: 40px auto;
}

@media screen and (max-width: 1024px) {
  .copyright {
    width: 80vw;
    margin: 0 auto;
    letter-spacing: 1px;
  }
}

.back-top-bnr{
  width: min(calc(100% - 80px), 450px);
}
