body {
  background-color: #F8F8F8;
}

#message {
  position: relative;
}
#message #visual {
  position: relative;
  z-index: 2;
  padding: 3rem 0 6rem;
}
#message #visual .title {
  position: relative;
  z-index: 1;
}
#message #visual .bottom {
  position: relative;
}
#message #visual .bottom::after {
  content: "";
  position: absolute;
  display: block;
  width: 94%;
  height: 80%;
  left: 3%;
  bottom: 0;
  background: linear-gradient(40deg, #5CC484, #578FC8);
  z-index: -1;
}
#message #visual .image {
  max-width: 1210px;
  width: 90%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #message #visual .image {
    margin: auto;
  }
}
#message #visual .circle {
  border-color: #FF666F;
  width: 100vw;
  top: -5%;
  left: 50%;
  transform: translate(0%, -50%);
  max-width: 1400px;
}
#message #visual .text {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 7rem 5% 5rem;
}
@media screen and (max-width: 767px) {
  #message #visual .text {
    flex-direction: column;
    gap: 3rem;
  }
}
#message #visual .text .copy {
  width: 60%;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  #message #visual .text .copy {
    width: 100%;
    font-size: 2rem;
  }
}
#message #visual .text .profile {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #message #visual .text .profile {
    width: 100%;
  }
}
#message #visual .text .profile .name {
  font-size: clamp(1.85rem, 1.48rem + 0.5vw, 2.2rem);
  margin-bottom: 2rem;
}
#message #visual .text .profile .position {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  margin-bottom: 2rem;
}
#message #visual .text .profile .career {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
#message .section-block {
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}
#message .section-block::after {
  content: "";
  position: absolute;
  display: block;
  width: 75%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #message .section-block::after {
    width: 98%;
  }
}
#message .section-block .inner {
  padding: 8rem;
}
@media screen and (max-width: 960px) {
  #message .section-block .inner {
    padding: 5rem 8%;
  }
}
#message .section-block h2 {
  font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
  color: #66C88B;
  font-weight: 500;
  margin-bottom: 5rem;
}
#message .section-block .layout {
  position: relative;
  display: flex;
  gap: 0rem;
}
@media screen and (max-width: 960px) {
  #message .section-block .layout {
    flex-direction: column;
  }
}
#message .section-block .layout .text {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #message .section-block .layout .text {
    width: 100%;
  }
}
#message .section-block .layout .image {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #message .section-block .layout .image {
    width: 100%;
  }
}
#message .section-block#sec1 .layout .image {
  position: relative;
  left: 8rem;
}
@media screen and (max-width: 960px) {
  #message .section-block#sec1 .layout .image {
    left: 0;
    margin: 3rem auto 0;
  }
}
#message .section-block#sec2::after {
  left: auto;
  right: 0;
}
#message .section-block#sec2 .layout {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  #message .section-block#sec2 .layout {
    flex-direction: column;
  }
}
#message .section-block#sec2 .layout .image {
  padding-top: 16rem;
  position: relative;
  right: 8rem;
}
@media screen and (max-width: 960px) {
  #message .section-block#sec2 .layout .image {
    right: 0;
    margin: 3rem auto 0;
    padding-top: 0;
  }
}
#message .section-block#sec3::after {
  left: auto;
  right: 0;
  width: 90%;
  height: 70%;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  #message .section-block#sec3::after {
    width: 95%;
  }
}
#message .section-block#sec3 .image {
  width: 80%;
}
@media screen and (max-width: 960px) {
  #message .section-block#sec3 .image {
    width: 100%;
  }
}
#message .section-block#sec3 .layout {
  display: block;
  max-width: 890px;
  width: 80%;
  margin: 60px 3rem 0 auto;
}
@media screen and (max-width: 960px) {
  #message .section-block#sec3 .layout {
    width: 100%;
  }
}
#message .section-block#sec3 .layout .text {
  width: 100%;
}
#message .section-block#sec3 .circle {
  bottom: 5%;
  right: 50%;
  z-index: -1;
  width: 100vw;
}

#business .circle {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 40%;
}
#business #visual {
  position: relative;
  z-index: 2;
}
#business #content-block {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  #business #content-block {
    display: block;
  }
}
#business #content-block #sidemenu {
  position: relative;
  width: 245px;
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  #business #content-block #sidemenu {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #business #content-block #sidemenu.is-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 100;
    background-color: #fff;
  }
}
#business #content-block #sidemenu ul {
  position: sticky;
  top: 120px;
  padding-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  #business #content-block #sidemenu ul {
    position: static;
    padding-bottom: 0;
    margin-bottom: 5rem;
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
  }
}
#business #content-block #sidemenu ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 960px) {
  #business #content-block #sidemenu ul li {
    padding-left: 0;
    margin-bottom: 2px;
    width: 49%;
  }
}
#business #content-block #sidemenu ul li a {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  #business #content-block #sidemenu ul li a {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px 5px;
    opacity: 1;
    padding-right: 40px;
    height: 100%;
  }
  #business #content-block #sidemenu ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #00772A;
    border-bottom: 1px solid #00772A;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
  }
}
#business #content-block #sidemenu ul li a.active, #business #content-block #sidemenu ul li a:hover {
  opacity: 1;
  font-weight: 500;
}
#business #content-block #sidemenu ul li a.active::before, #business #content-block #sidemenu ul li a:hover::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #00772A;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  #business #content-block #sidemenu ul li a.active::before, #business #content-block #sidemenu ul li a:hover::before {
    display: none;
  }
}
#business #content-block #content-wrap {
  flex: 1;
}
#business #content-block #content-wrap .section-block {
  margin-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  #business #content-block #content-wrap .section-block {
    margin-bottom: 5rem;
  }
}
#business #content-block #content-wrap .section-block .title-en {
  text-align: right;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  color: #009436;
}
#business #content-block #content-wrap .section-block .inner-block {
  background-color: #E1F2E7;
}
#business #content-block #content-wrap .section-block .title {
  display: flex;
  height: 160px;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  #business #content-block #content-wrap .section-block .title {
    height: auto;
  }
}
#business #content-block #content-wrap .section-block .title .icon {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  #business #content-block #content-wrap .section-block .title .icon {
    width: 60px;
    height: 100%;
  }
}
#business #content-block #content-wrap .section-block .title h2 {
  color: #009436;
  font-size: clamp(2.8rem, 0.944rem + 2.4vw, 4.4rem);
  line-height: 1.2;
  font-weight: 500;
  padding-left: 3rem;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  #business #content-block #content-wrap .section-block .title h2 {
    font-size: 2rem;
    padding: 2rem;
  }
}
#business #content-block #content-wrap .section-block .content-body {
  padding: 5rem 5%;
}
@media screen and (max-width: 960px) {
  #business #content-block #content-wrap .section-block .content-body {
    padding: 3rem 5%;
  }
}
#business #content-block #content-wrap .section-block .content-body h3 {
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  #business #content-block #content-wrap .section-block .content-body h3 {
    font-size: 2rem;
  }
}
#business #content-block #content-wrap .section-block .content-body .lead {
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  margin-bottom: 5rem;
}
#business #content-block #content-wrap .section-block .content-body h4 {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  margin-bottom: 1rem;
}
#business #content-block #content-wrap .section-block .content-body h4 + p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  margin-bottom: 3rem;
}
#business #content-block #content-wrap .section-block .content-body ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
@media screen and (max-width: 960px) {
  #business #content-block #content-wrap .section-block .content-body ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#business #content-block #content-wrap .section-block .content-body ul li {
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  #business #content-block #content-wrap .section-block .content-body ul li {
    margin-bottom: 1rem;
  }
}
#business #content-block #content-wrap .section-block .content-body ul li a {
  position: relative;
  display: block;
  background-color: #fff;
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  font-weight: 500;
  color: #009436;
  border-radius: 4px;
  padding: 15px 60px 15px 18px;
}
#business #content-block #content-wrap .section-block .content-body ul li a:hover {
  background-color: rgba(0, 148, 54, 0.2);
}
#business #content-block #content-wrap .section-block .content-body ul li a span {
  position: absolute;
  display: block;
  aspect-ratio: 1;
  height: calc(100% - 12px);
  border-left: 1px solid #E8E8E8;
  top: 6px;
  right: 0;
  width: 45px;
}
#business #content-block #content-wrap .section-block .content-body ul li a span::before, #business #content-block #content-wrap .section-block .content-body ul li a span::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #009436;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#business #content-block #content-wrap .section-block .content-body ul li a span::before {
  width: 13px;
  height: 1px;
}
#business #content-block #content-wrap .section-block .content-body ul li a span::after {
  width: 1px;
  height: 13px;
}
#business #content-block #content-wrap .section-block.bg2 .title-en {
  color: #004E97;
}
#business #content-block #content-wrap .section-block.bg2 .inner-block {
  background-color: #E4E8F3;
}
#business #content-block #content-wrap .section-block.bg2 .title h2 {
  color: #004E97;
}
#business #content-block #content-wrap .section-block.bg2 .content-body ul li a {
  color: #004E97;
}
#business #content-block #content-wrap .section-block.bg2 .content-body ul li a:hover {
  background-color: rgba(0, 78, 151, 0.2);
}
#business #content-block #content-wrap .section-block.bg2 .content-body ul li a span {
  border-left-color: #E8E8E8;
}
#business #content-block #content-wrap .section-block.bg2 .content-body ul li a span::before, #business #content-block #content-wrap .section-block.bg2 .content-body ul li a span::after {
  background-color: #004E97;
}

#modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  max-width: 980px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 5px 0;
}
.modal .scroll-area {
  overflow-y: scroll;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .scroll-area::-webkit-scrollbar {
  width: 0px;
}
.modal .scroll-area::-webkit-scrollbar-thumb {
  background-color: #ccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.modal .scroll-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.modal .modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 15px;
  transform: rotate(45deg);
}
.modal .modal-close::before, .modal .modal-close::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #009436;
  top: 50%;
  left: 0;
}
.modal .modal-close::before {
  transform: rotate(90deg);
}
.modal .modal-content {
  background-color: #fff;
  display: flex;
  gap: 5%;
  padding: 10vh 10%;
}
@media screen and (max-width: 960px) {
  .modal .modal-content {
    display: block;
  }
}
.modal .modal-content .text {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .modal .modal-content .text {
    width: 100%;
  }
}
.modal .modal-content .text h2 {
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  color: #009436;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .modal .modal-content .text h2 {
    font-size: 2rem;
  }
}
.modal .modal-content .image {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .modal .modal-content .image {
    width: 100%;
    margin-top: 2rem;
  }
}
.modal .modal-content .image img {
  border-radius: 25px;
}
.modal.bg1 .modal-content {
  background-color: #E1F2E7;
}
.modal.bg2 .modal-content {
  background-color: #E4E8F3;
}
.modal.bg2 .modal-content .modal-close::before, .modal.bg2 .modal-content .modal-close::after {
  background-color: #004E97;
}
.modal.bg2 .modal-content h2 {
  color: #004E97;
}

#project #visual {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #project #visual {
    padding-bottom: 3rem;
  }
}
#project #visual .image {
  position: relative;
}
#project #visual .image img {
  border-radius: 10px;
}
#project #visual .image h1 {
  position: absolute;
  top: 10px;
  left: 30px;
  color: #fff;
  font-size: clamp(4.25rem, 2.952rem + 1.7vw, 5.4rem);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #project #visual .image h1 {
    font-size: 2.5rem;
    left: 10px;
  }
}
#project .circle {
  width: 100vw;
  border-color: #009436;
}
#project .circle#c1 {
  top: 30px;
  left: 50%;
}
#project .circle#c2 {
  bottom: 7%;
  right: 60%;
}
#project #content-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 8rem;
}
@media screen and (max-width: 960px) {
  #project #content-wrap {
    padding-bottom: 3rem;
  }
}
#project #content-wrap #first {
  margin-bottom: 5rem;
}
#project #content-wrap #first .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #project #content-wrap #first .inner {
    display: block;
  }
}
#project #content-wrap #first .inner .lead {
  font-size: clamp(2.9rem, 2.16rem + 1vw, 3.6rem);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #project #content-wrap #first .inner .lead {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}
#project #content-wrap #first .inner .profile {
  display: flex;
}
@media screen and (max-width: 960px) {
  #project #content-wrap #first .inner .profile {
    padding: 0 3%;
    justify-content: center;
  }
}
#project #content-wrap #first .inner .profile .name {
  color: #009436;
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
}
#project #content-wrap #first .inner .profile .image {
  margin-left: 30px;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  #project #content-wrap #first .inner .profile .image {
    flex: 1;
    width: auto;
  }
  #project #content-wrap #first .inner .profile .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#project #content-wrap #first .inner .profile .image img {
  border-radius: 10px;
}
#project #content-wrap .section-block {
  padding: 0 3%;
  margin-bottom: 5rem;
}
#project #content-wrap .section-block .inner {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px 8%;
}
#project #content-wrap .section-block .title {
  color: #009436;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  #project #content-wrap .section-block .title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
#project #content-wrap .section-block .layout {
  display: flex;
  gap: 8%;
}
#project #content-wrap .section-block .layout.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  #project #content-wrap .section-block .layout {
    flex-direction: column !important;
  }
}
#project #content-wrap .section-block .layout p {
  width: 55%;
}
@media screen and (max-width: 960px) {
  #project #content-wrap .section-block .layout p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  #project #content-wrap .section-block .layout p {
    width: 100%;
  }
}
#project #content-wrap .section-block .layout .image {
  width: 45%;
}
@media screen and (max-width: 960px) {
  #project #content-wrap .section-block .layout .image {
    width: 100%;
    margin-top: 2rem;
  }
}
#project #content-wrap .section-block .image.wide {
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  #project #content-wrap .section-block .image.wide {
    margin-top: 2rem;
  }
}
#project #content-wrap .section-block img {
  border-radius: 10px;
}