@charset "UTF-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",YuGothicM,メイリオ,Meiryo,sans-serif;
  margin-top: 88px;
}
@media screen and (max-width:767px) {
  body {
    margin-top: 64px;
  }
}

.mincho {
  font-family: 游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
}

.jost {
  font-family: "Jost", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.77);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 20px 30px;
  z-index: 9999;
  box-sizing: border-box;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo img {
  height: 40px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.header__nav a {
  color: #000;
  text-decoration: none;
}
.header__nav a:hover {
  text-decoration: underline;
}

.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
  display: none;
}
.hamburger span {
  display: block;
  width: 52px;
  height: 4px;
  background: #7eb36f;
  background: #000;
  margin: 8px auto;
  transition: 0.3s;
}
/* .hamburger .menu-label {
  color: #70B327;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 70%;
  letter-spacing: 1.28px;
  margin-top: 10px;
} */

.sp-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  /* max-width: 230px; */
  height: 100vh;
  /* background: rgba(255, 255, 255, 0.8); */
  background-color: #7DC623;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 20px 30px;
  transition: right 0.6s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.sp-nav ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
  border-bottom: 1px solid #fff;
}
.sp-nav ul li a {
  /* background: #C6DFAA; */
  padding: 20px 0;
  display: block;
  /* border-radius: 6px; */
  color: #fff;
  /* text-align: center; */
  font-size: 18px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: 70%;
  letter-spacing: 1.28px;
  transition: all 0.3s;
  position: relative;
  border-top: 1px solid #fff;
  text-decoration: none;
}
.sp-nav ul li a::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 20px;
  right: 20px;
}
.sp-nav ul li a:hover {
  opacity: 0.7;
}

.sp-nav.active {
  right: 0;
}

.close-btn {
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.close-btn span {
  display: block;
  width: 52px;
  height: 4px;
  background: #7eb36f;
  background: #fff;
  margin: 8px auto;
  transition: 0.3s;
}
.close-btn span:first-child {
  transform: translateY(3px) rotate(30deg);
}
.close-btn span:nth-child(2) {
  transform: translateY(-9px) rotate(-30deg);
}
.close-btn .menu-label {
  color: #70B327;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 70%;
  letter-spacing: 1.28px;
  margin-top: 14px;
}

@media screen and (max-width:999px) {
  .header__nav {
    display: none;
  }
  .hamburger {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .header {
    padding: 18px 15px;
  }
  .header__logo a {
    display: flex;
    align-items: center;
  }
  .header__logo img {
    height: 28px;
  }
  .hamburger span {
    width: 26px;
    height: 2px;
    margin: 4px auto;
  }
  .hamburger .menu-label {
    font-size: 8px;
    margin-top: 6px;
  }
  .close-btn span {
    width: 26px;
    height: 2px;
    margin: 0px auto;
    transition: 0.3s;
  }
  .close-btn span:first-child {
    transform: translateY(10px) translateX(15px) rotate(45deg);
  }
  .close-btn span:nth-child(2) {
    transform: translateY(8px) translateX(15px) rotate(-45deg);
  }
  .close-btn span:nth-child(3) {
    display: none;
  }
  .close-btn .menu-label {
    font-size: 8px;
    margin-top: 14px;
  }
}


/* anniversary */
.lp-50th-anniversary img {
  width: 100%;
  height: auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/* fv */
.fv {
  position: relative;
  padding-bottom: 130px;
  background-color: #fff;
}
.fv::after {
  position: absolute;
  content: '';
  width: 46px;
  height: 100px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(112, 179, 39, 0.4);
  z-index: 1;
}
.fifth__heading {
  text-align: center;
  font-size: 3vw;
  font-family: 游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.fifth__heading img {
  display: block;
  margin: 0 auto 15px;
}
.our-philosophy .fifth__heading img {
  width: 159px;
}
.history .fifth__heading img {
  width: 351px;
}
.message .fifth__heading img {
  width: 425px;
}
.fv .fifth__heading span {
  display: block;
}
p {
  line-height: 1.8;
  margin: 1rem 0;
}
.fv .swiper {
  width: 100%;
  /* height: calc(100vh - 88px);
  height: 1070px; */
  overflow: hidden;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.fv .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* aspect-ratio: 4554/2334; */
  width: auto;
}
.fv .swiper-slide img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  width: auto;
  max-height: 1200px;
}
.fv__inner {
  position: absolute;
  width: 50%;
  max-width: 700px;
  min-width: 400px;
  height: calc(100vh - 88px);
  height: 1200px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 50px 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.fv__logo img {
  width: 20vw;
  max-width: 371px;
  margin-bottom: 30px;
}
.fv p {
  line-height: 2;
  margin: 1.5rem 0 3rem;
}
.fv-sp1,
.fv-sp2 {
  display: none;
}
@media screen and (max-width:767px) {
  .fifth__heading span {
    display: block;
    font-size: 30px;
  }
  .history .fifth__heading span {
    text-align: left;
  }
  .fv .fifth__heading img {
    width: 271px;
  }
  .our-philosophy .fifth__heading img {
    width: 139px;
  }
  .history .fifth__heading img {
    width: 337px;
  }
  .message .fifth__heading img {
    width: 225px;
  }
  .fv__inner {
    position: relative;
    min-width: 100px;
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
  .fv .swiper {
    height: 300px;
  }
  .fv__logo img {
    width: 100%;
    max-width: 270px;
    margin-bottom: 20px;
  }
  .fv-sp1,
  .fv-sp2 {
    display: block;
  }
  .fv-pc {
    display: none;
  }
  .fv .swiper-slide img {
    /* object-fit: contain; */
    max-height: 300px;
  }
}


/* our philosophy */
.our-philosophy {
  background-image: url('../images/our-philosophy-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 20px;
  box-sizing: border-box;
  color: #fff;
}
.our-philosophy p {
  text-align: center;
  margin-top: 20px;
}
.our-philosophy p span {
  display: inline;
  padding: 3px 5px;
  background-color: #376900;
  font-size: 1.2rem;
  font-weight: 700;
}
.our-philosophy p span span {
  padding: 0;
}
.our-philosophy ul {
  display: flex;
  justify-content: center;
  gap: 30px 40px;
  margin-top: 50px;
}
.our-philosophy li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0 25px;
}
.our-philosophy__task {
  width: 140px;
  height: 140px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:767px) {
  .our-philosophy {
    background-image: url('../images/our-philosophy-bg_sp.jpg');
  }
  .our-philosophy ul {
    flex-direction: column;
  }
  .our-philosophy li {
    flex-direction: row;
    align-items: center;
    gap: 0 20px;
  }
  .our-philosophy__task {
    width: 120px;
    height: 120px;
  }
  .our-philosophy p {
    width: 100%;
  }
  .our-philosophy p span {
    padding: 0;
    background: none;
  }
  .our-philosophy p span span {
    display: inline-block;
    padding: 1px 5px;
    background-color: #376900;
  }
  .our-philosophy li p {
    text-align: left;
    width: calc(100% - 120px - 20px);
    margin: 0;
  }
}


/* history */
.history {
  background-color: #E9E4D8;
  padding: 90px 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.history::before {
  position: absolute;
  content: '';
  width: 264px;
  height: calc(100% + 90px);
  background-color: rgba(255, 234, 0, 0.3);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.history::after {
  position: absolute;
  content: '';
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
  width: 744.444px;
  height: calc(100% + 200px);
  background-size: 744.444px 4873.461px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/history.svg');
}
.timeline__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 140px;
  /* grid-template-rows: 120px auto auto 320px auto auto auto 470px 120px 620px 310px 320px 330px 640px; */
  max-width: 1000px;
  margin: 30px auto 0;
  padding-top: 50px;
  z-index: 1;
}
.timeline__box {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: opacity 600ms, visibility 600ms, transform 600ms;
  z-index: 1;
}
.timeline__box:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.timeline__box:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}
.timeline__box:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: 3 / 7;
}
.timeline__box:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 4 / 5;
}
.timeline__box:nth-child(5) {
  grid-column: 2 / 3;
  grid-row: 5 / 6;
}
.timeline__box:nth-child(6) {
  grid-column: 2 / 3;
  grid-row: 6 / 7;
}
.timeline__box:nth-child(7) {
  grid-column: 1 / 2;
  grid-row: 8 / 10;
}
.timeline__box:nth-child(8) {
  grid-column: 2 / 3;
  grid-row: 9 / 11;
}
.timeline__box:nth-child(9) {
  grid-column: 1 / 2;
  grid-row: 12 / 15;
}
.timeline__box:nth-child(10) {
  grid-column: 2 / 3;
  grid-row: 13 / 14;
}
.timeline__box:nth-child(11) {
  grid-column: 2 / 3;
  grid-row: 14 / 15;
}
.timeline__box:nth-child(12) {
  grid-column: 2 / 3;
  grid-row: 15 / 17;
}
.timeline__box:nth-child(13) {
  grid-column: 1 / 2;
  grid-row: 16 / 20;
}
.timeline__box:nth-child(14) {
  grid-column: 2 / 3;
  grid-row: 17 / 18;
}
.timeline__box:nth-child(15) {
  grid-column: 2 / 3;
  grid-row: 18 / 19;
}
.timeline__box:nth-child(16) {
  grid-column: 2 / 3;
  grid-row: 19 / 24;
}
.timeline__box:nth-child(17) {
  grid-column: 1 / 2;
  grid-row: 21 / 22;
}
.timeline__box:nth-child(18) {
  grid-column: 1 / 2;
  grid-row: 22 / 23;
}
.timeline__box:nth-child(19) {
  grid-column: 1 / 2;
  grid-row: 23 / 24;
}
.timeline__box:nth-child(20) {
  grid-column: 2 / 3;
  grid-row: 25 / 26;
}
.timeline__box:nth-child(21) {
  grid-column: 1 / 2;
  grid-row: 27 / 28;
}
.timeline__box:nth-child(22) {
  grid-column: 2 / 3;
  grid-row: 29 / 30;
}
.timeline__box:nth-child(23) {
  grid-column: 1 / 2;
  grid-row: 31 / 32;
}
.timeline__box:nth-child(24) {
  grid-column: 2 / 3;
  grid-row: 33 / 34;
}
.timeline__box:nth-child(25) {
  grid-column: 1 / 2;
  grid-row: 35 / 39;
}
.timeline__box:nth-child(26) {
  grid-column: 2 / 3;
  grid-row: 37 / 38;
}
.timeline__box:nth-child(27) {
  grid-column: 2 / 3;
  grid-row: 38 / 39;
}
.timeline__right {
  text-align: right;
}
.history__year {
  font-size: 52px;
  font-weight: 300;
  position: relative;
  color: #70B327;
}
.history__year::before {
  position: absolute;
  content: '';
  width: calc(100% - 9rem + 70px);
  height: 1px;
  background-color: #70B327;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.history__year::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #70B327;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.timeline__left .history__year::before {
  right: -70px;
}
.timeline__right .history__year::before {
  left: -70px;
}
.timeline__left .history__year::after {
  right: -80px;
}
.timeline__right .history__year::after {
  left: -80px;
}
.timeline__box img {
  display: block;
  width: 100%;
  height: auto;
}
.history__inner {
  font-weight: bold;
}
.timeline__card .history__inner {
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 3px 3px 15px -10px #777777;
  width: 100%;
}
.timeline__card .history__inner:nth-child(n+3) {
  background: none;
  box-shadow: none;
  padding-top: 0;
  /* padding-bottom: 0; */
}
.timeline__card.timeline__right .history__inner {
  text-align: left;
}
.timeline__center {
  position: absolute;
  width: 140px;
  height: calc(100% + 90px);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.timeline__bar {
  width: 5px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .history {
    padding: 60px 20px;
  }
  .history::before {
    width: 73px;
    left: auto;
    right: 20px;
    transform: translateX(0);
  }
  .history::after {
    width: calc(100% - 40px);
    /* background-size: 282px 5568px; */
    background-image: url('../images/svg/history_sp.svg');
    background-size: cover;
    height: calc(100% + 100px);
    background-position: top -50px center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .timeline__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .timeline__box:nth-child(1) {
    grid-column: 1 / 1;
    grid-row: 1 / 2;
  }
  .timeline__box:nth-child(2) {
    grid-column: 1 / 1;
    grid-row: 2 / 3;
  }
  .timeline__box:nth-child(3) {
    grid-column: 1 / 1;
    grid-row: 3 / 4;
  }
  .timeline__box:nth-child(4) {
    grid-column: 1 / 1;
    grid-row: 4 / 5;
  }
  .timeline__box:nth-child(5) {
    grid-column: 1 / 1;
    grid-row: 5 / 6;
  }
  .timeline__box:nth-child(6) {
    grid-column: 1 / 1;
    grid-row: 6 / 7;
  }
  .timeline__box:nth-child(7) {
    grid-column: 1 / 1;
    grid-row: 7 / 8;
  }
  .timeline__box:nth-child(8) {
    grid-column: 1 / 1;
    grid-row: 8 / 9;
  }
  .timeline__box:nth-child(9) {
    grid-column: 1 / 1;
    grid-row: 9 / 10;
  }
  .timeline__box:nth-child(10) {
    grid-column: 1 / 1;
    grid-row: 10 / 11;
  }
  .timeline__box:nth-child(11) {
    grid-column: 1 / 1;
    grid-row: 11 / 12;
  }
  .timeline__box:nth-child(12) {
    grid-column: 1 / 1;
    grid-row: 12 / 13;
  }
  .timeline__box:nth-child(13) {
    grid-column: 1 / 1;
    grid-row: 13 / 14;
  }
  .timeline__box:nth-child(14) {
    grid-column: 1 / 1;
    grid-row: 14 / 15;
  }
  .timeline__box:nth-child(15) {
    grid-column: 1 / 1;
    grid-row: 15 / 16;
  }
  .timeline__box:nth-child(16) {
    grid-column: 1 / 1;
    grid-row: 16 / 17;
  }
  .timeline__box:nth-child(17) {
    grid-column: 1 / 1;
    grid-row: 17 / 18;
  }
  .timeline__box:nth-child(18) {
    grid-column: 1 / 1;
    grid-row: 18 / 19;
  }
  .timeline__box:nth-child(19) {
    grid-column: 1 / 1;
    grid-row: 19 / 20;
  }
  .timeline__box:nth-child(20) {
    grid-column: 1 / 1;
    grid-row: 20 / 21;
  }
  .timeline__box:nth-child(21) {
    grid-column: 1 / 1;
    grid-row: 21 / 22;
  }
  .timeline__box:nth-child(22) {
    grid-column: 1 / 1;
    grid-row: 22 / 23;
  }
  .timeline__box:nth-child(23) {
    grid-column: 1 / 1;
    grid-row: 23 / 24;
  }
  .timeline__box:nth-child(24) {
    grid-column: 1 / 1;
    grid-row: 24 / 25;
  }
  .timeline__box:nth-child(25) {
    grid-column: 1 / 1;
    grid-row: 25 / 26;
  }
  .timeline__box:nth-child(26) {
    grid-column: 1 / 1;
    grid-row: 26 / 27;
  }
  .timeline__box:nth-child(27) {
    grid-column: 1 / 1;
    grid-row: 27 / 28;
  }
  .timeline__right {
    text-align: left;
  }
  .history__year {
    font-size: 32px;
  }
  .timeline__left .history__year::before,
  .timeline__right .history__year::before {
    left: auto;
    right: 29px;
    width: calc(100% - 10rem + 40px);
  }
  .timeline__left .history__year::after,
  .timeline__right .history__year::after {
    width: 15px;
    height: 15px;
    left: auto;
    right: 29px;
  }
  .history__inner {
    width: calc(100% - 50px);
  }
  .timeline__card .history__inner {
    width: calc(100% - 100px);
    padding: 20px;
  }
  .timeline__center {
    width: 73px;
    height: calc(100% + 500px);
    left: auto;
    top: -300px;
    right: 0;
    transform: translateX(0);
  }
  .timeline__bar {
    width: 3px;
  }
}


/* anniversary */
.anniversary {
  background-image: url('../images/50-years-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.anniversary__title {
  font-family: "Jost", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}
.anniversary p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width:767px) {
  .anniversary {
    background-image: url('../images/50-years-bg_sp.jpg');
  }
  .anniversary__title {
    font-size: 6rem;
  }
  .anniversary p {
    font-size: 18px;
  }
}


/* mind */
.mind {
  position: relative;
  padding: 200px 0;
  background-color: #E9E4D8;
  overflow: hidden;
}
.mind::before {
  position: absolute;
  content: '';
  width: 46px;
  height: 322px;
  background-image: url('../images/svg/line-end.svg');
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.mind::after {
  position: absolute;
  content: '';
  width: 264px;
  height: calc(100% + 90px);
  background-color: rgba(255, 234, 0, 0.3);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.mind__wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
  min-height: 358px;
  background-color: #fff;
  padding: 10px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 60px;
  z-index: 1;
  box-shadow: 3px 3px 15px -10px #777777;
}
.mind__wrapper::before {
  position: absolute;
  content: '';
  width: 209px;
  height: 222px;
  background-image: url('../images/mind-character.png');
  background-repeat: no-repeat;
  background-size: cover;
  top: -140px;
  right: 20px;
  z-index: 1;
}
.mind__wrapper::after {
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #D5D5D5;
  left: 10px;
  top: 10px;
  pointer-events: none;
}
.mind__logo {
  width: 285px;
}
.mind__inner {
  width: calc(100% - 285px - 60px);
}
.mind__inner span {
  font-size: 24px;
  font-weight: bold;
  color: #7CBE33;
}
.mind__inner p {
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .mind {
    padding: 160px 20px 80px;
  }
  .mind::after {
    width: 73px;
    left: auto;
    right: 26px;
    transform: translateX(0);
  }
  .mind__wrapper {
    padding: 50px 30px;
    flex-direction: column;
  }
  .mind__wrapper::before {
    width: 110px;
    height: 117px;
    top: auto;
    bottom: -40px;
  }
  .mind__logo,
  .mind__inner {
    width: 100%;
  }
  .mind__logo {
    max-width: 222px;
  }
  .mind__inner span {
    display: block;
    text-align: center;
  }
}


/* message */
.message {
  padding: 50px 0 100px;
}
.message__wrapper {
  max-width: 1200px;
  display: flex;
  gap: 70px;
  margin: 75px auto 0;
}
.message__president {
  width: 400px;
}
.message__inner {
  width: calc(100% - 400px - 70px);
}
.message__president-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px 26px;
  margin-top: 35px;
}
.message__president-name img {
  width: 214px;
}
@media screen and (max-width:767px) {
  .message {
    padding: 50px 20px 100px;
  }
  .message__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
  }
  .message__president,
  .message__inner {
    width: 100%;
  }
  .message__president-name {
    flex-direction: column;
    margin-top: 50px;
  }
  .message__president-name img {
    width: 193px;
  }
}


/* band */
.band {
  padding: 30px 0 0;
}
.band .swiper-backface-hidden .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.band img {
  width: auto;
  max-height: 550px;
}
@media screen and (max-width:767px) {
  .band img {
    /* width: auto; */
    height: 370px;
  }
}


/* voice */
.voice {
  position: relative;
  padding: 70px 0;
  background-image: url('../images/voice-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}
.voice::after {
  position: absolute;
  content: '';
  background-image: url('../images/voice-character.png');
  background-size: cover;
  width: 263px;
  height: 216px;
  top: -180px;
  left: 200px;
  transform: translateX(-50%);
}
.voice__wrapper ul {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.voice__wrapper li {
  width: calc((100% - 60px) / 3);
  padding: 25px 40px 30px;
  box-sizing: border-box;
  border-radius: 0 40px 0 40px;
  background-color: #70B327;
  color: #fff;
  position: relative;
  letter-spacing: 0.1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.voice__wrapper li::after {
  position: absolute;
  content: '';
  width: calc(100% - 16px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  border-radius: 0 30px 0 30px;
  left: 8px;
  top: 10px;
  pointer-events: none;
}
.voice__wrapper p {
  box-sizing: border-box;
}
.voice-name p {
  margin: 0;
}
.voice-name p:nth-child(2) {
  font-size: 20px;
}
.voice-lead {
  display: flex;
  align-items: center;
  gap: 10px;
}
.voice-image img {
  width: 70px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .voice {
    padding: 70px 20px;
    background-image: url('../images/voice-bg_sp.jpg');
  }
  .voice::after {
    width: 124px;
    height: 104px;
    top: -70px;
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  .voice__wrapper li {
    width: 100%;
    /* padding: 30px 10px; */
  }
  /* .voice__wrapper p {
    padding: 0 20px;
  } */
}