@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;600;800&family=Noto+Serif+JP:wght@400;600&display=swap");
body {
  margin: 0;
  color: #333;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 1600px) {
  body {
    font-size: 1vw;
  }
}
body.s {
  font-size: 0.8rem;
}
@media all and (max-width: 1600px) {
  body.s {
    font-size: 0.8vw;
  }
}
body.m {
  font-size: 1rem;
}
@media all and (max-width: 1600px) {
  body.m {
    font-size: 1vw;
  }
}
body.l {
  font-size: 1.2rem;
}
@media all and (max-width: 1600px) {
  body.l {
    font-size: 1.2vw;
  }
}

.w100 {
  max-width: 100%;
}

#container {
  text-align: center;
  background-position: 100% 100%;
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100%;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
a img {
  transition: all 0.3s ease;
}
a img:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}
a:hover {
  color: #aaa;
  text-shadow: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.sp, .tab {
  display: none;
}

.err {
  font-size: 14px;
  padding: 2px 2%;
  color: red;
  background: pink;
  border: 2px solid red;
  display: inline-block;
  margin: 1%;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

.inlinebox {
  display: inline-block;
}

.inlinebox50 {
  width: 49%;
  display: inline-block;
}

.noimage {
  width: 150px;
  height: 150px;
  font-size: 20px;
  line-height: 150px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px #eee;
  background: white;
  color: #666;
  text-align: center;
}

.copyright {
  text-align: center;
  font-size: 0.8em;
}

#header {
  position: relative;
  padding: 0;
  margin: auto;
  text-align: left;
  z-index: 10;
  transition: 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
}
#header.nav {
  top: -10vh;
}
#header.fixed {
  top: 0;
  position: fixed;
}
#header h1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  max-width: 330px;
  display: inline-block;
  vertical-align: top;
}
@media all and (max-width: 1600px) {
  #header h1 {
    max-width: 20%;
  }
}
#header h1 a {
  display: block;
}
#header h1 a img {
  max-width: 100%;
  width: auto;
  margin: 2px 0;
}
#header h1 a:hover img {
  opacity: 1;
}
#header #gmenu {
  margin-left: 330px;
  max-height: 100px;
  display: flex;
  background: white;
  justify-content: flex-end;
}
@media all and (max-width: 1600px) {
  #header #gmenu {
    margin-left: 20%;
  }
}
#header #gmenu nav {
  display: flex;
}
#header #gmenu nav a {
  display: block;
  padding: 0 7px;
  margin: 3% 0;
}
@media all and (max-width: 1600px) {
  #header #gmenu nav a {
    padding: 0 0.5vw;
  }
}
#header #gmenu nav#nav1 {
  align-items: center;
  margin-right: 2%;
}
@media all and (max-width: 1600px) {
  #header #gmenu nav#nav1 {
    margin-right: 1%;
  }
}
#header #gmenu nav#nav1 a {
  border-right: 1px solid #eee;
}
#header #gmenu nav#nav1 a:last-child {
  border-right: none;
}
#header #gmenu nav#nav2 {
  background-color: #006981;
  padding: 0 1%;
  width: 46%;
  flex-wrap: wrap;
  border-bottom-left-radius: 20px;
  justify-content: space-around;
}
#header #gmenu nav#nav2 a {
  padding: 2% 0;
  width: 20%;
  box-sizing: border-box;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media all and (min-width: 1600px) {
  #header #gmenu nav#nav2 a {
    padding: 5px 0;
    margin: 10px 0;
  }
}
#header #gmenu nav#nav2 a img {
  height: 30px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 1600px) {
  #header #gmenu nav#nav2 a img {
    height: 2vw;
    width: 4vw;
  }
}
#header #gmenu nav#nav2 a span {
  font-size: 70%;
  display: block;
  padding: 5% 0 0;
  text-align: center;
}
#header #tools {
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom-left-radius: 5px;
  position: absolute;
  bottom: auto;
  z-index: 5;
  right: 0;
  padding: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #tools .search {
  padding-right: 20px;
}
#header #tools .search form {
  position: relative;
}
#header #tools .search form input {
  border-radius: 50px;
  height: 50px;
  padding: 2% 0% 2% 5%;
  box-sizing: border-box;
  width: 250px;
  border: 1px solid #777;
}
#header #tools .search form button {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #777;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s;
}
#header #tools .search form button:hover {
  background: #999;
}
#header #tools .search form button i, #header #tools .search form button svg {
  font-size: 25px;
  color: white;
}
#header #tools .fontsizes {
  display: flex;
  align-items: center;
}
#header #tools .fontsizes .point {
  padding-left: 5px;
}
#header #tools .fontsizes button {
  border: none;
  background: none;
  cursor: pointer;
}
#header #tools .fontsizes button.s {
  font-size: 12px;
}
#header #tools .fontsizes button.m {
  font-size: 16px;
}
#header #tools .fontsizes button.l {
  font-size: 18px;
}
#header #tools .fontsizes button.on {
  background-color: white;
  padding: 2px 5px;
  border-bottom: 2px solid black;
}

#modal_menu {
  z-index: 5;
  background-color: #2a8296;
  position: fixed;
  top: inherit;
  right: -150vw;
  transition: 1s;
  width: 100%;
  padding: 3% 0;
  z-index: 4;
}
#modal_menu.nav {
  top: 0;
}
#modal_menu.fixed {
  top: 7vw;
}
#modal_menu.view {
  right: 0;
}
#modal_menu.view.nav {
  top: 0 !important;
}
#modal_menu.view.fixed {
  top: 7vw;
}
#modal_menu nav#nav3 a {
  color: white;
  display: flex;
  align-items: center;
  padding: 5% 0;
  font-size: 110%;
  letter-spacing: 0.1vw;
}
#modal_menu nav#nav3 a:before {
  content: "";
  width: 0.5vw;
  height: 0.5vw;
  margin: 0.5vw;
  display: block;
  transform: rotate(-45deg);
  border-right: 1px solid #18e7cf;
  border-bottom: 1px solid #18e7cf;
}
#modal_menu nav#nav3 .basein {
  display: flex;
  justify-content: center;
}
#modal_menu nav#nav3 .basein .column01, #modal_menu nav#nav3 .basein .column02 {
  display: flex;
  padding-right: 5%;
  flex-direction: column;
}

#menubtn .gbtns {
  cursor: pointer;
  z-index: 4;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 5%;
  top: 20%;
  background-color: #006981;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
#menubtn .gbtns.nav {
  top: 5%;
}
#menubtn .gbtns span {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#menubtn .gbtns span:before {
  content: "";
  border-bottom: 1px solid white;
  padding: 10% 0;
  width: 100%;
  display: block;
}
#menubtn .gbtns span:after {
  content: "";
  padding: 10% 0;
  border-bottom: 1px solid white;
  width: 50%;
  display: block;
}

.mv {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.mv img {
  max-width: 100%;
}
.mv .movie_frame {
  width: 100%;
  display: inline-block;
  height: 80vh;
  overflow: hidden;
}
.mv .movie_frame video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv .important_news {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  bottom: 5%;
  right: -5%;
  background-color: #006981;
  border-radius: 10px;
  color: #777;
  padding: 0.5%;
}
.mv .important_news h2 {
  width: 20%;
}
.mv .important_news a {
  width: 68%;
  color: #333;
  background: white;
  border-radius: 10px;
  padding: 2% 10px;
  padding-right: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mv .slick-dots {
  bottom: 5%;
}
.mv .slick-dots li button:before {
  font-size: 1vw;
}

#important_news {
  min-height: auto;
  height: auto;
  padding: 0;
}
#important_news .important_line {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
#important_news .important_line h2 {
  background-color: #006981;
  box-sizing: border-box;
  padding: 0.5% 1%;
  font-weight: bold;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
}
#important_news .important_line .important_slide {
  box-sizing: border-box;
  padding: 0.5% 1%;
  height: auto;
  width: 60%;
  overflow-y: auto;
  background: white;
  border-radius: 2px;
}
#important_news .important_line .important_slide a {
  text-align: left;
  display: flex;
  padding: 5px 0 0 1%;
}
#important_news .important_line .important_slide a .date {
  padding: 0 2%;
}
#important_news .important_line .important_slide a b {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#important_news .important_line .important_link {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#important_news .important_line .important_link .btn {
  display: flex;
  width: 105px;
  margin-left: 5px;
  justify-content: flex-end;
}
#important_news .important_line .important_link .btn a {
  background-color: #006981;
  display: flex;
  width: 100%;
  padding: 5%;
  border-radius: 50px;
  color: white;
  justify-content: flex-end;
  align-items: center;
  transition: 0.5s;
}
#important_news .important_line .important_link .btn a:after {
  transition: 0.5s;
  content: "";
  width: 35%;
  padding-top: 30%;
  margin-left: 10%;
  background-image: url(/wp-content/themes/kangodai2025/img/arrow_mark02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#important_news .important_line .important_link .btn a:hover:after {
  transform: rotate(180deg);
}
#important_news + #contents #banners {
  margin-top: 0;
}

#banners {
  border-top: 1px solid white;
  margin-top: -10px;
  background: rgb(148, 230, 230);
  background: linear-gradient(180deg, rgb(148, 230, 230) 0%, rgb(255, 211, 224) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#94e6e6",endColorstr="#ffd3e0",GradientType=1);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
#banners:before {
  content: "";
  background-image: url("/wp-content/themes/kangodai2025/img/catch_img.png");
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  z-index: 2;
}
#banners:after {
  content: "";
  background-image: url("/wp-content/themes/kangodai2025/img/pickup_back_img.png");
  width: 20%;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
#banners .pickup_box {
  z-index: 2;
  width: 55%;
  background-color: #f5f5f5;
  padding: 5%;
  box-sizing: border-box;
  margin: auto;
}
#banners .pickup_box .open_cumpus {
  margin-bottom: 5%;
  text-align: center;
}
#banners .pickup_box .open_cumpus a {
  margin: auto;
  display: inline-block;
}
#banners .pickup_box:before {
  content: "";
  width: 20%;
  padding-top: 20%;
  position: absolute;
  top: 5%;
  left: 1%;
  background-image: url("/wp-content/themes/kangodai2025/img/highlights.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#banners .pickup_box:after {
  content: "";
  width: 15%;
  padding-top: 20%;
  position: absolute;
  bottom: 0;
  left: 13%;
  background-image: url("/wp-content/themes/kangodai2025/img/nurs_img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 1200px) {
  #banners .pickup_box {
    width: 80%;
  }
  #banners .pickup_box:before, #banners .pickup_box:after {
    display: none;
  }
}
#banners .pickup_box h2 {
  text-align: left;
  color: #006981;
  font-size: 200%;
}
#banners .pickup_box h2 span {
  font-size: 70%;
}
#banners .pickup_box .banner_slide {
  padding-top: 5%;
}
#banners .pickup_box .block {
  display: flex;
  flex-wrap: wrap;
}
#banners .pickup_box .block a {
  width: 50%;
  display: block;
  box-sizing: border-box;
  padding: 1%;
}
#banners .pickup_box .block a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1200px) {
  #banners .pickup_box .block a img {
    min-height: 20vw;
  }
}
#banners .pickup_box .block a img.sp {
  display: none;
}
#banners .pickup_box .slick-dots {
  width: 20%;
  bottom: inherit;
  top: -10%;
  right: 11%;
}
#banners .pickup_box .slick-dots li.slick-active button:before {
  color: #006981;
}
#banners .pickup_box .slick-prev, #banners .pickup_box .slick-next {
  transform: translate(0, 0);
  transform: -webkit-translate(0 0);
}
#banners .pickup_box .slick-prev:before, #banners .pickup_box .slick-next:before {
  content: "";
  background-image: url("/wp-content/themes/kangodai2025/img/arrow_mark01.png");
  width: 100%;
  display: block;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
#banners .pickup_box .slick-prev {
  top: -12%;
  left: inherit;
  right: 31%;
  width: 8%;
  height: auto;
  transform: scale(-1);
}
#banners .pickup_box .slick-next {
  top: -12%;
  left: inherit;
  right: 3%;
  width: 8%;
  height: auto;
}

.category {
  display: flex;
  font-size: 90%;
  justify-content: flex-start;
  align-items: center;
}
.category p {
  display: inline-block;
  margin-right: 3%;
  padding: 2px 5px;
  background-color: #68a9ff;
  border-radius: 3px;
  color: white;
}
.category p.nyushi {
  background-color: #5e719f;
}
.category p.event {
  background-color: #ff8c9f;
}
.category p.goodnews {
  background-color: #ff68e5;
}
.category p.important, .category p.new {
  background-color: #ff0000;
}

#movies_blocks {
  background: #ffffff;
  padding: 5% 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(143, 233, 231) 100%);
}
#movies_blocks h2 {
  font-size: 200%;
  font-weight: bold;
  color: #006981;
  position: relative;
  margin-bottom: 5%;
}
#movies_blocks h2:after {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 5px solid #006981;
  bottom: -15px;
  left: calc(50% - 15px);
}
#movies_blocks .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  flex-direction: row-reverse;
}
#movies_blocks .flex .text {
  width: 50%;
  text-align: left;
  padding: 5% 2%;
  box-sizing: border-box;
  font-size: 120%;
}
#movies_blocks .flex .text a {
  padding: 10% 0;
  display: flex;
  align-items: center;
  position: relative;
}
#movies_blocks .flex .text a span {
  text-decoration: underline;
  margin-right: 5px;
}
#movies_blocks .flex .text a:after {
  font-size: 150%;
  margin: 2px;
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  color: #dd2c28;
}
#movies_blocks .flex .youtube_data {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#movies_blocks .flex .youtube_data div.youtube {
  position: relative;
}

#newsbloks {
  padding: 5% 0;
  background-image: url("/wp-content/themes/kangodai2025/img/back02.png");
  background-position: right top;
  background-size: cover;
  position: relative;
}
#newsbloks:after {
  content: "";
  width: 15%;
  padding-top: 10%;
  background-image: url("/wp-content/themes/kangodai2025/img/news.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1%;
  top: 5%;
}
#newsbloks h2 {
  font-size: 200%;
  font-weight: bold;
  color: #006981;
  position: relative;
  margin-bottom: 5%;
}
#newsbloks h2:after {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 5px solid #006981;
  bottom: -15px;
  left: calc(50% - 15px);
}
#newsbloks .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#newsbloks .flex .blocks {
  width: 40%;
  margin: 1%;
  box-sizing: border-box;
}
#newsbloks .flex .blocks h3 {
  color: #5d5d5d;
  letter-spacing: 0.2vw;
  font-size: 130%;
  font-weight: bold;
  background-color: #81e1e0;
  padding: 1%;
}
#newsbloks .flex .blocks.nyushi h3 {
  background-color: #ffa2bb;
}
#newsbloks .flex .blocks.nyushi a .category p {
  background-color: #5e719f;
}
#newsbloks .flex.block {
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: white;
  margin-bottom: 5%;
}
#newsbloks .flex.block a {
  width: 80%;
  padding: 3%;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
#newsbloks .flex.block a p {
  display: block;
  font-size: 110%;
  text-align: left;
}
#newsbloks .btn {
  display: flex;
  justify-content: flex-end;
}
#newsbloks .btn a {
  background-color: #006981;
  display: flex;
  min-width: 20%;
  padding: 1%;
  border-radius: 50px;
  color: white;
  justify-content: flex-end;
  align-items: center;
  transition: 0.5s;
}
#newsbloks .btn a:after {
  transition: 0.5s;
  content: "";
  width: 35%;
  padding-top: 30%;
  margin-left: 10%;
  background-image: url(/wp-content/themes/kangodai2025/img/arrow_mark02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#newsbloks .btn a:hover:after {
  transform: rotate(180deg);
}

#manabinoba {
  padding: 15% 0;
  background-image: url("/wp-content/themes/kangodai2025/img/back03.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
}
@media all and (min-width: 1900px) {
  #manabinoba {
    background-size: 100% auto;
  }
}
#manabinoba:after {
  content: "";
  width: 25%;
  padding-top: 20%;
  background-image: url("/wp-content/themes/kangodai2025/img/learning.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 1%;
  top: 5%;
}
#manabinoba h2 {
  color: #006981;
  font-weight: bold;
}
#manabinoba h2 strong {
  font-weight: bold;
  display: block;
  font-size: 300%;
}
#manabinoba .blocks {
  display: flex;
  flex-wrap: wrap;
}
#manabinoba .blocks a {
  display: block;
  width: 48%;
  margin: 1%;
  position: relative;
  transition: 1s;
}
#manabinoba .blocks a h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding: 3%;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  min-width: 40%;
  min-height: 25%;
  justify-content: space-between;
  align-items: center;
  color: #006981;
}
#manabinoba .blocks a h3 strong {
  font-size: 200%;
  font-weight: bold;
}
#manabinoba .blocks a h3:before {
  content: "";
  width: 1vw;
  padding-top: 1vw;
  background: #e6304f;
  position: absolute;
  top: 0;
  left: 0;
}
#manabinoba .blocks a h3:after {
  content: "";
  width: 15%;
  padding-top: 15%;
  position: absolute;
  top: 30%;
  right: 5%;
  background-image: url("/wp-content/themes/kangodai2025/img/arrow_mark01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#manabinoba .blocks a .image {
  font-size: 0;
}
#manabinoba .blocks a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#manabinoba .blocks a:hover h3:after {
  transition: 1s;
  transform: rotate(180deg);
}
#manabinoba .rolling {
  font-size: 500%;
  font-weight: bold;
  letter-spacing: 0.2vw;
  color: white;
  overflow: hidden;
}
#manabinoba .rolling span {
  display: inline-block;
  padding-left: 0%;
  white-space: nowrap;
  line-height: 1em;
  margin-left: 0;
  -webkit-animation: scrollAnime 100s linear infinite alternate;
          animation: scrollAnime 100s linear infinite alternate;
}

@-webkit-keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}

@keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
#foot_text .text {
  width: 80%;
  margin: auto;
  text-align: left;
  line-height: 180%;
}

.totop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  color: #006981;
  font-size: 16px;
  line-height: 80px;
  text-align: center;
}
.totop:hover {
  opacity: 0.8;
}

#footer {
  margin: 0 auto 0;
  position: relative;
  text-align: center;
  font-size: 90%;
}
#footer .footlink {
  display: flex;
  background-color: #81e1e0;
  align-items: center;
  justify-content: center;
}
#footer .footlink a {
  display: inline-block;
  padding: 0.3% 2vw;
  text-align: center;
  color: #006981;
}
#footer .footlogo {
  margin: 3% 0;
}
#footer .footlogo address {
  margin: 1% auto;
}
#footer .foot3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#footer .foot3 > div {
  width: 100%;
  margin: 3% 0;
}

.tablink {
  position: fixed;
  right: 0;
  top: 50%;
  width: 10%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  transition: 0.5s;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 10;
}
.tablink.hide {
  right: calc(-10% + 30px);
}
.tablink.hide:hover {
  right: 0;
}
.tablink h3 {
  background-color: #006981;
  width: 30px;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 10% 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tablink .links {
  padding: 5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
}
.tablink .links > div {
  padding: 1%;
}
.tablink .links > div a {
  display: block;
  padding: 1%;
}
.tablink .links > div a:hover img {
  opacity: 0.5;
}

.pankuzu {
  padding: 2% 0;
  padding-left: 10%;
  text-align: left;
}
.pankuzu ul li {
  display: inline-block;
  width: auto;
  padding: 2px;
  font-size: 0.8rem;
}
.pankuzu ul li a {
  color: #006981;
  font-size: inherit;
}

.ko #gmenu,
.ko .links,
.ko .submenu,
.ko .menus,
.ko #news,
.ko .schedule,
.cn #gmenu,
.cn .links,
.cn .submenu,
.cn .menus,
.cn #news,
.cn .schedule,
.tw #gmenu,
.tw .links,
.tw .submenu,
.tw .menus,
.tw #news,
.tw .schedule,
.en #gmenu,
.en .links,
.en .submenu,
.en .menus,
.en #news,
.en .schedule {
  display: none !important;
}
.ko .sns,
.cn .sns,
.tw .sns,
.en .sns {
  width: 100%;
}
.ko h2, .ko h3,
.cn h2,
.cn h3,
.tw h2,
.tw h3,
.en h2,
.en h3 {
  font-family: "Amatic SC", cursive;
}
.ko .shop_info h2,
.cn .shop_info h2,
.tw .shop_info h2,
.en .shop_info h2 {
  color: white;
  font-size: 2rem;
  padding-top: 2rem;
}

#sidebar {
  display: inline-block;
  vertical-align: top;
  width: 27%;
  text-align: left;
}
#sidebar ul.sidelist li {
  display: block;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#sidebar ul.sidelist li:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #003A7E;
  position: absolute;
  right: 2%;
  top: 10%;
  font-size: 2rem;
}
#sidebar ul.sidelist li.calent {
  border-bottom: 0;
  background: #003A7E;
}
#sidebar ul.sidelist li.calent:hover {
  opacity: 0.8;
}
#sidebar ul.sidelist li.calent a {
  color: white;
}
#sidebar ul.sidelist li.on {
  background: #fafeff;
}
#sidebar ul.sidelist li a {
  display: block;
  padding: 7% 0% 7% 7%;
}

#c2main {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  margin-bottom: 5%;
  text-align: left;
}

.subpage {
  background-image: url("/wp-content/themes/kangodai2025/img/subpage_back.png");
  background-size: 110%;
  background-position: center;
}
@media all and (max-width: 1200px) {
  .subpage {
    background-image: none;
  }
}
.subpage .submv {
  position: relative;
}
.subpage .submv .title_text_en {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: white;
  font-size: 300%;
  letter-spacing: 0.5vw;
  font-family: "Bebas Neue", sans-serif;
  text-align: left;
}

#subtitle {
  background: #006981;
}
#subtitle h2 {
  color: white;
  font-size: 120%;
  text-align: left;
}
#subtitle h2 strong {
  letter-spacing: 0.5vw;
  padding-left: 10%;
  display: block;
}
#subtitle h2 b.basein {
  display: block;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.2vw;
  color: white;
  font-size: 130%;
  padding: 0.5%;
}
#subtitle h2.archive_title {
  color: #006981;
  font-size: 60%;
  letter-spacing: 0.2vw;
  font-weight: bold;
}
#subtitle img {
  width: 100%;
  max-height: 200px;
  min-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
#subtitle.underline {
  border-bottom: 5px solid #006981;
}

.tag_list {
  margin: 5% 0 0 0;
  display: flex;
  border-bottom: 3px solid #81e1e0;
}
.tag_list a {
  position: relative;
  bottom: -3px;
  display: flex;
  padding: 1% 2%;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #81e1e0;
}
.tag_list a.on, .tag_list a:hover {
  border-bottom: 3px solid #006981;
}

.page_parent_menu_btn .basein {
  position: relative;
}
.page_parent_menu_btn .btn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 15%;
}
.page_parent_menu_btn .btn:before {
  background-color: white;
  border-radius: 2px;
  padding: 2px 5px;
  color: #006981;
  content: "\f0c9";
  letter-spacing: 0;
  font-family: FontAwesome;
  margin-right: 5px;
}
.page_parent_menu_btn .btn.on:before {
  content: "\f00d";
}

.page_parent_menu {
  background-color: #2a8296;
  width: 100%;
  height: auto;
  z-index: 2;
  position: absolute;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.page_parent_menu.on {
  height: inherit;
}
.page_parent_menu .parent_menu {
  padding: 2%;
  padding-left: 10%;
  display: flex;
  flex-wrap: wrap;
}
.page_parent_menu .parent_menu a {
  display: block;
  text-align: left;
  width: 33%;
  padding: 0 1% 1%;
  box-sizing: border-box;
  color: white;
}
.page_parent_menu .parent_menu a:before {
  color: #18e7cf;
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 5px;
}

.details .btn {
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  padding: 2% 5%;
  border: 1px solid #006981;
  background: #006981;
  color: white;
  margin-bottom: 1%;
  text-align: left;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
}
.details .btn:hover {
  background: white;
  color: #006981;
}
.details a {
  text-decoration: underline;
}
.details .subtitle {
  padding: 5px;
  margin-bottom: 1rem;
}
.details .subtitle h3 {
  font-weight: bold;
  color: #006981;
  letter-spacing: 0.2vw;
  font-size: 130%;
  border-left: 5px solid #006981;
  padding: 4px 10px;
}
.details h3.titles {
  color: #006981;
  position: relative;
  margin-bottom: 1%;
  padding: 4% 2% 1% 2%;
  font-size: 120%;
  border-bottom: 3px solid #97c2cc;
}
.details h3.titles:after {
  content: "";
  width: 20%;
  border-bottom: 2px solid #006981;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.details h4.titles {
  color: #003A7E;
  border-bottom: #d9e2ec 1px solid;
  padding: 20px 20px 5px 20px;
  margin-bottom: 1rem;
}
.details h5.titles {
  color: #003A7E;
  padding: 0px 20px;
  margin-bottom: -10px;
  margin-bottom: 1rem;
  font-weight: bold;
}
.details .block1 {
  padding: 0 1rem 1rem;
}
.details .block1 p {
  line-height: 150%;
  margin-bottom: 1rem;
}
.details .block1 b, .details .block1 strong {
  font-weight: bold;
}
.details .block2, .details .block3 {
  padding-bottom: 1rem;
}
.details .block2 .left, .details .block2 .right, .details .block3 .left, .details .block3 .right {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding: 0 2%;
}
.details .block2 .left img, .details .block2 .right img, .details .block3 .left img, .details .block3 .right img {
  max-width: 100%;
}
.details .imgblock {
  padding: 1rem;
}
.details .imgblock img {
  max-width: 100%;
}
.details .imgblock.img1 a {
  display: block;
  width: 100%;
}
.details .imgblock.img2 a {
  padding: 0 1%;
  margin: 0.5%;
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
.details .imgblock.img3 a {
  display: inline-block;
  vertical-align: top;
  padding: 0 1%;
  margin: 0.5%;
  width: 29%;
}
.details .imgblock.img4 a, .details .imgblock.img0 a {
  display: inline-block;
  vertical-align: top;
  padding: 0 1%;
  margin: 0.5%;
  width: 21%;
}
.details ul li {
  list-style-type: disc;
}
.details ol li {
  list-style-type: circle;
}
.details ul, .details ol {
  padding-left: 2rem;
}
.details ul.disc, .details ol.disc {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.details ul.disc li, .details ol.disc li {
  list-style-type: disc;
}
.details ul.circle, .details ol.circle {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.details ul.circle li, .details ol.circle li {
  list-style-type: circle;
}
.details ul.square, .details ol.square {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.details ul.square li, .details ol.square li {
  list-style-type: square;
}
.details ul.decimal, .details ol.decimal {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.details ul.decimal li, .details ol.decimal li {
  list-style-type: unset;
}
.details ul.decimal > li, .details ol.decimal > li {
  list-style-type: decimal;
}
.details ul.no_mark, .details ol.no_mark {
  padding-left: 0rem;
  margin-bottom: 2rem;
}
.details ul.no_mark li, .details ol.no_mark li {
  list-style-type: none;
}
.details ul.no_mark li:nth-child(even), .details ol.no_mark li:nth-child(even) {
  background: #eee;
}
.details ul.btnlink, .details ol.btnlink {
  font-size: 0;
  padding-left: 0rem;
  text-align: left;
}
.details ul.btnlink li, .details ol.btnlink li {
  margin: 1%;
  width: 31%;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.details ul.btnlink li a, .details ol.btnlink li a {
  font-size: 1rem;
  display: block;
  text-align: left;
  padding: 2%;
  padding-left: 4%;
  border: 1px solid #006981;
  background: #006981;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details ul.btnlink li a:hover, .details ol.btnlink li a:hover {
  background: white;
  color: #006981;
}
.details ul.kakko li, .details ol.kakko li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -2rem;
  padding-left: 2rem;
}
.details ul.kakko li::before, .details ol.kakko li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.details ul li, .details ol li {
  padding: 0.2rem;
}
.details ul li span, .details ol li span {
  display: inline-block;
  vertical-align: top;
}
.details ul li a, .details ol li a {
  padding: 0 1rem;
}
.details ul li ul, .details ul li ol, .details ol li ul, .details ol li ol {
  margin-bottom: unset !important;
}
.details ul.num1 span, .details ol.num1 span {
  width: 100%;
}
.details ul.num2 span:nth-child(1), .details ol.num2 span:nth-child(1) {
  width: 27%;
}
.details ul.num2 span:nth-child(2), .details ol.num2 span:nth-child(2) {
  width: 72%;
}
.details ul.num3 span:nth-child(1), .details ol.num3 span:nth-child(1) {
  width: 27%;
}
.details ul.num3 span:nth-child(2), .details ul.num3 span:nth-child(3), .details ol.num3 span:nth-child(2), .details ol.num3 span:nth-child(3) {
  width: 36%;
}
.details ul.num4 span, .details ol.num4 span {
  width: 24%;
}
.details table {
  width: 100%;
  table-layout: fixed;
}
.details table th, .details table td {
  paddnig: 2px;
  border: 1px solid #006981;
  white-space: normal;
  word-break: break-all;
  padding: 0.5%;
}
.details table th {
  background: #2a8296;
  color: white;
}
.details table.t_center th {
  text-align: center;
}
.details table.t_right th {
  text-align: right;
}
.details table.table {
  table-layout: auto;
}
.details table.table th, .details table.table td {
  padding: 5px;
}
.details table.table.th3_td7 th {
  width: 30%;
}
.details table.table.th3_td7 td {
  width: 70%;
}
.details table.table .back_green {
  color: inherit;
  background: #CCFFCC !important;
}
.details table.table .back_purple {
  color: inherit;
  background: #CCCCFF !important;
}
.details table.table .back_blue {
  color: inherit;
  background: #99FFFF !important;
}
.details .file_block {
  margin-bottom: 1rem;
}
.details .file_block.box, .details .file_block.box100, .details .file_block.boxArray {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #006981;
  padding-bottom: 0.5rem;
}
.details .file_block.box100 {
  width: 90%;
  margin: 0px 20px 10px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.details .file_block.box50 {
  vertical-align: top;
  display: inline-block;
  width: 50%;
}
.details .file_block.box30 {
  vertical-align: top;
  display: inline-block;
  width: 33%;
}
.details .file_block .discription,
.details .file_block .caption {
  margin-left: 60px;
  font-size: 80%;
}
.details .data_list {
  margin-bottom: 1rem;
}
.details .data_list > div:before {
  color: #006981;
  font-weight: bold;
}
.details .data_list .senmon:before {
  content: "専門領域：";
}
.details .data_list .houkoku:before {
  content: "報告者：";
}
.details .data_list .data_page:before {
  content: "頁：";
}

/*detail ここまで*/
ul.pagelist {
  text-align: left;
}
ul.pagelist li {
  padding: 2px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5%;
  vertical-align: top;
}
ul.pagelist li:nth-of-type(even) > a, ul.pagelist li:nth-of-type(even) > div {
  flex-direction: row-reverse;
}
ul.pagelist li:nth-of-type(even) > a .text h3, ul.pagelist li:nth-of-type(even) > a .text p, ul.pagelist li:nth-of-type(even) > div .text h3, ul.pagelist li:nth-of-type(even) > div .text p {
  text-align: right;
}
ul.pagelist li > a, ul.pagelist li > div {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
ul.pagelist li > a > div, ul.pagelist li > div > div {
  width: 50%;
  padding: 1%;
  box-sizing: border-box;
}
ul.pagelist li > a .image, ul.pagelist li > div .image {
  max-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  background-color: rgba(0, 105, 129, 0.3);
  overflow: hidden;
}
ul.pagelist li > a .image .intitle, ul.pagelist li > div .image .intitle {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-direction: column;
  text-shadow: 1px 1px 1px #999, 1px -1px 1px #999, -1px 1px 1px #999, -1px -1px 1px #999;
}
ul.pagelist li > a .image .intitle span, ul.pagelist li > div .image .intitle span {
  line-height: 120%;
  font-size: 180%;
  letter-spacing: 0.3vw;
  font-weight: bold;
  display: block;
  padding: 0 2%;
}
ul.pagelist li > a .image img, ul.pagelist li > div .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.pagelist li > a .text h3, ul.pagelist li > div .text h3 {
  text-align: left;
  display: block;
  color: #2a8296;
  padding: 0.8rem 0;
}
ul.pagelist li > a .text h3:before, ul.pagelist li > div .text h3:before {
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 5px;
}
ul.pagelist li > a .text p, ul.pagelist li > div .text p {
  text-align: left;
  padding: 3% 0;
}
ul.pagelist li > div a {
  display: block;
  text-align: left;
  display: block;
  color: #2a8296;
  padding: 1% 0;
}
ul.pagelist li > div a:before {
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 5px;
}

ul.pagelist_block {
  display: flex;
  flex-wrap: wrap;
}
ul.pagelist_block li {
  width: 33%;
  padding: 2%;
  box-sizing: border-box;
}
ul.pagelist_block li > a, ul.pagelist_block li > div {
  display: flex;
  flex-direction: column;
}
ul.pagelist_block li > a .image, ul.pagelist_block li > div .image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
ul.pagelist_block li > a .image img, ul.pagelist_block li > div .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
ul.pagelist_block li > a .text h3, ul.pagelist_block li > div .text h3 {
  color: #006981;
  padding: 3% 0;
  font-weight: bold;
}
ul.pagelist_block li > a .text p, ul.pagelist_block li > div .text p {
  margin-left: 7%;
  text-indent: -6%;
}
ul.pagelist_block li > a .text p:before, ul.pagelist_block li > div .text p:before {
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 5px;
}

#rss .newsblock {
  padding: 20px;
  border: 4px solid #eee;
}
#rss .newsblock a {
  font-size: 0.9rem;
  padding: 1% 0 2%;
  display: block;
}
#rss .newsblock a span, #rss .newsblock a p {
  vertical-align: top;
  display: inline-block;
}
#rss .newsblock a span {
  width: 27%;
}
#rss .newsblock a p {
  width: 71%;
}

#kyouin .ka_user {
  margin-bottom: 2rem;
}
#kyouin table.user_list {
  width: 100%;
}
#kyouin table.user_list tr {
  border-bottom: 1px solid #ccc;
}
#kyouin table.user_list tr:last-chlid {
  border-bottom: none;
}
#kyouin table.user_list td {
  border: none;
  font-size: 0.9rem;
}
#kyouin table.user_list td:nth-child(1),
#kyouin table.user_list td:nth-child(2) {
  width: 28%;
  padding: 1%;
}
#kyouin table.user_list td:nth-child(3),
#kyouin table.user_list td:nth-child(4) {
  width: 18%;
  padding: 1%;
}
#kyouin table.user_list td:nth-child(4) {
  text-align: center;
}
#kyouin table.user_list td:nth-child(4) a {
  display: block;
  border: 1px solid #ccc;
  padding: 1%;
  text-decoration: none;
}
#kyouin table.user_list td:nth-child(4) a:hover {
  color: white;
  background: #006981;
}

.kyouin_link li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin: 0;
  padding: 0 !important;
}
.kyouin_link li a {
  border: 1px solid #006981;
  margin: 1%;
  padding: 2%;
  text-decoration: none;
  display: block;
  text-align: center;
}
.kyouin_link li a:hover {
  background: #006981;
  color: white;
}
.kyouin_link li.on a {
  background: #006981;
  color: white;
}

.user_data dt, .user_data dd {
  display: inline-block;
  vertical-align: top;
  padding: 1%;
  word-wrap: break-word;
  border-top: 1px solid #ccc;
}
.user_data dt {
  width: 22%;
}
.user_data dd {
  width: 74%;
}

.kyouin_detail .details ul:not([class]) {
  padding-left: 1.5rem;
}
.kyouin_detail .details ul:not([class]) li {
  list-style: disc;
}
.kyouin_detail .details ol:not([class]) {
  padding-left: 1.5rem;
}
.kyouin_detail .details ol:not([class]) li {
  list-style: decimal;
}
.kyouin_detail .details .inlink {
  margin: 1%;
  text-align: center;
}
.kyouin_detail .details .inlink a {
  margin: auto;
  display: inline-block;
  width: 44%;
  padding: 0.5% 2%;
  margin-bottom: 1%;
  border: #006981 1px solid;
  text-decoration: none;
}
.kyouin_detail .details .kyouin-data {
  line-height: 120%;
  margin-bottom: 2%;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  padding-bottom: 2%;
  border-bottom: 1px solid #ccc;
}
.kyouin_detail .details .kyouin-data span:after {
  content: ",";
}
.kyouin_detail .details .kyouin-data span:last-child:after {
  content: ".";
}
.kyouin_detail .details .kouza .kyouin-data {
  text-indent: 0rem;
  padding-left: 0rem;
}

.mtli_attachment {
  padding-right: 1%;
  width: calc(99% - 57px);
}

.news a {
  display: block;
  padding: 2% 0;
}
.news a h2 {
  padding-top: 1%;
}

.table_scroll {
  overflow: auto;
  white-space: nowrap;
}
.table_scroll table {
  width: 100%;
}
.table_scroll table th, .table_scroll table td {
  white-space: normal;
  padding: 0.5%;
}

.table_scroll::-webkit-scrollbar {
  height: 5px;
}

.table_scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.table_scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.gsc-control-cse.gsc-control-cse-ja {
  position: absolute;
  width: 35%;
  top: 2%;
  right: 16%;
}

#contents_link .link_block {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  text-align: left;
  padding: 1%;
}
#contents_link .link_block h3 {
  font-size: 110%;
  display: block;
  padding: 2px 0;
  border-bottom: 1px solid #DCDCDC;
}
#contents_link .link_block ul {
  padding: 5% 2%;
}
#contents_link .link_block ul li {
  padding: 1%;
}
#contents_link .link_block ul li a {
  font-size: 90%;
}
#contents_link.list_page .link_block {
  min-height: 5vw;
}
#contents_link.list_page .link_block h3 {
  position: relative;
  font-weight: bold;
  border-bottom: 2px solid #97C2CC;
  transition: 0.3s;
}
#contents_link.list_page .link_block h3 a {
  color: #2a8296;
}
#contents_link.list_page .link_block h3:after {
  content: "";
  transition: 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  border-bottom: 2px solid #2a8296;
}
#contents_link.list_page .link_block h3:hover a {
  color: #81e1e0;
}
#contents_link.list_page .link_block h3:hover:after {
  width: 35%;
}
#contents_link.list_page .link_block ul li a {
  display: block;
  color: #2a8296;
  padding-left: 5%;
  position: relative;
}
#contents_link.list_page .link_block ul li a:before {
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contents_link.list_page .link_block ul li a:hover {
  color: #81e1e0;
}

/*#####################################################################
 *
 * tab base_width in
 *
 #####################################################################*/
@media all and (max-width: 1200px) {
  .basein {
    width: 100%;
  }
  #banners .basein,
#sub_btn .basein,
#banner_block .basein {
    width: 90%;
  }
  #gmenu #nav.basein {
    width: 99%;
  }
  #topblock.basein {
    width: 98%;
  }
  .details ul.btnlink li, .details ol.btnlink li {
    width: 48%;
  }
  #important_news .important_line h2 {
    width: 10%;
  }
  #important_news .important_line .important_slide {
    width: 80%;
    height: 7vw;
  }
  #important_news .important_line .important_slide a {
    padding: 0.4vw 0 0 1%;
  }
  #important_news .important_line .important_link {
    width: 10%;
  }
}
/*#####################################################################
*
 * sp 560px in
 *
#####################################################################*/
@media all and (max-width: 560px) and (orientation: portrait) {
  .sp {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .spnone {
    display: none !important;
  }
  .table_scroll table {
    min-width: 640px;
  }
  body {
    padding-top: 15vw;
    font-size: 3.4vw;
  }
  body.s, body.m, body.l {
    font-size: 3.4vw;
  }
  #header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    height: 15vw;
  }
  #header h1 {
    padding: 2%;
    position: relative;
    max-width: 50%;
    box-sizing: border-box;
  }
  #header #gmenu {
    display: none;
  }
  #header #tools {
    top: 15vw;
    width: 100%;
    box-sizing: border-box;
  }
  #header #tools .search {
    box-sizing: border-box;
    width: 100%;
    padding: 1%;
    padding-right: 0;
  }
  #header #tools .search form input {
    height: 8vw;
    width: 100%;
  }
  #header #tools .search form button {
    height: 8vw;
    width: 8vw;
  }
  #header #tools .search form button i, #header #tools .search form button svg {
    font-size: 4vw;
  }
  #header #tools .fontsizes {
    display: none;
  }
  #header.nav #tools {
    top: -15vw;
  }
  #menubtn .gbtns {
    top: 0;
    right: 0;
    z-index: 5;
    border-radius: 0;
    height: 15vw;
    width: 15vw;
  }
  #menubtn .gbtns.nav {
    top: 0;
  }
  #menubtn .gbtns.on {
    right: 70vw;
    transition-delay: 1s;
  }
  #menubtn .gbtns.on span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menubtn .gbtns.on span:before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.5s;
    transition-delay: 1s;
  }
  #menubtn .gbtns.on span:after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.5s;
    transition-delay: 1s;
  }
  #menubtn .gbtns span, #menubtn .gbtns span:before, #menubtn .gbtns span:after {
    display: block;
    height: 3px;
    width: 60%;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    transition: all 0.5s;
    padding: 0;
  }
  #menubtn .gbtns span:before {
    width: 100%;
    bottom: 2vh;
    border: none;
  }
  #menubtn .gbtns span:after {
    width: 100%;
    top: 2vh;
    border: none;
  }
  #modal_menu {
    width: 70%;
    height: 100vh;
    top: 0;
    overflow-y: scroll;
    z-index: 10;
    padding: 5%;
    box-sizing: border-box;
  }
  #modal_menu.fixed {
    top: 0 !important;
  }
  #modal_menu nav#nav3 .basein {
    flex-direction: column;
  }
  #modal_menu nav#nav3 a:before {
    width: 2vw;
    height: 2vw;
    margin: 0 2vw;
  }
  #modal_menu nav#nav3 .column03 a {
    color: #006981;
    background: #18e7cf;
    justify-content: center;
    margin-bottom: 5%;
    padding: 2.5% 0;
  }
  #modal_menu nav#nav3 .column03 a::before {
    display: none;
  }
  .mv .sp {
    display: block !important;
    font-size: 0;
  }
  .mv .important_news {
    position: relative;
    right: 0;
    width: 80%;
    bottom: 0;
    margin: 5% auto;
  }
  .mv .important_news h2, .mv .important_news a {
    width: 100%;
  }
  .mv .important_news h2 {
    text-align: center;
    font-weight: bold;
    padding: 1% 0;
  }
  .mv .important_news a {
    text-align: left;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-overflow: inherit;
    overflow: initial;
    white-space: normal;
    padding: 4%;
    text-align: justify;
  }
  #important_news .important_line {
    padding: 5% 2%;
  }
  #important_news .important_line h2 {
    font-size: 130%;
    justify-content: center;
    padding: 2%;
    width: 100%;
  }
  #important_news .important_line .important_slide {
    width: 100%;
    max-height: 20vh;
    height: auto;
    font-size: 120%;
    overflow-y: scroll;
  }
  #important_news .important_line .important_slide a {
    padding: 5% 5% 0;
    align-items: center;
  }
  #important_news .important_line .important_slide a .date {
    font-weight: bold;
    padding: 0 5%;
  }
  #important_news .important_line .important_slide a b {
    overflow: auto;
    text-overflow: inherit;
    white-space: normal;
  }
  #important_news .important_line .important_link {
    width: 100%;
    padding: 2% 0;
    justify-content: center;
  }
  #banners {
    margin-top: 0%;
    flex-direction: column;
  }
  #banners:before, #banners:after, #banners .pickup_box {
    width: 100%;
  }
  #banners:before {
    width: 100%;
    height: 47vw;
    background-size: 100%;
    background-image: url(/wp-content/themes/kangodai2025/img/pickup_top.png);
    background-position: center top;
  }
  #banners:after {
    width: 100%;
    height: 10vw;
    background-size: 100%;
    background-image: url(/wp-content/themes/kangodai2025/img/pickup_btn.png);
    background-position: center top;
  }
  #banners .pickup_box {
    padding: 5% 5% 10%;
    margin: 0;
    box-sizing: border-box;
  }
  #banners .pickup_box h2 {
    text-align: center;
  }
  #banners .pickup_box h2 span {
    display: block;
    width: 100%;
  }
  #banners .pickup_box .block {
    flex-direction: column;
  }
  #banners .pickup_box .block a {
    width: 100%;
    padding: 3%;
  }
  #banners .pickup_box .slick-prev {
    top: inherit;
    bottom: -4%;
    right: 50%;
  }
  #banners .pickup_box .slick-next {
    top: inherit;
    right: 40%;
    bottom: -4%;
  }
  ul.pagelist li:nth-of-type(even) > a, ul.pagelist li:nth-of-type(even) > div {
    flex-direction: column;
  }
  ul.pagelist li:nth-of-type(even) > a .text h3, ul.pagelist li:nth-of-type(even) > a .text p, ul.pagelist li:nth-of-type(even) > div .text h3, ul.pagelist li:nth-of-type(even) > div .text p {
    text-align: left;
  }
  ul.pagelist li > a, ul.pagelist li > div {
    margin-bottom: 5%;
    flex-direction: column;
  }
  ul.pagelist li > a .image, ul.pagelist li > a .text, ul.pagelist li > div .image, ul.pagelist li > div .text {
    width: 100%;
  }
  ul.pagelist li > a .image .intitle h3, ul.pagelist li > a .text .intitle h3, ul.pagelist li > div .image .intitle h3, ul.pagelist li > div .text .intitle h3 {
    padding: 3%;
  }
  ul.pagelist li > a .image h3, ul.pagelist li > a .image p, ul.pagelist li > a .text h3, ul.pagelist li > a .text p, ul.pagelist li > div .image h3, ul.pagelist li > div .image p, ul.pagelist li > div .text h3, ul.pagelist li > div .text p {
    padding: 0;
  }
  ul.pagelist li > a .image img, ul.pagelist li > div .image img {
    max-height: 30vw;
  }
  ul.pagelist li > div .text {
    text-align: left;
  }
  ul.pagelist li > div .text a {
    padding: 3%;
    display: inline-block;
    word-break: keep-all;
  }
  #movies_blocks {
    padding: 5%;
  }
  #movies_blocks .flex {
    padding-top: 10%;
    flex-direction: column-reverse;
  }
  #movies_blocks .flex .text, #movies_blocks .flex .youtube_data {
    width: 100%;
  }
  #newsbloks {
    background-image: inherit;
    background-color: #f5f5f5;
  }
  #newsbloks:after {
    display: none;
  }
  #newsbloks h2 {
    font-size: 120%;
  }
  #newsbloks h2:before {
    font-size: 200%;
    content: "NEWS";
    display: block;
  }
  #newsbloks h2:after {
    content: "";
    background-image: url("/wp-content/themes/kangodai2025/img/pickup_btn.png");
    width: 100%;
    left: 0;
    top: -30%;
    bottom: inherit;
    height: 30%;
    border: none;
  }
  #newsbloks .flex .blocks {
    width: 90%;
  }
  #manabinoba {
    background-color: #f5f5f5;
    padding-top: 40%;
    background-image: url("/wp-content/themes/kangodai2025/img/learn_back.png");
  }
  #manabinoba:after {
    width: 50%;
    padding-top: 35%;
  }
  #manabinoba h2 {
    margin-bottom: 5%;
  }
  #manabinoba h2 strong {
    font-size: 200%;
  }
  #manabinoba .blocks {
    justify-content: center;
  }
  #manabinoba .blocks a {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
  }
  #manabinoba .blocks a .image {
    width: 50%;
  }
  #manabinoba .blocks a h3 {
    justify-content: flex-start;
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding: 3%;
    padding-bottom: 15%;
  }
  #manabinoba .blocks a h3:before {
    width: 3vw;
    padding-top: 3vw;
  }
  #manabinoba .blocks a h3:after {
    top: inherit;
    bottom: 10%;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #manabinoba .blocks a h3 strong {
    font-size: 150%;
  }
  #manabinoba .rolling {
    font-size: 200%;
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
  }
  #manabinoba .rolling span {
    display: block;
    white-space: normal;
    text-align: left;
    font-weight: normal;
    letter-spacing: 1vw;
  }
  ul.pagelist_block li {
    width: 50%;
  }
  .pankuzu {
    padding-left: 5%;
  }
  #c2main {
    width: 90%;
  }
  #subtitle h2 b.basein {
    box-sizing: border-box;
    padding: 2% 0;
  }
  #subtitle h2 strong {
    padding-left: 5%;
  }
  .page_parent_menu_btn .btn {
    top: 20%;
  }
  .page_parent_menu .parent_menu a {
    width: calc(50% - 4vw);
    padding: 2% 1%;
    text-indent: -4vw;
    margin-left: 4vw;
    line-height: 120%;
  }
  .tag_list a {
    padding: 1%;
    font-size: 90%;
    text-align: center;
  }
  .totop {
    width: 10vw;
    height: 10vw;
    line-height: inherit;
    font-size: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .footlink {
    flex-wrap: wrap;
  }
  #footer .footlink a {
    width: 33%;
    box-sizing: border-box;
    padding: 3%;
  }
  #footer .foot3 {
    flex-direction: column-reverse;
  }
  #footer .foot3 > div.instalink a {
    justify-content: center;
  }
  .subpage .submv .title_text_en .sp_text {
    font-size: 85%;
    line-height: 1.1;
  }
  #contents_link {
    padding: 5% 2%;
  }
  #contents_link .link_block {
    width: 99%;
    padding: 0.5%;
  }
  #contents_link .link_block h3 {
    font-size: 0.9rem;
  }
  #contents_link.list_page .link_block {
    min-height: 20vw;
  }
  .details ul.btnlink li, .details ol.btnlink li {
    width: 100%;
  }
  .tablink {
    width: 30vw;
  }
  .tablink.hide {
    right: calc(-30vw + 30px);
  }
  .tablink.hide:hover {
    right: calc(-30vw + 30px);
  }
}
/*#####################################################################
*
 * sp 375px in
 *
#####################################################################*/
@media all and (max-width: 375px) {
  #topblock #submenu {
    margin: 2% auto;
    width: 100%;
  }
  #topblock #submenu div {
    display: inline-block;
    width: 44%;
    margin: 1% 0.2%;
    vertical-align: top;
  }
  #topblock #submenu div.banner {
    margin: 1% 0.2%;
  }
  #topblock #submenu div.btn a {
    font-size: 0.6rem;
  }
  #sub_btn .bx-wrapper .bx-next,
#banner_block .bx-wrapper .bx-next {
    right: -10px;
  }
  #sub_btn .bx-wrapper .bx-prev,
#banner_block .bx-wrapper .bx-prev {
    left: -10px;
  }
}
/*****page navigation******************************************************/
.navigation {
  text-align: center;
  margin: 3% 0;
}
.navigation li a, .navigation li span {
  border-radius: 5px;
  border-color: #81e1e0;
  color: #006981;
}
.navigation li .current,
.navigation li a:hover {
  color: white;
  background-color: #81e1e0;
}
.navigation li a.next, .navigation li a.prev {
  background: inherit;
  border: 2px solid #81e1e0;
}
.navigation li a.next:hover, .navigation li a.prev:hover {
  color: white;
  background-color: #81e1e0;
  border: 2px solid #81e1e0;
}

.navigation.post {
  position: relative;
}

.navigation.post .nav-links {
  text-align: center;
}

.navigation.post .nav-links a {
  text-decoration: none;
  color: white !important;
}

.navigation.post .nav-links a:hover {
  color: #999;
}

.navigation.post .nav-links a[rel=prev] {
  position: absolute;
  left: 0;
}

.navigation.post .nav-links a[rel=next] {
  position: absolute;
  right: 0;
}

/***********************************************************/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.end {
  clear: both;
  font-size: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.clear {
  display: block;
  clear: both;
  height: 2px;
}

.cleared {
  display: block;
  clear: both;
}

.align_l, .t_left {
  text-align: left !important;
}

.align_r, .t_right {
  text-align: right !important;
}

.align_c, .t_center {
  text-align: center !important;
}

.va_top {
  vartical-align: top;
}

.va_bottom {
  vartical-align: bottom;
}

.va_middle {
  vartical-align: middle;
}

/* display */
.none {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineblock {
  display: inline-block;
}

.ime_act {
  ime-mode: active;
}

.ime_dis {
  ime-mode: disabled;
}

.ime_inact {
  ime-mode: inactive;
}

.kaisho {
  font-family: "HGP正楷書体", "HGP行書体", "HGS正楷書体", "HGS行書体", "HGS祥南行書体", "HG楷書体", "HG行書体", cursive;
}

.sans-serif {
  font-family: arial, helvetica, century gothic, verdana, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Trebuchet MS", Osaka, clean, sans-serif;
}

.serif {
  font-family: Century, Times, Times New Roman, "ヒラギノ明朝 Pro W3", "Hiragino Kaku Mincho", "ＭＳ Ｐ明朝", "MS P Mincho", "Trebuchet MS", Georgia, Cambria, serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nato_suns {
  font-family: "Noto Sans", sans-serif;
}

.wf_mplus1p {
  font-family: "Mplus 1p";
}

.wf_sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.wf_mp1us1c {
  font-family: "Rounded Mplus 1c";
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

html > body .clearfix {
  display: block\9 ;
}

.lity-content {
  background: white;
  padding: 1%;
}

/* balloon top */
.balloon-top {
  position: relative;
  display: inline-block;
  padding: 2%;
  margin: 20px auto 2%;
  width: 96%;
  font-weight: bold;
  height: auto;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  font-size: 14px;
}

.balloon-top:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}
/*# sourceMappingURL=default.css.map */