@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Lexend+Peta:wght@500&display=swap");
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}
@keyframes loader {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}
html {
  background: #fff;
  color: #363640;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 374px) {
  html {
    font-size: 56.3%;
  }
}

body,
header,
main,
div,
ol, ul, li,
hgroup,
h1, h2, h3, h4, h5, h6,
form, input, textarea, button,
p,
blockquote,
figure,
picture,
img,
tabl, th, td {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template, [hidden] {
  display: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

progress {
  vertical-align: baseline;
}

address {
  font-style: normal;
}

body {
  background: #fff;
  color: #363640;
  font-family: "FOT-筑紫A丸ゴシック Std M", "TsukuARdGothicStd-M", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  -webkit-text-size-adjust: 100% !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: top;
}

strong {
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", sans-serif;
  letter-spacing: 0.05em;
}

ol li,
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 0.02em;
}

input,
textarea,
select,
button {
  *font-size: 100%;
}

button,
select {
  cursor: pointer;
}

button {
  border: none;
}

sup {
  font-size: 10px;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #e2ebef;
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #0090d1;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

br.pc {
  display: inline;
}
br.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
.btn1 {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", sans-serif;
  letter-spacing: 0.05em;
  min-width: 275px;
  height: 70px;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 70px;
  padding: 0 35px 0 70px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .btn1 {
    min-width: 215px;
    height: 56px;
    font-size: 1.4rem;
    line-height: 56px;
    padding: 0 35px 0 56px;
  }
}
.btn1::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1;
  width: 50px;
  border-radius: 50%;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 480px) {
  .btn1::before {
    width: 40px;
    left: 8px;
    top: 8px;
  }
}
.btn1.gr {
  background: #008e66;
}
.btn1.gr::before {
  background: #004b36 url("/img/arr1_wh.svg") no-repeat center center/6px;
}
@media (any-hover: hover) and (min-width: 481px) {
  .btn1.gr:hover {
    background: #004b36;
  }
  .btn1.gr:hover::before {
    background: #008e66 url("/img/arr1_wh.svg") no-repeat center center/6px;
  }
}
.btn1.pi {
  background: #ec6b61;
}
.btn1.pi::before {
  background: #c04941 url("/img/arr1_wh.svg") no-repeat center center/6px;
}
@media (any-hover: hover) and (min-width: 481px) {
  .btn1.pi:hover {
    background: #c04941;
  }
  .btn1.pi:hover::before {
    background: #ec6b61 url("/img/arr1_wh.svg") no-repeat center center/6px;
  }
}
.btn1.pj1 {
  background: #d37068;
}
.btn1.pj1::before {
  background: #913d36 url("/img/arr1_wh.svg") no-repeat center center/6px;
}
@media (any-hover: hover) and (min-width: 481px) {
  .btn1.pj1:hover {
    background: #913d36;
  }
  .btn1.pj1:hover::before {
    background: #d37068 url("/img/arr1_wh.svg") no-repeat center center/6px;
  }
}
.btn1.coming, .btn1.off {
  background: #c9c9c9;
  pointer-events: none;
}
.btn1.coming::before, .btn1.off::before {
  background: #9a9a9a url("/img/arr1_wh.svg") no-repeat center center/6px;
}

.btn2 {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", sans-serif;
  letter-spacing: 0.05em;
  min-width: 175px;
  height: 40px;
  border: 1px solid #0090d1;
  border-radius: 9999px;
  color: #0090d1;
  font-size: 1.6rem;
  line-height: 38px;
  padding: 0 30px 0 45px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .btn2 {
    min-width: 130px;
    height: 30px;
    line-height: 28px;
    font-size: 1.2rem;
    padding: 0 15px 0 30px;
  }
}
.btn2::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1;
  width: 30px;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  background: #0090d1 url("/img/arr1_wh.svg") no-repeat center center/6px;
}
@media screen and (max-width: 480px) {
  .btn2::before {
    width: 22px;
    left: 3px;
    top: 3px;
    background: #0090d1 url("/img/arr1_wh.svg") no-repeat center center/5px;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  .btn2:hover {
    background: #0090d1;
    color: #fff;
  }
  .btn2:hover::before {
    background: #fff url("/img/arr1_lb.svg") no-repeat center center/6px;
  }
}

.p_wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .p_wrap {
    min-width: 320px;
  }
}

header {
  /*
  	width: 100%;
  	max-width: 1400px;
  	margin: 0 auto;
  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 3% 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  header {
    padding: 20px 3% 0;
  }
}
header .layer {
  display: none;
  background: rgba(0, 75, 54, 0.9);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header a {
  display: block;
  text-decoration: none;
  color: inherit;
}
header > .nacsj {
  width: 100px;
  position: relative;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  header > .nacsj {
    width: 46px;
  }
}
header > .nacsj img {
  width: 100%;
  height: auto;
}

.glo_nav {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .glo_nav {
    margin-top: 0;
  }
}
.glo_nav li {
  position: relative;
}
.glo_nav li + li {
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .glo_nav li:not(.btn) {
    display: none;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  .glo_nav li:not(.btn) a:hover {
    color: #008e66;
  }
}
.glo_nav li.btn + li {
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .glo_nav li.btn + li {
    margin-left: 5px;
  }
}
.glo_nav li.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-radius: 9999px;
  color: #fff;
  padding: 0 25px 0 10px;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .glo_nav li.btn a {
    height: 30px;
    padding: 0 10px;
    white-space: nowrap;
  }
}
.glo_nav li.btn a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 43px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  .glo_nav li.btn a::before {
    display: none;
  }
}
.glo_nav li.btn a.action {
  background: #008e66;
}
.glo_nav li.btn a.action::before {
  background: #004b36 url("/img/arr1_wh.svg") no-repeat center center/6px;
}
@media (any-hover: hover) and (min-width: 481px) {
  .glo_nav li.btn a.action:hover {
    background: #004b36;
  }
  .glo_nav li.btn a.action:hover::before {
    background: #008e66 url("/img/arr1_wh.svg") no-repeat center center/6px;
  }
}
.glo_nav li.btn a.company {
  background: #ec6b61;
}
.glo_nav li.btn a.company::before {
  background: #c04941 url("/img/arr1_wh.svg") no-repeat center center/6px;
}
@media (any-hover: hover) and (min-width: 481px) {
  .glo_nav li.btn a.company:hover {
    background: #c04941;
  }
  .glo_nav li.btn a.company:hover::before {
    background: #ec6b61 url("/img/arr1_wh.svg") no-repeat center center/6px;
  }
}
.glo_nav li a {
  font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .glo_nav li a {
    font-size: 1.2rem;
  }
}

#ham {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  margin-left: 5px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #008e66;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 480px) {
  #ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#ham .line {
  width: 12px;
  height: 1px;
  background-color: #008e66;
  position: relative;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
#ham .line::before, #ham .line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #008e66;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#ham .line::before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
#ham .line::after {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.all_nav {
  display: none;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 3%;
  right: 3%;
  top: 60px;
  background: #fff;
  border-radius: 10px;
  padding: 100px 8% 25px;
  text-align: left;
}
.all_nav .logo {
  display: block;
  text-decoration: none;
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  aspect-ratio: 1;
  background: url("/img/logo_project.svg") no-repeat center center/contain;
  top: -32px;
  left: 35px;
}
.all_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
.all_nav ul li.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  color: #fff;
  height: 40px;
  padding: 0 15px;
  white-space: nowrap;
}
.all_nav ul li.btn a.action {
  background: #008e66;
}
.all_nav ul li.btn a.company {
  background: #ec6b61;
}
.all_nav ul li a {
  font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
.all_nav .ft {
  margin-top: 33px;
  border-top: 1px solid #008e66;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.all_nav .nacsj {
  width: 89px;
}
.all_nav .nacsj img {
  width: 100%;
  height: auto;
}

body.nav_open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
body.nav_open header .layer {
  display: block;
}
body.nav_open #ham {
  border: none;
}
body.nav_open #ham .line {
  background-color: rgba(0, 142, 102, 0);
}
body.nav_open #ham .line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.nav_open #ham .line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.nav_open .all_nav {
  display: block;
}

.p_ttl1 {
  margin: 45px auto 0;
  width: 93%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 700px;
}
@media screen and (max-width: 1400px) {
  .p_ttl1 {
    height: auto;
    aspect-ratio: 2600/1400;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl1 {
    margin: 18px auto 0;
    height: 360px;
    aspect-ratio: auto;
    border-radius: 12px;
  }
}
.p_ttl1 .logo {
  display: block;
  width: 190px;
  text-decoration: none;
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 95px);
  top: -58px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 480px) {
  .p_ttl1 .logo {
    width: 100px;
    top: -24px;
    left: calc(50% - 50px);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  }
  .p_ttl1 .logo img {
    width: 100%;
    height: auto;
  }
}
.p_ttl1 .en {
  display: block;
  margin-top: 25px;
  color: #fff;
  font-family: "Lexend Peta", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .p_ttl1 .en {
    margin-top: 12px;
    font-size: 1rem;
    padding-bottom: 0;
  }
}

#layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background: transparent;
}

#modal {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: auto;
}
#modal .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .close {
  z-index: 1;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #modal .close {
    font-size: 1.2rem;
  }
}
#modal .close .ico {
  display: block;
  width: 60px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 480px) {
  #modal .close .ico {
    width: 30px;
  }
}
#modal .close .ico::before, #modal .close .ico::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #004b36;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 0.5px);
}
@media screen and (max-width: 480px) {
  #modal .close .ico::before, #modal .close .ico::after {
    width: 10px;
    left: calc(50% - 5px);
  }
}
#modal .close .ico::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#modal .close .ico::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.modal_open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
body.modal_open #layer {
  z-index: 99;
  background: #004b36 !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  opacity: 0.9;
}
body.modal_open #modal {
  opacity: 1;
  width: 100%;
  height: 100%;
}

footer {
  position: relative;
  padding: 100px 0 70px;
}
@media screen and (max-width: 480px) {
  footer {
    padding: 50px 0 25px;
  }
}
footer a {
  display: block;
  text-decoration: none;
  color: inherit;
}
footer .aboutus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 70px 55px;
  margin: 0 auto;
  width: 1100px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e2ebef;
}
@media screen and (max-width: 480px) {
  footer .aboutus {
    width: 86.7%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 10px;
    padding-bottom: 20px;
  }
  footer .aboutus .pj img {
    width: 80px;
    height: auto;
  }
  footer .aboutus .nacsj {
    width: 100px;
    text-align: center;
  }
  footer .aboutus .nacsj img {
    width: 61px;
    height: auto;
  }
}
footer .aboutus .ttl {
  width: 100%;
}
@media screen and (max-width: 480px) {
  footer .aboutus .ttl {
    margin-bottom: 20px;
  }
  footer .aboutus .ttl img {
    width: 276px;
    height: auto;
  }
}
footer .aboutus .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  footer .aboutus .txt {
    margin-top: 25px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 1.2rem;
  }
}
footer .sdgs {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 480px) {
  footer .sdgs {
    margin: 20px auto 0;
    width: 86.7%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }
  footer .sdgs img {
    width: 159px;
    height: auto;
  }
}
footer .sdgs p {
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  footer .sdgs p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.42;
  }
}
footer .copyright {
  margin-top: 55px;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  footer .copyright {
    margin: 20px -10px 0;
    font-size: 1rem;
    letter-spacing: 0.05em;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}