@charset "utf-8";

body:lang(ja) {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #000;
}

a:hover {
  opacity: .8;
}

.widget {
  color: #000;
}

.full-wide {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.site-header {
  border-bottom: none;
  margin-bottom: 2rem;
}

@media screen and (min-width: 782px) {
  .site-branding {
   padding: 0;
  }

}

@media screen and (min-width: 980px) {
  .main-header-content {
    gap:30px;
  }
  .main-navigation ul {
    display: flex;
    gap: 30px;
  }
  .main-navigation li a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
  }
  .main-navigation li a::before {
    content: "";
    background: url(/wp-content/uploads/2024/04/menu-arrow.png) no-repeat;
    background-size: cover;
    width: 5px;
    height: auto;
    aspect-ratio: 10/27;
  }
}

.footer-widget-area {
  padding: 40px 0 20px;
  border-top: solid 2px #000;
}

.widget:has(.footer-address) {
  margin-bottom: 0;
}

.widget:has(.footer-logo) {
  margin-bottom: 0;
}

.footer-logo {
  max-width: 270px;
  margin: 0 auto 45px;
}

.widget:has(.copy-right) {
  margin-bottom: 0;
}

.copy-right {
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
}

.footer-widget {
  padding: 0;
}

.footer-address {
  font-size: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.site-bottom {
  display: none;
}

@media screen and (min-width: 980px) {
  .footer-widget-area {
    padding: 60px 0 30px;
  }
  .footer-address {
    font-size: 19px;
    margin-bottom: 50px;
  }
  .footer-logo {
    max-width: 100%;
    text-align: center;
    margin-bottom: 70px;
  }
  .copy-right {
    text-align: right;
  }
}

.page-headline {
  font-size: 26px;
  margin-bottom: 1em;
}

.page-headline span {
  font-size: 20px;
  display: block;
}

.page-sub-headline {
  font-size: 18px;
  margin-bottom: 0.25em;
  margin-top: 0;
}

.page-sub-headline-sub {
  font-size: 15px;
  margin-bottom: 45px;
}

.page-in-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 60px;
}

.page-in-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #0071BE;
  text-decoration: none;
}

.page-in-links a::after {
  content: "";
  display: block;
  width: 54px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2024/04/page-in-links-button.png) no-repeat;
  background-size: cover;
}

.section-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  height: auto;
  aspect-ratio: 309/82;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background-color: #0071BE;
  border-radius: 1em;
  margin: 50px auto 0.75em;
}

.section-headline-sub-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 2em;
}

.hr-line {
  background: none;
}

.table-type-01 {
  max-width: 954px;
  margin: 0 auto 1em;
  line-height: 1.3;
}

.table-type-01 table {
  margin-bottom: 0;
}

.table-type-01 th {
  font-size: 15px;
  border-bottom: none !important;
}

.table-type-01 td {
  padding: 15px !important;
}

.table-type-01 tr:nth-of-type(2) td {
  border-top: none !important;
}

.symbol-txt {
  font-size: 22px;
}

.theme-txt {
  font-size: 14px;
}

.theme-txt span {
  font-size: 12px;
  display: block;
  margin-top: 1em;
}

.subject-txt {
  font-size: 12px;
}

.content-txt {
  font-size: 12px;
}

.date-txt {
  font-size: 14px;
}

.number-txt {
  font-size: 16px;
}

.schedule-txt {
  font-size: 14px;
}

.Apply-cell {
  font-size: 12px;
}

.Apply-cell a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  height: auto;
  aspect-ratio: 146/36;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #F57500;
  border: 1px solid;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 7px auto 0;
}

.Apply-cell a::after {
  content: "";
  display: block;
  width: 14px;
  height: auto;
  aspect-ratio: 25/17;
  background: url(/wp-content/uploads/2024/04/table-form-arrow-w.png) no-repeat;
  background-size: cover;
}

.remarks-txt {
  font-size: 14px;
  max-width: 954px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  padding: 1.25em !important;
}

@media screen and (min-width: 782px) {
  .page-in-links-item {
    flex-basis: auto !important;
    flex-grow: inherit !important;
  }
  .table-type-01 {
    margin: 0 auto 25px;
  }
}


@media screen and (min-width: 980px) {
  .page-headline {
    font-size: 48px;
  }
  .page-headline span {
    font-size: 36px;
    display: inline;
    margin-right: 0.5em;
  }
  .page-sub-headline {
    font-size: 24px;
  }
  .page-sub-headline-sub {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .page-in-links {
    gap: 25px;
    margin-bottom: 110px;
  }
  .page-in-links a {
    gap: 10px;
    font-size: 21px;
  }
  .page-in-links a::after {
    width: 60px;
  }
  .section-headline {
    width: 309px;
    font-size: 38px;
    margin: 70px auto 30px;
  }
  .section-headline-sub-text {
    font-size: 19px;
    margin-bottom: 50px;
  }
  .table-type-01 th {
    font-size: 17px;
  }
  .symbol-txt {
    font-size: 22px;
  }
  .theme-txt {
    font-size: 16px;
  }
  .theme-txt span {
    font-size: 14px;
  }
  .subject-txt {
    font-size: 14px;
  }
  .content-txt {
    font-size: 14px;
  }
  .date-txt {
    font-size: 16px;
  }
  .number-txt {
    font-size: 18px;
  }
  .schedule-txt {
    font-size: 16px;
  }
  .Apply-cell {
    font-size: 14px;
  }
  .Apply-cell a {
    width: 146px;
    font-size: 15px;
    padding: 0 12px;
    margin: 7px auto 0;
  }
  .Apply-cell a::after {
    width: 14px;
  }
  .remarks-txt {
    font-size: 14px;
    margin: 0 auto 95px;
    padding: 1.25em 2.375em !important;
    padding-right: 1em !important;
  }

}