@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: #00428f;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong {
  color: #5e5e5e;
  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 {
  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 {
  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;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
}
#header .top {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  height: 127px;
}
#header .logo {
  margin-right: 15px;
}
#header .logo img {
  min-width: 160px;
}
#header .links a {
  text-decoration: none;
  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 {
  transition: all 0.5s ease-out;
  cursor: pointer;
}
#header .ccm-search-block-form .ccm-search-block-submit:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  #header .top {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 60px;
    padding-right: 60px;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .logo img {
    max-height: 50px;
    min-width: 0px;
    width: auto;
  }
}

#gnav {
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
#gnav .links {
  height: 100%;
  margin-left: 25px;
}
#gnav .links ul {
  height: 100%;
}
#gnav .links ul li {
  height: 100%;
}
#gnav .links ul li a {
  background-color: #0c0c0c;
  color: #fff;
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
#gnav > ul {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  gap: 0 59px;
  flex-wrap: wrap;
  justify-content: end;
}
#gnav > ul > li {
  position: relative;
  display: flex;
  transition: all 0.5s ease-out;
  /* &.current {
    border-top: solid 5px #e99100;
  } */
}
#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#gnav > ul > li > a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #0c0c0c;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  display: 500;
  display: block;
  height: auto;
  font-family: "Roboto", sans-serif;
}
#gnav > ul > li > a:hover {
  opacity: 0.6;
}
#gnav > ul > li > a small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #9b9b9b;
}
#gnav > ul > li ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 1;
}
#gnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  #gnav .links ul li a {
    font-size: 16px;
    width: 170px;
  }
  #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;
  }
  #gnav > ul > li {
    flex-grow: 0;
  }
  #gnav > ul > li::after {
    display: none;
  }
  #gnav > ul > li > a {
    color: #fff;
  }
  #gnav > ul > li > a small {
    margin-left: 10px;
  }
  #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;
  }
}

/* ----------------------------------------------
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: 80px;
  right: 90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  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: #e3e2de;
  padding-top: 90px;
  padding-bottom: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
}
#footer .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .contents {
  display: flex;
  justify-content: space-between;
}
#footer .logo {
  margin-bottom: 20px;
}
#footer .logo a {
  transition: all 0.5s ease-out;
}
#footer .logo a:hover {
  opacity: 0.6;
}
#footer .left {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.875;
}
#footer #copyright {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#footer .privacy a {
  color: #0c0c0c;
  font-weight: 500;
  text-underline-offset: 10px;
}
#footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
#footer #fnav {
  display: block;
}
#footer #fnav .contact {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 25px;
}
#footer #fnav .contact a {
  width: 140px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00428f;
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  transition: all 0.5s ease-out;
  border-radius: 5px;
}
#footer #fnav .contact a:hover {
  opacity: 0.6;
}
#footer #fnav > ul {
  display: flex;
  gap: 10px 60px;
}
#footer #fnav > ul > li {
  flex-shrink: 0;
}
#footer #fnav > ul > li > a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 1.4;
  color: #0c0c0c;
  font-family: "Bahnschrift";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
}
#footer #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li > a small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
}
#footer #fnav > ul > li ul li::before {
  content: "―";
  padding: 0 10px;
}
#footer #fnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
#footer #fnav > ul > li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  #footer .left {
    font-size: 15px;
  }
  #footer #fnav {
    margin-left: 15px;
  }
  #footer #fnav > ul {
    gap: 0 30px;
  }
  #footer #fnav > ul > li > a {
    font-size: 16px;
  }
  #footer #fnav > ul > li > a small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-bottom: 50px;
    padding-top: 60px;
  }
  #footer .contents {
    display: block;
  }
  #footer .logo {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .left {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  #footer .contact {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .contact a {
    font-size: 16px;
  }
  #footer .bottom {
    flex-direction: column-reverse;
  }
  #footer #copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
  }
  #footer #fnav {
    margin-top: 30px;
    margin-left: 0;
  }
  #footer #fnav > ul {
    display: block;
  }
  #footer #fnav > ul > li {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer #fnav > ul > li:not(:first-child) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  background-image: url(../images/contact-bg.webp);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
}
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.contactbnr h2 {
  display: block;
  font-family: "Bahnschrift", "Akshar", serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}
.contactbnr h2 small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
  display: block;
}
.contactbnr .contents {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.contactbnr .tel a,
.contactbnr .fax a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.08em;
}
.contactbnr .tel a:hover,
.contactbnr .fax a:hover {
  opacity: 0.6;
}
.contactbnr .tel a span,
.contactbnr .fax a span {
  font-size: 30px;
}
.contactbnr .fax {
  margin-left: 30px;
}
.contactbnr .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
}
.contactbnr .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #00428f;
  background-color: #ffffff;
  width: 100%;
  height: 94px;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactbnr .btn a:hover {
  opacity: 0.6;
}
.contactbnr .btn a::after {
  content: "";
  background-image: url(../images/arrow4.webp);
  width: 37px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
}
@media (max-width: 1199px) {
  .contactbnr h2 {
    font-size: 40px;
  }
  .contactbnr h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contactbnr {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .contactbnr h2 {
    font-size: 27px;
  }
  .contactbnr h2 small {
    font-size: 14px;
  }
  .contactbnr .contents {
    display: block;
  }
  .contactbnr .tel, .contactbnr .fax {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contactbnr .tel a, .contactbnr .fax a {
    font-size: 27px;
  }
  .contactbnr .tel a span, .contactbnr .fax a span {
    font-size: 18px;
  }
  .contactbnr .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .contactbnr .btn a {
    width: 300px;
    height: 70px;
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */