@charset "UTF-8";
html {
  background-color: #0A5561;
}

html,
body {
  min-height: 100%;
}

body::before {
  content: "";
  position: fixed;
  top: -10vh;
  left: 0;
  width: 100vw;
  height: 120vh;
  background: url(../images/bg_photo.jpg) no-repeat center bottom/cover;
  z-index: -1;
  transform: translateZ(0);
}

#mainimg {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainimg .logo {
  width: 440px;
  padding-bottom: 40px;
}
@media screen and (max-width: 668px) {
  #mainimg .logo {
    width: 300px;
    max-width: 60%;
  }
}

.scroll {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 2;
}
.scroll span {
  writing-mode: vertical-rl;
  display: block;
  font-size: 1rem;
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  left: 5px;
  top: 0;
}
.scroll::before, .scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  margin: 0 auto;
}
.scroll::before {
  background-color: #fff;
  left: 50%;
  bottom: 0;
  position: absolute;
  animation: move 2s ease-in-out infinite;
  opacity: 0;
}
.scroll::after {
  background-color: rgba(255, 255, 255, 0.5);
}
@keyframes move {
  0% {
    height: 30px;
    bottom: 60px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    height: 5px;
    bottom: -30px;
    opacity: 0;
  }
}

#contents h3 {
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 4rem;
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 668px) {
  #contents h3 {
    font-size: calc(4rem * 0.8);
  }
}
#contents h3 {
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 60px;
}
#contents h3::before, #contents h3::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 40px;
  background-color: #fff;
  vertical-align: middle;
}
#contents h3::before {
  margin-right: max(20px, 2vw);
}
#contents h3::after {
  margin-left: max(20px, 2vw);
}
#contents br.sp_p {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents br.sp_p {
    display: block;
  }
}
#contents #about {
  margin: 100px max(20px, 4vw) max(100px, 10vw);
}
#contents #about p {
  text-align: center;
  line-height: 2.5;
}
#contents #about p:not(:last-child) {
  margin-bottom: 40px;
}
#contents #member {
  padding: 0 max(20px, 4vw) max(100px, 10vw);
}
#contents #member > section {
  max-width: 1200px;
  background-color: rgba(10, 85, 97, 0.6);
  margin: 0 auto;
  padding: max(30px, 6vw) max(25px, 4vw);
}
#contents #member > section > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents #member > section > div .photo {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  #contents #member > section > div .photo {
    width: 35%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents #member > section > div .photo {
    width: 100%;
    margin-bottom: 10px;
  }
}
#contents #member > section > div .photo .name {
  border-left: 2px solid #fff;
  margin-bottom: 20px;
  padding-left: 15px;
}
#contents #member > section > div .photo .name span {
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  #contents #member > section > div .photo .name span {
    font-size: clamp(14px, 100vw * 17 / 1200, 100px);
  }
}
#contents #member > section > div .photo .name span {
  display: block;
}
#contents #member > section > div .photo .name p {
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 668px) {
  #contents #member > section > div .photo .name p {
    font-size: calc(2.5rem * 0.8);
  }
}
#contents #member > section > div .text {
  width: calc(100% - 380px);
}
@media screen and (max-width: 1200px) {
  #contents #member > section > div .text {
    width: calc(65% - 30px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents #member > section > div .text {
    width: 100%;
  }
}
#contents #member > section > div .text p {
  line-height: 2.5;
}
#contents #member > section > div .text p:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  #contents #member > section > div .text p:not(:last-child) {
    margin-bottom: 20px;
  }
}
#contents #works {
  margin: 0 max(20px, 4vw) max(100px, 10vw);
}
#contents #works .list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 52px;
}
@media screen and (max-width: 960px) {
  #contents #works .list {
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  #contents #works .list {
    gap: 30px;
  }
}
#contents #works .list > div {
  width: calc(25% - 39px);
}
@media screen and (max-width: 960px) {
  #contents #works .list > div {
    width: calc(25% - 18px);
  }
}
@media screen and (max-width: 800px) {
  #contents #works .list > div {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents #works .list > div {
    width: 100%;
  }
}
#contents #works .list > div .thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
#contents #works .list > div .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#contents #works .list > div .category {
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #contents #works .list > div .category {
    font-size: clamp(14px, 100vw * 15 / 1200, 100px);
  }
}
#contents #works .list > div .category {
  line-height: 100%;
  margin: 5px 0;
}
#contents #works .list > div .category::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
  margin: 0 7px 2px 0;
}
#contents #profile {
  margin: 0 max(20px, 4vw) max(100px, 10vw);
}
#contents #profile > table {
  width: auto;
  margin: 0 auto;
}
#contents #profile > table tr:not(:last-child) th, #contents #profile > table tr:not(:last-child) td {
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #contents #profile > table tr:not(:last-child) th, #contents #profile > table tr:not(:last-child) td {
    padding-bottom: 20px;
  }
}
#contents #profile > table tr th, #contents #profile > table tr td {
  text-align: left;
  vertical-align: top;
}
#contents #profile > table tr th {
  width: 150px;
  padding-right: 70px;
  text-align: justify;
  text-justify: inter-character;
}
@media screen and (max-width: 960px) {
  #contents #profile > table tr th {
    width: 100px;
    padding-right: 30px;
  }
}
#contents #profile > table tr th::after {
  content: "";
  display: inline-block;
  width: 100%;
}
#contents #profile > table tr td strong {
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  #contents #profile > table tr td strong {
    font-size: clamp(14px, 100vw * 20 / 1200, 100px);
  }
}
#contents #profile > table tr td small {
  font-size: 0.8em;
}
@media screen and (max-width: 800px) {
  #contents #profile > table tr td small {
    display: block;
  }
}
#contents #profile > table tr td ul {
  margin-left: 20px;
}
#contents #profile > table tr td ul li {
  list-style: disc;
}
#contents #profile > table tr td ul li {
  margin-bottom: 5px;
}
#contents #news {
  margin: 0 max(20px, 4vw) max(100px, 10vw);
}
#contents #news > ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 52px;
}
@media screen and (max-width: 960px) {
  #contents #news > ul {
    gap: 24px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents #news > ul {
    gap: 20px;
  }
}
#contents #news > ul li {
  width: calc(25% - 39px);
}
@media screen and (max-width: 960px) {
  #contents #news > ul li {
    width: calc(25% - 18px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents #news > ul li {
    width: calc(50% - 10px);
  }
}
#contents #news > ul li a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#contents #news > ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#contents #news .followme {
  max-width: 420px;
  margin: 30px auto 10px;
}
@media screen and (max-width: 960px) {
  #contents #news .followme {
    max-width: 300px;
  }
  #contents #news .followme img {
    width: 150px;
  }
}
#contents #news .btn a {
  background-color: #0A5561;
  border-radius: 5px;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
#contents #news .btn a img {
  width: 20px;
  vertical-align: middle;
  margin: 0 8px 3px 0;
}
#contents #contact {
  margin: 0 max(20px, 4vw);
}
#contents #contact > section {
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
  padding: max(40px, 6vw) max(25px, 4vw);
  color: #0A5561;
}
@media screen and (max-width: 668px) {
  #contents #contact > section h3 {
    margin-bottom: 30px;
  }
}
#contents #contact > section h3::before, #contents #contact > section h3::after {
  background-color: #0A5561;
}
#contents #contact > section .text {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  #contents #contact > section .text {
    font-size: clamp(14px, 100vw * 16 / 1200, 100px);
  }
}
#contents #contact > section .text {
  line-height: 2;
  margin-bottom: 50px;
}
#contents #contact > section .formTable {
  max-width: 700px;
  margin: 0 auto 30px;
}
#contents #contact > section .formTable tr th, #contents #contact > section .formTable tr td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 40px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents #contact > section .formTable tr th, #contents #contact > section .formTable tr td {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents #contact > section .formTable tr th {
    padding-bottom: 7px;
  }
}
#contents #contact > section .formTable tr th span {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-right: 2.5em;
  white-space: nowrap;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents #contact > section .formTable tr th span {
    margin-right: 5px;
  }
}
#contents #contact > section .formTable tr th span.required::after {
  position: absolute;
  content: "※必須";
  right: 0;
  top: 6px;
  font-size: 1rem;
  color: #f00;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents #contact > section .formTable tr th span.required::after {
    top: 3px;
  }
}
#contents #contact > section .policy {
  max-width: 700px;
  height: 160px;
  overflow-y: scroll;
  margin: 0 auto 50px;
  padding: 20px;
  border: 1px solid #0A5561;
}
#contents #contact > section .policy .inner p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #contents #contact > section .policy .inner p {
    font-size: clamp(14px, 100vw * 15 / 1200, 100px);
  }
}
#contents #contact > section .policy .inner p {
  font-weight: 500;
}
#contents #contact > section .policy .inner > section {
  margin-bottom: 20px;
}
#contents #contact > section .policy .inner > section:first-of-type {
  margin-top: 20px;
}
#contents #contact > section .policy .inner > section h5 {
  margin-bottom: 5px;
}
#contents #contact > section .policy .inner > section ul {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #contents #contact > section .policy .inner > section ul {
    font-size: clamp(14px, 100vw * 15 / 1200, 100px);
  }
}
#contents #contact > section .policy .inner > section ul {
  font-weight: 500;
}
#contents #contact > section .check {
  text-align: center;
  margin-bottom: 40px;
}
#contents #contact > section .check label {
  display: block;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  #contents #contact > section .check label {
    font-size: clamp(14px, 100vw * 16 / 1200, 100px);
  }
}
#contents #contact > section .check label input {
  margin-right: 5px;
}