* {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans", sans-serif;
  font-size: 100%;
  line-height: 1.7;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #666666;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;
}

a {
  text-decoration: none;
  color: #666666;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 40px;
}
@media (max-width: 1024px) {
  .container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-inline: 16px;
  }
}

body {
  display: flex;
}
@media (max-width: 1024px) {
  body {
    display: block;
  }
}
@media (max-width: 767px) {
  body {
    display: block;
  }
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
}
@media (max-width: 1024px) {
  body header {
    position: static;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body header {
    position: static;
    width: 100%;
  }
}
body .main-content {
  width: calc(100vw - 250px);
  margin-left: 250px;
}
@media (max-width: 1024px) {
  body .main-content {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  body .main-content {
    width: 100%;
    margin-left: 0px;
  }
}

.catchphrase {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #F0F2F5;
}

h1 {
  font-family: "Nunito", sans-serif;
  font-size: 3.5rem;
  color: #2F455C;
}

.site-title .site-title-en {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 3.5rem;
  line-height: 1.3;
  color: #F0F2F5;
}
.site-title .site-title-ja {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  color: #F0F2F5;
}

h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  color: #2F455C;
  margin-bottom: 40px;
}

.section-title {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  color: #2F455C;
  margin-bottom: 40px;
}
.section-title .ja {
  position: relative;
  z-index: 2;
  font-size: 2rem;
}
.section-title .en {
  position: absolute;
  bottom: 0px;
  left: 8px;
  font-family: "Nunito", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  color: #6DA3BB;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
h3 span {
  font-size: 0.75rem;
  margin-left: 20px;
}

.sub-title {
  position: relative;
  font-size: 1.5rem;
  color: #2F455C;
  margin-bottom: 20px;
}
.sub-title .ja {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
}
.sub-title .en {
  position: absolute;
  bottom: 0;
  left: 8px;
  font-size: 3rem;
  font-weight: 300;
  color: #6DA3BB;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
h4 span {
  font-size: 0.75rem;
  margin-left: 8px;
}

.copyright {
  font-size: 0.75rem;
  text-align: center;
  padding-bottom: 10px;
}

@media (max-width: 1024px) {
  .catchphrase {
    font-size: 1.275rem;
  }
  .site-title .site-title-en {
    font-size: 3rem;
  }
  .site-title .site-title-ja {
    font-size: 1rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  .section-title {
    font-size: 1.75rem;
  }
  .section-title .ja {
    font-size: 1.75rem;
  }
  .section-title .en {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .catchphrase {
    font-size: 1rem;
  }
  .site-title .site-title-en {
    font-size: 2.5rem;
  }
  .site-title .site-title-ja {
    font-size: 0.875rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  .section-title {
    font-size: 1.25rem;
  }
  .section-title .ja {
    font-size: 1.25rem;
  }
  .section-title .en {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  .sub-title {
    font-size: 1.125rem;
  }
  .sub-title .ja {
    font-size: 1.125rem;
  }
  .sub-title .en {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 1rem;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease-in-out;
}

.more-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.more-btn p {
  color: #8C1C3D;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.more-btn p::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 10px;
  border-bottom: solid 1px #8C1C3D;
  border-right: solid 1px #8C1C3D;
  transform: skew(45deg);
  transition: all 0.5s ease;
}
.more-btn p:hover {
  color: rgb(215, 55, 102.1428571429);
}
.more-btn p:hover::after {
  border-color: rgb(215, 55, 102.1428571429);
  transform: skew(45deg) translateX(10px);
}

.all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #8C1C3D;
  font-size: 1.125rem;
  font-weight: bold;
}
.all-btn::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 10px;
  top: 0;
  left: 0;
  border-bottom: solid 1px #8C1C3D;
  border-right: solid 1px #8C1C3D;
  transform: skew(45deg);
  transition: all 0.5s;
}
.all-btn:hover {
  color: rgb(215, 55, 102.1428571429);
}
.all-btn:hover::after {
  border-color: rgb(215, 55, 102.1428571429);
  transform: skew(45deg) translateX(10px);
}

.back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #8C1C3D;
  font-size: 1.125rem;
  font-weight: bold;
}
.back-btn::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 10px;
  top: 0;
  left: 0;
  border-bottom: solid 1px #8C1C3D;
  border-left: solid 1px #8C1C3D;
  transform: skew(-45deg);
  transition: all 0.5s;
}
.back-btn:hover {
  color: rgb(215, 55, 102.1428571429);
}
.back-btn:hover::before {
  border-color: rgb(215, 55, 102.1428571429);
  transform: skew(-45deg) translateX(-10px);
}

.mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #8C1C3D;
  font-size: 2rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  transition: all 1s;
}
@media (max-width: 1024px) {
  .mail {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .mail {
    font-size: 1.25rem;
  }
}
.mail img {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .mail img {
    width: 24px;
    height: 24px;
  }
}
.mail:hover {
  color: rgb(215, 55, 102.1428571429);
}
.mail:hover img {
  animation: jump 0.5s infinite linear;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-header {
  background-color: #D0E2F2;
}
@media (max-width: 1024px) {
  .main-header {
    background-color: transparent;
  }
}
@media (max-width: 1024px) {
  .main-header nav {
    position: fixed;
    width: 100%;
    background-color: #D0E2F2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: all 0.7s;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
  }
}
.main-header nav ul {
  padding: 230px 50px;
}
.main-header nav ul li {
  font-size: 1.25rem;
  margin-bottom: 40px;
}
.main-header nav ul li .nav-en {
  color: #6DA3BB;
  font-size: 0.75rem;
  line-height: 1;
}
.main-header nav ul li a {
  color: #2F455C;
  transition: all 0.3s;
}
.main-header nav ul li a:hover {
  color: #fff;
}
.main-header .toggle-btn {
  display: none;
}
@media (max-width: 1024px) {
  .main-header .toggle-btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 200;
  }
}
@media (max-width: 767px) {
  .main-header .toggle-btn {
    top: 10px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
}
.main-header .toggle-btn span {
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 0.5s ease;
}
.main-header .toggle-btn span.line {
  width: 60px;
  height: 3px;
  background: #666666;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .main-header .toggle-btn span.line {
    width: 32px;
    height: 2px;
  }
}
.main-header .toggle-btn span:nth-child(1) {
  top: 25%;
}
.main-header .toggle-btn span:nth-child(2) {
  top: 50%;
}
.main-header .toggle-btn span:nth-child(3) {
  top: 75%;
}

#header.open nav {
  opacity: 1;
  visibility: visible;
}
#header.open .toggle-btn span:nth-child(1) {
  top: 30px;
  right: 0px;
  transform-origin: center;
  transform: rotate(-315deg);
  animation: none;
}
@media (max-width: 767px) {
  #header.open .toggle-btn span:nth-child(1) {
    top: 16px;
  }
}
#header.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
#header.open .toggle-btn span:nth-child(3) {
  top: 30px;
  right: 0px;
  transform-origin: center;
  transform: rotate(315deg);
  animation: none;
}
@media (max-width: 767px) {
  #header.open .toggle-btn span:nth-child(3) {
    top: 16px;
  }
}

.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mainvisual {
    margin-bottom: 60px;
  }
}
.mainvisual img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.mainvisual .catchphrase {
  position: absolute;
  top: 8%;
  left: 4%;
  text-shadow: 2px 2px 1px rgb(47, 69, 92);
}
.mainvisual .site-title {
  position: absolute;
  top: 50%;
  left: 0%;
  translate: 0 -50%;
  width: 100%;
  text-align: center;
}
.mainvisual .site-title .site-title-en {
  text-shadow: 4px 4px 2px rgb(47, 69, 92);
}
.mainvisual .site-title .site-title-ja {
  text-shadow: 2px 2px 2px rgb(47, 69, 92);
}

.works {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .works {
    margin-bottom: 60px;
  }
}
.works .container .all-btn {
  margin-bottom: 20px;
}

.works-wrapper {
  width: 100%;
}
.works-wrapper .work {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .works-wrapper .work {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .works-wrapper .work {
    margin-bottom: 40px;
  }
}
.works-wrapper .work img {
  display: block;
  width: 48%;
  height: auto;
  object-fit: cover;
  filter: drop-shadow(4px 4px 4px rgba(110, 110, 110, 0.7));
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .works-wrapper .work img {
    width: 80%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .works-wrapper .work img {
    width: 100%;
  }
}
.works-wrapper .work .work-describe {
  width: 48%;
}
@media (max-width: 1024px) {
  .works-wrapper .work .work-describe {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .works-wrapper .work .work-describe {
    width: 100%;
  }
}
.works-wrapper .work .work-describe p {
  margin-bottom: 20px;
}
.works-wrapper:nth-child(even) .work {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .works-wrapper:nth-child(even) .work {
    flex-direction: column;
  }
}

.wave-top,
.wave-bottom {
  line-height: 0;
}
.wave-top svg,
.wave-bottom svg {
  display: block;
  width: 100%;
  height: auto;
}

.wave-top {
  margin-bottom: -1px;
  transform: rotate(180deg);
}

.wave-bottom {
  margin-top: -1px;
}

.about {
  background-color: #F0F2F5;
}

.about-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .about-wrapper {
    padding: 0 0;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.about-wrapper .about-describe {
  width: 56%;
}
.about-wrapper .about-describe .name {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-wrapper .about-describe .name {
    font-size: 1.125rem;
    text-align: center;
  }
}
.about-wrapper .about-describe .all-btn {
  justify-content: flex-end;
  font-size: 1rem;
  margin-top: 30px;
}
.about-wrapper .about-img {
  width: 36%;
}
.about-wrapper .about-img img {
  max-width: 250px;
  width: 100%;
  filter: drop-shadow(4px 4px 4px rgba(110, 110, 110, 0.7));
}

.skill-wrapper .skill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.skill-wrapper .skill .skill-img {
  width: 20%;
  text-align: center;
}
.skill-wrapper .skill .skill-img img {
  width: 60px;
  height: 60px;
}
.skill-wrapper .skill .skill-describe {
  width: 74%;
}
.skill-wrapper .skill .skill-describe .tool {
  color: #6DA3BB;
  font-size: 0.875rem;
}
.skill-wrapper .skill:last-child {
  margin-bottom: 0;
}

.thanks {
  text-align: center;
  margin: 80px 0 40px 0;
}
@media (max-width: 1024px) {
  .thanks {
    margin: 60px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .thanks {
    margin: 40px 0 20px 0;
  }
}

.please {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .please {
    font-size: 1rem;
  }
}

.wave-footer {
  line-height: 0;
  margin-bottom: -1px;
}
.wave-footer svg {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  text-align: center;
  background-color: #F0F2F5;
}
.footer .to-top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 20;
}
.footer .to-top a {
  position: relative;
  display: block;
  background-image: url(../img/to-top.png);
  background-size: 97% 97%;
  background-position: 20% 50%;
  width: 45px;
  height: 45px;
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}
@media (max-width: 767px) {
  .footer .to-top a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.footer .copyright {
  font-size: 0.75rem;
  padding-bottom: 10px;
}

.pages-header {
  background-color: #D0E2F2;
}
@media (max-width: 1024px) {
  .pages-header {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    padding: 10px 20px;
    z-index: 100;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .pages-header {
    padding: 10px 16px;
  }
}
.pages-header .header-title {
  padding-top: 20px;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .pages-header .header-title {
    padding-top: 0px;
    padding-left: 0px;
  }
}
.pages-header .header-title .pages-title {
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .pages-header .header-title .pages-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .pages-header .header-title .pages-title {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .pages-header nav {
    position: fixed;
    width: 100%;
    background-color: #D0E2F2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: all 0.7s;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
  }
}
.pages-header nav ul {
  padding: 120px 50px;
}
.pages-header nav ul li {
  font-size: 1.25rem;
  margin-bottom: 32px;
}
.pages-header nav ul li .nav-en {
  color: #6DA3BB;
  font-size: 0.75rem;
  line-height: 1;
}
.pages-header nav ul li a {
  color: #2F455C;
  transition: all 0.3s;
}
.pages-header nav ul li a:hover {
  color: #fff;
}
.pages-header .toggle-btn {
  display: none;
}
@media (max-width: 1024px) {
  .pages-header .toggle-btn {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 200;
  }
}
@media (max-width: 767px) {
  .pages-header .toggle-btn {
    width: 32px;
    height: 32px;
  }
}
.pages-header .toggle-btn span {
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 0.5s ease;
}
.pages-header .toggle-btn span.line {
  width: 60px;
  height: 3px;
  background: #666666;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .pages-header .toggle-btn span.line {
    width: 32px;
    height: 2px;
  }
}
.pages-header .toggle-btn span:nth-child(1) {
  top: 25%;
}
.pages-header .toggle-btn span:nth-child(2) {
  top: 50%;
}
.pages-header .toggle-btn span:nth-child(3) {
  top: 75%;
}

.wave-footer {
  line-height: 0;
  margin-bottom: -1px;
}
.wave-footer svg {
  display: block;
  width: 100%;
  height: auto;
}

.page-footer {
  background: linear-gradient(to bottom, #F8F9FB, #ffffff);
}
.page-footer .container .section-title {
  position: relative;
  text-align: center;
}
.page-footer .container .section-title .en {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-footer .container .thanks {
  text-align: center;
  margin: 60px 0 40px 0;
}
@media (max-width: 767px) {
  .page-footer .container .thanks {
    margin: 40px 0 20px 0;
  }
}
.page-footer .container .please {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .page-footer .container .please {
    font-size: 1rem;
  }
}
.page-footer .container .mail {
  margin-bottom: 60px;
}
.page-footer .to-top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 20;
}
.page-footer .to-top a {
  position: relative;
  display: block;
  background-image: url(../img/to-top.png);
  background-size: 97% 97%;
  background-position: 20% 50%;
  width: 45px;
  height: 45px;
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}
@media (max-width: 767px) {
  .page-footer .to-top a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.page-main .container {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .page-main .container {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .page-main .container {
    margin-top: 80px;
  }
}
.page-main .container .about-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page-main .container .about-detail {
    flex-direction: column;
  }
}
.page-main .container .about-detail .about-detail-img {
  width: 28%;
  text-align: center;
}
@media (max-width: 767px) {
  .page-main .container .about-detail .about-detail-img {
    width: 100%;
  }
}
.page-main .container .about-detail .about-detail-img img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 8px;
  filter: drop-shadow(4px 4px 4px rgba(110, 110, 110, 0.7));
}
.page-main .container .about-detail .about-detail-img .name {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.page-main .container .about-detail .text {
  width: 68%;
}
@media (max-width: 767px) {
  .page-main .container .about-detail .text {
    width: 100%;
  }
}
.page-main .container .about-detail .text p {
  width: 100%;
  margin-bottom: 24px;
}
.page-main .container .strengths {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page-main .container .strengths {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.page-main .container .strengths dt {
  width: 28%;
  font-weight: bold;
  margin: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .page-main .container .strengths dt {
    width: 100%;
    margin: 0 0 8px 20px;
  }
}
.page-main .container .strengths dt img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.page-main .container .strengths dd {
  width: 68%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-main .container .strengths dd {
    width: 90%;
    margin-left: 20px;
  }
}
.page-main .container .about-me {
  margin-bottom: 80px;
}
.page-main .container .about-me li {
  list-style: disc;
  margin-left: 40px;
  margin-bottom: 16px;
}
.page-main .container .career {
  margin-bottom: 80px;
}
.page-main .container .career li {
  list-style: disc;
  margin-left: 40px;
  margin-bottom: 16px;
}

.page-main .container .site-visual {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.page-main .container .site-visual .site-name {
  width: 28%;
}
.page-main .container .site-visual .site-name .link {
  font-size: 1.125rem;
  color: #8C1C3D;
  transition: all 0.3s ease;
}
.page-main .container .site-visual .site-name .link img {
  width: 32px;
  height: 32px;
  margin-left: 8px;
  transition: all 0.3s ease;
}
.page-main .container .site-visual .site-name .link:hover {
  color: rgb(215, 55, 102.1428571429);
}
.page-main .container .site-visual .site-name .link:hover img {
  transform: scale(1.1);
}
.page-main .container .site-visual .site-img {
  width: 68%;
  height: auto;
  filter: drop-shadow(4px 4px 4px rgba(110, 110, 110, 0.7));
}
.page-main .container .site-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.page-main .container .site-detail dt {
  width: 20%;
  border-bottom: 0.5px solid #6DA3BB;
  padding: 15px;
}
.page-main .container .site-detail dd {
  width: 80%;
  border-bottom: 0.5px solid #6DA3BB;
  padding: 15px;
}
.page-main .container .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  width: 90%;
  margin: 0 auto 40px auto;
}
.page-main .container .gallery li {
  height: 400px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-main .container .gallery li {
    height: 200px;
  }
}
.page-main .container .gallery li img {
  width: 100%;
  height: auto;
  display: block;
}

.page-main .container .work-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-main .container .work-list {
    flex-direction: column;
  }
}
.page-main .container .work-list li {
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page-main .container .work-list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page-main .container .work-list li a {
  display: block;
}
.page-main .container .work-list li a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  filter: drop-shadow(4px 4px 4px rgba(110, 110, 110, 0.7));
  transition: all 0.5s ease;
}
.page-main .container .work-list li a img:hover {
  transform: scale(1.05);
}/*# sourceMappingURL=style.css.map */