@charset "utf-8";

/*  base  */
body {
  min-width: 1080px;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #333;
}
a {
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
  font-weight: 400;
}
img {
  max-width: 100%;
}
img.round {
  border-radius: 20px;
}
.btn-wrap.blank {
  text-align: center;
}
.btn.blank {
  background-color: #009944;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 318px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn.blank::after {
  content: "";
  background: url(/english/assets/images/icn_blank.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
}
.inner-wrap {
  margin: 0 auto;
  max-width: 1080px;
}
.flex-wrap {
  display: flex;
  justify-content: space-between;
}
.content-box {
  background-color: #f5f7f7;
  border-radius: 10px;
}
.color-accent {
  color: #009944;
}
.ttl-h2 {
  font-size: 54px;
  color: #009944;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}
.ttl-h2::after {
  content: "";
  position: absolute;
  background-color: #009944;
  width: calc(100% / 3);
  height: 2px;
  left: 0;
  bottom: -1px;
}
.ttl-h3 {
  font-size: 46px;
  color: #333;
  display: flex;
  letter-spacing: 0.02em;
}
.ttl-h3.center {
  text-align: center;
  justify-content: center;
}

/*  header  */
header {
  z-index: 999;
  position: fixed;
  background-color: #fff;
  width: 100%;
  padding: 21px 48px;
  top: 0;
  font-weight: 700;
}
header .link-wrap {
  align-items: center;
}
header .link-list {
  display: flex;
  gap: 32px;
  align-items: center;
}
header .link-list .btn {
  border-radius: 19px;
  background-color: #009944;
  width: 160px;
  height: 38px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: auto;
  margin-left: -14px;
}
header .link-list .btn.jp {
  border: 1px solid #c7c7c7;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  width: 48px;
  height: 24px;
  border-radius: 12px;
  margin-left: 8px;
  margin-top: 2px;
}

/*  mv  */
.mv {
  position: relative;
  margin-bottom: 120px;
}
.mv-img-wrap {
  position: relative;
  aspect-ratio: 683 / 264;
  margin-top: 80px;
}
.mv .ttl-h1 {
  position: absolute;
  top: 52px;
  left: 60px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.6;
  z-index: 2;
}
.mv .ttl-h1 .lead {
  padding: 2px 10px;
  position: relative;
  opacity: 0;
}
.mv-img-wrap {
  position: relative;
  height: 100%;
}
.mv-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fade 20s ease-in-out infinite;
}
.mv-img-wrap img:nth-child(2) {
  animation-delay: 10s;
}
@keyframes fade {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  45%  { opacity: 1; }
  55%  { opacity: 0; }
  100% { opacity: 0; }
}
.bg-wrap {
  position: relative;
  display: inline;
  padding: 2px 0;
}
.bg-wrap:nth-child(n + 2) {
  margin-top: 12px;
}
.mv .ttl-h1.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.mv .ttl-h1.is-animated .lead {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

/*  company  */
.section-company {
  margin-bottom: 100px;
}
.history-wrap {
  background-color: #f0f2f2;
  margin-top: 100px;
}
.horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 350px 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.horizontal-scroll .scroller {
  display: flex;
  gap: 20px;
  min-width: max-content;
  align-items: center;
}
.history-wrap .circle-wrap {
  position: relative;
}
.history-wrap .circle-wrap .bubble-wrap {
  position: absolute;
  width: 370px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 20px 16px;
  line-height: 1.5;
  top: -251px;
}
.history-wrap .circle-wrap .bubble-wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 40px 30px 0 0;
  bottom: -40px;
  left: 14px;
}
.history-wrap .circle-wrap:nth-child(even) .bubble-wrap {
  top: unset;
  bottom: -251px;
}
.history-wrap .circle-wrap:nth-child(even) .bubble-wrap::after {
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 0 30px;
  bottom: unset;
  top: -40px;
}
.history-wrap .circle-wrap .bubble-wrap .num {
  font-size: 40px;
  letter-spacing: 0.05em;
}
.history-wrap .circle-wrap .bubble-wrap .txt {
  font-size: 16px;
}
.horizontal-scroll .border {
  background-color: #c2c4c4;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.horizontal-scroll .border .circle-wrap:first-child {
  margin-left: 54px;
}
.horizontal-scroll .border .circle-wrap {
  margin-left: 200px;
}
.section-company .flex-wrap {
  margin-top: 100px;
  justify-content: space-between;
}
.section-company .flex-wrap.mission {
  align-items: center;
}
.section-company .flex-wrap.message {
  margin-top: 140px;
}
.section-company .flex-wrap.mission .txt-wrap {
  min-width: 350px;
}
.section-company .flex-wrap.message .txt-wrap {
  max-width: 620px;
}
.section-company .flex-wrap.mission .txt-wrap .txt {
  font-size: 22px;
}
.section-company .flex-wrap.message .ttl-h3 {
  line-height: 1;
}
.section-company .flex-wrap .img-wrap {
  position: relative;
}
.section-company .flex-wrap .img-wrap .min {
  position: absolute;
  right: -92px;
  bottom: -57px;
}
.section-company .content-box {
  margin-top: 100px;
  padding: 70px 120px;
}
.section-company .content-box .ttl-h3 {
  line-height: 1;
}
.section-company .content-box .img-wrap {
  margin-top: -30px;
}

/*  products  */
.section-products .btn-wrap.blank {
  margin-top: -10px;
}
.section-products .content-box {
  margin: 100px auto 60px;
  padding: 70px 94px;
}
.section-products .content-box .img-wrap {
  margin-top: 60px;
}
.section-products .content-box .ttl-h3 {
  line-height: 1;
}
.section-products .txt {
  margin-top: -12px;
  font-size: 20px;
  text-align: center;
}
.field-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}
.field-list > li {
  border: 1px solid #e0e0e0 ;
}
.field-list > li:nth-child(n + 4) {
  border-top: none;
}
.field-list > li:nth-child(3n + 2),
.field-list > li:nth-child(3n + 3) {
  border-left: none;
}
.field-list > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 18px 20px;
}
.field-list > li > a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #009944;
  border-right: 0;
}

/*  team  */
.section-team {
  margin: 100px auto 190px;
}
.section-team .flex-box {
  margin-top: 100px;
  padding: 0 90px;
}
.section-team .flex-box .flex-wrap {
  gap: 110px;
}
.section-team .flex-box .flex-wrap:first-child {
  align-items: center;
}
.section-team .flex-box .flex-wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.section-team .flex-box .flex-wrap:nth-child(n + 2) {
  margin-top: 150px;
}
.section-team .flex-box .flex-wrap .txt-wrap {
  max-width: 344px;
}
.section-team .flex-box .flex-wrap .img-wrap {
  position: relative;
}
.section-team .flex-box .flex-wrap .img-wrap .min {
  position: absolute;
}
.section-team .flex-box .flex-wrap:first-child .img-wrap .min {
  left: -90px;
  bottom: -50px;
}
.section-team .flex-box .flex-wrap:nth-child(2) .img-wrap .min {
  right: -180px;
  bottom: -60px;
}
.section-team .flex-box .flex-wrap:nth-child(2) .ttl-h3 {
  line-height: 1;
}
.section-team .point-list > li {
  padding: 16px 0;
  display: flex;
  gap: 22px;
}
.section-team .point-list > li::before {
  content: "";
  background: url(/english/assets/images/icn_check.svg);
  background-size: cover;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  margin-top: 7px;
}
.section-team .point-list > li:nth-child(n + 2) {
  border-top: 1px solid #e0e0e0;
}

/*  events  */
.section-events {
  background: #E1FAED;
  background: linear-gradient(180deg,rgba(225, 250, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 120px 0;
}
.section-events .ttl-h3 , .section-events .conference-list {
  text-align: left;
  margin-top: 30px;
}
.section-events .btn-wrap.blank {
  text-align: center;
  margin-top: 30px;
}
.section-events .ttl-h3{
  line-height: 1;
  margin-top: 80px;
}
.img-loop {
  overflow: hidden;
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.img-loop.last {
  margin-top: 16px;
}
.img-loop-inner {
  width: 100%;
}
.img-loop-content {
  display: flex;
  width: 200%;
  animation: img-loop-scroll-left 80s linear infinite;
}
.img-loop-content img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
}
@keyframes img-loop-scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.img-loop .txt-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #009944;
  font-weight: 500;
  gap: 10px;
  bottom: 0;
  left: 50%;
}
.img-loop .txt-wrap .txt {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
}
.img-loop .txt-wrap .txt::before {
  content: "";
  background-color: #009944;
  border-radius: 4px;
  width: 8px;
  height: 8px;
}

/*  footer  */
footer {
  padding-top: 63px;
  background-color: #f6f6f6;
}
footer .link-wrap {
  align-items: center;
  margin-top: 22px;
}
footer .link-list {
  display: flex;
  gap: 32px;
  align-items: center;
}
footer .txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}
footer .privacy {
  text-align: right;
  margin-top: 16px;
}
footer .privacy > a {
  font-size: 12px;
  color: #666;
}
footer .copy {
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
  margin-top: 10px;
}

/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 768px){
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
  a:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 1100px){
  .fs,
  .mn {
    display: none;
  }
}

/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 767px){
  /*  base  */
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  body {
    min-width: unset;
    font-size: 12px;
  }
  img {
    max-width: 100%;
  }
  img.round {
    border-radius: 10px;
  }
  .img-wrap {
    max-width: 100%;
  }
  .inner-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ttl-h2 {
    font-size: 25px;
  }
  .ttl-h3 {
    font-size: 21px;
  }
  .ttl-h3 span.sp-only {
    color: #009944;
  }
  .btn.blank {
    width: 100%;
    font-size: 12px;
    height: 36px;
    max-width: 239px;
    gap: 8px;
  }
  .btn.blank::after {
    width: 11px;
    height: 11px;
  }
  .content-box {
    border-radius: 5px;
  }

  /*  mv  */
  .mv {
    margin-bottom: 50px;
  }
  .mv-img-wrap {
    aspect-ratio: 15 / 7;
    width: 100%;
  }
  .mv-img-wrap img {
    height: unset;
  }
  .mv .ttl-h1 {
    font-size: 12px;
    top: 16px;
    left: 16px;
  }
  .mv .ttl-h1 .lead {
    padding: 2px 4px;
  }
  .bg-wrap {
    padding: 1px 0;
  }

  /*  company  */
  .section-company {
    margin-bottom: 50px;
  }
  .section-company .flex-wrap {
    flex-direction: column;
  }
  .section-company .flex-wrap .img-wrap > img {
    width: 82.5%;
  }
  .section-company .flex-wrap .img-wrap .min {
    right: 0;
    bottom: -8%;
    width: 30%;
  }
  .section-company .flex-wrap.mission {
    margin-top: 32px;
  }
  .section-company .flex-wrap.mission .txt-wrap .txt {
    font-size: 12px;
  }
  .section-company .flex-wrap.mission .txt-wrap .txt {
    margin-top: 8px;
  }
  .section-company .flex-wrap .txt-wrap {
    margin-top: 24px;
  }
  .section-company .flex-wrap .txt-wrap , .section-company .flex-wrap > .ttl-h3 {
    padding: 0 27px;
  }
  .section-company .flex-wrap.message {
    margin-top: 40px;
  }
  .section-company .content-box {
    margin-top: 20px;
    padding: 26px 16px 40px;
  }
  .section-company .content-box .ttl-h3 {
    line-height: 2;
    padding-left: 10px;
  }
  .history-wrap {
    margin-top: 50px;
  }
  .history-wrap .circle-wrap .bubble-wrap {
    width: 165px;
    height: 220px;
    padding: 12px 15px;
    top: -243px;
  }
  .history-wrap .circle-wrap:nth-child(even) .bubble-wrap {
    bottom: -243px;
  }
  .history-wrap .circle-wrap .bubble-wrap .num {
    font-size: 20px;
  }
  .history-wrap .circle-wrap .bubble-wrap .txt {
    font-size: 12px;
  }
  .horizontal-scroll {
    padding: 302px 0;
  }
  .horizontal-scroll .scroller .border .circle-wrap {
    margin-left: 90px;
  }
  .horizontal-scroll .scroller .border .circle-wrap > img {
    width: 19px;
    height: 19px;
  }
  .history-wrap .circle-wrap .bubble-wrap::after {
    border-width: 20px 15px 0px 0px;
    bottom: -20px;
    left: 7px;
  }
  .history-wrap .circle-wrap:nth-child(even) .bubble-wrap::after {
    border-width: 20px 0px 0px 15px;
    top: -20px;
  }
  .horizontal-scroll .scroller.nobar {
    gap: 4px;
    padding-left: 16px;
    padding-right: 166px;
  }
  .horizontal-scroll .scroller .border .circle-wrap {
    margin-top: -2px;
  }
  .horizontal-scroll .scroller .border .circle-wrap:first-child {
    margin-left: 27px;
  }
  .horizontal-scroll .scroller .border {
    width: 2335px;
  }

  /*  products  */
  .field-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
  }
  .section-products .content-box {
    padding: 30px 27px;
    margin: 32px auto;
  }
  .section-products .content-box .img-wrap {
    margin-top: 30px;
  }
  .section-products .btn-wrap.blank {
    margin-top: 8px;
  }
  .section-products .txt {
    margin-top: -2px;
    font-size: 12px;
  }
  .field-list > li {
    height: 45px;
  }
  .field-list > li > a {
    font-size: 12px;
    line-height: 1.166666666;
    padding: 9px;
    gap: 12px;
  }
  .field-list > li > a::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #009944;
  }
  .field-list > li {
    border: 1px solid #e0e0e0;
  }
  .field-list > li:nth-child(n + 4) {
    border: 1px solid #e0e0e0;
  }
  .field-list > li:nth-child(3n + 2),
  .field-list > li:nth-child(3n + 3) {
    border: 1px solid #e0e0e0;
  }
  .field-list > li:nth-child(n + 3) {
    border-top: none;
  }
  .field-list > li:nth-child(even) {
    border-left: none;
  }

  /*  team  */
  .section-team {
    margin: 50px auto 28%;
  }
  .section-team .flex-box {
    margin-top: 32px;
    padding: 0 26px;
  }
  .section-team .flex-box .flex-wrap {
    flex-direction: column !important;
  }
  .section-team .point-list > li {
    gap: 12px;
    align-items: center;
    padding: 10px 0;
  }
  .section-team .point-list > li::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 0;
  }
  .section-team .flex-box .flex-wrap:nth-child(1) .img-wrap {
    display: flex;
    justify-content: end;
  }
  .section-team .flex-box .flex-wrap:nth-child(2) .ttl-h3 {
    line-height: 1.75;
  }
  .section-team .flex-box .flex-wrap:nth-child(1) img.round {
    width: 75.7%;
    margin-right: 11px;
  }
  .section-team .flex-box .flex-wrap:nth-child(1) img.min {
    width: 43.75%;
    margin-right: 0;
    left: 5% !important;
    bottom: -56% !important;
  }
  .section-team .flex-box .flex-wrap:nth-child(2) .img-wrap .round {
    width: 74.3%;
  }
  .section-team .flex-box .flex-wrap:nth-child(2) .img-wrap .min {
    right: 25px;
    width: 43.75%;
    bottom: -31%;
  }
  .section-team .flex-box .flex-wrap {
    gap: 24px;
  }
  .section-team .flex-box .flex-wrap:nth-child(n + 2) {
    margin-top: 36%;
  }
  .section-team .flex-box .flex-wrap .txt-wrap {
    max-width: unset;
  }

  /*  events  */
  .section-events {
    padding: 60px 0;
  }
  .img-loop {
    margin-top: 32px;
  }
  .img-loop-content {
    animation: img-loop-scroll-left 80s linear infinite;
    width: 400%;
  }
  .img-loop-content img {
    width: fit-content;
  }
  @keyframes img-loop-scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .img-loop .txt-wrap {
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 76.8%;
  }
  .img-loop .txt-wrap .txt {
    line-height: 1.4166666666;
    padding: 8px 12px;
    gap: 7px;
  }
  .img-loop .txt-wrap .txt::before {
    width: 6px;
    height: 6px;
    min-width: 6px;
  }
  .section-events .ttl-h3 {
    justify-content: center;
    margin-top: 36px;
  }
  .section-events .conference-list {
    width: 76.8%;
    margin: auto;
    text-align: left;
    margin-top: 16px;
  }
  .section-events .conference-list > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .section-events .btn-wrap.blank {
    margin-top: 24px;
  }

  /*  footer  */
  footer {
    padding: 48px 0 0;
    font-weight: 700;
  }
  footer .inner-wrap {
    text-align: center;
  }
  footer .img-wrap > img {
    width: 129px;
  }
  footer .link-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  footer .link-list {
    flex-direction: column;
    align-items: center;
    margin-top: 28px;
    gap: 8px;
  }
  footer .link-list a {
    font-size: 12px;
  }
  footer .privacy {
    text-align: center;
    font-size: 9px;
    margin-top: 20px;
  }
  footer .copy {
    font-size: 9px;
    font-weight: 500;
  }
}

@media screen and (max-width: 1099px) {
  /*  header  */
  header {
    padding: 0;
    height: 50px;
    padding-left: 16px;
  }
  header .link-list {
    display: none;
  }
  header .link-wrap img {
    width: 216px;
  }
  body.fs-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mv-img-wrap {
    margin-top: 50px;
  }
  .fs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #fff;
    overflow-y: scroll;
    opacity: 0;
    z-index: -1;
    transition: 0.2s;
    pointer-events: none;
  }
  .fs.fs-active {
    opacity: 1;
    pointer-events: auto;
  }
  .fs-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }
  .mn {
    color: #1A1A1A;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #2a7d81;
    height: 50px;
    width: 50px;
  }
  .mn-bar {
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 5px 0 0 1px;
    transition: 0.2s;
    border-radius: 2px;
  }
  .mn-bar.fs-active {
    margin-right: -3px;
  }
  .mn-bar:nth-child(1).fs-active {
    transform: translateY(7px) rotate(-45deg);
  }
  .mn-bar:nth-child(2).fs-active {
    opacity: 0;
  }
  .mn-bar:nth-child(3).fs-active {
    transform: translateY(-7px) rotate(45deg);
  }
  .mn-text {
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    margin: 8px 0 0;
  }
  .mn-text::before {
    content: "";
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .mn-text.fs-active {
    margin-right: -3px;
  }
  .menu-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .menu-list a {
    line-height: 1.5;
    font-size: 16px;
    color: #161616;
  }
  .menu-list .btn {
    line-height: 1;
    font-size: 14px !important;
    height: 44px;
    max-width: 335px;
    width: 335px;
    font-size: 16px;
    color: #161616;
    background-color: #009944;
    border-radius: 10px;
    color: #fff;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-list .btn.jp {
    border: 1px solid #c7c7c7;
    background-color: #fff;
    color: #333;
  }
}