@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
/* 各scss
----------------------- */
/* base */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ",Meiryo, sans-serif;
}

span.small{font-size: 80%;}
span.large{font-size: 120%;}
span.red{color: red;}
a.txtLink{color: #056e33;}
a.txtLink:before {
    content: '>';
    color: #056e33;
    display: inline-block;
    margin-right: 0.5em;
    font-weight: 700;
}
#globalContainer {
  position: relative;
}

.inner {
  width: 1200px;
  margin: auto;
}

@media (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 2rem;
  }
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}

@media (max-width: 768px) {
  .dis-pc {
    display: none;
  }
}

/* common/animation */
@-webkit-keyframes anchorArrow {
  0% {
    left: 0px;
  }
  100% {
    left: 5px;
  }
}
@keyframes anchorArrow {
  0% {
    left: 0px;
  }
  100% {
    left: 5px;
  }
}

@-webkit-keyframes btnArrow {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
}

@keyframes btnArrow {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
}

.effect-fade {
  opacity: 0;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.effect-fade.position-bottom {
  -webkit-transform: translate(0, 150px);
          transform: translate(0, 150px);
}

.effect-fade.position-left {
  -webkit-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
}

.effect-fade.position-right {
  -webkit-transform: translate(150px, 0);
          transform: translate(150px, 0);
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* common/header */
.header {
  position: relative;
}

@media (max-width: 768px) {
  .header > .inner {
    padding: 0;
  }
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 10px;
  max-width: 1280px;
  margin: auto;
}

@media (max-width: 768px) {
  .header__content {
    max-width: 100%;
    padding: 1rem 2rem;
    position: relative;
  }
}

.header__title {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 14px;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.header__title a{
  display: block;
  text-decoration: none;
}

@media (max-width: 768px) {
  .header__title {
    font-size: 1.6rem;
  }
}

.header__titleEn {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2rem;
  color: #0066b5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 14px;
  line-height: 2em;
}

@media (max-width: 768px) {
  .header__titleEn {
    display: none;
  }
}

.header__tel {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  margin-left: 66px;
  letter-spacing: 0.05em;
}

.header__tel > a {
  text-decoration: none;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .header__tel {
    background-color: #056e33;
    color: #fff;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 50%;
    margin: 0;
    padding: 14.5px 10px;
  }
}

.header__access {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .header__access {
    background-color: #056e33;
    border-left: 1px solid #fff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    margin: 0;
    width: 50%;
    padding: 16.5px 10px;
  }
  .header__access a {
    display: block;
    text-align: center;
  }
}

.mobileBtn {
  display: none;
}

@media (max-width: 768px) {
  .mobileBtn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0px;
  }
  .mobileBtn::before {
    content: "";
    font-family: 'Material Icons';
    font-size: 3.5rem;
  }
}

.mobileBtn.active::before {
  content: "";
  font-family: 'Material Icons';
}

/* common/footer */
.fNav {
  padding: 50px;
}

.fNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  .fNav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 300px;
  }
}

.fNav__item {
  width: calc((100% / 4));
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .fNav__item {
    width: auto;
    margin-bottom: 2em;
  }
}

.fNav__anc {
  font-size: 2.2rem;
  text-decoration: none;
}

.fNav__anc::before {
  content: '>';
  color: #ffa802;
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .fNav__anc {
    font-size: 1.6rem;
  }
}

.copyright {
  text-align: center;
  color: #fff;
  background-color: #056e33;
  padding: 10px 0;
}

/* common/navigation */
@media (max-width: 768px) {
  .gNav {
    display: none;
    position: absolute;
    top: 140px;
    z-index: 999;
    width: 100%;
  }
}

.gNav__anc {
  font-weight: 700;
  display: block;
  font-size: 1.6rem;
  padding: 0.5em;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.gNav__list {
  z-index: 999;
}

/* 第2階層 */
.gNav__list.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .gNav__list.two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gNav__list.two > .gNav__item {
  width: calc(100% / 5);
  position: relative;
}

.gNav__list.two > .gNav__item:last-child > .gNav__anc {
  border: none;
}

@media (max-width: 768px) {
  .gNav__list.two > .gNav__item {
    width: 100%;
  }
}

.gNav__list.two > .gNav__item > .gNav__anc {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  text-align: center;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .gNav__list.two > .gNav__item > .gNav__anc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* 第3階層 */
.gNav__list.three {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .gNav__list.three {
    position: relative;
  }
}

.gNav__list.three > .gNav__item {
  position: relative;
}

.gNav__list.three > .gNav__item > .gNav__anc {
  border-bottom: 1px solid #ccc;
}

/* 第4階層 */
.gNav__list.four {
  display: none;
  position: absolute;
  top: 0%;
  left: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .gNav__list.four {
    position: relative;
    left: 0;
  }
}

.gNav__list.four > .gNav__item {
  position: relative;
}

.gNav__list.four > .gNav__item > .gNav__anc {
  background-color: #ccc;
  border-bottom: 1px solid #fff;
}

/* 第5階層 */
.gNav__list.five {
  display: none;
  position: absolute;
  top: 0%;
  left: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .gNav__list.five {
    position: relative;
    left: 0;
  }
}

.gNav__list.five > .gNav__item > .gNav__anc {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.gNav__item.left .gNav__list {
  right: 100%;
  left: initial;
}

@media (max-width: 768px) {
  .gNav__item.left .gNav__list {
    right: 0;
  }
}

/* 小階層 */
.hasChild {
  display: none;
}

@media (max-width: 768px) {
  .hasChild {
    display: inline-block;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .hasChild::before {
    content: "";
    font-family: 'Material Icons';
    color: #056e33;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 2rem;
  }
}

.hasChild.active::before {
  content: "";
  font-family: 'Material Icons';
}

/* common/intro */
.intro {
  position: relative;
}

/* 下層ページVer */
#page .intro {
  margin-bottom: 50px;
}

.intro__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .intro__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intro__lead > div {
  width: 50%;
}

@media (max-width: 768px) {
  .intro__lead > div {
    width: 100%;
  }
}

.intro__item01 .intro__title {
  background-color: #0066b5;
}

.intro__item01 .intro__title img,
.intro__item02 .intro__title img{
  width: 100%;
}

.intro__item01 .intro__title::before {
  border-color: #0066b5 transparent transparent transparent;
}

.intro__item02 .intro__title {
  background-color: #008ab2;
}

.intro__item02 .intro__title::before {
  border-color: #008ab2 transparent transparent transparent;
}

.intro__title {
  display: block;
  position: relative;
}

.intro__title::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #0066b5 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 99%);
          transform: translate(-50%, 99%);
}

.intro__txt {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-size: 2.5vw;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.intro__txt > span {
  display: block;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .intro__txt {
    font-size: 2.5rem;
    width: 100%;
  }
  .intro__txt > span {
    display: block;
    font-size: 1.8rem;
  }
}

.intro__item01 {
  background-color: #3a90d2;
}

.intro__item01 .intro__nav {
  border-top: 5px solid #7eccec;
  width: 70%;
  margin-left: auto;
}

@media (max-width: 768px) {
  .intro__item01 .intro__nav {
    width: 100%;
  }
}

.intro__item02 {
  background-color: #36aed5;
}

.intro__item02 .intro__nav {
  border-top: 5px solid #7eccec;
  width: 70%;
  margin-right: auto;
}

@media (max-width: 768px) {
  .intro__item02 .intro__nav {
    width: 100%;
  }
}

/* 下層ページver */
#page .intro__nav {
  width: 100%;
}

.intro__nav {
  padding: 20px;
}

.intro__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro__navItem {
  border-bottom: 1px solid #fff;
  width: 48%;
}

.intro__anc {
  display: block;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 0;
}

.intro__anc::before {
  content: "";
  font-family: 'Material Icons';
  position: relative;
  top: 0.1em;
}

.intro__anc:hover::before {
  -webkit-animation: anchorArrow 0.25s infinite alternate linear;
  animation: anchorArrow 0.25s infinite alternate linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 768px) {
  .intro__anc {
    font-size: 1.6rem;
  }
}

/* top/mainvisual */
.mainvisual {
  position: relative;
}

.mainvisual__img {
  width: 100%;
}

@media (max-width: 768px) {
  .mainvisual__img {
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.mainvisual__lead {
  position: absolute;
  left: 50%;
  top: 90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  color: #025a9d;
  text-shadow: 5px 5px 10px rgba(255, 255, 255, 0.42), -5px 5px 10px rgba(255, 255, 255, 0.42), 5px -5px 10px rgba(255, 255, 255, 0.42), -5px -5px 10px rgba(255, 255, 255, 0.42), 5px 0px 10px rgba(255, 255, 255, 0.42), 0px 5px 10px rgba(255, 255, 255, 0.42), -5px 0px 10px rgba(255, 255, 255, 0.42), 0px -5px 10px rgba(255, 255, 255, 0.42);
}

@media (max-width: 768px) {
  .mainvisual__lead {
    font-size: 2rem;
    width: 100%;
  }
}

/* top/contents */
.topcontents {
  background-color: #def0df;
  padding: 88px 0;
}

.topcontents__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}

@media (max-width: 768px) {
  .topcontents__menu {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.topcontents__title {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.6rem;
  text-align: center;
  color: #056e33;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .topcontents__title {
    font-size: 3rem;
  }
}

.topcontents__anc {
  position: relative;
}

.topcontents__anc:hover .topcontents__name::before {
  -webkit-animation: anchorArrow 0.25s infinite alternate linear;
  animation: anchorArrow 0.25s infinite alternate linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.topcontents__anc > img {
  width: 100%;
}

.topcontents__name {
  text-align: center;
  background-color: rgba(1, 83, 37, 0.8);
  padding: 0.3em;
  font-size: 2.6rem;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.topcontents__name::before {
  font-family: 'Material Icons';
  content: '\e409';
  position: relative;
  top: 0.2em;
}

@media (max-width: 768px) {
  .topcontents__name {
    font-size: 1.8rem;
  }
}

/* top/whatsnew */
.whatsNew {
  background-color: #fff;
  padding: 50px 0;
}

.whatsNew__title {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 50px;
  color: #0066b5;
  font-weight: normal;
}

@media (max-width: 768px) {
  .whatsNew__title {
    font-size: 3rem;
  }
}

.whatsNew__list {
  border: 2px solid #ddecf8;
  border-radius: 4px;
  overflow-y: auto;
  height: 360px;
  padding: 30px;
}
.whatsNew__list.archive {
  border: none;
  height: auto;
  padding: 0;
}

@media (max-width: 768px) {
  .whatsNew__list {
    height: 400px;
    padding: 20px;
  }
}

.whatsNew__anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-end;
  text-decoration: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f1f1f1;
}

@media (max-width: 768px) {
  .whatsNew__anc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.whatsNew__label {
  font-size: 1.1rem;
  background-color: #ffa802;
  color: #fff;
  padding: 3px 5px;
  border-radius: 4px;
  position: relative;
  top: 5px;
}

@media (max-width: 768px) {
  .whatsNew__label {
    top: 0;
  }
}

time {
  font-size: 1.8rem;
  color: #0066b5;
}

time::before {
  content: '>';
  display: inline-block;
  color: #ffa802;
  margin: 0 20px 0 10px;
  font-weight: 700;
}

@media (max-width: 768px) {
  time {
    font-size: 1.6rem;
    margin-right: 10px;
  }
  time::before {
    margin: 0 10px;
  }
}

.whatsNew__catgory {
  color: #0066b5;
  background-color: #ddecf8;
  border-radius: 4px;
  padding: 3px 5px;
  font-weight: 700;
  font-size: 1.4rem;
  width: 8%;
  margin-left: 2%;
  text-align: center;
}
.whatsNew__catgory.medical{color: #0066b5; background-color: #ddecf8;}
.whatsNew__catgory.other{color: #0066b5; background-color: #e5e5e5;}

@media (max-width: 768px) {
  .whatsNew__catgory {
    font-size: 1.4rem;
    padding: 3px 10px;
    width: auto;
  }
}

.whatsNew__listTitle {
  font-size: 1.8rem;
  width: 68%;
  margin-left: 2%;
}

@media (max-width: 768px) {
  .whatsNew__listTitle {
    font-size: 1.5rem;
    width: 100%;
  }
}

.whatsNew__archiveBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}

.basicBtn {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #ffa802;
  border-radius: 7px;
  font-size: 2.2rem;
  padding: 10px 3em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.basicBtn::before {
  content: '\e315';
  font-family: 'Material Icons';
  color: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.basicBtn:hover::before {
  -webkit-animation: btnArrow 0.25s infinite alternate linear;
  animation: btnArrow 0.25s infinite alternate linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 768px) {
  .basicBtn {
    font-size: 1.6rem;
    padding: 10px 2em;
  }
}

/* top/basicInfo */
.basicInfo {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .basicInfo {
    margin-bottom: 0;
  }
}

.basicInfo__container {
  background-color: #056e33;
}

@media (max-width: 768px) {
  .basicInfo__container {
    padding: 1em 0 0;
  }
}

.basicInfo__container > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .basicInfo__container > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.basicInfo__address {
  width: 50%;
}

@media (max-width: 768px) {
  .basicInfo__address {
    width: 100%;
  }
}

.basicInfo__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.basicInfo__schoolName {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-left: 10px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: -0.05em;
}

@media (max-width: 768px) {
  .basicInfo__schoolName {
    font-size: 1.8rem;
  }
}

.basicInfo__info {
  color: #fff;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .basicInfo__info {
    font-size: 1.6rem;
  }
}

.basicInfo__emergency {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.basicInfo__emergency > dt {
  color: #fff;
  background-color: #056e33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  padding: 0 5px;
  margin-right: 20px;
}

.basicInfo__emergency > dd {
  color: #056e33;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .basicInfo__emergency {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 20px;
  }
  .basicInfo__emergency > dt {
    font-size: 1.4rem;
  }
  .basicInfo__emergency > dd {
    font-size: 1.4rem;
  }
}

.basicInfo__map {
  width: 50%;
  height: 330px;
}

.basicInfo__map > iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .basicInfo__map {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

/* page/pageContainer */
#page {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}

.pageContainer {
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 768px) {
  .pageContainer {
    max-width: 100%;
    padding: 0 2rem;
  }
}

/* page/breadCrumbs */
.breadCrumbs {
  margin-bottom: 30px;
}

.pageLink {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  padding: 2px 0;
  list-style: none;
}

.pageLink li::after {
  content: '>';
  display: inline-block;
  font-size: 1.4rem;
  width: 1em;
  color: #666;
  text-indent: 0;
  margin-right: 2px;
}

.pageLink li:last-of-type::after {
  content: none;
}

.pageLink li > a {
  font-size: 1.6rem;
  margin-right: 10px;
  text-decoration: none;
  color: #666;
}

/* page/pagevisual */
.pagevisual {
  position: relative;
  margin: 10px 0;
}

.pagevisual__img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagevisual__title {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  color: #025a9d;
  text-shadow: 5px 5px 10px rgba(255, 255, 255, 0.42), -5px 5px 10px rgba(255, 255, 255, 0.42), 5px -5px 10px rgba(255, 255, 255, 0.42), -5px -5px 10px rgba(255, 255, 255, 0.42), 5px 0px 10px rgba(255, 255, 255, 0.42), 0px 5px 10px rgba(255, 255, 255, 0.42), -5px 0px 10px rgba(255, 255, 255, 0.42), 0px -5px 10px rgba(255, 255, 255, 0.42);
  width: 90%;
}

/* page/title */
.h1 {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #056e33;
  color: #fff;
  font-size: 2.6rem;
  padding: 10px 20px 10px 1.5em;
  margin-bottom: 30px;
  position: relative;
}

.h1::before {
  content: '';
  display: inline-block;
  background-color: #ffa802;
  width: 4px;
  height: 1.3em;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .h1 {
    font-size: 2rem;
  }
}

.h2 {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  padding: 5px 5px 5px 0.5em;
  border-bottom: 1px solid #056e33;
  margin-bottom: 30px;
  position: relative;
}

.h2::before {
  content: '';
  background-color: #99c7ad;
  display: inline;
  width: 6px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .h2 {
    font-size: 1.8rem;
  }
}

.h3 {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  padding: 5px 5px 5px 0.5em;
  border-bottom: 1px solid #056e33;
  margin-bottom: 30px;
}

.h4 {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  color: #056e33;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* page/txt */
.txt {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1em;
  margin-bottom: 30px;
}

/* page/btn */
.btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

/* page/img-content */
.img-content {
  margin-bottom: 30px;
}

.img-content > .img {
  max-width: 30%;
}

.img-content > .img img {
  max-width: 100%;
  margin-bottom: 5px;
}

.img-content.imgR > .img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.img-content.imgL > .img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.img-content > .img span.cap {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 80%;
  color: #555;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .img-content {
    margin-bottom: 30px;
  }
  .img-content > .img {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .img-content > .img img {
    max-width: 100%;
    margin: 0 auto 5px;
    max-width: 100%;
  }
  .img-content.imgR > .img {
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .img-content.imgL > .img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* components */
p {
  font-size: 1.6rem;
}

/* 16px */
li {
  font-size: 1.6rem;
}

/* 16px */
li p {
  font-size: 1.6rem;
}

/* 16px */
.alnL {
  text-align: left;
}

.alnR {
  text-align: right;
}

.alnC {
  text-align: center;
}

p.img {
  margin-bottom: 15px;
  text-align: center;
}

p.img img {
  max-width: 100%;
  margin-bottom: 10px;
}

p.img img.widthAuto {
  width: auto;
}

p.img.w100 img {
  width: 100%;
  max-width: 100%;
}

p.txt {
  font-size: 1.8rem;
  line-height: 1.66;
}

@media screen and (max-width: 768px) {
  p.txt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  p.img img {
    width: 100%;
  }
}

.bdrBox {
  border: solid 1px #ff9292;
  padding: 15px 15px 15px 15px;
  border-radius: 4px;
  margin-bottom: 2%;
}

.bdrBox p:last-child {
  margin-bottom: 0;
}

.bgBox {
  background-color: #ffe7e7;
  border: solid 1px #ff9292;
  padding: 15px 30px 15px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.bgBox p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .bgBox {
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
  }
}

.corpColor {
  color: #f36e6e;
}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.clearfix:after,
.img-content:after {
  content: ".";
  display: block;
  height: 0.1px;
  visibility: hidden;
  clear: both;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix, .img-content {
  min-height: 1px;
}

* html .clearfix, * html .img-content {
  height: 1px;
}

hr {
  border-top-color: #fff668;
  height: 5px;
  border-top-width: 5px;
  margin: 70px 0;
}

/* ==================== */
/* archive-news */
/* ==================== */
.archNewsList > dl > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 0;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px #dbcfc6;
}

.archNewsList > dl > a > dt {
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.archNewsList > dl > a > dt p {
  padding-left: 40px;
}

.archNewsList > dl > a > dt p.new {
  background: url(../images/top/ico_new.png) left center no-repeat;
}

.archNewsList > dl > a > dd {
  width: calc(100% - 190px);
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .archNewsList > dl > a {
    display: block;
    padding: 15px 0;
    font-size: 1.3rem;
  }
  .archNewsList > dl > a > dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .archNewsList > dl > a > dd {
    width: 100%;
  }
  .archNewsList > dl > a > dt p {
    font-size: 1.3rem;
    padding-left: 0;
  }
  .archNewsList > dl > a > dt p.new {
    padding-left: 40px;
    background: url(../images/top/ico_new.png) left center no-repeat;
  }
}

/* NEWラベル */
.latest {
  position: relative;
}

.latest::before {
  content: 'NEW';
  display: inline-block;
  margin-right: 1em;
  color: red;
  font-size: 1.2rem;
  line-height: 1.2rem;
}


/* ==================== */
/* btn */
/* ==================== */
.btn-basic{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin:30px auto;
}
.btn-basic .btn{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.btn-basic .btn a{
  padding:15px 40px 15px 15px;
  width: 100%;
  background-color: #fff;
  margin:0 auto;
  color:#fff;
  background-color: #ffa802;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  font-size: 1.8rem;
}
.btn-basic .btn a:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.btn-basic .btn a:after {
    content: '\f054';
    display: inline-block;
    font-weight: 700;
    font-size: 1.4rem;
    width: auto;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right:20px;
    top:calc(50% - 0.7rem );
}

.btn-basic .btn a:hover{
  text-decoration: none;
}
/* btn-1col */
.btn-basic.btn-1col{justify-content: center;}
.btn-basic.btn-1col .btn a{padding:15px 55px 15px 30px;}
/* btn-2col */
.btn-2col .btn{ width: calc((100% - 30px) / 2);}
.btn-2col .btn{margin-right: 30px;}
.btn-2col .btn:nth-child(2n){margin-right: 0;}
/* btn-3col */
.btn-3col .btn{ width: calc((100% - 60px) / 3);}
.btn-3col .btn{margin-right: 30px;}
.btn-3col .btn:nth-child(3n){margin-right: 0;}
/* btn-4col */
.btn-4col .btn{ width: calc((100% - 90px) / 4);}
.btn-4col .btn{margin-right: 30px;}
.btn-4col .btn:nth-child(4n){margin-right: 0;}

@media screen and (max-width: 767px) {
  .btn-basic{
    display: block;
    margin:30px auto;
  }
  .btn-basic .btn{
    display: block;
    margin-bottom: 30px;
  }
  .btn-basic .btn:last-child{
    margin-bottom: 0;
  }
  .btn-basic .btn a{
    padding:10px 40px 10px 10px;
    text-align: center;
    display: block;
    font-size: 1.6rem;
  }
  /* ボタン：1列 */
  .btn-basic.btn-1col{text-align: center;}
  .btn-basic.btn-1col .btn a{padding:10px 50px 10px 25px;}
  /* ボタン：2列 */
  .btn-2col .btn{ width: 100%;}
  .btn-2col .btn{ margin-right: 0;}
  /* ボタン：3列 */
  .btn-3col .btn{ width: 100%;}
  .btn-3col .btn{ margin-right: 0;}
  /* ボタン：4列 */
  .btn-4col .btn{ width: 100%;}
  .btn-4col .btn{ margin-right: 0;}
}

/* ==================== */
/* FAQ */
/* ==================== */
#faqContainer {
  counter-reset: faq;
}

dl.faq {
  padding: 15px 0 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

dl.faq > dt {
  background-size: 35px;
  padding: 10px 0 10px 0;
  border-bottom: 3px dotted #056e33;
}

dl.faq > dt::before {
  content: "Q" counter(faq);
  display: inline-block;
  color: #ffc72d;
  counter-increment: faq;
  /* カウントはここのみ */
  font-size: 3rem;
  font-weight: 700;
  margin-right: 10px;
}

dl.faq > dd {
  background-size: 35px;
  padding: 10px 0 10px 0;
  margin-top: 10px;
  text-indent: -1.5em;
  padding-left: 3em;
}

dl.faq > dd::before {
  content: "A" counter(faq);
  display: inline-block;
  color: #056e33;
  font-size: 3rem;
  font-weight: 700;
  margin-right: 10px;
}

/*  */
.faq__topBtnWrap {
  text-align: right;
}

.faq__topBtn {
  display: inline-block;
  padding: 10px 20px 10px 30px;
  border: 1px solid #056e33;
  border-radius: 9999px;
  color: #000;
  font-weight: 700;
  position: relative;
}

.faq__topBtn::before {
  content: '▲';
  color: #056e33;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ==================== */
/* flex2col */
/* ==================== */
.flex2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2col > .innerCol {
  width: calc((100% - 2%) / 2);
  margin-right: 2%;
  margin-bottom: 2%;
}

.flex2col > .innerCol:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .flex2col {
    display: block;
  }
  .flex2col > .innerCol {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

/*  */
/* ==================== */
/* flex3col */
/* ==================== */
.flex3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3col > .innerCol {
  width: calc((100% - 4%) / 3);
  margin-right: 2%;
  margin-bottom: 2%;
}

.flex3col > .innerCol:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .flex3col {
    display: block;
  }
  .flex3col > .innerCol {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

/* ==================== */
/* illustCol */
/* ==================== */
dl.illustCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}

/* imgが存在しない場合 */
dl.illustCol > dt {
  display: none;
}

dl.illustCol > dt + dd {
  width: 100%;
}

/* imgが存在する場合 */
/* class="hasImg" はstyle.jsにて付与 */
dl.illustCol > dt.hasImg {
  display: block;
  width: 15%;
  margin-right: 3%;
  text-align: center;
}

dl.illustCol > dt.hasImg img {
  max-width: 100%;
  margin-bottom: 15px;
}

dl.illustCol > dt.hasImg + dd {
  width: 82%;
}

dl.illustCol.rev > dt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

dl.illustCol.rev > dt.hasImg {
  margin-right: 0;
  margin-left: 3%;
}

dl.illustCol.rev > dd {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.innerCol > dl.illustCol:last-child,
.bdrBox > dl.illustCol:last-child,
.bdrBox > a > dl.illustCol:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  dl.illustCol {
    display: block;
    margin-bottom: 30px;
  }
  dl.illustCol > dt.hasImg {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  dl.illustCol.rev > dt.hasImg {
    margin-right: 0;
    margin-left: 0;
  }
  dl.illustCol > dt.hasImg img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  dl.illustCol.min > dt.hasImg img {
    max-width: 30vw;
    margin-bottom: 0;
  }
  dl.illustCol > dt.hasImg + dd {
    width: 100%;
  }
  dl.illustCol > dt + dd p.txt:last-child {
    margin-bottom: 0;
  }
  .btnLink dl.illustCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .btnLink dl.illustCol > dt.hasImg {
    width: 15%;
  }
  .btnLink dl.illustCol.min > dt.hasImg img {
    max-width: 100%;
    margin-bottom: 0;
  }
  /*dl.illustCol > dt.hasImg + dd{
    width: 80%;
    margin-left: 5%;
  }*/
}

/* ==================== */
/* img-content */
/* ==================== */
.img-content {
  margin-bottom: 30px;
}

.img-content > .img {
  max-width: 30%;
}

.img-content > .img img {
  max-width: 100%;
  margin-bottom: 5px;
}

.img-content.imgR > .img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.img-content.imgL > .img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.img-content > .img span.cap {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 80%;
  color: #555;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .img-content {
    margin-bottom: 30px;
  }
  .img-content > .img {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .img-content > .img img {
    max-width: 100%;
    margin: 0 auto 5px;
    max-width: 100%;
  }
  .img-content.imgR > .img {
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .img-content.imgL > .img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* ==================== */
/* img-col */
/* ==================== */
.img-grid {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

.img-grid > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.img-1col.img-grid > * {
  width: 100%;
}

.img-2col.img-grid > * {
  width: 50%;
}

.img-3col.img-grid > * {
  width: calc( 100% / 3);
}

.img-4col.img-grid > * {
  width: 25%;
}

.img-5col.img-grid > * {
  width: 20%;
}

.article-photo figure {
  display: inline-block;
  margin-bottom: 15px;
}

figure {
  max-width: 100%;
  margin: 0;
}

.article-photo figure img {
  margin-bottom: 10px;
  max-width: 100%;
}

.article-photo figure figcaption {
  text-align: center;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .img-2col.img-grid > * {
    width: 100%;
  }
  .img-3col.img-grid > * {
    width: 100%;
  }
  .img-4col.img-grid > * {
    width: 100%;
  }
  .img-5col.img-grid > * {
    width: 100%;
  }
  .img-grid > * {
    float: none;
  }
}

/* ==================== */
/* list-style */
/* ==================== */
/* ul-basic01 */
ul.ul-basic01 {
  font-size: 1.6rem;
  margin: 0 0 30px 0;
}

ul.ul-basic01 > li {
  list-style: none;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  font-size: 1.8rem;
}

/*ul.ul-basic01 > li > * {
  padding-left: 1.5em;
}*/
ul.ul-basic01.second {
  margin: 10px 10px 10px 20px;
}

ul.ul-basic01.second > li:before {
  content: "●";
  color: #ffaa2d;
  font-size: 1rem;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 5px;
}

ul.ul-basic01.dot > li:before {
  content: "●";
  color: #056e33;
  font-size: 1.4rem;
  margin-right: 5px;
}

ul.ul-basic01 > li a {
  padding-bottom: 10px;
}

/* ol-basic01 */
ol.ol-basic01 {
  margin: 0 0 30px 0;
  list-style-position: inside;
}

ol.ol-basic01 > li {
  list-style-type: decimal;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  font-size: 1.8rem;
}

/* ol-basic02 */
ol.ol-basic02 {
  margin: 0 0 30px 0;
  list-style-position: inside;
}

ol.ol-basic02 > li {
  list-style-type: none;
  margin-bottom: 10px;
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.4;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  /* ul-basic01 */
  ul.ul-basic01 {
    margin: 0 0 20px 0;
  }
  ul.ul-basic01 > li {
    list-style: none;
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
    font-size: 1.6rem;
  }
  /*ul.ul-basic01 > li > * {
    padding-left: 1.5em;
  }*/
  ul.ul-basic01.dot > li:before {
    content: "●";
    color: #056e33;
    font-size: 1.4rem;
    margin-right: 5px;
  }
  /* ol-basic01 */
  ol.ol-basic01 {
    margin: 0 0 20px 0;
    list-style-position: inside;
  }
  ol.ol-basic01 > li {
    list-style-type: decimal;
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
    font-size: 1.6rem;
  }
  /* ol-basic02 */
  ol.ol-basic02 {
    margin: 0 0 20px 0;
    list-style-position: inside;
  }
  ol.ol-basic02 > li {
    list-style-type: none;
    margin-bottom: 10px;
    text-indent: -2em;
    padding-left: 2em;
    line-height: 1.4;
    font-size: 1.6rem;
  }
}

.listInnerCont{
  padding-left: 0;
  text-indent: 0;
}

/* ==================== */
/* PAGENATION */
/* ==================== */
nav.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}

nav.pagination h2.screen-reader-text {
  display: none !important;
}

nav.pagination .nav-links span,
nav.pagination .nav-links a {
  padding: 10px 15px;
  background-color: #056e33;
  color: #fff;
  font-size: 1.6rem;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

/* ==================== */
/* tbl-basic */
/* ==================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl-basic {
  width: 100%;
  margin: 0 0 30px 0;
  line-height: 1.4;
  font-size: 1.8rem;
}

.tbl-basic thead th {
  padding: 15px 15px;
  border: 1px solid #ccc;
  background: #056e33;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 100;
}

.tbl-basic thead td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #fff;
  color: #004576;
  text-align: center;
  vertical-align: middle;
}

.tbl-basic tbody th {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #fffdf7;
  text-align: center;
  vertical-align: middle;
  font-weight: 100;
}

.tbl-basic tbody td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #fff;
  /*vertical-align: top;*/
}

/*.tbl-basic tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.tbl-basic tbody tr:nth-child(even) td {
  background-color: #c8ff8f;
}*/

.tbl-basic caption {
  color: #004576;
  margin-bottom: 10px;
  margin-top: 20px;
}

.tbl-basic.color-inherit {
  background-color: inherit;
}

.tbl-basic.color-inherit tbody td.color01,
.tbl-basic.color-inherit tbody th.color01 {
  background-color: #ff99ff;
}

.tbl-basic.color-inherit tbody td.color02,
.tbl-basic.color-inherit tbody th.color02 {
  background-color: #66ccff;
}

.tbl-basic.color-inherit tbody td.color03,
.tbl-basic.color-inherit tbody th.color03 {
  background-color: #cc33cc;
}

.tbl-basic.color-inherit tbody td.color04,
.tbl-basic.color-inherit tbody th.color04 {
  background-color: #ffff33;
}

.tbl-basic.color-inherit tbody td.color05,
.tbl-basic.color-inherit tbody th.color05 {
  background-color: #b0ff3c;
}

.tbl-basic tbody td img,
.tbl-basic tbody th img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .table-wrap {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto;
    max-width: 1000px;
  }
  .table-wrap table {
    width: 100%;
    display: table;
  }
  .table-wrap:-webkit-scrollbar {
    height: 5px;
  }
  .table-wrap:-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table-wrap:-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .tbl-basic {
    width: 100%;
    margin: 0 0 30px 0;
    line-height: 1.4;
    font-size: 1.6rem;
  }
  .tbl-basic thead th {
    padding: 10px 10px;
  }
  .tbl-basic thead td {
    padding: 7px 10px;
  }
  .tbl-basic tbody th {
    padding: 7px 10px;
  }
  .tbl-basic tbody td {
    padding: 7px 10px;
  }
}

/*====================================================
 /sitemap/ STYLE
====================================================*/
.sitemap2Col{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.sitemap2Col > .sitemapInnerCol{
  width: 50%;
  padding-right: 20px;
}
.sitemap2Col > .sitemapInnerCol h4{
  font-size: 2.0rem;
  color: #056e33;
  margin: 20px 0 10px;
}
.sitemap2Col > .sitemapInnerCol p{
  font-size: 1.8rem;
}
.sitemap2Col > .sitemapInnerCol a{
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sitemap2Col{
    display: block;
    margin-bottom: 20px;
  }
  .sitemap2Col > .sitemapInnerCol{
    width: 100%;
    padding-right: 0px;
  }  
}

/*====================================================
 Wordpress style cancel
====================================================*/
header.entry-header{display: none !important;}
footer.entry-footer{display: none !important;}


/*====================================================
 /news/ STYLE
====================================================*/
.pageContent h1.h1{margin-bottom: 10px;}
.pageContent .reportDate{margin-bottom: 30px; text-align: right;}

.newsCmsContent h2 {
    font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    padding: 5px 5px 5px 0.5em;
    border-bottom: 1px solid #056e33;
    margin-bottom: 30px;
    position: relative;
}
.newsCmsContent h3 {
    font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2rem;
    padding: 5px 5px 5px 0.5em;
    border-bottom: 1px solid #056e33;
    margin-bottom: 30px;
}
.newsCmsContent p{
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.newsCmsContent ul {
  font-size: 1.6rem;
  margin: 0 0 30px 0;
}
.newsCmsContent ul > li {
  list-style: none;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  font-size: 1.8rem;
}
.newsCmsContent ul > li:before {
  content: "●";
  color: #056e33;
  font-size: 1.4rem;
  margin-right: 5px;
}

/* ol-basic01 */
.newsCmsContent ol {
  margin: 0 0 30px 0;
  list-style-position: inside;
}

.newsCmsContent ol > li {
  list-style-type: decimal;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  font-size: 1.8rem;
}

@media (max-width: 768px){
  .newsCmsContent h2 {
      font-size: 1.8rem;
  } 
  .newsCmsContent h3 {
      font-size: 1.7rem;
  }
}

/* ==================== */
/* STAFF */
/* ==================== */
.staff{
  margin-bottom: 50px;
}
.staff .img2Col{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.staff .img2Col > .imgCol{
  width: 250px;
  text-align: center;
  margin-right: 50px;
}
.staff .img2Col > .txtCol{
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.staff .img2Col > .txtCol .posi{
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #056e33;
  line-height: 1.5;
  font-weight: bold;
}
.staff .img2Col > .txtCol .name{
  font-size: 2.4rem;
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 10px;
  line-height: 1.5;
}
.staff .img2Col > .txtCol .name span.sub{
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 15px;
}
.staff .img2Col > .txtCol .field{
  font-size: 1.6rem;
  line-height: 1.5;
}
.staff .staffTit04{
  margin: 25px 0 15px;
  font-size: 1.8rem;
  color: #056e33;
  border-bottom: solid 1px #056e33;
}
.staff dl.staffChrono{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1.6;
}
.staff dl.staffChrono > dt{
  width: 150px;
}
.staff dl.staffChrono > dd{
  width: calc(100% - 150px);
}

@media (max-width: 768px){
  .staff{
    margin-bottom: 50px;
  }
  .staff .img2Col{
    display: block;
    margin-bottom: 20px;
  }
  .staff .img2Col > .imgCol{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .staff .img2Col > .txtCol{
    width: 100%;
    display: block;
  }
  .staff .img2Col > .txtCol .posi{
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .staff .img2Col > .txtCol .name{
    font-size: 2.2rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .staff .img2Col > .txtCol .name span.sub{
    font-size: 1.6rem;
    margin-left: 10px;
  }
  .staff .img2Col > .txtCol .field{
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .staff .staffTit04{
    margin: 20px 0 10px;
    font-size: 1.6rem;
  }
  .staff dl.staffChrono{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .staff dl.staffChrono > dt{
    width: 100px;
  }
  .staff dl.staffChrono > dd{
    width: calc(100% - 100px);
  }
}









/*====================================================
 dl.chrono
====================================================*/

dl.chrono{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1.6;
  border-bottom: solid 1px #ccc;
}
dl.chrono > dt{
  width: 150px;
  padding: 8px 0;
}
dl.chrono > dd{
  width: calc(100% - 150px);
  padding: 8px 0;
}

@media (max-width: 768px){
  dl.chrono{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  dl.chrono > dt{
    width: 100px;
  }
  dl.chrono > dd{
    width: calc(100% - 100px);
  }
}

/*====================================================
 ADJUST
====================================================*/
/* <br>adjust */
br.pc{display: inline;}
br.sp{display: none;}
@media screen and (max-width:768px) {
  br.pc{display: none;}
  br.sp{display: inline;} 
}

/* adjust margin-bottom */
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb85 {margin-bottom: 85px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb95 {margin-bottom: 95px !important;}
.mb100 {margin-bottom: 100px !important;}

/* adjust width */
.w05{width: 5%;}
.w10{width: 10%;}
.w15{width: 15%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w40{width: 40%;}
.w45{width: 45%;}
.w50{width: 50%;}
.w55{width: 55%;}
.w60{width: 60%;}
.w65{width: 65%;}
.w70{width: 70%;}
.w75{width: 75%;}
.w80{width: 80%;}
.w85{width: 85%;}
.w90{width: 90%;}
.w95{width: 95%;}
.w100{width: 100%;}

/* text-align */
.alnR { text-align: right !important; }
.alnL { text-align: left !important; }
.alnC { text-align: center !important; }
.valM{ vertical-align: middle; }

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.clearfix:after,
.img-content:after  {
  content:".";
  display:block;
  height:0.1px;
  visibility:hidden;
  clear:both;
  font-size:0.1em;
  line-height:0;
  }
.clearfix, .img-content { min-height:1px; }
* html .clearfix, * html .img-content { height:1px; };

/*====================================================
 Renewal draft: quiet Kyoto elegance
====================================================*/
:root {
  --renewal-ink: #2B2B2B;
  --renewal-indigo: #243447;
  --renewal-green: #4C6B5A;
  --renewal-muted: #6D7470;
  --renewal-line: #DDE4DF;
  --renewal-warm: #FAF9F6;
  --renewal-soft: #F4F6F3;
  --renewal-white: #FFFFFF;
  --renewal-shadow: 0 18px 48px rgba(36, 52, 71, 0.08);
}

body {
  background: #FAF9F6;
  color: #2B2B2B;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

a {
  color: inherit;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.inner {
  max-width: 1180px;
  width: calc(100% - 48px);
}

.header {
  background: rgba(250, 249, 246, 0.96);
  border-bottom: 1px solid #DDE4DF;
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
}

.header__content {
  padding: 18px 0 14px;
  gap: 16px;
}

.header__icon img {
  width: 54px;
  height: auto;
}

.header__title,
.header__titleEn,
.header__tel,
.basicInfo__schoolName,
.topcontents__title,
.basicBtn,
.intro__txt,
.staff .img2Col > .txtCol .name {
  font-family: "Noto Sans JP", "Inter", sans-serif;
  letter-spacing: 0;
}

.header__title {
  color: #243447;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-left: 0;
}

.header__titleEn {
  color: #6D7470;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  line-height: 1.55;
  margin-left: 0;
  max-width: 300px;
}

.header__tel {
  border-left: 1px solid #DDE4DF;
  color: #243447;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  margin-left: auto;
  padding-left: 22px;
}

.header__tel_i,
.header__access img {
  display: none;
}

.header__tel_num p {
  color: #6D7470;
  font-size: 1.2rem;
  margin-top: 4px;
}

.header__access {
  margin-left: 0;
}

.header__access a {
  border: 1px solid #DDE4DF;
  border-radius: 999px;
  color: #4C6B5A;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 9px 16px;
  text-decoration: none;
}

.header__access a::after {
  content: "交通案内";
}

.gNav {
  border-top: 1px solid #DDE4DF;
}

.gNav__anc {
  background: transparent;
  color: #243447;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.55;
}

.gNav__list.two > .gNav__item > .gNav__anc {
  border-right: 1px solid #DDE4DF;
  font-size: 1.5rem;
  padding: 14px 18px;
}

.gNav__list.two > .gNav__item > .gNav__anc:hover,
.gNav__list.three > .gNav__item > .gNav__anc:hover,
.gNav__list.four > .gNav__item > .gNav__anc:hover,
.gNav__list.five > .gNav__item > .gNav__anc:hover {
  background: #F4F6F3;
  color: #4C6B5A;
}

.gNav__list.three > .gNav__item > .gNav__anc,
.gNav__list.four > .gNav__item > .gNav__anc,
.gNav__list.five > .gNav__item > .gNav__anc {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #DDE4DF;
  box-shadow: 0 18px 36px rgba(36, 52, 71, 0.08);
}

.renewalHero {
  background:
    linear-gradient(180deg, rgba(250, 249, 246, 0.88) 0%, rgba(250, 249, 246, 0.42) 42%, rgba(250, 249, 246, 0.08) 68%, rgba(250, 249, 246, 0.72) 100%),
    linear-gradient(90deg, rgba(250, 249, 246, 0.18) 0%, rgba(250, 249, 246, 0.28) 58%, rgba(250, 249, 246, 0.62) 100%),
    url("../images/top/mainvisual01_pc.jpg") center top / 100% auto no-repeat;
  border-bottom: 1px solid #DDE4DF;
  overflow: hidden;
}

.renewalHero__inner {
  display: flex;
  min-height: clamp(440px, 37.2vw, 620px);
  align-items: flex-start;
  padding: 60px 0 48px;
}

.renewalHero__eyebrow,
.sectionLead__eyebrow,
.audienceCard__label {
  color: #4C6B5A;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.renewalHero__title {
  color: #243447;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: clamp(2.6rem, 2.35vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 16px 0 24px;
}

.renewalHero__text {
  color: #2B2B2B;
  font-size: 1.8rem;
  line-height: 2;
  max-width: 760px;
}

.renewalHero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.renewalHero__actions a {
  background: #243447;
  border: 1px solid #243447;
  color: #fff;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  min-width: 190px;
  padding: 13px 20px;
  text-decoration: none;
}

.renewalHero__actions a:nth-child(2) {
  background: #4C6B5A;
  border-color: #4C6B5A;
}

.renewalHero__actions a:nth-child(3) {
  background: #fff;
  border-color: rgba(36, 52, 71, 0.28);
  color: #243447;
}

.renewalHero__actions a:hover {
  transform: translateY(-2px);
}

.renewalHero__copy {
  margin-left: auto;
  max-width: 760px;
  padding-top: 12px;
}

.audienceGuide,
.teamGuide,
.whatsNew,
.basicInfo {
  background: #FAF9F6;
  padding: 92px 0;
}

.teamGuide {
  background: #F4F6F3;
  border-bottom: 1px solid #DDE4DF;
  border-top: 1px solid #DDE4DF;
}

.sectionLead {
  margin: 0 auto 42px;
  max-width: 720px;
  text-align: center;
}

.sectionLead--left {
  margin-left: 0;
  text-align: left;
}

.sectionLead__title {
  color: #243447;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: 600;
  line-height: 1.45;
  margin: 8px 0 14px;
}

.sectionLead__text {
  color: #6D7470;
  font-size: 1.7rem;
  line-height: 1.9;
}

.audienceGuide__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audienceCard,
.teamCard {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #DDE4DF;
  box-shadow: 0 18px 48px rgba(36, 52, 71, 0.08);
  padding: 34px;
}

.audienceCard {
  display: flex;
  flex-direction: column;
}

.audienceCard__title,
.teamCard h3 {
  color: #243447;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 10px 0 16px;
}

.audienceCard__text,
.teamCard p {
  color: #6D7470;
  font-size: 1.6rem;
  line-height: 1.9;
}

.audienceCard__text {
  margin-bottom: 24px;
}

.audienceCard__links {
  border-top: 1px solid #DDE4DF;
  display: grid;
  gap: 0;
  margin-top: auto;
  padding-top: 12px;
}

.audienceCard__links a,
.teamCard a {
  color: #243447;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 0;
  text-decoration: none;
}

.audienceCard__links a::after,
.teamCard a::after {
  color: #4C6B5A;
  content: "  >";
  font-family: "Inter", sans-serif;
}

.audienceCard__links a:hover,
.teamCard a:hover {
  color: #4C6B5A;
}

.teamGuide__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.teamCard {
  border-top: 4px solid #4C6B5A;
}

.teamCard--adult {
  border-top-color: #243447;
}

.teamCard ul {
  border-top: 1px solid #DDE4DF;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin-top: 22px;
  padding-top: 12px;
}

.whatsNew__title,
.topcontents__title {
  color: #243447;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0;
}

.whatsNew__list {
  background: #fff;
  border: 1px solid #DDE4DF;
  border-radius: 0;
  box-shadow: 0 18px 48px rgba(36, 52, 71, 0.08);
  height: auto;
}

.whatsNew__anc {
  border-bottom: 1px solid #DDE4DF;
}

time,
.whatsNew__catgory,
.whatsNew__listTitle {
  color: #2B2B2B;
}

time::before,
.fNav__anc::before,
a.txtLink:before {
  color: #4C6B5A;
}

.whatsNew__catgory {
  background: #F4F6F3;
  border-radius: 0;
  color: #4C6B5A;
}

.basicBtn {
  background: transparent;
  border: 1px solid #243447;
  border-radius: 0;
  color: #243447;
}

.basicBtn::before {
  color: #243447;
}

.basicInfo {
  margin-bottom: 0;
}

.basicInfo__container,
.copyright {
  background: #243447;
}

.basicInfo__container > .inner {
  gap: 48px;
}

.basicInfo__info {
  line-height: 1.8;
}

.footer {
  background: #fff;
  border-top: 1px solid #DDE4DF;
}

.fNav {
  padding: 44px 0 32px;
}

.fNav__anc {
  color: #243447;
  font-size: 1.6rem;
}

#page {
  background: #FAF9F6;
}

.pagevisual {
  background: linear-gradient(135deg, #fff 0%, #F4F6F3 100%);
  border-bottom: 1px solid #DDE4DF;
  padding: 64px 0;
}

.pagevisual__title,
.pageTitle,
.entry-title,
.section h1,
.section h2,
.section h3 {
  color: #243447;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  letter-spacing: 0;
}

.section,
.entry-content {
  font-size: 1.7rem;
  line-height: 1.9;
}

.section p,
.entry-content p {
  margin-bottom: 1.35em;
}

.section a,
.entry-content a {
  color: #4C6B5A;
  font-weight: 600;
}

@media (max-width: 960px) {
  .header {
    position: relative;
  }

  .header__titleEn,
  .header__tel {
    display: none;
  }

  .renewalHero {
    background-size: auto 100%;
    background-position: center bottom;
  }

  .audienceGuide__grid,
  .teamGuide__grid {
    grid-template-columns: 1fr;
  }

  .renewalHero__inner {
    min-height: 0;
    padding: 56px 0 300px;
  }

  .renewalHero__copy {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 2rem;
  }

  .header__content {
    padding: 14px 2rem;
  }

  .header__icon img {
    width: 44px;
  }

  .header__title {
    font-size: 1.5rem;
    padding-right: 44px;
  }

  .header__access {
    background: transparent;
    border-left: 0;
    display: none;
    padding: 0;
    position: static;
    width: auto;
  }

  .mobileBtn {
    height: 40px;
    width: 40px;
  }

  .mobileBtn::before {
    background: #243447;
    box-shadow: 0 9px 0 #243447, 0 18px 0 #243447;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 2rem;
    top: 8px;
    width: 26px;
  }

  .mobileBtn.active::before {
    box-shadow: 0 9px 0 #243447, 0 18px 0 #243447;
    content: "";
  }

  .gNav {
    background: #fff;
    border-bottom: 1px solid #DDE4DF;
    top: 73px;
  }

  .gNav__list.two > .gNav__item > .gNav__anc {
    border-right: 0;
    border-top: 1px solid #DDE4DF;
    font-size: 1.5rem;
    min-height: 52px;
  }

  .hasChild::before,
  .hasChild.active::before {
    color: #4C6B5A;
    content: "+";
    font-family: "Inter", sans-serif;
    top: 26px;
  }

  .renewalHero__title {
    font-size: 3rem;
  }

  .renewalHero__text,
  .sectionLead__text {
    font-size: 1.6rem;
  }

  .renewalHero__actions a {
    width: 100%;
  }

  .audienceGuide,
  .teamGuide,
  .whatsNew,
  .basicInfo {
    padding: 60px 0;
  }

  .audienceCard,
  .teamCard {
    padding: 26px 22px;
  }

  .teamCard ul {
    grid-template-columns: 1fr;
  }

  .fNav__list {
    height: auto;
  }

  .fNav__item {
    margin-bottom: 1.1em;
  }

  .basicInfo__container > .inner {
    gap: 24px;
  }
}
