@-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%;
  }
}
@-webkit-keyframes zoom_in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes zoom_in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.s_ttl {
  color: #008e66;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 6rem;
}
@media screen and (max-width: 480px) {
  .s_ttl {
    font-size: 3rem;
  }
}

.loading {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loading .loader {
  width: 50px;
  aspect-ratio: 2/1;
  --c: no-repeat linear-gradient(#008e66 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  -webkit-animation: loader 1s infinite linear;
  animation: loader 1s infinite linear;
  -webkit-transition: opacity 175ms;
  transition: opacity 175ms;
}
@media screen and (max-width: 480px) {
  .loading .loader {
    width: 40px;
  }
}
.loading.done .loader {
  opacity: 0;
}

header .tagline {
  display: none;
}

.mv {
  margin: 14px auto 0;
  width: 96.4%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mv {
    margin: 40px auto 0;
    width: 93.3%;
  }
}
.mv .copy {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -37px;
  bottom: 0;
  width: 65.6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 885px;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 36px;
}
@media screen and (max-width: 1400px) {
  .mv .copy {
    top: -5.29%;
    gap: 5.14%;
  }
}
@media screen and (max-width: 480px) {
  .mv .copy {
    top: -4.29%;
    gap: 3.4%;
    width: 88.6%;
  }
}
.mv .copy span {
  display: block;
  width: 97.2%;
}
@media screen and (max-width: 480px) {
  .mv .copy span {
    width: 97.4%;
  }
}
.mv .copy span:nth-child(1) img {
  -webkit-transition: opacity 1s 0ms, -webkit-transform 1s 0ms;
  transition: opacity 1s 0ms, -webkit-transform 1s 0ms;
  transition: opacity 1s 0ms, transform 1s 0ms;
  transition: opacity 1s 0ms, transform 1s 0ms, -webkit-transform 1s 0ms;
}
.mv .copy span:nth-child(2) img {
  -webkit-transition: opacity 1s 150ms, -webkit-transform 1s 150ms;
  transition: opacity 1s 150ms, -webkit-transform 1s 150ms;
  transition: opacity 1s 150ms, transform 1s 150ms;
  transition: opacity 1s 150ms, transform 1s 150ms, -webkit-transform 1s 150ms;
}
.mv .copy span:nth-child(3) img {
  -webkit-transition: opacity 1s 300ms, -webkit-transform 1s 300ms;
  transition: opacity 1s 300ms, -webkit-transform 1s 300ms;
  transition: opacity 1s 300ms, transform 1s 300ms;
  transition: opacity 1s 300ms, transform 1s 300ms, -webkit-transform 1s 300ms;
}
.mv .copy span:nth-child(4) img {
  -webkit-transition: opacity 1s 450ms, -webkit-transform 1s 450ms;
  transition: opacity 1s 450ms, -webkit-transform 1s 450ms;
  transition: opacity 1s 450ms, transform 1s 450ms;
  transition: opacity 1s 450ms, transform 1s 450ms, -webkit-transform 1s 450ms;
}
.mv .copy span:nth-child(5) img {
  -webkit-transition: opacity 1s 600ms, -webkit-transform 1s 600ms;
  transition: opacity 1s 600ms, -webkit-transform 1s 600ms;
  transition: opacity 1s 600ms, transform 1s 600ms;
  transition: opacity 1s 600ms, transform 1s 600ms, -webkit-transform 1s 600ms;
}
.mv .copy span:nth-child(6) img {
  -webkit-transition: opacity 1s 750ms, -webkit-transform 1s 750ms;
  transition: opacity 1s 750ms, -webkit-transform 1s 750ms;
  transition: opacity 1s 750ms, transform 1s 750ms;
  transition: opacity 1s 750ms, transform 1s 750ms, -webkit-transform 1s 750ms;
}
.mv .copy img {
  width: 100%;
  max-width: 860px;
  height: auto;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.mv.done .copy img {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mv .video {
  height: 700px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .mv .video {
    height: auto;
    aspect-ratio: 1350/700;
  }
}
@media screen and (max-width: 480px) {
  .mv .video {
    aspect-ratio: 1;
  }
}
.mv .video video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .mv .video video {
    width: auto;
    height: 100%;
  }
}
.mv .video::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/img/pat1.png") repeat center top/2px;
  border-radius: 20px;
}

.s_about {
  padding: 145px 0 140px;
  position: relative;
  background: url("/img/english_about_bg.jpg") no-repeat center -48px/1661px;
}
@media screen and (max-width: 480px) {
  .s_about {
    padding: 55px 0 45px;
    background: url("/img/english_about_bg_sp.jpg") no-repeat center 42px/460px;
  }
}
.s_about::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 72/130;
  width: 36px;
  background: url("/img/top_about_img2.png") no-repeat 0 0/contain;
  left: 0;
  top: 228px;
}
@media screen and (max-width: 480px) {
  .s_about::before {
    width: 17px;
    top: 355px;
  }
}
.s_about .s_ttl .img {
  position: relative;
}
.s_about .s_ttl .img::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 148/144;
  width: 74px;
  background: url("/img/top_about_ttl_img.png") no-repeat 0 0/contain;
  left: -1.17em;
  top: -0.57em;
}
@media screen and (max-width: 480px) {
  .s_about .s_ttl .img::after {
    width: 1.47em;
    left: -1.4em;
    top: -0.8em;
  }
}
.s_about .txt {
  width: 660px;
  margin: 65px auto 0;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .s_about .txt {
    width: 63%;
    max-width: 236px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 1.4rem;
    -ms-hyphens: none;
    hyphens: none;
  }
  .s_about .txt .word {
    display: inline-block;
  }
}
.s_about .txt p + p {
  margin-top: 1.78em;
}

.s_news {
  background: #f1f5f7;
  border-radius: 10px;
  margin: 0 auto;
  width: 96.4%;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .s_news {
    width: 93.3%;
    padding: 35px 0 40px;
  }
}
.s_news::before, .s_news::after {
  content: "";
  display: block;
  position: absolute;
}
.s_news::before {
  aspect-ratio: 148/396;
  width: 74px;
  background: url("/img/english_news_img1.png") no-repeat 0 0/contain;
  top: -161px;
  left: calc(50% - 494px);
}
@media screen and (max-width: 480px) {
  .s_news::before {
    width: 33px;
    top: -36px;
    left: calc(50% - 157px);
  }
}
.s_news::after {
  aspect-ratio: 518/426;
  width: 259px;
  background: url("/img/english_news_img2.png") no-repeat 0 0/contain;
  top: -96px;
  left: calc(50% + 532px);
}
@media screen and (max-width: 480px) {
  .s_news::after {
    width: 116px;
    top: -80px;
    left: calc(50% + 125px);
  }
}
.s_news .inr {
  width: 85%;
  max-width: 1010px;
  position: relative;
  margin: 0 auto;
  padding-left: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .s_news .inr {
    width: 82.7vw;
    padding-left: 0;
    text-align: center;
  }
}
.s_news .s_ttl {
  position: absolute;
  left: 0.9em;
  top: 0;
  margin-top: -0.04em;
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
@media screen and (max-width: 480px) {
  .s_news .s_ttl {
    position: relative;
    left: 0;
    margin-top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media screen and (max-width: 480px) {
  .s_news .link_list1 {
    margin-top: 18px;
    text-align: left;
  }
}
.s_news .link_list1 a {
  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) {
  .s_news .link_list1 a {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 4px 8px;
    padding: 15px 40px 15px 0;
  }
  .s_news .link_list1 a::before {
    display: none;
  }
}
.s_news .link_list1 .date {
  width: 120px;
  color: #4c5d67;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 480px) {
  .s_news .link_list1 .date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: inherit;
    font-size: 1.1rem;
    padding-left: 18px;
    position: relative;
    color: #4c5d67;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .s_news .link_list1 .date::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #008e66;
    position: absolute;
    left: 0;
    top: calc(0.5em - 0.5px);
  }
}
.s_news .link_list1 .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 1.2em;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 480px) {
  .s_news .link_list1 .ttl {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.s_news .btn {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .s_news .btn {
    margin-top: 15px;
  }
}

.s_vision {
  padding: 145px 0 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_vision {
    padding: 55px 0 0;
  }
}
.s_vision .vision,
.s_vision .mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 910px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .s_vision .vision,
  .s_vision .mission {
    width: 88%;
    display: block;
  }
}
.s_vision .vision .ttl,
.s_vision .mission .ttl {
  width: 210px;
  color: #008e66;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .s_vision .vision .ttl,
  .s_vision .mission .ttl {
    width: auto;
    text-align: center;
    font-size: 2rem;
  }
}
.s_vision .vision .txt,
.s_vision .mission .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 50px;
  border-left: 1px solid #e2ebef;
}
@media screen and (max-width: 480px) {
  .s_vision .vision .txt,
  .s_vision .mission .txt {
    border-left: none;
    padding-left: 0;
  }
}
.s_vision .vision .txt p,
.s_vision .mission .txt p {
  font-size: 1.8rem;
  line-height: 1.78;
  margin: -0.39em 0;
}
@media screen and (max-width: 480px) {
  .s_vision .vision .txt p,
  .s_vision .mission .txt p {
    font-size: 1.4rem;
    line-height: 1.86;
    margin: 25px 0 0;
  }
}
.s_vision .vision {
  margin-top: 110px;
}
@media screen and (max-width: 480px) {
  .s_vision .vision {
    margin-top: 40px;
  }
}
.s_vision .mission {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .s_vision .mission {
    margin-top: 30px;
  }
}
.s_vision .img {
  margin: 145px auto 0;
  position: relative;
  z-index: 1;
  width: 88.6%;
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .s_vision .img {
    margin: 45px auto 0;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 10px;
  }
}
.s_vision .img img {
  width: 49.3%;
  max-width: 610px;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .s_vision .img img {
    width: 100%;
    border-radius: 5px;
  }
}

.s_identity {
  position: relative;
  padding: 140px 0 155px;
}
@media screen and (max-width: 480px) {
  .s_identity {
    padding: 50px 0 60px;
  }
}
.s_identity::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f1f5f7;
  -webkit-clip-path: polygon(0 0, 100% 10.45vw, 100% calc(100% - 3.49vw), 0 100%);
  clip-path: polygon(0 0, 100% 10.45vw, 100% calc(100% - 3.49vw), 0 100%);
  top: calc(-5.225vw - 155px);
  bottom: -1.745vw;
}
@media screen and (max-width: 1400px) {
  .s_identity::before {
    width: 1400px;
    left: calc(50% - 700px);
    -webkit-clip-path: polygon(0 0, 100% 146.3px, 100% calc(100% - 48.86px), 0 100%);
    clip-path: polygon(0 0, 100% 146.3px, 100% calc(100% - 48.86px), 0 100%);
    top: -230px;
    bottom: -28px;
  }
}
@media screen and (max-width: 480px) {
  .s_identity::before {
    width: 100%;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 10.45vw, 100% calc(100% - 3.49vw), 0 100%);
    clip-path: polygon(0 0, 100% 10.45vw, 100% calc(100% - 3.49vw), 0 100%);
    top: calc(-5.225vw - 205px);
    bottom: -1.745vw;
  }
}
.s_identity .inr {
  position: relative;
}
.s_identity .identity_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 90px auto 0;
  width: 88%;
  max-width: 1030px;
}
@media screen and (max-width: 480px) {
  .s_identity .identity_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 35px;
    margin: 35px auto 0;
  }
}
.s_identity .identity_list li {
  width: 29.1%;
}
@media screen and (max-width: 480px) {
  .s_identity .identity_list li {
    width: auto;
    border-top: 1px solid #e2ebef;
    padding-top: 40px;
  }
}
.s_identity .identity_list .ttl {
  color: #008e66;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .s_identity .identity_list .ttl {
    font-size: 2rem;
  }
}
.s_identity .identity_list p {
  margin-top: 40px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_identity .identity_list p {
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

.s_activity {
  padding: 145px 0 125px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_activity {
    padding: 60px 0 45px;
  }
}
.s_activity .activity_list {
  width: 1010px;
  margin: 95px auto 0;
}
@media screen and (max-width: 480px) {
  .s_activity .activity_list {
    width: 88%;
    margin: 40px auto 0;
  }
}
.s_activity .activity {
  border-top: 1px solid #e2ebef;
  text-align: left;
  padding: 95px 0 95px 275px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_activity .activity {
    padding: 35px 0 40px;
  }
}
.s_activity .activity:last-child {
  padding: 95px 0 0 275px;
}
@media screen and (max-width: 480px) {
  .s_activity .activity:last-child {
    padding: 35px 0 0;
  }
}
.s_activity .activity .ttl {
  position: absolute;
  left: 0;
  top: 95px;
  color: #008e66;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .s_activity .activity .ttl {
    text-align: center;
    position: relative;
    top: 0;
    font-size: 2rem;
    line-height: 1.25;
  }
}
.s_activity .activity .lead {
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_activity .activity .lead {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.s_activity .activity .lead p + p {
  margin-top: 1.88em;
}
.s_activity .activity > .img {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .s_activity .activity > .img {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
.s_activity .activity > .img > img,
.s_activity .activity > .img .logo {
  border-radius: 10px;
  width: 49.2%;
  max-width: 360px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .s_activity .activity > .img > img,
  .s_activity .activity > .img .logo {
    width: 260px;
    border-radius: 5px;
  }
}
.s_activity .activity > .img .logo {
  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;
}
@media screen and (max-width: 480px) {
  .s_activity .activity > .img .logo {
    height: 85px;
  }
  .s_activity .activity > .img .logo img {
    width: 114px;
    height: auto;
  }
}
.s_activity .activity .case {
  margin-top: 55px;
  border-top: 1px solid #e2ebef;
  padding-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 40px 0;
}
@media screen and (max-width: 480px) {
  .s_activity .activity .case {
    border-top: none;
    padding-top: 0;
    margin-top: 35px;
    display: block;
  }
  .s_activity .activity .case + .case {
    margin-top: 40px;
  }
}
.s_activity .activity .case .img {
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_activity .activity .case .img {
    margin: 20px auto 0;
    width: 260px;
  }
}
.s_activity .activity .case .img img {
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .s_activity .activity .case .img img {
    border-radius: 5px;
    width: 100%;
    height: auto;
  }
}
.s_activity .activity .case .img .copyright {
  position: absolute;
  color: #fff;
  font-size: 10px;
  right: 8px;
  bottom: 8px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@media screen and (max-width: 480px) {
  .s_activity .activity .case .img .copyright {
    right: 5px;
    bottom: 5px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.s_activity .activity .subttl {
  width: 100%;
  color: #008e66;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .s_activity .activity .subttl {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.s_activity .activity .subttl .label {
  display: inline-block;
  vertical-align: top;
  width: 5em;
  height: 1.5em;
  overflow: hidden;
  text-align: center;
  border: 1px solid #008e66;
  line-height: calc(1.5em - 2px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 1em;
}
@media screen and (max-width: 480px) {
  .s_activity .activity .subttl .label {
    display: block;
    margin: 0 auto 10px;
    width: 5.4em;
    height: 1.67em;
    line-height: calc(1.67em - 2px);
    font-size: 1.2rem;
  }
}
.s_activity .activity .txt {
  width: 410px;
  font-size: 1.6rem;
  line-height: 1.88;
  margin: -0.44em auto -0.44em 0;
}
@media screen and (max-width: 480px) {
  .s_activity .activity .txt {
    width: auto;
    margin: 15px 0 0;
    font-size: 1.4rem;
  }
}

.windows .s_activity .activity .subttl .label {
  line-height: calc(1.5em - 2px + 4px);
}
@media screen and (max-width: 480px) {
  .windows .s_activity .activity .subttl .label {
    line-height: calc(1.67em - 2px + 2px);
  }
}

.s_outline {
  background: #f1f5f7;
  border-radius: 10px;
  margin: 0 auto;
  width: 96.4%;
  position: relative;
  padding: 140px 0 145px;
}
@media screen and (max-width: 480px) {
  .s_outline {
    width: auto;
    border-radius: 0;
    padding: 55px 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .s_outline .s_ttl {
    line-height: 1.17;
  }
}
.s_outline .s_ttl .img {
  position: relative;
}
.s_outline .s_ttl .img::after {
  content: "";
  display: block;
  width: 110px;
  aspect-ratio: 220/150;
  background: url("/img/english_outline_img1.png") no-repeat 0 0/contain;
  position: absolute;
  left: -0.32em;
  bottom: 0.6em;
}
@media screen and (max-width: 480px) {
  .s_outline .s_ttl .img::after {
    width: 1.5em;
    left: 0.15em;
    bottom: 0.45em;
  }
}
.s_outline .table {
  border-top: 1px solid #e2ebef;
  width: 800px;
  margin: 90px auto 0;
}
@media screen and (max-width: 480px) {
  .s_outline .table {
    margin: 30px auto 0;
    width: 88%;
  }
}
.s_outline .table > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 10px;
  border-bottom: 1px solid #e2ebef;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .s_outline .table > li {
    -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;
    padding: 20px 0;
    gap: 12px;
  }
}
.s_outline .table .th {
  width: 145px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  color: #008e66;
  font-size: 1.6rem;
  line-height: 1.44;
}
@media screen and (max-width: 480px) {
  .s_outline .table .th {
    width: auto;
    font-size: 1.4rem;
    line-height: 1;
  }
  .s_outline .table .th br {
    display: none;
  }
}
.s_outline .table .td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: -0.335em 0;
  font-size: 1.8rem;
  line-height: 1.67;
}
@media screen and (max-width: 480px) {
  .s_outline .table .td {
    margin: -0.215em 0;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.s_outline .btn {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .s_outline .btn {
    margin-top: 20px;
  }
}

.gallery {
  margin: 95px auto 0;
  width: 96%;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .gallery {
    margin: 60px auto 0;
    width: 93.3%;
  }
}
.gallery .slide {
  position: relative;
  width: 100%;
}
.gallery .slide img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .gallery .slide img {
    border-radius: 10px 10px 0 0;
  }
}
.gallery .slide .cap {
  position: absolute;
  background: #004b36;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.88;
  padding: 0 0.8em;
  bottom: 10px;
  right: 14px;
}
@media screen and (max-width: 480px) {
  .gallery .slide .cap {
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    padding: 5px 20px;
    bottom: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
  }
}
.gallery + .swiper-pagination {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 480px) {
  .gallery + .swiper-pagination {
    margin-top: 20px;
  }
}
.gallery + .swiper-pagination span {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #008e66;
}
.gallery + .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008e66;
}
.gallery + .swiper-pagination span:not(.swiper-pagination-bullet-active) {
  cursor: pointer;
}

footer {
  margin-top: 110px;
  border-top: 1px solid #e2ebef;
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 60px;
  }
}