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

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}


/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  position: relative;
}
.mv_copy {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 6%;
}

.mv_copy .mv_copy_inner {
  height: 100%;
}
#mv .mv_img {
  position: relative;
  z-index: 1;
}
.mv_btn {
  display: block;
}

@media only screen and ( max-width : 991px ) {
  
}

@media only screen and ( max-width : 767px ) {
  .mv_copy_inner {
    width: 80%;
  }
  .mv_btn {
    max-width: 60%;
    margin-top: 15px;
  }
}

@media only screen and ( max-width : 565px ) {
  #mv .mv_img {
    height: 70vw;
  }
  .mv_copy_inner {
    width: 90%;
  }
  .mv_btn {
    max-width: 60%;
    margin-top: 10px;
  }
  .mv_copy {
    padding: 0 2%;
  }
}

@media print, screen and ( min-width : 768px ) {
  #mv .mv_img {
    height: 46vw;
  }
  .mv_copy_inner {
    width: 80%;
  }
  .mv_btn {
    max-width: 300px;
    margin-top: 20px;
    margin-left: 2%;
  }
  
}
@media print, screen and ( min-width : 1200px ) {
  #mv .mv_img {
    height: 550px;
  }
  .mv_copy_inner {
    width: 76%;
  }
  .mv_btn {
    max-width: 350px;
    margin-top: 30px;
  }
  
}

@media print, screen and ( min-width : 1500px ) {
  #mv .mv_img {
    height: 650px;
  }
  .mv_copy_inner {
    width: 70%;
  }
  .mv_btn {
    max-width: 400px;
  }
  .mv_copy {
    padding: 0 10%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
#news {
  background: #fafafa;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}


/* ---------------------------------------------------------------------------------------------

　   INTRO

--------------------------------------------------------------------------------------------- */
#intro {
  background: url(../img/intro_bg.jpg) no-repeat center / cover;
}

.intro-box {
  background: #fff;
}
.intro-box span {
  display: block;
  text-align: center;
}
.intro-box p {
  position: relative;
  font-weight: bold;
  text-align: center;
}

.contents_menu_box {
  border: 2px solid #18267c;
}
.contents_menu_icon {
  background: #fff;
  transition: .2s;
}
.contents_menu_box a:hover .contents_menu_icon {
  background: #dbf7ff;
}
.contents_menu_txt {
  background: #18267c;
  color: #fff;
  font-weight: bold;
  height: 4.2em;
  position: relative;
  transition: .3s;
}
.contents_menu_box a:hover .contents_menu_txt {
  color: #00aedd;
}
.contents_menu_txt:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/arrow-blue.png) no-repeat center / 100%;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  transition: .3s;
}
.contents_menu_txt:hover:after {
  right: 10px;
}
.contents_menu_txt p {
  line-height: 1.4em;
}
@media only screen and ( max-width : 991px ) {
  .intro-arrow img {
    max-width: 450px;
  }

}
@media only screen and ( max-width : 767px ) {
  .intro-arrow img {
    max-width: 260px;
  }
  .intro-box {
    margin-bottom: 10px;
    width: 49%;
    margin-right: 2%;
    padding: 10px;
  }
  .intro-box:nth-child(2n) {
    margin-right: 0;
  }
  .intro-box span img {
    width: 90px;
  }
  .intro-box p {
    font-size: 13px;
    margin-top: 5px;
  }
  .contents_menu_box {
  }
  .contents_menu_box:last-child {
  }
  .contents_menu_icon {
    height: 100px;
  }
  .contents_menu_icon img {
    max-width: 60px;
  }
  .contents_menu_txt {
    padding: 0 20px 0 10px;
  }
  .contents_menu_txt:after {
    right: 5px;
  }
  .contents_menu_txt:hover:after {
    right: 5px;
  }
  .contents_menu_txt p {
    /*text-align: center;
    width: 100%;*/
  }
}
@media only screen and ( max-width : 575px ) {
  .intro-box {
    margin-bottom: 5px;
  }
  .intro-box span img {
    width: 70px;
  }
  .contents_menu_box {
    margin-bottom: 15px;
  }
  .contents_menu_box:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and ( min-width : 576px ) {
  .contents_menu_box {
    flex: 1;
    margin-right: 2%;
  }
  .contents_menu_box:last-child {
    margin-right: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .intro-box {
    margin-right: 1%;
    margin-bottom: 70px;
    flex: 1;
    padding: 15px;
  }
  .intro-box:last-child {
    margin-right: 0;
  }
  .intro-box span img {
    width: 100px;
  }
  .intro-box p {
    margin-top: 15px;
  }
  .contents_menu_icon {
    height: 160px;
  }
  .contents_menu_icon img {
    max-width: 80px;
  }
  .contents_menu_txt {
    padding: 0 40px 0 15px;
  }
}
@media print, screen and ( min-width : 992px ) {
}




/* ---------------------------------------------------------------------------------------------

　   CASE

--------------------------------------------------------------------------------------------- */
#case .container {
  position: relative;
}
#case .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.case-slider:hover .swiper-button-prev,
.case-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#case article {
  background: #f3f3f3;
}

.use_funds {
  background: #fff;
}

@media only screen and ( max-width : 991px ) {
  .case_customer_photo {
    margin-bottom: 15px;
  }
}
@media only screen and ( max-width : 767px ) {
  #case article {
    padding: 10px;
  }
  #case .swiper-button-next, #case .swiper-button-prev {
    top: auto;
    bottom: 10px;
  }
  #case .swiper-container-horizontal &gt; .swiper-pagination-bullets {
    bottom: 20px;
  }
  #case .case-slider {
    padding-bottom: 70px;
    font-size: 12px;
  }
  
}
@media print, screen and ( min-width : 768px ) {
  #case article {
    padding: 30px 50px;
  }
  
  #case .case-slider {
    padding-bottom: 50px;
  }
  #case .swiper-button-next, #case .swiper-button-prev {
    margin-top: -50px;
  }
  #case .swiper-button-next {
    right: -20px;
  }
  #case .swiper-button-prev {
    left: -20px;
  }

}
@media print, screen and ( min-width : 992px ) {
  
  #case article {
    padding: 40px 60px;
  }
  
}

/* ---------------------------------------------------------------------------------------------

　   CULOMN

--------------------------------------------------------------------------------------------- */
#column {
  background: #fafafa;
}

@media only screen and ( max-width : 767px ) {

}
@media print, screen and ( min-width : 768px ) {
  .column_list_box {
    width: 32%;
    margin-right: 2%;
    margin-top: 50px;
  }
  .column_list_box:nth-child(1),.column_list_box:nth-child(2),.column_list_box:nth-child(3) {
    margin-top: 0;
  }
  .column_list_box:nth-child(3n) {
    margin-right: 0;
  }

}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
</pre></body></html>