.top .btn a {
  color: #e93e52;
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
  position: relative;
  line-height: 15px;
}
.top .btn a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: -5px;
  width: 15px;
  height: 15px;
  background: url(../img/common/ic_arrow_red.png);
}
.top .section .section__container {
  width: 100%;
  min-width: 960px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
}
.top .section .section__container .section__ttl {
  font-size: 30px;
  font-weight: bold;
  color: #22ac38;
  position: relative;
  line-height: 30px;
  padding-left: 10px;
  padding-top: 60px;
}
.top .section .section__container .section__ttl:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: -10px;
  width: 30px;
  height: 30px;
  background: url(../img/common/ic_ttl_circle.png);
}

@media screen and (max-width: 1020px) {
  .top .section .section__container {
    padding: 0 20px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .top .btn a {
    padding-left: 5px;
    line-height: 15px;
  }
  .top .btn a:before {
    top: 2px;
    left: -5px;
    width: 15px;
    height: 15px;
  	background: url(/assets/img/common/ic_arrow_red_r_sp.png) no-repeat left top;
  	background-size: contain;
  }
  .top .section .section__container {
    width: auto;
    min-width: 0;
  	padding: 0 5%;
  }
  .top .section .section__container .section__ttl {
    position: relative;
  	font-size: 20px;
  	line-height: 1.3;
  	padding-left: 27px;
    padding-top: 47px;
  }
  .top .section .section__container .hero__inner .section__ttl {
  	padding-top: 22px;
  }
  .top .section .section__container .section__ttl:before {
    position: absolute;
  	top: 50px;
  	left: 0;
  	width: 20px;
  	height: 20px;
  	background: url(/assets/img/common/ic_ttl_circle_sp.png);
  	background-size: contain;
  }
  .top .section .section__container .hero__inner .section__ttl:before {
  	top: 25px;
  }
}

/*------------------------------------------------------------------------------
  .top .section_hero
------------------------------------------------------------------------------*/
/* PC */
.top .section_hero {
  position: relative;
  width: 100%;
  min-width: 960px;
  max-width: 1500px;
  height: 324px;
  /* margin: 123px auto 0; */
  margin: 140px auto 0;
  overflow: hidden;
}
.top .section_hero *,
.top .section_hero *::before,
.top .section_hero *::after {
  box-sizing: border-box;
}
.top .section_hero .pickup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top .section_hero .pickup .pickup_slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.top .section_hero .pickup .pickup_set {
  display: block;
  position: relative;
  width: 100%;
  height: 324px;
}
.top .section_hero .pickup .pickup_set_01 {
  background: url(/assets/img/top/img_mainvisual.jpg) no-repeat center 68%;
  background-size: cover;
}
.top .section_hero .pickup .pickup_set_02 {
  background: url(/assets/img/top/img_mainvisual2.jpg) no-repeat center 45%;
  background-size: cover;
}
.top .section_hero .pickup .pickup_set_03 {
  background: url(/assets/img/top/img_mainvisual4.jpg) no-repeat center center;
  background-size: cover;
}
.top .section_hero .pickup .pickup_set_04 {
  background: url(/assets/img/top/img_mainvisual5.jpg) no-repeat center center;
  background-size: cover;
}
.top .section_hero .pickup .pickup_set_05 {
  background: url(/assets/img/top/img_mainvisual3.jpg) no-repeat center top;
  background-size: cover;
}
.top .section_hero .pickup .pickup_set_06 {
  background: url(/assets/img/top/img_mainvisual6.jpg?date=20250227) no-repeat center center;
  background-size: cover;
}
.top .section_hero .pickup .pickup_set_07 {
  background: url(/assets/img/top/img_mainvisual7.jpg) no-repeat center 80%;
  background-size: cover;
}
.top .section_hero .pickup .pickup_set_08 {
  background: url(/assets/img/top/img_mainvisual8.jpg?date=20250227) no-repeat center center;
  background-size: cover;
}
.top .section_hero .pickup .pickup_set_09 {
  background: url(/assets/img/top/img_mainvisual9.jpg) no-repeat center center;
  background-size: cover;
}
.top .section_hero .pickup .pickup_set_10 {
  background: url(/assets/img/top/img_mainvisual10.jpg) no-repeat center center;
  background-size: cover;
}
.top .section_hero .pickup .pickup_set::before {
  display: none;
}
.top .section_hero .pickup .pickup_set_10::before,
.top .section_hero .pickup .pickup_set_10::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/top/img_mainvisual10.jpg) no-repeat center top;
  background-size: cover;
}
.top .section_hero .pickup .pickup_set_10::before {
  bottom: 100%;
  background-position: center bottom;
  transform: translateY(4.62962963%);
  -webkit-transform: translateY(4.62962963%);
}
.top .section_hero .pickup .pickup_set_10::after {
  top: 100%;
  transform: translateY(-4.62962963%);
  -webkit-transform: translateY(-4.62962963%);
}
.top .section_hero .pickup .pickup_set .pickup_each {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 960px;
  height: 100%;
  min-height: 10px;
  margin-top: 0;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  z-index: 1;
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in,
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in a {
  display: block;
  width: 100%;
  height: auto;
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in a:hover {
  opacity: 1;
  cursor: pointer;
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in a img {
  width: 100%;
  height: auto;
  transition: transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in a:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in a.sublink {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 25px;
  background: #fff;
  text-indent: 100vw;
  font-size: 1px;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  /* opacity: 1;
  background: rgba(100,200,100,0.5); */
  transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out;
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in a.sublink1 {
  /* margin: 98px 0 0 100px; if has sublink2 */
  margin: 104px 0 0 114px;
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in a.sublink2 {
  margin: 73px 0 0 44px;
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in a.sublink:hover {
  cursor: pointer;
  opacity: 0.25;
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in .video {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  width: 380px;
  height: auto;
  background: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in .video video {
  width: 100%;
  height: auto;
  border: 10px solid #fff;
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in .video .txt_caption {
  width: 100%;
  height: auto;
  font-size: 10px;
  line-height: 1;
  padding: 0.2em 0 0.7em;
  text-align: center;
  color: #222;
  background: #fff;
  margin: -10px 0 0;
}
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in .video .btn_movie,
.top .section_hero .pickup .pickup_set .pickup_each .pickup_in .video .btn_movie a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top .section_hero .pickup .pickup_slide .slick-dots {
  display: table;
  width: auto;
  position: absolute;
  right: 15px;
  top: 24px;
  z-index: 1;
}
.top .section_hero .pickup .pickup_slide .slick-dots li {
  float: left;
}
.top .section_hero .pickup .pickup_slide .slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  padding: 5px;
  background: none;
  border: none;
}
.top .section_hero .pickup .pickup_slide .slick-dots li button:hover {
  cursor: pointer;
}
.top .section_hero .pickup .pickup_slide .slick-dots li button::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: rgba(255,255,255,0.4);
  border-radius: 50%;
}
.top .section_hero .pickup .pickup_slide .slick-dots li.slick-active button::before {
  background-color: rgba(255,255,255,1);
}
.top .section_hero .pickup .pickup_slide .slick-arrow {
  position: absolute;
  top: 0;
  display: block;
  width: 10%;
  height: 100%;
  font-size: 0;
  border: none;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
  -webkit-transition: opacity 400ms ease-in-out;
  z-index: 1;
}
.top .section_hero .pickup .pickup_slide .slick-prev {
  left: 0;
  background: rgba(255,255,255,0.2) url(/assets/img/common/ic_arrow_white_l_big.png) no-repeat center center;
  background-size: 34px auto;
}
.top .section_hero .pickup .pickup_slide .slick-next {
  right: 0;
  background: rgba(255,255,255,0.2) url(/assets/img/common/ic_arrow_white_r_big.png) no-repeat center center;
  background-size: 34px auto;
}
.top .section_hero .pickup .pickup_slide .slick-arrow:hover {
  cursor: pointer;
  opacity: 1;
}

/* PC-other */
@media all and (min-width: 769px) and (max-width: 1229px) {
  .top .section_hero {
    margin-top: 140px;
  }
}

/* PC-other */
@media all and (min-width: 769px) {
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in {
    background-image: none !important;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .top .section_hero {
    min-width: 0;
    height: auto;
    margin: 60px auto 0;
  }
  .top .section_hero .pickup {
    position: relative;
    height: auto;
  }
  .top .section_hero .pickup .pickup_slide {
    height: auto;
  }
  .top .section_hero .pickup .pickup_set {
    height: auto;
    min-height: 10px;
    max-height: 700px;
    overflow: hidden;
  }
  .top .section_hero .pickup .pickup_set_01 {
    background-image: url(/assets/img/top/img_mainvisual_sp.jpg);
    background-position: center 20%;
  }
  .top .section_hero .pickup .pickup_set_02 {
    background-image: url(/assets/img/top/img_mainvisual2_sp.jpg);
    background-position: center 60%;
  }
  .top .section_hero .pickup .pickup_set_03 {
    background-image: url(/assets/img/top/img_mainvisual4_sp.jpg);
    background-position: center 30%;
  }
  .top .section_hero .pickup .pickup_set_04 {
    background-image: url(/assets/img/top/img_mainvisual5_sp.jpg);
    background-position: center 75%;
  }
  .top .section_hero .pickup .pickup_set_05 {
    background-image: url(/assets/img/top/img_mainvisual3_sp.jpg);
    background-position: center 10%;
  }
  .top .section_hero .pickup .pickup_set_06 {
    background-image: url(/assets/img/top/img_mainvisual6_sp.jpg?date=20250227);
    background-position: center center;
  }
  .top .section_hero .pickup .pickup_set_07 {
    background-image: url(/assets/img/top/img_mainvisual7_sp.jpg);
    background-position: center 60%;
  }
  .top .section_hero .pickup .pickup_set_08 {
    background-image: url(/assets/img/top/img_mainvisual8_sp.jpg?date=20250227);
    background-position: center;
  }
  .top .section_hero .pickup .pickup_set_09 {
    background-image: url(/assets/img/top/img_mainvisual9_sp.jpg);
    background-position: center 75%;
  }
  .top .section_hero .pickup .pickup_set_10 {
    background-image: url(/assets/img/top/img_mainvisual10_sp.jpg);
    background-position: center;
  }
  .top .section_hero .pickup .pickup_set::before {
    content: "";
    display: block;
    /* padding-top: 133.333333%; */
    padding-top: 110%;
  }
  .top .section_hero .pickup .pickup_set_10::before {
    position: static;
    width: auto;
    height: auto;
    background: none;
    transform: none;
    -webkit-transform: none;
  }
  .top .section_hero .pickup .pickup_set_10::after {
    display: none;
  }
  .top .section_hero .pickup .pickup_set .pickup_each {
    width: 89.3333333%;
    max-width: 530px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    margin-top: 10.6666667%;
    overflow: hidden;
  }
  .top .section_hero .pickup .pickup_set .pickup_each.no--hidden {
    overflow: visible;
  }
  .top .section_hero .pickup .pickup_set_01 .pickup_each {
    background: rgba(255,255,255,0.8);
  }
  .top .section_hero .pickup .pickup_set_02 .pickup_each,
  .top .section_hero .pickup .pickup_set_03 .pickup_each,
  .top .section_hero .pickup .pickup_set_05 .pickup_each,
  .top .section_hero .pickup .pickup_set_09 .pickup_each {
    background: rgba(255,255,255,0.75);
  }
  .top .section_hero .pickup .pickup_set_04 .pickup_each,
  .top .section_hero .pickup .pickup_set_06 .pickup_each,
  .top .section_hero .pickup .pickup_set_07 .pickup_each,
  .top .section_hero .pickup .pickup_set_08 .pickup_each {
    background: rgba(255,255,255,0.85);
  }
  .top .section_hero .pickup .pickup_set_10 .pickup_each {
    background: rgba(255,255,255,1);
  }
  .top .section_hero .pickup .pickup_set_01 .pickup_each:hover,
  .top .section_hero .pickup .pickup_set_02 .pickup_each:hover,
  .top .section_hero .pickup .pickup_set_03 .pickup_each:hover,
  .top .section_hero .pickup .pickup_set_05 .pickup_each:hover,
  .top .section_hero .pickup .pickup_set_09 .pickup_each:hover,
  .top .section_hero .pickup .pickup_set_10 .pickup_each:hover {
    background: rgba(255,255,255,0.9);
  }
  .top .section_hero .pickup .pickup_set_04 .pickup_each:hover,
  .top .section_hero .pickup .pickup_set_06 .pickup_each:hover,
  .top .section_hero .pickup .pickup_set_07 .pickup_each:hover,
  .top .section_hero .pickup .pickup_set_08 .pickup_each:hover {
    background: rgba(255,255,255,0.95);
  }
  .top .section_hero .pickup .pickup_set .pickup_each::before {
    content: "";
    display: block;
    padding-top: 62.6865672%;
  }
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in,
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in a img {
    display: none;
  }
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in a.sublink {
    width: 11.3%;
    height: auto;
    min-height: 10px;
    background: #fff;
    color: #fff;
  }
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in a.sublink1 {
    /* margin: 19.5% 0 0 24.75%; if has sublink2 */
    margin: 24.3% 0 0 25.8%;
  }
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in a.sublink2 {
    margin: 14.5% 0 0 10.7%;
  }
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in a.sublink::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in .video {
    right: 50%;
    top: auto;
    bottom: 0;
    width: 47vw;
    max-width: 299px;
    margin-top: 0;
    transform: translate(90%,133%);
    -webkit-transform: translate(90%,133%);
  }
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in .video::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/img_mainvisual8_element_sp.png?date=20250227) no-repeat center center;
    background-size: 83.333333333333333% auto;
    transform: translate(-87%,4%);
    -webkit-transform: translate(-87%,4%);
    z-index: -1;
  }
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in .video video {
    border-width: 1.333333333333333vw;
  }
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in .video .txt_caption {
    position: relative;
    z-index: 1;
    padding: 0.5em 0;
  }
  .top .section_hero .pickup .pickup_slide .slick-dots {
    right: 50%;
    top: 60%;
    transform: translate(50%,15px);
    -webkit-transform: translate(50%,15px);
    -moz-transform: translate(50%,15px);
  }
  .top .section_hero .pickup .pickup_slide .slick-arrow:hover {
    opacity: 0;
  }
}

/* SP2 */
@media screen and (min-width: 636px) and (max-width: 768px) {
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in .video video {
    border-width: 8px;
  }
}

/* SP3 */
@media screen and (min-width: 595px) and (max-width: 768px) {
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in .video {
    transform: translate(90%,136%);
    -webkit-transform: translate(90%,136%);
  }
}

/*------------------------------------------------------------------------------
  .top .section_shindan
------------------------------------------------------------------------------*/
/* PC */
.top .section_shindan {
  padding: 60px 0 40px;
}
.top .section_shindan *,
.top .section_shindan *::before,
.top .section_shindan *::after {
  box-sizing: border-box;
}
.top .section_shindan .about_set {
  background: rgba(152,199,59,0.3);
  border-radius: 10px;
}
.top .section_shindan .about_set .about_ttl {
  float: left;
  display: table;
  width: auto;
  position: relative;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0.75em 8px 0.75em 30px;
  background: #22ac38;
  border-radius: 10px 0 0 10px;
}
.top .section_shindan .about_set .about_ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -30px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #22ac38;
}
.top .section_shindan .about_set .about_dtl {
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  padding: 12px 0 12px 55px;
}
.top .section_shindan .point_set {
  width: 100%;
  padding: 73px 0 0;
}
.top .section_shindan .point_set .point_each {
  float: left;
  position: relative;
  width: 300px;
  background: #fff;
  border: 4px solid #98c73b;
  border-radius: 10px;
  margin: 0;
  padding: 0;
}
.top .section_shindan .point_set .point_each + .point_each {
  margin-left: 30px;
}
.top .section_shindan .point_set .point_each .point_no {
  position: absolute;
  left: 50%;
  top: -50px;
  display: block;
  width: 56px;
  min-height: 10px;
  font-size: 0;
  margin-left: -28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.top .section_shindan .point_set .point_each .point_no::before {
  content: "";
  display: block;
  padding-top: 139.285714%;
}
.top .section_shindan .point_set .point_each .point_txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 300px;
  height: 160px;
  padding: 0;
}
.top .section_shindan .point_set .point_each .point_txt .stxt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em 0;
  padding-bottom: 15px;
}
.top .section_shindan .point_set .point_each .point_txt .txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #22ac38;
  margin: -0.25em 0;
}

/* SP */
@media screen and (max-width: 768px) {
  .top .section_shindan {
    padding: 60px 0 30px;
  }
  .top .section_shindan .about_set .about_ttl {
    float: none;
    left: -5px;
    top: -20px;
    font-size: 18px;
    margin-bottom: -20px;
    padding: 12px 7px 12px 20px;
  }
  .top .section_shindan .about_set .about_ttl::after {
    right: -28px;
    margin-top: -28px;
    border-top-width: 28px;
    border-bottom-width: 28px;
    border-left-width: 28px;
  }
  .top .section_shindan .about_set .about_dtl {
    float: none;
    font-size: 14px;
    line-height: 1.6;
    padding: 16px 6%;
  }
  .top .section_shindan .point_set {
    padding: 10px 0 0;
  }
  .top .section_shindan .point_set .point_each {
    float: none;
    width: 100%;
    border-width: 3px;
    margin: 10px auto 0;
    padding: 20px 8%;
  }
  .top .section_shindan .point_set .point_each + .point_each {
    margin-left: auto;
  }
  .top .section_shindan .point_set .point_each .point_no {
    display: table-cell;
    position: static;
    width: 50px;
    min-width: 50px;
    margin-left: 0;
  }
  .top .section_shindan .point_set .point_each .point_no::before {
    content: "";
    display: block;
    padding-top: 139.285714%;
  }
  .top .section_shindan .point_set .point_each .point_txt {
    text-align: left;
    width: auto;
    min-width: 230px;
    height: auto;
    padding: 0 0 0 25px;
  }
  .top .section_shindan .point_set .point_each .point_txt .stxt {
    font-size: 13px;
    padding-bottom: 7px;
  }
  .top .section_shindan .point_set .point_each .point_txt .txt {
    font-size: 18px;
    line-height: 1.38888889;
    margin: -0.19444444em 0;
  }
}

/*------------------------------------------------------------------------------
  .top .section_banner
------------------------------------------------------------------------------*/
/* PC */
.top .section_banner {
  height: 100px;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}
.top .section_banner ul {
  padding-top: 20px;
}
.top .section_banner ul li {
  float: left;
  margin-left: 12px;
}
.top .section_banner ul li:first-child {
  margin-left: 0;
}

/* SP */
@media screen and (max-width: 768px) {
  .top .section_banner {
    height: auto;
  }
  .top .section_banner ul {
    padding-top: 10px;
  }
  .top .section_banner ul li {
    float: none;
    margin-left: 0px;
  }
  .top .section_banner ul li:first-child {
    margin-left: 0;
  }
}

/*------------------------------------------------------------------------------
  .top .section_news
------------------------------------------------------------------------------*/
/* PC */
.top .section_news .section__container .section__ttl {
  padding-top: 37px;
  padding-bottom: 20px;
  background: url(../img/top/bg_line_news_green.gif) center bottom repeat-x;
}
.top .section_news .btn {
  position: absolute;
  top: 49px;
  right: 30px;
}
.top .section_news table {
  width: 100%;
  margin-top: 10px;
  border-collapse: separate;
}
.top .section_news table tr {
  font-size: 14px;
  background: url(../img/top/bg_line_news_gray.gif) center bottom repeat-x;
}
.top .section_news table tr.first {
  padding-top: 15px;
}
.top .section_news table tr.last {
  background-image: url(../img/top/bg_line_news_green.gif);
}
.top .section_news table tr.last td {
  padding-bottom: 22px;
}
.top .section_news table tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.top .section_news table tr td.news__date {
  width: 90px;
  padding-left: 30px;
}
.top .section_news table tr td.news__txt {
  padding-right: 30px;
}
.top .section_news table tr td.is--update {
  color: #ff7e00;
  width: 120px;
  font-weight: bold;
  text-align: center;
}
.top .section_news table tr td.is--notice {
  color: #22ac38;
  width: 120px;
  font-weight: bold;
  text-align: center;
}
.top .section_news table tr td a {
  text-decoration: underline;
}
.top .section_news table tr td a:hover {
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 1020px) {
  .top .section_news .btn {
    right: 20px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .top .section_news .section__container .section__ttl {
    padding-top: 27px;
    padding-bottom: 10px;
    background: url(../img/top/bg_line_news_green_sp.png) center bottom repeat-x;
    background-size: auto 2px;
  }
  .top .section_news .section__container .section__ttl:before {
  	top: 30px;
  }
  .top .section_news .btn {
    position: absolute;
    top: 30px;
    right: 5%;
  }
	.top .section_news table,
	.top .section_news table tbody,
	.top .section_news table tr,
	.top .section_news table th,
	.top .section_news table td{
		display: block;
	}
  .top .section_news table {
    margin-top: 0;
  }
  .top .section_news table tr {
    padding: 10px 0;
    font-size: 13px;
    background: url(../img/top/bg_line_news_gray_sp.png) center bottom repeat-x;
    background-size: auto 2px;
  }
  .top .section_news table tr.first {
    padding-top: 15px;
  }
  .top .section_news table tr.last {
    background-image: url(../img/top/bg_line_news_green_sp.png);
    background-size: auto 2px;
  }
  .top .section_news table tr td {
  	padding: 3px 0 0;
  }
  .top .section_news table tr.last td {
    padding-bottom: 5px;
  }
  .top .section_news table tr td.news__date {
  	display: inline-block;
    width: auto;
  	padding: 0 6% 0 0;
  }
  .top .section_news table tr td.news__txt {
    padding-right: 0;
  }
  .top .section_news table tr td.is--update {
  	display: inline-block;
    width: auto;
  	padding: 0;
  }
  .top .section_news table tr td.is--notice {
  	display: inline-block;
    width: auto;
  	padding: 0;
  }
}

/*------------------------------------------------------------------------------
  .top .section_banners
------------------------------------------------------------------------------*/
/* PC */
.top .section_banners .banner {
  margin: 30px auto 0;
}
.top .section_banners .banner__seminar a {
  background: url(../img/top/bt_banner_seminar.jpg) left top no-repeat;
  background-size: contain;
  display: block;
  width: 728px;
  height: 90px;
  margin: 0 auto;
  font-size: 0;
}

/* SP */
@media screen and (max-width: 768px) {
  .top .section_banners .section__container {
    padding-bottom: 0;
  }
  .top .section_banners .banner__seminar a {
    background-image: url(../img/top/bt_banner_seminar_sp.jpg);
    width: 100%;
    max-width: 353px;
    min-height: 10px;
    height: auto;
  }
  .top .section_banners .banner__seminar a::before {
    content: "";
    display: block;
    padding-top: 33.994334%;
  }
}

/*------------------------------------------------------------------------------
  .top .section_case_study
------------------------------------------------------------------------------*/
/* PC */
.top .section_case_study {
  background-color: #f0f0e4;
  min-width: 960px;
}
.top .section_case_study .section__container {
  padding-bottom: 70px;
}
.top .section_case_study .section__ttl {
  padding-bottom: 20px;
}
.top .section_case_study .ttl__inner {
  position: relative;
  margin-top: 30px;
  margin-bottom: 8px;
}
.top .section_case_study .section__ttl + .ttl__inner {
  margin-top: 20px;
}
.top .section_case_study .ttl__inner .section__sub_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #22ac38;
}
.top .section_case_study .section__ttl + .ttl__inner .section__sub_ttl {
  display: table-cell;
  vertical-align: middle;
  width: 174px;
}
.top .section_case_study .ttl__inner .section__txt {
  display: table-cell;
  font-size: 14px;
	line-height: 1.5;
  padding: 10px 0 0;
}
.top .section_case_study .case_study__box {
  border: 4px solid #22ac38;
  border-radius: 10px;
  background-color: #fff;
  padding: 7px 0;
  box-sizing: border-box;
  behavior: url(/assets/lib/PIE.htc);
  position: relative;
}
.top .section_case_study .case_study__box li {
  display: table-cell;
  width: 33.3333%;
  height: 100%;
  padding: 0 0 20px;
  background: url(../img/top/bg_line_case_study.gif) right top repeat-y;
  text-align: center;
}
.top .section_case_study .case_study__box li.last {
  background-image: none;
}
.top .section_case_study .case_study__box li h4 {
  margin-top: 20px;
}
.top .section_case_study .case_study__box li h4 img {
  position: relative;
  left: -10px;
  height: 68px;
  width: auto;
}
.top .section_case_study .case_study__box li .txt {
  font-size: 14px;
  line-height: 1.5;
  margin: -0.25em 0;
  padding: 10px 40px 16px;
  text-align: left;
}
.top .section_case_study .case_study__box--photo {
  display: table;
  width: 100%;
  border: 4px solid #22ac38;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  behavior: url(/assets/lib/PIE.htc);
  position: relative;
  overflow: hidden;
}
.top .section_case_study .case_study__box--photo .box__photo.dpc {
  display: table-cell;
}
.top .section_case_study .case_study__box--photo .box__photo.dsp {
  display: none;
}
.top .section_case_study .case_study__box--photo .box__txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.top .section_case_study .case_study__box--photo .box__txt .txt {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding: 0 40px;
}
.top .section_case_study .case_study__box--photo .box__txt .btn {
  margin-top: 20px;
}
.top .section_case_study .case_study__more_btn a {
  display: block;
  width: 332px;
  height: 41px;
  margin: 13px auto 0;
  background-color: #22ac38;
  color: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  behavior: url(/assets/lib/PIE.htc);
}
.top .section_case_study .case_study__more_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 12px;
  width: 15px;
  height: 15px;
  background: url(../img/common/ic_arrow_white_r15.png);
}

/* SP */
@media screen and (max-width: 768px) {
  .top .section_case_study {
    height: auto;
    min-width: inherit;
  }
  .top .section_case_study .section__container {
    padding-bottom: 50px;
  }
  .top .section_case_study .section__ttl {
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .top .section_case_study .ttl__inner {
    margin-bottom: 13px;
  }
  .top .section_case_study .section__ttl + .ttl__inner {
    margin-top: 30px;
  }
  .top .section_case_study .ttl__inner .section__sub_ttl {
    font-size: 18px;
    line-height: 1.6;
  }
  .top .section_case_study .section__ttl + .ttl__inner .section__sub_ttl {
    display: block;
    width: auto;
  }
  .top .section_case_study .ttl__inner .section__txt {
    display: block;
  	font-size: 13px;
    padding: 5px 0 0;
  }
  .top .section_case_study .case_study__box {
    margin: 0 auto;
    padding: 0 10px;
    border-width: 3px;
  }
  .top .section_case_study .case_study__box li {
    display: block;
    width: auto;
    height: auto;
    background: url(../img/top/bg_line_news_gray_sp.png) left bottom repeat-x;
    background-size: auto 2px;
  }
  .top .section_case_study .case_study__box li.last {
    background-image: none;
    width: auto;
  }
  .top .section_case_study .case_study__box li h4 {
    display: block;
    margin: 0;
    padding: 22px 15px 3px;
  }
  .top .section_case_study .case_study__box li h4 img {
    position: static;
  	height: 56px;
    padding-right: 12px;
  }
  .top .section_case_study .case_study__box li .txt {
    font-size: 13px;
    padding: 10px 5% 16px;
  }
  .top .section_case_study .case_study__box--photo {
    border-width: 3px;
  }
  .top .section_case_study .case_study__box--photo .box__photo.dpc {
    display: none;
  }
  .top .section_case_study .case_study__box--photo .box__photo.dsp {
    display: block;
    width: 100%;
  }
  .top .section_case_study .case_study__box--photo .box__photo img {
    width: 100%;
  }
  .top .section_case_study .case_study__box--photo .box__txt {
    display: block;
  	padding: 20px 0 0;
  }
  .top .section_case_study .case_study__box--photo .box__txt .txt {
    font-size: 13px;
    padding: 0 6%;
  }
  .top .section_case_study .case_study__box--photo .box__txt .btn {
    margin-top: 10px;
  	padding-bottom: 20px;
  }
  .top .section_case_study .case_study__more_btn a {
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
  }
  .top .section_case_study .case_study__more_btn a:after {
    background: url(../img/common/ic_arrow_white_r_sp.png);
    background-size: contain;
  }
}

/*------------------------------------------------------------------------------
  .top .section_faq
------------------------------------------------------------------------------*/
/* PC */
.top .section_faq {
  /* height: 506px; */
  height: 156px;
}
.top .section_faq .section__ttl {
  margin-bottom: 15px;
}
.top .section_faq .faq__box {
  display: table;
  width: 100%;
  border: 4px solid #22ac38;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  behavior: url(/assets/lib/PIE.htc);
  position: relative;
  overflow: hidden;
}
.top .section_faq .faq__box .box__photo {
  display: table-cell;
  width: 50%;
}
.top .section_faq .faq__box .box__txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.top .section_faq .faq__box .box__txt .btn {
  margin-top: 20px;
}

/* SP */
@media screen and (max-width: 768px) {
  .top .section_faq {
    height: auto;
  	padding-bottom: 80px;
  }
  .top .section_faq .section__ttl {
    margin-bottom: 10px;
  }
  .top .section_faq .faq__box {
    border-width: 3px;
  }
  .top .section_faq .faq__box .box__photo {
    display: block;
    width: 100%;
  }
	.top .section_faq .faq__box .box__photo img{
		width: 100%;
	}
  .top .section_faq .faq__box .box__txt {
    display: block;
  	padding: 15px 15px 0;
  }
  .top .section_faq .faq__box .box__txt .btn {
    margin-top: 10px;
  	padding-bottom: 15px;
  }
}

/*------------------------------------------------------------------------------
  .top .section_link
------------------------------------------------------------------------------*/
/* PC */
.top .section_link {
  height: 512px;
}
.top .section_link .section__ttl {
  margin-bottom: 15px;
}
.top .section_link ul li {
  float: left;
  margin-left: 20px;
}
.top .section_link ul li:first-child {
  margin-left: 0;
}
.top .section_link ul li a:hover {
  cursor: pointer;
}

/* SP */
@media screen and (max-width: 768px) {
  .top .section_link {
    height: auto;
  }
  .top .section_link .section__ttl {
    margin-bottom: 10px;
  }
  .top .section_link ul li {
    float: left;
    margin-left: 20px;
  }
}

/*------------------------------------------------------------------------------
  .top .section_service
------------------------------------------------------------------------------*/
/* PC */
.top .section_service {
}
.top .section_service .section__container {
  padding-bottom: 70px;
  overflow: hidden;
}
.top .section_service *,
.top .section_service *::before,
.top .section_service *::after {
  box-sizing: border-box;
}
.top .section_service .section__txt {
  font-size: 14px;
  line-height: 1.5;
  margin: -0.25em 0;
  padding: 25px 0 0;
}
.top .section_service .boxes {
  margin: 0 -15px;
}
.top .section_service .boxes .each_box {
  float: left;
  width: 33.3333%;
  padding: 0 15px;
  margin: 30px 0 0;
}
.top .section_service .boxes .each_box .box_dl {
  width: 100%;
  height: 290px;
  border-radius: 10px;
  border: 4px solid #22ac38;
}
.top .section_service .boxes .each_box .box_dt {
  padding: 11px 0 12px;
  background: #22ac38;
}
.top .section_service .boxes .each_box .box_dt .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: -0.15em 0;
  text-align: center;
  color: #fff;
}
.top .section_service .boxes .each_box .box_dd {
  position: relative;
  padding: 28px 0 0;
}
.top .section_service .boxes .each_box .box_dd .icon {
  width: 190px;
  margin: 0 auto;
}
.top .section_service .boxes .each_box .box_dd .icon img {
  width: 100%;
  height: auto;
}
.top .section_service .boxes .each_box .box_dd .txt {
  font-size: 14px;
  line-height: 1.5;
  margin: -0.25em 0;
  padding: 28px 20px 16px;
}
.top .section_service .boxes .each_box .box_dd .soon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  border-radius: 20px;
  overflow: hidden;
}
.top .section_service .boxes .each_box .box_dd .txt_soon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 58px 20px 0;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}
.top .section_service .boxes .each_box .box_dd .btn {
  text-align: center;
}
.top .section_service .banner_energy-diagnosis {
  position: relative;
  display: block;
  width: 860px;
  min-height: 10px;
  margin: 30px auto 0;
  border-radius: 10px;
  background: url(../img/top/banner_energy-diagnosis.png) no-repeat center / contain;
}
.top .section_service .banner_energy-diagnosis:hover {
  opacity: 0.8;
}
.top .section_service .banner_energy-diagnosis::before {
  content: "";
  display: block;
  padding-top: 17.90697674%;
}
.top .section_service .banner_energy-diagnosis .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media screen and (min-width: 1300px) {
  .top .section_service .boxes .each_box .box_dl {
    height: 270px;
  }
}

@media screen and (min-width: 769px) and (max-width: 962px) {
  .top .section_service .boxes .each_box:nth-child(4) .box_dl,
  .top .section_service .boxes .each_box:nth-child(5) .box_dl,
  .top .section_service .boxes .each_box:nth-child(6) .box_dl {
    height: 310px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .top .section_service .section__container {
    padding-bottom: 50px;
  }
  .top .section_service .section__txt {
    font-size: 13px;
    padding: 15px 0 0;
  }
  .top .section_service .boxes {
    margin: 0;
  }
  .top .section_service .boxes .each_box {
    float: none;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
  }
  .top .section_service .boxes .each_box .box_dl {
    height: auto;
    border-width: 3px;
  }
  .top .section_service .boxes .each_box .box_dt {
    padding: 10px 0;
  }
  .top .section_service .boxes .each_box .box_dt .ttl {
    font-size: 16px;
  }
  .top .section_service .boxes .each_box .box_dd {
    padding: 20px 0;
  }
  .top .section_service .boxes .each_box .box_dd .icon {
    /* width: 190px; */
  }
  .top .section_service .boxes .each_box .box_dd .txt {
    font-size: 13px;
    padding: 20px 6% 16px;
  }
  .top .section_service .boxes .each_box .box_dd .txt_soon {
    font-size: 18px;
    padding: 10px 6% 0;
  }
  .top .section_service .banner_energy-diagnosis {
    width: 100%;
    max-width: 500px;
    background-image: url(../img/top/banner_energy-diagnosis_sp.png);
  }
  .top .section_service .banner_energy-diagnosis::before {
    padding-top: 61.83431953%;
  }
}

/*------------------------------------------------------------------------------
  .top .section_links
------------------------------------------------------------------------------*/
/* PC */
.top .section_links {
}
.top .section_links .section__container {
  padding-bottom: 200px;
}
.top .section_links .other_links {
  display: table;
  width: 100%;
  max-width: 1224px;
  margin: 7px auto 0;
  text-align: center;
}
.top .section_links .other_links .other_link {
  float: left;
  display: table;
  width: 23.5%;
  margin: 20px 0 0 0;
  box-sizing: border-box;
}
.top .section_links .other_links .other_link + .other_link {
  margin: 20px 0 0 2%;
}
.top .section_links .other_links .other_link.link_05 {
  margin: 2% 0 0 25.5%;
}
.top .section_links .other_links .other_link.link_06 {
  margin: 2% 0 0 2%;
}
.top .section_links .other_links .other_link a {
  display: block;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.18);
}
.top .section_links .other_links .other_link a img {
  width: 100%;
  height: auto;
}
.top .section_links .other_links .link_06 a img {
  border: none;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .top .section_links .other_links .other_link {
    width: 30%;
    margin: 20px 0 0 2%;
  }
  .top .section_links .other_links .other_link + .other_link {
    margin: 20px 0 0 3%;
  }
  .top .section_links .other_links .other_link.link_04 {
    margin: 3% 0 0 2%;
  }
  .top .section_links .other_links .other_link.link_05,
  .top .section_links .other_links .other_link.link_06 {
    margin: 3% 0 0 3%;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .top .section_links .section__container {
    padding-bottom: 120px;
  }
  .top .section_links .other_links {
    margin: 5px 0 0;
  }
  .top .section_links .other_links .other_link {
    width: 48%;
    margin: 15px 0 0;
  }
  .top .section_links .other_links .other_link + .other_link,
  .top .section_links .other_links .other_link.link_05,
  .top .section_links .other_links .other_link.link_06 {
    margin: 4% 0 0;
  }
  .top .section_links .other_links .other_link.link_02 {
    margin-top: 15px;
  }
  .top .section_links .other_links .other_link:nth-child(2n) {
    margin-left: 4%;
  }
}

/* @media print {
  .top .section_hero .pickup .pickup_slide .slick-list .slick-track {
    width: 960px !important;
  }
  .top .section_hero .pickup .pickup_slide .slick-list .slick-track .slick-slide,
  .top .section_hero .pickup .pickup_slide .slick-list .slick-track .slick-current {
    width: 700px !important;
    left: 0 !important;
  }
  .top .section_hero .pickup .pickup_slide .slick-list .slick-track .slick-slide {
    display: none !important;
  }
  .top .section_hero .pickup .pickup_slide .slick-list .slick-track .slick-slide:first-child {
    display: block !important;
  }
  .top .section_hero .pickup .pickup_set .pickup_each .pickup_in {
    background-image: none !important;
  }
} */
