body {
  background-image: url(../img/bg_pattern.png);
  font-family: "Noto Sans JP", sans-serif;
  color: #111827;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.btn {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  border-radius: 9999px;
  transition: transform 0.2s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: none;
  cursor: pointer;
}
.btn:hover {
  transform: scale(1.05);
}
.btn-red {
  background-color: #b80050;
  color: #fff;
  padding: 0.75rem 3rem;
}
.btn-orange {
  background-color: #e09b31;
  color: #fff;
  padding: 0.75rem 3rem;
}
.btn-green {
  background-color: #7fba7a;
  color: #fff;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  width: 100%;
}

.header {
  position: relative;
}
.header__inner {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .header__inner {
    padding: 2rem 0;
  }
}
.header__bottom-ribbon {
  margin-bottom: 2rem;
  background-color: #b80050;
  color: #fff;
  text-align: center;
  padding: 1rem;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  border-radius: 15px;
}
.header__bottom-ribbon p {
  font-size: 0.875rem;
  line-height: 1.625;
  margin: 0;
}
@media (min-width: 768px) {
  .header__bottom-ribbon p {
    font-size: 1rem;
  }
}
.header__bottom-ribbon .br-pc {
  display: none;
}
@media (min-width: 768px) {
  .header__bottom-ribbon .br-pc {
    display: block;
  }
}
.header__bottom-ribbon .highlight {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (min-width: 768px) {
  .header__bottom-ribbon .highlight {
    font-size: 1.6rem;
  }
}

.summary-section {
  background-color: #fff;
  padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .summary-section {
    padding: 1rem 2rem 2.5rem;
  }
}
.summary-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .summary-section__container {
    flex-direction: row;
    gap: 3rem;
  }
}
.summary-section__box {
  flex: 1;
  text-align: center;
}
.summary-section__btn-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .summary-section__btn-wrap {
    width: auto;
  }
}
.summary-section__btn-wrap .btn {
  width: 100%;
  font-size: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .summary-section__btn-wrap .btn {
    width: auto;
    font-size: 1rem;
  }
}
.summary-section__divider {
  display: none;
  width: 1px;
  background-color: #d1d5db;
}
@media (min-width: 768px) {
  .summary-section__divider {
    display: block;
  }
}

.heading-container {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.heading-container {
  display: flex;
  gap: 8px;
}
@media (max-width: 600px) {
  .heading-container {
    gap: 5px;
  }
}

.char-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 62px;
  background-color: #000;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 800;
  border-radius: 8px;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.char-block--inverted {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}
@media (max-width: 600px) {
  .char-block {
    width: 40px;
    height: 42px;
    font-size: 1.8rem;
    border-radius: 6px;
  }
}

.program-section {
  padding: 3rem 1rem;
  border-top: 2px dashed #9ca3af;
}
@media (min-width: 768px) {
  .program-section {
    padding: 3rem 3rem;
  }
}
.program-section.inland {
  background-color: #fdf5cd;
}
.program-section.shonai {
  background-color: #fff;
}
.program-section__title-area {
  text-align: center;
  margin-bottom: 2.5rem;
}
.program-section__title-area h2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.program-section__title-area h2 .badge-main {
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 0.25rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.program-section__title-area h2 .badge-sub {
  background-color: #000;
  color: #fff;
  letter-spacing: 0.3em;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: bold;
}
.program-section .program-block {
  position: relative;
  border: 5px solid #000;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .program-section .program-block {
    padding: 3rem 2rem;
  }
}
.program-section .program-block.bg-white {
  background-color: #fff;
}
.program-section .program-block.bg-lightYellow {
  background-color: #fdf5cd;
}
.program-section .program-block-badge {
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffe800;
  border: 5px solid #000;
  border-radius: 9999px;
  padding: 0.25rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .program-section .program-block-badge {
    padding: 0.5rem 2.5rem;
    font-size: 1.6rem;
  }
}
.program-section .program-block__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .program-section .program-block__content {
    flex-direction: row;
  }
}
.program-section .program-block__content.items-center {
  align-items: center;
}
.program-section .program-block__info {
  flex: 1;
  width: 100%;
}
.program-section .program-block__info h3 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.375;
  margin: 0 0 0.75rem 0;
}
@media (min-width: 768px) {
  .program-section .program-block__info h3 {
    font-size: 1.6rem;
  }
}
.program-section .program-block__info h3 span {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .program-section .program-block__info h3 span {
    font-size: 1.25rem;
    color: #b80050;
  }
}
.program-section .program-block__info p.desc {
  font-size: 0.75rem;
  line-height: 1.625;
  margin: 0 0 1rem 0;
  color: #374151;
}
@media (min-width: 768px) {
  .program-section .program-block__info p.desc {
    font-size: 1rem;
  }
}
.program-section .program-block__info .schedule-box {
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.program-section .program-block__info .schedule-box.bg-gray {
  background-color: #f3f4f6;
}
.program-section .program-block__info .schedule-box.bg-white {
  background-color: #fff;
  border: 1px solid #e5e7eb;
}
.program-section .program-block__info .schedule-box p {
  margin: 0;
}
.program-section .program-block__info .schedule-box .note {
  font-size: 1rem;
  font-weight: normal;
  color: #4b5563;
  margin-top: 0.25rem;
}
.program-section .program-block__info .schedule-text {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .program-section .program-block__info .schedule-text {
    font-size: 1.6rem;
  }
}
.program-section .program-block__info .schedule-text p {
  margin: 0;
}
.program-section .program-block__info .schedule-text .note {
  font-size: 0.75rem;
  font-weight: normal;
  color: #4b5563;
  margin-top: 0.25rem;
}
.program-section .program-block__info .consultation-box {
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 1rem;
}
.program-section .program-block__info .consultation-box.bg-white {
  background-color: #fff;
}
.program-section .program-block__info .consultation-box .c-title {
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0 0 0.75rem 0;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 0.5rem;
}
.program-section .program-block__info .consultation-box .c-flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .program-section .program-block__info .consultation-box .c-flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.program-section .program-block__info .consultation-box .c-flex .c-item {
  flex: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .program-section .program-block__info .consultation-box .c-flex .c-item {
    width: 33.3%;
  }
}
.program-section .program-block__info .consultation-box .c-flex .c-item span {
  font-weight: bold;
  display: block;
  margin-bottom: 0.25rem;
}
.program-section .program-block__info .btn-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .program-section .program-block__info .btn-wrap {
    text-align: left;
  }
}
.program-section .program-block__info .btn-wrap .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .program-section .program-block__info .btn-wrap .btn {
    width: auto;
  }
}
.program-section .program-block__side {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .program-section .program-block__side {
    width: 33.333%;
  }
}
.program-section .program-block__side.flyer {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .program-section .program-block__side.flyer {
    width: 33.333%;
  }
}
.program-section .program-block__side.flyer img {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  width: 100%;
}
.program-section .program-block__side img.photo {
  width: 8rem;
  border: 1px solid #d1d5db;
  margin-bottom: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .program-section .program-block__side img.photo {
    width: 100%;
  }
}
.program-section .program-block__side .prof {
  font-size: 0.75rem;
  text-align: left;
  width: 100%;
}
.program-section .program-block__side .prof p {
  margin: 0;
}
.program-section .program-block__side .prof .name {
  font-weight: bold;
}
.program-section .program-block__side .prof .text {
  color: #4b5563;
  margin-top: 0.25rem;
}

.companies-list {
  margin-top: 3rem;
}
.companies-list__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.companies-list__title span {
  background-color: #000;
  color: #fff;
  letter-spacing: 0.3em;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.companies-list__table-wrap {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow-x: auto;
}
@media (min-width: 768px) {
  .companies-list__table-wrap {
    padding: 1rem;
  }
}
.companies-list .custom-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .companies-list .custom-table {
    font-size: 1rem;
  }
}
.companies-list .custom-table th {
  background-color: #7ba4ca;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border: 1px solid #fff;
  text-align: center;
  font-weight: normal;
}
.companies-list .custom-table td {
  padding: 0.75rem;
  border-right: 1px solid #fff;
  text-align: center;
}
.companies-list .custom-table td.text-left {
  text-align: left;
}
.companies-list .custom-table td.font-bold {
  font-weight: bold;
}
.companies-list .custom-table tr:nth-child(even) {
  background-color: #e8f0f8;
}
.companies-list .custom-table tr:nth-child(odd) {
  background-color: #fff;
}
.companies-list .custom-table .w-12 {
  width: 3rem;
}
.companies-list .custom-table .w-1-4 {
  width: 25%;
}
.companies-list .custom-table .w-24 {
  width: 6rem;
}

.footer-top {
  background-color: #e6f0f9;
  padding: 2rem 1rem;
  text-align: center;
  margin-top: 2rem;
}
.footer-top h3 {
  color: #5c82c1;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .footer-top h3 {
    font-size: 1.6rem;
  }
}
.footer-top .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer-top .btn-wrap {
    flex-direction: row;
  }
}
.footer-top .btn-wrap a {
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 2rem;
  border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-top .btn-wrap a {
    width: auto;
  }
}
.footer-top .btn-wrap a.btn-blue {
  background-color: #5c82c1;
}
.footer-top .btn-wrap a.btn-blue:hover {
  background-color: #4068aa;
}
.footer-top .btn-wrap a.btn-orange {
  background-color: #e09b31;
}
.footer-top .btn-wrap a.btn-orange:hover {
  background-color: #c1801d;
}

.footer-bottom {
  background-color: #ffe800;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .footer-bottom {
    padding: 1.5rem 2rem;
    flex-direction: row;
  }
}
.footer-bottom .sponsor {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer-bottom .sponsor {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.footer-bottom .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: left;
}
@media (min-width: 768px) {
  .footer-bottom .contact {
    flex-direction: row;
  }
}
.footer-bottom .contact .label {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  border: 1px solid #000;
}
.footer-bottom .contact .info p {
  margin: 0;
}
.footer-bottom .contact .info .name {
  font-size: 1.2rem;
  font-weight: bold;
}
.footer-bottom .contact .info .sub {
  font-size: 0.9rem;
}
.footer-bottom .contact .tel {
  font-size: 0.75rem;
  border-top: 1px solid #000;
  padding-top: 0.5rem;
  margin-left: 0;
}
@media (min-width: 768px) {
  .footer-bottom .contact .tel {
    border-top: none;
    border-left: 1px solid #000;
    padding-top: 0;
    padding-left: 1rem;
    margin-left: 1rem;
  }
}
.footer-bottom .contact .tel p {
  margin: 0;
}
.footer-bottom .contact .tel p:first-child {
  font-size: 1.5rem;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */