/*==================================
PC
==================================*/

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #003681;
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

.mvhole {
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 820px;
}

a{
  color: #333;
}
.sp-on{
  display: none;
}
/*------------------------
Header
------------------------*/

/*========================
Header
========================*/

.header {

  position: fixed;

  top: 0;
  left: 0;

  width: 100%;

  z-index: 9999;

  background: transparent;

  transition:
    background .35s ease,
    box-shadow .35s ease,
    padding .35s ease;
transform: translateY(0);

}

.header__inner {

  max-width: 1400px;
  width: 95%;

  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 28px 0;

  transition: .35s;
}

/* ロゴ */

.mv__logo {

  width: 120px;

  transition: .35s;

}

/* ボタン */

.mv__btn {

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 34px;

  border-radius: 999px;

  background: #FF9800;
  color: #fff;

  font-size: 16px;
  font-weight: 700;

  text-decoration: none;

  transition: .35s;

}

/*========================
スクロール後
========================*/

.header.is-fixed {

  background: rgba(255, 255, 255, .95);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
  animation: headerFade .35s ease;

}

.header.is-fixed .header__inner {

  padding: 14px 0;

}

.header.is-fixed .mv__logo {

  width: 100px;

}

.header.is-fixed .mv__btn {

  padding: 12px 28px;

  font-size: 15px;

}

.mv__btn:hover {
  /* opacity: .8; */
  background: #995700;
}

.mv {

  padding-top: 120px;

}

@keyframes headerFade {

  from {

    opacity: 0;
    transform: translateY(-20px);

  }

  to {

    opacity: 1;
    transform: translateY(0);

  }

}

/*------------------------
MV
------------------------*/

.mv {
  position: relative;
  z-index: 10;
}

.mv__inner {

  max-width: 1200px;
  width: 90%;

  margin: 0 auto;

  padding: 40px 0 180px;

  position: relative;
  z-index: 10;
}

.mv__content {
  width: 48%;
}

.mv__lead {

  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
}

.mv__title {

  margin-top: 15px;

  font-size: 55px;
  line-height: 1.25;
  font-weight: 700;
}

.mv__features {

  /* width: 100%; */
  width: 670px;

  margin-top: 20px;
}

/*------------------------
右画像
------------------------*/

.mv__image {

  position: absolute;

  top: 0;
  right: 0;

  width: 50%;

  z-index: 1;
}

/*------------------------
背景
------------------------*/

.mv__bg {

  position: absolute;

  left: 0;
      bottom: -70px;

  width: 100%;

  z-index: 0;
}

/*==================================
Tablet
==================================*/

@media (max-width:1024px) {

  .mv__title {

    font-size: 58px;

  }

  .mv__lead {

    font-size: 18px;

  }

  .mv__image {

    width: 55%;

  }

  .mv__features {

    margin-top: 28px;

  }

}

/*==================================
SP
==================================*/

@media (max-width:768px) {

  .mvhole {

    min-height: auto;

  }


  .mv__logo {

    width: 90px;

  }

  .mv__btn {

    font-size: 13px;

    padding: 10px 18px;

  }

  /* レイアウトを縦並び */

  .mv__inner {

    width: 90%;

        padding: 0;
          margin-top: -40px;

  }

  .mv__content {

    width: 100%;

  }

  /* 写真を通常フローへ */

  .mv__image {

    position: relative;

    width: 100%;

    order: -1;

    margin-bottom: 30px;
    margin-top: 50px;

  }


    .mv {
      padding-top: 0px;
    }
  /* タイトル */

  .mv__lead {

    font-size: 16px;

    line-height: 1.6;

  }

  .mv__title {

    font-size: 42px;

    line-height: 1.3;

  }

  /* アイコン */

  .mv__features {

    margin-top: 10px;
    width: 100%;

  }

  .mv__features img {

    width: 100%;

  }

  /* 波画像 */

  .mv__bg {

    width: 180%;

    left: 50%;
    transform: translateX(-50%);
  }

    .sp-on {
      display: block;
    }
    .pc-on{
      display: none;
    }

}

/*==================================
Small SP
==================================*/

@media (max-width:480px) {
.header {

    background: #fff !important;

    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);

    backdrop-filter: none;
    -webkit-backdrop-filter: none;

  }

  .header__inner {

    width: 90%;
    padding: 12px 0;

  }

  .mv__logo {

    width: 90px;

  }

  .mv__btn {

    padding: 10px 16px;
    font-size: 13px;

  }

  .mv__lead {

    font-size: 15px;

  }

  .mv__title {

    font-size: 34px;

  }

  .mv__bg {

    width: 220%;

  }

}



/*==================================
高校教育改革セクション
==================================*/

.problem {
  /* padding: 100px 0; */
  background: #fff;
}

.problem__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title span {
  display: inline-block;
  position: relative;

  padding: 0 40px;

  color: #003681;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
}

.section-title span::before,
.section-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 28px;
  height: 2px;

  background: #8FB7E8;
}

.section-title span::before {
  left: 0;
}

.section-title span::after {
  right: 0;
}

.problem__text {
  max-width: 860px;
  margin: 0 auto;

  color: #333;
  font-size: 16px;
  line-height: 2;
}

.problem__image {
  /* margin-top: 60px; */
}

.problem__image img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

/*==================================
Tablet
==================================*/

@media screen and (max-width:1024px) {

  .problem {
    padding: 80px 0;
  }

  .section-title span {
    font-size: 28px;
  }

  .problem__text {
    font-size: 15px;
  }

  .problem__image {
    margin-top: 50px;
  }

}

/*==================================
SP
==================================*/

@media screen and (max-width:768px) {

  .problem {
    padding: 60px 0;
  }

  .problem__inner {
    width: 90%;
  }

  .section-title {
    margin-bottom: 28px;
  }

  .section-title span {
    font-size: 22px;
    padding: 0 24px;
  }

  .section-title span::before,
  .section-title span::after {
    width: 16px;
  }

  .problem__text {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
  }

  .problem__image {
    margin-top: 32px;
  }
  

}

/*==================================
Small SP
==================================*/

@media screen and (max-width:480px) {

  .problem {
            padding: 50px 0 0 0;
  }

  .section-title span {
    font-size: 18px;
    padding: 0 18px;
  }

  .section-title span::before,
  .section-title span::after {
    width: 12px;
  }

  .problem__text {
    font-size: 14px;
    line-height: 1.8;
  }

  .problem__image {
    margin-top: 24px;
  }
   

}



/*==================================
Concept
==================================*/

.concept {
  background: #F1F7FE;
      padding: 100px 0 50px 0;
}

.concept__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 32px;
}

.section-title span {
  position: relative;
  display: inline-block;
  padding: 0 36px;

  color: #003681;
  font-size: 27px;
  font-weight: 700;
}

.section-title span::before,
.section-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #8FB7E8;
}

.section-title span::before {
  left: 0;
}

.section-title span::after {
  right: 0;
}

.concept__lead,
.concept__text,
.concept__bottom {
  max-width: 900px;
  margin: 0 auto 24px;
  text-align: center;
  line-height: 2;
  color: #333;
  font-size: 16px;
}

.marker {
  background: #FF9800;
  color: #fff;
  padding: 2px 8px;
  font-weight: 700;
  font-size: 22px;
}

.concept__subtitle {
  margin: 70px 0 40px;
  text-align: center;
}

.concept__subtitle span {
  display: inline-block;
  position: relative;
  padding: 0 36px;

  color: #003681;
  font-size: 27px;
  font-weight: 700;
}

.concept__subtitle span::before,
.concept__subtitle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #8FB7E8;
}

.concept__subtitle span::before {
  left: 0;
}

.concept__subtitle span::after {
  right: 0;
}

.concept__cards {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.concept-card {
  flex: 1;
  max-width: 320px;
}

.concept-card img {
  width: 100%;
  display: block;
}

.label {
  display: inline-block;
  background: #FF9800;
  color: #fff;
  padding: 0px 10px;
    margin: 0 2px;
    font-size: 20px;
  font-weight: 700;
}

.concept__note {
    margin-top: 40px;
      /* text-align: center; */
      color: #333;
      font-size: 13px;
      line-height: 1.6;
}

.concept__bottom{
  font-weight: bold;
  font-size: 17px;
      margin-top: 40px;
}

/*==================================
Tablet
==================================*/

@media screen and (max-width:1024px) {

  .concept {
    padding: 80px 0;
  }

  .section-title span {
    font-size: 30px;
  }

  .concept__subtitle span {
    font-size: 24px;
  }

  .concept__cards {
    gap: 20px;
  }

}

/*==================================
SP
==================================*/

@media screen and (max-width:768px) {

  .concept {
    padding: 60px 0;
  }

  .section-title span {
    font-size: 24px;
    padding: 0 24px;
  }

  .concept__subtitle {
    margin: 50px 0 30px;
  }

  .concept__subtitle span {
    font-size: 20px;
    padding: 0 30px;
  }

  .concept__lead,
  .concept__text,
  .concept__bottom {
    text-align: left;
    font-size: 15px;
    line-height: 1.9;
  }

  .concept__cards {
    flex-direction: column;
    align-items: center;
  }

  .concept-card {
    max-width: 380px;
    width: 100%;
  }

  .concept__note {
    text-align: left;
    font-size: 11px;
  }
     .marker {
       font-size: 16px;
     }
}

/*==================================
Small SP
==================================*/

@media screen and (max-width:480px) {

  .section-title span {
    font-size: 18px;
  }

  .concept__subtitle span {
    font-size: 18px;
  }

  .concept__lead,
  .concept__text,
  .concept__bottom {
    font-size: 14px;
  }

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

}

.concept__cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}

.concept-card {
  flex: 1;
  max-width: 340px;

  background: #fff;
  padding: 28px 24px 30px;

  text-align: center;

  /* box-shadow: 0 8px 30px rgba(0, 0, 0, .06); */
}

.concept-card__title {
  color: #003681;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}

.concept-card img {
  width: 100%;
  max-width: 230px;
  margin: 0 auto 24px;
}

.concept-card__text {
  color: #333;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
}

/*========================
Tablet
========================*/

@media (max-width:1024px) {

  .concept__cards {
    gap: 20px;
  }

  .concept-card {
    padding: 24px 18px;
  }

  .concept-card__title {
    font-size: 20px;
  }

}

/*========================
SP
========================*/

@media (max-width:768px) {

  .concept__cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 30px;
  }

  .concept-card {
    width: 100%;
    max-width: 420px;
  }

  .concept-card__title {
    font-size: 20px;
  }

  .concept-card__text {
    text-align: center;
  }

}

/*========================
Small SP
========================*/

@media (max-width:480px) {

  .concept-card {
    padding: 22px 18px;
  }

  .concept-card__title {
    font-size: 16px;
  }

  .concept-card__text {
    font-size: 14px;
  }

}


/*==================================
Issue
==================================*/

.issue {
  padding: 80px 0;
  background: #fff;
}

.issue__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.issue__lead {
  max-width: 900px;
  margin: 0 auto 24px;
  color: #333;
  font-size: 16px;
  line-height: 2;
}

.issue__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 60px;
}

.issue-card {

  max-width: 535px;

  display: flex;
  justify-content: space-between;
    align-items: center;
      padding: 30px 20px 10px 20px;

  background: #F7F7F7;
  border-radius: 12px;
  box-sizing: border-box;
}

.issue-card--center {
  width: 65%;
}

.issue-card__text {
  flex: 1;
}



.issue-card h3 {

  /* margin: 14px 0 18px; */

  color: #003681;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 10px;
}

.issue-card p {

  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

.issue-card__image {

  width: 150px;
    /* margin-left: 10px; */
  flex-shrink: 0;
}

.issue-card__image img {
  display: block;
  width: 100%;
}

.issue-card__label {

  display: inline-block;

padding: 0px 12px;
  background: #FF9800;
  color: #fff !important;
  border-radius: 999px;

  font-size: 15px;
  font-weight: 700;
}
.text-flex {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.issue-card__label {
  flex-shrink: 0;
  /* ラベルを縮ませない */
  white-space: nowrap;
}

.text-flex h3 {
  flex: 1;
  /* 残り幅を全部使う */
  margin: 0;
}
.flex2{
      margin-top: 20px;
}

/*==================================
Tablet
==================================*/

@media (max-width:1024px) {

  .issue-card {

    width: 100%;

  }

  .issue-card--center {

    width: 100%;

  }

  .issue-card h3 {

    font-size: 20px;

  }

}

/*==================================
SP
==================================*/

@media (max-width:768px) {

  .issue {

    padding: 60px 0;

  }

  .issue__lead {

    font-size: 15px;
    line-height: 1.9;

  }

  .issue-card {

    flex-direction: column-reverse;
    align-items: center;

    text-align: center;

    padding: 24px;

  }

  .issue-card__image {

    width: 120px;
    margin: 0 0 20px;

  }

  .issue-card h3 {

    font-size: 18px;

  }

  .issue-card p {

    font-size: 14px;
    text-align: left;

  }
    .issue__cards{
      margin-top: 20px;
    }
.text-flex {
  display: block;
}

}

/*==================================
Small SP
==================================*/

@media (max-width:480px) {

  .issue-card {

    padding: 20px;

  }

  .issue-card__image {

    width: 100px;

  }

  .issue-card h3 {

    font-size: 17px;
  margin-top: 10px;

  }

  .issue-card p {

    font-size: 13px;

  }
    .issue-card__image img{
      display: none;
    }

}


.program {
      background: #F2F9FA;
        padding: 60px 0;
      width: 90%;
        margin: 0 auto;
}

.program__inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.program__head {
  width: 420px;
  margin: 0 auto 20px;
}

.program__title {
  text-align: center;
  color: #003681;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}

.program__about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  color: #333333;
}

.program__left {
  width: 50%;
}

.program__right {
  width: 50%;
}

.program__right p {
  line-height: 2;
  margin-bottom: 20px;
}

.program__right ul {
  margin: 25px 0;
}

.program__right li {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.program__right span {
  color: #ff9800;
  font-weight: 700;
  font-size: 21px;
}

.program-box {

  background: #fff;
  border-radius: 20px;

  margin-top: 70px;
      padding: 40px 60px;

      border: 1px solid #DDEAEE;

}

.program-box__label {

      width: 140px;
        margin: auto;
        background: #003681;
        color: #fff;
        border-radius: 999px;
        text-align: center;
        padding: 7px 0;
        font-weight: 700;

}

.program-h3{

  margin: 35px 0;

  color: #003681;
    font-size: 22px;
      text-align: center;

}

.program-box h3 span {
background: #D1E8EB;
  padding: 6px 18px;
  font-size: 20px;
  margin-right: 15px;
  color: #3C6E7E;

}

.program-box__text {

  line-height: 1.7;
  color: #333;
      max-width: 820px;
        margin: 0 auto;

}

.program-box h4 {

  /* margin: 50px 0 30px; */

  color: #003681;

  font-size: 30px;

}

.program-flow {

  display: flex;

  gap: 10px;

}

.flow-item {

  flex: 1;

}

.flow-item img {

  width: 100%;

}

/*====================
Tablet
====================*/

@media(max-width:1024px) {

  .program__about {

    gap: 30px;

  }

  .program-box {

    padding: 40px;

  }

  .program-box h3 {

    font-size: 26px;

  }

}

/*====================
SP
====================*/

@media(max-width:768px) {

  .program {

    padding: 30px 0;

  }

    .program__right li {
      margin-bottom: 12px;
      font-size: 16px;
    }

    .program__right p {
      line-height: 1.6;
    }

  .program__head {

    width: 100%;

  }

  .program__title {

    font-size: 20px;

  }

  .program__about {

    flex-direction: column;

  }

  .program__left,
  .program__right {

    width: 100%;

  }

  .program-box {

    padding: 30px 20px;
          margin-top: 20px;

  }
    .program-box__label {
      font-size: 14px;
    }
    .program-h3 {
      margin: 15px 0;
    }

  .program-box h3 {

    font-size: 16px;

  }

  .program-box h3 span {

          display: block;
        font-size: 14px;
        margin-right: 0;
    margin-bottom: 12px;

  }

  .program-flow {

    flex-direction: column;

    gap: 24px;

  }
    .pro-caution {
      margin-top: 20px;
    }

}

.program-flow {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.flow-item {
  flex: 1;
  display: flex;
  gap: 18px;
      padding-right: 20px;
  position: relative;
}

.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 110px;
  background: #CFE1F4;
}

.flow-item img {
      width: 76px;
        height: 72px;
  flex-shrink: 0;
}

.flow-item__text {
  flex: 1;
}

.flow-item__text h4 {
  color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
}

.flow-item__text p {
color: #333;
  font-size: 16px;
  line-height: 1.5;
}

/*====================
Tablet
====================*/

@media (max-width:1024px) {

  .program-flow {
    gap: 20px;
  }

  .flow-item {
    padding: 0 16px;
  }

  .flow-item__text h4 {
    font-size: 18px;
  }

  .flow-item__text p {
    font-size: 14px;
  }

}

/*====================
SP
====================*/

@media (max-width:768px) {

  .program-flow {
    flex-direction: column;
    gap: 30px;
  }

  .flow-item {
    padding: 0;
  }

  .flow-item:not(:last-child)::after {
    display: none;
  }

  .flow-item img {
    width: 64px;
    height: 64px;
  }

  .flow-item__text h4 {
    font-size: 16px;
  }

  .flow-item__text p {
    font-size: 14px;
  }

}

.flow-title {
  position: relative;
    margin: 50px 0 35px;
      padding: 6px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #1A333C;
    background: #EEFBFF;
}

.flow-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 6px;
  height: 100%;

  background: #3C6E7E;
}
@media screen and (max-width:768px) {

  .flow-title {
    font-size: 20px;
    padding: 8px 16px;
    margin: 40px 0 24px;
  }

  .flow-title::before {
    width: 4px;
  }

}

.pro-caution{
      font-size: 13px;
        color: #333;
        margin-top: 40px;
}
.middle-p{
      max-width: 1150px;
        width: 100%;
        margin: 0 auto;
}


/*==================================
Contact
==================================*/

.contact {
  background: #FFF4E6;
  padding: 90px 0;
}

.contact__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.contact__text {
    margin: 25px auto 25px;
  color: #333;
  font-size: 16px;
  line-height: 2;
}

.contact__btn {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 18px 38px;

  background: #FE9B19;
  color: #fff;

  border-radius: 999px;

  font-size: 22px;
  font-weight: 700;
  text-decoration: none;

  transition: .3s;
}

.contact__btn:hover {
  /* opacity: .85; */
  /* transform: translateY(-2px); */
  background: #995700;
    color: #fff;
}

.contact__icon {
  font-size: 20px;
  line-height: 1;
}

/*====================
Tablet
====================*/

@media (max-width:1024px) {

  .contact {
    padding: 70px 0;
  }

  .contact__btn {
    font-size: 18px;
    padding: 16px 32px;
  }

}

/*====================
SP
====================*/

@media (max-width:768px) {

  .contact {
    padding: 60px 0;
  }

  .contact__text {
    font-size: 15px;
    line-height: 1.8;
    margin: 28px auto 36px;
  }

  .contact__btn {

    width: 100%;

    font-size: 16px;
    line-height: 1.5;

    padding: 16px 20px;

  }

  .contact__icon {
    font-size: 18px;
  }

}

/*====================
Small SP
====================*/

@media (max-width:480px) {

  .contact {
    padding: 50px 0;
  }

  .contact__text {
    font-size: 14px;
  }

  .contact__btn {

    font-size: 15px;
    padding: 15px 16px;

  }

}


/*==================================
Case
==================================*/

.case {
  padding: 100px 0;
}

.case__inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.case__lead {
  margin: 35px auto 60px;
  text-align: center;
  line-height: 2;
  color: #333;
  font-size: 16px;
}

.case__cards {
  display: flex;
  gap: 36px;
      max-width: 970px;
        margin: 0 auto;
}

.case-card {
  flex: 1;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  overflow: hidden;
}

.case-card img {
  width: 100%;
  display: block;
}

.case-card__body {
  padding: 24px;
}

.case-card h3 {
  color: #003681;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.case-card p {
  color: #333;
    font-size: 16px;
      line-height: 1.6;
}

.case-card__btn {

  display: inline-block;

  margin-top: 25px;

      padding: 7px 28px;

  border: 2px solid #149D9A;

  color: #149D9A;

  text-decoration: none;

  font-weight: 700;

  border-radius: 4px;

  transition: .3s;

}

.case-card__btn:hover {

  background: #149D9A;
  color: #fff;

}

.case__more {

  text-align: center;
  margin-top: 60px;

}

.case__moreBtn {

  display: inline-block;

  padding: 18px 60px;

  border: 3px solid #149D9A;

  border-radius: 999px;

  color: #149D9A;

  text-decoration: none;

  font-size: 20px;
  font-weight: 700;

  transition: .3s;

}

.case__moreBtn:hover {

  background: #149D9A;
  color: #fff;

}

/*==================================
Footer
==================================*/

.footer {

  /* margin-top: 100px; */

  background: #153D87;

  color: #fff;

  text-align: center;

  padding: 50px 20px;

}

.footer p {

  margin-bottom: 8px;

  font-weight: 700;

}

.footer small {

  display: block;

  margin-top: 18px;

  opacity: .8;

}

.case-d{
      text-align: center;
}

.f-link{
      color: #fff;
        text-decoration: none;
}

.link-orihime:hover{
  opacity: 0.6 !important;
  /* transition: 3s; */
}

/*==================================
Tablet
==================================*/

@media (max-width:1024px) {

  .case__cards {

    gap: 24px;

  }

  .case-card h3 {

    font-size: 20px;

  }

}

/*==================================
SP
==================================*/

@media (max-width:768px) {

  .case {

    padding: 60px 0;

  }

  .case__lead {

    text-align: left;

    font-size: 15px;

  }

  .case__cards {

    flex-direction: column;

  }

  .case-card h3 {

    font-size: 17px;

  }

  /* .case-card p {

    font-size: 14px;

  } */

  .case-card__btn {

    width: 100%;

    text-align: center;

    box-sizing: border-box;

  }

  .case__moreBtn {

    width: 100%;

    padding: 18px 20px;

    font-size: 17px;

    box-sizing: border-box;

  }

  .footer {
    padding: 40px 20px;

  }



  /* ------- */
    .header__inner{
        background: #fff;
          width: 100%;
            padding: 10px 20px;

}