/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: clamp(14px, 1.4166666667vw, 17px);
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body * {
  font-size: inherit;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  outline: none;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  transition: 0.3s;
}
a img {
  border-style: none;
}
a:hover {
  transform: translateY(-5px);
}

@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .np {
    display: none;
  }
}
img {
  width: 100%;
  vertical-align: middle;
}

.kome li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 3px;
  font-size: clamp(12px, 1.1666666667vw, 14px);
}

.textBtn a {
  display: inline-block;
  background-color: #222;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 130%;
  border-radius: 40px;
  padding: 20px 40px;
  min-width: 300px;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .textBtn a {
    min-width: auto;
  }
}

header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5vw;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  transition: 1s;
}
header.shadow {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 960px) {
  header {
    height: 80px;
  }
}
header h1 {
  width: 250px;
}
@media screen and (max-width: 960px) {
  header h1 {
    width: 160px;
  }
}
header .navi {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  header .navi {
    display: none;
  }
}
header .navi li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: block;
  margin-left: 15px;
}
@media screen and (max-width: 960px) {
  header .navi li a {
    margin-left: 12px;
  }
}
header .menu {
  width: 60px;
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  header .menu {
    width: 40px;
    margin-left: 30px;
  }
}

.rightContactBtn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContactBtn {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: translateY(0);
    width: calc(100% - 70px);
  }
}
.rightContactBtn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #03376c;
  padding: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContactBtn a {
    flex-direction: row;
    height: 60px;
    padding: 0 20px;
  }
  .rightContactBtn a:hover {
    transform: translateY(0);
  }
}
.rightContactBtn a span {
  display: block;
  width: 27px;
  margin-bottom: 3px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContactBtn a span {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.rightContactBtn a strong {
  display: block;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 100%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContactBtn a strong {
    writing-mode: horizontal-tb;
  }
}

body:has(.sideMenu-on) #wrapper {
  filter: blur(6px);
}

#sideMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(249, 248, 245, 0.85) !important;
}
#sideMenu .close-sideMenu {
  position: fixed;
  top: 30px;
  right: 5vw;
  width: 60px;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #sideMenu .close-sideMenu {
    width: 40px;
  }
}
#sideMenu .rightContentsMenu {
  margin: auto;
  padding: 50px 5vw;
  text-align: center;
}
#sideMenu .rightContentsMenu h1 {
  width: 300px;
  margin-bottom: 50px;
}
#sideMenu .rightContentsMenu ul.navi li a {
  display: block;
  border-bottom: 1px dotted rgba(34, 34, 34, 0.4);
  padding: 10px 0;
}

#contents {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  #contents {
    padding-top: 80px;
  }
}

footer {
  background-color: #222;
  padding: 100px 5vw;
  text-align: center;
}
@media screen and (max-width: 668px) {
  footer {
    padding: 60px 5vw 90px;
  }
}
footer * {
  color: #fff;
}
footer h6 {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  footer h6 {
    width: 160px;
  }
}
footer h6 a img {
  filter: invert(100%);
}
footer .navi {
  display: inline-flex;
  justify-content: center;
  margin: 60px 0;
  padding: 25px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 800px) {
  footer .navi {
    padding: 25px 0;
  }
}
@media screen and (max-width: 668px) {
  footer .navi {
    margin: 30px auto;
    padding: 25px 30px;
    display: table;
  }
}
@media screen and (max-width: 668px) {
  footer .navi li:not(:last-child) {
    margin-bottom: 10px;
  }
}
footer .navi li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: block;
  margin: 0 17px;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  footer .navi li a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 668px) {
  footer .navi li a {
    margin: 0;
  }
}
footer .copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.25vw, 15px);
  letter-spacing: 1px;
}

.pagetop {
  position: fixed;
  z-index: 40;
  right: 0;
  bottom: -5px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pagetop {
    bottom: 0;
    display: block !important;
  }
}
.pagetop a {
  display: flex;
  align-items: center;
  background-color: #333;
  padding: 0;
  width: 67px;
  height: 60px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pagetop a {
    width: 70px;
  }
  .pagetop a:hover {
    transform: translateY(0);
  }
}
.pagetop a span {
  display: block;
  width: 27px;
  margin: 0 auto;
}/*# sourceMappingURL=layout.css.map */