@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #0c0c0c;
  font-size: 16px;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #0c0c0c;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong {
  color: #333333;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 4;
  transform: translateY(-50%);
}
#side li + li {
  margin-top: 20px;
}
#side a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#side a:hover {
  opacity: 0.6;
}
@media (max-width: 1399px) {
  #side {
    width: 7.1428571429vw;
  }
}
@media (max-width: 767px) {
  #side {
    display: none;
  }
}

.wrapper:has(.top.m_fixed) {
  padding-top: 135px;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
}
#header .top {
  position: relative;
  width: 100%;
  height: 135px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 85px;
  text-align: center;
  display: flex;
  align-items: center;
}
#header .top.m_fixed {
  position: fixed;
  top: 0;
  height: 100px;
  z-index: 4;
  background-color: #fff;
}
#header .top.m_fixed .logo {
  max-width: 400px;
}
#header .top.m_fixed .logo a:nth-child(1) {
  display: none;
}
#header .top.m_fixed .logo a:nth-child(2) {
  display: block;
}
#header .top.m_fixed .links {
  display: none;
}
#header .top.m_fixed #gnav > ul {
  margin-top: 0;
}
#header .logo {
  margin-right: 20px;
}
#header .logo a:nth-child(2) {
  display: none;
}
#header .logo img {
  min-width: 160px;
}
#header .links a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header .links a:hover {
  opacity: 0.6;
}
#header .ccm-search-block-form .ccm-search-block-text {
  outline: none;
}
#header .ccm-search-block-form .ccm-search-block-submit {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
#header .ccm-search-block-form .ccm-search-block-submit:hover {
  opacity: 0.6;
}
@media (max-width: 1300px) {
  #header .top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  #header .top.m_fixed .logo {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 60px;
    padding-right: 60px;
    padding-left: 10px;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .logo img {
    max-height: 50px;
    min-width: 0px;
    width: auto;
  }
}

#gnav {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
#gnav .links ul li {
  line-height: 1.3;
}
#gnav .links ul li a {
  color: #0c0c0c;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-decoration-color: #d5d5d5;
  text-underline-offset: 3px;
}
#gnav > ul {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 25px;
  padding-right: 25px;
  gap: 10px 58px;
  flex-wrap: wrap;
  justify-content: end;
}
#gnav > ul > li {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#gnav > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #000;
  bottom: 0px;
  left: calc((100% - 50px) / 2);
  z-index: 0;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#gnav > ul > li.current > a {
  position: relative;
}
#gnav > ul > li.current > a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0c0c0c;
  transition: width 0.4s ease-in;
}
#gnav > ul > li.current > a.active::after {
  width: 100%;
}
#gnav > ul > li.current ul li a {
  display: flex;
}
#gnav > ul > li:not(.current)::after {
  background-color: #0c0c0c;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.4s ease-in;
  width: 0;
}
#gnav > ul > li:not(.current):hover::after {
  width: 100%;
}
#gnav > ul > li > a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #0c0c0c;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  position: relative;
}
#gnav > ul > li > a:hover {
  opacity: 0.6;
}
#gnav > ul > li ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 4;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#gnav > ul > li ul li a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  text-decoration: none;
  font-family: "bahnschrift", sans-serif;
  background-color: #0c0c0c;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 5px 10px;
  font-weight: 500;
}
#gnav > ul > li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1300px) {
  #gnav > ul {
    gap: 10px 30px;
  }
  #gnav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #gnav .links {
    display: none;
  }
  #gnav > ul {
    flex-direction: column;
    padding-right: 0;
  }
  #gnav > ul > li {
    flex-grow: 0;
  }
  #gnav > ul > li::after {
    display: none;
  }
  #gnav > ul > li > a {
    color: #fff;
  }
  #gnav > ul > li > a::after {
    display: none;
  }
  #gnav > ul > li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
  }
  #gnav > ul > li ul li {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
  #gnav > ul > li ul li a {
    background-color: initial;
    padding: initial;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
/*
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  @include opacity();
  @include sp {
    //display: none !important;
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
#pagetop {
  position: absolute;
  top: 120px;
  right: 90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 1250px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #000;
  padding-top: 110px;
  padding-bottom: 150px;
  color: #ffffff;
  position: relative;
}
#footer .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .logo {
  margin-bottom: 40px;
}
#footer .logo a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#footer .logo a:hover {
  opacity: 0.6;
}
#footer .contents {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr auto;
}
#footer .text {
  line-height: 1.625;
  letter-spacing: 0.08em;
  grid-column: 1/2;
  grid-row: 1/3;
  margin-right: 15px;
}
#footer #copyright {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: end;
  grid-column: 2/3;
  grid-row: 2/3;
}
#footer #fnav {
  grid-column: 2/3;
  grid-row: 1/2;
  max-width: 650px;
  margin-left: auto;
}
#footer #fnav > ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 20px 55px;
}
#footer #fnav > ul > li > a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
#footer #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li ul li::before {
  content: "―";
  padding: 0 10px;
}
#footer #fnav > ul > li ul li a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #ffffff;
}
#footer #fnav > ul > li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  #footer .text {
    font-size: 15px;
  }
  #footer #fnav {
    max-width: 480px;
  }
  #footer #fnav > ul {
    gap: 15px 30px;
  }
  #footer #fnav > ul > li > a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  #footer .logo {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
  #footer .contents {
    display: block;
  }
  #footer .text {
    text-align: center;
    margin-bottom: 60px;
    margin-right: 0;
    font-size: 14px;
  }
  #footer #fnav {
    margin-right: auto;
    max-width: unset;
  }
  #footer #fnav ul {
    justify-content: center;
    gap: 10px 20px;
  }
  #footer #fnav ul li a {
    font-size: 15px;
  }
  #footer #copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 50px;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  background-image: url(../images/contact-bg.webp);
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 70px;
}
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.contactbnr h2 {
  font-size: 60px;
  color: #0c0c0c;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.contactbnr h2 small {
  margin-bottom: 10px;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.contactbnr .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  line-height: 1.6666666667;
  color: #ffffff;
  margin-bottom: 30px;
}
.contactbnr .tel a,
.contactbnr .contact a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contactbnr .tel a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}
.contactbnr .contact a {
  height: 200px;
  color: #ffffff;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.08em;
  background-color: #0c0c0c;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.contactbnr .contact a span {
  border-bottom: #ffffff 1px solid;
  line-height: 1.4;
  padding: 0 8px;
}
.contactbnr .contact a::after {
  content: "";
  background-image: url(../images/arrow3.webp);
  width: 80px;
  height: 80px;
  position: absolute;
  right: 60px;
}
@media (max-width: 1199px) {
  .contactbnr h2 {
    font-size: 45px;
  }
  .contactbnr h2 small {
    font-size: 23px;
  }
  .contactbnr .contact a {
    height: 170px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contactbnr {
    padding-top: 70px;
    padding-bottom: 60px;
    background-position: 70%;
  }
  .contactbnr h2 {
    font-size: 27px;
  }
  .contactbnr h2 small {
    font-size: 16px;
  }
  .contactbnr .text {
    font-size: 14px;
  }
  .contactbnr .contact {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .contactbnr .contact a {
    height: 80px;
    font-size: 21px;
  }
  .contactbnr .contact a span {
    padding: 0 5px;
  }
  .contactbnr .contact a::after {
    content: "";
    background-image: url(../images/arrow3.webp);
    width: 35px;
    height: 35px;
    position: absolute;
    background-size: 100%;
    right: 20px;
  }
}

/*# sourceMappingURL=style.css.map */