@charset "UTF-8";
/* CSS Document */

.wapper {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 300px;
}

@media (max-width: 1025px) {
  .wapper {
    display: block;
    width: 100%;
    background: #FFFFFF;
    padding: 0;
  }

  .page-header {
    margin-bottom: 0;
  }
}

.company__side {
  width: 25%;
  height: 100%;
  position: sticky;
  top: 125px;
  left: 0;
  text-align: left;
}

.company__side h2 {
  padding: 20px;
  border-radius: 30px 30px 0 0;
  background: var(--green);
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
}

.company__side ul {
  padding: 30px 20px;
  border: solid 1px #D8D8D8;
  border-top: none;
  border-radius: 0 0 30px 30px;
}

.company__side ul li {
  padding-bottom: 10px;
  border-bottom: solid 1px #D8D8D8;
  margin-bottom: 20px;
}

.company__side ul li a {
  font-size: 1.8rem;
  /* font-weight: 700; */
  transition: 0.5s;
}

.company__side ul li a:hover {
  color: var(--green);
}

.company__side ul .current a {
  color: var(--green);
}

@media (max-width: 1025px) {
  .company__side {
    position: static;
    width: 90%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
    margin: 0 auto;
    background: #FFFFFF;
  }

  .company__side h2 {
    display: none;
  }

  .company__side ul {
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .company__side ul li {
    width: 47.5%;
  }

  .company__side ul .current {
    border-bottom: solid 1px var(--green);
  }

}

@media (max-width: 599px) {
  .company__side ul li a {
    font-size: 1.5rem;
  }
}

.company__contents {
  width: 70%;
}

@media (max-width: 1025px) {
  .company__contents {
    width: 100%;
  }
}


.company-title {
  padding-bottom: 100px;
  text-align: center;
}

.company-title h2 {
  font-size: 8.2rem;
  font-weight: 700;
  color: var(--green);
}

.company-title p {
  font-size: 4.2rem;
}


@media (max-width: 599px) {
  .company-title h2 {
    font-size: 2.8rem;
  }

  .company-title p {
    font-size: 1.8rem;
  }

  .company-title {
    padding-bottom: 50px;
  }
}


.outline__table {
  display: block;
  border: solid 1px #000000;
  border-radius: 50px;
}

.outline__table tbody {
  display: block;
}

.outline__table tbody tr {
  padding: 75px 0;
  border-bottom: solid 1px #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.outline__table tbody tr:last-child {
  border-bottom: none;
}

.outline__table tbody tr th {
  width: 30%;
  padding: 0 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.outline__table tbody tr td {
  width: 67.5%;
  padding-right: 10px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 1025px) {
  .outline {
    padding: 100px 24px 300px;
    background: #F4F4F4;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}

@media (max-width: 599px) {
  .outline__table tbody tr {
    padding: 25px 0;

  }

  .outline__table tbody tr th {
    font-size: 1.4rem;
    width: 130px;
  }

  .outline__table tbody tr td {
    font-size: 1.4rem;
    flex: 1;
  }
}

.messegeTop {
  object-position: 75% 50%;
}

.messege-title {
  padding-bottom: 100px;
  border-bottom: solid 1px #000000;
  margin-bottom: 100px;
  text-align: center;
}

.messege-title h2 {
  font-size: 8.2rem;
  font-weight: 700;
  color: var(--green);
}

.messege-title p {
  font-size: 4.2rem;
}

.messege__image {
  width: 50%;
  float: right;
  margin: 0 0 20px 20px;
  border-radius: 50px;
  filter: drop-shadow(0px 0px 6px #aaa);
}

.messege__text {
  text-align: left;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 50px;
}

.messege__sign {
  text-align: right;
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 1025px) {
  .messege {
    padding: 100px 24px 300px;
    background: #F4F4F4;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }

  .messege-title {
    border-bottom: none;
    margin-bottom: 0;
  }
}

@media (max-width: 599px) {
  .messege-title {
    padding-bottom: 50px;
  }

  .messege-title h2 {
    font-size: 2.8rem;
  }

  .messege-title p {
    font-size: 1.8rem;
  }

  .messege__image {
    margin: 0 0 30px 0;
    float: initial;
    width: 100%;
  }

  .messege__text {
    font-size: 1.6rem;
  }

  .messege__sign {
    font-size: 1.6rem;
  }
}


.welfareTop {
  object-position: 75% 50%;
}

.welfare__ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.welfare__ul__li {
  padding: 50px 10px;
  width: calc(100% / 3 - 13.4px);
  border-radius: 50px;
  border: solid 2px var(--green);
}

.welfare__ul__li:first-child {
  width: 100%;
}

.welfare__ul__li img {
  width: auto;
  height: 75px;
  margin: 0 auto 15px;
}

.welfare__ul__li h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--green);
}

.welfare__ul__li p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}

.welfare__ul__li:first-child p {
  text-align: left;
}

@media (max-width: 1025px) {}

.company__other {
  padding-top: 125px;
}

.company__other__ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company__other__ul__li {
  padding: 50px 10px;
  border-radius: 50px;
  border: solid 2px var(--green);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.company__other__ul__li__title {
  width: 30%;
}

.company__other__ul__li__title img {
  height: 75px;
  width: auto;
  margin: 0 auto 15px;
}

.company__other__ul__li__title h3 {
  color: var(--green);
  font-size: 2.2rem;
  font-weight: 700;
}

.company__other__ul__li__contents {
  flex: 1;
  text-align: left;
  font-size: 2.2rem;
  line-height: 2;
  word-break: auto-phrase;
}

@media (max-width: 1280px) {
  .welfare__ul__li {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 1025px) {
  .welfare {
    padding: 100px 0 200px;
    border-radius: 50px 50px 0 0;
    background: #F4F4F4;
  }

  .welfare__ul {
    width: 90%;
    margin: 0 auto;
  }

  .welfare__ul__li {
    background: #FFFFFF;
  }

  .benefits {
    padding-top: 100px;
    padding-bottom: 200px;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    background: #FFFFFF;
  }

  .system {
    padding-top: 100px;
    padding-bottom: 200px;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    background: #F4F4F4;
  }

  .training {
    padding-top: 100px;
    padding-bottom: 200px;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    background: #FFFFFF;
  }

  .others {
    padding-top: 100px;
    padding-bottom: 300px;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    background: #F4F4F4;
  }

  .company__other__ul {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 599px) {

  .company__other__ul__li__title {
    width: 100%;
  }

  .welfare__ul__li p {
    font-size: 1.6rem;
  }

  .welfare__ul__li {
    width: 100%;
  }

  .company__other__ul__li {
    flex-direction: column;
    gap: 20px;
  }
  .company__other__ul__li__contents {

    font-size: 1.6rem;

  }
}


.access__ul__li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px 0;
  border-bottom: solid 1px #000000;
}

.access__ul__li:first-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.access__ul__li__text:first-child.access__ul__li__text {
  width: 50%;
  text-align: left;
}

.access__ul__li__text {
  width: auto;
  flex: 1;
}

.access__ul__li__text h3 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.access__ul__li__text address {
  display: block;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 0;
}

.access__ul__li:first-child .access__ul__li__text address {
  margin-bottom: 50px;
}

.access__button {
  position: relative;
  text-align: center;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background: var(--green);
  border-radius: 100px;
  border: solid 1px var(--green);
  font-size: 1.2rem;
  font-weight: 700;
  transition: 0.5s;
}

.access__button:hover {
  color: var(--green);
  background: #FFFFFF;
}

.access__button img {
  width: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  border-radius: 0 !important;
}

.access__button:hover img {
  filter: none;
}

.access__ul__li:first-child .access__ul__li__image {
  width: 47.5%;
}

.access__ul__li__image {
  width: auto;
}

.access__ul__li__image img {
  border-radius: 50px;
}

@media (max-width: 1025px) {
  .access {
    padding: 100px 24px 300px;
    background: #F4F4F4;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }

  .access__ul__li:first-child {
    border-top: solid 1px #000000;
  }
}

@media (max-width: 599px) {

  .access__ul__li__text:first-child.access__ul__li__text {
    width: 100%;
  }

  .access__ul__li:first-child {
    flex-direction: column;
    gap: 30px;
  }

  .access__ul__li:first-child .access__ul__li__image {
    width: 100%;
  }

  .access__ul__li {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
  }

  .access__ul__li__text {
    width: 100%;
  }

  .access__ul__li__text h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .access__ul__li__text address {
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  .access__ul__li__image {
    width: 100%;
  }
}