<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* modal
----------------------------------- */
#wrapper {
  position: relative;
}

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.modal.active {
  display: block;
}

.modal .btn-wrapper {
  max-width: 1000px;
  width: 90%;
  margin-bottom: 30px;
}

@media all and (max-width: 769px) {
  .modal .btn-wrapper {
    width: 80%;
    margin-bottom: 0px;
  }
}

.modal .js-close-btn {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.modal .js-close-btn::before,
.modal .js-close-btn::after {
  display: block;
  position: absolute;
  top: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #fff;
}

.modal .js-close-btn::before {
  transform: rotate(45deg);
  right: 40%;
}

.modal .js-close-btn::after {
  transform: rotate(-45deg);
  left: 50%;
}

.modal .inner {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.modal .inner .modal-content {
  max-width: 1000px;
  width: 90%;
  box-sizing: border-box;
  /* background-color: #fff; */
}
@media all and (max-width: 769px) {
  .modal .inner .modal-content {
    width: 80%;
  }
}

.modal .modal-content h2 {
  text-align: center;
  font-weight: bold;
  color: #fde536;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media all and (max-width: 769px) {
  .modal .modal-content h2 {
    font-size: 28px;
  }
}
.modal .modal-content .btn-wr {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  grid-column-gap: 4%;
  margin-bottom: 40px;
}
@media all and (max-width: 769px) {
  .modal .modal-content .btn-wr {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.modal .modal-content .link_item {
  display: block;
}
.modal .modal-content .no-show {
  background-color: #fff;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-content .no-show input {
  margin-right: 10px;
}
.modal .modal-content .no-show input,
.modal .modal-content .no-show label {
  cursor: pointer;
}

/* top.css
----------------------------------- */

.slider_area {
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex-control-thumbs li {
  width: 10%;
  display: inline-block;
  margin: 0 7px;
}

.flexslider li {
  position: relative;
}
.flexslider li .oc_date_img {
  position: absolute;
  /*top: -5.6%;*/
  bottom: 9%;
  margin: auto;
  /*width: 14.2%;*/
  width: 8%;
  z-index: 2;
}
.flexslider li .oc_date_img:nth-of-type(1) {
  left: 5.2%;
}
.flexslider li .oc_date_img:nth-of-type(2) {
  left: 17.2%;
  bottom: 7.5%;
}
.flexslider li .oc_date_img:nth-of-type(3) {
  left: 29.7%;
}

@media all and (max-width: 767px) {
  .slider_area {
    margin: 0 auto;
  }
  .flexslider {
    margin: 0;
  }
  .flex-direction-nav {
    display: none;
  }

  .fv_area .to_link {
    display: block;
  }

  .flex-control-thumbs {
    padding: 40px 5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px 16px;
    background-color: #f0f0f0;
    box-sizing: border-box;
  }
  .flex-control-thumbs li {
    width: 100%;
    display: inline-block;
    margin: 0;
  }
  .flexslider li .oc_date_img {
    top: inherit;
    width: 19%;
    bottom: 13%;
  }
  .flexslider li .oc_date_img:nth-of-type(1) {
    left: 11.7%;
    right: inherit;
  }
  .flexslider li .oc_date_img:nth-of-type(2) {
    left: inherit;
    right: 40%;
    top: 66%;
  }
  .flexslider li .oc_date_img:nth-of-type(3) {
    left: inherit;
    right: 10%;
  }
}

/* news_area
----------------------------------- */

.news_area {
  width: 100%;
  margin: 50px auto 220px;
  background: linear-gradient(
    to bottom,
    rgba(242, 242, 242, 1) 88%,
    rgba(229, 229, 229, 1) 100%
  );
  padding: 40px 0;
}

.news_area .inner {
  max-width: 1100px;
  width: 90%;
  margin-left: auto;
  display: flex;
  margin-right: auto;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-color: #fff;
}
.news_area .n_ttl_a {
  width: 180px;
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 100%;
  text-align: center;
  margin-right: 5%;
}

.news_area .n_ttl_a div {
  width: 100%;
}

.news_area .n_ttl_a h2 {
  font-size: 1.2rem;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.news_area .n_ttl_a h2 span {
  display: block;
  color: #000;
  font-size: 2rem;
  letter-spacing: 2px;
}

.news_area .n_ttl_a a {
  display: block;
  width: 70%;
  margin: auto;
  background-color: var(--main-color);
  color: #fff;
  font-weight: normal;
  font-size: 1.3rem;
  position: relative;
}

.news_area .n_ttl_a a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 15%;
  left: 5%;
}

.news_area .n_ttl_a a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #16a7e5;
  position: absolute;
  top: 30%;
  left: 9%;
}

.news_area ul {
  width: calc(100% - 200px);
}

.news_area ul li {
  width: 100%;
  border-bottom: 1px dashed #adadad;
  padding: 5px 0;
}

.news_area ul li:last-child {
  width: 100%;
  border-bottom: none;
  padding: 5px 0;
}

.news_area ul li a {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
}

/* .news_area ul li:nth-of-type(1) a, .news_area ul li:nth-of-type(2) a {
	font-weight: 700;
} */

.news_area ul li a i {
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  width: 30px;
  font-style: normal;
}

.news_area ul li a span {
  display: inline-block;
  width: 100px;
  font-size: 1.3rem;
  font-weight: normal;
  position: relative;
}

.news_area ul li a span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 7px;
  border-color: transparent transparent transparent #16a7e5;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_sns_area {
  width: 90%;
  box-sizing: border-box;
  max-width: 1100px;
  padding: 50px 5%;
  margin: 0 auto;
  position: relative;
}
.top_sns_area .inner {
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.top_sns_area a {
  display: block;
}

.top_sns_area .sns_ttl {
  max-width: 376px;
  margin: auto;
  margin-right: 5%;
  width: 45%;
}
.top_sns_area .sns_ttl::before,
.top_sns_area .sns_ttl::after {
  content: "";
  display: block;
  height: 100%;
  width: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: skewX(-30deg);
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 10px,
    rgba(22, 166, 229, 1) 10px,
    rgba(22, 166, 229, 1) 14px
  );
}

.top_sns_area .sns_ttl::before {
  left: -5%;
}
.top_sns_area .sns_ttl::after {
  right: -5%;
}
.top_sns_area .sns_icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 7%;
  width: 50%;
}

@media all and (max-width: 1125px) {
  .top_sns_area p {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 950px) {
  .news_area ul li {
    overflow: hidden;
  }
  .news_area ul li a {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .news_area ul li a span {
    width: 100px;
    font-size: 1.2rem;
  }
  .top_sns_area p {
    width: 100%;
  }
  .top_sns_area p br {
    display: block;
  }
}

@media all and (max-width: 880px) {
  .news_area .n_ttl_a {
    width: 130px;
    height: 130px;
  }
  .news_area .n_ttl_a h2 {
    margin-bottom: 6px;
    letter-spacing: 1px;
  }
  .news_area .n_ttl_a h2 span {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .news_area .n_ttl_a a {
    font-size: 1.1rem;
  }
  .news_area .n_ttl_a a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 20%;
    left: 5%;
  }
  .news_area .n_ttl_a a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #16a7e5;
    position: absolute;
    top: 30%;
    left: 9%;
  }
}

@media all and (max-width: 767px) {
  .news_area {
    width: 100%;
    margin: 10px auto 50px;
    background-color: #f2f2f2;
  }
  .news_area .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  .news_area .n_ttl_a {
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    margin-right: 0;
    margin: auto auto 10px;
    padding: 10px 0;
    border-bottom: 1px solid #16a7e5;
  }
  .news_area .n_ttl_a div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news_area .n_ttl_a h2 {
    width: 60%;
    font-size: 1.2rem;
    color: var(--main-color);
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 2px;
  }
  .news_area .n_ttl_a h2 span {
    display: inline-block;
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 2px;
    margin-right: 10px;
  }
  .news_area .n_ttl_a a {
    display: block;
    width: 30%;
    margin: 0;
    background-color: var(--main-color);
    color: #fff;
    font-weight: normal;
    font-size: 1.3rem;
    position: relative;
    padding-left: 5px;
    box-sizing: border-box;
  }
  .news_area .n_ttl_a a::after {
    left: 8.5%;
  }
  .news_area ul {
    width: 90%;
    margin-right: 0;
    margin: 0 auto 20px;
  }
  .news_area ul li a {
    font-size: 1.4rem;
  }
  .news_area ul li:last-child {
    border-bottom: 1px dashed #adadad;
  }
  .top_sns_area {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .top_sns_area {
    padding-bottom: 0;
  }
  .top_sns_area .inner {
    padding: 0 5%;
    display: block;
  }

  .top_sns_area .sns_ttl {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    position: relative;
    margin-bottom: 20px;
  }
  .top_sns_area .sns_ttl::before,
  .top_sns_area .sns_ttl::after {
    width: 25px;
    background-image: repeating-linear-gradient(
      90deg,
      transparent,
      transparent 6px,
      rgba(22, 166, 229, 1) 6px,
      rgba(22, 166, 229, 1) 8px
    );
  }

  .top_sns_area .sns_ttl::before {
    left: -17%;
  }
  .top_sns_area .sns_ttl::after {
    right: -17%;
  }
  .top_sns_area .sns_icons {
    width: 100%;
  }
}

/* top_banner
----------------------------------- */
ul.top_banner {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.top_banner &gt; li {
  width: 48%;
  margin-top: 20px;
}
ul.top_banner &gt; li:nth-of-type(1),
ul.top_banner &gt; li:nth-of-type(2) {
  margin-top: 0;
}
ul.top_banner &gt; li &gt; a,
ul.top_banner &gt; li &gt; a img {
  display: block;
  width: 100%;
}
@media all and (max-width: 767px) {
  ul.top_banner {
    flex-direction: column;
    margin: 0 auto 50px;
  }
  ul.top_banner &gt; li {
    width: 100%;
  }
  ul.top_banner &gt; li:first-child {
    margin-bottom: 20px;
  }
}

/* dep_area
----------------------------------- */

.dep_area {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto 80px;
  overflow: hidden;
}

.dep_area h1 {
  font-size: 6.6rem;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  background-image: url(../img/top/ttl_bg_01.png);
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-size: 100%;
  margin-bottom: 30px;
}

.dep_area h1 span {
  font-size: 5.3rem;
}

.dep_area h2 {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 30px;
}

.dep_area h2 br {
  display: none;
}

@media all and (max-width: 1080px) {
  .dep_area h1 {
    font-size: 5.3rem;
  }
  .dep_area h1 span {
    font-size: 4.3rem;
  }
  .dep_area h2 {
    font-size: 2rem;
  }
  .dep_area h2 br {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .dep_area {
    margin-bottom: 30px;
  }

  .dep_area h1 {
    font-size: 4rem;
  }
  .dep_area h1 span {
    font-size: 3rem;
  }
  .dep_area h2 {
    font-size: 1.8rem;
  }
}

.dep_area ul {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.dep_area ul li {
  flex-basis: 20%;
  margin: 0;
  padding: 0;
}

.dep_area ul li a {
  display: block;
  text-align: center;
}

.dep_area ul li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.dep_area ul li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.dep_area ul li a figure {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-top: 156.25%;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dep_area ul li a figure img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dep_area ul li a:hover figure {
  z-index: 3;
  width: 110%;
}

.dep_area ul li a figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dep_area ul li:nth-of-type(1) a figure::after {
  background-color: rgba(238, 116, 116, 0.3);
}

.dep_area ul li:nth-of-type(2) a figure::after {
  background-color: rgba(238, 147, 30, 0.3);
}

.dep_area ul li:nth-of-type(3) a figure::after {
  background-color: rgba(129, 147, 30, 0.3);
}

.dep_area ul li:nth-of-type(4) a figure::after {
  background-color: rgba(153, 128, 163, 0.3);
}

.dep_area ul li:nth-of-type(5) a figure::after {
  background-color: rgba(81, 175, 163, 0.3);
}

.dep_area ul li:nth-of-type(1) a:hover figure::after {
  background-color: rgba(238, 116, 116, 0);
}

.dep_area ul li:nth-of-type(2) a:hover figure::after {
  background-color: rgba(238, 147, 30, 0);
}

.dep_area ul li:nth-of-type(3) a:hover figure::after {
  background-color: rgba(129, 147, 30, 0);
}

.dep_area ul li:nth-of-type(4) a:hover figure::after {
  background-color: rgba(153, 128, 163, 0);
}

.dep_area ul li:nth-of-type(5) a:hover figure::after {
  background-color: rgba(81, 175, 163, 0);
}

.dep_area ul li a div {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dep_area ul li a:hover div {
  width: 110%;
}

.dep_area ul li a div h4 {
  width: 50%;
  height: 60px;
  line-height: 40px;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

.dep_area ul li:nth-child(3) a div h4 {
  width: 50%;
  height: 60px;
  line-height: 40px;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

.dep_area ul li a div h3 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 35px;
  position: relative;
  z-index: 4;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

.dep_area ul li:nth-of-type(3) a div h3 {
  margin-top: 10px;
}

.dep_area ul li a div h3::after {
  content: "";
  width: 20%;
  height: 1px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.dep_area ul li a:hover div h3::after {
  content: "";
  width: 95%;
  height: 1px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.dep_area ul li:nth-of-type(1) a div h3 &gt; span {
  color: var(--class-kids);
}

.dep_area ul li:nth-of-type(2) a div h3 &gt; span {
  color: var(--class-kaigo);
}

.dep_area ul li:nth-of-type(3) a div h3 &gt; span {
  color: var(--class-ms);
}

.dep_area ul li:nth-of-type(4) a div h3 &gt; span {
  color: var(--class-sagyo);
}

.dep_area ul li:nth-of-type(5) a div h3 &gt; span {
  color: #567d8d;
}

.dep_area ul li:nth-of-type(3) a div h3 &gt; span span {
  display: block;
}

.dep_area ul li a div p {
  font-size: 1.5rem;
  text-align: center;
}

@media all and (max-width: 1255px) {
  .dep_area ul li a div h4 {
    font-size: 1.4rem;
  }
  .dep_area ul li a div h3 {
    font-size: 1.8rem;
  }
  .dep_area ul li:nth-of-type(3) a div h3 {
    margin-top: 14px;
  }
  .dep_area ul li a div p {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 900px) {
  .dep_area ul li a div h4 {
    font-size: 1.2rem;
  }
  .dep_area ul li a div h3 {
    font-size: 1.5rem;
  }
  .dep_area ul li:nth-of-type(3) a div h3 {
    margin-top: 17px;
  }
}

@media all and (max-width: 767px) {
  .dep_area {
    width: 100%;
  }
  .dep_area ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .dep_area ul li {
    flex-basis: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .dep_area ul li:nth-of-type(1) {
    border-left: 5px solid var(--class-kids);
    border-right: 5px solid var(--class-kids);
  }
  .dep_area ul li:nth-of-type(2) {
    border-left: 5px solid var(--class-kaigo);
    border-right: 5px solid var(--class-kaigo);
  }
  .dep_area ul li:nth-of-type(3) {
    border-left: 5px solid var(--class-ms);
    border-right: 5px solid var(--class-ms);
  }
  .dep_area ul li:nth-of-type(4) {
    border-left: 5px solid var(--class-sagyo);
    border-right: 5px solid var(--class-sagyo);
  }
  .dep_area ul li:nth-of-type(5) {
    border-left: 5px solid #567d8d;
    border-right: 5px solid #567d8d;
  }
  .dep_area ul li a {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dep_area ul li a figure {
    width: 30%;
    padding-top: 30%;
    order: 2;
  }
  .dep_area ul li a figure::after {
    display: none;
  }
  .dep_area ul li a:hover figure {
    z-index: 3;
    width: 30%;
  }
  .dep_area ul li a div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
  }
  .dep_area ul li a:hover div {
    width: 70%;
  }
  .dep_area ul li a div h3 {
    display: block;
    font-size: 2rem;
    line-height: 1.2;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .dep_area ul li a div h3::after {
    display: none;
  }
  .dep_area ul li a div p {
    font-size: 1.5rem;
    text-align: center;
  }
}

/* djap_area
-------------------------------------- */

.djap_area {
  width: 100%;
  background: #ffffff;
  background-image: none;
  background-size: auto;
  background-image: radial-gradient(#7fbbe1 15%, transparent 0);
  background-size: 8px 8px;
  padding: 40px 0 50px;
}

.djap_area &gt; h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 40px;
}

.djap_area &gt; a {
  display: block;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .djap_area {
    padding: 30px 0 40px;
  }
  .djap_area &gt; h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

/* topics_area
----------------------------------- */

.topics_area {
  width: 100%;
  margin: 0;
  padding: 40px 0;
  /* background: rgb(242, 242, 242); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(
    top,
    rgba(242, 242, 242, 1) 88%,
    rgba(229, 229, 229, 1) 100%
  ); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(
    to bottom,
    rgba(242, 242, 242, 1) 88%,
    rgba(229, 229, 229, 1) 100%
  ); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5', GradientType=0); */
  /* IE6-9 */
}

.topics_area ul {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topics_area ul li {
  flex-basis: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  background-image: radial-gradient(#75c0e9 20%, transparent 0);
  background-position: 0 0;
  background-size: 8px 8px;
  position: relative;
  font-weight: 700;
  /* cursor: pointer; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default;
}

.topics_area ul li a:nth-of-type(1) {
  font-size: 1.6rem;
  letter-spacing: 2px;
  cursor: default;
}

.topics_area ul li a:nth-of-type(2) {
  font-size: 1.3rem;
  background-color: #fff;
  padding: 0 10px 0 25px;
  position: relative;
}

.topics_area ul li a:nth-of-type(2)::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #16a7e5;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 5px;
}

.topics_area ul li a:nth-of-type(2)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 8px;
  left: 10px;
}

.topics_area ul li.active {
  background-color: #16a7e5;
}

.topics_area ul li.active a:nth-of-type(1) {
  color: #fff;
}

.topics_area &gt; h1 {
  font-size: 6.3rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5px;
}

.topics_area &gt; h2 {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 40px;
}

.topics_area .tab_content {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  border-top: 1px solid #16a7e5;
}

.topics_area .tab_content dl {
  width: 22%;
  margin: 0 1%;
}

.topics_area .tab_content dl dt {
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.topics_area .tab_content dl dt a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
}

.topics_area .tab_content dl dt a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topics_area .tab_content dl dd {
  width: 100%;
}

.topics_area .tab_content dl dd a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.topics_area .tab_content dl dd a i {
  font-style: normal;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.topics_area .tab_content dl dd a h3 {
  width: 65%;
  padding: 1em 0.2em;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.topics_area .tab_content dl dd a h3.dep_01 {
  background-color: var(--class-kids);
}

.topics_area .tab_content dl dd a h3.dep_02 {
  background-color: var(--class-kaigo);
}

.topics_area .tab_content dl dd a h3.dep_03 {
  background-color: var(--class-ms);
  padding: 0.4em 0.2em;
}

.topics_area .tab_content dl dd a h3.dep_04 {
  background-color: var(--class-sagyo);
}

.topics_area .tab_content dl dd a h3.dep_05 {
  background-color: #567d8d;
}

.topics_area .tab_content dl dd a h3.dep_06 {
  background-color: var(--color-kindergarten);
}

.topics_area .tab_content dl dd a h3.dep_07 {
  background-color: #adadad;
}

.topics_area .tab_content dl dd a h3.dep_08 {
  background-color: #45b8ea;
}

.topics_area .tab_content dl dd a h3.dep_09 {
  background-color: var(--main-color);
}

.topics_area .tab_content dl dd a h2 {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
}

.topics_area .tab_content dl dd a h2::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #16a7e5;
}

.topics_area .tab_content dl dd a h2.dep_01::before {
  border-color: transparent transparent transparent var(--class-kids);
}

.topics_area .tab_content dl dd a h2.dep_02::before {
  border-color: transparent transparent transparent var(--class-kaigo);
}

.topics_area .tab_content dl dd a h2.dep_03::before {
  border-color: transparent transparent transparent var(--class-ms);
}

.topics_area .tab_content dl dd a h2.dep_04::before {
  border-color: transparent transparent transparent var(--class-sagyo);
}

.topics_area .tab_content dl dd a h2.dep_05::before {
  border-color: transparent transparent transparent #567d8d;
}

.topics_area .tab_content dl dd a h2.dep_06::before {
  border-color: transparent transparent transparent var(--color-kindergarten);
}

.topics_area .tab_content dl dd a h2.dep_07::before {
  border-color: transparent transparent transparent #adadad;
}

.topics_area .tab_content dl dd a h2.dep_08::before {
  border-color: transparent transparent transparent #45b8ea;
}

.topics_area .tab_content dl dd a p {
  font-size: 1.3rem;
}

.topics_area .topics_all {
  display: block;
  background-color: #16a7e5;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 4%;
  padding: 3px 30px 3px 10px;
  font-size: 1.4rem;
}

.topics_area .topics_all::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  right: 5px;
}

.topics_area .topics_all::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #16a7e5;
  position: absolute;
  top: 11px;
  right: 8px;
}

.topics_area_sp {
  display: none;
}

@media all and (max-width: 1090px) {
  .topics_area .tab_content dl dd a h3 {
    font-size: 1.2rem;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .topics_area {
    display: none;
  }

  .topics_area_sp {
    display: block;
    width: 100%;
    margin: 0;
    /* margin-top: 20px; */
  }

  .topics_area_sp &gt; h2 {
    background-color: #16a7e5;
    background-image: radial-gradient(#75c0e9 20%, transparent 0);
    background-position: 0 0;
    background-size: 8px 8px;
    color: #fff;
    padding: 10px 15px;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .topics_area_sp &gt; h2 a {
    width: 35%;
    height: auto;
    line-height: 25px;
    background-color: #fff;
    position: relative;
    text-align: center;
    font-size: 1.3rem;
  }

  .topics_area_sp &gt; h2 a::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #16a7e5;
    border-radius: 100%;
    position: absolute;
    top: 4px;
    left: 5px;
  }

  .topics_area_sp &gt; h2 a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 8px;
    left: 10px;
  }

  .topics_area_sp dl {
    width: 90%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #adadad;
  }

  .topics_area_sp dl:nth-of-type(n + 2) dt {
    width: 110px;
    height: 0;
    margin: 0 20px 0 0;
    padding-top: 25%;
    position: relative;
    overflow: hidden;
  }

  .topics_area_sp dl:nth-of-type(n + 2) dt a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    /* max-width: 150%; */
  }

  .topics_area_sp dl dt a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .topics_area_sp dl dd {
    width: 100%;
  }

  .topics_area_sp dl dd a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #333;
  }

  .topics_area_sp dl dd a i {
    font-style: normal;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .topics_area_sp dl dd a h3 {
    width: 65%;
    padding: 1em 0.2em;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }

  .topics_area_sp dl:nth-of-type(n + 2) dd a h3 {
    width: 100%;
  }

  .topics_area_sp dl dd a h3.dep_01 {
    background-color: var(--class-kids);
  }

  .topics_area_sp dl dd a h3.dep_02 {
    background-color: var(--class-kaigo);
  }

  .topics_area_sp dl dd a h3.dep_03 {
    background-color: var(--class-ms);
    padding: 0.4em 0.2em;
  }

  .topics_area_sp dl dd a h3.dep_04 {
    background-color: var(--class-sagyo);
  }

  .topics_area_sp dl dd a h3.dep_05 {
    background-color: #567d8d;
  }

  .topics_area_sp dl dd a h3.dep_06 {
    background-color: var(--color-kindergarten);
  }

  .topics_area_sp dl dd a h3.dep_07 {
    background-color: #adadad;
  }

  .topics_area_sp dl dd a h3.dep_08 {
    background-color: #45b8ea;
  }

  .topics_area_sp dl dd a h2 {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    margin-bottom: 10px;
  }

  .topics_area_sp dl dd a h2::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #16a7e5;
  }

  .topics_area_sp dl dd a h2.dep_01::before {
    border-color: transparent transparent transparent var(--class-kids);
  }

  .topics_area_sp dl dd a h2.dep_02::before {
    border-color: transparent transparent transparent var(--class-kaigo);
  }

  .topics_area_sp dl dd a h2.dep_03::before {
    border-color: transparent transparent transparent var(--class-ms);
  }

  .topics_area_sp dl dd a h2.dep_04::before {
    border-color: transparent transparent transparent var(--class-sagyo);
  }

  .topics_area_sp dl dd a h2.dep_05::before {
    border-color: transparent transparent transparent #567d8d;
  }

  .topics_area_sp dl dd a h2.dep_06::before {
    border-color: transparent transparent transparent var(--color-kindergarten);
  }

  .topics_area_sp dl dd a h2.dep_08::before {
    border-color: transparent transparent transparent #45b8ea;
  }

  .topics_area_sp dl dd a h2.dep_09::before {
    border-color: transparent transparent transparent var(--main-color);
  }

  .topics_area_sp dl dd a p {
    font-size: 1.3rem;
  }

  .topics_area_sp dl:nth-of-type(n + 2) dd a p {
    display: none;
  }

  .topics_area_sp dl:nth-of-type(n + 2) {
    display: flex;
    align-items: center;
  }

  .topics_area &gt; div .tp_content dl:nth-of-type(n + 2) dt {
    width: 110px;
    height: 0;
    margin: 0 20px 0 0;
    padding-top: 25%;
  }

  .topics_area &gt; div .tp_content dl:nth-of-type(n + 2) dt a {
    display: block;
    width: 100%;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    width: auto;
    max-width: 150%;
    height: auto;
    min-height: 100%;
    margin: auto;
  }

  .topics_area_sp dl:nth-of-type(n + 2) dd {
    width: calc(100% - 130px);
  }

  .topics_area_sp .topics_a {
    display: block;
    width: 100%;
    padding: 6px 0 5px;
    text-align: center;
    background-color: #f2f2f2;
    background-image: radial-gradient(#75c0e9 20%, transparent 0);
    background-position: 0 0;
    background-size: 8px 8px;
    font-size: 1.7rem;
    font-weight: 600;
  }

  .topics_area_sp .topics_a::after {
    content: "▶▶▶";
    color: #16a7e5;
    display: inline-block;
  }
}

/* sapo_area
----------------------------------- */

.sapo_area {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 180px;
}

.sapo_area h1 {
  font-size: 6.6rem;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  background-image: url(../img/top/ttl_bg_01.png);
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-size: 100%;
  margin-bottom: 30px;
}

.sapo_area h1 span {
  font-size: 5.3rem;
}

.sapo_area .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sapo_area .inner figure {
  flex-basis: 22%;
}

.sapo_area .inner figure img {
  width: 100%;
}

@media all and (max-width: 1080px) {
  .sapo_area h1 {
    font-size: 5.3rem;
  }
  .sapo_area h1 span {
    font-size: 4.3rem;
  }
}

@media all and (max-width: 767px) {
  .sapo_area {
    padding: 80px 0 100px;
  }
  .sapo_area h1 {
    font-size: 4rem;
  }
  .sapo_area h1 span {
    font-size: 3rem;
  }
  .sapo_area .inner figure {
    flex-basis: 48%;
  }
}

/* voice_area
----------------------------------- */

.voice_area {
  width: 100%;
  padding: 50px 0;
  background: repeating-linear-gradient(
    90deg,
    #eff6fa,
    #eff6fa 20px,
    #fff 0,
    #fff 40px
  );
  position: relative;
  margin-bottom: 60px;
}

.voice_area h1 {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -100px;
}

.voice_area h2 {
  font-size: 1.9rem;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.voice_area h2 br {
  display: none;
}

.voice_area .inner {
  max-width: 1453px;
  width: 90%;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.voice_area .inner figure {
  flex-basis: 18%;
  position: relative;
}

.voice_area .inner a {
  display: block;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.voice_area .inner figure a img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.voice_area .inner figure a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.voice_area .inner figure a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.voice_area .inner figure &gt; img {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 15%;
}

.voice_area .inner figure figcaption {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -80px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.voice_area .inner figure figcaption h3 {
  width: 80%;
  margin: 0 auto 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1em 0;
}

.voice_area .inner figure:nth-of-type(1) figcaption h3 {
  background-color: var(--class-kids);
}

.voice_area .inner figure:nth-of-type(2) figcaption h3 {
  background-color: var(--class-kaigo);
}

.voice_area .inner figure:nth-of-type(3) figcaption h3 {
  background-color: var(--class-ms);
  padding: 0.4em 0 0.3em;
}

.voice_area .inner figure:nth-of-type(4) figcaption h3 {
  background-color: var(--class-sagyo);
}

.voice_area .inner figure:nth-of-type(5) figcaption h3 {
  background-color: #567d8d;
}

.voice_area .inner figure figcaption p {
  text-align: center;
  font-size: 1.9rem;
}

.voice_area .inner figure figcaption p span:nth-of-type(1) {
  display: block;
  font-size: 1rem;
}

.voice_area .inner figure figcaption p span:nth-of-type(2) {
  font-size: 1.5rem;
}

@media all and (max-width: 1170px) {
  .voice_area .inner a {
    border-radius: 40px;
  }
  .voice_area .inner figure &gt; img {
    top: -5px;
    left: 10px;
  }
  .voice_area .inner figure figcaption h3 {
    width: 85%;
    font-size: 1.2rem;
  }
}

@media all and (max-width: 900px) {
  .voice_area h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .voice_area h2 br {
    display: block;
  }
}

@media all and (max-width: 810px) {
  .voice_area .inner figure figcaption h3 {
    width: 85%;
    font-size: 1.1rem;
  }
  .voice_area .inner figure figcaption p {
    font-size: 1.6rem;
  }
}

.swiper-container {
  display: none;
}

@media all and (max-width: 767px) {
  .voice_area {
    width: 100%;
    padding: 50px 0;
    background: repeating-linear-gradient(
      90deg,
      #eff6fa,
      #eff6fa 20px,
      #fff 0,
      #fff 40px
    );
    position: relative;
    margin-bottom: 60px;
  }
  .voice_area h1 {
    width: 90%;
    margin: auto;
    position: static;
  }
  .voice_area h2 {
    margin-top: 30px;
  }
  .voice_area .inner {
    display: none;
  }
  .swiper-container {
    display: block;
    width: 80%;
    margin: auto;
  }
  .swiper-container figure {
    flex-basis: 100%;
    position: relative;
  }
  .swiper-container a {
    display: block;
    border-radius: 60px;
    overflow: hidden;
  }
  .swiper-container figure a img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .swiper-container figure a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  .swiper-container figure a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  .swiper-container figure &gt; img {
    position: absolute;
    top: -10px;
    left: 20px;
    width: 15%;
  }
  .swiper-container figure figcaption {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    /* position: absolute;
		bottom: -80px;
		left: 50%;
		right: 50%; */
    /* transform: translateX(-50%);
		-webkit-transform: translateX(-50%); */
  }
  .swiper-container figure figcaption h3 {
    width: 80%;
    margin: 0 auto 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 1em 0;
  }
  figure.kd figcaption h3 {
    background-color: var(--class-kids);
  }
  figure.kg figcaption h3 {
    background-color: var(--class-kaigo);
  }
  figure.jd figcaption h3 {
    background-color: var(--class-ms);
    padding: 0.4em 0 0.3em;
  }
  figure.sg figcaption h3 {
    background-color: var(--class-sagyo);
  }
  figure.rg figcaption h3 {
    background-color: #567d8d;
  }
  .swiper-container figure figcaption p {
    text-align: center;
    font-size: 1.9rem;
  }
  .swiper-container figure figcaption p span:nth-of-type(1) {
    display: block;
    font-size: 1rem;
  }
  .swiper-container figure figcaption p span:nth-of-type(2) {
    font-size: 1.5rem;
  }
}
</pre></body></html>