body{ overflow-x: hidden; }
@media screen and (max-width: 1100px) {
  body{ overflow-x: auto; }
}

/* MAIN IMAGE
--------------------------- */

#main_image_area_src {
  width: 100%;
  height: 685px;
}
#main_image_area_src .swiper{
  height: 100%;
}
#main_image_area_src .swiper-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
}
#main_image_area_src .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
#main_image_area_src .swiper-wrapper .MvTxt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
  font-family: "Noto Sans JP";
  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-wrapper .MvTxt h2 {
  margin: 0 0 30px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2px;
}
#main_image_area_src .swiper-wrapper .MvTxt p{
  margin: 0;
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  #main_image_area_src {
    height: 300px;
  }
  #main_image_area_src .swiper-wrapper .MvTxt h2 {
    margin: 0 0 10px;
    font-size: 25px;
  }
}

/* SECTION PADDING
--------------------------- */
/* -- PC -- */
@media screen and (min-width: 768px) {
  .ContentBody{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  .ContentArea .ContentBody{
    padding-top: 30px;
    padding-bottom: 20px;
  }
}


/* COMMON
--------------------------- */
.ButtonBox_ a{
  width: 100%;
  max-width: 360px;
  padding: 15px 30px;
}
.BgBox{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Fbox4 {
  width: 100%;
}
.Fbox4:last-child{
  margin-bottom: 0;
}
@media screen and (min-width: 768px){
  .FlexBox{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }
  .Fbox4{
    width: calc(100%/4 - 30px);
  }
  .Fbox4:nth-child(-n+4){
    margin-bottom: 50px;
  }
}


/* PROBLEM
--------------------------- */
.HdgStyleE_ p{
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.Problem .BgBox{
  height: 225px;
}
.BgBox01{
  background-image: url(/img/fm/fd01/home/problem01.png);
}
.BgBox02{
  background-image: url(/img/fm/fd01/home/problem02.png);
}
.BgBox03{
  background-image: url(/img/fm/fd01/home/problem03.png);
}
.BgBox04{
  background-image: url(/img/fm/fd01/home/problem04.png);
}
.BgBox p{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 2rem 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .HdgStyleE_ p{
    font-size: 16px;
  }
  .BgBox{
    max-width: 260px;
    margin: 0 auto 5%;
  }
}


/* MERIT
--------------------------- */
.Merit .Fbox4{
  text-align: center;
}
.Merit .BgBox{
  height: 200px;
}
.Merit .BgBox p{
  height: 100%;
  font-size: 18px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.BgBox5{
  background-image: url(/img/fm/fd01/home/merit01.png);
}
.BgBox6{
  background-image: url(/img/fm/fd01/home/merit02.png);
}
.BgBox7{
  background-image: url(/img/fm/fd01/home/merit03.png);
}
.BgBox8{
  background-image: url(/img/fm/fd01/home/merit04.png);
}
.BgBox9{
  background-image: url(/img/fm/fd01/home/merit05.png);
}
.BgBox10{
  background-image: url(/img/fm/fd01/home/merit06.png);
}
.BgBox11{
  background-image: url(/img/fm/fd01/home/merit07.png);
}
@media screen and (max-width: 767px) {
  .Merit .BgBox p{
    margin-top: 0;
    padding-top: 100px;
  }
}

/* PICKUP
--------------------------- */
#pb_pickup .CB_ {
  background-color: #fff;
}
.Pickup .ButtonBox_ a{
  padding: 10px 30px;
}

/* INFORMATION
--------------------------- */
#information_area {
  background-color: #fff;
  padding: 20px 30px 10px;
}
#information_area .TextBox_ {
  margin-bottom: 0px;
}
ul#information_list {
  margin: 0 auto 5px;
  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 li:first-child{
  border-top: 1px solid #eeeeee;
}
#information_list span {
  display: inline-block;
  padding: 5px 0;
}
#information_list .Date {
  width: 120px;
  font-weight: bold;
}
#information_list .Category{
  width:120px;
  border-radius: 50vw;
  background-color: #ffaf5a;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#information_list .Title {
  float: right;
  display: block;
  width: 790px;
}
/*
#information_list .Title a{
  color: #4b4b4b;
}*/
@media screen and (max-width: 767px) {
  #information_list .Category{
    width: 110px;
  }
  #information_list .Title {
    display: block;
    margin-top: 5px;
    width: 100%;
  }
}

/* ///// BLOG /////////////////////////////////////// */
#blog_area .ImageBox_{
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 170px;
  overflow: hidden;
}
#blog_area .ImageBox_ img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  width: 100%;
  height: auto;
}
#blog_area .TextArea {
  padding: 10px;
  overflow: hidden;
}
/* カテゴリ */
#blog_area h2 {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 2px 10px;
  background-color: #c57004;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}
/* タイトル */
#blog_area h1 {
  margin: 0 0 10px 0;
  padding-bottom: 7px;
  line-height: 1.2em;
}
#blog_area h1 a {
  font-size: 15px;
  font-weight: bold;
  color: #444;
}
/* 掲載日 */
#blog_area .ListReleaseDate {
  padding-top: 5px;
  border-top: 1px gray dotted;
  width: 100%;
  text-align: right;
}
#blog_area time {
  display: inline-block;
  padding-left: 20px;
  background: url(/img/com/ps01/ic-blog-clock.png) 0px center no-repeat;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
}

/* -- PC -- */
@media screen and (min-width: 768px) {
  /* BLOG */
  #blog_area article {
    border-radius:10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
  }
  /* タイトル */
  #blog_area h1 { height: 70px; }

}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  /* BLOG */
  #blog_area article {
    border-radius:10px;
    padding: 10px;
    background-color: #fff;
  }
  #blog_area .ImageBox_ img{
    max-width: 280px;
  }
}


