@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

#content-main{
  background-color: #fff;
}

.page-gjc {
  color: rgb(0, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  line-height: 1.75;
}

.page-gjc *,
.page-gjc *::before,
.page-gjc *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.page-gjc a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-gjc img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.page-gjc .container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
}

.page-gjc .thumbnail {
  aspect-ratio: 1.8/1;
  overflow: hidden;
  width: 100%;
}

.page-gjc .thumbnail img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.page-gjc .section-title {
  border-bottom: 4px solid rgb(78, 174, 74);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 15px 10px;
}

.page-gjc .section-title--border {
  border-bottom: #B7E9CB 4px solid;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}

.page-gjc .section-title--border::before {
  background-color: rgb(78, 174, 74);
  bottom: -4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 150px;
}

.page-gjc .article-title {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-gjc .clickable {
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-gjc .clickable:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.page-gjc .clickable:hover .article-title {
  color: rgb(173, 7, 7);
}

.page-gjc .clickable:hover .contact__button {
  background-color: rgb(255, 255, 255);
  color: rgb(78, 174, 74);
}

.page-gjc .clickable:hover .contact__button::before {
  border-right: 2px solid rgb(78, 174, 74);
  border-top: 2px solid rgb(78, 174, 74);
}

.page-gjc .stretched-link::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.page-gjc .low-button {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(50, 145, 151)), to(rgb(78, 174, 74)));
  background-image: linear-gradient(to right, rgb(50, 145, 151) 50%, rgb(78, 174, 74));
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  border-radius: 100px;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 20px;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 270px;
}

.page-gjc .low-button::before {
  border-right: 2px solid rgb(255, 255, 255);
  border-top: 2px solid rgb(255, 255, 255);
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 12px;
  z-index: 1;
}

.page-gjc .low-button:hover {
  background-position: right 100% center;
}

.page-gjc .low-button:hover::before {
  content: "";
  -webkit-transform: translate(4px, -50%) rotate(45deg);
  transform: translate(4px, -50%) rotate(45deg);
}

.page-gjc .fv {
  background-image: linear-gradient(160deg, rgb(50, 145, 151) 30%, rgb(78, 174, 74) 70%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 5px;
}

.page-gjc .fv .container {
  padding: 0;
}

.page-gjc .fv__inner {
  padding: 55% 20px 20px;
  position: relative;
}

.page-gjc .fv__text-area {
  background-color: #F3FFF4;
  padding: 10px 20px 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.page-gjc .fv__text-area__title {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
}

.page-gjc .fv__text-area__title h1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-gjc .fv__text-area__title__main {
  display: block;
  margin-right: 3%;
  width: 40%;
}

.page-gjc .fv__text-area__title__sub {
  display: block;
  width: 57%;
}

.page-gjc .fv__text-area__title__sub img {
  margin-top: 5%;
}

.page-gjc .fv__text-area__catch {
  position: absolute;
  right: -0.5%;
  top: 0;
  -webkit-transform: translateY(-43%);
  transform: translateY(-43%);
  width: 44%;
}

.page-gjc .fv__text-area__text {
  font-size: 13px;
}

.page-gjc .fv__text-area__text h2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

.page-gjc .fv__text-area__text h2 br {
  display: none;
}

.page-gjc .fv__image {
  height: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 88.5%;
}

.page-gjc .trademark,
.page-gjc .supported {
  font-size: 12px;
  margin-bottom: 30px;
}

.page-gjc .trademark .container,
.page-gjc .supported .container {
  padding: 0 5px;
}

.page-gjc .trademark__inner,
.page-gjc .supported__inner {
  text-align: right;
}

.page-gjc .slider {
  margin: 0 auto 50px;
  width: 100%;
}

.page-gjc .slider__text-area {
  padding: 10px;
}

.page-gjc .slider__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.page-gjc .slider__description {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.page-gjc .slider .swiper-slide {
  width: 68%;
}

.page-gjc .slider .slide-prev,
.page-gjc .slider .slide-next {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(225, 225, 225);
  border-radius: 6px;
  cursor: pointer;
  display: none;
  height: 50px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 30px;
  z-index: 999;
}

.page-gjc .slider .slide-prev::before,
.page-gjc .slider .slide-next::before {
  border-right: 4px solid rgb(0, 0, 0);
  border-top: 4px solid rgb(0, 0, 0);
  content: "";
  display: block;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 15px;
}

.page-gjc .slider .slide-prev {
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-gjc .slider .slide-prev::before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
  transform: translate(-25%, -50%) rotate(-135deg);
}

.page-gjc .slider .slide-next {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-gjc .slider .slide-next::before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}

.page-gjc .slider .swiper-pagination {
  margin-top: 10px;
  position: static;
}

.page-gjc .slider .swiper-pagination .swiper-pagination-bullet {
  background-color: rgb(243, 243, 243);
  height: 14px;
  margin: 0 7px;
  opacity: 1;
  width: 14px;
}

.page-gjc .slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(78, 174, 74);
}

.page-gjc .news {
  margin-bottom: 50px;
}

.page-gjc .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.page-gjc .news__item__text-area {
  padding: 10px;
}

.page-gjc .news__item__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-gjc .company {
  margin-bottom: 30px;
}

.page-gjc .company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.page-gjc .company__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1.8/1;
  border: 1px solid rgb(225, 225, 225);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
  width: calc(50% - 10px);
}

.page-gjc .column {
  margin-bottom: 50px;
  position: relative;
}

.page-gjc .column .section-title {
  border-bottom: #B7E9CB 4px solid;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}

.page-gjc .column .section-title::before {
  background-color: rgb(78, 174, 74);
  bottom: -4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 150px;
}

.page-gjc .column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.page-gjc .column__item {
  width: 100%;
}

.page-gjc .column__item__text-area {
  padding: 10px;
}

.page-gjc .column__item__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.page-gjc .read-more {
  display: none;
}

.page-gjc .read-more~.column__list .column__item:nth-child(n+4) {
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-gjc .read-more:checked~.column__list .column__item:nth-child(n+4) {
  -webkit-animation: fadeIn 0.5s forwards;
  animation: fadeIn 0.5s forwards;
  display: block;
}

.page-gjc .read-more:checked~.read-more-button {
  margin: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
}

.page-gjc .read-more-button {
  border: 1px solid rgb(78, 174, 74);
  color: rgb(78, 174, 74);
  display: block;
  font-size: 18px;
  margin-top: 20px;
  max-height: none;
  padding: 2px 40px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.page-gjc .read-more-button::before {
  border-right: 2px solid rgb(78, 174, 74);
  border-top: 2px solid rgb(78, 174, 74);
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}

.page-gjc .contact {
  background-image: linear-gradient(160deg, rgb(50, 145, 151) 30%, rgb(78, 174, 74) 70%);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 83%;
}

.page-gjc .contact__inner {
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.page-gjc .contact__text-area {
  padding: 20px 0 50px;
  width: 100%;
}

.page-gjc .contact__title {
  font-size: 43px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.page-gjc .contact__title::before {
  background-color: rgb(255, 255, 255);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 28.5%;
}

.page-gjc .contact__sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

.page-gjc .contact__text {
  font-size: 16px;
  margin-bottom: 40px;
}

.page-gjc .contact__button {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 100px;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 auto;
  padding: 20px 40px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 90%;
}

.page-gjc .contact__button::before {
  border-right: 2px solid rgb(255, 255, 255);
  border-top: 2px solid rgb(255, 255, 255);
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 11px;
}

.page-gjc .contact__image.thumbnail {
  aspect-ratio: auto;
}

.page-gjc .low-fv .container {
  padding: 0;
}

.page-gjc .low-fv__text-area {
  padding: 10px;
}

.page-gjc .low-fv__text-area__title {
  font-size: 20px;
  font-weight: 400;
}

.page-gjc .details {
  margin-bottom: 40px;
}

.page-gjc .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}

.page-gjc .box__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 15px;
}

.page-gjc .box__image {
  margin-bottom: 15px;
}

.page-gjc .pickup {
  margin-bottom: 30px;
}

.page-gjc .pickup .section-title {
  background-color: #50B478;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 10px;
}

.page-gjc .pickup .box {
  margin-bottom: 0;
}

.page-gjc .pickup .box__text {
  font-size: 16px;
}

.page-gjc .pickup__inner {
  background-color: #F3FFF4;
  padding: 15px;
}

.page-gjc .table {
  margin-bottom: 30px;
}

.page-gjc .table table {
  border-collapse: collapse;
  width: 100%;
}

.page-gjc .table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-gjc .table th,
.page-gjc .table td {
  border: 1px solid #329197;
  border-bottom: none;
  padding: 10px;
  width: 100%;
}

.page-gjc .table th {
  background-color: #F3FFF4;
}

.page-gjc .table tr:last-child td {
  border-bottom: 1px solid #329197;
}

.page-gjc .step {
  margin-bottom: 40px;
}

.page-gjc .step__list {
  counter-reset: counter;
}

.page-gjc .step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}

.page-gjc .step__item__text-area {
  background-color: #F3FFF4;
  margin: -45px 0 0 auto;
  padding: 30px 20px 20px;
  position: relative;
  width: 93%;
}

.page-gjc .step__item__text-area::before {
  background-color: #50B478;
  border-radius: 100px;
  color: rgb(255, 255, 255);
  content: "STEP 0" counter(counter);
  counter-increment: counter;
  display: block;
  font-weight: 700;
  left: 20px;
  line-height: 1;
  padding: 10px 15px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translateY(-49%);
  transform: translateY(-49%);
}

.page-gjc .step__item__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-gjc .step__item__thumbnail {
  width: 96%;
}

.page-gjc .step__item__thumbnail.thumbnail {
  aspect-ratio: 1.37/1;
}

.page-gjc .entry { 
  /* margin-bottom: 80px; */
padding-bottom: 80px;
}

@media (min-width: 767px) {
  .page-gjc .section-title {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .page-gjc .fv__inner {
    padding: 0;
  }

  .page-gjc .fv__text-area {
    height: 100%;
    max-width: 50%;
    padding: 50px;
    z-index: 3;
  }

  .page-gjc .fv__text-area__title {
    max-width: 325px;
    position: relative;
  }

  .page-gjc .fv__text-area__title h1 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .page-gjc .fv__text-area__title__main,
  .page-gjc .fv__text-area__title__sub {
    margin: 0;
    width: 100%;
  }

  .page-gjc .fv__text-area__title__main img,
  .page-gjc .fv__text-area__title__sub img {
    margin: 0;
  }

  .page-gjc .fv__text-area__catch {
    right: 0;
    top: 50%;
    -webkit-transform: translate(47%, -47%);
    transform: translate(47%, -47%);
    width: 173px;
  }

  .page-gjc .fv__text-area__text {
    font-size: 14px;
  }

  .page-gjc .fv__text-area__text h2 {
    font-size: 18px;
  }

  .page-gjc .fv__image {
    max-width: 509px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65%;
    z-index: 2;
  }

  .page-gjc .slider {
    margin: 0 auto 75px;
    max-width: 1290px;
    width: 100%;
  }

  .page-gjc .slider__text-area {
    padding: 20px 15px;
  }

  .page-gjc .slider__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .page-gjc .slider__description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .page-gjc .slider .swiper-slide {
    width: 430px;
  }

  .page-gjc .slider .slide-prev,
  .page-gjc .slider .slide-next {
    display: block;
    height: 90px;
    width: 40px;
  }

  .page-gjc .slider .slide-prev::before,
  .page-gjc .slider .slide-next::before {
    border-right: 7px solid rgb(0, 0, 0);
    border-top: 7px solid rgb(0, 0, 0);
    content: "";
    height: 23px;
    width: 23px;
  }

  .page-gjc .slider .slide-prev {
    left: 20px;
  }

  .page-gjc .slider .slide-next {
    right: 20px;
  }

  .page-gjc .slider .swiper-pagination .swiper-pagination-bullet {
    height: 20px;
    margin: 0 10px;
    width: 20px;
  }

  .page-gjc .news {
    margin-bottom: 80px;
  }

  .page-gjc .news__list {
    gap: 20px;
  }

  .page-gjc .news__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }

  .page-gjc .company {
    margin-bottom: 80px;
  }

  .page-gjc .company__item {
    padding: 40px;
    width: calc(25% - 15px);
  }

  .page-gjc .column__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }

  .page-gjc .read-more~.column__list .column__item:nth-child(n+4) {
    display: block;
    opacity: 1;
  }

  .page-gjc .read-more-button {
    display: none;
  }

  .page-gjc .contact {
    background-image: linear-gradient(160deg, rgb(50, 145, 151) 30%, rgb(78, 174, 74) 70%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    padding: 40px 0;
  }

  .page-gjc .contact__inner {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .page-gjc .contact__text-area {
    max-width: 500px;
    padding: 20px 0 20px 30px;
    width: auto;
  }

  .page-gjc .contact__title::before {
    width: 100px;
  }

  .page-gjc .contact__text {
    margin-bottom: 50px;
  }

  .page-gjc .contact__button {
    display: inline-block;
    padding: 17px 55px 17px 40px;
    width: auto;
  }

  .page-gjc .contact__button::before {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
  }

  .page-gjc .contact__image {
    width: 577px;
  }

  .page-gjc .low-fv {
    background-image: linear-gradient(160deg, rgb(50, 145, 151) 30%, rgb(78, 174, 74) 70%);
  }

  .page-gjc .low-fv__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-gjc .low-fv__text-area {
    padding: 30px;
    width: 400px;
  }

  .page-gjc .low-fv__text-area__title {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 400;
  }

  .page-gjc .low-fv__image {
    width: 800px;
  }

  .page-gjc .supported__text {
    font-size: 20px;
    padding: 10px;
  }

  .page-gjc .details {
    margin-bottom: 50px;
  }

  .page-gjc .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
    padding: 0 30px;
  }

  .page-gjc .box__text-area {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 16px;
    padding-right: 35px;
  }

  .page-gjc .box--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .page-gjc .box--reverse .box__text-area {
    padding-left: 35px;
    padding-right: 0;
  }

  .page-gjc .box__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    width: 38.5%;
  }

  .page-gjc .pickup {
    margin-bottom: 50px;
  }

  .page-gjc .pickup .box {
    margin-bottom: 0;
    padding: 0;
  }

  .page-gjc .pickup .box__text-area {
    padding-left: 20px;
  }

  .page-gjc .pickup .box__text {
    font-size: 16px;
  }

  .page-gjc .pickup__inner {
    padding: 30px;
  }

  .page-gjc .table {
    margin-bottom: 50px;
    padding: 0 50px;
  }

  .page-gjc .table table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
  }

  .page-gjc .table tr {
    display: table-row;
  }

  .page-gjc .table th {
    font-size: 20px;
    padding: 20px;
    width: 225px;
  }

  .page-gjc .table td {
    font-size: 16px;
    padding: 20px;
  }

  .page-gjc .table tr:last-child td,
  .page-gjc .table tr:last-child th {
    border-bottom: 1px solid #329197;
  }

  .page-gjc .step {
    margin-bottom: 50px;
    padding: 0 15px;
  }

  .page-gjc .step__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-gjc .step__item {
    margin-bottom: 0;
    width: calc(33.3333333333% - 13.3333333333px);
  }

  .page-gjc .step__item__text-area {
    width: 88%;
  }

  .page-gjc .step__item__thumbnail {
    width: 91.5%;
  }
}

@media (min-width: 1087px) {
  .page-gjc .section-title--border {
    padding: 0 25px 10px;
  }

  .page-gjc .fv br {
    display: block;
  }

  .page-gjc .fv__text-area {
    max-width: 66%;
    padding: 45px 150px 50px;
    z-index: 1;
  }

  .page-gjc .fv__text-area__title {
    width: 325px;
  }

  .page-gjc .fv__text-area__text {
    width: 390px;
  }

  .page-gjc .fv__text-area__text h2 br {
    display: block;
  }

  .page-gjc .fv__image {
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 509px;
    z-index: 2;
  }

  .page-gjc .news {
    margin-bottom: 60px;
  }

  .page-gjc .news__list {
    gap: 40px;
    padding: 0 20px;
  }

  .page-gjc .news__item {
    width: calc(33.3333333333% - 26.6666666667px);
  }

  .page-gjc .news__item__text-area {
    padding: 20px;
  }

  .page-gjc .column {
    margin-bottom: 80px;
  }

  .page-gjc .column .section-title {
    padding: 0 25px 10px;
  }

  .page-gjc .column__item {
    width: calc(25% - 15px);
  }

  .page-gjc .contact {
    background-image: linear-gradient(160deg, rgb(50, 145, 151) 30%, rgb(78, 174, 74) 70%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: calc(100vw - 140px - (100vw - 1200px) / 2) 100%;
    padding: 60px 0;
  }

  .page-gjc .contact__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-gjc .contact__text-area {
    max-width: 500px;
    padding: 20px 0 20px 80px;
    width: auto;
  }

  .page-gjc .contact__title::before {
    width: 100px;
  }

  .page-gjc .contact__text {
    margin-bottom: 50px;
  }

  .page-gjc .contact__button {
    display: inline-block;
    padding: 17px 55px 17px 40px;
    width: auto;
  }

  .page-gjc .contact__button::before {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
  }

  .page-gjc .contact__image {
    width: 577px;
  }
}

@media (min-width: 1087px) and (min-width: 1280px) {
  .page-gjc .container {
    padding: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}