.pc {
  display: block;
}

.sp {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.5;
  }
}
.flex {
  display: flex;
}

.en {
  color: #777777;
}

.enBold {
  color: #777777;
  font-weight: bold;
}

.ja {
  color: #000;
}

.jaBold {
  color: #000;
  font-weight: bold;
}

h2 {
  text-align: center;
  margin-bottom: 40px;
}
h2 .head-ttl {
  font-size: 24px;
}
h2 .head-aside {
  font-size: 16px;
}
h2 .hrz {
  height: 1px;
  background-color: #777777;
  max-width: 345px;
  margin: 10px auto;
}
h2 .enBold {
  font-size: 18px;
}

@media (max-width: 1050px) {
  h2 {
    justify-content: center;
  }
}
.mb1 {
  height: 20px;
}

.noscroll {
  overflow: hidden;
}

.modalArea {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(30, 30, 30, 0.7);
}

.modalWrapper {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  transition: all 0.4s;
}
.modalWrapper .modalContents {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.modalWrapper .modalContents .nav_list .nav_item {
  border-radius: 6px;
  display: block;
  padding: 5px 0 5px 30px;
  background: #fff;
  color: #000;
  font-weight: bold;
  position: relative;
  margin-bottom: 7px;
}
.modalWrapper .modalContents .nav_list .nav_item::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
  position: absolute;
  top: 16px;
  right: 20px;
  -webkit-transform: translateY(-25%) rotate(45deg);
  -moz-transform: translateY(-25%) rotate(45deg);
  -ms-transform: translateY(-25%) rotate(45deg);
  -o-transform: translateY(-25%) rotate(45deg);
}

.panelActive {
  right: 0;
}

.closeModal {
  position: absolute;
  top: 3rem;
  right: 2rem;
  cursor: pointer;
}

header {
  margin: auto;
  padding: 36px 22px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s ease;
}
header.scrolled {
  padding: 20px 24px;
  font-size: 15px;
}
header.scrolled .logo {
  max-width: 120px;
  transition: all 0.3s ease;
}
header .header-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-inner .logo {
  max-width: 200px;
  transition: all 0.3s ease;
}
header .header-inner nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
header .header-inner nav ul li {
  border-right: 1px solid #c5c5c5;
  padding-right: 20px;
}
header .header-inner nav ul li:last-of-type {
  border-right: none;
}
header .header-inner nav ul li a {
  display: block;
  font-weight: bold;
}
header .header-inner .h-entry_btn {
  background: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 10px 0;
  width: 140px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
header .header-inner .h-entry_btn a {
  color: #9f9883;
}

@media (max-width: 1050px) {
  header {
    padding: 20px 22px;
  }
  header .header-inner .h-entry_btn {
    display: none;
  }
  header .header-inner .burger-btn {
    display: block;
    margin-left: auto;
    width: 33px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  header .header-inner .bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #777;
    position: absolute;
    z-index: 9;
  }
  header .header-inner .bar-top {
    top: 0;
  }
  header .header-inner .bar-middle {
    top: 9px;
  }
  header .header-inner .bar-bottom {
    bottom: 0;
    right: 0;
  }
  header .header-inner .menu {
    position: absolute;
    bottom: -20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
}
.mv {
  margin: auto;
  padding-top: 180px;
}
.mv .mv-inner {
  align-items: end;
  justify-content: center;
  gap: 70px;
}

@media (max-width: 1050px) {
  .mv img {
    max-width: 550px;
  }
}
.about {
  max-width: 900px;
  margin: 240px auto 200px;
  justify-content: space-between;
  padding: 0 15px;
  align-items: end;
  position: relative;
}
.about .about-left {
  max-width: 433px;
}
.about .about-left h1 {
  font-size: 30px;
  margin-bottom: 18px;
  color: #d24d55;
}
.about .about-left h1 span {
  font-size: 40px;
}
.about .about-left .hrz {
  width: 100%;
  height: 1px;
  background-color: #777777;
  margin: 30px 0;
}
.about .about-left .about-en1 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #d24d55;
}
.about .about-right {
  position: absolute;
  bottom: -100px;
  right: 0;
}

@media (max-width: 1050px) {
  .about {
    margin: 30px auto 500px;
    flex-direction: column;
    position: relative;
  }
  .about .about-left {
    max-width: 550px;
  }
  .about .about-left .about-txt1 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .about .about-left .hrz {
    width: 100%;
    height: 1px;
    background-color: #777777;
    margin: 30px 0;
  }
  .about .about-left .about-en1 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .about .about-right {
    position: absolute;
    bottom: -380px;
    right: 0;
  }
}
.service {
  margin: 50px 0 200px;
}
.service .service-container {
  padding: 0 15px;
  max-width: 930px;
  margin: auto;
}
.service .service-container .service-inner {
  border: #d9d9d9 1px solid;
  padding: 50px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.service .service-container .service-inner .service1-uq .s-img-wrap {
  justify-content: space-between;
  align-items: end;
  margin: 40px 0 100px;
}
.service .service-container .service-inner .service1-uq .s1-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #d24d55;
  margin: 60px 0 13px;
}
.service .service-container .service-inner .service1-uq .s1-head2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #c49621;
  margin: 60px 0 13px;
}
.service .service-container .service-inner .service1-uq .s1uq-min-head {
  color: #c49621;
  font-weight: bold;
}
.service .service-container .service-inner .service1-uq .min-aside {
  padding-left: 14px;
}
.service .service-container .service-inner .s-end {
  font-weight: bold;
  padding: 20px 30px;
  background-color: #fffce9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.service .service-container .service-inner .s-end span {
  color: #d24d55;
}
.service .service-container .service1 {
  background: url(./img/back1.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding: 30px 0;
}
.service .service-container .service1 h3,
.service .service-container .service1 h4 {
  color: #d24d55;
}
.service .service-container .service2 {
  background: url(./img/back2.svg);
  background-repeat: no-repeat;
  padding: 30px 0;
}
.service .service-container .service2 h3,
.service .service-container .service2 h4 {
  color: #de74ab;
}
.service .service-container .service3 {
  background: url(./img/back3.svg);
  background-repeat: no-repeat;
  padding: 30px 0;
}
.service .service-container .service3 h3,
.service .service-container .service3 h4 {
  color: #368348;
}
.service .service-container .service4 {
  background: url(./img/back4.svg);
  background-repeat: no-repeat;
  padding: 30px 0;
}
.service .service-container .service4 h3,
.service .service-container .service4 h4 {
  color: #474a90;
}

@media (max-width: 1050px) {
  .service {
    margin: 50px 0 120px;
  }
  .service .service-container {
    gap: 40px;
  }
  .service .service-container .service-inner {
    width: unset;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
  }
  .service .service-container .service-inner .service-about {
    margin-top: 30px;
    gap: 16px;
  }
  .service .service-container .service-inner .service-about > :nth-last-child(1) {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .service1 .service-img,
  .service3 .service-img {
    padding-left: 15px;
  }
  .service2 .service-img,
  .service4 .service-img {
    padding-right: 15px;
  }
  .service .service-container .service-inner .service1-uq .s-img-wrap {
    justify-content: space-between;
    align-items: end;
    margin: 40px 0 70px;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 550px) {
  .service1 .service-img,
  .service3 .service-img {
    padding-left: 15px;
    max-width: 80%;
    margin-left: auto;
  }
  .service2 .service-img,
  .service4 .service-img {
    padding-right: 15px;
    max-width: 80%;
    margin-right: auto;
  }
}
.flow {
  padding: 70px 0 137px;
  background-color: #fffce9;
}
.flow .flow-container {
  max-width: 680px;
  margin: auto;
  flex-direction: column;
  gap: 40px;
  padding: 0 15px;
}
.flow .flow-container .flow-block {
  background-color: #fff;
  font-family: "Noto Sans JP", serif;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.flow .flow-container .flow-block .head {
  background-color: #b2a554;
  color: #fff;
  font-weight: bold;
  padding: 18px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 14px 14px 0 0;
  -webkit-border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
  -ms-border-radius: 14px 14px 0 0;
  -o-border-radius: 14px 14px 0 0;
}
.flow .flow-container .flow-block .head aside {
  position: absolute;
  left: 20px;
  font-size: 18px;
  padding: 2px 10px;
  color: #b2a554;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.flow .flow-container .flow-block .head p {
  font-size: 18px;
}
.flow .flow-container .flow-block .head p span {
  font-size: 12px;
}
.flow .flow-container .flow-block .inner {
  border: #b2a554 1px solid;
  padding: 30px 30px 46px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 0 0 14px 14px;
  -webkit-border-radius: 0 0 14px 14px;
  -moz-border-radius: 0 0 14px 14px;
  -ms-border-radius: 0 0 14px 14px;
  -o-border-radius: 0 0 14px 14px;
  font-size: clamp(12px, 1.6vw, 16px);
}
.flow .flow-container .flow-block .inner .hrz {
  height: 1px;
  width: 100%;
  background-color: #777;
}

@media (max-width: 1050px) {
  .flow .flow-container .flow-block .head {
    gap: 20px;
  }
  .flow .flow-container .flow-block .head aside {
    position: unset;
  }
}
.faq {
  padding-top: 70px;
  padding-bottom: 60px;
}
.faq .n-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  margin: auto;
  font-family: "Noto Sans JP", serif;
}
.faq .n-inner .n-box {
  font-size: clamp(12px, 1.6vw, 16px);
  width: 90%;
  margin: auto;
  box-shadow: 0px 4px 9px 2px rgba(204, 204, 204, 0.5);
  background-color: #fff;
  padding: clamp(10px, 3vw, 30px) clamp(20px, 4vw, 40px);
  border-radius: 10px;
}
.faq .n-inner .n-box .n-ttl {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding-right: 70px;
  margin-bottom: 20px;
}
.faq .n-inner .n-box .n-ttl .qu {
  color: #f1c451;
  font-weight: bold;
  font-size: 24px;
}
.faq .n-inner .n-box .n-ttl .en {
  display: block;
  margin-top: 20px;
}
.faq .n-inner .n-box .n-ttl::before, .faq .n-inner .n-box .n-ttl::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #656565;
  transition: transform 0.3s ease;
}
.faq .n-inner .n-box .n-ttl::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq .n-inner .n-box .n-ttl::before {
  transform: translateY(-50%) rotate(0deg);
}
.faq .n-inner .n-box .n-ttl.open::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.faq .n-inner .n-box .n-main {
  display: none;
  padding: 16px 0;
  background: #ffffff;
  border-top: 1px dotted #595959;
  margin-top: 30px;
}
.faq .n-inner .n-box .n-main .flex {
  align-items: start;
  gap: 6px;
}
.faq .n-inner .n-box .n-main .flex .an {
  color: #cf000d;
  font-weight: bold;
  font-size: 24px;
}
.faq .n-inner .n-box .n-main .flex .en {
  display: block;
  margin-top: 20px;
}

footer {
  margin-top: 200px;
  background-color: #fafafa;
}
footer .footer-inner {
  max-width: 800px;
  margin: auto;
  padding: 70px 0;
}
footer .footer-inner .footer-nav {
  align-items: center;
  justify-content: space-between;
}
footer .footer-inner .footer-nav .logo {
  max-width: 300px;
}
footer .footer-inner .footer-nav ul {
  padding: 20px 40px;
  border: #777777 1px solid;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  flex-direction: column;
  gap: 10px;
}
footer .footer-inner .footer-nav ul li {
  gap: 14px;
}
footer .footer-inner .footer-nav2 {
  max-width: 400px;
  margin: 60px auto;
}
footer .footer-inner .footer-nav2 ul {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
footer .footer-inner .footer-nav2 ul li {
  padding-right: 10px;
  border-right: #c5c5c5 1px solid;
}
footer .footer-inner .footer-nav2 ul li:nth-child(4), footer .footer-inner .footer-nav2 ul li:nth-child(5) {
  padding-right: 0;
  border-right: unset;
}
footer .footer-inner .no {
  text-align: center;
}
footer .cr {
  background: linear-gradient(to right, #cf000d 0%, #f1c451 100%);
  color: #fff;
  text-align: center;
  padding: 30px;
  font-size: 13px;
}

@media (max-width: 1050px) {
  footer {
    margin-top: 100px;
  }
  footer .footer-inner .footer-nav {
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-inner .footer-nav ul {
    gap: unset;
    padding: 20px 40px 10px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    max-width: clamp(300px, 66.6vw, 700px);
    margin: 20px auto 0;
  }
  footer .footer-inner .footer-nav ul li {
    flex-direction: column;
    gap: unset;
    align-items: center;
  }
  footer .footer-inner .footer-nav ul li a {
    display: block;
    margin-bottom: 10px;
  }
  footer .footer-inner .footer-nav2 {
    flex-direction: column;
  }
}
@media (max-width: 1050px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */