.pc {
  display: block;
}

.sp {
  display: none;
}

.contact-sub {
  margin: 20px 0;
}
.contact-sub .service-parent {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.no-ac {
  color: #b3b3b3;
  font-size: 13px;
  font-weight: bold;
}
.no-ac::after {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  display: none;
  background-color: #ffffff;
  color: #000000;
  font-family: "noto sans jp", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-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 {
  max-width: 930px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 15px;
}
h2 .red-cyc {
  width: 17px;
  height: 17px;
  background-color: #cf000d;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

@media (max-width: 1050px) {
  h2 {
    justify-content: center;
  }
}
.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: 10px 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: center;
}
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 .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;
  }
}
.other-mv {
  height: unset !important;
}

.mv {
  max-width: 1200px;
  margin: auto;
  padding: 200px 40px 0;
  position: relative;
  height: 840px;
}
.mv .mv-inner video {
  max-width: 644px;
  float: left;
  z-index: -1;
}
.mv .mv-inner h1 {
  max-width: 597px;
  position: absolute;
  top: 57%;
  right: 40px;
}
.mv .mv-inner ul {
  border: #777777 1px solid;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 74%;
  right: 40px;
  padding: 20px 40px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
}
.mv .mv-inner ul li {
  gap: 30px;
}

@media (max-width: 1050px) {
  .mv {
    padding: 100px 10px 0;
    height: unset;
  }
  .mv .mv-inner video {
    max-width: 100%;
    float: unset;
    z-index: -1;
  }
  .mv .mv-inner h1 {
    position: absolute;
    top: 42%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 80%;
  }
  .mv .mv-inner ul {
    position: unset;
    top: 74%;
    right: 40px;
    gap: unset;
    padding: 30px 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;
  }
  .mv .mv-inner ul li {
    flex-direction: column;
    gap: unset;
    align-items: center;
  }
  .mv .mv-inner ul li a {
    margin-bottom: 20px;
    display: block;
  }
}
.about {
  max-width: 900px;
  margin: 240px auto 200px;
  justify-content: space-between;
  padding: 0 15px;
}
.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;
}

@media (max-width: 1050px) {
  .about {
    margin: 120px auto 240px;
    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: -150px;
    right: 0;
  }
}
.service {
  margin: 50px 0 200px;
}
.service .service-container {
  flex-direction: column;
  gap: 130px;
}
.service .service-container .service-inner {
  width: 930px;
  margin: auto;
  justify-content: space-between;
}
.service .service-container .service-inner .service-about > :nth-last-child(1) {
  margin-top: auto;
  margin-right: auto;
}
.service .service-container .service-inner .service-about {
  flex-direction: column;
  max-width: 419px;
  gap: 24px;
  align-items: flex-start;
  padding: 0 15px;
}
.service .service-container .service-inner .service-about h3 {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-weight: bold;
  font-size: 30px;
}
.service .service-container .service-inner .service-about h3 span {
  font-size: 40px;
}
.service .service-container .service-inner .service-about h3 .cyc {
  max-width: 25px;
  display: block;
}
.service .service-container .service-inner .service-about .hrz {
  width: 100%;
  height: 1px;
  background-color: #777777;
}
.service .service-container .service-inner .service-about h4 {
  font-weight: bold;
  font-size: 20px;
}
.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;
  background-position: right;
}
.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;
  }
  .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;
  }
}
@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;
  }
}
.company {
  max-width: 900px;
  margin: 0 auto 200px;
}
.company .corp-table {
  margin: 0;
  display: block;
  margin: 67px 0 0;
}
.company .corp-table .row {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: start;
}
.company .corp-table .row dt {
  color: #d60000;
  font-weight: 700;
  border-top: #cf000d 1px solid;
  padding: 20px 0;
}
.company .corp-table .row dd {
  margin: 0;
  color: #333;
  border-top: 1px solid #eee;
  padding: 20px 0 0 10px;
}
@media (max-width: 1050px) {
  .company .corp-table {
    padding: 0 15px;
  }
  .company .corp-table .row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 0 0 0;
  }
  .company .corp-table .row dt {
    white-space: normal;
    padding: 10px 0 0 0;
  }
}

.news {
  max-width: 900px;
  margin: auto;
}
.news .news-container {
  margin-top: 50px;
}
.news .news-container ul {
  justify-content: space-between;
}
.news .news-container ul li {
  max-width: 286px;
}
.news .news-container ul li .date {
  font-weight: bold;
  padding: 10px 17px 0 17px;
}
.news .news-container ul li .news-ttl {
  padding: 10px 17px 20px 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.news .news-container ul li div {
  margin-top: 7px;
  border: 1px #dcdcdc solid;
}
.news .news-container a {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 40px 0 0 auto;
}

@media (max-width: 1050px) {
  .news .news-container ul {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .news .news-container ul li .date {
    font-weight: bold;
  }
  .news .news-container a {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 40px auto 0;
  }
}
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(6) {
  padding-right: 0;
  border-right: unset;
}
footer .footer-inner .no {
  text-align: center;
}
footer .cr {
  background-color: #cf000d;
  color: #fff;
  text-align: center;
  padding: 30px;
  font-size: 13px;
}

@media (max-width: 1050px) {
  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;
  }
}
.other-section {
  max-width: 930px;
  margin: auto;
  padding: 0 15px;
}
.other-section img {
  max-width: 400px;
}
.other-section .o-wrap {
  flex-direction: column;
  gap: 40px;
}
.other-section h4 {
  font-size: 20px;
}
.other-section .c-1 {
  color: #cf000d;
}
.other-section .c-2 {
  color: #de74ab;
}
.other-section .c-3 {
  color: #368348;
}
.other-section .c-3 span {
  color: #474a90;
}
.other-section .c-4 {
  color: #777;
}
.other-section p {
  margin: 14px 0;
  font-weight: bold;
}
.other-section h2 {
  padding: unset;
  font-size: 20px;
}
.other-section .hrz {
  height: 1px;
  width: 100%;
  background-color: #777;
  margin: 14px 0;
}
.other-section .cb-1 {
  background-color: #cf000d;
}
.other-section .cb-2 {
  background-color: #de74ab;
}
.other-section .cb-3 {
  background-color: #368348;
}
.other-section .cb-3 span {
  color: #474a90;
}
.other-section .cb-4 {
  background-color: #777;
}

@media (max-width: 1050px) {
  .other-section h2 {
    display: block;
    position: relative;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 20px 0;
  }
  .other-section h2 p {
    margin: unset;
  }
  .other-section h2 .red-cyc {
    position: absolute;
    right: -30px;
    top: 9px;
  }
}
.single-news {
  max-width: 940px;
  margin: auto;
  padding: 0 10px;
}
.single-news .single-news-header {
  margin-top: 30px;
}

.single-news-date {
  font-weight: 700;
  margin-bottom: 8px;
}

.single-news-title {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.single-news-thumb {
  margin-bottom: 32px;
}

.single-news-content {
  line-height: 1.8;
}

.single-news-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.single-news-back {
  text-align: right;
  margin-top: 24px;
}

.plan {
  margin: 100px auto 0;
}
.plan .bn {
  max-width: 700px;
  display: flex;
  gap: 20px;
  margin: 50px auto 0;
}

@media (max-width: 1050px) {
  .plan {
    margin: 100px auto 0;
  }
  .plan h2 {
    font-size: 20px;
  }
  .plan .bn {
    padding: 0 20px;
  }
}
.snow-monkey-form {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Noto Sans JP", serif;
}/*# sourceMappingURL=style.css.map */