@charset "UTF-8";
/*--------------------------------------------------------*/
/* _mixin
/*--------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --c_brown: #bf9d6d;
  --c_beige: #ffe1b7;
  --c_navy: #011845;
  --c_orange: #ee7800;
  --c_black: #292929;
  --txt_black: var(--c_black);
  --c_d-gray: #b1b1b1;
  --c_l-gray: #ededed;
  --txt_d-gray: #696969;
  --txt_l-gray: #d5d5d5;
  --c_white: #fff;
  --txt_white: var(--c_white);
  --bg_base: #f3f3f3;
  --bg_body: var(--c_white);
  --bg_footer: var(--c_navy);
  --btn_bg: var(--c_orange);
  --btn_shadow: 0 20px 7px 0 rgba(0, 0, 0, 0.3);
  --shadow: 0 3px 7px 0 #000;
}

:root {
  --fz: min(0.267vw, calc((32 / 16) / 16 * 1rem));
  --val: min(0.267vw, 2px);
}
@media screen and (min-width: 768px) {
  :root {
    --fz: min(0.052vw, calc((15.5 / 16) / 16 * 1rem));
    --val: min(0.052vw, 0.97px);
  }
}

body {
  overflow-y: auto;
}

#education .teacherWrap .splide__list .splide__slide {
  width: 24%;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
}

.p-testimonials__list .slick-track {
  display: flex;
}
.p-testimonials__list .slick-slide {
  height: auto !important;
}
.p-testimonials__list .slick-prev,
.p-testimonials__list .slick-next {
  width: calc(var(--val) * 25);
  height: calc(var(--val) * 25);
  border-radius: 50%;
  border: calc(var(--val) * 1) solid var(--c_white);
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  color: var(--c_white);
}
@media screen and (min-width: 768px) {
  .p-testimonials__list .slick-prev,
  .p-testimonials__list .slick-next {
    width: calc(var(--val) * 125);
    height: calc(var(--val) * 125);
    border-width: 3px;
  }
}
.p-testimonials__list .slick-prev::before,
.p-testimonials__list .slick-next::before {
  display: block;
  width: 100%;
  font-size: calc(var(--fz) * 12);
  letter-spacing: -0.54em;
  position: absolute;
  top: 50%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-testimonials__list .slick-prev::before,
  .p-testimonials__list .slick-next::before {
    font-size: calc(var(--fz) * 58);
  }
}
.p-testimonials__list .slick-prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-testimonials__list .slick-prev {
    left: calc(var(--val) * 50);
  }
}
.p-testimonials__list .slick-prev::before {
  content: "＜＜";
  padding-right: 0.54em;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-testimonials__list .slick-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-testimonials__list .slick-next {
    right: calc(var(--val) * 50);
  }
}
.p-testimonials__list .slick-next::before {
  content: "＞＞";
  padding-right: 0.54em;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------*/
/*! <testimonials>*/
/*--------------------------------------------------------*/
.p-testimonials {
  padding: 60px 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-testimonials {
    padding: 100px 0;
  }
}
.p-testimonials__title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .p-testimonials__title {
    font-size: 45px;
    margin: 0 auto 80px;
  }
}
.p-testimonials__list {
  margin-top: calc(var(--val) * 15);
}
@media screen and (min-width: 768px) {
  .p-testimonials__list {
    margin-top: 30px;
  }
}
.p-testimonials__li-item {
  width: 92%;
  padding: calc(var(--val) * 20) calc(var(--val) * 15);
  margin: 0 calc(var(--val) * 15);
}
.p-testimonials__li-item.lh-12 .p-testimonials__li-text {
  line-height: 1.5;
  font-size: calc(var(--fz) * 12);
}
@media screen and (min-width: 768px) {
  .p-testimonials__li-item.lh-12 .p-testimonials__li-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-testimonials__li-item {
    width: 1020px;
    padding: 45px 20px 20px 30px;
    margin: 0 calc(var(--val) * 55);
    background-color: var(--c_l-gray);
  }
}
@media (1024px <= width <= 1239px) {
  .p-testimonials__li-item {
    width: 880px;
  }
}
.p-testimonials__li-img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-testimonials__li-img {
    width: 275px;
    margin-right: 35px;
    float: left;
  }
}
.p-testimonials__li-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  font: initial;
  font-style: italic;
  vertical-align: middle;
}
.p-testimonials__li-heading {
  margin-top: calc(var(--val) * 10);
  font-size: calc(var(--fz) * 18);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-testimonials__li-heading {
    margin-top: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-testimonials__li-text-box {
  margin-top: calc(var(--val) * 5);
}
@media screen and (min-width: 768px) {
  .p-testimonials__li-text-box {
    margin-top: 5px;
  }
}
.p-testimonials__li-text {
  font-size: calc(var(--fz) * 14);
  line-height: 1.75;
}
.p-testimonials__li-text span {
  display: inline;
}
.p-testimonials__li-text button {
  display: block;
  margin: 20px auto 0;
  padding: 2px 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  .p-testimonials__li-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-testimonials__li-text + .p-testimonials__li-text {
  margin-top: 1lh;
}

.p-testimonials__list.slick-slider {
  margin-bottom: calc(var(--val) * 25);
}
@media screen and (min-width: 768px) {
  .p-testimonials__list.slick-slider {
    margin-bottom: 60px;
  }
}
.p-testimonials__list .slick-track {
  display: flex;
  padding: calc(var(--val) * 15) 0;
}
@media screen and (min-width: 768px) {
  .p-testimonials__list .slick-track {
    padding: 15px 0;
  }
}
.p-testimonials__list .slick-slide {
  height: auto !important;
}
.p-testimonials__list .slick-current {
  box-shadow: var(--shadow);
  background-color: var(--c_white);
}
.p-testimonials__list .slick-dots {
  display: flex;
  justify-content: center;
  height: calc(var(--val) * 15 * 1.41);
  top: 100%;
  bottom: auto;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-testimonials__list .slick-dots {
    height: 28.2px;
    top: calc(100% + 35px);
    margin-top: 20px;
  }
}
.p-testimonials__list .slick-dots li {
  width: calc(var(--val) * 23);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-testimonials__list .slick-dots li {
    width: 28px;
  }
}
.p-testimonials__list .slick-dots li button {
  width: calc(var(--val) * 15);
  height: calc(var(--val) * 15);
  padding: 0;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .p-testimonials__list .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
.p-testimonials__list .slick-dots li button:before {
  content: "";
  width: calc(var(--val) * 15);
  height: calc(var(--val) * 15);
  background-color: var(--c_l-gray);
  rotate: 45deg;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-testimonials__list .slick-dots li button:before {
    width: 20px;
    height: 20px;
  }
}
.p-testimonials__list .slick-dots li.slick-active button:before {
  background-color: var(--c_navy);
  opacity: 1;
}
.p-testimonials__list .slick-prev,
.p-testimonials__list .slick-next {
  width: calc(var(--val) * 25);
  height: calc(var(--val) * 25);
  background-color: var(--c_white);
  border-radius: 50%;
  border: calc(var(--val) * 1) solid var(--txt_l-gray);
  position: absolute;
  top: 50%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-testimonials__list .slick-prev,
  .p-testimonials__list .slick-next {
    width: calc(var(--val) * 125);
    height: calc(var(--val) * 125);
    border-width: 3px;
  }
}
.p-testimonials__list .slick-prev::before,
.p-testimonials__list .slick-next::before {
  display: block;
  width: 100%;
  font-size: calc(var(--fz) * 12);
  letter-spacing: -0.54em;
  color: var(--txt_l-gray);
  position: absolute;
  top: 50%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-testimonials__list .slick-prev::before,
  .p-testimonials__list .slick-next::before {
    font-size: calc(var(--fz) * 58);
  }
}
.p-testimonials__list .slick-prev {
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-testimonials__list .slick-prev {
    margin-right: 5px;
    left: auto;
    right: calc(50% + 510px);
  }
}
@media (1024px <= width <= 1239px) {
  .p-testimonials__list .slick-prev {
    right: calc(50% + 440px);
  }
}
.p-testimonials__list .slick-prev::before {
  content: "＜＜";
  padding-right: 0.54em;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-testimonials__list .slick-next {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-testimonials__list .slick-next {
    margin-left: 5px;
    right: auto;
    left: calc(50% + 510px);
  }
}
@media (1024px <= width <= 1239px) {
  .p-testimonials__list .slick-next {
    left: calc(50% + 440px);
  }
}
.p-testimonials__list .slick-next::before {
  content: "＞＞";
  padding-right: 0.54em;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contactWrap .wpcf7-not-valid-tip {
  font-size: 18px;
}

.contact__policy a,
.contact__policy .wpcf7-list-item-label {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
}
.contact__policy .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -8px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #1a1a1a;
}
.contact__policy .wpcf7-list-item-label::after {
  content: "";
  width: 7px;
  height: 14px;
  display: block;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 6px;
  opacity: 0;
  transform: rotate(45deg);
  border-right: 3px solid #011845;
  border-bottom: 3px solid #011845;
}

#contact .contactWrap .contact__policy input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact__btnWrap p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__btnWrap input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.contact__btnWrap .wpcf7-spinner {
  display: none;
}

body {
  background-color: #fff;
  max-width: unset;
}

p,
a,
li,
dt,
dd,
h2,
h3,
th,
td,
button {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.yumincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.MVbackground {
  background: #fff;
}

.newMV {
  background: url(../images/top_mv.jpg) no-repeat left top;
  background-size: cover;
  padding: 97px 0 120px;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .newMV {
    background: url(../images/top_mv_sp.jpg) no-repeat left top;
    background-size: cover;
    padding: 55px 0 60px;
  }
}
.newMV .MVWrap {
  position: static;
}
@media screen and (max-width: 768px) {
  .newMV .MVWrap .container {
    margin-top: -33px;
  }
}
.newMV .MVWrap .MV__picWrap {
  top: 0;
  width: 60%;
  max-width: 850px;
}
@media screen and (max-width: 1300px) {
  .newMV .MVWrap .MV__picWrap {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .newMV .MVWrap .MV__picWrap {
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .newMV .MVWrap .MV__picWrap {
    width: 90%;
    margin: 0 auto;
  }
}
.newMV .MVWrap .container {
  position: relative;
  z-index: 5;
}
.newMV .MVWrap .MV__left .MV__list {
  margin-bottom: 20px;
}
.newMV .MVWrap .MV__left .MV__list .MV__items {
  color: #000d2e;
}
.newMV .MVWrap .MV__left .MV__list .MV__items .--Red {
  color: #d71a25;
}

#about.newAbout {
  background: #fff;
  position: relative;
  padding: 50px 0;
}
#about.newAbout::after {
  position: absolute;
  content: "";
  width: 44.7%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url(../images/about_bg.png) no-repeat right bottom;
  background-size: contain;
}
#about.newAbout .aboutWrap {
  position: relative;
  z-index: 5;
}
#about.newAbout .aboutWrap .about__box .about__Desc {
  font-weight: 500;
}

#forte.newForte .forteWrap .forte__box .forte__boxText .forte__boxMerit .forte__boxMeritNum {
  letter-spacing: 0.1em;
}
#forte.newForte .forteWrap .forte__box .forte__boxText .forte__boxDesc {
  font-weight: 500;
}

#feature.newFeature .featureWrap .feature__descWrap .feature__desc {
  font-weight: 500;
}

.newMedia {
  background: #fff;
  padding: 135px 0 100px;
}
.newMedia__title {
  height: 200px;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .newMedia__title {
    height: 140px;
  }
}
.newMedia__title .bg_GL {
  width: 206px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .newMedia__title .bg_GL {
    width: 146px;
  }
}
.newMedia__titleText {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newMedia__titleText {
    font-size: 30px;
  }
}
.newMedia__detail {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .newMedia__detail {
    font-size: 16px;
  }
}
.newMedia__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 2.7%;
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .newMedia__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}
.newMedia__item {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 21px;
  background: #fff;
}
.newMedia__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .newMedia__item a:hover:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .newMedia__item a:active:hover {
    opacity: 0.8;
  }
}
.newMedia__item .thumb {
  overflow: hidden;
  border-radius: 21px 21px 0 0;
  aspect-ratio: 315/215;
}
.newMedia__item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.newMedia__item--textWrap {
  border-radius: 0 0 21px 21px;
  border: solid 2px #a9a496;
  border-top: none;
  padding: 10px 10px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newMedia__item--textWrap .title {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  flex-grow: 1;
}
.newMedia__item--textWrap .date {
  letter-spacing: 0.03em;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 10px 0;
}
.newMedia__item--textWrap .cat {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: inline-block;
  background: #011845;
  color: #fff;
  border-radius: 3px;
  padding: 4px 8px;
}
.newMedia__btnWrap {
  width: 300px;
  height: 65px;
  margin: 0 auto;
}
.newMedia__btn {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  border-radius: 3px;
  background: linear-gradient(92deg, #d71a25 0%, #bb000b 100%);
  transition: 0.3s;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.2);
}
@media (any-hover: hover) {
  .newMedia__btn:hover:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .newMedia__btn:active:hover {
    opacity: 0.8;
  }
}
.newMedia__btnTextWH {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
}

#education.newEducation {
  background: none;
}
#education.newEducation .education__curriculumNum {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0;
  font-weight: 600;
}

#education.newEducation .teacherWrap {
  padding: 95px 0 200px;
}
@media screen and (max-width: 768px) {
  #education.newEducation .teacherWrap {
    padding: 60px 0 100px;
  }
}
#education.newEducation .teacherWrap .splide__list {
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 768px) {
  #education.newEducation .teacherWrap .splide__list {
    flex-direction: row;
    gap: 0;
  }
}
#education.newEducation .teacherWrap .splide__list .splide__slide {
  width: 100%;
  max-width: 100%;
}
#education.newEducation .teacherWrap .splide__list .splide__slide .teacher__pic {
  margin: 0;
}
#education.newEducation .teacherWrap .splide__list .splide__slide .teacher__name {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #education.newEducation .teacherWrap .splide__list .splide__slide .teacher__name {
    text-align: center;
    margin: 10px 0;
  }
}
#education.newEducation .teacherWrap .splide__list .splide__slide .teacher__desc {
  font-weight: 500;
}
#education.newEducation .teacherWrap .splide__list .teacher__box {
  display: flex;
  gap: 0 2.5%;
}
@media screen and (max-width: 768px) {
  #education.newEducation .teacherWrap .splide__list .teacher__box {
    flex-direction: column;
    align-items: center;
  }
}

#faq.newFaq .faq__box .faq__questionBox .faq__question {
  font-size: 18px;
}
#faq.newFaq .faq__box .faq__answerBox .faq__answer {
  font-size: 18px;
  font-weight: 500;
}

.mediaBnr {
  max-width: 1000px;
  margin: 130px auto 30px;
  transition: 0.3s;
  pointer-events: auto;
  cursor: pointer;
}
.mediaBnr:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .mediaBnr {
    margin: 80px auto 0px;
  }
}
.mediaBnr img.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .mediaBnr img.pc {
    display: none;
  }
}
.mediaBnr img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mediaBnr img.sp {
    display: block;
  }
}

#contact.newContact .contactWrap .contact__nameBox .name__box input::placeholder {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
#contact.newContact .contactWrap .contact__mailBox .mail__box input::placeholder {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
#contact.newContact .contactWrap .contact__telBox .tel__box input::placeholder {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
#contact.newContact .contact__policy a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#contact.newContact .contact__policy .wpcf7-list-item-label {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#footer .footerWrap .footer__box .company__link {
  font-weight: 500;
}
#footer .footerWrap .footer__box .privacy__link {
  font-weight: 500;
}
#footer .footerWrap .copy {
  font-weight: 500;
}

.c-breadcrumb {
  padding: 50px 0 100px;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb.single {
    padding: 50px 0 130px 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 30px 0 90px;
  }
  .c-breadcrumb.single {
    padding: 30px 0 90px 50px;
  }
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb__list li {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list li {
    font-size: 14px;
  }
}
.c-breadcrumb__list li::after {
  content: ">";
  position: absolute;
  right: -23px;
  top: -1px;
}
.c-breadcrumb__list li a {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (any-hover: hover) {
  .c-breadcrumb__list li a:hover:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .c-breadcrumb__list li a:active:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list li a {
    font-size: 14px;
  }
}
.c-breadcrumb__list li:last-child::after {
  content: none;
}

.p-media {
  background: #fff;
}
.p-media .l-inner {
  max-width: 996px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-media .l-inner {
    width: 90%;
  }
}

.p-media-mainv {
  height: 350px;
  background: url(../images/media_mainv.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-media-mainv {
    height: 230px;
  }
}
.p-media-mainv__logo {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 82px;
}
@media screen and (max-width: 1024px) {
  .p-media-mainv__logo {
    max-width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-media-mainv__logo {
    max-width: 40px;
  }
}
.p-media-mainv__logo a {
  display: block;
}
.p-media-mainv__logo img {
  width: 100%;
}
.p-media-mainv__text {
  padding: 155px 0 0 120px;
}
@media screen and (max-width: 768px) {
  .p-media-mainv__text {
    padding: 80px 0 0 60px;
  }
}
.p-media-mainv__text .subtitle {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p-media-mainv__text .subtitle {
    font-size: 16px;
  }
}
.p-media-mainv__text .title {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-media-mainv__text .title {
    font-size: 26px;
  }
}
.p-media-mainv__text .title .small {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .p-media-mainv__text .title .small {
    font-size: 16px;
  }
}

.p-media-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .p-media-section__title {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

.p-media-recommned__top--item a {
  display: flex;
  align-items: flex-start;
  gap: 0 3.8%;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-media-recommned__top--item a:hover:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .p-media-recommned__top--item a:active:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-media-recommned__top--item a {
    flex-direction: column;
    gap: 10px 0;
  }
}
.p-media-recommned__top--item a .thumb {
  flex: 1;
  border-radius: 21px;
  overflow: hidden;
  aspect-ratio: 515/350;
}
.p-media-recommned__top--item a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-media-recommned__top--item a .textWrap {
  width: 44.7%;
}
@media screen and (max-width: 768px) {
  .p-media-recommned__top--item a .textWrap {
    width: 100%;
  }
}
.p-media-recommned__top--item a .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-weight: 500;
}
.p-media-recommned__top--item a .date {
  letter-spacing: 0.03em;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 10px 0;
}
.p-media-recommned__top--item a .cat {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: inline-block;
  background: #011845;
  color: #fff;
  border-radius: 3px;
  padding: 4px 8px;
}
.p-media-recommned__top--item a .excerpt p {
  letter-spacing: 0.03em;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2.1;
}
.p-media-recommned__bottom {
  margin: 45px auto 150px;
}

.p-media-new #mediaContent {
  transition: opacity 0.3s ease;
}
.p-media-new .media-tabs__menu {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-media-new .media-tabs__menu {
    gap: 15px;
    justify-content: flex-start;
  }
}
.p-media-new .media-tabs__menu li {
  cursor: pointer;
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 500;
  position: relative;
}
.p-media-new .media-tabs__menu li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -5%;
  width: 0%;
  height: 3px;
  background: #011845;
  transition: width 0.4s ease;
}
@media (any-hover: hover) {
  .p-media-new .media-tabs__menu li:hover:hover::before {
    width: 110%;
  }
}
@media (any-hover: none) {
  .p-media-new .media-tabs__menu li:active:hover::before {
    width: 110%;
  }
}
.p-media-new .media-tabs__menu li.active::before {
  width: 110%;
}
@media screen and (max-width: 768px) {
  .p-media-new .newMedia__grid {
    margin: 35px 0;
  }
}
.p-media-new .media-post {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.p-media-new .media-pagination {
  margin: 150px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-media-new .media-pagination {
    margin: 75px 0;
  }
}
.p-media-new .media-pagination button {
  margin: 0 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.p-media-new .media-pagination button.prev, .p-media-new .media-pagination button.next {
  width: 8px;
  height: 10px;
}
.p-media-new .media-pagination button.prev {
  background: url(../images/arrow_prev.svg) no-repeat center center;
  background-size: contain;
}
.p-media-new .media-pagination button.next {
  background: url(../images/arrow_next.svg) no-repeat center center;
  background-size: contain;
}
.p-media-new .media-pagination button.active {
  position: relative;
}
.p-media-new .media-pagination button.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #011845;
  bottom: -7px;
  left: 0;
}
.p-media-new #contact {
  background: none;
  padding: 0;
}

.p-media-single {
  background: #fff;
}
.p-media-single__header {
  position: relative;
}
.p-media-single__thumbnail {
  border-radius: 21px;
  overflow: hidden;
  aspect-ratio: 315/215;
  margin: 0 0 128px;
}
@media screen and (max-width: 768px) {
  .p-media-single__thumbnail {
    margin: 0 0 65px;
  }
}
.p-media-single__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-media-single h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.375;
  margin: 65px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-media-single h2 {
    font-size: 22px;
    margin: 35px 0 20px;
  }
}
.p-media-single h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.375;
  margin: 65px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-media-single h3 {
    font-size: 18px;
    margin: 35px 0 20px;
  }
}
.p-media-single h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.375;
  margin: 45px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-media-single h4 {
    font-size: 16px;
    margin: 25px 0 20px;
  }
}
.p-media-single p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 2;
  margin: 65px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-media-single p {
    font-size: 14px;
    margin: 35px 0;
    line-height: 1.8;
  }
}
.p-media-single p a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 2;
  margin: 65px 0;
  margin: 0;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-media-single p a {
    font-size: 14px;
    margin: 35px 0;
    line-height: 1.8;
  }
}
.p-media-single .wp-block-image {
  border-radius: 21px;
  overflow: hidden;
}
.p-media-single .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-media-single .wp-block-table td,
.p-media-single .wp-block-table th {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-media-single .wp-block-list {
  margin: 30px 0;
}
.p-media-single .wp-block-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 1em;
}
.p-media-single .wp-block-list li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 100%;
  top: 11px;
  left: 0;
}
.p-media-single .cat {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: inline-block;
  background: #011845;
  color: #fff;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 0;
  letter-spacing: 0;
  line-height: 1;
}
.p-media-single .date {
  letter-spacing: 0.03em;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 10px 0;
  line-height: 1;
}
.p-media-single h2.p-media-single__heading {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  margin: 25px 0 45px;
}
@media screen and (max-width: 768px) {
  .p-media-single h2.p-media-single__heading {
    font-size: 26px;
    margin: 15px 0 25px;
  }
}
.p-media-single__bnr {
  margin: 150px auto;
}
@media screen and (max-width: 768px) {
  .p-media-single__bnr {
    margin: 75px auto;
  }
}
.p-media-single__bnr a {
  display: block;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-media-single__bnr a:hover:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .p-media-single__bnr a:active:hover {
    opacity: 0.8;
  }
}
.p-media-single__bnr a img.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-media-single__bnr a img.pc {
    display: none;
  }
}
.p-media-single__bnr a img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-media-single__bnr a img.sp {
    display: block;
  }
}
.p-media-single .p-media-single-related {
  border-top: solid 1px #000;
  padding: 23px 0 150px;
}
.p-media-single .p-media-single-related__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-media-single .p-media-single-related__title {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin: 0 0 0 4.3%;
}
.p-media-single .p-media-single-related__link a {
  display: block;
  transition: 0.3s;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (any-hover: hover) {
  .p-media-single .p-media-single-related__link a:hover:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .p-media-single .p-media-single-related__link a:active:hover {
    opacity: 0.8;
  }
}
.p-media-single .p-media-single-related .newMedia__grid {
  margin: 25px 0 0;
}
.p-media-single .p-media-single-related .newMedia__grid .title {
  margin: 0;
}

#footer {
  padding: 0;
}
#footer .footerWrap .copy {
  margin: 0;
  line-height: 1.5;
}

.l-header {
  background: transparent;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 100;
  padding: 0 14px 0 0;
}
.l-header__english a {
  background: #011845;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-radius: 3px;
  box-shadow: 0px 4px 3px 0px rgb(0, 0, 0);
  color: #fff;
  line-height: 1;
  padding: 16px 38px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .l-header__english a:hover:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .l-header__english a:active:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .l-header__english a {
    font-size: 16px;
    padding: 9px 20px 5px;
  }
}

/*# sourceMappingURL=style02.css.map */
