html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
  letter-spacing: 0.05rem;
}

.ls0 {
  letter-spacing: 0;
}

.ls {
  letter-spacing: 0.1rem;
}

.ls2 {
  letter-spacing: 0.2rem;
}

.ls3 {
  letter-spacing: 0.3rem;
}

.os4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.os5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.os6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.os7 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.os8 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

span {
  display: inline-block;
}

.tab,
.sp {
  display: none;
}

.upper {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.lineround1w {
  border: 1px solid #fff;
}

.lineround2w {
  border: 2px solid #fff;
}

.line_bottom1 {
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.line_bottom2 {
  border-bottom: 2px solid #fff;
}

.linkg {
  color: #fff;
  background: #C08C3A;
  background: linear-gradient(180deg, rgb(192, 140, 58) 0%, rgb(152, 94, 44) 100%);
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  line-height: 1;
}

.linkg:hover {
  color: #000;
  background: #CCA260;
  background: linear-gradient(180deg, rgb(204, 162, 96) 0%, rgb(172, 126, 85) 100%);
  line-height: 1;
}

.br10 {
  border-radius: 10px;
}

.mt10 {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .tab {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}
@media (max-width: 480px) {
  .pc2 {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 480px) {
  body {
    font-size: 0.9rem;
  }
}
@media (min-width: 1240px) {
  body {
    font-size: 1.1rem;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 1.2rem;
  }
}

small {
  display: inline-block;
  font-weight: 500;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(3, 3, 3, 0) 94%);
}
header h1 a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 20px;
  left: 20px;
}
@media (min-width: 1440px) {
  header h1 a {
    top: 30px;
    left: 30px;
  }
}
header h1 img {
  width: 200px;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  header h1 img {
    display: none;
  }
}
@media (min-width: 1440px) {
  header h1 img {
    width: 250px;
  }
}
header h1 span {
  font-size: 22px;
  color: #fff;
  margin-top: 0.1rem;
}
@media (min-width: 1000px) {
  header h1 span {
    display: none;
  }
}
@media (min-width: 1440px) {
  header h1 span {
    font-size: 28px;
    margin-top: -0.5rem;
  }
}
header h1 small {
  padding: 0.5rem 0.25rem;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 1000px) {
  header h1 small {
    display: none;
  }
}
@media (min-width: 1440px) {
  header h1 small {
    font-size: 15px;
  }
}
header div nav ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.75rem;
}
header div nav ul li a {
  display: inline-block;
  padding: 1.5rem 0.5rem;
  color: #fff;
  font-weight: 400;
  font-size: 90%;
}
@media (max-width: 1000px) {
  header div nav ul li a {
    font-size: 80%;
    padding: 1.5rem 0.3rem;
  }
}
@media (max-width: 768px) {
  header div nav ul li a {
    pointer-events: none;
  }
}
header div nav ul li a span {
  position: relative;
}
header div nav ul li a span::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: all 0.3s ease;
}
header div nav ul li a:hover span::after {
  width: 100%;
}
header button {
  width: 30px;
  height: 20px;
  margin-right: 1rem;
  z-index: 999;
  display: flex;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  right: 0px;
  top: 30px;
  transition: all 0.3s ease;
}
header button span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
header .up {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  transition-duration: 0.5s;
}
header .up nav.inq {
  transition-duration: 0.5s;
}
header .up nav.inq ul {
  display: flex;
}
header .up nav.inq ul li a {
  display: inline-block;
  padding: 1rem 0.75rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  header .up nav.inq ul li a {
    padding: 0.75rem;
    font-size: 0.9rem;
  }
}
header .up nav.inq ul li:nth-of-type(1) a {
  background: #3E58BD;
  margin-bottom: 8px;
}
header .up nav.inq ul li:nth-of-type(1) a i.fa-hand-point-up {
  padding-top: 0.5rem;
  display: inline-block;
}
header .up nav.inq ul li:nth-of-type(1) a:hover {
  background: #1b3ab1;
}
header .up nav.inq ul li:nth-of-type(2) a {
  background: #C08C3A;
  background: linear-gradient(180deg, rgb(192, 140, 58) 0%, rgb(152, 94, 44) 100%);
  padding: 1rem 0.75rem 0.75rem;
}
header .up nav.inq ul li:nth-of-type(2) a:hover {
  background: #CCA260;
  background: linear-gradient(180deg, rgb(204, 162, 96) 0%, rgb(172, 126, 85) 100%);
  color: #000;
}
header .up nav.inq ul li:nth-of-type(2) a:hover span {
  color: #444;
}
header .up nav.inq ul li span {
  writing-mode: horizontal-tb;
  margin-top: -0.5rem;
  font-size: 90%;
}
header .up nav.inq.hide {
  visibility: hidden;
  opacity: 0;
}
header .up.is-hidden {
  visibility: hidden;
  opacity: 0;
}

header.active {
  background: #fff;
}
header.active h1 img {
  display: none;
}
header.active h1 span {
  display: inline-block;
  color: #333;
}
header.active h1 small {
  display: none;
}
header.active div nav ul li a {
  color: #333;
  font-size: 80%;
}
header.active div nav ul li a:hover {
  color: #3E58BD;
}
header.active div nav ul li a span::after {
  background-color: #3E58BD;
}
header.active div button span {
  background: #333;
}

@media (max-width: 768px) {
  header {
    height: 63px;
  }
  header .up nav.inq ul li a {
    font-size: 0.9rem;
  }
  header .up nav.inq ul li a i {
    padding-bottom: 0.25rem;
  }
  header button {
    display: flex;
  }
  header div li a span {
    display: none;
  }
}
@media (max-width: 480px) {
  header .up {
    display: none;
  }
  header .up nav.inq ul {
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0.5rem 0;
  }
  header .up nav.inq ul li a {
    padding: 0.75rem 1.5rem;
  }
  header .up nav.inq ul li:nth-of-type(1) a {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  header .up nav.inq ul li:nth-of-type(1) a i {
    padding-right: 0.5rem;
  }
  header .up nav.inq ul li:nth-of-type(2) a {
    background: #c5955e;
    padding: 0.5rem 1rem 0.75rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  header .up nav.inq ul li:nth-of-type(2) a i {
    padding-top: 0.5rem;
  }
  header .up nav.inq ul li span {
    display: none;
  }
}
header.is_active button {
  justify-content: center;
  transition: all 0.3s ease;
}
header.is_active button span {
  transition: all 0.3s ease;
}
header.is_active button span:nth-of-type(2) {
  display: none;
}
header.is_active button span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-bottom: -2px;
}
header.is_active button span:nth-of-type(3) {
  transform: rotate(-45deg);
}
header.is_active div {
  background: #3E58BD;
  width: 100%;
  height: 100vh;
}
header.is_active div nav ul {
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-right: 0;
}
header.is_active div nav ul li a {
  padding: 1rem 0.5rem;
  font-size: 120%;
  color: #fff;
  pointer-events: auto;
}
header.is_active div nav ul li a span {
  display: inline-block;
}
header.is_active div nav ul li a:hover {
  color: #fff;
}
header.is_active section {
  display: none;
}

header.is_active.active h1 span {
  color: #fff;
}
header.is_active.active div button span {
  background: #fff;
}

footer {
  background-image: url(../image/footer3s.jpg);
  background-image: -webkit-image-set(url(../image/footer3s.jpg) 1x, url(../image/footer3.jpg) 2x);
  background-image: image-set(url(../image/footer3s.jpg) 1x, url(../image/footer3.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  footer {
    background-image: url(../image/footer4.jpg);
    background-size: cover;
    background-position: 40% bottom;
  }
}
footer section {
  margin: 0 auto;
  padding: 120px 30px 150px;
  color: #fff;
  max-width: 1060px;
  font-weight: 500;
}
@media (max-width: 768px) {
  footer section {
    padding: 70px 30px 100px;
  }
}
@media (max-width: 480px) {
  footer section {
    padding: 40px 20px 50px;
  }
}
footer section h2 {
  text-align: center;
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  footer section h2 {
    font-size: 180%;
  }
}
@media (max-width: 480px) {
  footer section h2 {
    font-size: 160%;
  }
}
footer section figure {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  footer section figure {
    margin-bottom: 20px;
  }
}
footer section figure img {
  width: 200px;
}
@media (max-width: 480px) {
  footer section figure img {
    width: 150px;
  }
}
footer section p {
  text-align: center;
  font-size: 80%;
  line-height: 2;
  margin-bottom: 40px;
  padding: 0 0 30px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 480px) {
  footer section p {
    margin-bottom: 20px;
    padding: 0 0 20px;
    font-size: 70%;
  }
}
footer section > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media (max-width: 1000px) {
  footer section > ul {
    font-size: 90%;
  }
}
@media (max-width: 768px) {
  footer section > ul {
    font-size: 80%;
  }
}
@media (max-width: 480px) {
  footer section > ul {
    padding: 0;
  }
  footer section > ul > li {
    width: 45%;
  }
}
footer section > ul ul > li {
  margin-bottom: 1.5rem;
}
footer section > ul ul > li a {
  display: inline-block;
  position: relative;
  font-size: 90%;
}
@media (max-width: 480px) {
  footer section > ul ul > li a {
    font-size: 80%;
  }
}
footer section > ul ul > li a:hover {
  color: #ccc;
}
footer section > ul ul > li a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #ccc;
  transition: all 0.3s ease;
}
footer section > ul ul > li a:hover::after {
  width: 100%;
}
footer section > ul ul > li ul {
  margin-top: 1.5rem;
  margin-left: 1rem;
}
footer section > ul ul > li ul li {
  margin-bottom: 0.75rem;
}
footer section h3 {
  flex-direction: column;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 260%;
  line-height: 1.4;
  margin: 200px 0 0 10%;
}
@media (max-width: 768px) {
  footer section h3 {
    font-size: 200%;
    margin: 100px 0 0 10%;
  }
}
@media (max-width: 480px) {
  footer section h3 {
    font-size: 170%;
    margin: 100px 0 0 5%;
  }
}
footer div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 1rem 1.5rem;
}
footer div p {
  padding: 0.25rem 0;
}
footer div p:nth-of-type(1) {
  font-size: 100%;
}
footer div p:nth-of-type(2) {
  font-size: 50%;
}

#mail {
  color: #fff;
  background: #000;
  width: 100%;
  padding-top: 150px;
}
@media (max-width: 768px) {
  #mail {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  #mail {
    padding-top: 30px;
  }
}
#mail h5 {
  font-size: 250%;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #mail h5 {
    font-size: 200%;
  }
}
@media (max-width: 480px) {
  #mail h5 {
    font-size: 130%;
  }
}
#mail dl {
  padding: 1rem 0 10rem;
}
@media (max-width: 768px) {
  #mail dl {
    padding: 1rem 0 5rem;
  }
}
@media (max-width: 480px) {
  #mail dl {
    padding: 0 0 3rem;
  }
}
#mail dt {
  margin-bottom: 1rem;
  font-size: 110%;
  line-height: 1.7;
}
@media (max-width: 480px) {
  #mail dt {
    font-size: 90%;
  }
}
#mail picture {
  display: block;
  margin-bottom: 1rem;
}
#mail picture img {
  width: 80%;
  max-width: 800px;
}
@media (max-width: 480px) {
  #mail picture img {
    width: 90%;
  }
}
#mail ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (max-width: 480px) {
  #mail ul {
    display: block;
  }
}
#mail ul li {
  margin: 0 1rem 0 0;
}
@media (max-width: 480px) {
  #mail ul li {
    margin: 0;
  }
}
#mail ul li img {
  width: 300px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #mail ul li img {
    width: 250px;
  }
}
@media (max-width: 480px) {
  #mail ul li img {
    width: 230px;
  }
}
@media (min-width: 1440px) {
  #mail ul li img {
    width: 350px;
  }
}
#mail ul li > a {
  padding: 0;
  background: none;
}
#mail ul li > a:hover img {
  opacity: 0.8;
}
#mail ul li:nth-of-type(2) {
  margin: 0;
}
@media (max-width: 480px) {
  #mail ul li:nth-of-type(2) {
    margin-top: 0.8rem;
  }
}
/*# sourceMappingURL=common.css.map */