@charset "UTF-8";

.ttl_page figure::before {
  opacity: .1;
}

.indent {
  padding-left: 3.6em;
}

.attempt_inner {
  max-width: 85rem;
}
.attempt_wrapper:not(:last-of-type) {
  padding-bottom: 6rem;
  border-bottom: .1rem solid #2B2B2B;
}
.attempt_wrapper:not(:first-of-type) {
  padding-top: 6rem;
}
.attempt p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.attempt_text + h3 {
  margin-top: 5.4rem;
}
.attempt_list {
  line-height: 2;
  letter-spacing: 0.05em;
}
.attempt_list .indent {
  padding-left: 1em;
	text-indent: -1em;
}
.attempt_contact {
  margin-top: 2.6rem;
}
.attempt_contact + h3 {
  margin-top: 8.5rem;
}

.attempt_contact_inner {
  padding: 4.4rem;
  border: .1rem solid #D8D8D8;
}

.attempt_contact_flex {
  display: flex;
  gap: 3.2rem;
}

.attempt_contact_flex + p {
  margin-top: 2.2rem;
}

.attempt_contact_wrapper {
  display: flex;
  justify-content: space-between;
}

.attempt_contact_text {
  padding-left: 5rem;
}
.attempt_contact_text::before {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #D8D8D8;
}

.attempt_contact_title {
  font-size: 1.6rem !important;
  font-weight: 500;
  margin-bottom: 2.2rem;
  line-height: 1.75 !important;
}

.attempt_contact_list {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5rem;
  gap: 1.5rem;
}

.attempt_contact_list--right {
  padding-right: 3.5rem;
}

.attempt_contact_list--right .attempt_contact_list + .attempt_contact_list {
  margin-top: 2.8rem;
}

.attempt_contact_list dt {
  font-weight: 500;
}

.attempt_contact_list dt:not(.label) {
  line-height: 2;
}

.attempt_contact_list dt.label {
background-color: #DEDEDE;
padding: .3rem .8rem .4rem .8rem;
width: fit-content;
}

.attempt_contact_list dd {
  line-height: 2;
  letter-spacing: 0.05em;
}

.section-02 > p {
  padding-left: 2em;
  text-indent: -2em;
}
.section-02 > p:not(:first-of-type) {
  margin-top: 4.2rem;
}

.section-02 .attempt_list {
  padding-left: 2em;
}

.section-03 > p {
 margin-bottom: 3rem;
}

.section-03 .attempt_list {
  padding-left: 2.3em;
  text-indent: -2.3em;
}

@media only screen and (min-width: 769px) {
  .side_nav_list {
    max-width: 18rem;
  }
}
@media only screen and (max-width: 768px) {
  .indent {
    padding-left: 1em;
  }
  .attempt {
    margin-top: 4rem;
  }
  .attempt_wrapper:not(:first-of-type) {
    padding-top: 4rem;
  }
  .attempt_list .indent {
    padding-left: 0;
    text-indent: 0;
  }
  .attempt_contact + h3 {
    margin-top: 4rem;
  }
  .attempt_contact_inner {
    padding: 2rem;
  }
  .attempt_contact_flex {
  display: block;
  }
  .attempt_contact_wrapper {
  display: block;
  }
  .attempt_contact_title {
    margin-bottom: 1rem;
  }
  .attempt_contact_text {
    padding-left: 0rem;
    padding-top: 1rem;
  }
  .attempt_contact_text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #D8D8D8;
  }
  .attempt_contact_list_wrapper {
    margin-top: 1rem;
  }
  .attempt_contact_list {
    display: block
  }
  .attempt_contact_list + .attempt_contact_list {
    margin-top: 1.5rem;
  }
  .attempt_contact_list--right {
    padding-right: 0;
  }
  .attempt_contact_list--right > .attempt_contact_list {
    margin-top: 1.4rem;
  }
  .attempt_contact_list--right .attempt_contact_list + .attempt_contact_list {
    margin-top: 1.4rem;
  }
  .attempt_contact_title + .attempt_contact_flex {
    margin-top: 2rem;
  }
  .attempt_contact_flex + p {
    margin-top: 1rem;
  }
  .attempt_text + h3 {
    margin-top: 3rem;
  }
  .section-02 > p:not(:first-of-type) {
    margin-top: 2rem;
  }
  .section-02 > p {
    padding-left: 0;
    text-indent: 0;
  }
  .section-02 .attempt_list {
    padding-left: 1em;
  }
  .section-03 > p {
    margin-bottom: 2rem;
  }

}

.section-04_box {
  display: flex;
  align-items: flex-end;
  gap: 2.8rem;
}
.section-04_box_txt {
  flex: 1;
}
.section-04_box_txt p + p {
  margin-top: 2rem;
}
.section-04_box figure {
  width: 25.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3rem;
}
.section-04_box_txt a {
  color: #004AAD;
  text-decoration: underline;
  text-underline-offset: .2rem;
}
.section-04_box_txt a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../../recruit/img/icon_external_blue.svg) no-repeat left top / 100% auto;
  margin-left: .9rem;
}
@media only screen and (max-width: 768px) {
  .section-04_box {
    display: block;
  }
  .section-04_box figure {
    width: auto;
    margin-top: 2rem;
  }
}