@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
html {
  scrollbar-gutter: stable;
}

body {
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
body.open {
  overflow-y: clip;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #f8be1c;
  font-weight: bold;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .contents article:not(:has(a)) {
  display: flex;
  column-gap: 28px;
}
#news .contents article a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  column-gap: 28px;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article a .txbox .title {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#news .contents article a .txbox .title span {
  flex: 1;
}
#news .contents article a .txbox .title::after {
  content: "";
  width: 23px;
  aspect-ratio: 23/9;
  background: url(../images/arow2.webp) no-repeat center/cover;
  margin-left: auto;
}
#news .contents article .image {
  width: 110px;
}
#news .contents article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#news .contents article .txbox {
  flex: 1;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin: 10px 0 29px;
  column-gap: 38px;
  padding-right: 10px;
}
#news .contents article .txbox time {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#news .contents article .txbox .title {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#news .contents article:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  #news .contents article:not(:has(a)) {
    column-gap: 15px;
  }
  #news .contents article a {
    column-gap: 15px;
  }
  #news .contents article .image {
    width: 90px;
  }
  #news .contents article .txbox {
    column-gap: 20px;
    margin: 5px 0 10px;
    padding-bottom: 5px;
  }
  #news .contents article .txbox time {
    font-size: 14px;
  }
  #news .contents article .txbox .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #news .contents article:not(:has(a)) {
    column-gap: 10px;
  }
  #news .contents article a {
    column-gap: 10px;
  }
  #news .contents article .image {
    width: 70px;
  }
  #news .contents article .txbox {
    flex-direction: column;
    align-items: start;
    row-gap: 5px;
  }
  #news .contents article .txbox time {
    font-size: 12px;
  }
  #news .contents article .txbox .title {
    font-size: 14px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 25px;
  }
}

/* ----------------------------------------------
project
------------------------------------------------- */
#project .block a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#project .block a:hover {
  opacity: 0.6;
}
#project .block .image {
  aspect-ratio: 370/240;
  margin-bottom: 25px;
}
#project .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#project .block .year {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
#project .block .title {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
#project .block .text {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
@media (max-width: 999px) {
  #project .block .image {
    margin-bottom: 15px;
  }
  #project .block .year {
    font-size: 14px;
  }
  #project .block .title {
    font-size: 16px;
  }
  #project .block .text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #project .block .image {
    margin-bottom: 10px;
  }
  #project .block .image img {
    border-radius: 10px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  width: 100%;
  position: absolute;
}
#header .logos {
  margin: 30px calc(3.75% + 70px + 10px) 0 3.75%;
  position: relative;
  z-index: 3;
}
#header .logos .logo:nth-child(1) {
  display: block;
}
#header .logos .logo:nth-child(2) {
  display: none;
}
#header .logo {
  max-width: 248px;
}
body.open #header .logos .logo:nth-child(1) {
  display: none;
}
body.open #header .logos .logo:nth-child(2) {
  display: block;
}

@media (max-width: 767px) {
  #header .logos {
    margin-top: 20px;
    margin-right: calc(3.75% + 50px + 10px);
  }
}

/* ----------------------------------------------
buger
------------------------------------------------- */
#buger {
  /* position: fixed;
  z-index: 2;
  width: 100%; */
  /* overflow-y: auto;
  max-height: 100vh; */
}
#buger > .btn {
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 3.75%;
  z-index: 2;
}
#buger > .btn span {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 5px;
}
#buger > .btn span::before, #buger > .btn span::after {
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 3px;
  background-color: #138e56;
}
#buger > .btn span::before {
  width: 40px;
}
#buger > .btn span::after {
  width: 34px;
}
body.open #buger > .btn span {
  align-items: center;
  justify-content: center;
}
body.open #buger > .btn span::before, body.open #buger > .btn span::after {
  position: absolute;
  width: 40px;
  height: 3px;
}
body.open #buger > .btn span::before {
  transform: rotate(45deg);
}
body.open #buger > .btn span::after {
  transform: rotate(-45deg);
}

#buger .container {
  color: #0c0c0c;
  background-color: #fff;
  border-top-left-radius: 100px;
  margin-left: auto;
  width: min(100% - 10px, 1217px);
  padding: 90px max((100% - 1180px) / 2, 10px) 70px 10px;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  position: fixed;
  z-index: 2;
  top: 180px;
  right: 0;
}
body.open #buger .container {
  opacity: 1;
  visibility: visible;
}

#buger .container .contents {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 30px 8.8264794383%;
  margin-bottom: 75px;
}
#buger .container .contents a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#buger .container .contents a:hover {
  opacity: 0.6;
}
#buger .container .contents #gnav {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 88px;
}
#buger .container .contents #gnav ul li a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
}
#buger .container .contents #gnav ul li:not(:last-child) {
  margin-bottom: 40px;
}
#buger .container .contents .right {
  margin-top: auto;
}
#buger .container .contents .right .btn {
  margin-bottom: 55px;
}
#buger .container .contents .right .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 90px;
  background: url(../images/arow1.webp) no-repeat center right 30px #138e56;
  border-radius: 45px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#buger .container .contents .right .privacy {
  margin-bottom: 10px;
}
#buger .container .contents .right .privacy a {
  display: inline-block;
  padding-bottom: 2px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #138e56;
  border-bottom: 1px solid #138e56;
}
#buger .container .copyright {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: end;
}
@media (max-width: 999px) {
  #buger .container {
    padding: 60px max((100% - 1180px) / 2, 10px) 60px 10px;
    max-height: calc(100vh - 160px);
    top: 160px;
  }
  #buger .container .contents {
    margin-bottom: 50px;
  }
  #buger .container .contents #gnav {
    gap: 30px 40px;
  }
  #buger .container .contents #gnav ul li a {
    font-size: 18px;
  }
  #buger .container .contents #gnav ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  #buger .container .contents .right .btn {
    margin-bottom: 30px;
  }
  #buger .container .contents .right .btn a {
    width: 340px;
    height: 70px;
    font-size: 16px;
  }
  #buger .container .contents .right .privacy a {
    font-size: 14px;
  }
  #buger .container .copyright {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #buger {
    /* max-height: calc(100vh - 50px); */
  }
  #buger > .btn {
    width: 50px;
    margin-top: 20px;
  }
  #buger > .btn span::before, #buger > .btn span::after {
    height: 2px;
  }
  #buger > .btn span::before {
    width: 34px;
  }
  #buger > .btn span:after {
    width: 28px;
  }
  body.open #buger > .btn span::before, body.open #buger > .btn span::after {
    width: 30px;
    height: 2px;
  }
  #buger .container {
    padding: 40px max((100% - 1180px) / 2, 10px) 40px 10px;
    max-height: calc(100vh - 160px);
    border-top-left-radius: 70px;
    top: 160px;
  }
  #buger .container .contents {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }
  #buger .container .contents #gnav {
    gap: 20px;
  }
  #buger .container .contents #gnav ul li a {
    font-size: 16px;
  }
  #buger .container .contents #gnav ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  #buger .container .contents .right .btn {
    margin-bottom: 10px;
  }
  #buger .container .contents .right .btn a {
    width: 270px;
    height: 50px;
    font-size: 14px;
  }
  #buger .container .copyright {
    text-align: center;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 90px;
  z-index: 1;
  width: 60px;
  height: 60px;
}
#pagetop.fin {
  position: absolute;
  top: 0;
  bottom: unset;
  transform: translateY(-50%);
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0c0c0c;
}
@media (max-width: 999px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 70px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #23684a;
  position: relative;
  padding: 100px 0;
}
#footer a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  display: flex;
  column-gap: 10px;
}
#footer .inner .left {
  padding: 73px 10px 54px max((100% - 1180px) / 2, 10px);
  background-color: #e9e2c5;
  border-top-right-radius: 100px;
  min-width: 50%;
}
#footer .inner .left .logo {
  max-width: 279px;
  margin-bottom: 30px;
}
#footer .inner .left .data {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 50px;
}
#footer .inner .left .data a {
  font-weight: 500;
  color: #0c0c0c;
}
#footer .inner .left .btn {
  margin-bottom: 58px;
}
#footer .inner .left .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  height: 90px;
  border-radius: 45px;
  background: url(../images/arow1.webp) no-repeat center right 30px #138e56;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .inner .left .privacy a {
  text-decoration: underline;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #138e56;
}
#footer .inner .right {
  padding-top: 62px;
  padding-right: max((100% - 1180px) / 2, 10px);
  margin-left: auto;
}
#footer .inner .right #fnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 40px 84px;
  margin-bottom: 77px;
}
#footer .inner .right #fnav ul li a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .inner .right #fnav ul li:not(:last-child) {
  margin-bottom: 40px;
}
#footer .inner .right .copyright {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: end;
}
@media (max-width: 999px) {
  #footer {
    padding: 80px 0;
  }
  #footer .inner .left {
    padding: 50px 10px 30px max((100% - 1180px) / 2, 10px);
  }
  #footer .inner .left .data {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #footer .inner .left .btn {
    margin-bottom: 40px;
  }
  #footer .inner .left .btn a {
    width: 340px;
    height: 70px;
    font-size: 16px;
  }
  #footer .inner .left .privacy a {
    font-size: 14px;
  }
  #footer .inner .right {
    padding-top: 40px;
  }
  #footer .inner .right #fnav {
    gap: 30px 40px;
    margin-bottom: 60px;
  }
  #footer .inner .right #fnav ul li a {
    font-size: 18px;
  }
  #footer .inner .right #fnav ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  #footer .inner .right .copyright {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 60px 0;
  }
  #footer .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .inner .left {
    width: calc(100% - 10px);
    padding: 30px 10px 20px max((100% - 1180px) / 2, 10px);
    border-top-right-radius: 70px;
  }
  #footer .inner .left .data {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #footer .inner .left .btn {
    margin-bottom: 30px;
  }
  #footer .inner .left .btn a {
    width: 280px;
    height: 50px;
    font-size: 14px;
  }
  #footer .inner .right {
    padding-top: 0;
    margin-left: unset;
  }
  #footer .inner .right #fnav {
    gap: 20px;
    margin-bottom: 40px;
    justify-content: center;
  }
  #footer .inner .right #fnav ul li a {
    font-size: 16px;
  }
  #footer .inner .right #fnav ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  #footer .inner .right .copyright {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */