// Place all the styles related to the TopPages controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

@charset "UTF-8";
/* FV
==============================　*/
.fv_slider_item {
  position: relative;
}
.fv_slider_item:not(.slick-current) .fv_text {
  opacity: 0;
}
.fv_slider_item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(#eade35 0%, #93b63f 100%);
  bottom: 0;
  left: 0;
}
.fv_slider_item.slick-current::after {
  -webkit-animation: progress 8s linear forwards;
          animation: progress 8s linear forwards;
}
.fv_slider_item a {
  display: block;
}
.fv_slider_item .sec_inner {
  position: relative;
  height: 705px;
}

.fv_text {
  color: #fff;
  font-size: 54px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  bottom: 115px;
  left: 20px;
}

.fv_slider_item01 {
  background: url(/images/top/fv01.jpg) no-repeat center/cover;
}

.fv_slider_item02 {
  background: url(/images/top/fv02.jpg) no-repeat center/cover;
}

.fv_slider_item03 {
  background: url(/images/top/fv03.jpg) no-repeat center/cover;
}

.fv_slider_item04 {
  background: url(/images/top/fv04.jpg) no-repeat center/cover;
}

.fvWrap {
  position: relative;
}
.fvWrap .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 55px;
  left: calc(50% - 600px);
}
.fvWrap .slick-dots li {
  width: 50px;
  position: relative;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.fvWrap .slick-dots li button {
  width: 50px;
  height: 2px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
}
.fvWrap .slick-dots li.slick-active button {
  background-color: #fff;
}

.fvWrap {
  position: relative;
  width: 100%;
}

.progress {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #eee;
}

.bar {
  display: block;
  width: 0%;
  height: 10px;
  background: #cecece;
}

.c-main-visual__nav {
  position: absolute;
  right: -40px;
  bottom: 80px;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  text-decoration: none;
}

.c-main-visual__nav-text {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  margin-right: 0.75rem;
  color: #fff;
  text-decoration: none;
  display: block;
}

.c-main-visual__nav-line {
  width: 109px;
  height: 1.3px;
  background: #Fff;
  overflow: hidden;
  position: relative;
}

.c-main-visual__nav-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 1.3px;
  background: #000;
  -webkit-animation: scrollNav 3s ease 1s infinite normal;
  animation: scrollNav 3s ease 1s infinite normal;
}

@-webkit-keyframes scrollNav {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(120px);
  }
}

@keyframes scrollNav {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(120px);
  }
}
@media screen and (max-width: 1280px) {
  .fvWrap .slick-dots {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fv_slider_item .sec_inner {
    height: 602px;
  }
  .fv_text {
    font-size: 30px;
    bottom: 60px;
  }
  .fv_slider_item01 {
    background: url(/images/top/fv01-sp.jpg) no-repeat center/cover;
  }
  .fv_slider_item02 {
    background: url(/images/top/fv02-sp.jpg) no-repeat center/cover;
  }
  .fv_slider_item03 {
    background: url(/images/top/fv03-sp.jpg) no-repeat center/cover;
  }
  .fv_slider_item04 {
    background: url(/images/top/fv04-sp.jpg) no-repeat center/cover;
  }
  .fvWrap .slick-dots {
    bottom: 30px;
    left: 15px;
  }
  .fvWrap .slick-dots li {
    width: 40px;
  }
  .fvWrap .slick-dots li button {
    width: 40px;
  }
  .c-main-visual__nav {
    right: -70px;
  }
}
@media screen and (max-width: 640px) {
  .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .fv_text {
    font-size: 28px;
  }
}
@-webkit-keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/* MAIN
==============================　*/
.mainWrap {
  background: url(/images/top/bg01.png) no-repeat top 70px right, url(/images/top/bg02.jpg) no-repeat bottom left;
}

.secTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secTop .blue-link {
  margin-top: 17px;
}

.secttl {
  font-size: 47px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: italic;
  color: #444;
}

@media screen and (max-width: 768px) {
  .mainWrap {
    background: url(/images/top/bg01.png) no-repeat top 60px right -80px/170% auto, url(/images/top/bg02.jpg) no-repeat bottom -20px left/150% auto;
  }
  .secttl {
    font-size: 29px;
  }
  .secTop .blue-link {
    margin-top: 10px;
  }
}
/* NEWS
==============================　*/
.sec02 {
  padding-top: 50px;
  padding-bottom: 70px;
  border-bottom: 1px solid #DFDFDF;
}

.newsListWrap {
  max-width: 960px;
  margin: 25px auto 0;
}

.newsList a {
  display: flex;
  font-size: 15px;
  padding: 9px 0;
}
.newsList a:hover {
  opacity: 0.7;
}
.newsList .date {
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
  min-width: 110px;
}
.newsList .ttl {
  width: calc(100% - 110px);
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsListWrap {
    margin-top: 10px;
  }
  .newsList a {
    font-size: 14px;
    padding: 8px 0;
  }
  .newsList .date {
    min-width: 95px;
  }
  .newsList .ttl {
    width: calc(100% - 95px);
  }
}
/* Service
==============================　*/
.sec03 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.p-top_service_row {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.p-top_service_row__col {
  width: calc((100% - 60px) / 3);
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
}

.p-top_blog_service__figure_area {
  overflow: hidden;
}

.p-top_service_article__figure {
  transition: 0.4s;
}
.p-top_service_article__figure img {
  margin: 0 auto;
}

.p-top_service_article__link:hover .p-top_service_article__figure {
  transform: scale(1.1);
}

.p-top_service_article__main_area {
  margin-top: 15px;
}

.p-top_service_article__ttl {
  font-size: 20px;
  font-weight: bold;
}

.p-top_service_article__text {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.73;
}

.p-top_service_article__more {
  text-align: right;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .p-top_service_row {
    flex-direction: column;
    margin-top: 20px;
  }
  .p-top_service_row__col {
    width: 100%;
    padding-bottom: 25px;
  }
  .p-top_service_row__col:not(:last-child) {
    border-bottom: none;
  }
  .p-top_service_article__main_area {
    margin-top: 20px;
  }
  .p-top_service_article__ttl {
    font-size: 18px;
  }
  .p-top_service_article__text {
    font-size: 14px;
    margin-top: 5px;
  }
  .p-top_service_article__more {
    margin-top: 9px;
  }
}
/* Case
==============================　*/
.sec04 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.p-top_case_row {
  max-width: 990px;
  margin: 0px auto 0;
  position: relative;
}
.p-top_case_row .slick-arrow {
  height: 54px;
  width: 54px;
  border: 1px solid #026FB4;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 27px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/images/common/arrow-blue.svg) no-repeat center/7px 13px;
}
.p-top_case_row .slick-arrow span {
  transition: opacity 0.3s ease-out;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background: linear-gradient(90deg, #009bdb 0%, #043f89 100%);
  opacity: 0;
}
.p-top_case_row .slick-arrow span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/images/common/arrow-white.svg) no-repeat center/7px 13px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top_case_row .slick-arrow:hover span {
  opacity: 1;
}
.p-top_case_row .prev-arrow {
  transform: rotate(180deg);
  left: -105px;
}
.p-top_case_row .next-arrow {
  right: -105px;
}
.p-top_case_row .next-arrow span {
  background: linear-gradient(90deg, #043f89 0%, #009bdb 100%);
}

.p-top_case_row__col {
  margin: 0 15px;
  padding: 40px 0;
}

.p-top_case_article__link {
  transition: 0.3s ease-out;
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  padding-top: 30px;
}
.p-top_case_article__link:hover {
  transform: scale(1.1);
}

.p-top_case_article__num {
  text-align: center;
  font-size: 14px;
  color: #026fb4;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.02em;
}

.p-top_case_article__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
}

.p-top_case_article__figure {
  margin-top: 25px;
}

.p-top_case_article__more {
  text-align: right;
  padding: 14px 16px 15px;
}

@media screen and (max-width: 1280px) {
  .p-top_case_row {
    max-width: 810px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 30px;
  }
  .p-top_case_row__col {
    padding: 20px 0;
  }
  .p-top_case_row .slick-arrow {
    width: 44px;
    height: 44px;
    background-color: #fff;
    z-index: 1;
  }
  .p-top_case_row .slick-arrow span {
    width: 44px;
    height: 44px;
  }
  .p-top_case_row .prev-arrow {
    left: 0;
  }
  .p-top_case_row .next-arrow {
    right: 0;
  }
  .p-top_case_article__link {
    padding-top: 25px;
  }
  .p-top_case_article__link:hover {
    transform: scale(1);
  }
  .p-top_case_article__num {
    font-size: 13px;
  }
  .p-top_case_article__ttl {
    font-size: 16px;
    min-height: 68px;
  }
  .p-top_case_article__figure {
    margin-top: 20px;
  }
  .p-top_case_article__figure img {
    width: 100%;
  }
  .p-top_case_article__more {
    padding: 13px 16px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_case_article__link {
    box-shadow: none;
  }
  .slick-current .p-top_case_article__link {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  }
}
/* Partner
==============================　*/
.sec05 {
  padding-top: 30px;
  padding-bottom: 80px;
}

.partner_flex {
  display: flex;
  justify-content: space-between;
}

.partner_figure {
  width: 66%;
}
.partner_figure a {
  display: block;
}
.partner_figure a:hover {
  opacity: 0.7;
}

.partner_body {
  padding-right: 75px;
  padding-top: 80px;
}

.partner_ttl {
  font-size: 47px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: italic;
  color: #444;
  text-align: center;
}

.partner_text {
  text-align: center;
  margin-top: 30px;
  line-height: 1.73;
  font-size: 15px;
}

.partner_link {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding-bottom: 5px;
  }
  .sec05 .sec_inner {
    padding: 0;
  }
  .partner_flex {
    display: block;
  }
  .partner_figure {
    width: calc(100% - 30px);
  }
  .partner_body {
    background-color: #fff;
    padding-top: 0;
    width: calc(100% - 50px);
    margin-left: auto;
    margin-top: -30px;
    padding: 20px 10px 35px;
  }
  .partner_ttl {
    font-size: 29px;
  }
  .partner_text {
    margin-top: 16px;
    font-size: 14px;
  }
  .partner_link {
    margin-top: 20px;
  }
}
/* Recruit
==============================　*/
.sec06 {
  padding-top: 15px;
  padding-bottom: 155px;
}

.recruit_flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.recruit_figure {
  width: 66%;
}
.recruit_figure a {
  display: block;
}
.recruit_figure a:hover {
  opacity: 0.7;
}

.recruit_body {
  padding-left: 75px;
  padding-top: 80px;
}

.recruit_ttl {
  font-size: 47px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: italic;
  color: #444;
  text-align: center;
}

.recruit_text {
  text-align: center;
  margin-top: 30px;
  line-height: 1.73;
  font-size: 15px;
}

.recruit_link {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding-top: 10px;
    padding-bottom: 75px;
  }
  .sec06 .sec_inner {
    padding: 0;
  }
  .recruit_flex {
    display: block;
  }
  .recruit_figure {
    width: calc(100% - 30px);
    margin-left: auto;
  }
  .recruit_body {
    background-color: #fff;
    padding-top: 0;
    width: calc(100% - 50px);
    margin-top: -30px;
    padding: 20px 10px 35px;
  }
  .recruit_ttl {
    font-size: 29px;
  }
  .recruit_text {
    margin-top: 16px;
    font-size: 14px;
  }
  .recruit_link {
    margin-top: 20px;
  }
}

