body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #CDCDCD;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
body ul {
  padding-left: 0;
}
body .container {
  width: 100%;
  height: 100%;
}
body .container .header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
body .container .header ul {
  display: flex;
  gap: 20px;
}
body .container .header ul li {
  list-style: none;
}
body .container .header ul li a {
  text-decoration: none;
  color: #000;
}
body .container .header .burger {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body .container .header .burger .line {
  width: 20px;
  height: 2px;
  background-color: #000;
}
body .main {
  width: 100%;
}
body .main .main-content {
  width: 100%;
}
body .main .main-content img {
  width: 90%;
  height: 650px;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body .main .scroll {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main .scroll p {
  font-size: 1rem;
  transform: rotate(270deg);
  margin: 0;
}
body .main .scroll .scroll-line {
  width: 1px;
  height: 150px;
  background-color: #000;
  margin: 0;
}
body .main .concept {
  width: 100%;
}
body .main .concept .concept-content {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .main .concept .concept-content .concept-image {
  width: 50%;
  margin: auto;
}
body .main .concept .concept-content .concept-image img {
  display: block;
  margin: 0 auto;
  width: 600px;
  height: 600px;
}
body .main .concept .concept-content .concept-text {
  width: 40%;
  padding: 50px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
body .main .concept .concept-content .concept-text h2 {
  text-align: left;
  font-size: 1.5rem;
}
body .main .concept .concept-content .concept-text .concept-title {
  text-align: left;
  font-size: 1.2rem;
}
body .main .concept .concept-content .concept-text .concept-article {
  text-align: left;
  font-size: 1rem;
  margin: 0 auto;
}
body .main .concept .concept-content .concept-text .readmore-wrapper {
  margin-top: 30px;
}
body .main .gallery {
  width: 100%;
  height: 200vh;
  position: relative;
}
body .main .gallery .gallery-content {
  width: 100%;
}
body .main .gallery .gallery-content .square {
  width: 80%;
  height: 780px;
  background-color: #D9D9D9;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .main .gallery .gallery-content .gallery-image1 {
  position: absolute;
  top: 10%;
  right: 0;
  width: 40%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .main .gallery .gallery-content .gallery-image2 {
  position: absolute;
  top: 30%;
  left: 0;
  width: 35%;
  height: 820px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .main .gallery .gallery-content .gallery-image3 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 25%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .main .news {
  width: 80%;
  margin: 100px auto;
}
body .main .news .news-content {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
}
body .main .news .news-content .news-title {
  width: 40%;
}
body .main .news .news-content .news-title .readmore-wrapper {
  margin-top: 150px;
}
body .main .news .news-content ul {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
body .main .news .news-content ul li {
  list-style: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
body .main .news .news-content ul li p {
  font-size: 1rem;
}
body .main .news .news-content ul li:nth-child(2) {
  border-bottom: none;
  border-top: none;
}
body .main .recruit {
  width: 90%;
  height: 500px;
  margin: 200px auto;
  background-color: #D9D9D9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .main .recruit .recruit-title {
  width: 80%;
  margin: auto;
}
body .main .recruit .recruit-image {
  width: 100%;
}
body .main .recruit .recruit-image img {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .footer {
  width: 100%;
  height: 350px;
  background-color: #455670;
  position: relative;
}
body .footer .footer-content {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
body .footer .footer-content .footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .footer .footer-content .footer-menu li {
  list-style: none;
  padding-left: 0;
  margin: 0 40px;
}
body .footer .footer-content .footer-menu li a {
  text-decoration: none;
  color: #fff;
}
body .footer .footer-content .footer-guide {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .footer .footer-content .footer-guide li {
  list-style: none;
  margin: 0 75px;
}
body .footer .footer-content .footer-guide li a {
  text-decoration: none;
  color: #fff;
}
body .footer .footer-content p {
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
}
body .footer .footer-content .copyright {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.readmore-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.circle-arrow-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #4B5A6F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.circle-arrow-btn:hover {
  background: #32405a;
}
.circle-arrow-btn .arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.readmore-text {
  font-size: 1rem;
  color: #4B5A6F;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.header {
  position: relative;
}
.header .burger {
  cursor: pointer;
  z-index: 1000;
}
.header .burger .line {
  transition: all 0.3s ease;
}
.header .burger.active .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header .burger.active .line:nth-child(2) {
  opacity: 0;
}
.header .burger.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.hamburger-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(75, 90, 111, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: left 0.3s ease;
  z-index: 999;
  margin: 0;
}
.hamburger-nav.active {
  left: 0;
}
.hamburger-nav li {
  margin: 20px 0;
  list-style: none;
}
.hamburger-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  transition: color 0.3s ease;
}
.hamburger-nav li a:hover {
  color: #e0e0e0;
}/*# sourceMappingURL=style.css.map */