@charset "UTF-8";
/*  Slider styles
-------------------------*/
.slider-show {
  display: none;
}
.slider-show.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide > div {
  font-size: 0;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
}

@media (max-width: 768px) {
  .disp-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp-sp {
    display: none;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.wrapper {
  background-color: #edf1f4;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 70px;
  }
}

.contents-type1 .box-in .about-contents {
  width: calc(100% - 240px);
  margin: 120px auto 0 auto;
}
.contents-type1 .box-in .about-contents .news-contents {
  padding: 0 0 30px 0;
}
.contents-type1 .box-in .about-contents .news-contents .container-in {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .ttl {
  text-align: center;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .ttl svg {
  width: 196px;
  height: 50px;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .ttl .ttl-text {
  color: #2c2c2c;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in {
  margin-top: 50px;
  border-radius: 20px;
  background: #fff;
  padding: 50px 0;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list.scroll {
  overflow-y: auto;
  height: 500px;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .newsnav {
  width: 100%;
  text-align: center;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .newsnav span {
  background-image: linear-gradient(to right, #033793 0%, #033793 35%, #0080ca 50%, #0080ca 60%, #033793 80%, #033793 100%);
  background-size: 200% 100%;
  border-radius: 20px;
  padding: 15px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  margin: 20px auto;
  width: 140px;
  position: relative;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .newsnav span .btn-arrow {
  position: absolute;
  overflow: hidden;
  top: 16.9px;
  right: 15.2px;
  width: 6.88px;
  height: 7.5px;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-date {
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 130px;
  font-size: 14px;
  font-weight: bold;
  color: #005bac;
  line-height: 24px;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info {
  width: calc(100% - 130px);
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .news-ttl {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #005bac;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .news-text {
  font-size: 14px;
  line-height: 24px;
  color: #2c2c2c;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .news-text a {
  text-decoration: underline;
  color: #2c2c2c;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .news-text b {
  color: #005bac;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .news-img {
  max-width: 50%;
  margin: 20px 0;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .news-img-logo {
  max-width: 35%;
  margin: 20px 0;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .kitty_photo {
  max-width: 80%;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box:nth-child(n+4) {
  display: none;
}
.contents-type1 .box-in .about-contents .news-contents .container-in .box-in .btn-more {
  margin: 30px auto 0 auto;
}
@media (max-width: 768px) {
  .contents-type1 .box-in .about-contents .news-contents {
    background: none;
    padding: 70px 0 0 0;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in {
    width: calc(100% - 30px);
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .ttl {
    text-align: center;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .ttl svg {
    width: 267px;
    height: 36px;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .ttl .ttl-text {
    margin-top: 5px;
    font-size: 13px;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in {
    margin-top: 30px;
    border-radius: 14px;
    background: #fff;
    padding: 40px 0;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list.scroll {
    height: 700px;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box {
    display: block;
    padding: 20px 0;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-date {
    width: 100%;
    font-size: 16px;
    line-height: 1;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info {
    width: 100%;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .news-ttl {
    margin-top: 10px;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .news-text {
    margin-top: 7px;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .news-img {
    max-width: 100%;
    margin: 3vw auto;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .news-img-logo {
    max-width: 70%;
    margin: 3vw auto;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .news-list .news-box .news-info .kitty_photo {
    max-width: 100%;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .btn-more {
    width: 100%;
    height: 56px;
    max-width: 300px;
    margin: 20px auto 0 auto;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .btn-more a {
    border-radius: 28px;
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .btn-more a .btn-arrow {
    position: absolute;
    overflow: hidden;
    right: auto;
    width: 8.3px;
    height: 9.1px;
    top: 50%;
    left: calc(50% + 54px);
    transform: translateX(-50%) translateY(-50%);
  }
  .contents-type1 .box-in .about-contents .news-contents .container-in .box-in .btn-more a .btn-arrow img {
    width: 8.3px;
    height: 9.1px;
  }
}
.contents-type1 .box-in .about-contents .about-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box {
  width: 48.35%;
  position: relative;
  margin-bottom: 35px;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box:nth-child(n+5) {
  margin-bottom: 0;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a {
  display: block;
  position: relative;
  color: #fff;
  transition: box-shadow 0.3s;
  overflow: hidden;
  border-radius: 20px;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.5s;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .item-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 35, 62, 0.5);
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .info-top {
  width: 100%;
  color: #fff;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .info-top .info-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 32px;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .info-top .info-jp {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 36px;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .btn-more {
  margin-top: 15px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 150px;
  height: 40px;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .btn-more a {
  display: flex;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .btn-more a .btn-arrow {
  top: 16.3px;
  right: 12.5px;
  width: 6.9px;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .btn-more a .btn-arrow .white {
  display: block;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .btn-more a .btn-arrow .blue {
  display: none;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a:hover {
  box-shadow: 16px 16px 26px rgba(66, 70, 74, 0.25);
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .item-img {
  transform: scale(1.1, 1.1);
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a {
  background: #fff;
  background-image: none;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-text {
  color: #005bac;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-text span {
  transform: translateY(-120%);
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-text:before {
  transform: translateY(0);
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-arrow {
  animation: arrow 0.5s;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-arrow .white {
  display: none;
}
.contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-arrow .blue {
  display: block;
}
.contents-type1 .box-in .about-contents .profile-btn-list {
  width: 574px;
  margin: 60px auto 0;
}
.contents-type1 .box-in .about-contents .profile-btn-list .contact-btn {
  margin-bottom: 12px;
}
.contents-type1 .box-in .about-contents .profile-btn-list .contact-btn:last-child {
  margin-bottom: 0;
}
.contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a {
  display: flex;
  align-items: center;
  height: 80px;
  border-radius: 40px;
  padding: 0 40px;
  background-image: linear-gradient(to right, #033793 0%, #033793 35%, #0080ca 50%, #0080ca 60%, #033793 80%, #033793 100%);
  background-size: 200% 100%;
  background-position: 100% 0%;
  transition: all 0.3s ease-out;
  font-weight: 500;
}
.contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a .btn-ico {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a .btn-text {
  margin-left: 142px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
.contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a .btn-arrow {
  margin: 8px 0 0 auto;
  position: relative;
  overflow: hidden;
}
.contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a:hover {
  background-position: 30% 110%;
}
.contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a:hover .btn-arrow {
  animation: arrow 0.5s;
}
@media screen and (max-width: 1366px) {
  .contents-type1 {
    max-width: calc(92.6793557833% + 15px);
  }
}
@media screen and (max-width: 1290px) {
  .contents-type1 .box-in .about-contents {
    width: 85.3587115666%;
  }
}
@media (max-width: 768px) {
  .contents-type1 .box-in .about-contents {
    margin-top: 35px;
  }
  .contents-type1 .box-in .about-contents .container-in {
    width: calc(100% - 50px);
  }
  .contents-type1 .box-in .about-contents .about-link {
    display: block;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box {
    width: 100%;
    margin-bottom: 25px;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box:nth-child(n+5) {
    margin-bottom: 25px;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box:nth-child(6) {
    margin-bottom: 0;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a {
    display: block;
    border-radius: 20px;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a .item-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a .item-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 35, 62, 0.5);
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in {
    padding: 30px 25px;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .btn-more {
    margin-top: 15px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .btn-more a {
    display: flex;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .btn-more a .btn-arrow .white {
    display: block;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a .about-info .box-in .btn-more a .btn-arrow .blue {
    display: none;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a:hover {
    box-shadow: 16px 16px 26px rgba(66, 70, 74, 0.25);
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .item-img {
    transform: scale(1.1, 1.1);
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a {
    background: #fff;
    background-image: none;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-text {
    color: #005bac;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-text span {
    transform: translateY(-120%);
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-text:before {
    transform: translateY(0);
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-arrow {
    animation: arrow 0.5s;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-arrow .white {
    display: none;
  }
  .contents-type1 .box-in .about-contents .about-link .about-link-box a:hover .about-info .box-in .btn-more a .btn-arrow .blue {
    display: block;
  }
  .contents-type1 .box-in .about-contents .profile-btn-list {
    width: 100%;
    max-width: 90vw;
    margin: 8vw auto 0;
  }
  .contents-type1 .box-in .about-contents .profile-btn-list .contact-btn {
    margin-bottom: 12px;
  }
  .contents-type1 .box-in .about-contents .profile-btn-list .contact-btn:last-child {
    margin-bottom: 0;
  }
  .contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a {
    display: flex;
    align-items: center;
    height: 70px;
    border-radius: 35px;
    padding: 20px;
    background-image: linear-gradient(to right, #033793 0%, #033793 35%, #0080ca 50%, #0080ca 60%, #033793 80%, #033793 100%);
    background-size: 200% 100%;
    background-position: 100% 0%;
    transition: all 0.3s ease-out;
    font-weight: 500;
  }
  .contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a .btn-ico {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a .btn-text {
    margin-left: 10vw;
    font-size: 4vw;
    line-height: 1;
    color: #fff;
    font-weight: 500;
  }
  .contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a .btn-arrow {
    margin: 8px 0 0 auto;
    position: relative;
    overflow: hidden;
  }
  .contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a:hover {
    background-position: 30% 110%;
  }
  .contents-type1 .box-in .about-contents .profile-btn-list .contact-btn a:hover .btn-arrow {
    animation: arrow 0.5s;
  }
}/*# sourceMappingURL=about.css.map */