@charset "utf-8";
/*a {
  pointer-events: none;
}*/
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*main_sd*/
#main_sd {
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 500px;
  z-index: 0;
  background-color: #f9f8f4;
  margin-bottom: 6.7rem;
}
.fv-slider_block {
  position: relative;
  height: 100%;
}
.fv-slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.fv-slider div {
  width: 100%;
  height: 100%;
}
.fv-slider-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.fv-slider-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 15, 35, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.fv-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv-slider {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #main_sd {
    margin-bottom: 8.7rem;
  }
}
@media screen and (min-width: 1200px) {
  #main_sd {
    margin-bottom: 11.7rem;
  }
}
/***************************************
fv_txt_box
***************************************/
.fv_txt_box {
  position: absolute;
  left: 6.5%;
  bottom: 4.6rem;
  width: 82%;
  z-index: 2;
}
.fv_txt span {
  display: block;
  font-size: 3.42rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1.8rem;
}
.fv_txt {
  font-size: 1.42rem;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .fv_txt_box {
    bottom: 7.6rem;
  }
  .fv_txt span {
    font-size: 4rem;
    margin-bottom: 2.4rem;
  }
  .fv_txt {
    font-size: 1.55rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_txt_box {
    bottom: 5.6rem;
    left: 6.8%;
  }
  .fv_txt span {
    font-size: 4.75rem;
    margin-bottom: 2.9rem;
  }
  .fv_txt {
    font-size: 1.75rem;
  }
}
/***************************************
about_container
***************************************/
.about_container {
  margin-bottom: 9.4rem;
}
.about_block {
  width: 87%;
  margin: 0 auto 5.7rem;
}
.about_unit01 {
  margin-bottom: 3rem;
}
.about_unit01 .section_title_box {
  margin-bottom: 0;
}
.about_img {
  display: none;
}
.about_title {
  font-size: 2.14rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
  margin-bottom: 2rem;
}
.about_txt {
  font-size: 1.07rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 3.7rem;
}
.about_main_block {
  width: 87%;
  margin: 0 auto;
  position: relative;
}
.about_main_img {
  position: relative;
  z-index: 0;
}
.about_main_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 120, 160, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.about_main_txtbox {
  position: absolute;
  bottom: 3.6rem;
  left: 1.45rem;
  z-index: 2;
}
.about_main_txt {
  font-size: 1.42rem;
  letter-spacing: 0.07em;
  color: #fff;
}
.about_main_txt_up {
  margin-bottom: 0.2rem;
}
.about_main_txt_down {
  padding-left: 4.5rem;
}
@media screen and (min-width: 768px) {
  .about_block {
    display: flex;
    align-items: center;
    margin-bottom: 10rem;
  }
  .about_unit01 {
    width: 40%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .about_unit01 .section_title_box {
    margin-bottom: 6rem;
  }
  .about_img {
    display: block;
  }
  .about_unit02 {
    width: 60%;
    padding-left: 11%;
  }
    .about_title{
        font-size: 2.5rem;
    }
  .about_main_txtbox {
    top: 5.8rem;
    bottom: auto;
    left: 5.3rem;
  }
  .about_main_txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .about_main_txtbox {
    top: 6.8rem;
    left: 9.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .about_container {
    margin-bottom: 11.8rem;
  }
  .about_block {
    margin-bottom: 15.2rem;
  }
  .about_unit01 {
    width: 33.5%;
  }
  .about_unit01 .section_title_box {
    margin-bottom: 7rem;
  }
  .about_unit02 {
    width: 66.5%;
    padding-top: 1rem;
    padding-left: 13.5%;
  }
  .about_title {
    font-size: 3rem;
    line-height: 1.73;
    margin-bottom: 1.5rem;
  }
  .about_txt {
    font-size: 1.125rem;
    line-height: 2.33;
    letter-spacing: 0.05em;
    margin-bottom: 3.5rem;
  }
  .about_main_block {
    width: 85.5%;
  }
  .about_main_img::before {
    background-color: rgba(30, 120, 160, 0.05);
  }
  .about_main_txtbox {
    top: 8.8rem;
    left: 8.3rem;
  }
  .about_main_txt {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
  }
  .about_main_txt_up {
    margin-bottom: 0rem;
  }
  .about_main_txt_down {
    padding-left: 5.7rem;
  }
}
@media screen and (min-width: 1500px) {
  .about_block {
    width: 72%;
  }
  .about_unit01 {
    width: 28.5%;
  }
  .about_unit01 .section_title_box {
    margin-bottom: 11rem;
  }
  .about_unit02 {
    width: 71.5%;
    padding-left: 21.5%;
  }
  .about_title {
    font-size: 3.25rem;
  }
  .about_main_txtbox {
    top: 11.8rem;
    left: 14.3rem;
  }
}
/**************************************
/* service_container
***************************************/
.service_container {
  margin-bottom: 7.9rem;
}
.service_block {
  width: 87%;
  margin: 0 auto;
  padding-bottom: 8.8rem;
  border-bottom: 1px solid rgba(226, 233, 233, 1);
}
.service_heading {
  font-size: 1.07rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 4.6rem;
}
.service_list > ul > li {
  margin-bottom: 3.8rem;
}
.service_list > ul > li:last-child {
  margin-bottom: 0;
}
.service_item {
  display: block;
  position: relative;
  z-index: 0;
}
.service_item::after {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.service_item:hover::after {
  transform: scale(1, 1);
}
.service_img {
  margin-bottom: 1.85rem;
}
.service_unit {
  padding: 0 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.service_txtbox {
  width: calc(100% - 54px);
}
.service_number {
  font-size: 1.214rem;
  letter-spacing: 0.04em;
  color: #9ba0a0;
  margin-bottom: 0.5rem;
}
.service_number span {
  display: inline-block;
  width: 3rem;
}
.service_title {
  font-size: 1.214rem;
  letter-spacing: 0.03em;
  color: #364246;
}
.service_list_arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #d4b345;
  position: relative;
}
.service_list_arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .service_list > ul > li {
    margin-bottom: 0;
  }
  .service_item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
  }
  .service_img {
    width: 30%;
    margin-bottom: 0;
  }
  .service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service_unit {
    width: 70%;
    padding: 0;
    padding-left: 7%;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .service_block {
    display: flex;
    align-items: flex-start;
  }
  .service_unit01 {
    width: 33%;
    position: sticky;
    top: 10rem;
    margin-bottom: 0;
  }
  .service_unit01 .section_title_box {
    margin-bottom: 0;
  }
  .service_unit02 {
    width: 67%;
  }
  .service_list > ul > li {
    border-bottom: 1px solid rgba(226, 233, 233, 1);
  }
  .service_item {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .service_container {
    margin-bottom: 11.9rem;
  }
  .service_block {
    width: 85.5%;
    padding-bottom: 12.5rem;
  }
  .service_unit01 {
    width: 30%;
  }
  .service_unit02 {
    width: 70%;
  }
  .service_heading {
    line-height: 2.33;
    letter-spacing: 0.05em;
    margin-bottom: 4.3rem;
  }
  .service_item {
    padding: 2.45rem 0;
  }
  .service_img {
    width: 26.8%;
  }
  .service_unit {
    width: 73.2%;
    padding-left: 6.5%;
  }
  .service_txtbox {
    width: calc(100% - 80px);
    padding-bottom: 1rem;
  }
  .service_number {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .service_number span {
    width: 3.5rem;
  }
  .service_title {
    font-size: 1.5rem;
  }
  .service_list_arrow {
    width: 60px;
    height: 60px;
  }
  .service_list_arrow::before {
    content: "";
    display: block;
    width: 17px;
    height: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .service_unit01 {
    width: 37%;
    padding-left: 7.7%;
  }
  .service_unit02 {
    width: 63%;
  }
  .service_heading {
    font-size: 1.125rem;
  }
}
/**************************************
/* banner
***************************************/
.banner_block{
    display: block;
    width: 87%;
  margin: 6.5rem auto 0;
    max-width: 900px;
    	transition: all 0.5s;
}
.banner_block:hover{
    opacity: 0.7;
    	transition: all 0.5s;
}
	@media screen and (min-width: 768px) {
	     .banner_block{
            margin-top: 7rem;
        }		
}

	@media screen and (min-width: 1200px) {
        .banner_block{
            margin-top: 7.5rem;
        }	
}

/**************************************
/* 
***************************************/