body{ overflow-x: hidden; }
@media screen and (max-width: 1100px) {
  body{ overflow-x: auto; }
}

/* -- PC -- */
@media screen and (min-width: 768px) {
  header {
    z-index: 2;
    position: absolute;
    background-color: transparent;
  }
  #main_menu li a {
    color: #fff;
  }
}

/* MAIN IMAGE
--------------------------- */
#main_image_area_src {
  width: 100%;
  background-color: #9e9e9e;
}
#main_image_area_src .swiper{
  position: relative;
  width: 100%;
  height: 100%;
}
#main_image_area_src .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#main_image_area_src .swiper #mv_text_area{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 95%;
  width: 1100px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  overflow:hidden;
  z-index: 1;
}
#main_image_area_src .swiper #mv_text_area .MvTextEn {
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 10px;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 1px 2px 3px #808080;
}
#main_image_area_src .swiper #mv_text_area .MvTextEn span{
  font-size: 110px;
  color: #0c3b2b;
  -webkit-text-stroke: 1px #fff; 
  text-stroke: 1px #fff;
  text-shadow: 1px 1px 10px rgba(255, 255, 255,0.8);
}
#main_image_area_src .swiper #mv_text_area .MvTextJa{
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  margin: 0;
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  #main_image_area_src {
    height: 500px;
  }
  #main_image_area_src .swiper #mv_text_area .MvTextEn {
    font-size: clamp(40px,6.5vw,50px);
    font-size: 30px;
    line-height: 1.2;
  }
  #main_image_area_src .swiper #mv_text_area .MvTextEn span{
    font-size: 50px;
  }
  #main_image_area_src .swiper #mv_text_area .MvTextJa{
    font-size: 13px;
    line-height: 1.8;
  }
}

/* //////////////////////////////////////////// */

/* SECTION PADDING
--------------------------- */
/* -- PC -- */
@media screen and (min-width: 768px) {
  section.ContentArea {
    padding: 100px 0;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  section.ContentArea {
    padding: 50px 10px;
  }
}

/* COMMON
--------------------------- */
.HdgStyleE_ {
  margin-bottom: 70px;
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  .HdgStyleE_ {
    margin-bottom: 30px;
  }
  .HeadingBox_ h2{
    font-size: 20px;
    font-weight: bold;
  }
}

/* //////////////////////////////////////////// */

/* 私たちの強み
--------------------------- */
.SetListStyleA {
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  width: 850px;
}
.SetListStyleA .ImageBox_{
  width: 150px;
  text-align: left;
}
.SetListStyleA .TextArea_ {
  width: 700px;
}
/* -- PC -- */
@media screen and (min-width: 768px) {
  .SetListStyleA .HeadingBox_ h2{
    font-size: 24px;
  }
}
@media (max-width: 767px){
  .SetListStyleA,
  .SetListStyleA .TextArea_ {
    display: block;
    width: 100%;
  }
  .SetListStyleA .ImageBox_ img{
    width: 50px;
  }
  .SetListStyleA .HeadingBox_ {
    margin-top: -33px;
    margin-bottom: 15px;
  }
}

/* 事業内容
--------------------------- */
section#our_business {
  position: relative;
  background: url(/img/fm/gsc01/home/bg-business.jpg) center center no-repeat;
  background-size: cover;
}

/* 見出し */
#our_business .HdgStyleE_ h1,
#our_business .HdgStyleE_ span{
  color: #fff;
}

/* 写真とセットボックスの段差横並び */
.CardWrap .SetBox_ {
  padding: 20px;
  background-color: #fff;
}
.CardWrap .TextBox_ {
  margin-bottom: 20px;
}
/* -- PC -- */
@media screen and (min-width: 768px) {
  section#our_business { background-attachment: fixed; }

  .CardWrap{
    display: flex;
    margin-bottom: 70px;
    padding: 0;
    width: 100%;
  }
  .CardWrap.Reverse{
    flex-direction: row-reverse;
  }
  .CardWrap:last-child{
    margin-bottom: 0;
  }

  .CardWrap .ImageBox_ {
    z-index: 1;
    width: 55%;
  }
  .CardWrap .ImageBox_ img{
    border: 2px solid #fff;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .CardWrap .SetBox_ {
    z-index: 2;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    margin-top: 5%;
    margin-left: -5%;
    padding: 50px;
    width: 55%;
    background-color: #fff;
  }
  .CardWrap.Reverse .SetBox_{
    margin-left: 0;
    margin-right: -5%;
  }
  .CardWrap .HeadingBox_ {
    margin-bottom: 20px;
  }
  .CardWrap .TextBox_ {
    margin-bottom: 30px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  section#our_business {
    background-position: center left;
  }
  .CardWrap{
    display: block;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
  }
  .CardWrap .ImageBox_ {
    width: 100%;
    margin-bottom: 0;
    line-height: 0;
  }
  .CardWrap .ImageBox_ img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .CardWrap .HeadingBox_ {
    margin-bottom: 10px;
  }
}

/* ピックアップ
--------------------------- */
#pb_pickup .CB_ {
  border: 1px #bfbfbf solid !important;
  padding: 0 0 20px;
}
#pb_pickup .ImageBox_ {
  padding: 0 0 20px;
}
#pb_pickup .ImageBox_ img{
  object-fit: cover;
  height: 250px;
  width: 100%;
}
#pb_pickup .HeadingBox_ {
  padding: 0 0 20px;
}

/* INFORMATION
--------------------------- */
#information_area {
  padding: 30px 50px;
  background-color: #fff;
}
ul#information_list {
  margin: 0 auto 20px;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
#information_list li {
  clear: both;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 20px;
  background-color: #fff;
  overflow: hidden;
}
#information_list span {
  display: inline-block;
  padding: 5px 0;
}
#information_list .Date {
  width: 120px;
  font-weight: bold;
}
#information_list .Category{
  width:100px;
  border-radius: 50px;
  padding: 3px;
  background-color: #eb5e03;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#information_list .Title {
  float: right;
  display: block;
  width: 690px;
}
/*
#information_list .Title a{
  color: #4b4b4b;
}*/
@media screen and (max-width: 767px) {
  #information_area {
    padding: 20px;
  }
  #information_list .Category{
    width: 110px;
  }
  #information_list .Title {
    display: block;
    margin-top: 5px;
    width: 100%;
  }
}
