@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

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

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

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

a:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}

ul, ol {
  list-style: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

.tac {
  text-align: center !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.c-btn {
  font-size: 20px;
  display: inline-block;
  min-width: 240px;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #005C4C;
  color: #005C4C;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.c-btn:hover {
  background-color: #005C4C;
  color: #fff;
  opacity: 1;
}

.l-header {
  width: 100%;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}
.l-header-inner {
  padding: 0 20px;
  margin: 0 auto;
}
.l-header-logo {
  width: 128px;
  transition: all 0.3s ease;
}
.l-header-logo a {
  display: block;
}
.l-header-logo a img {
  vertical-align: middle;
}
.l-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header-nav {
  display: flex;
  gap: 0 24px;
}
.l-header-menu {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
.l-header-menu__item {
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}
.l-header-cta {
  display: block;
  padding: 12px 16px;
  text-align: center;
  background: #F2661C;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}
.l-header.js-active {
  background-color: #fff;
}
.l-header.js-active .l-header-logo {
  width: 100px;
}
.l-header.js-active .l-header-cta {
  padding: 8px 16px;
}
.l-header.js-active .l-header-menu__item {
  font-size: 14px;
}
.l-header-sp {
  display: none;
}
.l-header-sp__nav {
  display: none;
}

.l-contact {
  background-image: url(../img/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-contact-wrap {
  padding: 222px 0;
  text-align: center;
  color: #fff;
}
.l-contact-head {
  font-size: 64px;
  margin-bottom: 16px;
  font-weight: bold;
}
.l-contact-subhead {
  font-weight: bold;
  margin-bottom: 40px;
}
.l-contact-note {
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.75;
}
.l-contact-btn {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 240px;
  padding: 8px 0;
  background-color: #F2661C;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
}

.l-footer {
  width: 100%;
  height: 100vh;
  background-color: #0D401D;
  position: relative;
}
.l-footer-copy {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: lighter;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-footer-bottom {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  line-height: 2;
}

@media (max-width: 980px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .c-btn {
    font-size: 16px;
    min-width: 218px;
  }
  .l-header-inner {
    padding: 0 8px;
  }
  .l-header-logo {
    width: 112px;
    margin-left: -8px;
  }
  .l-header-nav {
    display: none;
  }
  .l-header-sp {
    display: block;
    position: relative;
    width: 48px;
    height: 24px;
    cursor: pointer;
    z-index: 10000;
  }
  .l-header-sp__bar {
    display: inline-block;
    width: 100%;
    height: 1.5px;
    background-color: #3c3c3c;
    position: absolute;
    transition: all 0.3s ease;
  }
  .l-header-sp__bar:first-of-type {
    top: 0;
  }
  .l-header-sp__bar:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header-sp__bar:nth-of-type(3) {
    bottom: 0;
  }
  .l-header-sp.js-active .l-header-sp__bar {
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
  }
  .l-header-sp.js-active .l-header-sp__bar:first-of-type {
    transform: translateY(-50%) rotate(-45deg);
  }
  .l-header-sp.js-active .l-header-sp__bar:nth-of-type(2) {
    opacity: 0;
  }
  .l-header-sp.js-active .l-header-sp__bar:nth-of-type(3) {
    transform: translateY(-50%) rotate(45deg);
  }
  .l-header-sp__nav {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0D401D;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9999;
    transition: all 0.5s ease;
  }
  .l-header-sp__nav.js-active {
    left: 0;
  }
  .l-header-sp__menu {
    width: 90%;
    margin: 0 auto;
    padding: 160px 0;
  }
  .l-header-sp__menu--item {
    text-align: center;
    padding: 16px 0;
    border: 1px solid #fff;
    margin-bottom: 24px;
  }
  .l-header-sp__menu--item a {
    color: #fff;
    letter-spacing: 0.08em;
  }
  .l-contact {
    height: 517px;
    background-image: url(../img/contact_bg_sp.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  .l-contact-wrap {
    padding: 40px 20px;
  }
  .l-contact-head {
    font-size: 40px;
    margin-bottom: 0;
  }
  .l-contact-subhead {
    font-weight: bold;
    margin-bottom: 16px;
  }
  .l-contact-note {
    font-size: 14px;
    text-align: left;
    margin-bottom: 24px;
  }
  .l-contact-btn {
    font-size: 16px;
    width: 228px;
    padding: 8px 0;
  }
  .l-footer-copy {
    width: 92%;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
  }
  .l-footer-address {
    font-size: 12px;
  }
  .l-footer-copyright {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}
.p-works-top__main--banner {
  width: 80%;
  margin: 0 auto 80px;
}

.p-works-top__btn {
  text-align: center;
  margin-top: 80px;
}

.p-top-about {
  margin-bottom: 160px;
}
.p-top-about__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
}
.p-top-about__left {
  width: 46%;
}
.p-top-about__right {
  flex-shrink: 0;
}
.p-top-about__title {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 8px;
}
.p-top-about__title--main {
  font-size: 48px;
  font-weight: bold;
  color: #005C4C;
}
.p-top-about__title--sub {
  font-size: 18px;
  font-weight: bold;
  margin-top: 18px;
}
.p-top-about__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 16px;
}
.p-top-outline {
  margin-bottom: 160px;
}
.p-top-outline__wrap {
  max-width: 808px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-top-outline__item {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #CCCCCC;
}
.p-top-outline__item:first-child {
  border-top: 1px solid #CCCCCC;
}
.p-top-outline__item--head {
  width: 180px;
  font-weight: bold;
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .p-works-top__main--banner {
    width: 100%;
    margin: 0 auto 48px;
  }
  .p-works-top__btn {
    text-align: center;
    margin-top: 40px;
  }
  .p-top-about {
    margin-bottom: 80px;
  }
  .p-top-about__flex {
    display: block;
  }
  .p-top-about__left {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-top-about__right {
    flex-shrink: 0;
  }
  .p-top-about__title {
    gap: 0 4px;
  }
  .p-top-about__title--main {
    font-size: 32px;
  }
  .p-top-about__title--sub {
    font-size: 16px;
    margin-top: 10px;
  }
  .p-top-about__text {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .p-top-about__btn {
    text-align: center;
  }
  .p-top-outline {
    margin-bottom: 80px;
  }
  .p-top-outline__item {
    display: block;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #CCCCCC;
  }
  .p-top-outline__item:first-child {
    border-top: 1px solid #CCCCCC;
  }
  .p-top-outline__item--head {
    width: 100%;
    margin-bottom: 8px;
  }
}
.p-works {
  max-width: 1920px;
  margin: 0 auto;
}
.p-works figcaption {
  font-size: 14px;
  margin-top: 8px;
}
.p-works-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-works-btn {
  display: inline-block;
  min-width: 240px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #000;
}
.p-works-btn:hover {
  transition: all 0.3s ease;
  background-color: #F2661C;
  color: #fff;
  opacity: 1;
  border: none;
}
.p-works-fv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.p-works-fv__head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.p-works-fv__title {
  font-size: 32px;
  padding-bottom: 32px;
  position: relative;
  margin-bottom: 32px;
  line-height: 1.5;
}
.p-works-fv__title::after {
  content: "";
  width: 32px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-works-fv__subtitle {
  font-size: 18px;
  font-weight: bold;
}
.p-works-fv__img {
  width: 100%;
  margin-top: -160px;
  margin-bottom: 160px;
}
.p-works-fv__img img {
  border-radius: 80px 80px 0 0;
}
.p-works-section {
  margin: 80px 0;
}
.p-works-head2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
.p-works-paragraph {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-works-figure__left {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
}
.p-works-figure__center {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.p-works-figure__center--720 {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}
.p-works-figure__col2 {
  display: flex;
  justify-content: space-between;
}
.p-works-figure__col2 figure {
  width: 46.66%;
}
.p-works-figure__col3 {
  display: flex;
  justify-content: space-between;
}
.p-works-figure__col3 figure {
  width: 23.42%;
}
.p-works-figure__caption {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 24px;
}
.p-works-figure__right {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
}
.p-works-end {
  text-align: center;
}
.p-works-top {
  padding-top: 80px;
}
.p-works-top__fv {
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/works_top_fv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 140px;
}
.p-works-top__fv--copy {
  font-size: 48px;
  color: #fff;
  font-family: serif;
  font-weight: 100;
  line-height: 1.5;
  position: absolute;
  right: 40px;
  bottom: 80px;
}
.p-works-top__main {
  margin-bottom: 160px;
}
.p-works-top__main--inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-works-top__main--title {
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 8px;
}
.p-works-top__main--subtitle {
  text-align: center;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 80px;
  color: #005C4C;
}
.p-works-top__main--flex {
  display: flex;
  gap: 80px 60px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-works-top__main--item {
  width: 30%;
}
.p-works-top__main--item__figure {
  margin-bottom: 10px;
}
.p-works-top__main--item__row {
  font-size: 14px;
  padding: 10px 0 10px 26px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.p-works-top__main--item__row::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #005C4C;
  position: absolute;
  left: 0;
  top: 18px;
}
.p-works-top__main--item__row.p-works-top__main--item__sns::before {
  content: none;
}
.p-works-top__main--item__title {
  font-size: 16px;
  font-weight: 600;
}
.p-works-top__main--item__text {
  line-height: 1.75;
}
.p-works-top__main--item__text a {
  color: #0061c1;
  text-decoration: underline;
}
.p-works-top__main--item__sns {
  display: flex;
  gap: 0 16px;
  align-items: center;
}
.p-works-top__main--item__sns--link {
  display: inline-block;
  width: 24px;
}

@media (max-width: 1279px) {
  .p-works-top__main--flex {
    justify-content: center;
    gap: 40px;
  }
  .p-works-top__main--item {
    width: 45%;
  }
}
@media (max-width: 980px) {
  .p-works-fv__title {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .p-works-fv__subtitle {
    font-size: 16px;
  }
  .p-works-fv__img {
    margin-bottom: 80px;
  }
  .p-works-fv__img img {
    border-radius: 0%;
  }
  .p-works-section {
    margin: 40px 0;
  }
  .p-works-head2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .p-works-paragraph {
    font-size: 14px;
  }
  .p-works-figure__col2 figure {
    width: 49%;
  }
  .p-works-figure__col3 figure {
    width: 33%;
  }
  .p-works-figure__caption {
    font-size: 12px;
    margin-top: 4px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .p-works-top {
    padding-top: 0;
  }
  .p-works-btn {
    font-size: 14px;
  }
  .p-works-top__fv {
    margin-bottom: 80px;
    background-image: url(../img/top/works_top_fv_sp.jpg);
    background-size: cover;
  }
  .p-works-top__fv--copy {
    font-size: 20px;
    right: 10px;
    bottom: 160px;
  }
  .p-works-top__main--subtitle {
    margin-bottom: 40px;
  }
  .p-works-top__main--title {
    font-size: 40px;
  }
  .p-works-top__main--flex {
    display: block;
  }
  .p-works-top__main--item {
    width: 100%;
    margin-bottom: 80px;
  }
  .p-works-top__main--item:last-child {
    margin-bottom: 0;
  }
  .p-works-top__main--item__figure {
    margin-bottom: 10px;
  }
  .p-works-top__main--item__row {
    font-size: 14px;
    padding: 10px 0 10px 26px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
  }
  .p-works-top__main--item__row::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #005C4C;
    position: absolute;
    left: 0;
    top: 18px;
  }
  .p-works-top__main--item__row.p-works-top__main--item__sns::before {
    content: none;
  }
  .p-works-top__main--item__title {
    font-size: 16px;
    font-weight: 600;
  }
  .p-works-top__main--item__text {
    line-height: 1.75;
  }
  .p-works-top__main--item__sns {
    display: flex;
    gap: 0 16px;
    align-items: center;
  }
  .p-works-top__main--item__sns--link {
    display: inline-block;
    width: 24px;
  }
}