@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.topics-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  position: relative;
  min-height: 60px;
  margin-left: 70px;
}
@media screen and (max-width: 1500px) {
  .topics-inner {
    margin-left: 6%;
  }
}

.topic-item {
  color: #222;
  display: block;
  position: absolute;
  left: 110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 500px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
  background: none;
}

.topic-item:visited,
.topic-item:active {
  color: inherit;
}

.topic-item:hover {
  text-decoration: underline;
}

.topics-title {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 1px;
  z-index: 2;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

.topics-date {
  font-size: 16px;
  font-weight: 600;
  margin-right: 18px;
  letter-spacing: 1.5px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

.topics-text {
  font-size: 16px;
  letter-spacing: 1.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 330px;
  margin-right: 12px;
}

.topic-item.show {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.3s;
  transition: transform 0.4s, opacity 0.3s, -webkit-transform 0.4s;
  -webkit-transform: translateY(-50%) translateY(0);
          transform: translateY(-50%) translateY(0);
}

.topic-item.slide-up {
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.3s;
  transition: transform 0.4s, opacity 0.3s, -webkit-transform 0.4s;
  -webkit-transform: translateY(-50%) translateY(-40px);
          transform: translateY(-50%) translateY(-40px);
  z-index: 1;
}

.topic-item.slide-in-down {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.3s;
  transition: transform 0.4s, opacity 0.3s, -webkit-transform 0.4s;
  -webkit-transform: translateY(-50%) translateY(40px);
          transform: translateY(-50%) translateY(40px);
  -webkit-animation: slideIn 0.4s forwards;
          animation: slideIn 0.4s forwards;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(-50%) translateY(40px);
            transform: translateY(-50%) translateY(40px);
  }
  to {
    -webkit-transform: translateY(-50%) translateY(0);
            transform: translateY(-50%) translateY(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateY(-50%) translateY(40px);
            transform: translateY(-50%) translateY(40px);
  }
  to {
    -webkit-transform: translateY(-50%) translateY(0);
            transform: translateY(-50%) translateY(0);
  }
}
.topics-btn-group {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.topics-btn {
  background: none;
  border: none;
  color: #18345c;
  font-size: 20px;
  cursor: pointer;
  line-height: 1.1;
  padding: 2px 10px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.topics-btn:hover {
  background: #ddeaf7;
  border-radius: 4px;
}

.top-mainvisual {
  background-image: url(../images/top/mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
}
@media all and (max-width: 600px) {
  .top-mainvisual {
    background-image: url(../images/top/mv_sp.jpg);
  }
}
.top-mainvisual::after {
  content: "";
  display: block;
  padding-top: 53%;
}
.top-mainvisual__ttl {
  color: #fff;
  text-shadow: #02163d 7px 0 9px;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top-mainvisual__ttl {
    font-size: 7.4rem;
  }
}
@media all and (max-width: 1367px) {
  .top-mainvisual__ttl {
    font-size: 7rem;
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual__ttl {
    font-size: 5rem;
  }
}
@media all and (max-width: 600px) {
  .top-mainvisual__ttl {
    font-size: 4.4rem;
  }
}
.top-mainvisual__ttl::after {
  content: "";
  background-image: url(../images/common/logo_img01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 130px;
  height: 120px;
  position: absolute;
  top: -130px;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .top-mainvisual__ttl::after {
    width: 100px;
    height: 100px;
    top: -100px;
  }
}
@media all and (max-width: 600px) {
  .top-mainvisual__ttl::after {
    width: 70px;
    height: 70px;
    top: -80px;
  }
}
.top-mainvisual__ttl-blk {
  position: absolute;
  bottom: 24%;
  left: 5%;
}
@media all and (max-width: 896px) {
  .top-mainvisual__ttl-blk {
    bottom: 55%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.top-mainvisual__txt {
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.3em;
  margin-top: 30px;
  text-shadow: #031c50 8px 0 6px;
}
@media screen and (max-width: 1500px) {
  .top-mainvisual__txt {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 1280px) {
  .top-mainvisual__txt {
    font-size: 2.6rem;
    margin-top: 20px;
  }
}
@media all and (max-width: 600px) {
  .top-mainvisual__txt {
    font-size: 2rem;
  }
}
.top-mainvisual__news {
  position: absolute;
  bottom: 10%;
  left: 0%;
  width: 90%;
  max-width: 900px;
  background-color: #fff;
  padding: 10px 20px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1500px) {
  .top-mainvisual__news {
    bottom: 5%;
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual__news {
    display: none;
  }
}
.top-mainvisual__news .topics-title {
  font-size: 1.8rem;
  color: #152E55;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-weight: 600;
  margin-right: 30px;
}
.top-mainvisual__news .topics-frame {
  position: relative;
  width: 100%;
}
.top-mainvisual__news .topics-btn-group {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 1367px) {
  .top-mainvisual__news .topics-btn-group {
    right: 0;
  }
}
.top-mainvisual__news .topics-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-mainvisual__news-category {
  font-size: 2rem;
  color: #152E55;
}
.top-mainvisual__news-ttl {
  font-weight: 700;
}
.top-mainvisual__news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-mainvisual__news time {
  font-weight: 700;
  white-space: nowrap;
}
.top-mainvisual__news-title {
  color: #333;
  font-size: 1.6rem;
}

.top-sp__contact {
  display: none;
}
@media all and (max-width: 896px) {
  .top-sp__contact {
    display: block;
    background: #C50018;
  }
}
.top-sp__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 16px 10px;
}
.top-sp__contact span:first-child {
  margin-right: 10px;
  font-weight: 700;
  font-size: 1.6rem;
}
.top-sp__contact-add {
  display: none;
}
@media all and (max-width: 896px) {
  .top-sp__contact-add {
    display: block;
    background: #fff;
  }
}
.top-sp__contact-add a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 10px;
}

.top-link {
  background: #152E55;
}
.top-link__inner {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
}
.top-link__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1025px) {
  .top-link__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-link__blk li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid rgba(198, 206, 218, 0.7);
  background: #152E55;
}
@media all and (max-width: 1025px) {
  .top-link__blk li {
    width: 100%;
  }
}
.top-link__blk li:last-child {
  border-right: none;
}
.top-link__blk li h2 {
  position: relative;
}
.top-link__blk-ttl {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 3rem;
}
@media all and (max-width: 600px) {
  .top-link__blk-ttl {
    margin-top: -20px;
  }
}
.top-link__blk-ttl img {
  width: 60px;
  height: 55px;
}
@media all and (max-width: 600px) {
  .top-link__blk-ttl img {
    width: 33px;
    height: 30px;
  }
}
.top-link__blk-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media all and (max-width: 1025px) {
  .top-link__blk-row {
    margin-top: 20px;
  }
}
.top-link__blk-flex {
  width: 50%;
  height: 340px;
  border-right: 1px solid rgba(198, 206, 218, 0.7);
}
@media all and (max-width: 1025px) {
  .top-link__blk-flex {
    border-right: none;
    border-bottom: 1px solid rgba(198, 206, 218, 0.7);
  }
}
@media all and (max-width: 600px) {
  .top-link__blk-flex {
    height: 320px;
  }
}
.top-link__blk-flex:nth-child(2n) {
  border-right: none;
}
.top-link__blk-flex a {
  color: #fff;
  text-align: center;
  display: block;
  background: #152E55;
  padding: 30px;
  height: 100%;
  position: relative;
}
@media all and (max-width: 600px) {
  .top-link__blk-flex a {
    padding: 10px;
  }
}
.top-link__blk-flex a:hover {
  background-color: #fff;
  opacity: 1;
}
.top-link__blk-flex a:hover h3 {
  color: #152E55;
}
.top-link__blk-flex a:hover h3::before {
  background: #152E55;
}
.top-link__blk-flex a:hover h3::after {
  border-top: 10px solid #152E55;
}
.top-link__blk-flex a:hover p {
  color: #152E55;
}
.top-link__blk-flex a:hover .top-link__blk-img::after {
  content: "";
  background-image: url(../images/top/icon01_bl.png);
}
.top-link__blk-flex a:hover .top-link__blk-img.second::after {
  background-image: url(../images/top/icon02_bl.png);
}
.top-link__blk-flex a:hover .top-link__blk-img.thrid::after {
  background-image: url(../images/top/icon03_bl.png);
}
.top-link__blk-flex a:hover .top-link__blk-img.four::after {
  background-image: url(../images/top/icon04_bl.png);
}
.top-link__blk-flex a h3 {
  position: relative;
  margin-bottom: 20px;
}
@media all and (max-width: 1280px) {
  .top-link__blk-flex a h3 {
    font-size: 1.3rem;
  }
}
.top-link__blk-flex a h3::before {
  content: "";
  background: #fff;
  width: 55%;
  height: 0.6px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 600px) {
  .top-link__blk-flex a h3::before {
    width: 90%;
  }
}
.top-link__blk-flex a h3::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-link__blk-flex a p {
  font-size: 2.8rem;
  margin-bottom: 10px;
}
@media all and (max-width: 1280px) {
  .top-link__blk-flex a p {
    font-size: 2.3rem;
  }
}
@media all and (max-width: 600px) {
  .top-link__blk-flex a p {
    font-size: 1.8rem;
  }
}
.top-link__blk-img {
  position: relative;
}
.top-link__blk-img::after {
  content: "";
  background-image: url(../images/top/icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-link__blk-img.second::after {
  background-image: url(../images/top/icon02.png);
}
.top-link__blk-img.thrid::after {
  background-image: url(../images/top/icon03.png);
}
.top-link__blk-img.four::after {
  background-image: url(../images/top/icon04.png);
}

.top-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 600px) {
  .top-btn {
    bottom: 60px;
  }
}

.arrow_btn {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: #152E55;
}
@media all and (max-width: 896px) {
  .arrow_btn {
    top: -4px;
    width: 12px;
  }
}
@media all and (max-width: 600px) {
  .arrow_btn {
    height: 1px;
    width: 7px;
  }
}

.arrow_btn::before,
.arrow_btn::after {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #152E55;
  -webkit-transform-origin: calc(100% - 0px) 50%;
          transform-origin: calc(100% - 0px) 50%;
}
@media all and (max-width: 896px) {
  .arrow_btn::before,
  .arrow_btn::after {
    width: 6px;
  }
}
@media all and (max-width: 600px) {
  .arrow_btn::before,
  .arrow_btn::after {
    height: 1px;
    width: 5px;
  }
}

.arrow_btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow_btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top-link__blk-flex a:hover .top-btn.red {
  background: #C50018;
}
.top-link__blk-flex a:hover .top-btn.blue {
  background: #0099C6;
}
.top-link__blk-flex a:hover .arrow_btn {
  background-color: #fff;
}
.top-link__blk-flex a:hover .arrow_btn::before {
  background-color: #fff;
}
.top-link__blk-flex a:hover .arrow_btn::after {
  background-color: #fff;
}

.top-about {
  margin-top: 240px;
  position: relative;
}
@media all and (max-width: 1280px) {
  .top-about {
    margin-top: 200px;
  }
}
@media all and (max-width: 896px) {
  .top-about {
    margin-top: 100px;
  }
}
.top-about__bg {
  position: absolute;
  top: -10%;
  left: -10%;
}
@media all and (max-width: 896px) {
  .top-about__bg {
    top: -10%;
    left: auto;
    right: -10%;
    width: 300px;
  }
}
.top-about__bg.sp {
  top: -3%;
}
.top-about__bg img.pc {
  display: block;
}
@media all and (max-width: 896px) {
  .top-about__bg img.pc {
    display: none;
  }
}
.top-about__bg img.sp {
  display: none;
}
@media all and (max-width: 896px) {
  .top-about__bg img.sp {
    display: block;
  }
}
.top-about__bg-img01 {
  position: absolute;
  top: 0%;
  right: 0;
}
@media all and (max-width: 1280px) {
  .top-about__bg-img01 {
    top: 40%;
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  .top-about__bg-img01 {
    top: 75%;
    bottom: 0;
    width: 260px;
  }
}
@media all and (max-width: 600px) {
  .top-about__bg-img01 {
    top: auto;
    bottom: 0;
    right: 20px;
    width: 140px;
  }
}
.top-about__bg-img02 {
  position: absolute;
  bottom: 0;
  right: 7%;
}
@media all and (max-width: 1280px) {
  .top-about__bg-img02 {
    bottom: -10%;
    width: 300px;
  }
}
@media all and (max-width: 896px) {
  .top-about__bg-img02 {
    right: auto;
    left: 0%;
    bottom: -10%;
  }
}
@media all and (max-width: 600px) {
  .top-about__bg-img02 {
    left: -10%;
    width: 240px;
    height: 260px;
  }
}
@media all and (max-width: 480px) {
  .top-about__bg-img02 {
    left: -1%;
    bottom: -4%;
    width: 200px;
  }
}
.top-about__bg-img02 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 1400px) {
  .top-about__inner {
    margin: 0 5% 0 0;
  }
}
@media all and (max-width: 1280px) {
  .top-about__inner {
    margin: 0 auto;
  }
}
.top-about__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media all and (max-width: 896px) {
  .top-about__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-about__blk-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .top-about__blk-ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top-about__blk-ttl .section-ttl {
  position: relative;
  margin-left: 30px;
}
@media all and (max-width: 896px) {
  .top-about__blk-ttl .section-ttl {
    margin-left: 0;
    margin-right: 20px;
  }
}
.top-about__blk-ttl .section-ttl::after {
  content: "";
  background-image: url(../images/common/logo_img04.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 55px;
  position: absolute;
  top: -65px;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .top-about__blk-ttl .section-ttl::after {
    width: 32px;
    height: 30px;
    top: -40px;
  }
}
.top-about-txt__center {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .top-about-txt__center {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.8rem;
    position: relative;
    bottom: 10px;
  }
}
.top-about-txt__blk {
  line-height: 2.7;
  width: 470px;
}
@media all and (max-width: 1280px) {
  .top-about-txt__blk {
    width: 380px;
  }
}
@media all and (max-width: 896px) {
  .top-about-txt__blk {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.top-about-txt__blk p {
  margin-bottom: 100px;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .top-about-txt__blk p {
    margin-bottom: 40px;
  }
}

.top-service {
  margin-top: 240px;
  position: relative;
  text-align: center;
  max-width: 1400px;
  width: 95%;
  margin: 240px auto 0;
}
@media all and (max-width: 896px) {
  .top-service {
    width: 90%;
    margin: 200px auto 0px;
  }
}
.top-service__mnttl {
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .top-service__mnttl {
    font-size: 2rem;
  }
}
.top-service__txt {
  font-size: 1.8rem;
  line-height: 2.3;
}
@media all and (max-width: 896px) {
  .top-service__txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
.top-service__blk {
  max-width: 1520px;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media all and (max-width: 896px) {
  .top-service__blk {
    padding: 60px 0 0;
  }
}
.top-service__blk ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1367px) {
  .top-service__blk ul {
    gap: 20px;
  }
}
@media all and (max-width: 1025px) {
  .top-service__blk ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 896px) {
  .top-service__blk ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.top-service__blk li {
  text-align: center;
}
@media all and (max-width: 896px) {
  .top-service__blk li {
    height: 160px;
  }
}
.top-service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 10px 20px 20px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .top-service__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 10px;
  }
}
.top-service__contents-ttl {
  font-size: 2.4rem;
  line-height: 2;
  text-align: left;
}
@media all and (max-width: 1367px) {
  .top-service__contents-ttl {
    font-size: 1.7rem;
  }
}
.top-service__contents-ttl + p {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #C6CEDA;
}
@media all and (max-width: 1367px) {
  .top-service__contents-ttl + p {
    font-size: 1.3rem;
  }
}
.top-service__contents-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #152E55;
}
@media all and (max-width: 896px) {
  .top-service__contents-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
}
.top-service__contents-link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media all and (max-width: 896px) {
  .top-service__contents-link img {
    width: 300px;
  }
}
.top-service__contents-link .common-btn {
  position: relative;
}
.top-service__contents-link .common-btn .arrow_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-service__contents-link:hover .top-service__contents {
  background: #152E55;
}
.top-service__contents-link:hover .top-service__contents-ttl {
  color: #fff;
}
.top-service__contents-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.top-service__contents-link:hover {
  border-bottom: 2px solid #0099C6;
  overflow: hidden;
}
.top-service__contents-link:hover .common-btn {
  background: #0099C6;
}
.top-service__contents-link:hover .arrow_btn {
  background-color: #fff;
}
.top-service__contents-link:hover .arrow_btn::before {
  background-color: #fff;
}
.top-service__contents-link:hover .arrow_btn::after {
  background-color: #fff;
}

.top-works {
  margin-top: 200px;
  background-image: url(../images/top/works_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media all and (max-width: 896px) {
  .top-works {
    margin-top: 100px;
    padding: 120px 0 90px;
  }
}
.top-works__inner {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 896px) {
  .top-works__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-works__inner .btn-sp {
  display: none;
}
@media all and (max-width: 896px) {
  .top-works__inner .btn-sp {
    display: block;
    margin-top: 60px;
  }
}
.top-works__left {
  width: 40%;
  margin-right: 10%;
}
@media all and (max-width: 896px) {
  .top-works__left {
    margin-right: 0;
    width: 100%;
  }
}
.top-works__left .section-ttl-blk {
  text-align: center;
}
.top-works__left .section-ttl-blk .section-ttl::after {
  content: "";
  background-image: url(../images/common/logo_img05.svg);
}
.top-works__left .txt__link {
  margin: 0 auto;
}
.top-works__left .txt__link.pc {
  display: block;
}
@media all and (max-width: 896px) {
  .top-works__left .txt__link.pc {
    display: none;
  }
}
.top-works__txt {
  font-size: 1.8rem;
  line-height: 2.7;
  text-align: center;
  margin-bottom: 100px;
}
@media all and (max-width: 1025px) {
  .top-works__txt {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 896px) {
  .top-works__txt {
    font-size: 1.6rem;
  }
}
.top-works__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-works__ul li {
  width: 400px;
  height: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 1367px) {
  .top-works__ul li {
    width: 240px;
    height: 260px;
    margin-right: 2%;
  }
}
@media all and (max-width: 600px) {
  .top-works__ul li {
    width: 47%;
    height: 240px;
    margin-right: 4%;
  }
}
.top-works__ul li:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .top-works__ul li:nth-child(2) {
    margin-right: 2%;
  }
}
@media all and (max-width: 600px) {
  .top-works__ul li:nth-child(2) {
    margin-right: 0;
  }
}
.top-works__ul li:nth-child(3) {
  margin-bottom: 0;
}
.top-works__ul li:nth-child(4) {
  margin-bottom: 0;
  margin-right: 0;
}
.top-works__ul li a {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  border-bottom: 2px solid #fff;
}
.top-works__ul li a:hover {
  border-bottom: 2px solid #0099C6;
}
.top-works__ul li a:hover #box-box::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(21, 46, 85, 0.8)), color-stop(90%, rgba(21, 46, 85, 0.4)));
  background-image: linear-gradient(to bottom, rgba(21, 46, 85, 0.8) 20%, rgba(21, 46, 85, 0.4) 90%);
}
.top-works__ul li a:hover #box-wrap img {
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top-works__ul li a:hover #box-wrap .arrow_btn_wrap {
  background-color: #0099C6 !important;
}
.top-works__ul li a:hover #box-wrap .arrow_btn_wrap .next_btn {
  background-color: #fff;
}
.top-works__ul li a:hover #box-wrap .arrow_btn_wrap .next_btn::before, .top-works__ul li a:hover #box-wrap .arrow_btn_wrap .next_btn::after {
  background-color: #fff;
}

#box-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
#box-wrap .arrow_btn_wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#box-box {
  width: 100%;
  height: 100%;
  position: relative;
}
@media all and (max-width: 1367px) {
  #box-box {
    height: 260px;
  }
}
@media all and (max-width: 600px) {
  #box-box {
    height: 240px;
  }
}
#box-box img {
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#box-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(21, 46, 85, 0.8)), color-stop(90%, rgba(21, 46, 85, 0.2)));
  background-image: linear-gradient(to bottom, rgba(21, 46, 85, 0.8) 20%, rgba(21, 46, 85, 0.2) 90%);
}

#box-text p {
  font-size: 24px;
  color: white;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media all and (max-width: 600px) {
  #box-text p {
    font-size: 1.6rem;
  }
}

.news-section {
  max-width: 1500px;
  width: 90%;
  margin: 240px auto 200px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .news-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 120px auto 80px;
    padding: 0;
  }
}

/* 左サイド */
@media all and (max-width: 1280px) {
  .news-left {
    margin-right: 7%;
  }
}
@media all and (max-width: 896px) {
  .news-left {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
@media all and (max-width: 896px) {
  .news-left .txt__link.news.pc {
    display: none;
  }
}
.news-left .txt__link.news.pc a {
  border-bottom: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.news-left .txt__link.news.pc a:hover {
  border-bottom: none;
  background-color: transparent;
  color: #152E55;
  text-decoration: underline;
  text-decoration-color: #152E55;
  /* 下線の色を指定 */
}
.news-left .txt__link.news.pc a .common-btn {
  margin-left: 50px;
}
.news-left .section-ttl.main::after {
  left: 20%;
}
@media all and (max-width: 896px) {
  .news-left .section-ttl.main::after {
    left: 50%;
  }
}

.news-left .icon {
  width: 50px;
  height: 4px;
  background: linear-gradient(135deg, #0063a6, #00b0c8);
  margin-bottom: 10px;
}

.news-left .label {
  font-size: 14px;
  font-weight: bold;
  color: #0080a6;
  margin-bottom: 10px;
}

.news-left h2 {
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", serif;
  font-weight: normal;
  margin: 0 0 40px;
}

.news-left .more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #222;
  text-decoration: none;
  gap: 10px;
}

.news-left .more .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0a2345;
  color: #fff;
  font-size: 18px;
}

/* 右サイド */
.news-right {
  width: 70%;
  margin-top: -70px;
}
@media all and (max-width: 896px) {
  .news-right {
    margin-top: 0;
    width: 100%;
  }
}
.news-right .txt__link.news.sp {
  display: none;
}
@media all and (max-width: 896px) {
  .news-right .txt__link.news.sp {
    display: block;
    margin: 30px auto 0;
  }
}
.news-right .txt__link.news.sp a {
  border-bottom: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
@media all and (max-width: 896px) {
  .news-right .txt__link.news.sp a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news-right .txt__link.news.sp a:hover {
  border-bottom: none;
  background-color: transparent;
  color: #152E55;
  text-decoration: underline;
  text-decoration-color: #0099C6;
  /* 下線の色を指定 */
}
.news-right .txt__link.news.sp a .common-btn {
  margin-left: 50px;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  border-bottom: 1px solid #C6CEDA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-list li:first-child {
  border-top: 1px solid #C6CEDA;
}

.news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-decoration: none;
  padding: 20px;
  position: relative;
}
.news-list a::after {
  content: "";
  background-image: url(../images/common/arrow_forward.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .news-list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-list a:hover {
  background-color: #e7e9ee;
  opacity: 1;
  -webkit-box-shadow: 0 0 13px rgb(211, 203, 203);
          box-shadow: 0 0 13px rgb(211, 203, 203);
}
.news-list a:hover .text {
  text-decoration: underline;
  text-decoration-color: #152E55;
}

.news-list .date {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  white-space: nowrap;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-weight: 600;
}

.news-list .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  margin-right: 20px;
}

.news-list .arrow {
  margin-left: 20px;
}
.news-list .arrow img {
  width: 15px;
  height: 15px;
}

@media (max-width: 768px) {
  .news-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-left,
  .news-right {
    width: 100%;
  }
  .news-left h2 {
    margin-bottom: 20px;
  }
}
.recruit-section {
  position: relative;
}

.recruit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.recruit-grid .bg-img {
  background-image: url(../images/top/recruit_img01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 530px;
}
@media all and (max-width: 600px) {
  .recruit-grid .bg-img {
    height: 100px;
  }
}
.recruit-grid .bg-img:nth-child(2) {
  background-image: url(../images/top/recruit_img02.jpg);
}
.recruit-grid .bg-img:nth-child(3) {
  background-image: url(../images/top/recruit_img03.jpg);
}
.recruit-grid .bg-img:nth-child(4) {
  background-image: url(../images/top/recruit_img04.jpg);
}

.recruit-card {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 500px;
  padding: 0px 30px 40px;
  text-align: center;
}
@media all and (max-width: 1367px) {
  .recruit-card {
    width: 450px;
  }
}
@media all and (max-width: 896px) {
  .recruit-card {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 80px 30px;
  }
}
.recruit-card-txt {
  font-size: 1.8rem;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .recruit-card-txt {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.recruit-card-txt__center {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.8;
  text-align: left;
  margin: 20px auto 0;
}
@media all and (max-width: 1367px) {
  .recruit-card-txt__center {
    font-size: 2.4rem;
  }
}
.recruit-card h3 {
  font-size: 4.8rem;
}
@media all and (max-width: 1367px) {
  .recruit-card h3 {
    font-size: 3.5rem;
  }
}

.logo-ttl {
  width: 60px;
  height: 55px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .logo-ttl {
    width: 33px;
    height: 30px;
  }
}

.recruti-btn {
  width: 80%;
  margin: 40px auto 0;
}
@media all and (max-width: 896px) {
  .recruti-btn {
    width: 100%;
  }
}

.top-slider {
  background-color: #EFF3F8;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-slider {
    margin-top: 120px;
  }
}
.top-slider::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0%;
  /* 上を80%分、外にずらす */
  left: 0;
  width: 100%;
  height: 40%;
  background: white;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .top-slider::after {
    height: 50%;
  }
}
.top-slider__inner {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .top-slider__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
.top-slider .section-ttl-blk {
  margin-left: 70px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 896px) {
  .top-slider .section-ttl-blk {
    margin-left: 0;
    text-align: center;
  }
}
.top-slider .section-ttl.main::after {
  top: -40% !important;
  left: -15%;
}
@media all and (max-width: 896px) {
  .top-slider .section-ttl.main::after {
    top: -150% !important;
    left: 50%;
  }
}
.top-slider .section-txt-blk {
  margin-left: 40px;
  margin-top: 4px;
  position: relative;
  z-index: 3;
}
.top-slider .section-txt-blk:last-child {
  width: 65%;
  margin-left: 0;
}
@media all and (max-width: 896px) {
  .top-slider .section-txt-blk:last-child {
    width: auto;
  }
}
@media all and (max-width: 896px) {
  .top-slider .section-txt-blk {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.top-slider .section-txt-blk p {
  line-height: 2.4;
}

.slick {
  padding: 120px 0;
  background: #18212b;
}

.slick__inner {
  width: min(90%, 1600px);
  margin: 0 auto;
}
@media all and (max-width: 600px) {
  .slick__inner {
    width: 96%;
  }
}

.slick__container {
  position: relative;
  z-index: 2;
  padding: 0px 0 160px 0;
}
@media all and (max-width: 1025px) {
  .slick__container {
    padding: 0px 0 120px 0;
  }
}

.slide-items li {
  margin-right: 30px;
  width: 350px;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 1280px) {
  .slide-items li {
    width: 380px;
  }
}
@media all and (max-width: 896px) {
  .slide-items li {
    margin-right: 0;
    padding: 0 10px !important;
    height: 340px;
  }
}
@media all and (max-width: 600px) {
  .slide-items li {
    width: 300px;
  }
}
.slide-items li img {
  width: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media all and (max-width: 896px) {
  .slide-items li img {
    height: 160px;
  }
}
.slide-items li a {
  padding: 20px;
  background-color: #C6CEDA;
  display: block;
  height: 100%;
  position: relative;
}
.slide-items li a .hidden {
  overflow: hidden;
  height: 100%;
}
.slide-items li a:hover {
  background-color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 18px gray;
          box-shadow: 0 0 18px gray;
}
.slide-items li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.slide-items li a:hover .slide-blk .arrow_btn_wrap {
  background-color: #00b0c8;
}
.slick-list {
  overflow: visible;
}

.slick__prev,
.slick__next {
  position: absolute;
  top: auto;
  right: 10%;
  bottom: -20px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid gray;
  background: transparent;
  margin-right: 20%;
}
@media all and (max-width: 600px) {
  .slick__prev,
  .slick__next {
    width: 30px;
    height: 30px;
    bottom: -10px;
  }
}

/* 矢印ボタンの調整例 */
.slick__prev,
.slick__next {
  border: none;
}

.slick__prev {
  right: 40px;
}

.slick__next {
  left: 40px;
}

.slick__prev:hover:before {
  background: url(../images/common/btn_prev_blue.svg) !important;
  background-size: contain !important;
}

.slick__next:hover:before {
  background: url(../images/common/btn_next_blue.svg) !important;
  background-size: contain !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick__prev:before {
  background: url(../images/common/btn_prev_wh.svg) !important;
  background-size: contain !important;
}

.slick__next:before {
  background: url(../images/common/btn_next_wh.svg) !important;
  background-size: contain !important;
}

.slick-arrows-outer {
  position: absolute;
  right: 32%;
  bottom: 0px;
}
@media all and (max-width: 1280px) {
  .slick-arrows-outer {
    bottom: -10px;
  }
}
@media all and (max-width: 1025px) {
  .slick-arrows-outer {
    right: 15%;
  }
}

.slide-blk {
  width: 80%;
}
@media all and (max-width: 896px) {
  .slide-blk {
    width: 100%;
  }
}
.slide-blk .slide-ttl time {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-weight: 600;
}

.slide-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media all and (max-width: 600px) {
  .slide-btn {
    bottom: 10px;
  }
}

.btn-parts.slide {
  width: auto;
  padding: 0;
  border-bottom: none !important;
}
@media all and (max-width: 896px) {
  .btn-parts.slide {
    width: 100% !important;
  }
}
.btn-parts:hover.slide {
  border-bottom: none;
}

.slide-items {
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .slide-items {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 600px) {
  .slide-items {
    width: 100% !important;
  }
}

.dots-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  margin: 0 auto 0 0;
}
@media all and (max-width: 1025px) {
  .dots-class {
    left: 35%;
  }
}
@media all and (max-width: 600px) {
  .dots-class {
    left: 30%;
    bottom: -4px;
  }
}

.dots-class li {
  width: 11%;
  margin-right: 0 !important;
  height: 2px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
}
.dots-class li button {
  display: none;
}
@media all and (max-width: 1025px) {
  .dots-class li {
    width: 100%;
  }
}

.dots-class li::before {
  content: "";
  display: inline-block;
  background-color: #000066;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.dots-class li.slick-active::before {
  background-color: #000066;
  -webkit-animation: progressbar-anime 0.6s linear forwards;
          animation: progressbar-anime 0.6s linear forwards;
}

@-webkit-keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.slick-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -3.5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 10;
  font-size: 14px;
  width: 100px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .slick-num {
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    font-size: 13px;
    width: auto;
  }
}
@media all and (max-width: 600px) {
  .slick-num {
    top: 6px;
  }
}

.column {
  position: absolute;
  bottom: 10%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
}
@media screen and (max-width: 1600px) {
  .column {
    right: 20%;
  }
}
@media all and (max-width: 1367px) {
  .column {
    right: 12%;
  }
}
@media all and (max-width: 1025px) {
  .column {
    bottom: 60px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
  }
}
.column a {
  border-bottom: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media all and (max-width: 1025px) {
  .column a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.column a:hover {
  border-bottom: none;
  background-color: transparent;
  color: #152E55;
  text-decoration: underline;
  text-decoration-color: #152E55;
  /* 下線の色を指定 */
}
@media all and (max-width: 1025px) {
  .column a .common-btn.main_c {
    margin-left: 50px;
  }
}

.saiyou .contact-btn .arrow_btn::after {
  background-color: #fff !important;
}