/* 20240501 */
main.examination section.cont8 div.wrap a {
  width: 100%;
  padding: 24px 0 24px 40px;
  border-radius: 8px;
  margin-bottom: 4px;
  box-shadow: 1px 1px 5px rgba(58, 64, 69, 0.3);
}

main.examination section.cont8 div.wrap a strong {
  font-size: 20px;
}

main.examination section.cont8 div.wrap a em {
  font-size: 13px;
  color: #36a0fb;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1200px) and (min-width: 701px) {
  main.examination section.cont8 div.wrap a {
    padding: 16px;
    margin-bottom: 4px;
  }

  main.examination section.cont8 div.wrap a em {
    font-size: 13px;
  }

  main.examination section.cont8 div.wrap a strong {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  main.examination section.cont8 div.wrap a {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 4px;
  }

  main.examination section.cont8 div.wrap a strong {
    font-size: 16px;
  }

  main.examination section.cont8 div.wrap a em {
    font-size: 13px;
  }
}

/*-------------------------------------------------------*/
/* 20240528 入試ページ改修
/*-------------------------------------------------------*/

/* 【共通】tt_blue */
.tt_blue {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.075em;
  padding-left: 24px;
  margin: 48px 0 32px;
  position: relative;
}

.tt_blue:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #36a0fb;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (max-width: 700px) {
  .tt_blue {
    font-size: 16px;
    margin: 24px 0 14px;
    padding-left: 20px;
  }

  .tt_blue:before {
    top: 8px;
  }
}

/* 【共通】p.ast */
p.ast {
  font-size: 13px;
  letter-spacing: 0.075em;
  color: #aaaaaa;
  margin-top: 16px;
}

@media screen and (max-width: 700px) {
  p.ast {
    font-size: 12px;
    margin-top: 8px;
  }
}

/* 【共通】table type-beside */
table.type-beside {
  width: 100%;
  max-width: unset;
}

.type-beside td {
  padding-block: 17px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.3;
}

.type-beside thead td {
  font-size: 16px;
  color: #fff;
  background-color: #8195a9;
}

.type-beside thead td.fs12 {
  font-size: 12px;
}

.type-beside tbody td {
  font-size: 15px;
  border: #ebeef0 solid 1px;
}

.type-beside tbody td:first-of-type {
  background-color: #f5faff;
  border: none;
}

.type-beside tbody td.bk-white {
  background-color: #fff;
  border: #ebeef0 solid 1px;
}

.type-beside tbody tr td.bk-blue {
  background-color: #f5faff;
  border: none;
}

@media screen and (max-width: 700px) {
  .table_scroll {
    overflow-x: scroll;
  }

  .table_scroll table {
    width: 800px;
  }

  .table_scroll .ast {
    width: 800px;
    max-width: unset;
  }

  .type-beside td {
    padding-block: 14px;
  }

  .type-beside thead td {
    font-size: 13px;
  }

  .type-beside thead td.fs12 {
    font-size: 11px;
  }

  .type-beside tbody td {
    font-size: 13px;
  }
}

/* 【共通】書き換え */
main.examination #link1,
main.examination #link2,
main.examination #link3,
#scholar {
  padding-top: 140px;
  margin-top: -60px;
}

main.examination dl dt,
main.examination dl dd {
  letter-spacing: 0.075em;
}

main.examination dl dd {
  font-size: 15px !important;
  line-height: 1.6;
}

main.examination small {
  font-weight: 500 !important;
}

@media screen and (max-width: 700px) {

  main.examination #link1,
  main.examination #link2,
  main.examination #link3,
  #scholar {
    padding-top: 100px;
    margin-top: -52px;
  }

  main.examination dl dd {
    font-size: 14px !important;
  }
}

/* section:exam-info */
.table_capacity {
  margin-bottom: 48px;
}

.table_capacity .ast {
  text-align: right;
}

.table_capacity tbody td {
  padding-block: 7px;
}

.table_documents td:first-of-type {
  width: 206px;
}

.table_documents td {
  width: 124px;
}

/* section:cont2 */
.examination .cont2 .flow__item {
  display: flex;
  align-items: flex-start;
  gap: 0 18px;
  padding-bottom: 24px;
  position: relative;
}

.examination .cont2 .flow__item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
  position: absolute;
  left: 24px;
  z-index: -1;
}

.examination .cont2 .flow__item:last-of-type:before {
  content: none;
}

.examination .cont2 .flow__item .step {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  padding-block: 5px;
  background-color: #fff;
}

.examination .cont2 .flow__item .step,
.examination .cont2 .flow__item>div {
  padding-top: 5px;
}

.examination .cont2 .flow__item .step,
.examination .cont2 .flow__item .tt {
  font-weight: 700;
  letter-spacing: 0.075em;
}

.examination .cont2 .flow__item .txt {
  line-height: 1.5;
  margin-top: 6px;
}

main.examination .cont2 table.type-beside tbody tr td {
  background-color: #fff;
  padding-block: 17px;
}

main.examination .cont2 table.type-beside tbody tr td.bk-blue {
  background-color: #f5faff;
  border: none;
}

main.examination .cont2 p.ast {
  margin-bottom: 16px;
}

main.examination .cont2 .wrap>a {
  color: #36a0fb;
  text-decoration: underline;
  font-weight: 700;
  margin-top: 8px;
}

/* section:exam-recommendation / section:exam-general */
main.examination .exam-recommendation table.type-beside tbody tr td,
main.examination .exam-general table.type-beside tbody tr td {
  background-color: #fff;
  padding-block: 17px;
}

main.examination .exam-recommendation table.type-beside tbody tr td.bk-blue,
main.examination .exam-general table.type-beside tbody tr td.bk-blue {
  background-color: #f5faff;
  border: none;
}

/* section:scholar */
#scholar h2 {
  color: #fff;
  background-color: #36a0fb;
  border-bottom: none;
  padding: 10px 80px;
  position: relative;
  margin-left: 60px;
}

#scholar h2:before {
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 1/1;
  background: url("../img/examination/scholar_tt.svg") no-repeat center center / cover;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}

#scholar .red {
  color: #f86161;
  font-size: 15px;
}

#scholar dl+.red {
  margin-top: 16px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 1200px) {
  #scholar h2 {
    padding: 10px 60px;
  }

  #scholar h2:before {
    width: 100px;
  }
}

@media screen and (max-width: 700px) {
  #scholar h2 {
    padding: 10px 30px;
  }

  #scholar h2:before {
    width: 80px;
  }

  #scholar .red {
    font-size: 13px;
  }

  #scholar dl+.red {
    margin-top: 6px;
  }
}

.fw700 {
  font-weight: 700;
}

.border-yellow {
  background-image: linear-gradient(transparent 70%, #fbf34d 70%);
  display: inline;
}

@media (max-width: 700px) {
  .sp-none {
    display: none !important;
  }
}

/*-------------------------------------------------------*/
/* 20240528 学費・奨学金ページ改修
/*-------------------------------------------------------*/

main.tution #link1,
main.tution #link2,
main.tution #link3 {
  padding-top: 140px;
  margin-top: -60px;
}

@media screen and (max-width: 700px) {

  main.tution #link1,
  main.tution #link2,
  main.tution #link3 {
    padding-top: 100px;
    margin-top: -52px;
  }
}

/* #link1 */
#link1 .wrap>p.scholar {
  margin-top: 16px;
  font-weight: 700;
}

#link1 .wrap>a {
  color: #36a0fb;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 10px;
}

.expenses__wrap {
  display: flex;
  gap: 24px 60px;
  margin-bottom: 16px;
}

.expenses__wrap>div {
  width: calc((100% - 60px) / 2);
}

.expenses__wrap p {
  font-size: 18px;
  letter-spacing: 0.075em;
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (max-width: 700px) {
  .expenses__wrap {
    flex-wrap: wrap;
  }

  .expenses__wrap>div {
    width: 100%;
  }

  .expenses__wrap p {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

/* #link3 */
main.tution section.cont4 p.txt {
  margin-top: 16px;
}

main.tution section.cont4 .box p.txt {
  font-weight: 400;
  margin: 0 0 16px 0;
}

main.tution section.cont3 article {
  gap: initial;
  margin-top: initial;
  margin-bottom: initial;
}

/*-------------------------------------------------------*/
/* 20240603 TOPページ改修
/*-------------------------------------------------------*/

/* mv */
main.home section.cont1 div.wrap h1 span:first-of-type {
  margin-bottom: 8px;
}

main.home section.cont1 div.wrap h1 span:first-of-type,
main.home section.cont1 div.wrap h1 span:last-of-type {
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.05em;
}

main.home section.cont1 div.wrap h1 span em {
  font-size: 1.15em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

main.home section.cont1 div.wrap h1 span:last-of-type em:first-of-type {
  margin-left: -3rem;
}

@media screen and (max-width: 700px) {
  main.home section.cont1 div.wrap h1 span:first-of-type {
    margin-bottom: 6px;
  }

  main.home section.cont1 div.wrap h1 span:last-of-type em:first-of-type {
    margin-left: -1.5rem;
  }
}

/* sp-banner */
@media screen and (max-width: 700px) {
  .sp-banner {
    display: flex;
    margin-top: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
}

/* cont9 news */
main.home section.cont9.news h2 {
  margin: 0;
}

@media screen and (max-width: 700px) {
  main.home section.cont9.news a span {
    margin-bottom: 6px;
  }
}

/* cont3 */
main.home section.cont3 a {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 8px;
  transform: translateY(50%);
  font-size: 14px;
  width: 400px;
  height: 56px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #36a0fb;
}

main.home section.cont3 a:after {
  width: 24px;
  height: 1px;
  content: "";
  background-color: #fff;
}

@media (max-width: 1200px) {
  main.home section.cont3 a {
    gap: 8px 8px;
    transform: translateY(0);
    font-size: 12px;
    width: 400px;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
  }

  main.home section.cont3 a:after {
    width: 24px;
    height: 1px;
  }
}

/* cont8 */
.cont8 .banner {
  display: flex;
  justify-content: center;
  gap: 16px 24px;
  margin-top: 48px;
}

.cont8 .banner img {
  width: 448px;
  max-width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 700px) {
  .cont8 .banner {
    flex-wrap: wrap;
    margin-top: 32px;
  }

  .cont8 .banner img {
    width: 100%;
  }
}

/* cont6 */
main.home section.cont6 ul {
  justify-content: flex-start;
}

/*-------------------------------------------------------*/
/* 20240603 鍼灸学科ページ・柔整学科ページ　共通
/*-------------------------------------------------------*/

/* qualification */
.qualification {
  margin: 64px 0;
}

.qualification ul {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 32px;
  margin-bottom: 40px;
}

.qualification li {
  font-size: 16px;
  width: calc((100% - 64px) / 3);
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #36a0fb;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qualification h2 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 0 24px;
}

.qualification h2:before,
.qualification h2:after {
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  background: url("../img/about_acupuncture/qualification_tt.svg") no-repeat center center / cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.qualification h2:before {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.qualification h2:after {
  right: 0;
}

@media (max-width: 1200px) {
  .qualification {
    margin: 32px 0;
  }

  .qualification h2 {
    font-size: 16px;
  }

  .qualification ul {
    gap: 8px;
    margin-bottom: 40px;
    align-items: stretch;
  }

  .qualification li {
    font-size: 14px;
    width: calc((100% - 32px) / 3);
    padding: 12px 6px;
  }
}

@media (max-width: 700px) {
  .qualification li {
    font-size: 11px;
  }
}

/* about-features */
.about-features {
  padding-top: 104px;
  margin-top: -104px;
}

main.about section.about-features h2 {
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 40px;
  font-weight: 700;
  border-bottom: #8195a9 solid 1px;
}

.about-features dl {
  margin-top: 40px;
}

.about-features dl dt {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 16px;
  margin-bottom: 14px;
  border-bottom: #2060c0 solid 2px;
}

.about-features dl dt span {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 20px;
  width: 55px;
  height: 55px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #2060c0;
}

.about-features dl dt p {
  font-size: 21px;
  line-height: 1.3;
  width: calc(100% - 71px);
  color: #2060c0;
  font-weight: 700;
}

.about-features dl dd {
  padding: 40px;
  background-color: #f5faff;
}

.about-features dl dd p {
  padding: 24px;
  font-weight: 700;
  line-height: 1.8;
  background-color: #fff;
}

@media (max-width: 1200px) {
  .about-features {
    padding-top: 56px;
    margin-top: -56px;
  }

  main.about section.about-features h2 {
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 24px;
  }

  .about-features dl {
    margin-top: 20px;
  }

  .about-features dl dt {
    gap: 8px 8px;
    margin-bottom: 12px;
  }

  .about-features dl dt span {
    width: 40px;
  }

  .about-features dl dt p {
    font-size: 18px;
    width: calc(100% - 48px);
  }

  .about-features dl dd {
    padding: 16px 12px;
  }

  .about-features dl dd p {
    padding: 16px;
  }
}

/* national-exam */
main.about section.national-exam {
  padding-top: 104px;
}

@media (max-width: 1200px) {
  main.about section.national-exam {
    padding-top: 56px;
  }
}

main.about section.national-exam h2 {
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 40px;
  font-weight: 700;
  border-bottom: #8195a9 solid 1px;
}

@media (max-width: 1200px) {
  main.about section.national-exam h2 {
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 24px;
  }
}

main.about section.national-exam .lead {
  margin-bottom: 32px;
}

main.about section.national-exam .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

main.about section.national-exam .flex>div {
  width: calc((100% - 40px) / 2);
  padding: 24px;
}

main.about section.national-exam .flex>div img {
  display: block;
  margin: 0 auto;
}

main.about section.national-exam .flex>div .tt {
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0;
  text-align: center;
}

main.about section.national-exam .flex>div .txt {
  font-size: 15px;
  font-weight: 700;
  color: #3a4045;
}

.red-wrap {
  background-color: #fff8f8;
}

.red-wrap .tt {
  color: #fc757c;
}

.yellow-wrap {
  background-color: #fffef1;
}

.yellow-wrap .tt {
  color: #fb9c4e;
}

@media (max-width: 700px) {
  main.about section.national-exam .flex>div {
    width: 100%;
    padding: 24px 16px;
  }

  main.about section.national-exam .flex>div .tt {
    font-size: 16px;
  }

  main.about section.national-exam .flex>div .txt {
    font-size: 13px;
  }
}

/*-------------------------------------------------------*/
/* 20240603 鍼灸学科ページ改修
/*-------------------------------------------------------*/
/* about_acupuncture-features */
.about_acupuncture-features dl dt {
  border-bottom: #f86161 solid 2px;
}

.about_acupuncture-features dl dt span {
  background-color: #f86161;
}

.about_acupuncture-features dl dt p {
  color: #f86161;
}

.about_acupuncture-features dl dd {
  background-color: #fff8f8;
}

/* cont6 */
.about .cont6#link5 {
  padding-top: 104px;
}

@media (max-width: 1200px) {
  .about .cont6#link5 {
    padding-top: 56px;
  }
}

/*-------------------------------------------------------*/
/* 20240603 オープンキャンパスページ　改修
/*-------------------------------------------------------*/
.open-campus section {
  scroll-margin-top: 64px;
}

@media (max-width: 1200px) {
  .open-campus section {
    scroll-margin-top: 24px;
  }
}

/* flow */
.open-campus .flow {
  padding-top: 80px;
}

.open-campus .flow h2 {
  font-size: 24px;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 700;
  background-color: #f86161;
  /* cursor: pointer;
  position: relative; */
}

/* .open-campus .flow h2:before{
  content: "詳しく見る";
  font-size: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 48px;
}
.open-campus .flow h2:after{
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
  border-right: #fff solid 2px;
  border-bottom: #fff solid 2px;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.open-campus .flow h2.on:before{
  content: none;
}
.open-campus .flow h2.on:after{
  transform: rotate(-135deg);
  bottom: 20px;
} */

.open-campus .flow__content {
  background-color: #fff8f8;
}

.open-campus .flow article {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.open-campus .flow article:not(:first-of-type) {
  margin-top: 40px;
}

.open-campus .flow article:first-of-type h3 {
  margin-top: 0;
}

.open-campus .flow article:first-of-type {
  padding-top: 40px;
}

.open-campus .flow article:last-of-type {
  padding-bottom: 40px;
}

.open-campus .flow article h3 {
  font-size: 21px;
  margin-top: 24px;
  margin-bottom: 20px;
  color: #f86161;
  font-weight: 700;
}

.open-campus .flow article h3:before {
  transform: translateY(-2px);
  width: 11px;
  height: 11px;
  margin-right: 12px;
  content: "";
  background-color: #f86161;
}

.open-campus .flow article img {
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .open-campus .flow {
    padding-top: 48px;
  }

  .open-campus .flow h2 {
    font-size: 18px;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  /* .open-campus .flow h2:before{
    font-size: 12px;
    top:47%;
    right: 40px;
  }
  .open-campus .flow h2:after{
    width: 7px;
    height: 7px;
    bottom: 18px;
  }
  .open-campus .flow h2.on:after{
    bottom: 16px;
  }   */

  .open-campus .flow__content {
    background-color: #fff8f8;
    padding: 0 12px;
  }

  .open-campus .flow article:not(:first-of-type) {
    margin-top: 24px;
  }

  .open-campus .flow article:first-of-type {
    padding-top: 24px;
  }

  .open-campus .flow article:last-of-type {
    padding-bottom: 24px;
  }

  .open-campus .flow article h3 {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .open-campus .flow article h3:before {
    transform: translateY(-1px);
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }

  .open-campus .flow article p.txt {
    font-size: 13px;
  }

  .open-campus .flow article img {
    margin-top: 16px;
  }
}

/* individual */
.individual {
  padding-top: 80px;
}

.individual h2 {
  font-size: 24px;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 700;
  background-color: #36a0fb;
}

.individual h2 span {
  font-size: 16px;
}

.individual .txt {
  margin-top: 16px;
}

.individual .banner {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.individual img {
  width: 448px;
  max-width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .individual {
    padding-top: 48px;
  }

  .individual h2 {
    font-size: 18px;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .individual h2 span {
    font-size: 14px;
  }

  .individual .banner {
    margin-top: 24px;
  }
}

@media (max-width: 700px) {
  .individual img {
    width: 100%;
  }
}

/* 20240620 */
/* img */
main.support section.cont4:before {
  background: url("../img/support/cont4-bg.jpg") no-repeat center/cover;
}

main.support section.cont5:before {
  background: url("../img/support/cont5-bg.jpg") no-repeat center/cover;
}

main.support section.cont6:before {
  background: url("../img/support/cont6-bg.jpg") no-repeat center/cover;
}

.cont1 .mv-text h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 32px 0;
}

.mv-text h2::before,
.mv-text h2::after {
  width: 0;
  height: 32px;
  margin-bottom: -8px;
  content: "";
  border-left: #3a4045 dashed 1px;
}

.mv-text h2::before {
  margin-right: 32px;
  transform: rotate(-30deg);
}

.mv-text h2::after {
  margin-left: 32px;
  transform: rotate(30deg);
}

.top-link-1 {
  width: 250px !important;
}

.cont4 .cont4-content {
  background-color: #f5faff !important;
  padding: 4rem !important;
  display: flex;
  align-items: start;
  gap: 3rem;
}

.cont4 .cont4-content img,
.cont4 .cont4-content .txt {
  margin: 0 !important;
}

.cont4-content img {
  width: 144px !important;
}

.cont4 .txt {
  margin-bottom: 2rem !important;
}

.cont4-content .txt strong {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 1.8rem;
  color: #2060c0;
}

.cont4-content a {
  display: block;
  color: #36a0fb;
  padding: 18px 3px 0 0;
}

.cont4 dd {
  padding: 40px 40px 0 !important;
}

.cont4 dd:last-child {
  padding-bottom: 40px !important;
}

.cont4 dd p {
  padding: 0 !important;
}

.cont4-content-flex {
  display: flex;
  align-items: start;
  gap: 1.5rem;
}

.cont4-content-flex img {
  margin: 0 !important;
  max-width: 416px;
}

.interview {
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 24px 0 !important;
}

.interview h3 {
  width: 100%;
  text-align: left;
  border-bottom: #8195a9 1px solid;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}

.cont4 .interview em {
  font-size: 1.8rem;
  padding: 0.5rem 1.6rem;
  border-left: #2060c0 3px solid;
}

.interview-content {
  display: flex;
  gap: 4rem;
  padding: 3rem 0 0 !important;
}

.interview-content img {
  width: 30rem !important;
  margin: 0 !important;
}

.cont5 h2 small {
  color: #fff !important;
  background-color: #ff69b4 !important;
}

.cont5 h2 span {
  background-color: #fff !important;
  color: #ff69b4 !important;
}

.cont5 dl h4,
.cont5 dt p {
  color: #ff69b4 !important;
}

.cont5 dt {
  border-bottom: #ff69b4 2px solid !important;
  margin-top: 40px;
}

.cont5 dt span {
  background-color: #ff69b4 !important;
}

.cont5 dd {
  background-color: #fffbfe !important;
  padding: 40px 40px 0 !important;
}

.cont5 dd:first-child,
.cont5 dd:last-child {
  padding-bottom: 40px !important;
}

.cont5 dd div {
  padding: 24px !important;
  background-color: #fff;
}

.cont5 dd:first-child div {
  background-color: #fffbfe !important;
  padding-left: 0 !important;
}

.cont5 dd:first-child p {
  background-color: #fffbfe !important;
}

.cont5 dd p {
  padding: 0 !important;
}

.cont5 .interview em {
  font-size: 1.8rem;
  padding: 0.5rem 1.6rem;
  border-left: #ff69b4 3px solid;
}

.cont6 dl h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #f86161 !important;
  font-weight: 700;
}

.cont6 dt {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px 16px;
  margin-bottom: 14px;
  border-bottom: #f86161 2px solid !important;
}

.cont6 dt span {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  font-size: 20px;
  width: 55px;
  height: 55px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #f86161 !important;
  white-space: nowrap;
}

.cont6 dt p {
  font-size: 21px;
  width: calc(100% - 71px);
  font-weight: 700;
  color: #f86161 !important;
}

.cont6 dd {
  background-color: #fff8f8;
  padding: 40px 40px 0 !important;
}

.cont6 dd:first-child,
.cont6 dd:last-child {
  padding-bottom: 40px !important;
}

.cont6 dd div {
  padding: 24px;
  background-color: #fff;
}

.cont6 dd p {
  padding: 0 0 16px 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.cont6 dd div img {
  width: 512px;
}

.cont6 .study-flow {
  margin: 4rem 0 0 0;
}

.cont6 .study-flow dt {
  margin: 0;
}

.study-flow dt span {
  width: 110px;
}

.study-flow dd {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 0 2rem !important;
  max-height: 600px;
}

.study-flow .cont6-arrow-sp {
  padding: 0 !important;
  display: none;
}

.study-flow .cont6-arrow {
  /* こいつ */
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 5%;
}

.cont6-arrow img {
  margin: 0 0 0 1rem !important;
  padding: 0 !important;
  height: 100%;
  width: max-content !important;
}

.study-flow .study-flow-content {
  background-color: #fff8f8 !important;
  padding: 40px !important;
  margin: 14px 0 40px;
  width: 95%;
}

.study-flow-content .banner {
  margin: 0 !important;
}

.after-graduation-up {
  margin: 14px 0 0 0 !important;
  justify-content: flex-end !important;
}

.after-graduation-under {
  margin: 0 !important;
  justify-content: flex-end !important;
}

.cont6-content-flex {
  display: flex;
  align-items: start;
  gap: 6rem;
}

.cont6-content-flex div {
  padding: 0 !important;
}

.cont6-content-flex img {
  margin: 0 !important;
  max-width: 300px;
  width: 100%;
}

.cont6-content-flex .phone-img-sp {
  display: none;
}

@media (max-width: 700px) {
  main.support section.cont4:before {
    background: url("../img/support/cont4-bg-sp.jpg") no-repeat center/cover;
  }

  main.support section.cont5:before {
    background: url("../img/support/cont5-bg-sp.jpg") no-repeat center/cover;
  }

  main.support section.cont6:before {
    background: url("../img/support/cont6-bg-sp.jpg") no-repeat center/cover;
  }

  .cont1 .mv-text h2 {
    font-size: 20px;
    white-space: nowrap;
  }

  .cont4 .cont4-content {
    flex-direction: column;
    padding: 20px !important;
  }

  .cont4-content-flex {
    flex-direction: column;
  }

  .cont4-content-flex img {
    width: 100% !important;
  }

  .cont4 dd {
    padding: 20px 20px 0 !important;
  }

  .cont4 dd:last-child {
    padding-bottom: 20px !important;
  }

  .after-graduation-up {
    margin: 0 !important;
  }

  .interview-content img {
    width: 100% !important;
  }

  .cont5 dt,
  .cont6 dt {
    margin: 20px 0 14px !important;
  }

  .cont5 dd {
    background-color: #fff8f8 !important;
    padding: 20px 20px 0 !important;
  }

  .cont6 dd {
    background-color: #fff8f8;
    padding: 0 0 20px 20px !important;
  }

  .cont5 dd:first-child,
  .cont5 dd:last-child,
  .cont6 dd:first-child,
  .cont6 dd:last-child {
    padding-bottom: 20px !important;
  }

  .interview-content {
    flex-direction: column;
  }

  .cont6 dt p {
    font-size: 18px;
    white-space: nowrap;
  }

  .cont6 dt span {
    font-size: 16px;
    white-space: nowrap;
    width: 40px;
    height: 40px;
  }

  .study-flow dt span {
    width: 100px;
    height: 55px;
  }

  .study-flow dd {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    max-height: fit-content;
  }

  .study-flow .study-flow-content {
    padding: 0 !important;
  }

  .study-flow .cont6-arrow {
    display: none;
  }

  .study-flow .cont6-arrow-sp {
    display: block;
    margin: 2rem auto;
    max-width: 50px;
    height: 100%;
    width: max-content;
    background-color: #fff;
  }

  .study-flow .cont6-arrow-sp img {
    height: 100%;
  }

  .study-flow-arrow .study-flow-content {
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  .find-job dd {
    padding: 20px 20px 0 !important;
  }

  .cont6-content-flex {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .cont6-content-flex img {
    max-width: fit-content !important;
    width: 100% !important;
  }

  .cont6-content-flex img {
    margin: 0 !important;
    max-width: 300px;
  }

  .cont6-content-flex .phone-img-sp {
    display: block;
  }

  .cont6-content-flex .phone-img-pc {
    display: none;
  }
  .training dd {
    padding: 20px 20px 0 !important;
  }
}

@media (max-width: 1200px) {
  header section.cont4 {
    flex-wrap: nowrap !important;
  }
}

/* 20240703追加 */
main.open-campus section.banner_cont {
  margin-top: 80px;
}

@media (max-width: 700px) {
  main.open-campus section.banner_cont {
    margin-top: 56px;
  }
}

/* 20240717 追加 */
/* ブログタブにカテゴリー追加 */
main.blog section.cont2 nav {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: #8195a9 solid 2px;
  margin-bottom: 32px;
}

main.blog section.cont2 nav a {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 200px;
  height: 60px;
  position: relative;
}

main.blog section.cont2 nav a.on {
  color: #2060c0;
  background-color: #def0fe;
}

main.blog section.cont2 nav a.on:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #2060c0;
}

main.blog section.cont2 ul li:not(.on) {
  display: none;
}

@media (max-width: 700px) {
  main.blog section.cont2 nav {
    margin-bottom: 20px;
  }

  main.blog section.cont2 nav a {
    width: 33%;
    height: 48px;
  }
}

/* ページネーション */
div.wp-pagenavi {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

div.wp-pagenavi a,
div.wp-pagenavi span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  max-width: 100%;
  height: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

div.wp-pagenavi span {
  color: #fff;
  background-color: #2060c0;
}

div.wp-pagenavi a {
  color: #3a4045;
  background-color: #fff;
}

div.wp-pagenavi a.nextpostslink,
div.wp-pagenavi a.previouspostslink {
  position: absolute;
  background-color: #ebeef0;
}

div.wp-pagenavi a.nextpostslink {
  right: 340px;
}

div.wp-pagenavi a.previouspostslink {
  left: 340px;
}

@media (max-width: 1200px) {
  div.wp-pagenavi a.nextpostslink {
    right: 0;
  }

  div.wp-pagenavi a.previouspostslink {
    left: 0;
  }
}

div.wp-pagenavi a.nextpostslink:before,
div.wp-pagenavi a.previouspostslink:before {
  width: 8px;
  max-width: 100%;
  height: 8px;
  content: "";
  border-right: #3a4045 solid 1px;
  border-bottom: #3a4045 solid 1px;
}

div.wp-pagenavi a.nextpostslink:before {
  transform: translateX(5px) rotate(-45deg);
}

div.wp-pagenavi a.previouspostslink:before {
  transform: translateX(9px) rotate(135deg);
}

/* VIEW ALLボタン追加 */
main.about .cont7 h2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

main.about .cont7 h2 a {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 8px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

main.about .cont7 h2 a:after {
  width: 24px;
  height: 1px;
  content: "";
  background-color: #3a4045;
}

/* 20240807 */
/* .mw_wp_form_input #high_school_dl {
  display: none;
} */

/* .mw_wp_form_confirm #high_school_dl {
  display: flex !important; 
} */

/* 20240820 */
.banner_ttl {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #2060c0;
  font-weight: 700;
  text-align: center;
}

.banner_ttl::before,
.banner_ttl::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #2060c0;
}

.banner_ttl::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}

.banner_ttl::after {
  margin-left: 30px;
  transform: rotate(35deg)
}

.sports_banner {
  width: fit-content;
  height: auto;
  display: flex;
  gap: 20px;
  margin: 0 auto;
  padding-top: 0;
}

main.support section.cont4 article.banner {
  padding: unset;
  background: unset;
  border: unset;
}

main.support section.cont4 div.sports_banner img {
  width: auto;
  margin-top: 0;
}

.banner_ttl.--pink {
  color: #ff69b4;
}

.banner_ttl.--pink::before,
.banner_ttl.--pink::after {
  background-color: #ff69b4;
}

main.support section.cont5 article.banner .sports_banner {
  margin-top: 24px;
}

@media (max-width: 700px) {
  .sports_banner.--single {
    width: calc(50% - 20px);
  }
}

/* 20240917 */

main.open-campus section.cont4 h2 {
  background-color: #8a89cb;
}

main.open-campus section.cont4 article h3 {
  color: #8a89cb;
}

main.open-campus section.cont4 article h3:before {
  background-color: #8a89cb;
}

main.home section.cont8 ul li:nth-child(2)::before {
  background-color: #80c62b;
}

main.home section.cont8 ul li:nth-child(3)::before {
  background-color: #36a0fb;
}

main.home section.cont8 ul li:last-of-type::before {
  background-color: #8a89cb;
}

main.home section.cont8 ul {
  width: 800px;
}

@media (max-width: 1200px) and (min-width: 701px) {
  main.home section.cont8 ul {
    width: 640px;
  }
}

@media (max-width: 700px) {
  main.home section.cont8 ul {
    width: 240px;
  }
}

.top-open-campus {
  justify-content: center!important;
  margin: 32px auto 0;
  width: 800px;
}

/*-------------------------------------------------------*/
/* 20241106 鍼灸学科バナー追加
/*-------------------------------------------------------*/

.group-flex{
  display:flex;
  justify-content: space-between;
}

.group-flex img{
  width: 350px;
  border-radius: 8px;
  box-shadow: 1px 1px 5px rgba(58, 64, 69, .3);
}

.group-flex h1{
  margin-bottom:120px
}

@media (max-width: 700px) {
  .group-flex{
    flex-direction: column;
  }
  .group-flex img{
    display: none;
  }
}

.cont3 .wrap a[href="support/#link2"] {
  display: none;
}

@media (max-width: 700px) {
  .cont3 .wrap a[href="support/#link2"] {
    display: block; 
    width: 100%;
    height: auto;
    margin:  0 auto;  
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(58, 64, 69, .3);
  }
}

/* 20241114 */
main.home section.cont1 a.covid {
  height: auto;
  padding: 8px 16px;
}



@media (max-width: 700px) {
  .sp__bleak {
    display: inline;
  }
}

/* 20241125追加 */
.table_strikethrough{
  text-decoration:line-through;
}
.cont__yellow{
  margin-top: 16px;
}


