@charset "utf-8";
#contents {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
#eyecatch {
  overflow: hidden;
  position: relative;
  margin-top: -25px;
  padding-bottom: 58px;
}
@media (max-width: 768px) {
  #eyecatch {
    padding-bottom: 45px;
  }
}
#eyecatch::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 91%;
  bottom: 0;
  background-image: url(/images/org/top/eyecatch-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
  max-height: 427px;
}
@media (max-width: 768px) {
  #eyecatch::after {
    background-image: url(/images/org/top/eyecatch-bg_sp.png);
    height: 88%;
    max-height: 580px;
  }
}
#eyecatch.static .swiper-container {
  width: 100%;
  margin-left: 0;
  transform: none;
}
#eyecatch.static .swiper-slide {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  #eyecatch.static .swiper-slide {
    max-width: 670px;
  }
}
@media (max-width: 768px) {
  #eyecatch.static .swiper-slide {
    width: 80%;
  }
}
#eyecatch.static .swiper-slide a {
  background-color: rgba(255, 255, 255, 0.23);
}
#eyecatch.static .swiper-btn-wrap {
  display: none;
}
#eyecatch .inner {
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1070px) {
  #eyecatch .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #eyecatch .inner {
    margin-top: 65px;
    padding-right: 30px;
    padding-left: 30px;
    gap: 35px;
    flex-direction: column;
  }
}
#eyecatch .swiper-container {
  width: 225%;
  margin-left: 50%;
  transform: translateX(-50%);
  padding-bottom: 10px;
  opacity: 0;
  transition: opacity 0.6s;
}
@media (min-width: 1535px) {
  #eyecatch .swiper-container {
    width: 3360px;
  }
}
@media (max-width: 1070px) and (min-width: 769px) {
  #eyecatch .swiper-container {
    padding-bottom: 20px;
  }
}
#eyecatch.show .swiper-container,
#eyecatch.show .swiper-btn-wrap {
  opacity: 1;
}
#eyecatch .swiper-slide {
  transition: transform 0.6s;
  position: relative;
  border-radius: 3px;
  width: 70%;
}
#eyecatch .swiper-slide.swiper-slide-active {
  z-index: 1;
}
#eyecatch .swiper-slide.swiper-slide-active a {
  background-color: rgba(255, 255, 255, 0.23);
}
#eyecatch .swiper-slide a {
  display: block;
  background-color: #ffffff;
  padding: 10px;
  transition: background-color 0.6s;
}
#eyecatch .swiper-slide a::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
#eyecatch .swiper-slide img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
#eyecatch .swiper-slide-prev,
#eyecatch .swiper-slide-next,
#eyecatch .swiper-slide-duplicate-prev,
#eyecatch .swiper-slide-duplicate-next {
  transform: scale(0.75);
}
#eyecatch .swiper-btn-wrap {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 75%;
  margin-top: -33px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.6s;
}
@media (min-width: 1535px) {
  #eyecatch .swiper-btn-wrap {
    width: 1080px;
  }
}
@media (max-width: 768px) {
  #eyecatch .swiper-btn-wrap {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 3%;
  }
}
#eyecatch .swiper-btn-wrap .swiper-btn-prev,
#eyecatch .swiper-btn-wrap .swiper-btn-next {
  width: 76px;
  height: 23px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: hover 0.3s;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #eyecatch .swiper-btn-wrap .swiper-btn-prev,
  #eyecatch .swiper-btn-wrap .swiper-btn-next {
    width: 68px;
    height: 19px;
    background-size: auto 100%;
  }
}
#eyecatch .swiper-btn-wrap .swiper-btn-prev:hover,
#eyecatch .swiper-btn-wrap .swiper-btn-next:hover {
  opacity: 0.9;
}
#eyecatch .swiper-btn-wrap .swiper-btn-prev {
  background-image: url(/images/org/top/arrow-prev.svg);
}
#eyecatch .swiper-btn-wrap .swiper-btn-next {
  background-image: url(/images/org/top/arrow-next.svg);
}
#eyecatch .news {
  max-width: 515px;
}
#eyecatch .news dl {
  display: flex;
  gap: 22px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #eyecatch .news dl {
    flex-direction: column;
    gap: 13px;
  }
}
#eyecatch .news .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 30px;
  border-radius: 2px;
  background: #4b8feb;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  #eyecatch .news .icon {
    font-size: 1.4rem;
  }
}
#eyecatch .news .time {
  font-family: var(--montserrat-font);
  color: #fff;
  margin-bottom: 1em;
  display: inline-block;
}
@media (max-width: 768px) {
  #eyecatch .news .time {
    margin-bottom: 14px;
  }
}
#eyecatch .news .txt {
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #fff;
}
@media (max-width: 768px) {
  #eyecatch .news .txt {
    min-height: 3.25em;
  }
}
#eyecatch .news .txt a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
#eyecatch .news .txt a:hover {
  text-decoration: none;
}
#eyecatch .banner {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  #eyecatch .banner {
    flex-direction: column;
  }
}
#eyecatch .banner li a img {
  width: 100%;
  max-width: 245px;
  height: auto;
}
.section-decoration {
  overflow: hidden;
  position: relative;
}
.section-decoration::before,
.section-decoration::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-decoration::before {
  top: 15%;
  left: 40%;
  background-image: url(/images/org/top/section-bg01.png);
  width: 150%;
  height: 370px;
  transform: translateX(-40%) rotate(-23deg);
  z-index: -1;
}
@media (max-width: 900px) {
  .section-decoration::before {
    width: 800%;
    top: 8%;
    transform: translateX(-40%) rotate(-65deg);
  }
}
.section-decoration::after {
  bottom: 1.2%;
  left: 40%;
  background-image: url(/images/org/top/section-bg02.png);
  width: 150%;
  height: 299px;
  transform: translateX(-40%) rotate(21deg);
  z-index: -2;
}
@media (max-width: 1440px) {
  .section-decoration::after {
    bottom: 4%;
  }
}
@media (max-width: 900px) {
  .section-decoration::after {
    width: 500%;
    bottom: 9%;
    transform: translateX(-40%) rotate(60deg);
  }
}
@media (min-width: 901px) {
  .section-hr .section-inner {
    padding-bottom: 100px;
  }
}
.section-medical .section-inner {
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 900px) {
  .section-medical .section-inner {
    padding-bottom: 80px;
  }
}
.section-medical .section-inner::before {
  content: "";
  position: absolute;
  top: 65px;
  right: -85px;
  display: block;
  pointer-events: none;
  background-image: url(/images/org/top/section-deco01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 310px;
  height: 93px;
}
@media (max-width: 900px) {
  .section-medical .section-inner::before {
    background-image: url(/images/org/top/section-deco01_sp.png);
    width: 232px;
    height: 57px;
    top: 1.6%;
    right: -70px;
  }
}
.section-medical .magazine-list .item {
  border-color: #3092e5;
}
.magazine-list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
@media (max-width: 900px) {
  .magazine-list {
    flex-direction: column;
    gap: 50px;
  }
}
.magazine-list .item {
  display: flex;
  gap: 30px;
  border-top: 3px solid var(--font-blue);
  padding-top: 30px;
  padding-right: 16px;
}
@media (min-width: 901px) {
  .magazine-list .item {
    width: calc(50% - 50px);
  }
}
@media (max-width: 900px) {
  .magazine-list .item {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
.magazine-list .item .image {
  flex-shrink: 0;
  margin-right: 0;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 900px) {
  .magazine-list .item .image {
    display: none;
  }
}
.magazine-list .item .image img {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
  height: 270px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1000px) {
  .magazine-list .item .image img {
    height: 190px;
  }
}
.magazine-list .item .text {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.625;
  height: 100%;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 900px) {
  .magazine-list .item .text {
    gap: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 901px) {
  .magazine-list .item .text.small-text {
    font-size: 1.4rem;
  }
}
.magazine-list .item .text .image {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 900px) {
  .magazine-list .item .text .image {
    display: block;
  }
}
@media (max-width: 900px) {
  .magazine-list .item .text .lead {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .magazine-list .item .text .logo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.magazine-list .item .text .logo img {
  object-fit: contain;
}
.magazine-list .item .link-list li {
  border-bottom: 1px dashed #adaead;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 10px 7px 10px;
  max-width: 160px;
  width: 100%;
}
@media (max-width: 900px) {
  .magazine-list .item .link-list li {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
.magazine-list .item .link-list li a {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--font-black);
  position: relative;
}
.magazine-list .item .link-list li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(/images/org/icons/icon-circle-link-arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
.section-seminar {
  background-image: url(/images/org/top/seminar-bg.png?var=1.0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-seminar .section-inner {
  padding-top: 55px;
}
@media (min-width: 769px) {
  .section-seminar .section-inner {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
.section-seminar .seminar-inner {
  display: flex;
  gap: 75px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section-seminar .seminar-inner {
    flex-direction: column;
    gap: 35px;
  }
}
@media (min-width: 769px) {
  .section-seminar .title {
    min-width: 229px;
  }
}
.section-seminar .title .sub {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .section-seminar .title .sub {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}
.section-seminar .title .name {
  color: #ffffff;
  font-weight: 600;
  font-size: 5.2rem;
  font-family: var(--montserrat-font);
}
@media (max-width: 768px) {
  .section-seminar .title .name {
    font-size: 4.6rem;
  }
}
.section-seminar .seminar-list {
  background-color: #fff;
  flex-grow: 1;
  max-width: 850px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .section-seminar .seminar-list {
    margin-right: auto;
  }
}
.section-seminar .seminar-list .item {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  padding: 24px 26px 21px 24px;
}
@media (max-width: 768px) {
  .section-seminar .seminar-list .item {
    padding: 20px 13px 20px 18px;
    position: relative;
  }
}
.section-seminar .seminar-list .item a {
  transition: all 0s;
}
.section-seminar .seminar-list .item .block {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 800px) {
  .section-seminar .seminar-list .item .block {
    gap: 15px;
  }
}
.section-seminar .seminar-list .item .block .image {
  flex-shrink: 0;
}
.section-seminar .seminar-list .item .block .image img {
  object-fit: contain;
  border-radius: 5px;
  display: inline-block;
  max-width: 160px;
  height: auto;
}
@media (max-width: 800px) {
  .section-seminar .seminar-list .item .block .image img {
    max-width: 110px;
  }
}
.section-seminar .seminar-list .item .block .text {
  flex-grow: 1;
}
.section-seminar .seminar-list .item .block .text > a {
  display: block;
  padding-right: 1.8em;
}
@media (min-width: 769px) {
  .section-seminar .seminar-list .item .block .text > a {
    position: relative;
  }
}
.section-seminar .seminar-list .item .block .text > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/images/org/icons/icon-circle-arrow_sky.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
@media (max-width: 768px) {
  .section-seminar .seminar-list .item .block .text > a::after {
    right: 13px;
  }
}
.section-seminar .seminar-list .item .block .text > a:hover {
  text-decoration: none;
}
.section-seminar .seminar-list .item .block .text > a:hover .name {
  text-decoration: underline;
}
.section-seminar .seminar-list .item .block .text .name {
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section-seminar .seminar-list .item .block .text .name {
    font-size: 1.6rem;
  }
}
.section-seminar .seminar-list .item .date {
  margin-top: 15px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #3092e5;
}
@media (max-width: 768px) {
  .section-seminar .seminar-list .item .date {
    margin-top: 18px;
  }
}
.section-seminar .seminar-list .item .date .icon {
  flex-shrink: 0;
  font-size: 1rem;
  border: 1px solid #3192e5;
  border-radius: 2px;
  color: #3192e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 19px;
}
.section-seminar .seminar-list .item .date span:not(.icon) {
  font-family: var(--lexend-mega-font);
}
.section-seminar .link {
  margin-top: 44px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .section-seminar .link {
    margin-top: 0;
    font-size: 1.6rem;
    text-align: right;
  }
}
.section-seminar .link a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--font-blue);
}
@media (max-width: 768px) {
  .section-seminar .link a {
    color: #fff;
    gap: 20px;
  }
}
.section-seminar .link a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/images/org/icons/icon-circle-arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
.section-news .section-inner {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  .section-news .section-inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.section-news .news-inner {
  display: flex;
  gap: 75px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section-news .news-inner {
    flex-direction: column;
    gap: 35px;
  }
}
@media (min-width: 769px) {
  .section-news .title {
    min-width: 229px;
  }
}
@media (max-width: 768px) {
  .section-news .title {
    display: flex;
    flex-direction: column;
  }
}
.section-news .title .sub {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .section-news .title .sub {
    order: 2;
    font-size: 1.6rem;
    margin-top: 4px;
    margin-bottom: 0;
  }
}
.section-news .title .name {
  color: var(--font-blue);
  font-weight: 600;
  font-size: 5.2rem;
  font-family: var(--montserrat-font);
}
@media (max-width: 768px) {
  .section-news .title .name {
    font-size: 4.3rem;
  }
}
.section-news .news-list {
  background-color: #fff;
  flex-grow: 1;
  max-width: 850px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .section-news .news-list {
    margin-right: auto;
    width: 100%;
  }
}
.section-news .news-list .newslist .item {
  flex-direction: column;
  gap: 11px;
}
.section-news .news-list .newslist .item .head .date {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .section-news .news-list .newslist .item .head .date {
    margin-right: 35px;
  }
}
.section-news .news-list .newslist .item .txt {
  font-size: 1.6rem;
}
.section-news .link {
  margin-top: 40px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .section-news .link {
    margin-top: 0;
    font-size: 1.6rem;
    text-align: right;
  }
}
.section-news .link a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--font-blue);
}
@media (max-width: 768px) {
  .section-news .link a {
    gap: 20px;
  }
}
.section-news .link a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/images/org/icons/icon-circle-arrow_blue.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
.section-newbook {
  background-image: url(/images/org/top/newbook-bg.png);
  background-position: 73% top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-newbook {
    background-image: url(/images/org/top/newbook-bg_sp.png);
  }
}
.section-newbook .section-inner {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .section-newbook .section-inner {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
.section-newbook .title {
  text-align: center;
  position: relative;
  top: -6px;
}
@media (max-width: 768px) {
  .section-newbook .title {
    top: -2px;
  }
}
.section-newbook .title img {
  height: auto;
}
@media (max-width: 768px) {
  .section-newbook .title img {
    max-width: 303px;
  }
}
.section-newbook .title .sub {
  font-size: 3.2rem;
  margin-top: 35px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .section-newbook .title .sub {
    margin-top: 26px;
    font-size: 2.5rem;
  }
}
.section-newbook .block {
  overflow-x: scroll;
  padding-bottom: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section-newbook .block::-webkit-scrollbar {
  display: none;
}
.section-newbook .simplebar-scrollbar::before {
  background: #3987d5;
  border-radius: 0;
  height: 2px !important;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 1px;
}
.section-newbook .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.section-newbook .simplebar-track {
  height: 8px !important;
  background: #fff;
}
.section-newbook .book-list {
  display: flex;
  gap: 45px;
}
.section-newbook .book-list .item {
  width: 200px;
  min-width: 200px;
}
.section-newbook .book-list .item .image {
  padding: 30px;
  position: relative;
  height: 260px;
  text-align: center;
}
.section-newbook .book-list .item .image::before,
.section-newbook .book-list .item .image::after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  pointer-events: none;
}
.section-newbook .book-list .item .image::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 0;
  left: 0;
}
.section-newbook .book-list .item .image::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 0;
  bottom: 0;
}
.section-newbook .book-list .item .image img {
  height: 205px;
  object-fit: contain;
  object-position: center;
}
.section-newbook .book-list .item .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 25px;
  line-height: 1.44;
  color: #fff;
}
.section-newbook .book-list .item .ttl a {
  color: #fff;
}
.section-newbook .book-list .item .formatname {
  display: none;
}
.section-newbook .book-list .item .author {
  font-size: 1.4rem;
  margin-top: 17px;
  color: #fff;
}
.section-newbook .book-list .item .author a {
  color: #fff;
}
.section-newbook .book-list .item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #fff;
  color: var(--font-blue);
  width: 146px;
  height: 36px;
  border-radius: 23px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  padding-left: 0.3em;
}
.section-newbook .book-list .item .btn::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/org/icons/icon-circle-arrow_blue02.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
.section-newbook .link {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 65px;
}
@media (max-width: 768px) {
  .section-newbook .link {
    text-align: center;
  }
}
.section-newbook .link a {
  display: inline-flex;
  align-items: center;
  gap: 18.5px;
  color: #fff;
}
@media (max-width: 768px) {
  .section-newbook .link a {
    gap: 20px;
  }
}
.section-newbook .link a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/images/org/icons/icon-circle-arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
#footer {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
