/* ========all page style======== */

.eyecatch {
  width: 100%;
  position: relative;
}

.eyecatch-cont{
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 220px;
  font-family: "Hiragino Kaku Gothic ProN W6";
  font-weight: 600;
  line-height: 1;
}

.eyecatch-ttl{
  font-size: 56px;
  color: #1c50a1;
}
.eyecatch-ttl-sub{
  font-size: 32px;
  color: #595757;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .eyecatch-cont{
    position: absolute;
    z-index: 100;
    top: 30px;
    left: 20px;
    right: auto;
    margin: 0 auto;
    bottom: auto;
    line-height: 1;
            z-index: 10;
  }
  .eyecatch-ttl{
    font-size: 32px;
    color: #1c50a1;
  }
  .eyecatch-ttl-sub{
    font-size: 20px;
    color: #595757;
    margin-top: 20px;
  }
}
.hero-sl .swiper-slide img {
  width: 100%;
}
.eyecatch .swiper-pagination {
  bottom: -32px;
}
.eyecatch .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0px 8px;
  background-color: #eeeeee;
  opacity: 1;
}
.eyecatch
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0051bb;
}
.block-title {
  position: relative;
  margin-bottom: 24px;
}
.block-title .__ja {
  font-size: 36px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-weight: 400;
}
.block-title .__en {
  font-size: 14px;
  padding-left: 42px;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
}
.block-title .__en::after {
  position: absolute;
  content: "";
  background-image: url(../images/tick.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 32px;
  left: 1px;
  top: -9px;
}
.news {
  padding-top: 65px;
  overflow: hidden;
}
.news-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 40px;
}
.news-block {
  width: 720px;
}
.news-list {
  max-width: 720px;
}



.blog-block {
  flex: 1;
  position: relative;
  border-left: 1px solid #eeeeee;
  padding-left: 20px;
}



.blog-block::before {
  position: absolute;
  content: "";
  background-image: url(../images/blog-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 373px;
  height: 368px;
  top: 16.5%;
  right: 20px;
  z-index: -1;
}



.blog-block .block-title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}



.blog-block .news-list {
  /* display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: unset;
  margin: 0 auto;
  row-gap: 25px; */
  padding: 0px 20px;
}
/*
.blog-block .news-list li:nth-child(2) {
  display: none;
} */
/* .blog-block .news-list .new-item {
  display: block;
  border-bottom: 0px;
  padding: 0px;
  max-width: 220px;
} */

.blog-block .wrap-link-center {
  margin-top: 25px;
}

.new-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 16px 0px;
  column-gap: 24px;
  border-bottom: 1px dotted #999;
}

.new-item .__thumb img {
  width: 100%;
  aspect-ratio: 220/180;
}

.new-item .__thumb {
  border: 1px solid #eee;
}

.new-item:hover p {
  color: #0051bb;
}

.new-item p {
  transition: 0.25s;
  flex: 1;
  text-decoration: underline;
}

.blog-block .news-list .new__head {
  /* padding-bottom: 5px; */
  column-gap: 10px;
}

/* .blog-block .news-list .new-item p {
  padding: 6px 0px;
  text-decoration: none;
} */

.new__head {
  column-gap: 36px;
}

.news-content.--single .new__head {
  padding-bottom: 15px;
  column-gap: 10px;
}

.new__head span {
  font-size: 16px;
}

.new__head .__cat {
  padding: 0px 7px;
  background-color: #8eb5d7;
  color: #fff;
  font-size: 15px;
}

.home-block {
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
}

.home-block.--courses {
  padding-top: 115px;
}

.home-block .__content {
  flex: 1;
  padding: 42px 86px 20px 35px;
}

.home-block.--courses .__content {
  padding-left: 86px;
}

.home-block .__content .txt {
  margin-bottom: 50px;
  line-height: 1.8;
}

.home-block .__img {
  position: relative;
}

.home-block .__img .__txt-ab {
  position: absolute;
  font-size: 100px;
  left: 96px;
  bottom: 0;
  color: #eeeeee;
  line-height: 1;

  transform: translateY(50%);
}

.home-block.--courses .__img .__txt-ab {
  left: 38px;
}

.btn-side {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 20px 20px;

  font-size: 15px;
  min-width: 284px;
  position: relative;
  display: block;
  width: fit-content;
  background-color: #fff;
}

.btn-side.--border-0 {
  border: 0px;
  min-width: 180px;
  padding: 16px 20px;
}

.btn-side:hover {
  background-color: #0051bb;
  color: #fff;
  opacity: 1;
}

.btn-side:hover .btn__arrow {
  background-color: #fff;
}

.btn-side:hover .btn__arrow::after {
  color: #0051bb;
}

.btn-side .btn__arrow {
  width: 38px;
  height: 38px;
  right: 12px;
}

.btn__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0051bb;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.btn__arrow::after {
  content: "→";
  font-size: 24px;
  color: #fff;
  line-height: 1;
  transition: 0.3s;
}

.wrap-link-center {
  margin-top: 35px;
}

.wrap-link-center.--school {
  margin-top: 70px;
}

.internal-link {
  padding-top: 135px;
  padding-bottom: 60px;
}

.internal-link .__inner-block {
  padding-top: 60px;
}

.internal-link-cl3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.internal-link-cl3.--in-page {
  gap: 60px;
  padding-top: 25px;
}

.internal-link-cl3 .__item {
  flex: 1;
}

.internal-link-cl3.--in-page .__item {
  width: calc(100% / 2 - 30px);
  flex: unset;
}

.internal-link .block-title .__ja {
  line-height: 1.4;
}

.internal-link-cl3 .__item .block-title .__ja {
  margin-bottom: 0px;
  border-bottom: unset;
}

.internal-link__item {
  position: relative;
  overflow: hidden;
}

.internal-link__item .txt {
  font-size: 16px;
  padding: 14px 0px;
  transition: 0.25s;
}

.internal-link__item .__thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.internal-link__item .__thumb img {
  transition: 0.4s;
  width: 100%;
  border-radius: 10px;
}

.internal-link__item:hover .__thumb img {
  transform: scale(1.02);
}

.internal-link__item .__thumb .btn__arrow {
  right: 14px;
  z-index: 2;
}

.internal-link-cl3.--in-page .__item .__thumb .btn__arrow {
  right: 20%;
}

.internal-link__item:hover .txt {
  color: #0051bb;
}

.internal-link-cl3.--ct .internal-link__item .__thumb .btn__arrow {
  position: static;
  transform: unset;
  margin: 0 auto;
}

.internal-link-cl3.--ct .internal-link__item .__thumb .__inner {
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 2;
}

.internal-link-cl3.--ct .internal-link__item .__thumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0000003b;
}

.internal-link-cl3.--ct
  .__item:nth-child(2)
  .internal-link__item
  .__thumb::after {
  background-color: transparent;
}

.internal-link-cl3.--ct
  .__item:nth-child(3)
  .internal-link__item
  .__thumb::after {
  background-color: #00000066;
}

.internal-link__item .__title {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-bottom: 15px;
  transition: 0.3s;
}

.internal-link-cl2 {
  padding-top: 46px;
  display: flex;
  align-items: stretch;
  column-gap: 60px;
  row-gap: 30px;
}

.banner-link {
  flex: 1;
  padding: 20px 50px;
  border-radius: 10px;
  min-height: 160px;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-link.--01 {
  background-color: #0051bb;
}

.banner-link.--01::before {
  background-image: url(../images/banner-icon-01.png);
  width: 342px;
  height: 113px;
  right: 60px;
}

.banner-link.--01.--in-page {
  padding: 20px 50px;
}

.banner-link.--01.--in-page::before {
  background-image: url(../images/banner-icon-01-page.png);
  width: 220px;
  height: 109px;
}

.banner-link.--02 {
  background-color: #feda15;
}

.banner-link.--02::before {
  background-image: url(../images/banner-icon-02.png);
  width: 133px;
  height: 119px;
  right: 70px;
}

.banner-link h3 {
  color: #fff;
  font-size: 24px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  margin: 0px !important;
}

.banner-link .btn__arrow {
  right: 26px;
}

.banner-link.--01 .btn__arrow {
  background-color: transparent;
  border: 1px solid #fff;
}

.banner-link.--01 .btn__arrow::after {
  color: #fff;
}

/* contact section */
.contact-part {
  padding: 70px 0px;
}

.contact-part .block-title .__ja {
  width: 300px;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 50px;
  background: linear-gradient(70deg, #1c50a1 35%, #6eb944 100%);
  color: #fff;
}

.block-title.--center .__ja {
  text-align: center;
}

.wrap-contact {
  padding-top: 10px;
  align-items: flex-end;
  column-gap: 55px;
}

.info__contact .txt {
  font-size: 14px;
  column-gap: 10px;
  align-items: center;
}

.info__contact .txt.--head {
  padding-left: 75px;
  padding-bottom: 5px;
}

.info__contact .txt.--bottom {
  padding-left: 53px;
  padding-top: 2px;
}

.info__contact .txt span.__tel {
  font-size: 36px;
  color: #0051bb;
  font-family: "Kozuka Gothic Pr6N", "Helvetica Neue", "Helvetica", "Arial",
    "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  line-height: 1;
}
/* contact section */

.banner-page {
  background-color: #fef6ea;
  position: relative;
}

.banner-page__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 63.7%;
  max-width: 1190px;
  height: 315px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/about-banner.jpg);
}

.banner-page__img .__en {
  font-size: 100px;
  letter-spacing: 1px;
  color: #eeeeee;
  line-height: 1;
  display: block;
  position: absolute;
  right: 10%;
  bottom: 0;
  transform: translateY(42%);
  white-space: nowrap;
  text-transform: uppercase;

  /* text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); */
}

.banner-page.--contact .banner-page__img {
  width: 62%;
}

.page-content {
  padding-bottom: 20px;
  padding-top: 128px;
}

.page-content.--courses {
  padding-bottom: 0px;
}

.banner-page__inner {
  min-height: 248px;
  padding: 26px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 34%;
}

.banner-page__inner .block-title {
  margin-bottom: 17px;
}

.banner-page__inner p {
  line-height: 1.8;
}

.page-content h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}

.page-content h3 {
  font-size: 24px;
  margin: 30px 0px;
  font-weight: 400;
}

.page-content h4 {
  font-size: 20px;
  margin: 20px 0px;
  font-weight: 400;
}

.page-content.--courses p {
  margin: 30px 0px;
  line-height: 1.8;
}

.page-content.--courses p:last-child {
  margin-bottom: 0px;
}

.page-content p a {
  color: #0051bb;
  text-decoration: underline;
}

.info-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.info-avatar {
  padding-top: 4px;
  padding-right: 78px;
}

.info-avatar .txt {
  margin-top: 16px;
  align-items: flex-end;
  column-gap: 20px;
}

.info-avatar .__name {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.1;
}

.info-txt {
  flex: 1;
}

.info-txt .__title {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.info-txt p {
  font-size: 16px;
  text-align: justify;
  line-height: 2;
}

.info-box {
  max-width: 745px;
  margin: 0 auto;
  background-color: #fef6ea;
  padding: 26px 10px 36px;
  border-radius: 20px;
}

.info-box .__title {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 14px;
  margin-top: 0px !important;
}

.info-box p {
  font-size: 24px;
}

.block-content__inner iframe {
  width: 100%;
  height: 460px;
}

.ul-icon {
  width: fit-content;
  margin: 0 auto;
}

.ul-icon li {
  position: relative;
  font-size: 18px;
  padding: 0px 0px 5px 10px;
}

.ul-icon li::after {
  position: absolute;
  content: "";
  background-image: url(../images/tick-red.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 2px;
  left: -28px;
  width: 24px;
  height: 24px;
}

.info-partner .__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0px;
  border-top: 1px solid #e5e5e5;
  row-gap: 25px;
}

.info-partner .__item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.info-partner .__img {
  width: 245px;
}

.info-partner .txt {
  flex: 1;
}

.wrap-news-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.wrap-news-content.--school {
  padding-top: 20px;
}

.news-content {
  flex: 1;
  width: auto;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 60px;
  padding-top: 10px;
  border-left: 1px solid #eeeeee;
}

.news-content.--school {
  border-left: unset;
  padding-top: 0px;
}

.news-aside {
  padding-top: 10px;
  padding-right: 60px;
  width: 259px;
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
}

.news-aside h3 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 25px;
}

.cat-link {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}

.cat-link::after {
  position: absolute;
  content: "→";
  font-size: 24px;
  color: #0051bb;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-weight: 400;
  transition: 0.3s;
}

.cat-link:hover {
  color: #0051bb;
  text-decoration: underline;
}

.cat-link:hover::after {
  transform: translate(6px, -50%);
}

.pagination {
  padding: 45px 0px 16px;
}

.page-content h1 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}

.news-content.--single p {
  margin: 20px 0px 30px;
  line-height: 1.8;
}

.news-content.--single p a {
  color: #0051bb;
  text-decoration: underline;
  font-weight: 700;
}

.news-content.--single img {
  width: auto;
  display: inline-block;
}

.to-news-page {
  padding-top: 65px;
  clear: both;
}

.news-content.--single p img {
  display: inline-block;
  float: left;
}

.news-content.--single p img ~ img {
  margin-left: 28px;
}

/*=========== faq style ===========*/
.faq-row {
  padding: 20px 0px;
  border-bottom: 2px dotted #7b9ae7;
}

.faq__line {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}

.faq__line .__txt {
  flex: 1;
  line-height: 1.8;
  padding-top: 15px;
}

.faq__line.--q .__txt {
  font-size: 24px;
  padding-top: 7px;
}

.faq__line ~ .faq__line {
  padding-top: 18px;
}

.faq__line .__txt .btn-side {
  height: unset;
  text-decoration: underline;
  color: #0051bb;
  padding: 10px 20px;
  margin-top: 6px;
  min-width: unset;
}

.faq__line .__txt .btn-side .btn__arrow {
  right: -28px;
}

.faq__line .__txt .btn-side:hover {
  background-color: transparent;
}
/*=========== faq style ===========*/

.content-block-inner {
  padding-top: 55px;
  position: relative;
}

.content-block-inner .__img {
  position: absolute;
  right: 5px;
  top: 38%;
}

.content-block-inner:first-child {
  padding-top: 0px;
}

.content-block-inner.pt20 {
  padding-top: 20px;
}

.content-block-inner p.txt {
  line-height: 1.8;
  margin: 0px;
}

.content-block-inner p.txt strong {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 4px;
}

.content-block-inner p.txt ~ p.txt {
  margin-top: 32px;
}

.content-block-inner h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  line-height: 1.4;
}

.page-content.--about .content-block-inner h2 {
  border-bottom: unset;
  padding-bottom: 0px;
}

.page-content .content-block-inner .__inner h3 {
  margin-top: 0px;
  margin-bottom: 12px;
}

.page-content .content-block-inner .__inner h4 {
  font-size: 18px;
  margin: 30px 0px 15px;
}

.page-content .content-block-inner .__inner {
  margin-top: 40px;
}

.overflow-x-auto {
  overflow-x: auto;
}

table {
  width: 100%;
  margin: 5px 0px;
}

th,
td {
  padding: 5px 6px;
  border: 1px solid #0f0f0f;
  line-height: 1.6;
  font-weight: 400;
}

.ad-table td,
.ad-table th {
  border-color: #e5e5e5;
  padding: 12px 25px;
}

.ad-table.--ct tr td:first-child {
  border-left: 0px;
  padding-left: 0px;
  border-right: 0px;
}

.ad-table.--ct tr td {
  vertical-align: top;
}

.ad-table.--ct tr td:last-child {
  border-right: 0px;
  border-left: 0px;
}

.font24 {
  font-size: 22px;
}

table.table-gradua {
  font-size: 18px;
}

table.table-gradua.--02 {
  margin-top: 35px;
}

table.table-gradua th,
table.table-gradua td {
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
}

table.table-gradua th {
  background-color: #e5f4fa;
}

table.table-gradua thead tr th:first-child {
  width: 17%;
}

table.table-gradua thead tr th:last-child {
  width: 15%;
}

td.icon {
  font-size: 30px;
  line-height: 1 !important;
}

td.icon.--x {
  font-size: 48px;
}

table.table-gradua.--02 thead tr th:first-child {
  width: 50%;
}

table.table-gradua.--02 thead tr th:last-child {
  width: 33%;
}

.student-table {
  width: 100%;
}

.student-table td {
  text-align: center;
  width: calc(100% / 7);
}

.student-table tr:nth-child(2n + 2) td {
  background-color: #e5f4fa;
}

.pdf-list a {
  font-size: 18px;
  display: inline-block;
  padding: 4px 28px 4px 0px;
  position: relative;
  text-decoration: underline;
}

.pdf-list a:hover {
  color: #3aabd2;
}

.pdf-list a::before {
  position: absolute;
  content: "";
  background-image: url(../images/download.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  width: 21px;
  height: 18px;
  top: 8px;
  right: 0;
}

.line-flex {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
}

.line-flex.--border {
  border-top: 1px solid #000000;
  padding: 9px 0px 8px;
}

.line-flex.--border:last-child {
  border-bottom: 1px solid #000000;
}

.line-flex ~ .line-flex {
  margin-top: 10px;
}

.wrap-line-flex .line-flex ~ .line-flex {
  margin-top: 0px;
}

.line-flex p.txt {
  margin: 0px !important;
}

.line-flex p.txt:first-child {
  width: 280px;
}

.wrap-line-flex .line-flex p.txt:first-child {
  width: 295px;
}

.wrap-line-flex .line-flex p.txt:nth-child(2) {
  width: 330px;
}

.line-flex p.txt:nth-child(2) {
  width: 300px;
}

.line-flex p.txt:last-child {
  width: 38px;
  text-align: right;
  white-space: nowrap;
}

/*======== policy style ========*/
.page-content.--policy {
  border-top: 35px solid #fef6ea;
  position: relative;
  padding-top: 90px;
}

.page-content.--policy::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #eeeeee;
}

h1.policy-title-page {
  font-size: 36px;
  margin-bottom: 35px;
  padding-bottom: 2px;
  border-bottom: 2px solid #003788;
}

.page-content.--policy .content-block-inner h2 {
  color: #003888;
  font-size: 24px;
  border-bottom: unset;
  margin-bottom: 10px;
}

.policy-box {
  margin-top: 70px;
  border: 3px solid #003888;
  padding: 0px 5px;
}

.policy-box h3 {
  color: #003888;
  padding: 20px 24px 4px 24px;
  font-size: 20px;
  margin-top: 0px;
  border-bottom: 1px dashed #6687b8;
}

.policy-box p.txt {
  padding: 0px 24px 40px;
  line-height: 2.2;
}
/*======== policy style ========*/

.number-line {
  margin-bottom: 55px;
  padding-left: 64px;
  position: relative;
  font-size: 18px;
}

.page-content h4.number-line {
  font-size: 24px;
  margin-top: 45px;
}

.txt__hl {
  background: linear-gradient(transparent 60%, #f1f924 60%);
  padding-bottom: 4px;
}

.number-line::after {
  position: absolute;
  content: "";
  left: 0;
  top: -8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  width: 45px;
  height: 45px;
}

h4.number-line::after {
  top: -5px;
}

.number-line.--new::after {
  width: 50px;
  height: 50px;
  top: -12px;
}

.number-line.--new {
  font-size: 16px;
}

.number-line:last-child {
  margin-bottom: 40px;
}

.number-line.--01 {
  margin-bottom: 40px;
}

.number-line.--ct {
  margin-top: 40px;
}

.number-line.--01::after {
  background-image: url(https://nfh.ed.jp/wp-content/uploads/2026/06/アセット-1@4x-1.png);
}

.number-line.--02::after {
  background-image: url(https://nfh.ed.jp/wp-content/uploads/2026/06/アセット-2@4x-1.png);
}

.number-line.--03::after {
  background-image: url(https://nfh.ed.jp/wp-content/uploads/2026/06/アセット-3@4x-1.png);
}

.number-line.--04::after {
  background-image: url(https://nfh.ed.jp/wp-content/uploads/2026/06/アセット-4@4x-1.png);
}

.number-line.--05::after {
  background-image: url(https://nfh.ed.jp/wp-content/uploads/2026/06/アセット-5@4x-1.png);
}
.number-line.--01::after {
  background-image: url(https://dev.earth-label.com//wp-content/uploads/2026/06/アセット-1@4x-1.png);
}

.number-line.--02::after {
  background-image: url(https://dev.earth-label.com//wp-content/uploads/2026/06/アセット-2@4x-1.png);
}

.number-line.--03::after {
  background-image: url(https://dev.earth-label.com//wp-content/uploads/2026/06/アセット-3@4x-1.png);
}

.number-line.--04::after {
  background-image: url(https://dev.earth-label.com//wp-content/uploads/2026/06/アセット-4@4x-1.png);
}

.number-line.--05::after {
  background-image: url(https://dev.earth-label.com//wp-content/uploads/2026/06/アセット-5@4x-1.png);
}
.number-line.--01::after {
  background-image: url(http://localhost:10028/wp-content/uploads/2026/06/アセット-1@4x-1.png);
}

.number-line.--02::after {
  background-image: url(http://localhost:10028/wp-content/uploads/2026/06/アセット-2@4x-1.png);
}

.number-line.--03::after {
  background-image: url(http://localhost:10028/wp-content/uploads/2026/06/アセット-3@4x-1.png);
}

.number-line.--04::after {
  background-image: url(http://localhost:10028/wp-content/uploads/2026/06/アセット-4@4x-1.png);
}

.number-line.--05::after {
  background-image: url(http://localhost:10028/wp-content/uploads/2026/06/アセット-5@4x-1.png);
}

.number-line.--new.--01::after {
  background-image: url(../images/01-new.png);
}

.number-line.--new.--02::after {
  background-image: url(../images/02-new.png);
}

.number-line.--new.--03::after {
  background-image: url(../images/03-new.png);
}

.number-line.--new.--04::after {
  background-image: url(../images/04-new.png);
}

.number-line.--new.--05::after {
  background-image: url(../images/05-new.png);
}

.number-line.--new.--06::after {
  background-image: url(../images/06-new.png);
}

.about-icon {
  position: relative;
}

.about-icon .__img {
  position: absolute;
}

.about-icon .__img.--01 {
  top: 26px;
  right: 19%;
}

.about-icon .__img.--02 {
  top: 57%;
  right: 18%;
}

.wrap-number-block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 10px;
  row-gap: 42px;
  padding-top: 15px;
}

.number-block {
  position: relative;
  background-color: #0051bb;
  min-height: 220px;
  width: calc(100% / 3 - 6.67px);

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}

.wrap-number-block.--educate .number-block {
  background-color: transparent;
  padding: 0px;
}

.number-block .__title {
  position: absolute;
  left: 5px;
  top: -20px;
  padding: 6px 20px;
  background-color: #fff;
  border: 1px solid #7a7878;
  min-width: 180px;
  margin: 0px !important;
}

.number-block img {
  aspect-ratio: 320/220;
}

.number-block .__number {
  color: #fff;
  font-size: 72px;
  line-height: 0.8;
  align-items: flex-end;
  column-gap: 8px;
  justify-content: center;
  padding-top: 10px;
  margin: 0px !important;
}

.number-block .__number span {
  font-size: 30px;
  line-height: 1;
}

.number-block .__inner {
  display: flex;
}

.number-block .__inner .__number {
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.content-full-w {
  width: 100%;
}

.courses-day {
  padding: 34px 0px 70px;
  margin-top: 55px;
  background-color: #fef6ea;
  position: relative;
}

.courses-day.--school {
  padding-bottom: 55px;
}

.courses-day.--educate {
  padding-top: 45px;
}

.courses-img {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 45px;
}

.wrap-title-ct {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  align-items: center;
}

.wrap-title-ct p {
  margin: 0px !important;
}

.wrap-title-ct p.__title {
  line-height: 1;
  font-size: 36px;
  background-color: #ee7d8f;
  padding: 9px 26px 9px 60px;
  position: relative;
}

.wrap-title-ct p.__title.--bg-green {
  background-color: #77c7bb;
}

.wrap-title-ct p.__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/tick02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 42px;
  height: 59px;
  left: 14px;
  top: -18px;
}

.wrap-title-ct .__txt {
  padding-top: 14px;
}

.page-content p.--intro {
  margin-top: 45px;
  line-height: 2.2;
  position: relative;
}

.courses-day .--intro img {
  position: absolute;
  bottom: -12px;
  right: 80px;
}

.courses-day .--intro.--02 img {
  right: 54px;
  bottom: -44px;
}

.courses-day .--intro.--03 img {
  bottom: 10px;
}

.courses-day .--intro.--04 img {
  right: unset;
  bottom: unset;
  top: 0;
  left: 26.5%;
  transform: translateY(-100%);
}

.page-content p.--intro.--04 {
  margin-top: 35px;
  margin-bottom: 20px;
}

.courses-day__inner {
  padding-top: 70px;
}

.courses-day__inner.school-life-block {
  padding-top: 60px;
}

.news-content .courses-day__inner:first-child {
  padding-top: 0px;
}

.work-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 30px;
  row-gap: 50px;
  margin-top: 68px;
}

.work-list li {
  width: calc(100% / 4 - 22.5px);
  position: relative;

  display: flex;
}

.work-list li.align-end {
  align-items: flex-end;
}

.work-list.cl2 li {
  width: calc(100% / 2 - 15px);
}

.work-list li img {
  aspect-ratio: 220/180;
}

.work-list li img.__ct-img {
  aspect-ratio: unset;
}

.work-list .__title {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  left: 15px;
  padding: 2px 10px 4px;
  width: 162px;
  height: 51px;
  top: 0px;
  margin: 0px !important;
  transform: translateY(-62%);

  background-image: url(../images/wrap-txt-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.student-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 80px;
  row-gap: 30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 22px 25px 30px;
}

.student-box.--has-bg {
  background-color: #fef6ea;
}

.student-box .__txt {
  flex: 1;
  margin: 0px !important;
  line-height: 2.2 !important;
  padding-top: 65px;
}

.student-box h3 {
  margin: 0px 0px 15px 0px !important;
  font-size: 36px;
  text-align: center;
}

.student-box .__avatar img {
  margin: 0 auto;
}

.student-name {
  margin: 15px 0px !important;
  text-align: center;
}

.student-box .__avatar .txt {
  margin: 0px !important;
  text-align: left;
}

.courses-img .work-list {
  margin-top: 21px;
}

.content-bottom {
  padding-top: 80px;
  padding-bottom: 20px;
}

.content-bottom.--school {
  padding-top: 0px;
}

.courses-img__inner .__box {
  padding: 25px 66px;
  background-color: #c9f4ee;
  margin-top: 60px;
}

.courses-img__inner .__box .__head {
  font-size: 24px;
  text-align: center;
  border: 1px solid #7a7878;
  margin: 0px !important;
  padding: 1px 6px;
}

.courses-img__inner .__box .txt {
  margin: 20px 0px !important;
  line-height: 2;
}

.text-box-bg {
  background-color: #fef6ea;
  border-radius: 10px;
  padding: 35px 30px;
  margin-top: 38px !important;
  position: relative;
  line-height: 2 !important;
}

.block__child {
  margin-top: 60px;
}

.block__child .text-box-bg {
  margin-top: 20px !important;
}

.block__child h3 {
  margin-bottom: 16px !important;
}

.text-box-bg p.txt {
  max-width: 500px;
  line-height: 2 !important;
}

.text-box-bg img {
  position: absolute;
  right: 25px;
  top: -34px;
}

.block__inner-flex {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px;
}

.block__inner-flex .__left {
  flex: 1;
  padding-right: 90px;
}

.block__inner-flex h3 {
  margin-top: 0px !important;
}

.block__inner-flex p.txt {
  line-height: 1.8;
}

.wrap-line-flex {
  margin-top: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.page-content .txt__hl-bg {
  font-size: 18px;
  background-color: #65f79c;
  padding: 7px 20px;
  width: fit-content;
  margin-top: 0px;
}

.school-cl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 100px;
}

.school-cl ~ .school-cl {
  margin-top: 15px;
}

.school-cl .work-list {
  column-gap: 40px;
  row-gap: 56px;
  margin-top: 20px;
}

.school-cl .work-list img {
  aspect-ratio: 240/195;
}

.school-cl .__right {
  width: 520px;
}

.school-cl .__left {
  flex: 1;
  min-width: 240px;
}

.school-cl .work-list li {
  width: calc(100% / 2 - 20px);
}

.school-cl .work-list li:nth-child(2n + 2) {
  transform: translateY(20px);
}

.school-cl.--02 .work-list li:nth-child(2n + 2) {
  transform: translateY(60px);
}

.school-cl.--02 .work-list {
  margin-top: 100px;
}

.page-content .school-cl h3 {
  margin: 10px 0px 20px 0px;
}

.school-life__line {
  align-items: flex-start;
  padding: 15px 20px;
  border-top: 1px solid #e5e5e5;
}

.school-life__line:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.school-life__line p.txt {
  margin: 0px !important;
  flex: 1;
}

.school-life__line p.txt:first-child {
  font-size: 24px;
  width: 85px;
  flex: unset;
  line-height: 1.4;
}

.content-inner-img {
  padding-top: 70px;
  position: relative;
  min-height: 500px;
}

.content-inner-img .__img {
  position: absolute;
  top: 65px;
  right: 0;
  width: 54.6%;
  max-width: 800px;
}

.content-inner-img .__img img {
  width: 100%;
}

.school-life-block p.txt {
  margin-top: 25px;
  line-height: 2;
}

span.txt-dot {
  background-color: #e8232f;
  border-radius: 50%;
  color: #fff;
  padding: 1px 1px;
  font-size: 14px;
  line-height: 1;
  width: 20px;
  height: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.admission-link {
  display: block;
  width: fit-content;
  margin: 40px auto 0px;
}

.site-link-row .cat-link {
  min-width: 186px;
  margin: 0px;
  padding: 10px 0px;
}

.site-link-row {
  border-top: 1px solid #eeeeee;
  padding: 6px 110px;

  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.site-link-row:last-child {
  border-bottom: 1px solid #eeeeee;
}

.site-link-row .__inner {
  padding-left: 90px;
  margin-top: 0px !important;
}

.site-link-row .__inner .cat-link {
  min-width: 205px;
}

img.img-title {
  max-width: 85%;
}

.wrap-banner-cl2 {
  padding-top: 55px;
}

.wp-pagenavi {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 70px;
  gap: 12px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 38px;
  height: 38px;
  border: 1px solid #eee;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  margin: 0px !important;
}

.wp-pagenavi .current {
  background-color: #0051bb;
  color: #fff;
  border-color: #0051bb !important;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 24px;
  background-color: #0051bb;
  color: #fff;
  border-color: #0051bb !important;
}

.previouspostslink {
  transform: rotate(180deg);
}

/*============ contact style ============*/
.contact-status {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 70px;
}

.contact-status.--ct {
  margin-top: 50px;
}

.contact-status .__item {
  display: block;
  width: calc(100% / 3 - 28px);
  font-size: 18px;
  padding: 15.5px 4px;
  border-radius: 10px;
  background-color: #fef6ea;
  text-align: center;
  position: relative;
}

.contact-status .__item.active {
  background-color: #0051bb;
  color: #fff;
}

.contact-status .__item:not(:first-child)::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-next.png);
  width: 10px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}

.contact-intro__txt {
  margin-bottom: 30px;
}

.form-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 26px 0px;
  border-bottom: 1px solid #eeeeee;
}

.form-row .__title {
  margin: 0px;
  min-width: 182px;
  padding-top: 6px;
}

.form-row .__content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: 22px;
  align-items: flex-start;
  row-gap: 9px;
}

.form-row .__content.--ct-cl-gap {
  column-gap: 12px;
}

.form-row .__content .__full-w {
  width: 100%;
  color: #221815;
  font-size: 14px;
}

.form__row-inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  column-gap: 5px;
  row-gap: 9px;
}

.form__row-inner.--pdt {
  padding-top: 4px;
}

.form__row-inner.no-wrap {
  flex-wrap: nowrap;
}

.form__row-inner.--full-w {
  width: 100%;
}

.form__row-inner.--full-w .__txt-inner {
  min-width: 66px;
}

.form__row-inner.gap10 {
  column-gap: 10px;
}

.form__row-inner span.error,
.mw_wp_form .error {
  width: 100%;
  color: #e60012 !important;
  font-size: 14px !important;
}

.form__row-inner .__txt {
  min-width: 38px;
}

span.__req {
  color: #e60012;
  padding-left: 5px;
}

.form-control {
  padding: 6px 10px;
  font-size: 16px;
  border-radius: unset;
  border: 1px solid #000000;
  width: 440px;
  max-width: 100%;
  height: 38px;
}

.form-control::placeholder {
  color: #979797;
}

textarea.form-control {
  height: 156px;
  width: 100%;
}

.form-control.--220 {
  width: 200px;
}

.form-control.--100 {
  width: 100px;
}

.form-control.--50 {
  width: 50px;
}

.form-control.--105 {
  width: 105px;
}

.form-control.--340 {
  width: 340px;
}

.form-row select {
  height: 32px;
  min-width: 96px;
  width: fit-content;
  padding: 2px 25px 2px 18px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url(../images/select-icon.png);
  background-size: 14px 12px;
  background-position: 92% center;
  background-repeat: no-repeat;
}

.form-row select.--ct {
  background-position: 97% center;
}

.__row-not {
  font-size: 14px;
  border: 1px solid #000000;
  padding: 2px 22px;
  margin-left: 5px;
}

.form-row input[type="checkbox"],
.form-row input[type="radio"] {
  width: 18px;
  height: 18px;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  display: flex;
  align-items: center;
}

.form-row .__acceept {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.accept-policy {
  padding-top: 2px;
}

.form-row .__acceept .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: none;
}

.mw_wp_form .form-row .__acceept .error {
  order: 3;
}

.mwform-checkbox-field-text,
.mwform-radio-field-text {
  padding-top: 3px;
}

.form-row input[type="radio"] {
  border: 1px solid #060606;
}

.mwform-radio-field input[type="radio"] {
  position: absolute;
  z-index: -1;
  display: none;
}

.mwform-radio-field-text {
  padding-left: 24px;
  position: relative;
}

.mwform-radio-field
  input[type="radio"]:checked
  + .mwform-radio-field-text::before,
.mwform-radio-field
  input[type="radio"]:not(:checked)
  + .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}

.mwform-radio-field
  input[type="radio"]:checked
  + .mwform-radio-field-text::after,
.mwform-radio-field
  input[type="radio"]:not(:checked)
  + .mwform-radio-field-text::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 5px solid #000;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mwform-radio-field
  input[type="radio"]:not(:checked)
  + .mwform-radio-field-text::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mwform-radio-field
  input[type="radio"]:checked
  + .mwform-radio-field-text::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form__btn-box {
  width: 100%;
  padding-top: 14px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 80px;
  row-gap: 25px;
}

.btn-form {
  border: 1px solid #000000;
  font-size: 18px;
  padding: 14px 30px;
  min-width: 310px;
  background-color: transparent;
  border-radius: 0px;
  cursor: pointer;
}

.btn-form:hover {
  background-color: #000000;
  color: #fff;
}

.mw_wp_form.mw_wp_form_confirm .form-row .__title {
  padding-top: 0px;
}

.mw_wp_form.mw_wp_form_confirm .none-conf {
  display: none !important;
}

.mw_wp_form.mw_wp_form_confirm .form__btn-box {
  padding-top: 40px;
}

.mw_wp_form.mw_wp_form_confirm .form__row-inner {
  width: fit-content !important;
  padding-top: 0px !important;
}

.mw_wp_form.mw_wp_form_confirm .form__row-inner.--full-w {
  width: 100% !important;
}

.mw_wp_form.mw_wp_form_confirm .form-row .__content.--ct-cl-gap {
  column-gap: 4px;
}

.mw_wp_form.mw_wp_form_confirm .form-row .__content {
  column-gap: 15px;
}

.form-row.wrap-form-submit {
  border-bottom: 0px;
}

.none-contact {
  display: none;
}

.mw_wp_form.mw_wp_form_confirm .none-contact {
  display: block;
}

.completed-txt {
  color: #f3410e;
  margin-top: 50px;
}

.completed-intro {
  font-size: 18px;
  margin-bottom: 40px !important;
}

.datepicker::placeholder {
  color: #221815;
  letter-spacing: 5px;
}

.datepicker {
  position: relative;
  background-image: url(../images/datepicker.png);
  background-size: 16px 17px;
  background-position: 95%;
  background-repeat: no-repeat;
}

.form__row-inner .--ct-w {
  padding-right: 5px;
}

.form-row.--student,
.post-password-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 6px;
  border-bottom: 0px;
}

.form-row.--student .form-control,
.post-password-form .form-control {
  height: 46px;
  border-color: #7a7878;
  margin-left: 10px;
  width: 290px;
}

.post-password-form input {
  height: 46px;
  border-color: #7a7878;
  margin-left: 10px;
  width: 290px;
  border: 1px solid #7a7878;
  padding: 5px 12px;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN W6";
}

.bt-submit {
  border: 2px solid #7a7878;
  background-color: transparent;
  padding: 2px 22px;
  cursor: pointer;
}

.post-password-form p ~ p {
  margin-top: 10px;
}

.post-password-form input[type="submit"] {
  border: 2px solid #7a7878;
  background-color: transparent;
  height: 46px;
  padding: 2px 22px;
  cursor: pointer;
  width: fit-content;
}
/*============ contact style ============*/

.wrap-current-student {
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 45px;
}

.wrap-current-student .__block {
  flex: 1;
}

.externalLink {
  color: #0051bb;
  text-decoration: underline;
  font-weight: 700;
}

.externalLink:hover {
  color: #0051bb;
  text-decoration: underline;
}

.inner-wrap-link {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 20px;
}

.page-content .wrap-current-student h2 {
  font-size: 28px;
}

.s-footer {
  /* border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  column-gap: 20px;
}

.btn-side-news {
  font-size: 16px;
  padding: 10px 26px;
  border: 1px solid #0051bb;
}

.btn-side-news:hover {
  background-color: #0051bb;
  color: #fff;
}

.content-block-inner.--video p ~ p {
  margin-top: 5px;
}
/*============= Responsive style =============*/
@media only screen and (max-width: 3200px) {
  .banner-page__img {
    height: 420px;
  }
  .page-content {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 2200px) {
  .banner-page__img {
    height: 390px;
  }
  .page-content {
    padding-top: 220px;
  }
}
@media only screen and (max-width: 1680px) {
  .banner-page__img {
    height: 340px;
  }
  .page-content {
    padding-top: 180px;
  }
}

@media only screen and (max-width: 1500px) {
  .banner-page__img {
    height: 315px;
  }
  .page-content {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-block .__content {
    padding: 42px 35px 20px 35px;
  }
  .home-block.--courses .__content {
    padding-left: 35px;
  }
  .internal-link-cl2 {
    column-gap: 50px;
  }
  .content-inner-img {
    min-height: 450px;
  }
}
/* end 1280 */

@media only screen and (max-width: 1200px) {
  .content-inner-img {
    min-height: 400px;
  }
  .news-flex {
    column-gap: 40px;
    row-gap: 40px;
  }
  .news-block {
    margin: 0 auto;
  }
  .home-block .__img {
    width: 60%;
  }
  .home-block .__img .__txt-ab {
    font-size: 80px;
  }
  .internal-link-cl3 {
    column-gap: 20px;
  }
  .banner-link {
    padding: 20px 30px;
  }
  .banner-link.--01::before {
    width: 240px;
    height: 79px;
  }
  .banner-link.--02::before {
    width: 100px;
    height: 98px;
  }
  .internal-link-cl2 {
    column-gap: 20px;
  }
  .banner-page__img .__en {
    font-size: 80px;
    right: 8%;
  }
  .banner-page__img {
    height: 300px;
  }
  .page-content {
    padding-top: 115px;
  }
  .internal-link-cl3.--in-page {
    column-gap: 20px;
    row-gap: 40px;
  }
  .internal-link-cl3.--in-page .__item {
    width: calc(100% / 2 - 10px);
  }
  .school-cl {
    column-gap: 40px;
  }
}
/* end 1200 */

@media only screen and (max-width: 1024px) {
  .info-box .__title {
    font-size: 36px;
  }
  .info-box p {
    font-size: 20px;
  }
  .info-avatar {
    padding-right: 30px;
  }
  .banner-page__inner {
    min-height: 220px;
  }
  .banner-page__img {
    height: 260px;
  }
  .news-aside {
    padding-right: 40px;
  }
  .news-content.--school,
  .news-content {
    padding-left: 40px;
  }
  .content-inner-img .__img {
    width: 50%;
  }
  .content-inner-img .content-block-inner {
    width: 50%;
  }
  .content-inner-img {
    padding-top: 55px;
  }
  .school-cl .work-list {
    column-gap: 20px;
    justify-content: center;
  }
  .school-life__line {
    padding: 15px;
  }
  .wrap-banner-cl2 {
    padding-top: 15px;
  }
  .student-box {
    column-gap: 50px;
  }
  .work-list {
    column-gap: 20px;
  }
  .work-list li {
    width: calc(100% / 4 - 15px);
  }
  .work-list .__title {
    left: 5px;
    font-size: 14px;
    width: 150px;
    height: 47px;
    background-size: contain;
  }
  .courses-img {
    justify-content: center;
  }
  .block-title .__ja {
    font-size: 26px;
  }
  .block-title .__en {
    font-size: 12px;
    padding-left: 26px;
  }
  .block-title .__en::after {
    width: 17px;
    background-size: contain;
    top: -8px;
  }
  .blog-block::before {
    content: none;
  }
  .blog-block {
    flex: unset;
    width: fit-content;
    margin: 0 auto;
    border-left: unset;
    padding-left: 0px;
    width: 720px;
  }
  .blog-block .news-list {
    padding: 0px;
  }
  .blog-block .block-title {
    margin-left: unset;
    margin-right: unset;
  }
  .home-block.--courses {
    padding-top: 70px;
  }
  .home-block .__content {
    padding: 20px 20px 20px 20px;
  }
  .home-block .__img .__txt-ab {
    font-size: 60px;
  }
  .home-block .__content .txt {
    margin-bottom: 35px;
  }
  .internal-link {
    padding-top: 100px;
  }
  .internal-link-cl3 .__item {
    flex: unset;
    width: calc(100% / 2 - 10px);
  }
  .internal-link-cl3 {
    justify-content: center;
  }
  .internal-link-cl2 {
    flex-wrap: wrap;
  }
  .banner-link {
    flex: unset;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
  .internal-link {
    padding-bottom: 0px;
  }
  .page-content h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .number-line {
    margin-bottom: 45px;
  }
  .about-icon .__img.--01 {
    right: 5%;
    width: 24%;
  }
  .about-icon .__img.--02 {
    right: 5%;
    width: 17%;
    min-width: 70px;
  }
  .banner-page__img .__en {
    font-size: 60px;
    right: 4%;
  }
  .block__inner-flex .__left {
    padding-right: 40px;
  }
  .content-block-inner .__img {
    display: none;
  }
  .text-box-bg p.txt {
    max-width: 50%;
  }
  .text-box-bg img {
    max-width: 40%;
  }
  .courses-day .--intro img {
    right: 0px;
    width: 20%;
    min-width: 120px;
  }
  table.table-gradua {
    font-size: 16px;
  }
  .font24 {
    font-size: 20px;
  }
  td.icon.--x {
    font-size: 40px;
  }
  td.icon {
    font-size: 25px;
  }
  .page-content .wrap-current-student h2 {
    font-size: 24px;
  }
  .news-list {
    column-gap: 20px;
  }
}
/* end 1024 */

@media only screen and (max-width: 768px) {
  .page-content .wrap-current-student h2 {
    font-size: 22px;
  }
  .wrap-current-student .__block {
    flex: unset;
    width: 100%;
  }
  .new__head .__cat {
    font-size: 13px;
  }
  .completed-intro {
    margin-bottom: 20px;
  }
  .completed-txt {
    margin-top: 30px;
  }
  .info-txt {
    flex: unset;
    width: 100%;
    padding-top: 20px;
  }
  .info-avatar {
    padding-top: 0px;
    padding-right: 0px;
  }
  .info-avatar .__name {
    font-size: 24px;
  }
  .info-txt .__title {
    font-size: 20px;
  }
  .info-txt p {
    font-size: 14px;
    line-height: 1.8;
  }
  td.icon.--x {
    font-size: 30px;
  }
  td.icon {
    font-size: 20px;
  }
  table.table-gradua {
    font-size: 14px;
    min-width: 655px;
  }
  .content-block-inner p.txt strong {
    font-size: 16px;
  }
  .pdf-list a {
    font-size: 15px;
    padding-right: 24px;
  }
  .pdf-list a::before {
    width: 17px;
    height: 14px;
    background-size: contain;
    top: 8px;
  }
  .font24 {
    font-size: 16px;
  }
  .news-aside {
    position: static;
    position: -webkit-static;
  }
  .news-content {
    flex: unset;
    width: 100%;
    border-left: 0;
    padding-left: 0px;
    padding-top: 30px;
  }
  .news-content.--school {
    padding-top: 30px;
    padding-left: 0px;
  }
  .courses-day__inner.school-life-block {
    padding-top: 45px;
  }
  .school-life-block p.txt {
    margin-top: 15px;
  }
  .news-aside {
    padding-top: 0px;
  }
  .news-aside h3 {
    margin-top: 0px !important;
  }
  .cat-link {
    max-width: 160px;
  }
  .wrap-news-content.--school {
    padding-top: 0px;
  }
  .content-inner-img .content-block-inner {
    width: 100%;
  }
  .content-inner-img .content-block-inner p.txt {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .content-inner-img {
    min-height: unset;
  }
  .school-cl.--02 .work-list {
    margin-top: 45px;
  }
  .wrap-link-center.--school {
    margin-top: 40px;
  }
  .school-cl .__left {
    flex: unset;
    width: 100%;
  }
  .school-life__line p.txt:first-child {
    font-size: 20px;
    width: 80px;
  }
  .school-cl .__right {
    width: 100%;
  }
  .school-cl .work-list li {
    max-width: 240px;
  }
  .school-cl .work-list li:nth-child(2n + 2),
  .school-cl.--02 .work-list li:nth-child(2n + 2) {
    transform: translateY(0px);
  }
  .wrap-banner-cl2 {
    padding-top: 0px;
  }
  .banner-link.--01.--in-page::before {
    width: 44%;
    height: 79px;
    background-position: right bottom;
  }
  .banner-link.--01.--in-page {
    padding: 20px 24px;
  }
  .page-content {
    padding-bottom: 0px;
    padding-top: 55px;
  }
  .page-content .student-box h3 {
    font-size: 24px;
  }
  .student-box {
    padding: 15px;
    column-gap: 20px;
  }
  .student-box .__txt {
    padding-top: 40px;
  }
  .work-list li {
    width: fit-content;
  }
  .work-list {
    justify-content: center;
  }
  .courses-img {
    row-gap: 30px;
  }
  .courses-day__inner {
    padding-top: 55px;
  }
  .courses-day .--intro img {
    display: none;
  }
  .text-box-bg img {
    position: static;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .page-content h4.number-line {
    font-size: 18px;
    margin-top: 30px;
  }
  h4.number-line::after {
    top: -8px;
  }
  .text-box-bg p.txt {
    max-width: 100%;
  }
  .site-link-row .cat-link {
    min-width: 160px;
  }
  .site-link-row .__inner .cat-link {
    min-width: 180px;
  }
  .page-content.--policy {
    padding-top: 50px;
    border-top-width: 20px;
  }
  h1.policy-title-page {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .site-link-row {
    padding: 5px 10px;
  }
  .site-link-row .__inner {
    padding-left: 45px;
  }
  .page-content.--policy::before {
    height: 5px;
  }
  .number-line.--new::after {
    width: 45px;
    height: 45px;
  }
  .number-line.--new {
    font-size: 14px;
  }
  .number-line.--01 {
    margin-bottom: 35px;
  }
  .number-line.--ct {
    margin-top: 35px;
  }
  .page-content .content-block-inner .__inner {
    margin-top: 35px;
  }
  .page-content .content-block-inner .__inner h4 {
    font-size: 16px;
  }
  .courses-day.--educate {
    padding-top: 40px;
  }
  .content-block-inner p.txt {
    padding-top: 0px !important;
  }
  .text-box-bg {
    margin-top: 20px !important;
    padding: 15px 15px;
    border-radius: 6px;
  }
  .content-block-inner.pt20 {
    padding-top: 0px;
  }
  .content-block-inner {
    padding-top: 40px;
  }
  .page-content p.--intro {
    margin-top: 20px;
    line-height: 1.8;
  }
  .page-content h2 {
    margin-bottom: 20px;
  }

  .internal-link-cl3.--in-page .__item {
    width: 100%;
  }
  .internal-link-cl3.--in-page {
    row-gap: 30px;
  }
  .about-icon .__img.--01 {
    top: -20px;
    right: 0px;
    min-width: 100px;
  }
  .about-icon .__img.--02 {
    display: none;
    top: 44%;
    right: -10px;
  }
  .btn__arrow {
    width: 34px;
    height: 34px;
  }
  .btn-side .btn__arrow {
    width: 34px;
    height: 34px;
  }
  .banner-link {
    padding: 20px 24px;
  }
  .banner-link h3 {
    font-size: 20px;
  }
  .btn__arrow::after {
    font-size: 20px;
  }
  .banner-link {
    min-height: 110px;
  }
  .internal-link-cl3 .__item {
    width: 100%;
  }
  .content-bottom .internal-link-cl3 .__item {
    max-width: 300px;
    margin: 0 auto;
  }
  .internal-link-cl3.--ct .__item:nth-child(1),
  .internal-link-cl3.--ct .__item:nth-child(2) {
    width: calc(100% / 2 - 10px);
  }
  .internal-link-cl3.--ct .__item .internal-link__item .__thumb {
    border-radius: 18px;
  }
  .internal-link__item .__title {
    font-size: 24px;
  }
  .internal-link-cl3 {
    row-gap: 30px;
  }
  .internal-link-cl3.--ct .__item .btn__arrow {
    display: none;
  }
  .btn-side {
    min-width: 240px;
    padding: 16px 18px;
    font-size: 14px;
    margin: 0 auto;
  }
  .block-title {
    margin-bottom: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content;
    padding: 0px !important;
  }
  .block-title .__en {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .home-block {
    flex-direction: column;
    padding: 50px 15px 0px;
  }
  .home-block .__img {
    width: 100%;
  }
  .home-block .__content {
    padding: 0px;
    flex: unset;
    width: 100%;
  }
  .home-block.--courses .__content .btn-side {
    display: none;
  }
  .home-block.--courses {
    padding-top: 50px;
  }
  .home-block .__img .__txt-ab {
    transform: translateY(4px);
    left: unset !important;
    right: 30px !important;
    font-size: 50px;
  }
  .home-block .txt {
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: left;
  }
  .home-block.--courses .__content {
    padding-left: 0px;
  }
  .home-block .btn-side {
    margin: 0 auto;
  }
  .internal-link,
  .internal-link .__inner-block {
    padding-top: 50px;
  }

  .news-list li a {
    width: 100%;
  }
  .news-list li .new-item {
    width: 100%;
  }
  .new-item {
    padding: 14px 0px;
    row-gap: 8px;
  }
  .new__head span {
    font-size: 14px;
  }
  .new-item p {
    flex: unset;
    width: 100%;
  }
  .new__head span {
    font-size: 13px;
  }
  .new__head {
    column-gap: 6px;
  }
  .banner-link.--01::before {
    width: 44%;
  }
  .banner-link::before {
    background-size: contain;
    background-position: bottom;
  }
  .banner-link.--02::before {
    background-image: url(../images/banner-icon-02_sp.png);
    width: 25%;
    min-width: 84px;
    right: 60px;
  }
  .banner-link .btn__arrow {
    right: 20px;
  }
  .internal-link .block-title .__ja {
    text-align: center;
  }
  .internal-link__item .__thumb .btn__arrow {
    right: 25px;
  }
  .internal-link__item .txt {
    font-size: 14px;
  }
  .content-block-inner .internal-link__item .txt {
    padding: 14px 0px !important;
  }
  .wrap-contact {
    flex-direction: column;
    row-gap: 25px;
  }
  .info__contact {
    width: fit-content;
    margin: 0 auto;
  }
  .contact-part {
    padding: 50px 0px;
  }
  .block-title .__en,
  .block-title .__ja {
    letter-spacing: unset;
  }
  .eyecatch .swiper-pagination {
    display: none;
  }
  .news {
    padding-top: 45px;
  }
  .number-line {
    font-size: 16px;
    margin-bottom: 35px;
    padding-left: 55px;
  }
  .banner-page__inner .block-title {
    margin-left: unset !important;
    margin-right: unset !important;
  }
  .number-line:last-child {
    margin-bottom: 0px;
  }
  .page-content h2 {
    font-size: 24px;
  }
  .number-block {
    width: calc(100% / 2 - 5px);
    min-height: unset;
  }
  .number-block .__number {
    font-size: 48px;
  }
  .number-block .__number span {
    font-size: 20px;
  }
  .page-content h3 {
    font-size: 18px;
    margin: 20px 0px;
  }
  .block__child {
    margin-top: 40px;
  }
  .block__inner-flex .__left {
    padding-right: 0px !important;
    flex: unset;
    width: 100%;
  }
  .wrap-line-flex {
    margin-top: 20px;
  }
  .courses-day {
    padding-bottom: 55px;
  }
  .wrap-line-flex .line-flex p.txt:first-child {
    flex: 1;
  }
  .wrap-line-flex .line-flex p.txt:nth-child(2) {
    width: 45%;
  }
  .line-flex p.txt:last-child {
    width: 34px;
  }
  .line-flex {
    justify-content: space-between;
  }
  .courses-day {
    margin-top: 50px;
  }
  .wrap-title-ct .__txt {
    padding-top: 10px;
  }
  .wrap-title-ct p.__title {
    font-size: 24px;
    padding: 7px 20px 7px 46px;
    line-height: 1.2;
  }
  .wrap-title-ct p.__title::before {
    width: 30px;
    height: 42px;
    top: -12px;
  }
  .courses-img {
    margin-top: 35px;
  }
  .courses-img__inner .__box {
    margin-top: 45px;
    padding: 20px 15px;
  }
  .courses-img__inner .__box .__head {
    font-size: 20px;
  }
  .courses-img__inner .__box .txt,
  .student-box .__txt {
    line-height: 1.8 !important;
  }
  .content-bottom {
    padding-top: 55px;
    padding-bottom: 0px;
  }
  .banner-page {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .banner-page .container {
    width: 100%;
  }
  .banner-page__img {
    position: relative;
    height: 200px;
    width: 100%;
  }
  .banner-page__inner {
    min-height: unset;
    padding: 35px 0px 20px;
    max-width: unset;
  }
  .banner-page__inner .block-title .__en {
    margin-right: auto;
    margin-left: unset;
  }
  .banner-page__img .__en {
    font-size: 36px;
    right: 20px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  }
  .banner-page__inner .block-title {
    margin-bottom: 12px;
  }
  .info-box .__title {
    font-size: 26px;
  }
  .info-box p {
    font-size: 15px;
  }
  .ul-icon li {
    font-size: 14px;
    padding-left: 22px;
  }
  .ul-icon li::after {
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0px;
  }
  .block-content__inner iframe {
    height: 300px;
  }
  .info-partner .__img {
    width: fit-content;
    min-width: 220px;
  }
  .info-partner .txt {
    min-width: 220px;
  }
  .info-box {
    border-radius: 10px;
    padding: 20px 10px;
  }
  .contact-status {
    margin-bottom: 40px;
  }
  .form-row {
    padding: 15px 0px;
  }
  .form-row .__content {
    flex: unset;
    width: 100%;
    column-gap: 10px;
  }
  .form-row .__title {
    padding-top: 0px;
    padding-bottom: 6px;
  }
  .contact-status .__item {
    border-radius: 4px;
    padding: 8px 4px;
    font-size: 14px;
  }
  textarea.form-control {
    height: 120px;
  }
  .btn-form {
    font-size: 16px;
    padding: 12px 24px;
    min-width: 220px;
  }
  .form-control {
    font-size: 14px;
  }
  .ad-table td,
  .ad-table th {
    padding: 10px 10px;
  }
  .form__row-inner .--ct-w {
    padding-right: 0px;
  }
  .student-table td {
    padding: 5px 2px;
  }
  .post-password-form input {
    width: 140px;
    height: 38px;
    font-size: 14px;
    margin-left: 5px;
  }
  .post-password-form input[type="submit"] {
    height: 38px;
    padding: 2px 10px;
    margin-left: 5px;
  }
  .btn-side-news {
    font-size: 14px;
    padding: 8px 20px;
    white-space: nowrap;
  }
  .s-footer {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
/* end 768 */

@media only screen and (max-width: 479px) {
  .contact-status .__item {
    width: 100%;
  }
  .contact-status {
    row-gap: 30px;
  }
  .contact-status .__item:not(:first-child)::after {
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    top: -30px;
  }
  .info-partner .__img {
    margin: 0 auto;
  }
  .info-avatar {
    margin: 0 auto;
  }
  .block-content__inner iframe {
    height: 240px;
  }
  .page-content h3 {
    font-size: 16px;
  }
  .school-cl .work-list li {
    width: 100%;
  }
  .page-content h2 {
    font-size: 22px;
    padding-bottom: 4px;
  }
  .banner-link.--01.--in-page::before {
    height: 55px;
  }
  .banner-page__img {
    height: 160px;
  }
  .wrap-title-ct p.__title {
    font-size: 20px;
  }
  .work-list.cl2 li {
    width: 100%;
  }
  .student-box .__txt {
    flex: unset;
    width: 100%;
    padding-top: 0px;
  }
  .student-box .__avatar {
    width: fit-content;
    margin: 0 auto;
  }
  .site-link-row .__inner {
    padding-left: 25px;
  }
  .home-block .__img .__txt-ab {
    right: 20px !important;
    font-size: 46px;
  }
  .news-list {
    column-gap: 15px;
  }
  .internal-link-cl3.--ct .__item .internal-link__item .__thumb {
    border-radius: 10px;
  }
  .internal-link-cl3 {
    column-gap: 15px;
  }
  .internal-link-cl3.--ct .__item:nth-child(1),
  .internal-link-cl3.--ct .__item:nth-child(2) {
    width: calc(100% / 2 - 7.5px);
  }
  .internal-link__item .__title {
    font-size: 20px;
  }
  .number-block {
    min-height: 180px;
  }
  .number-block {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .number-block .__title {
    min-width: 160px;
  }
  .work-list li {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }
  .work-list li img {
    width: 100%;
  }
  .work-list .__title {
    left: 15px;
  }
  .banner-page__img .__en {
    font-size: 30px;
    right: 10px;
  }
  .form-control.--220 {
    width: 100%;
  }
  .form__row-inner.--ct-sp .form-control.--220 {
    flex: 1;
  }
  .form-control.--340 {
    width: 100%;
  }
  .form__row-inner {
    width: 100% !important;
  }
}
/* end 479 */

@media only screen and (max-width: 360px) {
  .page-content .wrap-current-student h2 {
    font-size: 20px;
  }
  .home-block .__img .__txt-ab {
    font-size: 42px;
  }
  .news-list li {
    width: 100%;
  }
  .new__head span {
    font-size: 14px;
  }
  .internal-link-cl3.--ct .__item .internal-link__item .__thumb {
    border-radius: 8px;
  }
  .internal-link__item .__title {
    font-size: 16px;
  }
  .banner-page__img {
    height: 140px;
  }
  .banner-page__img .__en {
    font-size: 28px;
  }
}
/* end 360 */

@media only screen and (max-width: 320px) {
}
/* end 320 */

/*============= Responsive style =============*/
.reyou-block{
  display: flex;
}
.btn-side--about{
  width: 320px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: left;
  column-gap: 60px;
  padding: 10px;
  box-sizing: border-box;
}
.btn-side--about figure{
  width: 80px;
  margin: 0;
}
.btn-side__txt{
  color: #1c50a1;
}
.btn-side--about:hover .btn-side__txt{
  color: #fff;
}

.btn-side.reyou{
  width: 320px;
  background: linear-gradient(70deg, #1c50a1 30%, #6eb944 100%);
  display: flex;
  align-items: center;
  justify-content: left;
  column-gap: 30px;
  padding:5px 10px;
  box-sizing: border-box;
  margin-left: 20px;
}
.btn-side.reyou figure{
  width: 160px;
  margin: 0;
}
.btn-side.reyou .btn-side__txt{
  color: #fff;
}
.btn-side.reyou:hover{
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .reyou-block{
    flex-direction: column;
    row-gap: 20px;
  }
  .btn-side--about{
    width: 80%;
    margin: 0 auto;
  }
  .btn-side.reyou{
    width: 80%;
    margin-left: 0px;
    margin: 0 auto;
  }
  .btn-side.reyou figure{
  width: 140px;
  margin: 0;
  padding: 12px 10px;
}
}

.btn-side--courses{
  background-color: #0051bb;
  color: #fff;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 320px;
  transition: .5s;
}
.btn-side--courses .btn__arrow{
  background-color: inherit;
  border: #fff 1px solid;
}
.btn-side--courses:hover{
  opacity: 0.9;
}

.mark{
  height: 120px;
  background: rgba(147, 147, 147, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mark-logo{
  width: 360px;
  margin: 0;
}

.reyou.banner-link{
  margin-left: 0;
}

.btn-side.banner-link{
  column-gap: 80px;
}
.reyou-block .banner-link figure{
  width: 160px;
}
.reyou-block .banner-link span{
  font-size: 20px;
}
.reyou-block .banner-link.reyou {
  column-gap: 40px;
}
.reyou-block .banner-link.reyou figure{
  margin-left:10px;
  width: 240px;
}
.reyou-block .banner-link.reyou p{
  font-size: 20px;
}

.reyou-header{
  width: 100%;
  height: 400px;
  background: linear-gradient(70deg, #1c50a1 30%, #6eb944 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 100px;
}
.reyou-header .reyou-header__txt{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .reyou-header{
    flex-direction: column;
  }
  .reyou-header .reyou-header__txt{
    padding-top: 20px;
  }
  
}




/* ======================= */
/* Re:you アーカイブページ */
/* ======================= */
.reyou-list{
margin: 100px auto 0 auto;
}

.reyou-list:nth-child(1) .reyou-link{
  border-top: 1px dashed #bbbbbb;
}
.reyou-link{
  display: flex;
  column-gap: 20px;
  padding: 20px;
  border-bottom: 1px dashed #bbbbbb;
}

/* リンク全体の横並び制御 */
.reyou-link {
  display: flex;
  align-items: center;
  gap: 30px;
  text-decoration: none;
  color: #111111;
}

/* 日付のスタイル */
.reyou-link__date {
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  min-width: 100px;
  letter-spacing: 1px;
}

/* Volバッジのスタイル */
.reyou-link__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d4ed8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 2px;
  min-width: 45px;
  text-align: center;
  letter-spacing: 0.02em;
}

/* 記事タイトルのスタイル */
.reyou-link__title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #111111;
  flex: 1;
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  .reyou-list{
    margin: 40px auto 0 auto;
    }
  .reyou-link {
    display: block;
  }
  .reyou-link__date {
    font-size: 18px;
    display: inline-block;
  }
  .reyou-link__badge{
    font-size: 12px;
    display: inline-block;
    transform: translateY(-3px);
  }
  .reyou-link__title {
    padding-top: 10px;
    font-size: 20px;

  }
  .reyou-container p{
  font-size: 10px;
  font-weight: bold;
}

}

.reyou-container{
  max-width: 800px;
  margin-bottom: 100px;
}



/* ======================= */

/* ページャー全体のスタイル */
.pagination-wrapper ul.page-numbers {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px; /* ボタン同士の隙間 */
  align-items: center;
}

/* 数字と矢印共通の丸型ベース */
.pagination-wrapper ul.page-numbers li a,
.pagination-wrapper ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* 通常のリンクボタン（白背景＋グレー枠） */
.pagination-wrapper ul.page-numbers li a {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}

/* ホバー時 */
.pagination-wrapper ul.page-numbers li a:hover {
  background-color: #1d4ed8;
  color: #ffffff;
  border-color: #1d4ed8;
}

/* 現在選択されているページのボタン（青背景＋白文字） */
.pagination-wrapper ul.page-numbers li span.current {
  background-color: #1d4ed8; /* スクリーンショットの青色に合わせて変更してください */
  color: #ffffff;
  border: none;
}

/* 矢印ボタン専用で色を変えたい場合の指定 */
.pagination-wrapper ul.page-numbers li a.next,
.pagination-wrapper ul.page-numbers li a.prev {
  background-color: #1d4ed8;
  color: #ffffff;
  border: none;
}


/* ======================= */
/* Re:you アーカイブページ */
/* ======================= */