@charset "UTF-8";
/*
	Filename: case
	Version: 1.0.1
*/
#breadcrumbs {
  padding: 20px 30px;
}
#title_area {
  margin: 207px 0 0;
}
.title_en {
  margin-bottom: 17px;
}
.title_h1 {
  margin-bottom: 92px;
}
.title_h1::after {
  display: none;
}
@media screen and (max-width: 750px) {
  #title_area {
    margin: 22.222vw 0;
  }
  .title_en {
    margin-bottom: 2.267vw;
  }
  .title_h1 {
    margin-bottom: 12.267vw;
  }
}

/*-----------------------------------------------------
	sec#case_link
------------------------------------------------------*/
#case_category_link {
  width: 100%;
}
#sp_case_category_link {
  display: none;
}
#case_category_link .wrap {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
  padding: 25px 0 17px;
  border-top: 1px solid #050000;
  border-bottom: 1px solid #050000;
}
.case_category_link_child {
  width: 20%;
}
.case_category_link_child:nth-child(1) {
  width: 18.5%;
}
.case_category_link_child:nth-child(3) {
  width: 18.5%;
}
.case_category_link_child:nth-child(4) {
  width: 30%;
}
#case_category_link ul {
  margin-left: 25px;
}
#case_category_link ul li {
  margin-bottom: 7px;
}
#case_category_link ul li a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
#case_category_link ul li a::before {
  width: 16px;
  height: 15px;
  padding: 3px 3px 3px 1px;
  position: absolute;
  display: inline-block;
  content: "";
  top: 7px;
  left: -25px;
  border: 1px solid #050000;
  font-size: 12px;
  line-height: 7px;
  color: #828080;
}
#case_category_link ul li a:hover::before {
  content: "■";
}
#case_category_link ul li a.active::before {
  content: "■";
}

/*-----------------------------------------------------
	sec#case
------------------------------------------------------*/
#case {
  width: 100%;
  margin-top: 100px;
}
#case .wrap::after {
  width: 30.8%;
  display: block;
  content:"";
}
.case_list {
  width: 30.8%;
  position: relative;
  margin-bottom: 48px;
}
.case_list .category {
  max-width: 80%;
  min-width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  background: #002e6d;
  padding: 3px 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.case_list img {
  width: 100%;
}
.case_list .date {
  width: 85%;
  position: relative;
  margin-top: -49px;
  padding-top: 23px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  color: #002e6d;
}
.case_list .date::after {
  content: url("../img/common/arrow.png");
  position: absolute;
  bottom: 0;
  right: 30px;
}
.case_list h2 {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
.case_list p {
  font-size: 1.8rem;
}
/*-----------------------------------------------------
	pop
------------------------------------------------------*/
/*インライン*/
.mfp-content-wrap {
  width: 90%;
  max-width: 1300px;
	padding: 50px;
	position: fixed;
	margin: 50px auto;
	background: #fff;
  opacity: 0;
  visibility:hidden;
}
.mfp-inline-holder .mfp-content-wrap {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.slider-wrap {
	width: 75.5%;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: left;
  list-style: none;
}
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  background: #aaa;
  border: 0;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
}
.slick-dots .slick-active button,
.slick-dots li button:hover {
  background: #000;
}

.slick .slick-dots {
  position: static;
  margin-top: 10px;
}
.slick .slick-dots li {
  width: 24%;
  margin: 0 1.333333333333333333333333333333333333% 1.333333333333333333333333333333333333% 0;
  background: #000;
}
.slick .slick-dots li:nth-of-type(4n) {
  margin-right: 0;
}
.slick .slick-dots li img {
  width: 100%;
  height: 8.385vw;
  object-fit: cover;
  cursor: pointer;
  transition: .2s ease-in-out;
}
.slick .slick-dots .slick-active img,
.slick .slick-dots li:hover img {
  opacity: .4;
}

.swip_text {
	width: 19%;
}
.swip_text h3 {
  margin-bottom: 30px;
	font-size: 2rem;
}
.swip_text dl dt {
	font-size: 1.4rem;
}
.swip_text dl dd {
  margin-bottom: 20px;
	font-size: 1.4rem;
  color: #696666;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1350px) {
  #case_category_link {
    padding: 0 20px;
  }
  .case_category_link_child {
    width: 21%;
  }
  .case_category_link_child:nth-child(3) {
    width: 21%;
  }
  .case_category_link_child:nth-child(4) {
    width: 37%;
  }
  .case_list .category {
    width: 80%;
  }

}
@media screen and (max-width: 1000px) {
  .case_category_link_child:first-child {
    width: 12%;
  }
  .case_category_link_child {
    width: 21%;
  }
  .case_category_link_child:nth-child(4) {
    width: 43%;
  }
  .case_list {
    width: 48%;
  }
}
@media screen and (max-width: 950px) {
  #case_category_link {
    display: none;
  }
  #sp_case_category_link {
    display: block;
    padding: 0 20px;
  }
  #form_contents dl dt {
    width: 10%;
    padding-top: 1vw;
  }
  #form_contents dl dd {
    width: 86%;
  }
  #form_contents select {
    width: 100%;
  }

}
@media screen and (max-width: 750px) {
  #form_contents dl dt {
    padding-top: 4vw;
  }
  /*-----------------------------------------------------
    sec#case
  ------------------------------------------------------*/
  #case {
    margin-top: 12vw;
  }
  .case_list {
    margin-bottom: 8.667vw;
  }
  .case_list .category {
    padding: 0.4vw;
    font-size: 1.867vw;
  }
  .case_list .date {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.533vw;
    padding-top: 3.067vw;
    font-size: 2.933vw;
  }
  .case_list .date::after {
    display: none;
  }
  .case_list h2 {
    position: relative;
    margin-bottom: 1.333vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .case_list h2::after {
    content: url("../img/common/arrow.png");
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .case_list p {
    font-size: 3.733vw;
  }
  /*-----------------------------------------------------
    pop
  ------------------------------------------------------*/
  /*インライン*/
  .mfp-content-wrap {
    width: 90%;
    padding: 6.667vw;
    margin: 16.667vw auto;
  }
  .slider-wrap {
    width: 100%;
    margin-bottom: 5.333vw;
  }
  .slick-dots {
    position: absolute;
    bottom: -5.333vw;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 1.067vw;
  }
  .slick .slick-dots {
    margin-top: 2.667vw;
  }
  .slick .slick-dots li img {
    height: 15vw;
  }
  .swip_text {
    width: 100%;
  }
  .swip_text h3 {
    margin-bottom: 4vw;
    font-size: 5.333vw;
  }
  .swip_text dl dt {
    font-size: 3.2vw;
  }
  .swip_text dl dd {
    margin-bottom: 2.667vw;
    font-size: 3.2vw;
  }

}

