@charset "utf-8";
html {
  font-size: 62.5%;
  line-height: 1.5;
}
body {
  color: #333333;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h1 {
  font-size: 2.8rem;
  margin-bottom: 28px;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
h4 {
  font-size: 1.6rem;
}
p,
li,
th,
td {
  font-size: 1.4rem;
  margin: 4px 0;
  line-height: 1.6;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.common-ol {
  counter-reset: my-counter;
}

.common-ol li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 1.2rem;
}

.common-ol li::before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  color: #ff9123;
  font-weight: 600;
}
.common-ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}

.common-ul li::before {
  content: "◆";
  color: #ff9123;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.8;
}
.horizontal th,
.horizontal td {
  padding: 32px 20px;
  border: none;
  vertical-align: middle;
  text-align: left;
}
.horizontal th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.horizontal tr:nth-child(even) th {
  background-color: #fff;
}
.horizontal tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.vertical {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  background-color: white;
}
.vertical caption {
  font-weight: 600;
  font-size: 1.3rem;
  margin: 8px 0;
}
.vertical th,
.vertical td {
  padding: 32px 20px;
  border: none;
  vertical-align: middle;
  text-align: left;
}
.vertical tr:nth-child(even) {
  background-color: #f5f5f5;
}
.vertical th {
  background-color: #fff8d2;
  font-weight: bold;
}
.common-ol li a,
.common-ul li a {
  color: #333;
}
.common-ol li a:visited,
.common-ul li a:visited {
  color: #333;
}

.text-red {
  color: #ff0000;
}
.text-bold {
  font-weight: 600;
}
.text-headline {
  font-size: 1.6rem;
}
.image-full {
  width: 100%;
  height: auto;
}

/* パンくず */
.breadcrumb {
  max-width: 980px;
  padding: 12px 0;
  margin: auto;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li::before {
  content: ">";
  margin: 0 8px;
  color: #888;
}

.breadcrumb a {
  text-decoration: none;
  color: #00a0e9;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #007bb5;
}

.breadcrumb span[itemprop="name"] {
  white-space: nowrap;
}

main {
  width: 100%;
  position: relative;
}
main .wrapper {
  max-width: 980px;
  padding: 40px 0 40px 0;
  /*
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  */
  margin: auto;
}

.page-article h1 {
}
.page-article h2 {
  position: relative;
  font-weight: bold;
  padding-left: 16px;
  margin: 60px 0 40px 0;
}
.page-article h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #ff9123; /* オレンジ色 */
}

.page-article h3 {
  background-color: #fff8d2;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 60px 0 20px 0;
}
.page-article h4 {
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 48px 0 20px 0;
}
.page-article h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em; /* テキストの中央に揃える */
  width: 10px;
  height: 10px;
  background-color: #ffc523; /* オレンジ */
  border-radius: 50%;
}

/*タブ*/
.tab-menu {
  width: 980px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #eee;
  list-style: none;
  padding: 0;
}

.tab-menu li {
  width: 33.3%;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  color: #888;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  transition: color 0.2s, border-bottom 0.2s;
  font-size: 2.2rem;
  white-space: nowrap;
}

.tab-menu li.active {
  color: #f58220;
  border-bottom: 2px solid #f58220;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel .bank-info {
  background: #f5f5f5;
  padding: 15px;
  border-left: 4px solid #ccc;
  margin-bottom: 20px;
}

.bank-account {
  background-color: #eee;
  padding: 16px;
  margin: 20px 0;
  font-size: 1.4rem;
  line-height: 1.6;
  width: 460px;
}

.bank-note li {
  padding: 0;
}
.bank-note li::before {
  position: relative;
  top: -2px;
  left: -4px;
  display: inline-block;
  content: "";
  border-width: 2px;
  border-radius: 100%;
}

/* ATM */
.payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.payment-box {
  flex: 1 1 48%;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.payment-title {
  background-color: #ffc523;
  color: #fff;
  font-weight: bold;
  padding: 8px 12px;
  text-align: center;
  font-size: 1.4rem;
}
.payment-text {
  padding: 18px 32px 18px;
}
.payment-text span {
  display: block;
}
/* 窓口 */
.payment-table {
  margin: 0;
}
.payment-table-box {
  border: 1px solid #ccc;
  font-size: 1.4rem;
  background-color: #fff;
}

.payment-table-title {
  background-color: #ffc523;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px 12px;
  font-size: 1.4rem;
}

.payment-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f9f9f9;
}

.payment-table th {
  vertical-align: middle;
  font-weight: 400;
}
.payment-table th,
.payment-table td {
  padding: 12px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.payment-table td {
  background-color: #fff;
}
.payment-table th.person {
  text-align: center;
  width: 30%;
}

.payment-note {
  margin: 0;
}
th.bottom-linewhite {
  border-left: none;
  border-top: none;
  border-right: none;
  border-color: #fff;
  border-width: 2px;
}
td.bottom-linedot {
  border-color: #ccc;
  border-style: dotted;
}
.alert-box {
  border: 2px solid #ff0000;
  color: #ff0000;
  font-weight: bold;
  padding: 16px 40px;
  margin-top: 40px;
}

.installment-icons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
  border: 1px solid #ff9123;
  padding: 30px 0;
  margin-bottom: 20px;
}

.installment-item {
  flex: 1;
  padding: 10px;
}

/* 分割払い */
.icon-wrap {
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap img {
  width: 152px;
  object-fit: contain;
}

.installment-item h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.installment-item p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.installment-item-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.installment-item-text {
  padding: 0 40px;
}

.installment-info {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.note {
  color: #ff0000;
  font-size: 1.2rem;
}

.red-curcle {
  color: #ff0000;
}
.blue-cross {
  color: #0054ff;
}

.diamond-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.diamond-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
  line-height: 1.8;
}

.diamond-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 8px;
  color: #ff9123;
  font-size: 0.9rem;
}

.diamond-list .note {
  font-size: 13px;
  color: #333;
}

.steps {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  align-items: stretch; /* 高さを揃えるために stretch に変更 */
}

.step-box {
  width: 30%;
  border: 1px solid #ddd;
  background-color: #fff;
  height: 200px;
}

.step-title {
  background-color: #ffc523;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
  font-size: 1.4rem;
}

.step-box p {
  padding: 24px;
  margin: 0;
}

.step-arrow {
  align-self: center;
  display: flex;
  align-items: center;
  color: #ff9123;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.4em 0.7em;
  border-left-color: currentColor;
}
.credit-form-image img {
  box-shadow: 4px 4px 6px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 100%;
}
.text-center {
  text-align: center;
}

/* コンタクト */
.page-article-contact-section {
  background-image: url("/assets/img/cta-pc.svg"); /* 背景画像 */
  background-repeat: repeat;
  background-color: #fffbe5;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  height: 260px;
  margin-top: 60px;
}

.page-article-contact-inner {
  display: flex;
}

.page-article-contact-content {
  flex: 1;
  position: relative;
}

.page-article-contact-text {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
  margin-top: 24px;
}

.page-article-contact-phone {
  width: 300px;
  margin-bottom: 0.5rem;
  position: absolute;
  right: 0;
  top: 100px;
}

.page-article-contact-phone .number {
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}

.page-article-contact-phone .number::before {
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 20px;
  height: 22px;
  margin-right: 4px;
  background-image: url(/assets/img/ico/ico_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 600;
}

.page-article-contact-phone .hours {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 4px;
}

.page-article-btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1.8rem;
  background: #ff9123;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  margin-top: 16px;
}
.page-article-btn-contact::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  background-image: url(/assets/img/btn/btn03-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50px;
}

.page-article-btn-contact:hover {
  color: #fff;
  text-decoration: none;
}

.btn-contact .icon {
  margin-right: 0.5rem;
}
.page-article-contact-phone .number a {
  color: #333;
  border-bottom: 2px solid #333;
}
.page-article-contact-phone .number a:hover {
  color: #333;
  text-decoration: none;
}

/* 与信確認 */
.credit-verification {
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
  font-size: 1.3rem;
}
.credit-verification label {
  font-weight: 600;
}

.credit-verification input {
  border: 1px solid #333;
  border-radius: 4px;
  margin-left: 8px;
  padding: 4px;
}
.settlementBtn {
  padding: 4px 8px;
  border: solid 1px;
  border-radius: 4px;
  font-size: 1.3rem;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
}
.credit-verification-note {
  border: 1px #333 solid;
  border-radius: 4px;
  padding: 20px;
}
/* 企業情報 */
.association-image {
  width: 80px;
  height: auto;
}
/* プライバシーポリシー */
.privacy-policy-note {
  text-align: right;
}
.privacy-policy-note p {
  margin: 0;
}
.privacy-policy-address p {
  margin: 0;
}
.privacy-policy-address p span {
  background: #e5e5e5;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 5px;
}

/* ご利用ガイド */
.guide-link {
  margin: 16px 0;
}

/* 一覧 */
.search-bar-ranking {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  margin: 20px 0 60px 0;
}
/* 一覧 */
.search-bar-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 1rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  margin: 20px 0 24px 0;
}

.search-bar-list.pro {
  grid-template-columns: repeat(7, 1fr);
}
.form-item {
  border-right: 1px solid #ddd;
  padding-right: 12px;
}
.form-item:last-child {
  border-right: none;
}
.form-item label {
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 6px;
  color: #909090;
}

.form-item select {
  padding: 0;
  font-size: 1.4rem;
  border: none;
  border-radius: 4px;
  background-size: 1em;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  appearance: auto;
}

.search-button {
  text-align: center;
}

.search-button button {
  width: 132px;
  padding: 0.4rem 1.5rem;
  font-size: 1.4rem;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.search-button button:hover {
  background-color: #111;
}

.ranking-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.ranking-cards.lower {
  display: grid;
  position: relative;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 40px;
  /* グラデーションでマスク（下に行くほど透明に） */
  /*-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));*/
}

.ranking-cards.lower::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  pointer-events: none;
}
.ranking-cards.lower.hide-gradient::after {
  content: none;
}
.card {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.lower .card {
  margin-bottom: 40px;
  display: none;
}
.lower .card.show {
  display: block;
}

.card .info a {
  color: #333;
}
.card .info a:hover {
  text-decoration: none;
}
.card .info a:visited {
  color: #333;
}

.badge.crown {
  position: absolute;
  top: -22px;
  left: 50%;
  width: 27px;
  height: 22px;
}

.card .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 4px;
}

.card .image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transform: scale(1.1);
}

.card .rank {
  position: absolute;
  bottom: 0px;
  background: #00000090;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 1.6rem;
}
.card .attribute {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.lower .card .attribute {
  flex-wrap: wrap;
}
.card .info {
  text-align: left;
}
.lower .card .info {
  width: 100%;
}
.card .info .location {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}

.card .info .school {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
}
.card .info .date {
  margin-top: 4px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 4px 0 0 0;
}
.card .info .date span {
  margin-right: 4px;
}
.card .info .licence {
  margin-top: 4px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 4px 0 0 0;
}
.card .info .licence span {
  display: none;
  margin-right: 4px;
}
.card .info .plan {
  margin-top: 4px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 4px 0 0 0;
}
.card .info .plan span {
  display: none;
  margin-right: 4px;
}
.card .info .my-licence {
  margin-top: 4px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 4px 0 0 0;
}
.card .info .my-licence span {
  display: none;
  margin-right: 4px;
}
.card .info .price {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
}

.card .actions {
  position: relative;
}
.lower .card .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#favorite-list.lower .card .actions {
  justify-content: right;
}
.card .apply {
  font-size: 1.2rem;
  color: #f90;
  text-decoration: none;
  font-weight: bold;
  margin-right: 17px;
}
.card .apply::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/assets/img/btn/btn02.svg);
  background-repeat: no-repeat;
  height: 13px;
  right: 0px;
  top: 3px;
  width: 13px;
  cursor: pointer;
}
.lower .card .apply::after {
  content: "";
  display: block;
  background-image: url(/assets/img/btn/btn02.svg);
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  cursor: pointer;
}
.card .apply:hover {
  color: #f90;
  text-decoration: none;
  font-weight: bold;
}
.card .apply:visited {
  color: #f90;
}
.card .like {
  font-size: 18px;
}
.card .favorite {
  display: block;
  position: absolute;
  background-image: url(/assets/img/ico/ico_favorite01.svg);
  background-repeat: no-repeat;
  height: 18px;
  right: 0;
  top: -18px;
  width: 15px;
  cursor: pointer;
}
.card .favorite.is-favorite {
  background-image: url(/assets/img/ico/ico_favorite02.svg);
}
.lower .card .favorite {
  position: unset;
  display: block;
  background-image: url(/assets/img/ico/ico_favorite01.svg);
  background-repeat: no-repeat;
  height: 13px;
  width: 15px;
  cursor: pointer;
}
.lower .card .favorite.is-favorite {
  background-image: url(/assets/img/ico/ico_favorite02.svg);
}
.more-button {
  text-align: center;
  position: relative;
}
#loadMore {
  font-size: 1.4rem;
}
#loadMore::after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/ico/ico_chevron-down.svg);
  background-repeat: no-repeat;
  height: 10px;
  width: 13px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card .sale-badge {
  font-size: 1.6rem;
  padding: 4px 8px;
  background-color: #ff000090;
  position: absolute;
  bottom: 0px;
  color: #fff;
  z-index: 10;
}
.card .new-badge {
  font-size: 1.6rem;
  padding: 4px 8px;
  background-color: #ff912390;
  position: absolute;
  bottom: 0px;
  color: #fff;
  z-index: 10;
}
.card .grant-badge {
  font-size: 1.6rem;
  padding: 4px 8px;
  background-color: #0a64c290;
  position: absolute;
  bottom: 0px;
  color: #fff;
  z-index: 10;
}

/* 一覧　リスト */
.sort-dropdown {
  display: inline-flex;
  align-items: center;
  background-color: #eee;
  padding: 5px 8px;
  border-radius: 4px;
  width: 140px;
}

.sort-icon {
  display: flex;
  flex-direction: column;
  margin-right: 6px;
  width: 12px;
}

.sort-icon .bar {
  height: 2px;
  background-color: #909090;
  margin: 1px 0;
  border-radius: 1px;
}

.bar1 {
  width: 20px;
}
.bar2 {
  width: 17px;
}
.bar3 {
  width: 14px;
}

.sort-dropdown select {
  border: none;
  background: transparent;
  font-size: 1.4rem;
  color: #333;
  appearance: auto;
  margin-left: 8px;
  width: 100%;
}

.sort-dropdown select:focus {
  outline: none;
}
.arrow {
  content: "";
  background-image: url(/assets/img/ico/ico_arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  margin-left: 8px;
  background-position: center;
}

/* お申し込み */
.step-bar-wrapper {
  position: relative;
  width: 100%;
  height: 70px;
  margin: 20px 0px;
}

.step-bar-line {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #f7941d;
  z-index: 0;
}

.step {
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  font-size: 2rem;
}

.step.step-1 {
  left: 0%;
  transform: translateX(0%);
}

.step.step-2 {
  left: 50%;
}

.step.step-3 {
  right: 0%;
  transform: translateX(0%);
}

.circle {
  width: 32px;
  height: 32px;
  line-height: 26px;
  border-radius: 50%;
  border: 2px solid #f7941d;
  background: #fff;
  color: #f7941d;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.active .circle {
  background: #f7941d;
  color: #fff;
}

.label {
  margin-top: 6px;
  font-size: 1.6rem;
}

/* 全体フォーム */
.form {
  margin: 0 auto;
  background: #fff;
}

.form__title {
}

.form__group {
  padding: 30px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
}

.form__group:nth-child(13),
.form__group:nth-child(25),
.form__group:nth-child(29),
.form__group:nth-child(30),
.form__group:nth-child(31),
.form__group:nth-child(32) {
  border-bottom: none;
}

.confirm .form__group:nth-child(30),
.confirm .form__group:nth-child(31) {
  border-bottom: 1px solid #d1d1d1;
}

.form__group--inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.form__label {
  width: 35%;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: auto;
}
.confirm .form__label {
  margin-bottom: 0;
}
.form__label.full {
  margin-bottom: 8px;
}

.form__element {
  width: 65%;
}
.form__select-wrapper {
  position: relative;
  margin-bottom: 4px;
}

.form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #eee;
  font-size: 1.4rem;
}
.full {
  width: 100%;
}
.year {
  width: 130px;
}
.month {
  width: 90px;
}
.day {
  width: 90px;
}
.job {
  width: 200px;
}
.pref {
  width: 200px;
}

.form__select-wrapper::after {
  content: "▼";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-size: 0.8rem;
}

.form__input,
.form__textarea {
  padding: 8px 12px;
  font-size: 1.4rem;
  background-color: #eee;
  border-radius: 4px;
  margin-bottom: 4px;
}
.form__textarea {
  resize: vertical;
  width: 100%;
  height: 9em;
}

.form__checkbox-group,
.form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
}
.confirm .form__checkbox-group p {
  width: 100%;
}
.form__checkbox,
.form__radio {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.form__checkbox {
  width: 49%;
}
.form__checkbox.full {
  width: 100%;
  flex: auto;
}
.form__checkbox.full.center {
  justify-content: center;
}
.form__radio {
  width: 100%;
  margin-bottom: 8px;
}
.form__checkbox input[type="checkbox"],
.form__radio input[type="radio"] {
  appearance: auto;
  width: 16px;
  height: 16px;
}

.form__checkbox-label,
.form__radio-label {
  padding: 0 4px;
  font-size: 1.4rem;
  transition: background-color 0.2s;
}

.form__checkbox input[type="checkbox"]:checked + .form__checkbox-label,
.form__radio input[type="radio"]:checked + .form__radio-label {
  background-color: #ffc523;
}

.form__button {
  padding: 4px 20px;
  font-size: 1.4rem;
  margin-top: 8px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
}

.form__button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  border-right: 0;
  margin-left: 8px;
}
.form__button:hover {
  background: #555;
}
.form__link {
  font-size: 1.4rem;
  color: #ff9123;
  font-weight: 600;
  text-decoration: none;
}
.form__link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #ff9123;
  border-right: 0;
  margin-right: 4px;
  display: inline-block;
}
.form__link:visited {
  color: #ff9123;
}
.form__link:hover {
  text-decoration: none;
}
.form__note {
  font-size: 1.2rem;
}
.form__required {
  color: #ff0f0f;
  font-size: 1.2rem;
  border: 1px solid #ff0f0f;
  border-radius: 4px;
  padding: 0px 8px;
  margin-right: 8px;
  font-weight: 300;
}
.form__optional {
  color: #c0c0c0;
  font-size: 1.2rem;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  padding: 0px 8px;
  margin-right: 8px;
  font-weight: 300;
}
.form__element-horizontal {
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.4rem;
  align-items: center;
}
.form__element-horizontal span {
  font-size: 1.4rem;
  margin-right: 8px;
  flex: none;
}

.form__consent-box {
  background-color: #ffecec;
  padding: 30px 0;
  text-align: center;
}

.form__consent-note {
  color: #ff0000;
  font-size: 1.4rem;
  margin: 0;
}

.form__consent-note a {
  color: #ff0000;
  text-decoration: underline;
}
.wrap {
  flex-wrap: wrap;
}

.form__submit {
  color: #fff;
  width: 300px;
  padding: 12px 0;
  background-color: #909090;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 4px;
  margin-top: 32px;
  position: relative;
}
.form__submit::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  border-right: 0;
  right: 12px;
  top: 20px;
  margin: auto 0;
}
.form__check-text {
  text-align: center;
  margin: 60px 0;
}
.form__run {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
}
.form__back {
  width: 300px;
  padding: 12px 0;
  background-color: #fff;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 4px;
  position: relative;
  border: 1px solid #333333;
}
.form__back::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #333333;
  border-left: 0;
  left: 20px;
  top: 20px;
  margin: auto 0;
}
.form__entry {
  width: 300px;
  padding: 12px 0;
  background-color: #ff0000;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 4px;
  position: relative;
}
.form__entry::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  border-right: 0;
  right: 20px;
  top: 20px;
  margin: auto 0;
}
.thanks-msg {
  text-align: center;
}
.thanks-msg p:nth-child(3) {
  margin-bottom: 40px;
}
.thanks-img {
  width: 120px;
  height: 120px;
}
/* キャンペーン */
.campaign {
  margin: 20px;
}
.campaign__table {
  width: 100%;
  border-collapse: collapse;
}

.campaign__table thead th {
  background-color: #eeeeee;
  padding: 12px;
  text-align: center;
}
.campaign__table thead th:nth-child(1) {
  border-right: 4px solid #fff;
}
.campaign__table tbody td {
  padding: 12px 20px;
  border-bottom: 1px solid #d1d1d1;
  vertical-align: middle;
}

.campaign__table a {
  color: #0000ff;
  text-decoration: none;
}

.campaign__btn {
  width: 60px;
  background-color: #f58220;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

/* お申し込みの流れ */
.application {
  background: #fff8d2;
  padding: 40px;
  margin-top: 60px;
}
.application h2.application__title {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  font-weight: initial;
}
.application h2.application__title::before {
  content: none;
}
.application__description {
  margin-bottom: 20px;
}

.application__content {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.application__box {
  background: #fff;
  border: 1px solid #ddd;
  flex: 1;
  padding-bottom: 24px;
}

.application__header {
  background: #ffc523;
  color: #fff;
  font-size: 1.6rem;
  padding: 4px;
  text-align: center;
}
.application__text {
  padding: 20px 32px;
}
.application__button {
  display: block;
  background: #ff9123;
  color: #fff;
  text-decoration: none;
  padding: 24px 0;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.8rem;
  margin: auto 32px;
  position: relative;
}
.application__box .application__button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.application__button a::before {
  content: "";
  display: block;
  background-image: url(/assets/img/btn/btn02-white.svg);
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  margin-right: 24px;
  cursor: pointer;
}

.application__phone-number {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin: 16px 0 0 0;
}
.application__phone-number a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  color: #333333;
}
.application__phone-number a:visited {
  color: #333333;
}
.application__phone-number a:hover {
  text-decoration: none;
}

.application__business-hours {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.payment {
  background: #fff8d2;
  padding: 40px;
}
.payment h2.payment__title {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  font-weight: initial;
}
.payment h2.payment__title::before {
  content: none;
}
.payment__description {
  margin-bottom: 20px;
}

.payment__content {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.payment__box {
  background: #fff;
  border: 1px solid #ddd;
  flex: 1;
  padding-bottom: 24px;
}

.payment__header {
  background: #ffc523;
  color: #fff;
  font-size: 1.6rem;
  padding: 4px;
  text-align: center;
}
.payment__text {
  padding: 0 20px;
}
.payment__lists {
  padding: 0 20px;
  list-style: disc;
}
.payment__lists li {
  margin: 0 0 0 12px;
}
.payment__lists li::marker {
  font-size: 0.8rem;
}
.complete {
  background: #fff8d2;
  padding: 40px;
}
.complete h2.complete__title {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  font-weight: initial;
}
.complete h2.complete__title::before {
  content: none;
}
.complete__description {
  margin-bottom: 20px;
}
.nmt-20 {
  margin-top: -20px;
}
.pt-20 {
  padding-top: 20px;
}
.triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 12px solid #ffc523;
  border-bottom: 0;
  margin: 24px auto;
}

/* 入校から卒業までの流れ */
.timeline {
  position: relative;
  margin-top: 60px;
}

.timeline__line {
  position: absolute;
  top: 0;
  left: 15px;
  width: 2px;
  height: 100%;
  background: #ececec;
}

.timeline__block {
  border-left: 4px solid #ececec;
}
.timeline__block:last-child {
  border-left: none;
}
.timeline__flag {
  width: 150px;
  position: relative;
  display: inline-block;
  position: relative;
  height: 20px;
  text-align: center;
  font-size: 1.2rem;
  background: #ececec;
}
.timeline__flag::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 10px 4px 10px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.timeline__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 60px;
}

.timeline__title {
  font-size: 1.8rem;
  font-weight: initial;
  position: relative;
  padding-left: 12px;
  width: 25%;
}
.timeline__title::before {
  position: absolute;
  content: "●";
  left: -11px;
  font-size: 1.8rem;
  color: #ffc523;
}
.timeline__description {
  width: 75%;
}
.timeline__tel {
  font-size: 1.8rem;
}
.timeline__tel a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.timeline__tel a:visited {
  color: #333;
}
.timeline__tel span {
  font-size: 1.4rem;
}
.timeline__link {
  font-size: 1.4rem;
  color: #ff9123;
}
.timeline__link::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #ff9123;
  border-right: 0;
  vertical-align: middle;
  margin-right: 4px;
}

.first-stage {
  margin: 0 auto;
  padding: 24px 28px;
  background-color: #fff9e7;
  text-align: center;
}

.first-stage__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.first-stage__box {
  border-radius: 4px;
  width: 45%;
}
.first-stage__box--exam {
  width: 100%;
}

.first-stage__title {
  font-size: 1.8rem;
  background: #ffc523;
  color: #fff;
  margin: 0;
}
.first-stage__desc {
  font-size: 1.4rem;
  margin: 0;
  padding: 8px;
  background: #fff;
}
.first-stage__plus {
  font-size: 2rem;
}
.first-stage__note {
}
.first-stage__arrow {
  font-size: 20px;
  margin: 10px 0;
}
.first-stage__result {
  font-size: 1.8rem;
}
.timeline__triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 12px solid #333;
  border-bottom: 0;
  margin: 24px auto;
}

.second-stage {
  margin: 0 auto;
  padding: 24px 28px;
  background-color: #a7dbff;
  text-align: center;
}
.second-stage__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.second-stage__box {
  border-radius: 4px;
  width: 45%;
}
.second-stage__box--exam {
  width: 100%;
}

.second-stage__title {
  font-size: 1.8rem;
  background: #0a64c2;
  color: #fff;
  margin: 0;
}
.second-stage__desc {
  font-size: 1.4rem;
  margin: 0;
  padding: 8px;
  background: #fff;
}
.second-stage__plus {
  font-size: 2rem;
}
.second-stage__note {
}
.second-stage__arrow {
  font-size: 20px;
  margin: 10px 0;
}
.second-stage__result {
  font-size: 1.8rem;
}

.timeline__title.timeline__last {
  position: relative;
}
.timeline__title.timeline__last::after {
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  border-left: 4px solid #ececec;
}
.timeline__title.timeline__last::before {
  position: absolute;
  content: "●";
  left: -7px;
  font-size: 1.8rem;
  color: #ffc523;
  z-index: 2;
}

.last-stage {
  margin: 0 auto;
  padding: 24px 28px;
  background-color: #ffebeb;
  text-align: center;
}
.last-stage__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.last-stage__box {
  border-radius: 4px;
  width: 45%;
}
.last-stage__box--exam {
  width: 100%;
}

.last-stage__title {
  font-size: 1.8rem;
  background: #ff5353;
  color: #fff;
  margin: 0;
}
.last-stage__desc {
  font-size: 1.4rem;
  margin: 0;
  padding: 8px;
  background: #fff;
}
.last-stage__plus {
  font-size: 2rem;
}
.last-stage__note {
  text-align: left;
  margin-top: 30px;
  border: 1px solid #ff5353;
  padding: 20px 24px 8px;
}
.last-stage__note-description {
  margin-bottom: 24px;
}
.last-stage__note-title {
  color: #ff5353;
  font-size: 1.6rem;
}
.last-stage__note-text {
  padding: 0 1.4rem;
}
.last-stage__arrow {
  font-size: 20px;
  margin: 10px 0;
}
.last-stage__result {
  font-size: 1.8rem;
}

.timeline-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-left: 4px solid #ececec;
  padding-bottom: 40px;
}
.timeline-divider__line {
  flex: 1;
  height: 1px;
  /* border-top: 1px dashed #999; */
  background-image: repeating-linear-gradient(
    90deg,
    #000000,
    #000000 8px,
    transparent 8px,
    transparent 12px
  );
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.timeline-divider__text {
  white-space: nowrap;
  font-size: 1.8rem;
}

/* 特集 */
.feature-list {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.feature-list__column {
  display: flex;
  flex-direction: column;
  width: 31%;
  border-right: 1px solid #d1d1d1;
}
.feature-list__column:last-child {
  border-right: none;
}
h2.feature-list__item {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 44px 30px 0;
  padding-left: 0;
}
h2.feature-list__item::before {
  content: none;
}

.feature-list__link {
  font-size: 1.8rem;
  position: relative;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
  display: inline-block;
}

.feature-list__link::before {
  content: "★";
  color: #f5b400;
  position: absolute;
  left: 0;
  top: 0;
}
a.feature-list__link:hover {
  text-decoration: underline;
  color: #333;
}
a.feature-list__link:visited {
  color: #333;
}

/* お知らせ */
.news-list__item {
  border-bottom: 1px solid #d1d1d1;
  padding: 12px 0;
}
.news-list__item:last-child {
  border-bottom: none;
}
.news-list__link {
  font-size: 1.6rem;
  margin-left: 20px;
}
.news-list__date {
  font-size: 1.4rem;
}

/* ルート・交通費 */
.access-info__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border: 1px solid #eee;
}
.access-info__term,
.access-info__desc {
  width: 100%;
  font-size: 1.4rem;
  background: #eee;
  text-align: center;
  padding: 12px 20px;
}
.access-info__desc {
  background: #fff;
  text-align: left;
}
.access-info__notes {
  list-style: disc;
  padding-left: 16px;
}
.access-info__notes li {
  margin: 0;
}
.access-info__notes li::marker {
  font-size: 0.8rem;
}

/* キャンペーン */
.campaign-steps__step {
  background: #fff9e2;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 12px 20px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.campaign-steps__step.step1 {
  justify-content: space-between;
}
.campaign-steps__step.step2 {
  justify-content: space-around;
}
.campaign-steps__step.step3 {
  justify-content: space-between;
}
.campaign-steps__step.step4 {
  position: relative;
  justify-content: space-between;
  margin-top: 100px;
}
.campaign-steps__step.step1 .campaign-steps__label,
.campaign-steps__step.step2 .campaign-steps__body .campaign-steps__label,
.campaign-steps__step.step3 .campaign-steps__label,
.campaign-steps__step.step4 .campaign-steps__labe {
  width: 10%;
}
.campaign-steps__label span {
  background: #ffc523;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 12px;
  padding: 0 20px;
}
.campaign-steps__step.step1 .campaign-steps__text {
  width: 37%;
}
.campaign-steps__step.step2 .campaign-steps__text {
  width: 72%;
}
.campaign-steps__step.step3 .campaign-steps__text {
  width: 72%;
}
.campaign-steps__step.step4 .campaign-steps__text {
  width: 56%;
}
.campaign-steps__step.step1 .campaign-steps__body,
.campaign-steps__step.step2 .campaign-steps__body,
.campaign-steps__step.step3 .campaign-steps__body,
.campaign-steps__step.step4 .campaign-steps__body {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  margin-bottom: 12px;
}
.campaign-steps__sns-list {
  list-style: none;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 38%;
  background: #fff;
  padding: 20px 0;
  border-radius: 4px;
}
.campaign-steps__sns-icon img {
  width: 31x;
  height: 31px;
}
.campaign-steps__user1,
.campaign-steps__user2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.campaign-steps__user1 {
  width: 15%;
}
.campaign-steps__user2 {
  width: 18%;
}
.campaign-steps__user1 img,
.campaign-steps__user2 img {
  width: 61px;
  height: 61px;
}
.campaign-steps__user1 p {
  color: #ff9123;
  font-weight: 600;
}
.campaign-steps__user2 p {
  color: #0a64c2;
  font-weight: 600;
}

.campaign-steps__step.step2 .campaign-steps__input-sample {
  width: 920px;
  height: auto;
  margin-bottom: 32px;
}
.campaign-steps__step.step2 .campaign-steps__input-sample img {
  width: 100%;
  height: auto;
}

.campaign-steps__arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 12px solid #333;
  border-bottom: 0;
  margin: 24px auto;
}
.campaign-steps__step.step4::before {
  content: "";
  position: absolute;
  background-image: url(/assets/img/ponta05.svg);
  background-repeat: no-repeat;
  height: 77px;
  width: 131px;
  top: -76px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.headline {
  font-weight: 700;
}
.attention-txt {
  color: #f30;
  font-weight: 700;
}
.notes-list {
  list-style: disc;
  padding-left: 16px;
  margin-bottom: 8px;
}
.notes-list li {
  margin-bottom: 4px;
}
.notes-list li::marker {
  font-size: 0.8rem;
}
.notes-order-list {
  list-style-type: decimal;
  padding-left: 16px;
  margin-bottom: 8px;
}
.notes-order-list li {
  margin-bottom: 4px;
}
.attention-order-list {
  list-style-type: decimal;
  padding-left: 16px;
  margin-bottom: 8px;
}
.attention-order-list li {
  color: #f30;
  margin: 0;
}

/* お気に入り */
.refine-check {
  display: flex;
  background-color: #eee;
  padding: 4px 8px;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 8px;
  justify-content: space-evenly;
  width: 500px;
}
.refine-check span {
  font-size: 1.4rem;
  text-align: center;
}
.refine-check span {
  margin-right: 12px;
}
.refine-check ul {
  display: inline-flex;
  align-items: center;
}
.refine-check ul li {
  padding: 0 12px;
  cursor: pointer;
}
.refine-check ul li.active {
  background: #fff;
  border-radius: 12px;
}
.favorite-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  border-top: 50px solid #333333b3;
  border-left: 50px solid transparent;
  position: absolute;
}

.favorite-remove span {
  position: absolute;
  color: #fff;
  top: -44px;
  right: 4px;
  font-weight: 500;
  font-size: 1.5rem;
}

/* 空き状況 */
.avalability {
  margin: 12px 0;
  padding: 4px 12px 16px;
  background: #eeeeee;
}
.avalability-title {
  text-align: left;
  font-size: 1.4rem;
  padding: 4px 0;
  margin: 0;
}
.avalability dl {
  text-align: left;
  background: #fff;
  padding: 4px 12px;
  margin-top: 8px;
}
.avalability dl dt {
  font-weight: 300;
  font-size: 1.2rem;
  padding: 4px 0;
  border-bottom: 1px solid #d1d1d1;
}
.avalability dl dd {
  font-size: 1.2rem;
}
.avalability dl dd ul {
  font-size: 1.2rem;
  margin-left: 8px;
  list-style: disc;
}
.avalability dl dd ul li {
  list-style: disc;
  margin: 0;
}
.avalability dl dd ul li::marker {
  font-size: 0.8rem;
}

/* 安い理由 */
.reason-list {
  list-style: decimal;
  margin: 0 0 16px 16px;
}
.reason-list li {
  margin: 8px 0;
}
.reason-list li::marker {
  color: #ff9123;
  font-weight: 600;
}
.reason-list li span {
  font-weight: 600;
  margin-right: 8px;
}
.reason-note {
  list-style: none;
  margin: 0 0 16px 0;
}
.reason-note li {
  position: relative;
  padding-left: 16px;
}
.reason-note li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 4px;
  color: #ff9123;
  font-size: 0.9rem;
}

.telephone-area {
  height: 100px;
  background-image: url("/assets/img/back.png");
  background-size: cover; /* 要素を埋めるように拡大縮小（トリミングの可能性あり） */
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px 0;
}
.telephone-area-column:nth-child(1) {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.telephone-area-column:nth-child(2) {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.telephone-area-title {
}
.telephone-area-title p {
  font-size: 1.8rem;
  padding: 4px 60px;
  background: #fff;
  border-radius: 16px;
}
.telephone-area-number {
  font-size: 2.8rem;
  align-items: center;
}
.telephone-area-number a {
  color: #333;
  text-decoration: none;
}
.telephone-area-number a span {
  border-bottom: 1px solid #333;
  margin-left: 4px;
}
.telephone-area-number a:hover {
  color: #333;
  text-decoration: none;
}
.telephone-area-number a:visited {
  color: #333;
}
.telephone-area-number a::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/assets/img/ico/ico_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* 教育訓練給付金 */
.training-subsidy__description {
  margin-bottom: 15px;
}

.training-subsidy__note {
  border: 2px solid red;
  color: red;
  padding: 12px 40px;
}

.training-subsidy__step {
  background-color: #eeeeee;
  padding: 28px;
}
.training-subsidy__step-arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 1.4rem solid #333;
  border-right: 1.4rem solid transparent;
  border-left: 1.4rem solid transparent;
  margin: 30px auto 30px;
}
h3.training-subsidy__step-title {
  background-color: unset;
  padding: 0;
  font-weight: 600;
  margin: 0;
}

.training-subsidy__step-description {
}

.training-subsidy__step-description span {
  display: block;
  margin-top: 1.3rem;
}

.training-subsidy__caution {
  color: #ff0000;
}

/* テーブル */
.school-table {
  margin-top: 28px;
}
h3.school-table__pref {
  position: relative;
  font-size: 1.6rem;
  background-color: unset;
  padding: 0 0 0 14px;
  font-weight: 600;
  margin: 12px 0;
}
h3.school-table__pref::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 10px;
  height: 10px;
  background-color: #ff9123;
  border-radius: 50%;
}

h4.school-table__title {
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
  padding: 8px 0;
}
h4.school-table__title::before {
  content: unset;
}

.school-table__toggle-icon {
  position: absolute;
  top: 40%;
  right: 32px;
  width: 16px;
  height: 16px;
}
.school-table__toggle-icon::before,
.school-table__toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: transform 0.3s ease;
}
.school-table__toggle-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  transform: translateY(-50%);
}
.school-table__toggle-icon::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-50%);
}
.school-table__title.open .school-table__toggle-icon::after {
  transform: translateX(-50%) scaleY(0);
}
.school-table__scroll {
  display: none;
}
.school-table__scroll.open {
  display: block;
  margin-bottom: 40px;
}
.school-table__wrapper {
  overflow-x: auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.school-table__wrapper:not(:first-of-type) {
  overflow-x: auto;
  border-top: unset;
  border-bottom: 1px solid #333;
}
.school-table__table:last-of-type {
  margin-top: 0;
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
}
.school-table__table:nth-child(1) {
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
  border-collapse: collapse;
}

.school-table__table th,
.school-table__table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: center;
  vertical-align: middle;
}

.school-table__table th {
  background: #fff8d2;
  font-weight: normal;
}

.school-table__info {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.school-table__info img {
  width: 48px;
  height: 59px;
}
.school-table__text {
  display: block;
}
.school-table__tel {
  display: inline-block;
}
.school-table__phone-number {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  text-decoration: none;
}
.school-table__phone-number::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/assets/img/ico/ico_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.school-table__phone-number:hover {
  text-decoration: none;
}
.school-table__phone-number:visited {
  color: #333;
  text-decoration: none;
}
.school-table__phone-number span {
  border-bottom: 1px solid #333;
}
.school-table__tel-info {
  display: block;
  color: #555;
  margin-top: 4px;
  font-weight: 600;
}
.school-table__notice {
}
.school-table__notice p {
  margin: 0;
}
.school-table__notice p span {
  color: #ff0000;
}

/* 特例 */
h3.special-course__heading {
  position: relative;
  font-size: 1.6rem;
  background-color: unset;
  padding: 0 0 0 14px;
  font-weight: 600;
  margin: 32px 0 16px;
}
h3.special-course__heading.pref {
  margin: 12px 0 4px;
}
h3.special-course__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 10px;
  height: 10px;
  background-color: #ff9123;
  border-radius: 50%;
}
.special__description {
  border: solid 1px #000;
  padding: 20px;
  margin-top: 20px;
}
.special__description-list {
  list-style: disc;
  padding-left: 16px;
}
.special__description-list li {
  margin: 0;
}
.special__description-list li::marker {
  font-size: 0.8rem;
}
.special__description-note {
  color: #f00;
  margin-top: 12px;
}

.special-course__description {
}
.special-course__type {
  margin: 12px 0;
}
.special-course__type span {
  font-weight: 600;
  display: block;
}

.model-case__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.model-case__card {
  width: 32%;
  border: 1px solid #d1d1d1;
  padding: 16px;
  flex: 1 1 30%;
}
.model-case__title {
  font-weight: bold;
  text-align: center;
  margin: 12px 0;
}
.special-course__description span {
  margin-top: 12px;
  display: block;
}

.special-course__step {
  background-color: #eeeeee;
  padding: 16px;
}
.special-course__step-arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 1.4rem solid #333;
  border-right: 1.4rem solid transparent;
  border-left: 1.4rem solid transparent;
  margin: 30px auto 30px;
}
.special-course__step-description {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.special-course__step-description span {
  display: block;
  margin-top: 1.3rem;
}
.special-course__step-note {
  margin-top: 12px;
}
.special-course__step-note p {
  margin: 0;
}
.special-course-faq__item {
  border: 1px #d1d1d1 solid;
  font-size: 1.4rem;
  margin-bottom: 28px;
}
.special-course-faq__question {
  padding: 8px 20px;
  font-weight: 600;
  border-bottom: 1px solid #d1d1d1;
  background: #ffebeb;
}
.special-course-faq__answer {
  padding: 24px 20px;
}

.special-course-table {
  margin-top: 32px;
}
h3.special-course-table__pref {
  position: relative;
  font-size: 1.6rem;
  background-color: unset;
  padding: 0 0 0 14px;
  font-weight: 600;
  margin: 12px 0;
}
h3.special-course-table__pref::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 10px;
  height: 10px;
  background-color: #ff9123;
  border-radius: 50%;
}

h4.special-course-table__title {
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
  padding: 8px 0;
}
h4.special-course-table__title::before {
  content: unset;
}

.special-course-table__toggle-icon {
  position: absolute;
  top: 40%;
  right: 32px;
  width: 16px;
  height: 16px;
}
.special-course-table__toggle-icon::before,
.special-course-table__toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: transform 0.3s ease;
}
.special-course-table__toggle-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  transform: translateY(-50%);
}
.special-course-table__toggle-icon::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-50%);
}
.special-course-table__title.open .special-course-table__toggle-icon::after {
  transform: translateX(-50%) scaleY(0);
}
.special-course-table__scroll {
  margin-top: 20px;
  display: none;
}
.special-course-table__scroll.open {
  display: block;
  margin-bottom: 40px;
}
.special-course-table__wrapper {
  overflow-x: auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.special-course-table__wrapper:not(:first-of-type) {
  overflow-x: auto;
  border-top: unset;
  border-bottom: 1px solid #333;
}
.special-course-table__table:last-of-type {
  margin-top: 0;
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
}
.special-course-table__table:nth-child(1) {
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
  border-collapse: collapse;
}

.special-course-table__table th,
.special-course-table__table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: center;
  vertical-align: middle;
}

.special-course-table__table th {
  background: #fff8d2;
  font-weight: normal;
}

.special-course-table__info {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.special-course-table__info img {
  width: 48px;
  height: 59px;
}
.special-course-table__text {
  display: block;
}

.special-course-table__notice {
  margin-top: 20px;
}
.special-course-table__notice p {
  margin: 0;
}
.special-course-table__notice p span {
  color: #ff0000;
}

.special-course-table__notice-list {
  list-style: disc;
  padding-left: 16px;
}
.special-course-table__notice-list li {
  margin: 0;
}
.special-course-table__notice-list li::marker {
  font-size: 0.8rem;
}
.special-course-table__notice-headline {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}
.special-course-table__notice-headline::before {
  position: absolute;
  content: "◆";
  left: 0;
  top: 0;
  color: #ff9123;
}
.special-course-table__link {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
  display: block;
  margin-bottom: 8px;
}

.special-course-table__link::before,
.special-course-table__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: currentColor;
  transform-origin: calc(100% - 0.5px) 50%;
}

.special-course-table__link::before {
  transform: rotate(35deg);
}
.special-course-table__link::after {
  transform: rotate(-35deg);
}
th.special-course-table__table-date {
  background: #eeeeee;
}

/* スマートフォン向けのスタイル */
@media (max-width: 767.9px) {
  h1 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .page-article h2 {
    margin: 30px 0 20px 0;
    font-size: 1.6rem;
  }
  .page-article h3 {
    margin: 40px 0 20px;
    font-size: 1.5rem;
  }
  .page-article h4 {
    margin: 30px 0 10px;
    font-size: 1.4rem;
  }
  p,
  li,
  th,
  td {
    font-size: 1.3rem;
  }
  .horizontal th,
  .horizontal td {
    padding: 16px 10px;
  }
  .horizontal th {
    width: 35%;
  }
  .horizontal td {
    width: 65%;
  }
  .vertical th,
  .vertical td {
    padding: 16px 10px;
  }
  .vertical th {
    padding: 16px 10px;
  }
  .vertical tr:nth-child(even) {
    background-color: #f5f5f5;
  }

  .breadcrumb {
    padding: 12px 0 12px 20px;
    margin: auto;
  }
  .breadcrumb li {
    font-size: 1rem;
    flex: 0 0 auto;
  }
  .breadcrumb ol {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  main .wrapper {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .payment-options {
    flex-direction: column;
    margin: 0;
  }

  /* タブメニュー */
  .tab-menu {
    width: 100%;
  }
  .tab-container {
    margin-top: 20px;
  }

  .tab-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .tab-menu li {
    font-size: 1.2rem;
    padding: 8px 0;
    font-weight: normal;
    position: relative;
    transition: background-color 0.2s, color 0.2s;
  }

  .tab-menu li:nth-child(1) {
    width: 27%;
  }
  .tab-menu li:nth-child(2) {
    width: 27%;
  }
  .tab-menu li:nth-child(3) {
    width: 46%;
  }

  .tab-menu li.active {
    background-color: #ff9123; /* オレンジ */
    color: #fff;
  }

  .tab-menu li.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ff9123; /* 三角部分の色 */
  }
  .bank-account {
    width: 100%;
  }
  .bank-note li {
    font-size: 1rem;
    font-weight: 300;
  }
  .bank-note li::before {
    border-width: 1.6px;
  }
  .bank-note span {
    display: block;
  }
  .payment-table td span {
    display: block;
  }
  .payment-text {
    padding: 16px 12px 16px;
  }
  .payment-table th.person {
    width: 25%;
  }
  .note {
    font-size: 1rem;
  }
  .alert-box {
    border: 1px solid #ff0000;
    color: #ff0000;
    padding: 16px 16px;
    font-weight: normal;
    margin-top: 30px;
  }
  .alert-box a {
    color: #ff0000;
  }

  .installment-icons {
    flex-wrap: wrap;
    gap: 0;
    text-align: left;
  }
  .installment-item {
    flex: none;
    width: 100%;
    display: flex;
    pad: 0 30px;
    justify-content: space-evenly;
  }
  .installment-item-title {
    margin-bottom: 0;
  }

  .icon-wrap {
    width: 30%;
    margin: 0;
    justify-content: unsafe;
  }
  .installment-info {
    margin-bottom: 10px;
  }
  .installment-item-note {
    width: 65%;
  }
  .installment-item-text {
    padding: 0;
  }
  .icon-wrap img {
    width: 76px;
  }
  .installment-info th {
    width: 32%;
  }
  .installment-info th,
  .installment-info td {
    padding: 12px 8px;
  }
  .steps {
    gap: 8px;
    justify-content: center;
  }
  .step-box {
    width: 100%;
    height: auto;
  }
  .step-box p {
    padding: 24px 8px;
    margin: 0;
  }
  .step-arrow {
    width: 0;
    height: 0;
    border-top: 0.7em solid #ff9123;
    border-right: 0.7em solid transparent;
    border-left: 0.7em solid transparent;
  }
  .page-article-contact-section {
    background-image: url("/assets/img/cta-sp.svg");
    background-repeat: repeat;
    background-color: #fffbe5;
    padding: 0 16px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    height: 305px;
    margin-top: 60px;
  }
  .page-article-contact-text {
    font-size: 1.3rem;
    margin-top: 24px;
    text-align: center;
  }
  .page-article-contact-phone .number a {
    border-bottom: 1px solid #333;
  }
  .page-article-contact-phone .number {
    font-size: 1.8rem;
  }
  .page-article-contact-phone .hours {
    font-size: 1.3rem;
  }
  .page-article-btn-contact {
    height: 40px;
    font-size: 1.6rem;
  }
  .page-article-contact-phone {
    width: 100%;
    text-align: center;
    top: 80px;
  }
  .payment-table-title {
    padding: 4px 12px;
  }

  /* 企業情報 */
  .company-information th {
    width: 35%;
  }
  .company-information th,
  .company-information td {
    padding: 16px 10px;
  }

  /* 一覧 */
  .search-bar-ranking {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    border-top: none;
    border-bottom: none;
    padding: 8px 0;
    margin: 20px 0 60px 0;
  }
  .form-item {
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
  }
  .form-item label {
    margin-bottom: 0.2rem;
    font-size: 1rem;
    margin-left: 6px;
    color: #909090;
  }
  .form-item select {
    padding: 0;
    font-size: 1.3rem;
  }
  .form-item:last-child {
    border-bottom: none;
  }
  .search-button button {
    width: 200px;
    height: 25px;
    padding: 0;
  }
  .ranking-cards {
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    gap: 0;
  }
  .card .image {
    border-radius: 0;
  }
  .badge.crown {
    top: -18px;
    width: 22px;
    height: 18px;
  }
  .card .image img {
    min-width: 125px;
    height: 150px;
    border-radius: 8px;
    transform: scale(1.1);
    object-fit: cover;
  }
  .card .attribute {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
  }
  .card .info {
    width: 100%;
    padding: 4px 4px;
  }
  .card .info .location {
    font-size: 1rem;
  }
  .card .info .school {
    font-size: 1rem;
  }
  .card .info .price {
    font-size: 1.4rem;
  }
  .card .info .date {
    font-size: 1rem;
    line-height: 1.2;
  }
  .card .info .date span {
    margin-right: 4px;
  }
  .card .info .licence {
    font-size: 1rem;
    line-height: 1.2;
  }
  .card .info .licence span {
    margin-right: 0;
    display: none;
  }
  .card .info .plan {
    font-size: 1rem;
    line-height: 1.2;
  }
  .card .info .plan span {
    margin-right: 0;
    display: none;
  }
  .card .info .my-licence {
    font-size: 1rem;
    line-height: 1.2;
  }
  .card .info .my-licence span {
    display: none;
    margin-right: 0;
  }
  .card .actions {
    position: relative;
    display: flex;
    padding: 4px 10px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .card .favorite {
    display: block;
    position: unset;
    background-image: url(/assets/img/ico/ico_favorite01.svg);
    background-repeat: no-repeat;
    height: 12px;
    width: 14px;
    cursor: pointer;
  }
  .card .apply {
    font-size: 1rem;
    margin-right: 17px;
  }
  .card .apply::after {
    height: 10px;
    right: 13px;
    top: 7px;
    width: 12px;
  }
  .lower .card .apply::after {
    height: 10px;
    right: 13px;
    top: 7px;
    width: 12px;
  }
  .ranking-cards.lower {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 40px;
  }
  .search-button {
    margin-top: 12px;
  }
  /* 一覧　リスト */
  .search-bar-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    border-top: none;
    border-bottom: none;
    padding: 8px 0;
    margin: 20px 0 20px 0;
  }
  .search-bar-list.pro {
    grid-template-columns: repeat(1, 1fr);
  }
  .sort-dropdown {
    display: inline-flex;
    align-items: center;
    background-color: #eee;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 8px 32px;
  }
  .sort-dropdown select {
    font-size: 1.3rem;
  }
  /* フォーム */
  .step-bar-wrapper {
    margin: 20px 0px 10px;
  }
  .form__group {
    padding: 12px 0;
    flex-wrap: wrap;
  }
  .label {
    font-size: 1.4rem;
  }
  .form__label {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
  .form__label.full {
    margin-bottom: 8px;
  }
  .form__element {
    width: 100%;
  }
  .form__input {
    width: 100%;
  }
  .form__input,
  .form__textarea {
    font-size: 1.3rem;
  }
  .form__select {
    font-size: 1.3rem;
  }
  .form__note {
    font-size: 1rem;
  }
  .form__checkbox {
    width: 48%;
  }
  .year {
    width: 100px;
  }
  .month {
    width: 75px;
  }
  .day {
    width: 75px;
  }
  .job {
    width: 100%;
  }
  .pref {
    width: 100%;
  }
  .form__submit {
    width: 100%;
    font-size: 1.4rem;
    position: relative;
  }
  .form__check-text {
    text-align: center;
    margin: 48px 0;
  }
  .form__run {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .form__back {
    width: 100%;
    font-size: 1.6rem;
  }
  .form__entry {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 12px;
  }
  .thanks-msg p:nth-child(3) {
    margin-bottom: 32px;
  }
  .thanks-img {
    width: 96x;
    height: 96px;
  }
  /* キャンペーン */
  .campaign {
    margin: 20px;
  }
  .campaign__table {
    width: 100%;
    border-collapse: collapse;
  }

  .campaign__table thead th {
    background-color: #eeeeee;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
  }
  .campaign__table thead th:nth-child(1) {
    border-right: 4px solid #fff;
  }
  .campaign__table tbody td {
    padding: 8px 12px;
  }
  .campaign__btn {
    width: 60px;
    font-size: 1.2rem;
    padding: 8px 0;
    text-align: center;
  }

  /* お申し込みの流れ */
  .application {
    margin-top: 24px;
    padding: 20px 20px 40px;
  }
  .application h2.application__title {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .application__content {
    display: flex;
    flex-wrap: wrap;
  }
  .application__box {
    width: 100%;
    flex: auto;
  }
  .application__text {
    padding: 20px 20px;
  }
  .application__button {
    text-decoration: none;
    padding: 20px 0;
    font-size: 1.6rem;
    margin: auto 20px;
    position: relative;
  }
  .application__button a {
    position: relative;
  }
  .application__button a::before {
    position: absolute;
    height: 16px;
    width: 16px;
    left: 20px;
  }
  .application__phone-number {
    font-size: 1.8rem;
    margin: 0 0 0 0;
  }
  .application__business-hours {
    font-size: 1.3rem;
  }
  .payment {
    padding: 20px 20px 40px;
  }
  .payment h2.payment__title {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .payment__content {
    display: flex;
    flex-wrap: wrap;
  }
  .payment__box {
    width: 100%;
    flex: auto;
  }
  .complete {
    padding: 20px 20px 20px;
  }
  .complete h2.complete__title {
    font-size: 1.5rem;
    font-weight: 600;
  }

  /* 卒業の流れ */
  .timeline {
    margin-top: 32px;
  }
  .timeline__block {
    padding-top: 4px;
  }
  .timeline__item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 24px;
  }
  .timeline__title {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .timeline__description {
    width: 100%;
    padding-left: 14px;
  }
  .timeline__tel {
    font-size: 1.5rem;
  }
  .timeline__tel span {
    display: block;
    font-size: 1.3rem;
  }
  .timeline__link {
    font-size: 1.3rem;
  }
  .timeline__flag {
    width: 110px;
    text-align: center;
    font-size: 1.1rem;
  }
  .first-stage {
    margin: 0 auto;
    padding: 20px 16px;
    margin-top: 4px;
  }
  .first-stage__group {
    flex-wrap: wrap;
    gap: 4px;
  }
  .first-stage__box {
    width: 100%;
  }
  .first-stage__title {
    font-size: 1.3rem;
  }
  .first-stage__desc {
    font-size: 1.3rem;
  }
  .timeline__triangle {
    margin: 12px auto;
  }
  .first-stage__result {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .second-stage {
    margin: 0 auto;
    padding: 20px 16px;
    margin-top: 4px;
  }
  .second-stage__group {
    flex-wrap: wrap;
    gap: 4px;
  }
  .second-stage__box {
    width: 100%;
  }
  .second-stage__title {
    font-size: 1.3rem;
  }
  .second-stage__desc {
    font-size: 1.3rem;
  }
  .second-stage__result {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .last-stage {
    margin: 0 auto;
    padding: 20px 16px;
    margin-top: 4px;
  }
  .last-stage__group {
    flex-wrap: wrap;
    gap: 4px;
  }
  .last-stage__box {
    width: 100%;
  }
  .last-stage__title {
    font-size: 1.3rem;
  }
  .last-stage__desc {
    font-size: 1.3rem;
  }
  .last-stage__result {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .last-stage__note-title {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .last-stage__note-headline {
    font-weight: 600;
  }
  .last-stage__note-text {
    padding: 0 1.3rem;
  }
  .timeline__triangle {
    margin: 12px auto;
  }
  .timeline-divider__text {
    font-size: 1.5rem;
  }
  .timeline-divider__line {
    margin-left: 14px;
  }
  .timeline-divider__line:last-child {
    margin-left: 0;
  }
  .timeline-divider {
    padding-bottom: 30px;
  }
  .timeline__title.timeline__last::after {
    top: -4px;
    height: 10px;
  }
  .feature-list {
    margin: 0px -20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
  .feature-list__column {
    width: 100%;
    border-right: none;
  }
  .feature-list__link::before {
    left: -4px;
  }
  h2.feature-list__item {
    font-size: 1.5rem;
    padding: 8px 48px 8px 20px;
    margin: 0;
    position: relative;
    border-top: 1px solid #d1d1d1;
  }
  h2.feature-list__item::after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/ico/ico_chevron-right.svg);
    background-repeat: no-repeat;
    height: 14px;
    width: 9px;
    cursor: pointer;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto;
  }

  .feature-list__column:last-child h2.feature-list__item:last-child {
    border-bottom: 1px solid #d1d1d1;
  }

  h2.feature-list__item:last-child {
  }
  a.feature-list__link {
    display: block;
    color: #333;
  }
  a.feature-list__link:hover {
    color: #333;
    text-decoration: none;
  }
  a.feature-list__link:visited {
    color: #333;
  }
  /* お知らせ */
  .news-list__link {
    font-size: 1.3rem;
    margin-left: 20px;
  }
  .news-list__date {
    font-size: 1.1rem;
  }

  /* ルート・交通費 */
  .access-info__list {
    margin-bottom: 20px;
  }
  .access-info__term,
  .access-info__desc {
    font-size: 1.3rem;
    padding: 8px 20px;
  }
  .access-info__notes {
    list-style: disc;
    padding-left: 16px;
  }
  .access-info__notes li {
    margin: 0;
  }
  .access-info__notes li::marker {
    font-size: 0.8rem;
  }

  /* キャンペーン */
  .campaign-steps__step {
    margin-bottom: 32px;
    padding: 12px 16px;
    flex-wrap: wrap;
    justify-content: left;
  }
  .campaign-steps__step.step1 {
    justify-content: left;
  }
  .campaign-steps__step.step2 {
    justify-content: space-around;
  }
  .campaign-steps__step.step3 {
    justify-content: space-between;
  }
  .campaign-steps__step.step4 {
    position: relative;
    justify-content: space-between;
    margin-top: 100px;
  }
  .campaign-steps__step.step1 .campaign-steps__body .campaign-steps__label,
  .campaign-steps__step.step2 .campaign-steps__body .campaign-steps__label,
  .campaign-steps__step.step3 .campaign-steps__body .campaign-steps__label,
  .campaign-steps__step.step4 .campaign-steps__body .campaign-steps__label {
    width: 100%;
    margin-bottom: 8px;
  }
  .campaign-steps__label span {
    background: #ffc523;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 12px;
    padding: 0 20px;
  }
  .campaign-steps__step.step1 .campaign-steps__text {
    width: 100%;
    margin-bottom: 8px;
  }
  .campaign-steps__step.step2 .campaign-steps__text {
    width: 100%;
    margin-bottom: 8px;
  }
  .campaign-steps__step.step3 .campaign-steps__text {
    width: 100%;
    margin-bottom: 8px;
  }
  .campaign-steps__step.step4 .campaign-steps__text {
    width: 100%;
    margin-bottom: 8px;
  }
  .campaign-steps__step.step2 .campaign-steps__body {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
  }
  .campaign-steps__sns-list {
    background: #fff;
    gap: 12px;
    justify-content: space-evenly;
    padding: 20px 8px;
    width: 100%;
    margin-bottom: 8px;
  }
  .campaign-steps__sns-icon img {
    width: 30px;
    height: 30px;
  }
  .campaign-steps__user1,
  .campaign-steps__user2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: left;
  }
  .campaign-steps__user1 {
    width: 100%;
  }
  .campaign-steps__user2 {
    width: 100%;
  }
  .campaign-steps__step.step4 .campaign-steps__user1,
  .campaign-steps__step.step4 .campaign-steps__user2 {
    width: 49%;
  }
  .campaign-steps__user1 p,
  .campaign-steps__user2 p {
    margin-left: 4px;
  }
  .campaign-steps__user2.no-pc {
    display: flex;
  }
  .campaign-steps__user1 img,
  .campaign-steps__user2 img {
    width: 50px;
    height: 50px;
  }
  .campaign-steps__step.step2 .campaign-steps__input-sample {
    width: 310px;
    height: auto;
    margin-bottom: 8px;
  }
  .campaign-steps__step.step4::before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/ponta05.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 111px;
    top: -64px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  /* お気に入り */
  .refine-check {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    justify-content: space-around;
    display: flex;
    padding: 8px 8px;
    align-items: center;
    margin-bottom: 4px;
  }
  .refine-check span {
    font-size: 1.3rem;
    width: 20%;
    margin-right: 0;
  }
  .refine-check ul {
    width: 90%;
    justify-content: space-around;
  }
  .refine-check ul li {
    padding: 0px 8px;
  }
  /* 空き状況 */
  .card:not(:nth-of-type(3n)) .avalability {
    border-right: 2px solid #fff;
  }
  .avalability-title {
    font-size: 1rem;
  }
  .avalability dl dt {
    font-size: 1rem;
  }
  .avalability dl dd {
    font-size: 1rem;
  }
  .avalability dl dd ul {
    font-size: 1rem;
  }
  .avalability dl dd ul li {
    font-size: 1rem;
    margin: 0;
  }
  .avalability dl dd ul li::marker {
    font-size: 0.5rem;
  }
  /* 安い理由 */
  .telephone-area {
    height: auto;
    background-image: url("/assets/img/back.png");
    background-size: cover; /* 要素を埋めるように拡大縮小（トリミングの可能性あり） */
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 12px;
    padding: 12px 0;
  }
  .telephone-area-column:nth-child(1) {
    width: 48%;
    justify-content: right;
  }
  .telephone-area-column:nth-child(2) {
    width: 48%;
    justify-content: left;
  }
  .telephone-area-title {
  }
  .telephone-area-title p {
    font-size: 1.4rem;
    padding: 4px 22px;
    background: #fff;
    border-radius: 16px;
  }
  .telephone-area-number {
    font-size: 1.8rem;
    align-items: center;
  }
  .telephone-area-number a {
    color: #333;
    text-decoration: none;
  }
  .telephone-area-number a span {
    border-bottom: 1px solid #333;
    margin-left: 4px;
  }
  .telephone-area-number a:hover {
    color: #333;
    text-decoration: none;
  }
  .telephone-area-number a:visited {
    color: #333;
  }
  .telephone-area-number a::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/assets/img/ico/ico_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* 教育訓練給付金 */
  h3.school-table__pref {
    background-color: unset;
    padding: 0 0 0 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 12px 0;
  }
  h4.school-table__title {
    font-size: 1.6rem;
    margin: 0;
    padding: 8px 0;
  }
  .school-table__scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
  }
  .training-subsidy__note {
    padding: 12px 20px;
  }
  h3.training-subsidy__step-title {
    padding: 0;
    margin: 0;
  }

  /* テーブル */
  .school-table__table {
    width: 100%;
    border-collapse: collapse;
  }
  .school-table__table:nth-child(1) {
    margin-top: 24px;
  }
  .school-table__table th,
  .school-table__table td {
    white-space: nowrap; /* 折り返さない */
  }
  .school-table__info {
    gap: 4px;
  }
  .school-table__phone-number {
    font-size: 1.8rem;
    gap: 8px;
  }

  /* 特例 */
  h3.special__headline {
    margin: 40px -20px 20px;
  }
  h3.special-course__heading.pref {
    margin: 12px 0;
  }
  h4.special-course-table__title {
    font-size: 1.6rem;
    margin: 0;
    padding: 8px 0;
  }
  .special-course-table__scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .special-course-table {
    margin-top: 28px;
  }
  .special-course-table th,
  .special-course-table td {
    white-space: nowrap;
  }
  .special-course-table__table:nth-child(1) {
    margin-top: 20px;
  }
  .model-case__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .model-case__card {
    width: 100%;
    flex: unset;
  }
  .model-case__title {
    margin: 0;
  }
  .special-course__description span {
    margin-top: 12px;
    display: block;
  }
  .special-course__step-description {
    font-size: 1.5rem;
  }
  .special-course-faq__item {
    font-size: 1.3rem;
  }
  .special-course-faq__question {
    padding: 8px 12px;
    font-weight: 600;
    border-bottom: 1px solid #d1d1d1;
    background: #ffebeb;
  }
  .special-course-faq__answer {
    padding: 12px 12px;
  }
}
