@charset "UTF-8";
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(2px);
  }
  60% {
    transform: translateX(-2px);
  }
  80% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
html {
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #305b5b;
  background: #fdfdfa;
}

.gr01 {
  background: linear-gradient(90deg, #305B5B 0%, #52429F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr02 {
  background: linear-gradient(90deg, #305B5B 0%, #234D7F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr03 {
  background: linear-gradient(90deg, #CBCBCB 0%, #2E7237 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a {
  transition: 0.4s ease;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
  a.works__content-link:hover .works__content-title {
    transition: 0.4s ease;
    color: #234D7F;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.works__container,
.photo__container,
.about__container {
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .works__container,
  .photo__container,
  .about__container {
    gap: 16px;
  }
}
.works__container .site-title-area,
.photo__container .site-title-area,
.about__container .site-title-area {
  width: 10%;
}
.works__container .site-title-area__title,
.photo__container .site-title-area__title,
.about__container .site-title-area__title {
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 768px) {
  .works__container .site-title-area__title,
  .photo__container .site-title-area__title,
  .about__container .site-title-area__title {
    font-size: 20px;
  }
}
.works__container .site-title-area__title-text,
.photo__container .site-title-area__title-text,
.about__container .site-title-area__title-text {
  display: inline-block;
  font-size: 15px;
  padding: 5px 0 5px 30px;
  border-left: 1px solid #305b5b;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .works__container .site-title-area__title-text,
  .photo__container .site-title-area__title-text,
  .about__container .site-title-area__title-text {
    padding: 5px 0 5px 20px;
  }
}
.works__container .content__wrapper,
.photo__container .content__wrapper,
.about__container .content__wrapper {
  width: 90%;
}

.photo__container {
  flex-direction: row-reverse;
}
.photo__container .site-title-area__title {
  padding-left: 0;
  padding-right: 45px;
}
@media screen and (max-width: 768px) {
  .photo__container .site-title-area__title {
    padding-right: 0;
  }
}
.photo__container .site-title-area__title-text {
  border-left: none;
  border-right: 1px solid #305b5b;
  padding: 5px 30px 5px 0px;
  text-align: right;
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 92%;
  margin-inline: auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 60px 0 32px;
  }
}

.site__link-area {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .site__link-area {
    margin-top: 0;
  }
}
.site__hush {
  font-size: 13px;
  text-align: center;
  color: #b3b3b3;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

.header__container {
  padding: 16px 0;
  max-width: 1200px;
  width: 92%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__container {
    padding: 8px 0;
  }
  .header__container:before {
    content: "";
    background-color: rgba(253, 253, 250, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.header__logo img {
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    padding: 4px 0;
    max-width: 42px;
  }
}
.header__logo img .shake {
  animation: shake 1s ease-in-out;
}

.global-nav {
  font-size: 15px;
}
.global-nav__content {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .global-nav__content {
    align-items: flex-start;
    gap: 8px;
  }
}
.global-nav__content:before {
  content: "";
  background-color: rgba(253, 253, 250, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: absolute;
  top: -30%;
  left: -5%;
  width: 110%;
  height: 160%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .global-nav__content:before {
    content: none;
  }
}
.global-nav__content-list {
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .global-nav__content-list {
    max-width: 50px;
    font-size: 13px;
  }
}
.global-nav .nav__contact-link {
  display: flex;
  align-items: center;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .global-nav .nav__contact-link {
    display: inline-block;
  }
  .global-nav .nav__contact-link img {
    vertical-align: middle;
    transform: translate(0, -2px);
  }
}
.global-nav__contact-icon {
  width: 1em;
  height: 1em;
}

.top__container {
  padding: 210px 0 100px;
}
@media screen and (max-width: 768px) {
  .top__container {
    padding: 160px 0 0;
  }
}
.top__kv-flexbox {
  display: flex;
  align-items: flex-end;
  justify-content: right;
  gap: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top__kv-flexbox {
    flex-direction: column-reverse;
    margin-top: 80px;
  }
}
.top__title {
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top__title {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}
.top__sub-title {
  font-size: 15px;
  display: block;
  margin-top: 22px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.top__text {
  padding-bottom: 40px;
  text-align: right;
  font-size: clamp(10px, 1.1vw, 14px);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top__text {
    padding-bottom: 30px;
  }
}
.top__image {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top__image {
    width: 90%;
  }
}
.top__image img {
  width: 100%;
  height: auto;
}
.top__image::before {
  content: "";
  position: absolute;
  background: url(../img/capybaras01.png) no-repeat center/contain;
  width: 15%;
  height: 26%;
  z-index: -1;
  right: 30px;
  top: -18%;
  transform: rotate(var(--rotate, 0deg));
  transition: transform 0.8s ease-in-out;
  /* 回転がスムーズに */
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .top__image::before {
    width: 25%;
    height: 46%;
    top: -30%;
  }
}

.works__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92%;
  padding: 80px 0 0 80px;
  gap: 50px 0;
}
@media screen and (max-width: 768px) {
  .works__content {
    display: block;
    padding: 0;
    width: 100%;
  }
}
.works__content-list {
  max-width: 47%;
}
.works__content-list:nth-of-type(2n) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .works__content-list {
    max-width: 100%;
    margin-top: 32px;
  }
  .works__content-list:nth-of-type(2n) {
    margin-top: 0;
  }
}
.works__content-title {
  padding-top: 16px;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .works__content-title {
    padding-top: 10px;
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.works__content-pic {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 25px rgba(71, 76, 76, 0.1882352941);
  filter: grayscale(10%);
}
.works__content-pic img {
  width: 100%;
  height: auto;
}

.photo__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding: 80px 0 0 160px;
}
@media screen and (max-width: 768px) {
  .photo__content {
    flex-wrap: wrap;
    padding: 50px 0 0;
    gap: 0;
  }
}
.photo__content-list {
  width: 50%;
  height: auto;
}
.photo__content-pic {
  max-width: 180px;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}
.photo__content-pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.photo__content-title {
  padding-top: 16px;
  line-height: 1.6;
}

.about-section {
  background: #fbfbf8;
}

.about__content {
  width: 88%;
}
.about__content-flex {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .about__content-flex {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.about__button-area {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about__button-area {
    margin-bottom: 42px;
    gap: 8px;
    display: block;
    white-space: nowrap;
  }
}
.about__button-content {
  color: #474c4c;
  font-size: 13px;
  padding: 2.4px 10px;
  border: 1px solid #474c4c;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .about__button-content {
    font-size: 16px;
    padding: 3.2px 16px;
  }
}
.about__button-content.--active {
  background: #474c4c;
  color: #fff;
  font-size: 13px;
  padding: 2.4px 10px;
  border: 1px solid #474c4c;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .about__button-content.--active {
    font-size: 16px;
    padding: 3.2px 16px;
  }
}
.about__photo-area {
  max-width: 200px;
  min-width: 160px;
  width: 28%;
}
@media screen and (max-width: 768px) {
  .about__photo-area {
    max-width: none;
    min-width: auto;
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 16px;
  }
}
.about__photo-content {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .about__photo-content {
    max-width: 40%;
  }
}
.about__photo-caption {
  text-align: center;
  color: #b2b2b2;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 9px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about__photo-caption {
    text-align: left;
  }
}
.about__text-title {
  font-size: 18px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .about__text-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.about__text-line {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about__text-line {
    line-height: 1.6;
  }
}

.contact-section {
  background: linear-gradient(90deg, #305B5B 0%, #234D7F 100%);
}
.contact-section .contact__container {
  padding: 50px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-section .contact__container {
    padding: 40px 0 16px;
  }
}
.contact-section .contact__text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .contact-section .contact__text {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
.contact-section .contact__link-area {
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  .contact-section .contact__link-area {
    padding: 24px 0;
  }
}
.contact-section .contact__link {
  padding: 4px 20px 6px;
  border: 1px solid #fff;
  border-radius: 20px;
  letter-spacing: 0.15em;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .contact-section .contact__link {
    padding: 8px 20px 9px;
    border-radius: 26px;
    text-align: justify;
  }
}
.contact-section .copyright {
  display: block;
  text-align: right;
  padding-top: 15px;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */