/* company */

.page_company {
  padding: 70px 0 0;
}
.page_ourway {
  padding: 140px 0 0;
}
.page_company_read {
  margin-bottom: 60px;
  text-align: center;
}
.page_company_cont {
  position: relative;
}
.page_company_row {
  position: relative;
  padding: 32px 0;
  margin-bottom: 30px;
}
.page_company_row::before {
  content: "";
  height: 75%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f8f4e7;
}
.page_company_row:last-child {
  margin-bottom: 0;
}
.page_row_textarea {
  width: 37%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 140px;
}
.page_row_img {
  width: 59%;
  position: relative;
  z-index: 300;
}
.page_row_img img {
  aspect-ratio: 941 / 529;
}
.page_row_ttl {
  font-size: 32px;
  margin-bottom: 20px;
}

.page_row_textarea .c-arwlink .c-arwlink_cover {
  width: 140px;
  font-size: 16px;
}
.page_row_textarea .c-arwlink {
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.page_row_textarea .c-arwlink .c-arwlink_icon {
  width: 42px;
  height: 42px;
}
.page_row_textarea .c-arwlink .c-arwlink_icon:after {
  width: 14px;
  height: 12px;
}

.page_company_cont .c-illustlogo_01 {
  top: 20vw;
  left: -10vw;
  z-index: 1;
}

@media (max-width: 767px) {
  .page_company {
    padding: 40px 0 0;
  }
  .page_ourway {
    padding: 80px 0 0;
  }
  .page_row_ttl {
    font-size: 24px;
    margin-bottom: 0;
  }
  .page_company_read {
    margin-bottom: 30px;
  }
  .page_company_row {
    padding: 20px 0;
  }
  .page_company_row .row {
    flex-direction: column-reverse;
  }
  .page_row_textarea {
    width: 100%;
    padding-top: 0;
  }
  .page_row_text {
    margin-bottom: 10px;
  }
  .page_row_img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* /.company */

/* history */
.company_read_text {
  line-height: 2;
}
.page_history_row {
  border-top: 1px solid #969696;
  padding: 40px 0 60px;
}
.page_history_row:last-child {
  padding-bottom: 0;
}
.page_history_row .c-title {
  width: 36%;
}
.page_history_row .page_history_table {
  width: 60%;
}
.history_table_row {
  border-bottom: 1px solid #969696;
}
.history_table_row:last-child {
  border-bottom: none;
}
.history_table_left {
  width: 22%;
  border-right: 1px solid #00417d;
  padding: 20px 0;
}
.history_table_right {
  width: 78%;
  padding: 20px 0;
  padding-left: 15px;
}
.page_history_row.page_history_row_02 .history_table_right {
  display: flex;
}
.page_history_row.page_history_row_02 .history_table_left {
  font-size: 32px;
  color: #00417d;
  font-weight: bold;
  text-align: center;
}
.history_table_date {
  color: #00417d;
  text-align: right;
  width: 11%;
}
.history_table_text {
  padding-left: 5px;
  font-size: 14px;
}
.page_history_table h4 {
  font-size: 18px;
  color: #00417d;
  font-weight: bold;
  margin-bottom: 10px;
}

.page_history_cont {
  position: relative;
}
.page_history_cont .c-illustlogo_01 {
  top: 20vw;
  left: -10vw;
}
.page_history_cont .c-illustlogo_02 {
  top: 90vw;
  right: -10vw;
}
.history_table_right_wrap {
  width: 77%;
}
.history_table_right_wrap .history_table_right {
  width: 100%;
}
.history_table_right li {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
@media (max-width: 767px) {
  .company_read_text {
    line-height: 1.7;
  }
  .page_history_row:last-child {
    padding-bottom: 0;
  }

  .page_history_row .c-title {
    width: 100%;
  }
  .page_history_row .page_history_table {
    width: 100%;
  }
  .page_history_row .c-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .history_table_left {
    width: 30%;
    font-size: 14px;
  }
  .history_table_right {
    width: 70%;
    font-size: 14px;
    padding-left: 10px;
  }
  .history_table_right_wrap {
    width: 70%;
  }
  .history_table_right .text_blue {
    display: block;
  }
  .page_history_row.page_history_row_02 .history_table_left {
    line-height: 1.2;
  }
  .history_table_date {
    width: 100%;
    text-align: left;
  }
  .page_history_row.page_history_row_02 .history_table_right {
    display: block;
  }

  .page_history_cont .c-illustlogo_01 {
    top: 20vw;
    left: -40vw;
  }
  .page_history_cont .c-illustlogo_02 {
    top: 250vw;
    right: -40vw;
  }
  .page_history_cont .c-illustlogo_03 {
    top: 500vw;
    left: -40vw;
  }
}
/* /.history */

/* attempt */
.page_attempt .c-title {
  margin-bottom: 60px;
}
.page_attempt_cont {
  width: 64%;
  position: relative;
  z-index: 100;
}

.page_attempt_text {
  margin-bottom: 30px;
}
.page_attempt_img {
  margin-bottom: 30px;
}
.page_attempt_img img {
  aspect-ratio: 622/ 349;
}
.page_attempt_box {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(000, 000, 000, 0.3);
}
.page_attempt .page_history_row:last-child {
  padding-bottom: 0;
}
.page_attempt .page_history_cont .c-illustlogo_01 {
  top: 10vw;
  left: -10vw;
}
.page_attempt .page_history_cont .c-illustlogo_02 {
  top: 90vw;
  right: -10vw;
}
.page_attempt .page_history_cont .c-illustlogo_03 {
  top: 180vw;
  left: -10vw;
}

@media (max-width: 767px) {
  .page_attempt .c-title {
    margin-bottom: 30px;
  }
  .page_attempt_cont {
    width: 100%;
  }
  .page_attempt_text {
    margin-bottom: 20px;
  }
  .page_attempt_img {
    margin-bottom: 20px;
  }
  .page_attempt_box {
    margin-bottom: 20px;
    padding: 20px;
  }
  .attempt_box_text {
    font-size: 14px;
  }
  .page_attempt .page_history_row:last-child {
    margin-bottom: 0;
  }
  .page_attempt .page_history_cont .c-illustlogo_01 {
    top: 20vw;
    left: -40vw;
  }
  .page_attempt .page_history_cont .c-illustlogo_02 {
    top: 200vw;
    right: -40vw;
  }
  .page_attempt .page_history_cont .c-illustlogo_03 {
    top: 380vw;
    left: -40vw;
  }
  .page_attempt .page_history_cont .c-illustlogo_04 {
    top: 540vw;
    right: -40vw;
  }
  .page_attempt_text {
    font-size: 14px;
  }
}
/* /.attempt */
