@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,200;0,300;0,400;1,200&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  font-family: "Noto Sans JP", san-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  background-color: #f2f1eb;
  color: #3b3a37;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
}

a {
  text-decoration: none;
  color: #3b3a37;
}

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

ul {
  list-style: none;
}

section {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
section:first-child {
  margin-bottom: 4.25rem;
}
section:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  section {
    margin-bottom: 13.125rem;
  }
}

@media screen and (min-width: 768px) {
  .pcHide {
    display: none;
  }
}
.moreButton {
  width: 8.75rem;
  height: 1.875rem;
  border: 1px solid #3b3a37;
  border-radius: 0.5rem;
  font-weight: 300;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .moreButton {
    width: 200px;
    height: 2.5rem;
    font-size: 1.5rem;
  }
}
.moreButton:hover {
  background-color: #3b3a37;
}
.moreButton:hover a {
  color: #fff;
  font-weight: 400;
}

.sectionTitle {
  font-family: "poppins", serif;
  font-size: 1.5rem;
  display: inline-block;
  font-weight: 200;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .sectionTitle {
    font-size: 2.25rem;
    margin-bottom: 3.75rem;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

.header__nav {
  position: fixed;
  top: 30px;
  padding-left: 20px;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .header__nav {
    top: 14px;
    right: 2rem;
    padding: 0;
  }
}
.header__nav__list {
  font-family: "poppins", serif;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .header__nav__list {
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: center;
  }
}
.header__nav__list__item {
  transition: all 0.3s;
}
.header__nav__list__item:hover {
  font-weight: 700;
  transform: translateX(10px);
}
@media screen and (min-width: 768px) {
  .header__nav__list__item:hover {
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .header__nav {
    flex-direction: row;
  }
}
.header .current {
  color: #c9c8c1;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  background-color: #dbdad3;
  font-family: "poppins", serif;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .footer {
    height: 4rem;
  }
}

.cover {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  font-family: "poppins", serif;
  color: #3b3a37;
}
.cover__title {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cover__title {
    font-size: 2.25rem;
  }
}
.cover__subtitle {
  text-align: center;
  color: #575653;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cover__subtitle {
    font-size: 1.5rem;
  }
}

.worksBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.75rem;
  margin-bottom: 3.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .worksBox {
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
    max-width: 1080px;
    margin-bottom: 7.5rem;
  }
}
.worksBox__item {
  width: 100%;
  height: auto;
  aspect-ratio: 1.55/1;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "poppins", serif;
  font-weight: 200;
  font-style: italic;
  font-size: 1.25rem;
  background-color: #c9c8c1;
}
@media screen and (min-width: 768px) {
  .worksBox__item {
    width: calc((100% - 40px) / 3);
    height: 224px;
    max-width: none;
  }
}

.serviceBox {
  display: flex;
  flex-direction: column;
  row-gap: 3.125rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .serviceBox {
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    max-width: 1080px;
    margin-bottom: 7.5rem;
  }
}
.serviceBox__item {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .serviceBox__item {
    width: calc((100% - 40px) / 3);
  }
}
.serviceBox__item__img--first, .serviceBox__item__img--third, .serviceBox__item__img--second {
  background-position: center;
  background-size: contain;
  width: 33.3333333333%;
  height: auto;
  aspect-ratio: 1/1;
  max-width: 140px;
  background-image: url(../images/Icon_SP-PC.svg);
}
@media screen and (min-width: 768px) {
  .serviceBox__item__img--first, .serviceBox__item__img--third, .serviceBox__item__img--second {
    width: 140px;
    height: 140px;
  }
}
.serviceBox__item__img--second {
  background-image: url(../images/Icon_Camera.svg);
}
.serviceBox__item__img--third {
  background-image: url(../images/Icon_Drone.svg);
}
.serviceBox__item__text {
  font-weight: 300;
}

.profile {
  background-color: #dbdad3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.profileBox {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .profileBox {
    flex-direction: row;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    max-width: 1080px;
  }
}

@media screen and (min-width: 768px) {
  .profileTop {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.profileTop__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .profileTop__img {
    display: block;
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 50%;
    background-image: url(../images/profile.jpg);
    background-size: 150%;
    background-position: bottom;
  }
}
.profileTop__text {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .profileTop__text {
    width: calc(100% - 224px);
  }
}
.profileTop__text__name {
  font-family: "poppins", serif;
  font-weight: 400;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .profileTop__text__name {
    font-size: 1.875rem;
  }
}
.profileTop__text__description {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .profileTop__text__description {
    font-size: 1rem;
  }
}

.profileBottom {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .profileBottom {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.profileBottom__sns {
  color: #575653;
  line-height: 1;
}
.profileBottom__sns:hover {
  color: #c9c8c1;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .profileBottom__sns {
    display: flex;
    align-items: end;
    font-size: 2.25rem;
  }
}/*# sourceMappingURL=style.css.map */