#front_content .container.fornt_container { max-width: none; }
#front_content main { margin-top: 0; }
#front_content #main_title {
  margin-bottom: 0;
  padding: 125.6px 0;
  height: 445px;
  background-image: url("../images/front/front-bg-img.png");
  background-size: cover;
  background-position: center;
}
#front_content main h2 { font-size: 35px; }
#front_content main h2 span { font-size: 16px; }
#pickup_posts .pickup_posts_content { padding-bottom: 0; }
@media screen and (max-width: 991px){
  #front_content main {margin-bottom: 6rem; }
  #front_content .main_content { margin-bottom: 4.5rem; }
  #front_content .container.fornt_container { margin: 0; }
  #front_content #main_title {
    text-align: center;
    padding: 7rem 0;
    height: auto;
    background-image: url("../images/front/front-bg-img-sp.png");
  }
  #front_content main h2 {
    line-height: 1.2;
    font-size: 2.2rem;
  }
  #front_content main h2 span { font-size: 1.2rem; }
  #front_content .gw_cta_banner .flex {
    margin-left:  1.2rem;
    margin-right: 1.2rem;
  }
}

/**
 * transition
 */
#front_content .swiper__front .swiper__front__button__prev,
#front_content .swiper__front .swiper__front__button__next,
#front_content .front__banner a
#front_content .front__new__posts a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/**
 * opacity
 */
.pc #front_content .front__banner a:hover {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5;
}

h1 {
  font-size: 13px;
  font-family: "ZenKakuGothicNew-R";
}

/**
 * swiper
 */
.swiper__front {
  position: relative;
  border-bottom: solid 1px #f5f5f5;
}
.swiper__front .posts_frm_vertical { display: block; }
.swiper__front .posts_frm_vertical .posts_frm {
  width: 100%;
  margin-right: 0;
}
.swiper__front .posts_frm_vertical .posts_image img { height: auto; }
.swiper__front .swiper-slide {
  margin: 0 !important;
  padding: 0 40px;
}
.swiper__front .swiper__front__button__prev,
.swiper__front .swiper__front__button__next {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 35%;
  height: 40px;
  width: 40px;
  background: #fff;
  border: solid 1px #333;
  z-index: 10;
}
.swiper__front .swiper__front__button__prev {
  left: 24.5%;
  transform: translateX(-24.5%);
}
.swiper__front .swiper__front__button__next {
  right: 23%;
  transform: translateX(-23%);
}
.swiper__front .swiper__front__button__prev::after,
.swiper__front .swiper__front__button__next::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  line-height: 40px;
}
.swiper__front .swiper__front__button__prev::after { content: "\f053"; }
.swiper__front .swiper__front__button__next::after { content: "\f054"; }
.swiper__front .swiper__front__button__prev:hover,
.swiper__front .swiper__front__button__next:hover {
  color: #fff;
  background: #333;
}
@media screen and (max-width: 991px){
  .swiper__front .swiper-slide { padding: 0; }
  .swiper__front .posts_frm_vertical .posts_frm {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  .swiper__front .posts_frm_vertical .posts_frm .flex { display: block; }
  .swiper__front .posts_frm_vertical .posts_frm .posts_image,
  .swiper__front .posts_frm_vertical .posts_frm .posts_content { width: 100%; }
  .swiper__front .swiper__front__button__prev,
  .swiper__front .swiper__front__button__next { border-radius: 50%; }
  .swiper__front .swiper__front__button__prev {
    left: 0;
    transform: translateX(0);
  }
  .swiper__front .swiper__front__button__next {
    right: 0;
    transform: translateX(0);
  }
}

.h1_title .container {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
.h1_title .container h1 {
  margin-bottom: 20px;
  font-size: 28px;
  font-family: "ZenKakuGothicNew-B";
}
@media screen and (max-width: 991px){
  .h1_title .container {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  .h1_title .container h1 { font-size: 2.4rem; }
}

/**
 * pickup article
 */
.pickup__article .container {
  margin-top: 20px;
  margin-bottom: 80px;
  padding-top: 50px;
  border-top: solid 1px #ccc;
}
.pickup__article .posts_frm_vertical .posts_frm { width: 23.5%; }
.pickup__article .posts_frm_vertical .posts_frm:nth-child(3n) { margin-right: 2%; }
.pickup__article .posts_frm_vertical .posts_frm:nth-child(4n) { margin-right: 0; }
@media screen and (max-width: 991px){
  .pickup__article .container {
    margin-bottom: 3rem;
    padding-top: 3rem;
  }
  .pickup__article .posts_frm_vertical .posts_frm { width: 100%; }
  .pickup__article .posts_frm_vertical .posts_title { font-size: 1.5rem; }
  .pickup__article .posts_frm_vertical .posts_frm .posts_cat,
  .pickup__article .posts_frm_vertical .posts_frm .posts_cat a {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 1.2rem;
    bottom: 1.5rem;
  }
}

/**
 * front banner
 */
.front__banner .container { margin-bottom: 100px; }
.front__banner p { text-align: center; }
.front__banner p span { display: inline; }
.front__banner ul { padding: 0 90px; }
.front__banner ul li {
  margin-right: 2%;
  margin-bottom: 20px;
  width: 48%;
}
.front__banner ul li:nth-child(2n) { margin-right: 0; }
@media screen and (max-width: 991px){
  .front__banner .container { margin-bottom: 5rem; }
  .front__banner p {
    margin-bottom: 1rem;
    padding: 1.5rem 0;
    background: #F4F4F4;
    border-top: solid 2px #3A2A57;
  }
  .front__banner p span { display: none; }
  .front__banner ul { padding: 0; }
  .front__banner ul li {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

/**
 * front new posts
 */
.front__new__posts .container { margin-bottom: 100px; }
.front__new__posts h2 {
  margin-bottom: 50px;
  line-height: .7;
}
.front__new__posts .posts_frm_vertical .posts_image img { height: auto; }
.front__new__posts .new__posts_btn {
  text-align: center;
  margin-top: 60px;
}
.front__new__posts .new__posts_btn a {
  position: relative;
  overflow: hidden;
  padding: 20px 100px;
  border: solid 1px #ccc;
  z-index: 1;
}
.front__new__posts .new__posts_btn a::after {
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  right: 20px;
}
.front__new__posts .new__posts_btn a::before {
  background: #3A2A57;
  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;
}
.pc .front__new__posts .new__posts_btn a:hover { color: #fff; }
.pc .front__new__posts .new__posts_btn a:hover::before { transform: scale(1, 1); }
@media screen and (max-width: 991px){
  .front__new__posts h2 {
    margin-bottom: 3rem;
    line-height: 1 !important;
  }
  .front__new__posts .posts_frm_vertical .posts_title { font-size: 1.5rem; }
  .front__new__posts .posts_frm_vertical .posts_frm .posts_cat,
  .front__new__posts .posts_frm_vertical .posts_frm .posts_cat a {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 1.2rem;
    bottom: 1.5rem;
  }
}

/**
 * seikyu__cases, hiseikyu__cases
 */
.seikyu__cases,
.hiseikyu__cases {
  padding: 70px 0;
  background: #814996;
}
.seikyu__cases .posts_frm_vertical .cases__item,
.hiseikyu__cases .posts_frm_vertical .cases__item {
  text-align: center;
  margin-top: 40px;
  padding-right: 30px;
  width: 25%;
}
.seikyu__cases .posts_frm_vertical .posts_frm,
.hiseikyu__cases .posts_frm_vertical .posts_frm { margin-bottom: 0; }
.seikyu__cases .posts_frm_vertical .posts_frm:nth-child(n+1),
.hiseikyu__cases .posts_frm_vertical .posts_frm:nth-child(n+1) { width: 23.5%; }
.seikyu__cases .posts_frm_vertical .posts_frm:nth-child(3n),
.hiseikyu__cases .posts_frm_vertical .posts_frm:nth-child(3n) { margin-right: 2%; }
.seikyu__cases .posts_frm_vertical .posts_frm:nth-child(4n),
.hiseikyu__cases .posts_frm_vertical .posts_frm:nth-child(4n) { margin-right: 0; }
.hiseikyu__cases { background: #498196; }
.seikyu__cases .posts_frm_vertical .cases__item h2,
.hiseikyu__cases .posts_frm_vertical .cases__item h2 {
  margin: 20px 0 50px;
  color: #fff;
}
.seikyu__cases .posts_frm_vertical .cases__item img,
.hiseikyu__cases .posts_frm_vertical .cases__item img { width: 50px; }
.seikyu__cases .posts_frm_vertical .cases__item a,
.hiseikyu__cases .posts_frm_vertical .cases__item a {
  position: relative;
  overflow: hidden;
  padding: 20px 25px;;
  color: #fff;
  font-size: 14px;
  border: solid 1px #fff;
  z-index: 1;
}
.seikyu__cases .posts_frm_vertical .cases__item a:after,
.hiseikyu__cases .posts_frm_vertical .cases__item a:after {
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.seikyu__cases .posts_frm_vertical .cases__item a:before,
.hiseikyu__cases .posts_frm_vertical .cases__item a:before {
  background: #fff;
  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;
}
.pc .seikyu__cases .posts_frm_vertical .cases__item a:hover { color: #814996; }
.pc .hiseikyu__cases .posts_frm_vertical .cases__item a:hover { color: #498196; }
.pc .seikyu__cases .posts_frm_vertical .cases__item a:hover::before,
.pc .hiseikyu__cases .posts_frm_vertical .cases__item a:hover::before  { transform: scale(1, 1); }
@media screen and (max-width: 991px){
  .seikyu__cases .posts_frm_vertical .cases__item,
  .hiseikyu__cases .posts_frm_vertical .cases__item {
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 6rem;
    width: 100%;
  }
  .seikyu__cases .posts_frm_vertical .posts_frm:nth-child(n+1),
  .hiseikyu__cases .posts_frm_vertical .posts_frm:nth-child(n+1) {
    margin-bottom: 1rem;
    margin-right: 0;
    padding: 1rem;
    width: 100%;
    border-radius: 0;
  }
  .seikyu__cases .posts_frm_vertical .posts_title,
  .hiseikyu__cases .posts_frm_vertical .posts_title { font-size: 1.5rem; }
}

/**
 * seikyu__cases, hiseikyu__cases
 */
.pickup__affair {
  position: relative;
  margin: 200px 0;
}
.pickup__affair .pickup__affair__left__bg{
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 57%;
  height: 125%;
  background-color: #E5F3F7;
}
.pickup__affair .pickup__affair__left,
.pickup__affair .pickup__affair__right {
  width: 50%;
  z-index: 10;
}
.pickup__affair .pickup__affair__left h2 {
  margin-bottom: 40px;
  padding-left: 50px;
  font-size: 26px !important;
}
.pickup__affair .pickup__affair__left .posts_frm_vertical .posts_frm { width: 80%; }
.pickup__affair .pickup__affair__left .posts_frm_vertical .posts_frm,
.pickup__affair .pickup__affair__right .posts_frm_vertical .posts_frm { background: transparent; }
.pickup__affair .pickup__affair__left .posts_frm_vertical .posts_frm img { height: auto; }
.pickup__affair .pickup__affair__right .posts_frm_vertical .posts_frm { width: 45%; }
.pickup__affair .pickup__affair__right .posts_frm_vertical .posts_frm:nth-child(3n) { margin-right: 10%; }
.pickup__affair .pickup__affair__right .posts_frm_vertical .posts_frm { margin-right: 10%; }
.pickup__affair .pickup__affair__right .posts_frm_vertical .posts_frm:nth-child(2n) { margin-right: 0; }
@media screen and (max-width: 991px){
  .pickup__affair { margin: 10rem 0 5rem; }
  .pickup__affair .pickup__affair__left,
  .pickup__affair .pickup__affair__right { width: 100%; }
  .pickup__affair .pickup__affair__left__bg {
    width: 100%;
    height: 33%;
  }
  .pickup__affair .pickup__affair__left h2 {
    text-align: center;
    padding-left: 0;
    font-size: 2.2rem !important;
  }
  .pickup__affair .pickup__affair__left .posts_frm_vertical .posts_frm .flex { display: block; }
  .pickup__affair .pickup__affair__left .posts_frm_vertical .posts_frm,
  .pickup__affair .pickup__affair__right .posts_frm_vertical .posts_frm,
  .pickup__affair .pickup__affair__left .posts_frm_vertical .posts_frm .posts_image,
  .pickup__affair .pickup__affair__left .posts_frm_vertical .posts_frm .posts_content { width: 100%; }
  .pickup__affair .pickup__affair__right .posts_frm_vertical .posts_frm { margin-right: 0; }
  .pickup__affair .pickup__affair__right .posts_frm_vertical .posts_title { font-size: 1.5rem; }
  .pickup__affair .pickup__affair__right .posts_frm_vertical .posts_frm .posts_cat,
  .pickup__affair .pickup__affair__right .posts_frm_vertical .posts_frm .posts_cat a {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 1.2rem;
    bottom: 1.5rem;
  }
}

/**
 * seikyu__cases, hiseikyu__cases
 */
.ranking__affair { margin-bottom: 90px; }
.ranking__affair h2 {
  margin-bottom: 50px;
  line-height: .7;
}
.ranking__affair .posts_frm_vertical .posts_frm { width: 23.5%; }
.ranking__affair .posts_frm_vertical .posts_frm:nth-child(3n){ margin-right: 2%; }
.ranking__affair .posts_frm_vertical .posts_frm:nth-child(4n) { margin-right: 0; }
@media screen and (max-width: 991px){
  .ranking__affair { margin-bottom: 5rem; }
  .ranking__affair h2 {
    margin-bottom: 3rem;
    line-height: 1 !important;
  }
  .ranking__affair .posts_frm_vertical .posts_frm { width: 100%; }
  .ranking__affair .posts_frm_vertical .posts_title { font-size: 1.5rem; }
  .ranking__affair .posts_frm_vertical .posts_frm .posts_cat,
  .ranking__affair .posts_frm_vertical .posts_frm .posts_cat a {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 1.2rem;
    bottom: 1.5rem;
  }
}

/**
 * categories__affair
 */
.categories__affair h2 {
  margin-bottom: 50px;
  line-height: .7;
}
.categories__affair .categories__inner { margin-bottom: 40px; }
.categories__affair .categories__inner:last-child { margin-bottom: 0; }
.categories__affair .flex { flex-wrap: nowrap; }
.categories__affair .flex .title {
  position: relative;
  margin-right: 2%;
  padding-top: 20px;
  padding-left: 20px;
  width: 45%;
  height: 200px;
  border-left: solid 4px #814996;
  z-index: 10;
}
.categories__affair .flex .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 200px solid #F4F4F4;
  border-right: 50px solid transparent;
  width: 250px;
  z-index:-1
}
.categories__affair .posts_frm_vertical .posts_frm {
  margin-bottom: 0;
  width: 32%;
}
@media screen and (max-width: 991px){
  .categories__affair h2 {
    margin-bottom: 3rem;
    line-height: 1 !important;
  }
  .categories__affair .flex { display: block; }
  .categories__affair .flex .title {
    margin-right: 0;
    margin-bottom: 1.25rem;
    padding: 2rem 0 2rem 2rem;
    width: 100%;
    height: 68px;
  }
  .categories__affair .flex .title::before {
    width: 100%;
    border-top: 68px solid #F4F4F4;
  }
  .categories__affair .posts_frm_vertical .posts_frm {
    margin-bottom: 1.25rem;
    width: 100%;
  }
  .categories__affair .posts_frm_vertical .posts_title { font-size: 1.5rem; }
  .categories__affair .posts_frm_vertical .posts_frm .posts_cat,
  .categories__affair .posts_frm_vertical .posts_frm .posts_cat a {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 1.2rem;
    bottom: 1.5rem;
  }
}
