@charset "UTF-8";

/* --------------------------------------------------
  about
-------------------------------------------------- */

/* --------------------------------------------------
  common
-------------------------------------------------- */
.text {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: -0.02em;
}
.text:not(:last-child) {
  margin-bottom: 30px;
}
.stitle {
  margin-bottom: 14px;
  padding-left: 15px;
  border-left: 6px solid #f03f69;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
}



/* --------------------------------------------------
  hero
-------------------------------------------------- */
#hero {
  margin-bottom: 146px;
}
#hero .inner {
  position: relative;
  width: auto;
  max-width: 100%;
}
.img_list ul {
  display: flex;
}
.img_list ul li {
  width: 16.67%;
}
.img_list ul li img {
  width: 100%;
}
#hero .title {
  position: absolute;
  bottom: -43px;
  right: 50%;
  margin-right: -549px;
}



#contents {
  margin-bottom: 110px;
}
.catch_text {
  margin-bottom: 98px;
  text-align: center;
}



.detail_box {
  margin-bottom: 120px;
}
.detail_text {
  margin-bottom: 39px;
  text-align: center;
}
.detail_list {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 79px;
}
.detail_item {
  width: 23.44%;
  max-width: 225px;
}
.detail_item a {
  display: block;
  height: 100%;
  background-color: #f7f7f7;
  color: #000000;
  text-decoration: none;
}
.list_text {
  position: relative;
  padding: 30px 35px 31px 19px;
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
}
/*
.detail_item:last-child .list_text {
  padding-top: 15px;
  padding-bottom: 16px;
}
*/
.list_text:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 6px;
  margin-top: -3px;
  background: url(../img/common/icon_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
}



.detail_btn_list {
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.detail_btn_list li {
  margin: 0 10px;
}
.detail_btn_list li a {
  display: block;
  background: #f0325a url(../img/common/btn_bg.jpg) center center no-repeat;
  background-size: cover;
}



.btn_back {
  text-align: center;
}
.btn_back a {
  position: relative;
  display: inline-block;
  padding: 12px 43px 12px 53px;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  text-decoration: none;
}
.btn_back a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 4px;
  margin-top: -2px;
  background: url(../img/common/icon_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}



/* --------------------------------------------------
  1025px以上 pc style
-------------------------------------------------- */
@media screen and (min-width: 1025px) {
}



/* --------------------------------------------------
  1024px以下 tablet + sp style
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
}



/* --------------------------------------------------
  769px以上で1024px以下 tablet style
-------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  #hero .title {
    margin-right: -53.7%;
  }

}



/* --------------------------------------------------
  769px以上 pc + tablet style
-------------------------------------------------- */
@media screen and (min-width: 768px) {

  /* --------------------------------------------------
    hover
  -------------------------------------------------- */
  .notouch .detail_item a .list_text,
  .notouch .detail_item a .list_text:after,
  .notouch .detail_btn_list li a,
  .notouch .btn_back a,
  .notouch .btn_back a:before {
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .notouch .detail_item a .img img {
    -webkit-transition: all 700ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: all 700ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .notouch .detail_item a .img {
    position: relative;
    overflow: hidden;
  }
  .notouch .detail_item a:hover .img img {
    opacity: 0.75;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .notouch .detail_item a:hover .list_text {
    color: #f03f69;
  }
  .notouch .detail_item a:hover .list_text:after {
    -webkit-transform: translate3d(4px,0,0);
            transform: translate3d(4px,0,0);
  }
  .notouch .detail_btn_list li a:hover {
    opacity: 0.75;
  }
  .notouch .btn_back a:hover {
    padding: 10px 41px 10px 51px;
    border-width: 3px;
    border-color: #f03f69;
    color: #f03f69;
  }
  .notouch .btn_back a:hover:before {
    -webkit-transform: scale(-1,1) translate3d(5px,0,0);
            transform: scale(-1,1) translate3d(5px,0,0);
  }

}



/* --------------------------------------------------
  768px以下 sp style
-------------------------------------------------- */
@media screen and (max-width: 767px) {

  /* --------------------------------------------------
    common
  -------------------------------------------------- */
  .text {
    font-size: 14px;
    line-height: 2;
  }
  .stitle {
    position: relative;
    margin-bottom: 7px;
    padding-left: 13px;
    border-left: none;
    font-size: 20px;
    line-height: 1.5;
  }
  .stitle:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 74%;
    background-color: #f03f69;
  }



  /* --------------------------------------------------
    hero
  -------------------------------------------------- */
  #hero {
    margin-bottom: 48px;
  }
  #hero .inner {
    width: auto;
  }
  #hero .img_list ul {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #hero .img_list ul li {
    width: 33.33%;
  }
  #hero .title {
    position: absolute;
    bottom: 50%;
    right: auto;
    left: 0;
    width: 48.13%;
    margin-bottom: -6%;
    margin-right: auto;
  }



  #contents {
    margin-bottom: 110px;
  }
  .catch_text {
    margin-bottom: 52px;
  }



  .detail_box {
    margin-bottom: 48px;
  }
  .detail_text {
    margin-bottom: 20px;
    text-align: center;
  }
  .detail_list {
    display: block;
    margin-bottom: 41px;
  }
  .detail_item {
    width: auto;
    max-width: 100%;
  }
  .detail_item:not(:last-child) {
    margin-bottom: 21px;
  }
  .detail_item a {
    display: block;
    height: 100%;
    background-color: #f7f7f7;
    color: #000000;
    text-decoration: none;
  }
  .list_text,
  .detail_item:last-child .list_text {
    padding: 17px 10px 12px 19px;
    font-size: 16px;
    line-height: 1.75;
  }



  .detail_btn_list {
    display: block;
  }
  .detail_btn_list li {
    margin: 0 auto;
  }
  .detail_btn_list li:first-child {
    margin-bottom: 20px;
  }



  .btn_back a {
    font-size: 13px;
  }

}


