@charset "UTF-8";
.footer__nav {
  flex-wrap: wrap;
}
.request_page .page-title {
  padding: 62px 0 61px;
}
.request_page .page-title__heading {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .request_page .page-title {
    padding: 32px 0 31px;
  }
}
.req-intro {
  padding: 0;
}
.req-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  padding: 62px 30px;
  max-width: 1100px;
  text-align: center;
  position: relative;
  background: #FFF;
}
.req-intro__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 150px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7f5f3;
}
.req-intro__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 49px;
}
.req-intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 640px;
  padding-left: 18px;
  max-width: 100%;
  height: 100px;
  background-color: #e03020;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  opacity: 1;
  transition: background-color 0.2s ease;
}
.req-intro__btn img {
  transform: translateX(-8px);
}
.req-intro__btn .blank {
  width: 24px;
  height: 24px;
  transform: translateX(-10px);
}
.req-intro__btn:hover {
  opacity: 0.85;
}
.req-intro__btn-external {
  opacity: 0.7;
}
.req-pamphlet {
  padding: 10px 0 0;
}
.req-pamphlet__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1072px;
}
.req-pamphlet__heading {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  letter-spacing: 0.12em;
  left: auto;
  transform: translateX(0%);
}
.req-pamphlet__heading span {
  padding: 0 30px;
  background: #FFF;
}
.req-pamphlet__heading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  top: 17px;
  border-top: 1px solid #a32b4b;
  border-bottom: 1px solid #a32b4b;
  z-index: -1;
}
.req-pamphlet__content {
  display: flex;
  gap: 81px;
  align-items: flex-start;
  max-width: 620px;
  margin: 51px auto 0;
}
.req-pamphlet__image-wrap {
  flex-shrink: 0;
  margin-top: 5px;
  border: 1px solid #ccc;
  width: 230px;
  height: 325px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
}
.req-pamphlet__image {
  width: 100%;
  height: auto;
  display: block;
}
.req-pamphlet__detail {
  flex: 1;
}
.req-pamphlet__title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin-bottom: 8px;
}
.req-pamphlet__contents-list {
  margin-bottom: 21px;
}
.req-pamphlet__contents-title {
  font-size: 1rem;
  color: #333;
  margin-bottom: 8px;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.req-pamphlet__contents-items {
  list-style: none;
  padding: 0;
}
.req-pamphlet__contents-items li {
  position: relative;
  font-size: 1rem;
  color: #333;
  line-height: 1.3;
  padding-left: 20px;
  min-height: 21px;
}
.req-pamphlet__contents-items li + li {
  margin-top: 5px;
}
.req-pamphlet__contents-items li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 6px;
  left: 4px;
  background-color: #989a9e;
  border-radius: 50px;
}
.req-pamphlet__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  width: 310px;
  max-width: 100%;
  height: 56px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #5F6369;
  color: #fff;
  transition: opacity 0.2s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.req-pamphlet__btn::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../media/images/common/open_in_new.svg") center / contain no-repeat;
  width: 20px;
  height: 20px;
  right: 18px;
}
.req-pamphlet__btn:hover {
  background-color: #808286;
}
.req-pamphlet__note {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #03c;
  margin-top: 10px;
  transition: color 0.2s ease;
}
.req-pamphlet__note:hover {
  color: #a32b4b;
  opacity: 1;
}
.req-pamphlet__note::after {
  content: "";
  display: block;
  background: url("../media/images/common/open_in_new_b.svg") center / contain no-repeat;
  width: 16px;
  height: 16px;
}
.req-pamphlet__note:hover::after {
  background-image: none;
  mask: url("../media/images/common/open_in_new_b.svg") center / contain no-repeat;
  background-color: #a32b4b;
}
.req-selection {
  padding: 0 0 60px;
}
.req-selection__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1072px;
  padding: 67px 50px 0;
}
.req-selection__border-bottom {
  display: block;
  max-height: 6px;
  margin-top: 27px;
  border-top: 1px solid #a32b4b;
  border-bottom: 1px solid #a32b4b;
}
.req-selection__border-bottom::before, .req-selection__border-bottom::after {
  display: none;
}
.req-selection__heading {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  letter-spacing: 0.12em;
  left: auto;
  transform: translateX(0%);
}
.req-selection__heading span {
  padding: 0 30px;
  background: #FFF;
}
.req-selection__heading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  top: 17px;
  border-top: 1px solid #a32b4b;
  border-bottom: 1px solid #a32b4b;
  z-index: -1;
}
.req-selection__desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
  margin: 49px 0 27px;
  padding-left: 16px;
}
.req-selection__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 0;
  border-top: none;
  max-width: 812px;
  margin: 0 auto 37px;
}
.req-selection__item {
  padding: 0;
  border-bottom: none;
}
.req-selection__item:nth-child(odd) {
  padding-right: 30px;
  border-right: 1px solid #ccc;
}
.req-selection__item:nth-child(even) {
  padding-left: 40px;
}
.req-selection__item:nth-child(n + 3) {
  position: relative;
  margin-top: 36px;
}
.req-selection__item:nth-child(n + 3)::before {
  content: "";
  position: absolute;
  top: -35px;
  left: auto;
  width: 100%;
  max-width: 365px;
  border-top: 1px solid #ccc;
}
.req-selection__item--full {
  grid-column: 1 / 2;
}
.req-selection__item-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #a32b4b;
  margin-bottom: 9px;
}
.req-selection__item-table {
  margin-bottom: 15px;
  max-width: 365px;
}
.req-selection__item-row {
  display: flex;
  align-items: center;
  border: none;
  background-color: #F2F2F2;
  min-height: 30px;
}
.req-selection__item-row:first-child {
  border-top: none;
}
.req-selection__item-row + .req-selection__item-row {
  margin-top: 6px;
}
.req-selection__item-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 0 2px;
  padding-left: 8px;
  width: 110px;
  min-height: 30px;
  font-size: 14px;
  color: #333;
  flex-shrink: 0;
  background-color: #DADADA;
  clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0% 100%);
}
.req-selection__item-value {
  flex: 1;
  padding: 3px 12px 1px;
  font-size: 15px;
  color: #333;
}
.req-selection__item-value.note {
  display: flex;
}
.req-selection__item-value.note::after {
  content: "※";
  font-size: 9px;
  margin-top: 3px;
}
.req-selection__file-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.req-selection__file-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  color: #03c;
  transition: color 0.2s ease;
}
.req-selection__file-link:hover {
  color: #a32b4b;
  opacity: 1;
}
.req-selection__file-link svg {
  flex-shrink: 0;
}
.req-selection__item-note {
  font-size: 0.75rem;
  color: #333;
  margin-top: 10px;
}
.req-selection__separator {
  border: none;
  border-top: 1px solid #a32b4b;
  margin: 0;
}
.req-selection__graduate {
  margin: 0 auto;
  padding: 34px 0;
  max-width: 812px;
}
.req-selection__graduate-title {
  font-size: 18px;
  font-weight: bold;
  color: #a32b4b;
  margin-bottom: 10px;
}
.req-selection-info {
  padding: 21px 30px 102px;
}
.req-selection-info .req-info-address {
  display: flex;
  align-items: center;
  max-width: 812px;
  margin: 0 auto;
  padding: 31px 60px 33px;
  border: 2px solid #DAD5C2;
  background-color: #fff;
}
.req-selection-info .req-info-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 321px;
  margin-top: 6px;
}
.req-selection-info .req-info-icon img {
  width: 80px;
  height: auto;
}
.req-selection-info .req-info-icon-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}
.req-selection-info .req-address-text {
  flex: 1.5;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  padding-left: 29px;
  background-image: repeating-linear-gradient(to bottom, #ccc 0 2px, transparent 2px 4px);
  background-position: left;
  background-size: 1px 100%;
  background-repeat: no-repeat;
}
.req-selection-info .req-address-text p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.65;
}
.req-selection-info .req-address-text .req-address-text-title {
  margin: 3px 0 12px;
  color: #333;
  font-weight: 600;
  line-height: calc(26 / 18);
  font-size: 18px;
}
.req-inquiry {
  padding: 40px 0 80px;
}
.req-inquiry__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 972px;
}
.req-inquiry__box {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid #ccc;
  padding: 32px 40px;
}
.req-inquiry__icon-wrap {
  flex-shrink: 0;
}
.req-inquiry__text-wrap {
  flex-shrink: 0;
}
.req-inquiry__label {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}
.req-inquiry__divider {
  display: block;
  width: 1px;
  align-self: stretch;
  border-left: 1px dashed #ccc;
  margin: 0 16px;
}
.req-inquiry__contact {
  flex: 1;
}
.req-inquiry__contact-name {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.req-inquiry__contact-address, .req-inquiry__contact-tel {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}
@media (min-width: 641px) and (max-width: 960px) {
  .req-intro__btn {
    width: 100%;
    height: 80px;
    font-size: 1.25rem;
  }
  .req-pamphlet__content {
    gap: 40px;
  }
  .req-pamphlet__image-wrap {
    width: 180px;
  }
  .req-selection__item:nth-child(odd) {
    padding-right: 24px;
  }
  .req-selection__item:nth-child(even) {
    padding-left: 24px;
  }
  .req-inquiry__box {
    flex-wrap: wrap;
    gap: 20px;
    padding: 24px 30px;
  }
  .req-inquiry__divider {
    display: none;
  }
}
@media (max-width: 768px) {
  .req-intro {
    padding: 26px 0;
  }
  .req-intro__inner {
    padding: 0 20px;
  }
  .req-intro__inner::before {
    display: none;
  }
  .req-intro__text {
    margin-bottom: 25px;
    text-align: center;
    font-size: 15px;
    line-height: 1.85;
  }
  .req-intro__btn {
    width: 100%;
    max-width: 295px;
    height: 64px;
    font-size: 16px;
    gap: 13px;
    padding-left: 12px;
    padding-top: 2px;
    letter-spacing: 0.1em;
  }
  .req-intro__btn img {
    width: 24px;
    height: 24px;
    transform: translateX(0px);
  }
  .req-intro__btn .blank {
    width: 20px;
    height: 20px;
    transform: translateX(-12px);
  }
  .req-pamphlet {
    padding: 31px 0 40px;
  }
  .req-pamphlet__inner {
    padding: 0 20px;
  }
  .req-pamphlet__heading {
    font-size: 1.25rem;
  }
  .req-pamphlet__heading::before {
    top: 14px;
  }
  .req-pamphlet__heading span {
    padding: 0 13px;
  }
  .req-pamphlet__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding: 0 20px;
  }
  .req-pamphlet__image-wrap {
    width: 175px;
    height: 248px;
  }
  .req-pamphlet__title {
    margin: 0 auto 8px;
    max-width: 183px;
    transform: translateX(4px);
  }
  .req-pamphlet__contents-list {
    margin: 0 auto 29px;
    max-width: 193px;
    transform: translateX(9px);
  }
  .req-pamphlet__btn {
    display: flex;
    width: 100%;
    min-width: 295px;
    height: 48px;
    font-size: 14px;
  }
  .req-pamphlet__btn::after {
    right: 12px;
  }
  .req-pamphlet__note {
    margin-top: 18px;
    gap: 0px;
  }
  .req-selection {
    padding: 0 0 40px;
  }
  .req-selection__inner {
    padding: 11px 20px 0;
  }
  .req-selection__heading {
    font-size: 1.25rem;
  }
  .req-selection__heading::before {
    top: 14px;
  }
  .req-selection__heading span {
    padding: 0 13px;
  }
  .req-selection__desc {
    font-size: 15px;
    text-align: center;
    line-height: 1.85;
    text-align: center;
    margin: 12px 10px 29px;
    padding: 0 14px;
  }
  .req-selection__grid {
    grid-template-columns: 1fr;
    gap: 40px 0;
    margin: 0 auto 20px;
  }
  .req-selection__item {
    position: relative;
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
  }
  .req-selection__item:nth-child(odd) {
    margin-top: 0;
    padding-right: 0;
    border-right: none;
  }
  .req-selection__item:nth-child(even) {
    padding-left: 0;
    margin-top: 0;
  }
  .req-selection__item:nth-child(n + 3)::before {
    top: -19px;
  }
  .req-selection__item--full {
    grid-column: 1;
  }
  .req-selection__item::before {
    content: "";
    position: absolute;
    top: -19px;
    left: auto;
    width: 100%;
    max-width: 365px;
    border-top: 1px solid #e0e0e0;
  }
  .req-selection__item:first-child::before {
    display: none;
  }
  .req-selection__item-title {
    font-size: 18px;
  }
  .req-selection__graduate {
    padding: 18px 0;
    max-width: 335px;
  }
  .req-selection__border-bottom {
    margin-top: 20px;
  }
  .req-selection__item-note {
    display: flex;
    gap: 3px;
    margin-top: 10px;
    line-height: 1.55;
    font-size: 13px;
  }
  .req-inquiry {
    padding: 24px 0 60px;
  }
  .req-inquiry__box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    gap: 16px;
  }
  .req-inquiry__divider {
    width: 100%;
    height: 1px;
    border-left: none;
    border-top: 1px dashed #ccc;
    margin: 0;
  }
  .req-inquiry__label {
    font-size: 1.125rem;
  }
  .req-inquiry__contact-name {
    font-size: 1rem;
  }
  .req-inquiry__contact-address, .req-inquiry__contact-tel {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .req-selection-info {
    margin: 24px 0 80px;
    padding: 0 20px;
  }
  .req-selection-info .req-info-address {
    display: block;
    max-width: 335px;
    margin: 0 auto;
    padding: 8px 22px 23px 21px;
  }
  .req-selection-info .req-info-icon {
    flex-direction: row;
    gap: 9px;
    margin-top: 12px;
  }
  .req-selection-info .req-info-icon img {
    width: 56px;
    height: 56px;
  }
  .req-selection-info .req-info-icon-text {
    font-size: 18px;
    line-height: 1.35;
  }
  .req-selection-info .req-address-text {
    width: 100%;
    padding-left: 4px;
    margin-top: 8px;
    padding-top: 18px;
    font-size: 14px;
    border-left: none;
    background-image: repeating-linear-gradient(to right, #000 0 2px, transparent 2px 4px);
    background-size: 100% 1px;
    background-position: top left;
  }
  .req-selection-info .req-address-text p {
    font-size: 15px;
  }
  .req-selection-info .req-address-text p .sp_wrap {
    display: block;
  }
  .req-selection-info .req-address-text .req-address-text-title {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
/*# sourceMappingURL=./request.css.map */