@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
@mixin inc.scss
===========================================*/
/*==========================================
 MAIN SLIDER
===========================================*/
.main {
  position: relative;
  width: 100%;
}

.slider_area {
  position: relative;
}

.sl_txt_area {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 150px;
  width: 100%;
  z-index: 50;
  pointer-events: none;
}
@media (orientation: landscape) and (max-width: 767px) {
  .sl_txt_area {
    bottom: -300px;
  }
}

.sl_txt_area.scrl {
  position: absolute;
  bottom: -600px;
}
@media screen and (max-width: 960px) {
  .sl_txt_area.scrl {
    bottom: -300px;
  }
}

.sl_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 16px;
}
@media screen and (max-width: 768px) {
  .sl_txt {
    width: 300px;
  }
}

.main-slider {
  margin: 0 !important;
}

.main-slider .slick-dots {
  display: none !important;
}

.main-slider .slick-arrow {
  display: none !important;
}

.main-slider .slick-slide {
  margin: 0;
}

.main-slider .slick-slide img {
  height: calc(100vh - 63px);
  min-height: 600px;
  max-width: initial;
  width: 100%;
  margin: -2px auto 0;
}

@media (orientation: landscape) and (max-width: 767px) {
  .main-slider .slick-slide img {
    width: 100vw;
    height: 100vh;
    min-height: inherit;
    max-width: initial;
  }
}
/*==========================================
 NEWS
===========================================*/
.news_area {
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .news_area {
    padding: 0;
    margin-bottom: 60px;
  }
}
.news_inr {
  flex-basis: calc(100% - 400px);
  margin-left: 400px;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .news_inr {
    flex-basis: 100%;
    margin-left: 0;
    padding: 0;
  }
}
.news_head {
  font-size: 1.6rem;
  width: 100px;
  padding: 20px 16px;
  position: relative;
}
.news_head::before {
  content: "";
  border-right: solid 1px #fff;
  position: absolute;
  top: 12px;
  bottom: 12px;
  height: calc(100% - 24px);
  right: 0;
}
@media screen and (max-width: 768px) {
  .news_head {
    display: none;
  }
}
.news_head_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .news_head_sp {
    display: inline-block;
    margin-right: 1em;
  }
}
.news_body {
  font-size: 1.6rem;
  width: calc(100% - 200px);
  padding: 20px 16px;
}
@media screen and (max-width: 768px) {
  .news_body {
    width: calc(100% - 100px);
    padding: 12px 2.5%;
  }
}
@media screen and (max-width: 480px) {
  .news_body {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .news_body a {
    -webkit-line-clamp: 2;
    height: 3em;
  }
}
.news_body a:hover {
  color: rgb(174, 136, 0);
}
.news_body .date {
  font-size: 1.4rem;
  vertical-align: bottom;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .news_body .date {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .news_body .news-ttl {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .news_body .news-ttl {
    font-size: 1.4rem;
  }
}
.news_link {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  width: 100px;
  display: flex;
  align-items: center;
}
.news_link a {
  display: block;
  padding: 10px 16px;
  background: rgb(31, 44, 92);
  height: 100%;
  width: 100%;
  position: relative;
  /*      &::before,&::after {
      top: auto;
      bottom: 20px;
      right: 20px;
  @include point_sml {
   right: 5px;
  }
    }*/
}
@media screen and (max-width: 480px) {
  .news_link a {
    padding: 10px 5px;
    font-size: 1.2rem;
  }
}
.news_link a:hover {
  background: rgb(174, 136, 0);
}
.news_link a .span {
  display: inline-block;
  position: relative;
  display: block;
  position: relative;
  width: 100%;
  max-width: 140px;
  margin: 0px 0px 0px auto;
}
.news_link a .span::before, .news_link a .span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom: solid 1px #fff;
  margin: auto;
  height: 0;
  transition: 0.3s;
}
.news_link a .span::before {
  width: 22px;
}
.news_link a .span::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .news_link a .span::before, .news_link a .span::after {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .news_link a .span_po {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateY(-50%) translateX(-50%);
  }
}

/*==========================================
 sec01
===========================================*/
.sec01 {
  margin-bottom: 20px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .sec01 {
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 60px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .sec01_maw {
    padding: 0;
  }
}
.sec01_txt_blc {
  flex-basis: calc(100% - 540px);
  margin-left: 540px;
  background: url(../img/index/imdex_bg01.svg) 50% 50% no-repeat;
  background-size: cover;
  padding: 40px 2%;
  position: relative;
}
.sec01_txt_blc::before {
  content: "";
  background: #1f2c5c;
  width: 10000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}
@media screen and (max-width: 960px) {
  .sec01_txt_blc {
    flex-basis: 510px;
    margin: 0 auto;
    padding: 46px 2%;
  }
  .sec01_txt_blc::before {
    left: -1000px;
  }
}
.sec01_txt {
  width: 100%;
  color: #fff;
  position: relative;
}
.sec01_ttl {
  font-size: 6.8rem;
  letter-spacing: 0.05em;
  position: absolute;
  left: -2.85em;
}
@media screen and (max-width: 960px) {
  .sec01_ttl {
    font-size: 3.8rem;
    position: static;
    text-align: center;
  }
}
.sec01_ttl .ttl01 {
  color: rgb(31, 44, 92);
}
@media screen and (max-width: 960px) {
  .sec01_ttl .ttl01 {
    color: #fff;
  }
}
.sec01_lead {
  margin: auto;
  max-width: 22em;
  width: 100%;
  display: block;
  line-height: 2;
  letter-spacing: 0.1em;
}
.sec01_lead:first-of-type {
  margin-bottom: 2em;
  padding-top: 130px;
}
@media screen and (max-width: 960px) {
  .sec01_lead:first-of-type {
    padding-top: 40px;
  }
}
.sec01_lead:last-of-type {
  margin-bottom: 3em;
}
.sec01_link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 130px;
  margin: 0px 0px 0px auto;
}
.sec01_link::before, .sec01_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom: solid 1px #fff;
  margin: auto;
  height: 0;
  transition: 0.3s;
}
.sec01_link::before {
  width: 22px;
}
.sec01_link::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}
.sec01_link:hover {
  color: rgb(31, 44, 92);
}
.sec01_link:hover::before, .sec01_link:hover::after {
  border-bottom: solid 1px rgb(31, 44, 92);
}

/*==========================================
 sec02
===========================================*/
.sec02 {
  position: relative;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 0 60px;
  }
}
.sec02::before {
  content: "";
  background: url(../img/index/imdex_bg02.svg) 50% 50% no-repeat;
  position: absolute;
  top: -380px;
  left: 0;
  width: 27%;
  height: 2100px;
  z-index: -20;
}
@media screen and (min-width: 1920px) {
  .sec02::before {
    background: url(../img/index/imdex_bg02.svg) no-repeat;
    position: absolute;
    top: -369px;
    width: 28%;
  }
}
@media screen and (max-width: 1140px) {
  .sec02::before {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec02::before {
    display: none;
  }
}
.sec02::after {
  content: "";
  background: url(../img/index/imdex_bg03.svg) 50% 50% no-repeat;
  position: absolute;
  top: -380px;
  right: 0;
  width: 27%;
  height: 2100px;
  z-index: -20;
}
@media screen and (min-width: 1920px) {
  .sec02::after {
    background: url(../img/index/imdex_bg03.svg) 100% 100% no-repeat;
    top: -369px;
    right: 0;
    width: 28%;
  }
}
@media screen and (max-width: 1140px) {
  .sec02::after {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec02::after {
    display: none;
  }
}
.sec02_ttl {
  color: rgb(31, 44, 92);
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec02_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec02_ttl {
    margin-bottom: 30px;
  }
}
.sec02_bg {
  background: url(../img/index/index_img02.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 90px 0 40px;
  margin-bottom: 80px;
  color: #fff;
  position: relative;
}
.sec02_bg::before {
  content: "";
  background: rgba(31, 44, 92, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sec02_bg {
    padding: 50px 0 40px;
  }
}
.sec02_maw {
  position: relative;
}
.sec02_subttl {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec02_subttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .sec02_subttl .span01 {
    display: none;
  }
  .sec02_subttl .span02 {
    display: block;
  }
}
.sec02_lead {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec02_lead {
    text-align: left;
  }
  .sec02_lead .br {
    display: none;
  }
}
.sec02_link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 140px;
  margin: 0px 0px 0px auto;
}
.sec02_link::before, .sec02_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom: solid 1px #fff;
  margin: auto;
  height: 0;
  transition: 0.3s;
}
.sec02_link::before {
  width: 22px;
}
.sec02_link::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}
.sec02_link:hover {
  color: rgb(31, 44, 92);
}
.sec02_link:hover::before, .sec02_link:hover::after {
  border-bottom: solid 1px rgb(31, 44, 92);
}
@media screen and (max-width: 480px) {
  .sec02_list {
    display: block;
  }
}
.sec02_list .item {
  color: #fff;
  flex-basis: 46%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec02_list .item {
    margin-bottom: 8vw;
  }
}
.sec02_list .item:nth-child(2n) {
  margin-left: 8%;
}
@media screen and (max-width: 480px) {
  .sec02_list .item:nth-child(2n) {
    margin-left: 0;
  }
}
.sec02_list .item.IM-archit {
  background-image: url(../img/index/index_img04.jpg);
}
.sec02_list .item.IM-rentalmana {
  background-image: url(../img/index/index_img05.jpg);
}
.sec02_list .item.IM-rentalhousing {
  background-image: url(../img/index/index_img06.jpg);
}
.sec02_list .item.IM-estate {
  background-image: url(../img/index/index_img07.jpg);
}
.sec02_list .item.IM-planning {
  background-image: url(../img/index/index_img08.jpg);
}
.sec02_list .item.IM-storage {
  background-image: url(../img/index/index_img09.jpg);
}
.sec02_list .item a {
  display: block;
  height: 100%;
  padding: 100px 4% 20px;
  background: rgba(31, 44, 92, 0.3);
}
.sec02_list .item a:hover {
  background: none;
}
@media screen and (max-width: 960px) {
  .sec02_list .item a {
    padding: 65px 4% 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec02_list .item a {
    padding: 60px 4% 20px;
  }
}
.sec02_list .item a .txt {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .sec02_list .item a .txt {
    font-size: 3.2vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec02_list .item a .txt {
    font-size: 3.8vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec02_list .item a .txt {
    font-size: 8vw;
  }
}
.sec02_list .item a .link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 140px;
  margin: 0px 0px 0px auto;
}
.sec02_list .item a .link::before, .sec02_list .item a .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom: solid 1px #fff;
  margin: auto;
  height: 0;
  transition: 0.3s;
}
.sec02_list .item a .link::before {
  width: 22px;
}
.sec02_list .item a .link::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}
.sec02_list .item.line2 a {
  padding: 43px 4% 20px;
}
@media screen and (max-width: 960px) {
  .sec02_list .item.line2 a {
    padding: 20px 4% 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .sec02_list .item.line2 a {
    padding: 27px 4% 20px;
  }
}

/*==========================================
 sec03
===========================================*/
.sec03 {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 60px 0;
  }
}
.sec03::before {
  content: "";
  background: url(../img/index/index_img10.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}
.sec03_ttl {
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec03_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec03_ttl {
    margin-bottom: 30px;
  }
}
.sec03_list .item {
  color: #1f2c5c;
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .sec03_list .item {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 480px) {
  .sec03_list .item {
    flex-basis: 100%;
  }
}
.sec03_list .item a {
  display: block;
  padding: 18px;
  background: rgba(174, 136, 0, 0.5);
  position: relative;
  height: 100%;
  overflow: hidden;
}
.sec03_list .item a .inr {
  display: block;
  padding: 60px 8% 50px;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03_list .item a .inr {
    padding: 40px 8% 50px;
  }
}
.sec03_list .item a .inr .txt {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.sec03_list .item a .inr .txt .span {
  font-size: 2.1rem;
  display: block;
}
@media screen and (max-width: 1140px) {
  .sec03_list .item a .inr .txt {
    font-size: 3vw;
  }
  .sec03_list .item a .inr .txt .span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec03_list .item a .inr .txt {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sec03_list .item a .inr .txt {
    font-size: 8vw;
  }
}
.sec03_list .item a .inr .link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 140px;
  margin: 0px 0px 0px auto;
  position: absolute;
  bottom: 10px;
  left: 8%;
  right: 8%;
}
.sec03_list .item a .inr .link::before, .sec03_list .item a .inr .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom: solid 1px rgb(31, 44, 92);
  margin: auto;
  height: 0;
  transition: 0.3s;
}
.sec03_list .item a .inr .link::before {
  width: 22px;
}
.sec03_list .item a .inr .link::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}
.sec03_list .item a::before {
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}
.sec03_list .item a:hover::before {
  transform: scale(1.3);
}
.sec03_list .item:nth-child(1) a::before {
  background-image: url(../img/index/index_img11.jpg);
}
.sec03_list .item:nth-child(2) a::before {
  background-image: url(../img/index/index_img12.jpg);
}
.sec03_list .item:nth-child(3) a::before {
  background-image: url(../img/index/index_img13.jpg);
}
.sec03_list .item:nth-child(4) a::before {
  background-image: url(../img/index/index_img14.jpg);
}
.sec03_list .item:nth-child(5) a::before {
  background-image: url(../img/index/index_img15.jpg);
}
.sec03_list .item:nth-child(6) a::before {
  background-image: url(../img/index/index_img16.jpg);
}

/*==========================================
 sec04
===========================================*/
.sec04 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 60px 0;
  }
}
.sec04::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -20;
  background: #e5e5e5;
}
.sec04_bg01 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  z-index: -10;
}
.sec04_bg01 .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sec04_bg01 .bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 950px 50vw 0 0;
  border-color: rgb(31, 44, 92) transparent transparent transparent;
}
@media screen and (max-width: 1600px) {
  .sec04_bg01 .bg::before {
    border-width: 950px 40vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec04_bg01 .bg::before {
    display: none;
  }
}
.sec04_bg02 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  z-index: -10;
}
.sec04_bg02 .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sec04_bg02 .bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 950px 50vw;
  border-color: transparent transparent rgb(174, 136, 0) transparent;
}
@media screen and (max-width: 1600px) {
  .sec04_bg02 .bg::before {
    border-width: 0 0 950px 40vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04_bg02 .bg::before {
    display: none;
  }
}
.sec04_ttl {
  color: rgb(31, 44, 92);
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec04_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec04_ttl {
    margin-bottom: 30px;
  }
}
.sec04_slide {
  padding: 0 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec04_slide {
    padding: 0;
    margin-bottom: 40px;
  }
}
.sec04_slide .item {
  background: #fff;
}
.sec04_slide .item a {
  display: block;
  color: #46372e;
}
.sec04_slide .item a:hover .img {
  opacity: 0.7;
}
.sec04_slide .img_area .img {
  transition: 0.3s;
}
.sec04_slide .img_area .img img {
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1140px) {
  .sec04_slide .img_area .img img {
    height: 23vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04_slide .img_area .img img {
    height: 48vw;
  }
}
.sec04_slide .txt_area {
  font-size: 1.4rem;
  padding: 4px 3% 30px;
  position: relative;
}
.sec04_slide .txt_area .tag {
  color: #fff;
  background: rgb(31, 44, 92);
  padding: 4px 8px;
  text-align: center;
  min-width: 150px;
  position: absolute;
  top: -1.2em;
}
.sec04_slide .txt_area .date {
  letter-spacing: 0.05em;
  text-align: right;
}
.sec04_slide .txt_area .ttl {
  font-size: 1.8rem;
  width: 100%;
  max-width: 380px;
  margin: 0 auto 1em;
}
.sec04_slide .txt_area .lead {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec04_slide .slick-arrow {
    display: none !important;
  }
}
.sec04_btn {
  display: block;
  text-align: center;
}
.sec04_btn a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  display: block;
  border: solid 1px rgb(31, 44, 92);
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: 0px auto;
  padding: 20px 0;
  background: rgb(31, 44, 92);
}
.sec04_btn a::before, .sec04_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  border-bottom: solid 1px #fff;
  margin: auto;
  height: 0;
}
.sec04_btn a::before {
  width: 22px;
}
.sec04_btn a::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}
.sec04_btn a:hover {
  color: rgb(31, 44, 92);
  background: #fff;
}
.sec04_btn a:hover::before, .sec04_btn a:hover::after {
  border-bottom: solid 1px rgb(31, 44, 92);
}

/*スリックスライダーの調整*/
.slick-prev::before,
.slick-next::before {
  color: #fff;
}

.slick-dots {
  left: 0;
  right: 0;
}

.slick-slide {
  margin: 0 15px;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: url("../img/common/arrow_right.svg");
  display: block;
  width: 50px;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: url("../img/common/arrow_left.svg");
  display: block;
  width: 46px;
}

.slick-prev,
.slick-next {
  width: 46px;
  height: 100px;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  /*スリックスライダーの調整*/
  .slick-next {
    bottom: -45px;
  }
  .slick-prev {
    bottom: -45px;
  }
}
/*==========================================
 sec05
===========================================*/
.sec05 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 60px 0;
  }
}
.sec05_ttl {
  color: rgb(31, 44, 92);
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec05_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec05_ttl {
    margin-bottom: 30px;
  }
}
.sec05_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec05_list {
    display: block;
    margin-bottom: 40px;
  }
}
.sec05_item {
  flex-basis: 50%;
}
.sec05_item a {
  display: block;
  position: relative;
}
.sec05_item a:hover .img img {
  transform: translate(-50%, -50%) scale(1.3);
}
.sec05_item .img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  overflow: hidden;
}
.sec05_item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: auto;
  max-width: inherit;
}
.sec05_item .img img {
  transition: 0.3s;
}
.sec05_item .bg {
  padding: 20px 4%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  color: #fff;
}
.sec05_item .cat {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .sec05_item .cat {
    display: block;
    margin-bottom: 5px;
  }
}
.sec05_item .cat_list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: calc(100% - 6.5em);
}
@media screen and (max-width: 480px) {
  .sec05_item .cat_list {
    margin-bottom: 0.5em;
  }
}
.sec05_item .cat_item {
  background: rgb(174, 136, 0);
  padding: 8px 4px 6px;
  min-width: 140px;
  text-align: center;
  margin: 0 0.5em 0.5em 0;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.sec05_item .cat .case {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: right;
  flex-basis: 6.5em;
}
@media screen and (max-width: 480px) {
  .sec05_item .cat .case {
    text-align: left;
  }
}
.sec05_item .ttl {
  font-size: 1.8rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .sec05_item .ttl {
    margin-bottom: 12px;
  }
}
.sec05_item .more {
  display: block;
  position: relative;
  width: 100%;
  max-width: 140px;
  margin: 0px 0px 0px auto;
}
.sec05_item .more::before, .sec05_item .more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom: solid 1px #fff;
  margin: auto;
  height: 0;
  transition: 0.3s;
}
.sec05_item .more::before {
  width: 22px;
}
.sec05_item .more::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}
.sec05_btn {
  display: block;
  text-align: center;
}
.sec05_btn a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  display: block;
  border: solid 1px rgb(31, 44, 92);
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: 0px auto;
  padding: 20px 0;
  background: rgb(31, 44, 92);
}
.sec05_btn a::before, .sec05_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  border-bottom: solid 1px #fff;
  margin: auto;
  height: 0;
}
.sec05_btn a::before {
  width: 22px;
}
.sec05_btn a::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}
.sec05_btn a:hover {
  color: rgb(31, 44, 92);
  background: #fff;
}
.sec05_btn a:hover::before, .sec05_btn a:hover::after {
  border-bottom: solid 1px rgb(31, 44, 92);
}

/*==========================================
 sec06
===========================================*/
.sec06 {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 0 0 60px;
  }
}
.sec06_ttl {
  color: rgb(31, 44, 92);
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec06_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec06_ttl {
    margin-bottom: 30px;
  }
}
.sec06_item {
  flex-basis: 29.3333333333%;
  margin-bottom: 60px;
  overflow: hidden;
}
.sec06_item:not(:nth-child(3n-2)) {
  margin-left: 6%;
}
@media screen and (max-width: 768px) {
  .sec06_item {
    flex-basis: 48.5%;
    margin-bottom: 3vw;
  }
  .sec06_item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .sec06_item:not(:nth-child(2n-1)) {
    margin-left: 3%;
  }
}
.sec06_item a {
  line-height: 0;
  display: block;
}
.sec06_item a:hover {
  opacity: 0.7;
}