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

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

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

a {
  color: #045cd3;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #0032af;
  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;
  z-index: 6;
}
#header::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 30%;
  background-color: #faf8f4;
  z-index: -1;
}
#header::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  background-color: #faf8f4;
  clip-path: polygon(0 0, 0% 100%, 100% 0, 0% 0);
  z-index: -1;
  top: 0;
  left: 30%;
}

.top {
  height: 140px;
  position: relative;
  width: 100%;
  padding-left: 60px;
  padding-right: 80px;
  text-align: center;
  display: flex;
  align-items: center;
}

.links a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.links a:hover {
  opacity: 0.6;
}

.ccm-search-block-form .ccm-search-block-text {
  outline: none;
}
.ccm-search-block-form .ccm-search-block-submit {
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.ccm-search-block-form .ccm-search-block-submit:hover {
  opacity: 0.6;
}

@media (max-width: 1599px) {
  #header::before {
    right: 1120px;
  }
  #header::after {
    left: unset;
    right: 1020px;
  }
}
@media (max-width: 1400px) {
  #header::before {
    right: unset;
    left: 0px;
    width: 280px;
  }
  #header::after {
    right: unset;
    left: 280px;
  }
  .top {
    padding-left: 30px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  #header::after {
    width: 70px;
  }
  #header .logo img {
    max-width: 85px;
  }
  .top {
    height: 90px;
  }
}
@media (max-width: 767px) {
  #header::before {
    width: 150px;
  }
  #header::after {
    left: 150px;
    width: 50px;
  }
  #header .top {
    height: 65px;
    padding-left: 10px;
    padding-right: 60px;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .logo img {
    max-height: 60px;
    min-width: 0px;
    width: auto;
  }
}
#gnav {
  margin-left: auto;
  padding-top: 10px;
  z-index: 5;
}
#gnav > ul {
  display: flex;
  justify-content: end;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 10px 0;
}
#gnav > ul > li {
  position: relative;
  transition: all 0.5s ease-out;
}
#gnav > ul > li:not(:last-child) {
  margin-right: 47px;
}
#gnav > ul > li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -26px;
  top: -0.2em;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
s #gnav > ul > li.current {
  border-top: solid 5px #e99100;
}
#gnav > ul > li > a {
  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;
  font-size: 20px;
  line-height: 1.7;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
  text-align: left;
}
#gnav > ul > li > a:hover {
  opacity: 0.6;
}
#gnav > ul > li > a small {
  display: block;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
  color: #045cd3;
}
#gnav > ul > li ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 4;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#gnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #045cd3;
  border-radius: 35px;
  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;
}
#gnav > ul > li ul li a small {
  margin-left: 5px;
  font-family: "futura-pt", sans-serif;
}
@media (max-width: 1199px) {
  #gnav > ul > li:not(:last-child) {
    margin-right: 0;
  }
  #gnav > ul > li:not(:last-child)::after {
    display: none;
  }
  #gnav > ul > li > a {
    font-size: 17px;
  }
  #gnav > ul > li > a small {
    display: none;
    font-size: 13px;
    color: #fff;
    margin-left: 5px;
  }
  #gnav > ul > li ul li a {
    background-color: initial;
    border-radius: initial;
    white-space: initial;
    padding: initial;
  }
  #gnav > ul > li ul li a small {
    display: none;
  }
}
@media (max-width: 767px) {
  #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 ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
  }
  #gnav > ul > li ul li {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
}

@media (min-width: 1200px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
  }
  #header.m_fixed .top {
    background-color: #fff;
    align-items: center;
    height: 100px;
  }
  #header.m_fixed .top .logo img {
    max-width: 100px;
  }
  #header.m_fixed .top .logo::before, #header.m_fixed .top .logo::after {
    display: none;
  }
  #header.m_fixed #gnav {
    color: #231815;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 999px) {
  #header.m_fixed #gnav {
    margin-top: 4px;
  }
}
@media (min-width: 1200px) {
  #header.m_fixed #gnav > ul > li ul {
    padding-top: 20px;
  }
}
/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/*マウスオーバー時画像切り替え

#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;
  bottom: 260px;
  right: 90px;
  z-index: 4;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  #pagetop {
    right: 20px;
    top: calc(50vw - 200px);
  }
}
@media (max-width: 767px) {
  #pagetop {
    top: 60px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: url(../images/footer-bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding-top: 180px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.875;
  overflow: hidden;
  z-index: 0;
}
#footer::before {
  content: "";
  position: absolute;
  background-color: #045cd3;
  width: calc(100% - 850px);
  height: 100%;
  left: 0;
  top: 0;
}
#footer::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 940px;
  background-color: #045cd3;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  z-index: 1;
  top: 0;
  left: calc(100% - 850px);
}
#footer .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 3;
}
#footer .logos {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 30px;
  align-items: center;
}
#footer .logos .logo a {
  transition: all 0.5s ease-out;
}
#footer .logos .logo a:hover {
  opacity: 0.6;
}
#footer .logos .sns {
  background-color: #fff;
  border-radius: 50px;
  width: 50px;
  aspect-ratio: 1/1;
}
#footer .logos .sns a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
#footer .logos .sns a:hover {
  opacity: 0.6;
}
#footer .logos .sns a img {
  width: 30px;
}
#footer .text {
  margin-bottom: 50px;
}
#footer .tel-box {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: end;
  margin-bottom: 40px;
}
#footer .tel-box .title {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
#footer .tel-box a {
  transition: all 0.5s ease-out;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
}
#footer .tel-box a:hover {
  opacity: 0.6;
}
#footer .tel-box a span {
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-right: 0.3em;
}
#footer .tel-box .fax {
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-left: 15px;
  margin-bottom: 7px;
}
#footer .tel-box .fax span {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-right: 0.5em;
}
#footer .contact a {
  width: 400px;
  height: 80px;
  border-radius: 50px;
  background: #ffffff;
  color: #045cd3;
  text-decoration: none;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .contact a:hover {
  opacity: 0.6;
}
#footer .contact a::before {
  content: "";
  display: block;
  background: url(../images/contact-icon.webp);
  width: 21px;
  height: 16px;
  margin-right: 10px;
}
#footer .contact a::after {
  content: "";
  background: url(../images/arrow3.webp);
  width: 10px;
  height: 15px;
  position: absolute;
  right: 30px;
}
#footer #copyright {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  background-color: #faf8f4;
  color: #231815;
  z-index: 3;
  text-align: center;
  padding: 16px 0;
}
#footer #fnav {
  margin-top: 80px;
  margin-bottom: 80px;
}
#footer #fnav > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#footer #fnav > ul > li {
  position: relative;
}
#footer #fnav > ul > li:not(:last-child) {
  padding-right: 40px;
}
#footer #fnav > ul > li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 18px;
  top: -0.15em;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
#footer #fnav > ul > li > a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#footer #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li ul li::before {
  content: "―";
  padding-right: 5px;
}
#footer #fnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#footer #fnav > ul > li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  #footer {
    padding-top: 130px;
  }
  #footer::before {
    width: 420px;
  }
  #footer::after {
    height: 100%;
    aspect-ratio: 10/10;
    top: 0;
    left: 420px;
  }
  #footer #fnav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 70px;
    background-size: 143%;
    background-position: 0 0;
  }
  #footer .logos {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .logos .logo img {
    max-width: 200px;
  }
  #footer::before {
    width: calc(100% - 160px);
  }
  #footer::after {
    height: 100%;
    height: unset;
    aspect-ratio: 10/10;
    top: 0;
    left: calc(100% - 160px);
  }
  #footer #fnav {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  #footer #fnav > ul > li:not(:last-child) {
    padding-right: 30px;
  }
  #footer #fnav > ul > li:not(:last-child)::after {
    font-size: 14px;
    top: 0;
    right: 11px;
  }
  #footer #fnav > ul > li > a {
    font-size: 14px;
  }
  #footer .tel-box {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .tel-box .title {
    font-size: 15px;
  }
  #footer .tel-box .tel {
    margin-bottom: 10px;
  }
  #footer .tel-box .tel a {
    font-size: 26px;
  }
  #footer .tel-box .tel a span {
    font-size: 18px;
  }
  #footer .tel-box .fax {
    margin-left: 0;
    font-size: 23px;
  }
  #footer .tel-box .fax span {
    font-size: 15px;
    margin-right: 0.4em;
  }
  #footer .contact {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .contact a {
    width: 280px;
    height: 65px;
    font-size: 14px;
  }
  #footer .contact a::after {
    width: 8px;
    height: 11px;
    background-size: 100%;
    right: 25px;
  }
  #footer #copyright {
    padding: 13px 10px;
    font-size: 12px;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 80px;
}
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.contactbnr .tel a,
.contactbnr .contact a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.contactbnr .tel a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */