@charset "UTF-8";
.c-linkbtn {
  padding: 0;
  margin-bottom: 60px;
  margin-top: 30px;
}
.c-linkbtn .link__btn__inner {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.c-linkbtn .link__btn__inner .link__btn__inner--link {
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 25px;
  color: #fff;
  background-color: #5e7c36;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0 0 0 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #5e7c36;
  text-decoration: none;
  transition: color 0.3s;
}
.c-linkbtn .link__btn__inner .link__btn__inner--link span {
  z-index: 2;
}
.c-linkbtn .link__btn__inner .link__btn__inner--link::after {
  position: absolute;
  display: block;
  content: "";
  width: 58px;
  height: 8px;
  transform: translateY(-50%);
  bottom: 30%;
  right: 40px;
  z-index: 2;
  transition: border, right 0.5s;
  background-image: url(../common/images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.c-linkbtn .link__btn__inner .link__btn__inner--link::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #fff;
  z-index: 1;
  left: -2.5%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
  top: -2.5%;
  position: absolute;
}
.c-linkbtn .link__btn__inner .link__btn__inner--link:hover {
  color: #5e7c36;
  transition: color 0.3s;
}
.c-linkbtn .link__btn__inner .link__btn__inner--link:hover::after {
  right: 20px;
  transition: border, right 0.5s;
  background-image: url(../common/images/arrow-green.svg);
}
.c-linkbtn .link__btn__inner .link__btn__inner--link:hover::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #fff;
  z-index: 1;
  left: -2.5%;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s;
  top: -2.5%;
  position: absolute;
}
.c-linkbtn .link__btn__inner:last-child {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-linkbtn {
    padding: 0;
    margin-bottom: 60px;
  }
  .c-linkbtn .link__btn__inner {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .c-linkbtn .link__btn__inner li {
    margin: 0 auto 30px;
  }
  .c-linkbtn .link__btn__inner li .link__btn__inner--link {
    display: flex;
    justify-content: cenfter;
    align-items: center;
    color: #fff;
    background-color: #5e7c36;
    font-size: 2rem;
    line-height: 1.2;
  }
  .c-linkbtn .link__btn__inner li:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-linkbtn {
    padding: 0 60px 0;
    margin-bottom: 100px;
  }
  .c-linkbtn .link__btn__inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .c-linkbtn .link__btn__inner li {
    margin: 0;
    width: 31%;
  }
  .c-linkbtn .link__btn__inner li .link__btn__inner--link {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .c-linkbtn .link__btn__inner li:last-child {
    margin: 0;
  }
}

.search-input-wrap {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}
.search-input-wrap #searchform {
  width: auto;
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.search-input-wrap #searchform input {
  border: 1px solid #666666;
  height: 50px;
  width: 320px;
  font-size: 1.6rem;
  padding-left: 8px;
  background-color: #fff;
  padding-right: 40px;
}
.search-input-wrap #searchform input[type=submit] {
  background: url(/common/images/icon-search.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 24px;
  border: none;
  height: 24px;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  background-size: contain;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .search-input-wrap {
    display: block;
    text-align: center;
    margin: 0 auto;
    background-color: #004080;
    padding: 0 0 60px;
  }
}

.p-firstview {
  height: 40vh;
  min-height: 40vh;
  min-height: 40vh;
  overflow: hidden;
  position: relative;
}
.p-firstview #first_view_text_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.p-firstview #first_view_text_area .top_fv_title {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 2;
}
.p-firstview #first_view_text_area .top_fv_mark {
  width: 90%;
  height: auto;
  position: absolute;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-firstview video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-firstview #first_view_bottom_area {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.31);
}
.p-firstview #first_view_bottom_area .first_view_news {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding: 20px 0;
  width: 100%;
}
.p-firstview #first_view_bottom_area .first_view_news .first_view_news_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.p-firstview #first_view_bottom_area .first_view_news .first_view_news_list:first-child {
  border-top: 1px solid #fff;
}
.p-firstview #first_view_bottom_area .first_view_news .first_view_news_list time {
  color: #fff;
  font-size: 1.4rem;
  margin-right: 1.8rem;
}
.p-firstview #first_view_bottom_area .first_view_news .first_view_news_list .first_view_news_list_title {
  color: #fff;
  font-size: 1.4rem;
}
.p-firstview #first_view_bottom_area .first_view_news .first_view_news_list .first_view_news_list_title p {
  font-size: 1.4rem;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.p-firstview #first_view_bottom_area .first_view_news .first_view_news_list .first_view_news_list_title p a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-firstview #first_view_bottom_area .first_view_news .first_view_news_list time {
    font-size: 1.6rem;
  }
  .p-firstview #first_view_bottom_area .first_view_news .first_view_news_list .first_view_news_list_title {
    font-size: 1.6rem;
  }
  .p-firstview #first_view_bottom_area .first_view_news .first_view_news_list .first_view_news_list_title p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-firstview #first_view_bottom_area .first_view_news .first_view_news_list {
    padding: 20px;
  }
  .p-firstview #first_view_bottom_area .first_view_news .first_view_news_list time {
    color: #fff;
    font-size: 1.8rem;
    margin-right: 2rem;
  }
  .p-firstview #first_view_bottom_area .first_view_news .first_view_news_list .first_view_news_list_title {
    color: #fff;
    font-size: 1.8rem;
  }
  .p-firstview #first_view_bottom_area .first_view_news .first_view_news_list .first_view_news_list_title p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-firstview #first_view_bottom_area {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .p-firstview {
    height: calc(var(--vh, 1vh) * 100 - 560px);
    min-height: calc(100vh - 560px);
    min-height: calc(var(--vh, 1vh) * 100 - 560px);
  }
  .p-firstview #first_view_text_area .top_fv_title {
    width: 70%;
  }
  .p-firstview #first_view_text_area .top_fv_mark {
    width: 90%;
  }
  .p-firstview #first_view_banner_area {
    position: absolute;
    width: 100%;
  }
  .p-firstview #first_view_banner_area.bottom {
    bottom: 50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {
  .p-firstview {
    height: 40%;
    min-height: 40%;
    min-height: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .p-firstview {
    height: 100vh;
    min-height: 100vh;
    min-height: 100vh;
  }
  .p-firstview #first_view_text_area .top_fv_title {
    width: 40%;
  }
  .p-firstview #first_view_text_area .top_fv_mark {
    width: 40%;
    height: auto;
  }
  .p-firstview #first_view_bottom_area {
    position: absolute;
    bottom: 50px;
    width: auto;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 50px;
    justify-content: flex-start;
    align-items: center;
  }
  .p-firstview #first_view_bottom_area .first_view_news {
    width: auto;
  }
  .p-firstview #first_view_bottom_area .top_fv_text {
    width: calc(100% - 380px);
    margin-right: 0;
  }
  .p-firstview #first_view_banner_area {
    position: absolute;
    width: 95%;
    bottom: 6%;
    align-items: flex-end;
  }
  .p-firstview #first_view_banner_area.bottom {
    bottom: 6%;
  }
  .p-firstview #first_view_banner_area .first_view_bottom_area_banner {
    width: 60%;
    max-width: 240px;
    margin-bottom: 0;
  }
  .p-firstview #first_view_banner_area .first_view_bottom_area_banner .recruit_banner {
    width: 100%;
    height: auto;
  }
}

.scroll {
  bottom: 5%;
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  z-index: var(--scroll);
  display: none;
}
.scroll .scroll__inner {
  color: #fff;
  text-decoration: none;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 4vw;
  position: relative;
  letter-spacing: 0.3vw;
  padding-left: 0.3vw;
  font-weight: 200;
}
.scroll .scroll__inner::after {
  content: "";
  height: 32px;
  width: 1px;
  position: relative;
  display: block;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 25px;
  animation: line 2s infinite;
  transform-origin: top;
}
.scroll .scroll__inner::before {
  content: "";
  height: 60px;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 25px;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .scroll {
    display: block;
    bottom: 100px;
  }
  .scroll .scroll__inner {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .scroll {
    bottom: 120px;
  }
}
@keyframes line {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.first__view__swiper {
  position: relative;
  height: 100%;
  z-index: unset;
}
.first__view__swiper .swiper-container {
  height: 100%;
}
.first__view__swiper .swiper-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-blend-mode: multiply;
  opacity: 0.4;
}
.first__view__swiper .swiper-slide {
  opacity: 0 !important;
  position: relative;
}
.first__view__swiper .swiper-slide::before {
  content: "";
  display: block;
  background-color: #979797;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: var(--bg);
  background-image: linear-gradient(13deg, rgb(255, 255, 255), rgb(172, 172, 172));
}
.first__view__swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.first__view__swiper .swiper-slide h2 {
  position: absolute;
  color: #fff;
  z-index: 1000;
  top: 45%;
  left: 10%;
  text-align: left;
  line-height: 1.6;
  opacity: 0;
  letter-spacing: 0rem;
  font-size: 1.6rem;
}
.first__view__swiper .swiper-slide h2.swiper__slide--text01 {
  transform-origin: top left;
}
.first__view__swiper .swiper-slide h2.swiper__slide--text02 {
  transform-origin: bottom right;
  left: auto;
  text-align: right;
  right: 10%;
  top: auto;
  bottom: 35%;
}
.first__view__swiper .swiper-slide h2.swiper__slide--text03 {
  text-align: center;
  left: auto;
  inset: 0;
  top: 50%;
  transform-origin: top center;
}
.first__view__swiper .swiper-slide h2.swiper__slide--text04 {
  text-align: center;
  left: auto;
  inset: 0;
  top: 50%;
  transform-origin: top center;
}
.first__view__swiper .swiper-slide h2.swiper__slide--text05 {
  text-align: center;
  left: auto;
  inset: 0;
  top: 30%;
  transform-origin: center;
}
.first__view__swiper .swiper-slide-active h2,
.first__view__swiper .swiper-slide-duplicate-active h2,
.first__view__swiper .swiper-slide-prev h2 {
  animation: zoom-in-text 10s linear 0s 1 normal both;
}
.first__view__swiper .slider-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.first__view__swiper #slider-under {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 50%;
  width: 100vw;
  height: auto;
  transform: translateX(-50%);
}
@keyframes zoom-in-text {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    letter-spacing: 1rem;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.first__view__swiper .swiper-slide-active .slider-image,
.first__view__swiper .swiper-slide-duplicate-active .slider-image,
.first__view__swiper .swiper-slide-prev .slider-image {
  animation: zoom-in 10s linear 0s 1 normal both;
}
.first__view__swiper .swiper-pagination {
  bottom: 20px;
}
.first__view__swiper .swiper-container-horizontal > .swiper-pagination-bullets, .first__view__swiper .swiper-pagination-custom, .first__view__swiper .swiper-pagination-fraction {
  bottom: 50px;
}
.first__view__swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  opacity: 0.6;
}
.first__view__swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #5e7c36;
}
.first__view__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.first__view__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.first__view__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.first__view__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child),
.first__view__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.first__view__swiper .swiper-pagination-bullet {
  width: auto;
  height: auto;
  line-height: 0;
  background: none;
  position: relative;
}
.first__view__swiper .swiper-pagination-bullet::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 0px solid #5e7c36;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #fff;
}
.first__view__swiper .swiper-pagination-bullet svg {
  transform: rotate(-90deg);
}
.first__view__swiper .swiper-pagination-bullet svg circle {
  fill: transparent;
  stroke: #5e7c36;
  stroke-width: 1;
  stroke-dasharray: 0 72.22;
}
.first__view__swiper .swiper-pagination-bullet-active::before {
  background: #5e7c36;
}
.first__view__swiper .swiper-pagination-bullet-active svg circle {
  animation: circle 10s forwards;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 72.22;
  }
  100% {
    stroke-dasharray: 72.22 72.22;
  }
}
@media screen and (min-width: 768px) {
  .first__view__swiper .swiper-slide h2 {
    font-size: 2rem;
  }
  .first__view__swiper .swiper-pagination {
    bottom: 30px;
  }
  .first__view__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 14px;
  }
  .first__view__swiper .swiper-container-horizontal > .swiper-pagination-bullets, .first__view__swiper .swiper-pagination-custom, .first__view__swiper .swiper-pagination-fraction {
    bottom: 0%;
  }
}
@media screen and (min-width: 1024px) {
  .first__view__swiper .swiper-slide h2 {
    font-size: 3rem;
  }
  .first__view__swiper .swiper-pagination {
    bottom: 50px;
  }
  .first__view__swiper .swiper-container-horizontal > .swiper-pagination-bullets, .first__view__swiper .swiper-pagination-custom, .first__view__swiper .swiper-pagination-fraction {
    bottom: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .first__view__swiper .swiper-container-horizontal > .swiper-pagination-bullets, .first__view__swiper .swiper-pagination-custom, .first__view__swiper .swiper-pagination-fraction {
    bottom: 60px;
  }
}

#contents {
  display: block;
  position: relative;
  height: auto;
  margin-top: 0px;
  z-index: 1;
  margin-bottom: 0;
}
#contents .contents__news {
  padding: 0 15px 0;
  margin: 30px auto 0;
  line-height: 1.75;
}
#contents .contents__news .contents__title {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
  align-items: center;
}
#contents .contents__news .contents__title .contents__title--en {
  margin: 0;
  font-size: 1.6rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-weight: 100;
  line-height: 1.3;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  position: relative;
  color: #b3b3b3;
  letter-spacing: 0.6rem;
}
#contents .contents__news .contents__title .contents__title--ja {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: normal;
  position: relative;
  display: inline-block;
  color: #666;
}
#contents .contents__news .contents__title .contents__title--ja::after {
  content: "";
  display: block;
  position: absolute;
  width: 160px;
  height: 1px;
  bottom: -5px;
  transform: translate(-50%);
  left: 50%;
  background-color: #5e7c36;
}
#contents .contents__news .contents__title .news_link {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0;
}
#contents .contents__news .contents__title .news_link .link_box {
  background-color: transparent;
  width: 160px;
  height: 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  align-items: center;
  padding: 0;
  letter-spacing: 0;
  color: #004080;
  border: 1px solid #004080;
  overflow: hidden;
  transition: color 0.3s;
}
#contents .contents__news .contents__title .news_link .link_box span {
  z-index: 2;
}
#contents .contents__news .contents__title .news_link .link_box:hover {
  color: #fff;
  transition: color 0.3s;
}
#contents .contents__news .contents__title .news_link .link_box:hover::after {
  right: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#contents .contents__news .contents__title .news_link .link_box:hover::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #004080;
  z-index: 1;
  left: -2.5%;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
  top: -2.5%;
  position: absolute;
}
#contents .contents__news .contents__title .news_link .link_box::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #004080;
  border-bottom: 1px solid #004080;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 15px;
  transform-origin: center;
  transition: border, right 0.3s;
  z-index: 2;
}
#contents .contents__news .contents__title .news_link .link_box::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #004080;
  z-index: 1;
  left: -2.5%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
  top: -2.5%;
  position: absolute;
}
#contents .contents__news .news__container {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  max-width: 1100px;
  margin: 0 auto;
}
#contents .contents__news .news__container .news__list {
  padding: 10px 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.8rem;
  border-bottom: 1px dotted #999999;
  width: 100%;
}
#contents .contents__news .news__container .news__list:first-child {
  border-top: 1px solid #999999;
}
#contents .contents__news .news__container .news__list:last-child {
  border-bottom: 1px solid #999999;
}
#contents .contents__news .news__container .news__list .newslist__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
#contents .contents__news .news__container .news__list .newslist__inner time {
  color: #666;
  font-size: 1.3rem;
}
#contents .contents__news .news__container .news__list .newslist__inner .news__category {
  margin: 0 0 0 10px;
}
#contents .contents__news .news__container .news__list .newslist__inner .news__category a {
  display: flex;
  background-color: #909c68;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 10px;
  border-radius: 12.5px;
  width: 75px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.5s;
}
#contents .contents__news .news__container .news__list .newslist__inner .news__category a:hover {
  background-color: #5e7c36;
}
#contents .contents__news .news__container .news__list p a {
  color: #4d4d4d;
  font-size: 1.4rem;
  text-decoration: underline;
}
#contents .contents__news .news_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
#contents .contents__news .news_inner .news_list {
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.8rem;
  color: #1a1a1a;
  width: 48%;
  margin: 0 0 4%;
}
#contents .contents__news .news_inner .news_list:nth-child(2n) {
  margin-left: 4%;
}
#contents .contents__news .news_inner .news_list .news_list_imagearea {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#contents .contents__news .news_inner .news_list .news_list_imagearea.no_image {
  border: 1px solid #333333;
}
#contents .contents__news .news_inner .news_list .news_list_imagearea::after {
  position: relative;
  content: "";
  display: block;
  padding: 68% 0 0;
  width: 100%;
}
#contents .contents__news .news_inner .news_list .news_list_imagearea .news_list_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents .contents__news .news_inner .news_list .news_list_inner {
  margin-bottom: 5px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
}
#contents .contents__news .news_inner .news_list .news_list_inner .category-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#contents .contents__news .news_inner .news_list .news_list_inner .category-wrap li {
  margin-right: 5px;
  margin-bottom: 5px;
}
#contents .contents__news .news_inner .news_list .news_list_inner .category-wrap li:last-child {
  margin-right: 0;
}
#contents .contents__news .news_inner .news_list .news_list_inner .category-wrap li .category {
  padding: 5px 10px;
  width: auto;
  display: block;
  font-size: 1.2rem;
  background-color: #004080;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
#contents .contents__news .news_inner .news_list .news_list_inner .category-wrap li .category.cat_admission {
  background-color: #802d80;
}
#contents .contents__news .news_inner .news_list .news_list_inner time {
  font-size: 1.3rem;
}
#contents .contents__news .news_inner .news_list .news_list_title {
  color: #333333;
  text-align: left;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: bold;
}
#contents .contents__news .news_inner .news_list .news_list_content {
  color: #1a1a1a;
  text-align: justify;
  line-height: 1.8;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #contents .contents__news {
    padding: 0 30px 0;
    margin: 60px auto 0;
  }
  #contents .contents__news .news__container .news__list {
    padding: 20px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  #contents .contents__news .news__container .news__list .newslist__inner {
    margin: 0 40px 0 0;
  }
  #contents .contents__news .news__container .news__list .newslist__inner time {
    font-size: 1.8rem;
    width: 100px;
  }
  #contents .contents__news .news__container .news__list .newslist__inner .news__category {
    margin: 0 0 0 20px;
  }
  #contents .contents__news .news__container .news__list .newslist__inner .news__category a {
    font-size: 1.4rem;
    border-radius: 17.25px;
    width: 110px;
  }
  #contents .contents__news .news__container .news__list p a {
    color: #4d4d4d;
    font-size: 1.8rem;
    text-decoration: underline;
  }
}
#contents #content {
  margin-bottom: 0;
  background-color: #e3e3d5;
}
#contents #content .content_inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px 0;
}
#contents #content .content_inner:first-child {
  padding: 60px 0 30px;
}
#contents #content .content_inner:last-child {
  padding: 30px 0 60px;
}
#contents #content .content_inner .content_inner_imagearea .contents_image {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#contents #content .content_inner .content_inner_textarea {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 50px 30px 30px;
  background-color: transparent;
  position: relative;
}
#contents #content .content_inner .content_inner_textarea::after {
  content: "";
  width: 100%;
  display: block;
  transform-origin: right center;
  transform: scale3d(0, 1, 1);
  position: absolute;
  background-color: transparent;
  height: 100%;
  z-index: 1;
  right: 0;
  top: 0;
  opacity: 0;
}
#contents #content .content_inner .content_inner_textarea::before {
  content: "";
  clip-path: var(--clip-triangle-upper-left);
  background-color: #e3e3d5;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 2;
}
#contents #content .content_inner .content_inner_textarea.is-show::after {
  content: "";
  width: 100%;
  display: block;
  transform-origin: right center;
  position: absolute;
  background-color: #fff;
  height: 100%;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
#contents #content .content_inner .content_inner_textarea.is-show::before {
  content: "";
  clip-path: var(--clip-triangle-upper-left);
  background-color: #e3e3d5;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: opacity 2s ease-in-out 1s;
}
#contents #content .content_inner .content_inner_textarea.is-show h2 {
  opacity: 1;
  transition: opacity 2s ease-in-out 1s;
}
#contents #content .content_inner .content_inner_textarea.is-show h3 {
  opacity: 1;
  transition: opacity 2s ease-in-out 0.5s;
}
#contents #content .content_inner .content_inner_textarea.is-show h3::after {
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background-color: #5e7c36;
  content: "";
  left: 0;
  bottom: 0;
  transform: scale(1, 1);
  transition: transform 0.5s ease-in-out 2s;
  transform-origin: left;
}
#contents #content .content_inner .content_inner_textarea.is-show p {
  opacity: 1;
  transition: opacity 2s ease-in-out 1.5s;
}
#contents #content .content_inner .content_inner_textarea.is-show .link_box {
  opacity: 1;
  transition: opacity 2s ease-in-out 2s;
}
#contents #content .content_inner .content_inner_textarea h2 {
  margin: 0 0 40px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.8rem;
  text-align: left;
  color: #333333;
  font-weight: normal;
  opacity: 0;
  z-index: 2;
}
#contents #content .content_inner .content_inner_textarea h3 {
  margin: 0 0 15px;
  font-size: 2.8rem;
  letter-spacing: 2px;
  text-align: left;
  color: #5e7c36;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5rem;
  opacity: 0;
  position: relative;
  padding: 0 0 15px;
  z-index: 2;
}
#contents #content .content_inner .content_inner_textarea h3::after {
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background-color: #5e7c36;
  content: "";
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left;
}
#contents #content .content_inner .content_inner_textarea p {
  margin: 0 0 40px;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 2;
  opacity: 0;
  z-index: 2;
}
#contents #content .content_inner .content_inner_textarea .link_box {
  background-color: #5e7c36;
  width: 280px;
  height: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-size: 1.6rem;
  align-items: flex-start;
  padding: 0 0 0 30px;
  border: 1px solid #5e7c36;
  border-radius: 25px;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  z-index: 2;
}
#contents #content .content_inner .content_inner_textarea .link_box span {
  z-index: 3;
}
#contents #content .content_inner .content_inner_textarea .link_box:hover {
  color: #5e7c36;
}
#contents #content .content_inner .content_inner_textarea .link_box:hover::after {
  right: 20px;
  transition: border, right 0.5s;
  background-image: url(../common/images/arrow-green.svg);
}
#contents #content .content_inner .content_inner_textarea .link_box:hover::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #fff;
  z-index: 1;
  animation: btn_hover 0.5s ease-in-out;
  left: -2.5%;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
  top: -2.5%;
  position: absolute;
}
#contents #content .content_inner .content_inner_textarea .link_box::after {
  position: absolute;
  display: block;
  content: "";
  width: 58px;
  height: 8px;
  transform: translateY(-50%);
  bottom: 30%;
  right: 40px;
  z-index: 2;
  transition: border, right 0.5s;
  background-image: url(../common/images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right;
}
#contents #content .content_inner .content_inner_textarea .link_box::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #fff;
  z-index: 1;
  left: -2.5%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
  top: -2.5%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #contents {
    margin-top: 0;
    margin-bottom: 100px;
  }
  #contents #news {
    padding: 0 30px 0;
    margin: 60px auto;
  }
  #contents #news #news_title {
    justify-content: center;
  }
  #contents #news #news_title .title_en {
    margin: 0;
    font-size: 4.2rem;
    display: flex;
    align-items: center;
    line-height: 1.3;
  }
  #contents #news #news_title .title_en::after {
    bottom: -10px;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
  }
  #contents #news #news_title .title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 0 0 15px;
    font-size: 2.1rem;
  }
  #contents #news #news_title .news_link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #contents #content {
    padding: 0;
  }
  #contents #content .content_flex {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin: 0 auto;
  }
  #contents #content .content_inner {
    flex-flow: column;
    width: 100%;
    position: relative;
    align-items: center;
    padding: 100px 0 120px;
  }
  #contents #content .content_inner:first-child {
    padding: 60px 0 120px;
  }
  #contents #content .content_inner:last-child {
    padding: 100px 0 120px;
    margin-bottom: 60px;
  }
  #contents #content .content_inner .content_inner_imagearea {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 180px;
  }
  #contents #content .content_inner .content_inner_imagearea .contents_image {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
  }
  #contents #content .content_inner .content_inner_textarea {
    justify-content: flex-start;
    width: 90%;
    padding: 60px 80px;
    position: absolute;
    bottom: 0;
  }
  #contents #content .content_inner .content_inner_textarea h2 {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
  #contents #content .content_inner .content_inner_textarea h3 {
    margin: 0 0 20px;
    font-size: 4.2rem;
    letter-spacing: 1rem;
  }
  #contents #content .content_inner .content_inner_textarea .link_box {
    margin: 0;
    font-size: 2rem;
    width: 320px;
    height: 50px;
    border-radius: 25px;
    position: relative;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #contents #news {
    padding: 0 60px 0;
    margin: 100px auto;
  }
  #contents #news #news_title {
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto 50px;
  }
  #contents #news #news_title .title_en {
    margin: 0;
  }
  #contents #news #news_title .title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #contents #news .news_inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  #contents #news .news_inner .news_list {
    width: 23.5%;
    margin-right: 2%;
  }
  #contents #news .news_inner .news_list:nth-child(2n) {
    margin-right: 2%;
    margin-left: 0;
  }
  #contents #news .news_inner .news_list:nth-child(4n) {
    margin-right: 0;
  }
  #contents #news .news_inner .news_list:nth-last-child(1), #contents #news .news_inner .news_list:nth-last-child(2), #contents #news .news_inner .news_list:nth-last-child(3), #contents #news .news_inner .news_list:nth-last-child(4) {
    margin-bottom: 0;
  }
  #contents #news .news_inner .news_list .news_list_inner {
    margin-bottom: 5px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  #contents #news .news_inner .news_list .news_list_inner .category-wrap {
    margin-bottom: 0;
    flex-flow: row wrap;
  }
  #contents #news .news_inner .news_list .news_list_inner .category-wrap li {
    margin-bottom: 5px;
  }
  #contents #news .news_inner .news_list .news_list_inner .category-wrap li .category {
    padding: 8px 10px;
    width: auto;
    display: block;
    font-size: 1.2rem;
  }
  #contents #news .news_inner .news_list .news_list_inner time {
    font-size: 1.6rem;
  }
  #contents #news .news_inner .news_list .news_list_title {
    font-size: 1.8rem;
  }
  #contents #news .news_inner .news_list .news_list_content {
    font-size: 1.6rem;
  }
  #contents #news .news_link {
    justify-content: end;
  }
  #contents #news .news_link .link_box {
    font-size: 1.8rem;
  }
  #contents #content {
    padding: 0;
  }
  #contents #content .content_inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 100px 0 100px;
    position: relative;
    align-items: center;
  }
  #contents #content .content_inner:last-child {
    margin-bottom: 0;
    padding: 100px 0 100px;
  }
  #contents #content .content_inner::before {
    content: "";
    top: 0;
    display: block;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - 340px);
    border-top: 1px solid #5e7c36;
    position: absolute;
  }
  #contents #content .content_inner::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 100px;
    left: 0;
    top: 0;
  }
  #contents #content .content_inner .content_inner_imagearea {
    width: 55%;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    height: 500px;
    margin-bottom: 0;
  }
  #contents #content .content_inner .content_inner_imagearea .contents_image {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
  #contents #content .content_inner .content_inner_textarea {
    justify-content: center;
    padding: 0 2% 0 3%;
    position: absolute;
    width: 55%;
    right: 0;
    height: 400px;
    bottom: auto;
  }
  #contents #content .content_inner .content_inner_textarea p {
    font-size: 1.4rem;
  }
  #contents #content .content_inner:first-child {
    margin: 100px auto 0;
    padding: 0 0 100px;
  }
  #contents #content .content_inner:first-child::before {
    content: none;
  }
  #contents #content .content_inner:first-child::after {
    content: none;
  }
  #contents #content .content_inner:nth-child(even) {
    justify-content: flex-end;
  }
  #contents #content .content_inner:nth-child(even) .content_inner_imagearea {
    border-radius: 30px 0 0 30px;
  }
  #contents #content .content_inner:nth-child(even) .content_inner_textarea {
    right: auto;
    padding: 0 2% 0 3%;
    left: 0;
  }
  #contents #content .content_inner:nth-child(even) .content_inner_textarea::after {
    transform-origin: left center;
  }
  #contents #content .content_inner:nth-child(even) .content_inner_textarea.is-show::after {
    transform-origin: left center;
  }
}
@media only screen and (min-width: 1280px) {
  #contents #content .content_inner .content_inner_imagearea {
    width: 55%;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    height: auto;
  }
  #contents #content .content_inner .content_inner_imagearea .contents_image {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    min-height: 500px;
  }
  #contents #content .content_inner .content_inner_textarea {
    justify-content: center;
    padding: 0 50px 0 100px;
    position: absolute;
    width: 55%;
    right: 0;
    height: 25vw;
    min-height: 400px;
  }
  #contents #content .content_inner .content_inner_textarea p {
    font-size: 1.6rem;
  }
  #contents #content .content_inner:nth-child(even) .content_inner_textarea {
    padding: 0 3% 0 5%;
  }
}
@media only screen and (min-width: 1400px) {
  #contents #content .content_inner .content_inner_imagearea {
    width: 55%;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    height: auto;
  }
  #contents #content .content_inner .content_inner_imagearea .contents_image {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    min-height: 500px;
  }
  #contents #content .content_inner .content_inner_textarea {
    justify-content: center;
    padding: 0 50px 0 100px;
    position: absolute;
    width: 50%;
    right: 0;
    height: 25vw;
    min-height: 400px;
  }
  #contents #content .content_inner .content_inner_textarea p {
    font-size: 1.6rem;
  }
  #contents #content .content_inner:nth-child(even) .content_inner_textarea {
    padding: 0 50px 0 100px;
  }
}

.case {
  padding: 60px 0 300px;
  margin: 60px 0 0;
  background-color: #f2f2f2;
}
.case .case__inner {
  position: relative;
}
.case .case__inner .case__inner__imagearea {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  width: 100%;
}
.case .case__inner .case__inner__imagearea .case__image {
  width: 50%;
}
.case .case__inner .case__inner__textarea {
  position: absolute;
  background-color: transparent;
  margin: -30px 30px 0;
  width: calc(100% - 60px);
  padding: 30px 0 40px;
}
.case .case__inner .case__inner__textarea.is-show h3 {
  opacity: 1;
  transition: opacity 2s ease-in-out 0.5s;
}
.case .case__inner .case__inner__textarea.is-show h3::after {
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background-color: #5e7c36;
  content: "";
  bottom: 0;
  transform: scale(1, 1) translateX(-50%);
  transition: transform 0.5s ease-in-out 2s;
  transform-origin: left;
}
.case .case__inner .case__inner__textarea.is-show h2 {
  opacity: 1;
  transition: opacity 2s ease-in-out 1s;
}
.case .case__inner .case__inner__textarea.is-show p {
  opacity: 1;
  transition: opacity 2s ease-in-out 1.5s;
}
.case .case__inner .case__inner__textarea.is-show .case__inner__linkbtn {
  opacity: 1;
  transition: opacity 2s ease-in-out 2s;
}
.case .case__inner .case__inner__textarea.is-show::after {
  content: "";
  width: 100%;
  display: block;
  transform-origin: right center;
  position: absolute;
  background-color: #fff;
  height: 100%;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.case .case__inner .case__inner__textarea::after {
  content: "";
  width: 100%;
  display: block;
  transform-origin: right center;
  transform: scale3d(0, 1, 1);
  position: absolute;
  background-color: transparent;
  height: 100%;
  z-index: 1;
  right: 0;
  top: 0;
  opacity: 0;
}
.case .case__inner .case__inner__textarea h2 {
  margin: 0 0 25px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  opacity: 0;
  z-index: 2;
  position: relative;
  letter-spacing: 0.8rem;
}
.case .case__inner .case__inner__textarea h3 {
  margin: 0 0 15px;
  font-size: 2.8rem;
  letter-spacing: 2px;
  text-align: center;
  color: #5e7c36;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5rem;
  opacity: 0;
  position: relative;
  padding: 0 0 15px;
  z-index: 2;
}
.case .case__inner .case__inner__textarea h3::after {
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background-color: #5e7c36;
  content: "";
  bottom: 0;
  transform: scale(0, 1) translateX(-50%);
  transform-origin: left;
  left: 50%;
}
.case .case__inner .case__inner__textarea p {
  line-height: 2;
  margin-bottom: 20px;
  font-size: 1.4rem;
  z-index: 2;
  position: relative;
  opacity: 0;
}
.case .case__inner .case__inner__textarea .case__inner__linkbtn {
  margin: 0 auto -60px;
  z-index: 2;
  position: relative;
  opacity: 0;
}
.case .case__inner .case__inner__textarea .case__inner__linkbtn .link__btn__inner .link__btn__inner--link {
  width: 280px;
}
@media screen and (min-width: 768px) {
  .case {
    padding: 60px 0 180px;
  }
  .case .case__inner .case__inner__imagearea {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
  }
  .case .case__inner .case__inner__imagearea .case__image {
    width: 25%;
  }
  .case .case__inner .case__inner__textarea {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 90%;
    margin: -30px auto 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
  }
  .case .case__inner .case__inner__textarea .case__inner__title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 100px 20px 0;
  }
  .case .case__inner .case__inner__textarea .case__inner__title h3 {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 4.2rem;
  }
  .case .case__inner .case__inner__textarea .case__inner__title h3::after {
    content: none;
  }
  .case .case__inner .case__inner__textarea .case__inner__title h2 {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
  }
  .case .case__inner .case__inner__textarea p {
    margin: 0 0 20px;
  }
  .case .case__inner .case__inner__textarea .case__inner__linkbtn {
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto -25px;
  }
  .case .case__inner .case__inner__textarea .case__inner__linkbtn .link__btn__inner .link__btn__inner--link {
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .case {
    margin: 100px 0 0;
    padding: 100px 0 220px;
  }
  .case .case__inner .case__inner__textarea p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .case .case__inner .case__inner__textarea p {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=front-page.css.map */