.mv {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 1.5rem;
  }
}
.mv .target {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #358665;
  color: #fff;
  line-height: 1;
  padding: 10px;
  z-index: 101;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .mv .target {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.mv .txt {
  position: absolute;
  top: 15vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .mv .txt {
    font-size: 1rem;
    top: 45%;
    max-width: 90%;
    text-align: left;
  }
  .mv .txt br {
    display: none;
  }
}
.mv .txt span {
  font-size: 3rem;
  font-weight: 300;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .mv .txt span {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.mv .img {
  display: block;
}
@media screen and (max-width: 767px) {
  .mv .img {
    display: none;
  }
}
.mv .img img {
  width: 100%;
}
.mv .img_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv .img_sp {
    display: block;
  }
}
.mv .img_sp img {
  width: 100%;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.slick-animation {
  animation: fadezoom 5s 0s forwards;
}

.intro {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .intro {
    margin-bottom: 2rem;
  }
}
.intro .inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro .inner {
    max-width: 90%;
  }
}
.intro .inner .txt {
  text-align: center;
  font-size: 1rem;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .intro .inner .txt {
    text-align: left;
    font-size: 0.9rem;
    line-height: 2;
  }
  .intro .inner .txt br {
    display: none;
  }
}
.intro .inner::before {
  content: "";
  top: 50px;
  left: -70px;
  display: block;
  width: 169px;
  height: 205px;
  background-image: url(../img/intro_bg01.webp);
  background-size: 100% 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .intro .inner::before {
    display: none;
  }
}
.intro .inner::after {
  content: "";
  top: 30px;
  right: -70px;
  display: block;
  width: 171px;
  height: 203px;
  background-image: url(../img/intro_bg02.webp);
  background-size: 100% 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .intro .inner::after {
    display: none;
  }
}

.alink {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .alink {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .alink .inner {
    max-width: 90%;
  }
}
.alink .inner h2 {
  margin-bottom: 1rem;
  text-align: left;
  color: #358665;
  font-size: 1.3rem;
  letter-spacing: 3px;
}
.alink .inner .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
@media screen and (max-width: 767px) {
  .alink .inner .row {
    grid-template-columns: 1fr;
  }
}
.alink .inner .row .col {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.alink .inner .row .col:hover {
  transform: scale(1.02);
}
.alink .inner .row .col a {
  display: block;
  text-decoration: none;
}
.alink .inner .row .col a .img img {
  width: 100%;
  height: auto;
}
.alink .inner .row .col a p {
  padding: 1rem 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -1px;
}

.news {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .news {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news .inner {
    max-width: 90%;
  }
}
.news .inner h2 {
  margin-bottom: 1rem;
  text-align: left;
  color: #358665;
  font-size: 1.3rem;
  letter-spacing: 3px;
}
.news .inner ul {
  list-style: none;
  height: 160px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .news .inner ul {
    height: 216px;
  }
}
.news .inner ul li {
  border-bottom: 1px solid #ccc;
  text-align: left;
  position: relative;
}
.news .inner ul li:hover {
  background-color: #eee;
}
.news .inner ul li .row {
  display: grid;
  grid-template-columns: 15% 1fr;
  grid-gap: 10px;
}
@media screen and (max-width: 767px) {
  .news .inner ul li .row {
    grid-template-columns: 1fr;
  }
}
.news .inner ul li .row .icon {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .news .inner ul li .row .icon {
    padding: 0.5rem 0 0 0;
  }
}
.news .inner ul li .row .icon span:nth-of-type(1) {
  color: #358665;
}
.news .inner ul li .row .icon span:nth-of-type(2) {
  color: #358665;
  border: 1px solid #358665;
  line-height: 1;
  font-size: 10px;
  padding: 5px;
}
.news .inner ul li .row .txt {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .news .inner ul li .row .txt {
    padding: 0 0 0.3rem 0;
  }
}
.news .inner ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.partner {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .partner .inner {
    max-width: 90%;
  }
}
.partner .inner h2 {
  margin-bottom: 2rem;
  text-align: left;
  color: #358665;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.partner .inner .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .partner .inner .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partner .inner .row .col {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  padding: 0.5rem;
}
.partner .inner .row .col a {
  display: block;
  text-decoration: none;
}
.partner .inner .row .col a .img {
  padding: 10px 0;
}
.partner .inner .row .col a .img img {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .partner .inner .row .col a .img img {
    max-width: 75%;
  }
}
.partner .inner .row .col a p {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 0.5rem 0;
}
.partner .inner .row .col:hover a .img img {
  transform: scale(1.05);
}

.info {
  background-image: url(../img/info_bg.webp);
  background-repeat: repeat-x;
  padding-bottom: 4rem;
  background-size: 100% 100%;
}
.info::before {
  content: "";
  display: block;
  background-image: url(../img/info_bg_top.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  width: 100%;
  height: 16vw;
}
@media screen and (max-width: 767px) {
  .info .inner {
    max-width: 90%;
  }
}
.info .inner h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info .inner h2 {
    font-size: 1.1rem;
  }
}
.info .inner h2::after {
  content: "";
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px dotted #fff;
  display: block;
  width: 440px;
  height: 1px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .info .inner h2::after {
    width: 100%;
  }
}
.info .inner .txt {
  margin-bottom: 3rem;
  text-align: left;
  line-height: 2.2;
  color: #00462e;
}
@media screen and (max-width: 767px) {
  .info .inner .txt {
    margin-bottom: 1.5rem;
    line-height: 1.8;
  }
}

.project > h2 {
  margin-bottom: 3rem;
}
.project > h2.circle {
  line-height: 1;
}
.project > h2.circle span {
  display: inline-block;
  margin: 0 1px;
  color: #fff;
  border-radius: 100px;
  padding: 10px;
  background-color: #299872;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .project > h2.circle span {
    padding: 7px;
    font-size: 1rem;
    margin: 0;
  }
}
.project > h3 {
  margin: auto;
  margin-bottom: 4rem;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .project > h3 {
    max-width: 90%;
  }
}
.project > h3.line {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .project > h3.line {
    font-size: 1rem;
  }
}
.project > h3.line span {
  color: #f19000;
}
.project .pbox {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-gap: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .project .pbox {
    grid-template-columns: 1fr;
    max-width: 90%;
    grid-gap: 20px;
    margin-bottom: 2rem;
  }
}
.project .pbox.p1::before {
  content: "";
  display: block;
  position: absolute;
  top: 180px;
  left: -243px;
  width: 200px;
  height: 200px;
  background-color: rgb(41, 152, 60);
  border-radius: 200px;
}
.project .pbox.p1::after {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: -90px;
  width: 100px;
  height: 100px;
  background-color: #299872;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .project .pbox.p1::before {
    display: none;
  }
  .project .pbox.p1::after {
    display: none;
  }
}
.project .pbox.p2::before {
  content: "";
  display: block;
  position: absolute;
  top: 180px;
  right: -243px;
  width: 200px;
  height: 200px;
  background-color: rgb(41, 152, 60);
  border-radius: 200px;
}
.project .pbox.p2::after {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  right: -90px;
  width: 100px;
  height: 100px;
  background-color: #299872;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .project .pbox.p2::before {
    display: none;
  }
  .project .pbox.p2::after {
    display: none;
  }
}
.project .pbox.p3::before {
  content: "";
  display: block;
  position: absolute;
  top: 180px;
  left: -243px;
  width: 200px;
  height: 200px;
  background-color: rgb(41, 152, 60);
  border-radius: 200px;
}
.project .pbox.p3::after {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: -90px;
  width: 100px;
  height: 100px;
  background-color: #299872;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .project .pbox.p3::before {
    display: none;
  }
  .project .pbox.p3::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .project .pbox .img img {
    max-width: 70%;
    margin: auto;
  }
}
.project .pbox .txt {
  text-align: left;
}
.project .pbox .txt span {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .project .pbox .txt span {
    margin-bottom: 1rem;
  }
}
.project .pbox .txt .num {
  font-size: 4rem;
  color: #299872;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .project .pbox .txt .num {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.project .pbox .txt .num::after {
  background-image: url(../img/pbox_line.webp);
  background-repeat: repeat-x;
  background-position: top right;
  content: "";
  display: block;
  width: 88%;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 1;
}
.project .pbox .txt h3 {
  line-height: 1;
  font-size: 2rem;
  color: #299872;
  text-align: left;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .project .pbox .txt h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.project .pbox .txt p {
  line-height: 1.6;
}
.project .pbox .txt p:nth-of-type(1) {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .project .pbox .txt p:nth-of-type(1) {
    font-size: 1.1rem;
  }
}
.project .pbox.p2 {
  grid-template-columns: 1fr 35%;
}
@media screen and (max-width: 767px) {
  .project .pbox.p2 {
    grid-template-columns: 1fr;
  }
}
.project .pbox.p2 .img {
  order: 2;
}
@media screen and (max-width: 767px) {
  .project .pbox.p2 .img {
    order: 1;
  }
}
.project .pbox.p2 .txt {
  order: 1;
}
@media screen and (max-width: 767px) {
  .project .pbox.p2 .txt {
    order: 2;
  }
}
.project .project_case {
  margin-bottom: 4rem;
}
.project .project_case .inner {
  max-width: 1100px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .project .project_case .inner {
    max-width: 90%;
  }
}
.project .project_case .inner h3 {
  font-size: 1.2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .project .project_case .inner h3 {
    font-size: 1rem;
  }
}
.project .project_case .inner .txt {
  margin-bottom: 2rem;
  line-height: 1.6;
}
.project .project_case .inner .txt span {
  display: block;
  color: #358665;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .project .project_case .inner .txt span {
    font-size: 1.1rem;
  }
}
.project .project_case .inner .img {
  text-align: center;
}
.project .project_case .inner .img img {
  margin: auto;
}
.project .message {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .project .message {
    max-width: 90%;
    margin-bottom: 4rem;
  }
}
.project .message h2 {
  text-align: left;
  color: #299872;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .project .message h2 {
    text-align: center;
    font-size: 1.2rem;
  }
}
.project .message .mbox {
  background-color: #fff;
  border: 2px solid #e5f0df;
  border-radius: 10px;
  box-shadow: 30px 30px 0px #e5f0df;
  margin-bottom: 3rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: 20% 1fr;
  grid-gap: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .project .message .mbox {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    box-shadow: 10px 10px 0px #e5f0df;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .project .message .mbox .img img {
    max-width: 60%;
  }
}
.project .message .mbox .txt {
  text-align: left;
}
.project .message .mbox .txt .name {
  margin-bottom: 1rem;
}
.project .message .mbox .txt .name span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .project .message .mbox .txt .name span {
    font-size: 1rem;
  }
}
.project .message .mbox .txt .name p {
  color: #358665;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .project .message .mbox .txt .name p {
    font-size: 1rem;
  }
}
.project .message .mbox .txt p {
  line-height: 1.8;
}
.project .message .mbox .txt .btn {
  padding-top: 2rem;
  text-align: right;
}
.project .message .mbox .txt .btn a {
  background-color: #299872;
  background-image: url(../img/icon_arrow.webp);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #fff;
  border-radius: 100px;
  padding: 0.7rem 2.5rem;
  text-decoration: none;
}
.project .message .mbox.chara01:before {
  width: 82px;
  height: 273px;
  position: absolute;
  top: -50px;
  right: -20px;
  content: "";
  display: block;
  background-image: url(../img/message01_chara.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .project .message .mbox.chara01:before {
    width: 58px;
    height: 191px;
    right: -10px;
  }
}
.project .message .mbox.chara01 .txt {
  padding-right: 8%;
}
@media screen and (max-width: 767px) {
  .project .message .mbox.chara01 .txt {
    padding-right: 0;
  }
}
.project .message .mbox.chara02:before {
  width: 82px;
  height: 273px;
  position: absolute;
  top: -50px;
  right: -20px;
  content: "";
  display: block;
  background-image: url(../img/message02_chara.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .project .message .mbox.chara02:before {
    width: 58px;
    height: 191px;
    right: -10px;
  }
}
.project .message .mbox.chara02 .txt {
  padding-right: 8%;
}
@media screen and (max-width: 767px) {
  .project .message .mbox.chara02 .txt {
    padding-right: 0;
  }
}
.project .message .mbox.col2 {
  grid-template-columns: 30% 1fr;
}
@media screen and (max-width: 767px) {
  .project .message .mbox.col2 {
    grid-template-columns: 1fr;
  }
}
.project .message .mbox.col2 .img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .project .message .mbox.col2 .img {
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .project .message .mbox.col2 .img img {
    max-width: 100%;
  }
}

.outline {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .outline {
    margin-bottom: 2rem;
  }
}
.outline .inner {
  max-width: 1100px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .outline .inner {
    max-width: 90%;
  }
}
.outline .inner h2 {
  text-align: left;
  color: #299872;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  background-image: url(../img/line_h_gray.webp);
  background-repeat: repeat-x;
  background-position: bottom 0 left 0;
}
.outline .inner dl > div {
  border-bottom: 1px dotted #ccc;
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 20px;
  padding: 1rem 0;
  font-size: 1.1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .outline .inner dl > div {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .outline .inner dl > div dt {
    font-weight: bold;
  }
}