/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/detail/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  position: relative;
  z-index: 100000;
}
main section.s01 .wrapper .sliderbox {
  width: 100%;
  margin: 0 auto;
  height: vw(750);
  position: relative;
}
main section.s01 .wrapper .sliderbox .detail_slider {
  width: 100% !important;
  margin: 0 auto;
}
main section.s01 .wrapper .sliderbox .detail_slider .slide_li {
  height: 750px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  outline: none;
}
main section.s01 .wrapper .sliderbox .detail_slider .slide_li .base {
  display: none;
}
main section.s01 .wrapper .sliderbox .slick-dots {
  text-align: center;
  top: -5px;
  bottom: auto;
  opacity: 1;
}
main section.s01 .wrapper .sliderbox .slick-dots li {
  /* width: 95px;
  height: 3px;
  margin: 0 5px;
  background-colo: #aaa;
  opacity: 1; */
  position: absolute;
  width: calc(100% - 281px);
  top: 20px;
  right: calc(100% - 241px);
  left: 40px;
  height: 2px;
  margin: 0 5px;
  background-color: #aaa;
  opacity: 1;
}
main section.s01 .wrapper .sliderbox .slick-dots li button {
  /* width: 100%;
  height: 3px;
  display: block;
  position: relative;
  opacity: 1; */
  width: 100%;
  height: 3px;
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 .wrapper .sliderbox .slick-dots li button::after, main section.s01 .wrapper .sliderbox .slick-dots li button::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
main section.s01 .wrapper .sliderbox .slick-dots li.slick-active button::after, main section.s01 .wrapper .sliderbox .slick-dots li.slick-active button::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  z-index: 100000;
}
main section.s01 .wrapper .first_bar {
  width: calc(100% - 281px);
  top: 15px;
  right: calc(100% - 241px);
  left: 40px;
  height: 2px;
  margin: 0 5px;
  position: absolute;
  z-index: 1000000000000;
  background-color: #aaa;
}
main section.s01 .wrapper .first_bar:after {
  content: "";
  height: 2px;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: #fff;
  width: 0;
  -webkit-transition-duration: 3.2s;
  transition-duration: 3.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
main section.s01 .wrapper .first_bar.complete:after {
  width: 100%;
}
main section.s01 .wrapper .slick-counter {
  position: absolute;
  left: 50px;
  top: 30px;
  text-align: right;
  color: #fff;
  font-size: 14px;
  letter-spacing: 4px;
  text-shadow: 0px 0px 10px black;
  z-index: 100000;
}
main section.s01 .wrapper .ttlbox {
  position: absolute;
  /* bottom: 280px; */
  right: 0;
  left: 0;
  z-index: 100;
  bottom: 30px;
  pointer-events: none;
}
main section.s01 .wrapper .ttlbox .ttl_cat {
  font-size: 16px;
  color: #FFC402;
  width: 1100px;
  margin: 0 auto;
  padding-left: 5px;
  font-weight: bold;
  text-shadow: 0px 0px 10px black;
}
main section.s01 .wrapper .ttlbox h2 {
  margin-top: 5px;
}
main section.s01 .wrapper .ttlbox h2 span {
  display: block;
  width: 1100px;
  margin: 0 auto;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0px 0px 15px black;
}
main section.s01 .wrapper .ttlbox .info_txt {
  font-size: 16px;
  color: #fff;
  width: 1100px;
  margin: 5px auto 0;
  padding-left: 5px;
  font-weight: bold;
  text-shadow: 0px 0px 10px black;
}
main section.s01 .wrapper .linebox {
  width: 186px;
  height: 270px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 4;
  padding: 22px 0 0;
}
main section.s01 .wrapper .linebox .account {
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper .linebox .line_id {
  background-color: #07B53B;
  width: 156px;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 0;
  text-align: center;
  margin: 12px auto 0;
  border-radius: 18px;
  color: #fff;
  font-weight: bold;
}
main section.s01 .wrapper .linebox .qr {
  width: 153px;
  display: block;
  margin: 20px auto 0;
}
main section.s01 .wrapper .iinebox {
  width: 120px;
  height: 152px;
  position: fixed;
  bottom: 125px;
  right: 7px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  z-index: 100;
  padding-top: 15px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main section.s01 .wrapper .iinebox:hover, main section.s01 .wrapper .iinebox.taped {
  background-color: #FF8A02;
}
main section.s01 .wrapper .iinebox:hover .iine img.iine01, main section.s01 .wrapper .iinebox.taped .iine img.iine01 {
  opacity: 0;
}
main section.s01 .wrapper .iinebox:hover .iine img.iine02, main section.s01 .wrapper .iinebox.taped .iine img.iine02 {
  opacity: 1;
}
main section.s01 .wrapper .iinebox:hover .num, main section.s01 .wrapper .iinebox.taped .num, main section.s01 .wrapper .iinebox:hover .t01, main section.s01 .wrapper .iinebox.taped .t01 {
  color: #fff;
}
main section.s01 .wrapper .iinebox .iine {
  width: 74px;
  height: 74px;
  margin: 0 auto;
  position: relative;
}
main section.s01 .wrapper .iinebox .iine img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main section.s01 .wrapper .iinebox .iine img.iine01 {
  opacity: 1;
}
main section.s01 .wrapper .iinebox .iine img.iine02 {
  opacity: 0;
}
main section.s01 .wrapper .iinebox .num {
  font-size: 20px;
  margin-top: 6px;
}
main section.s01 .wrapper .iinebox .num,main section.s01 .wrapper .iinebox .t01 {
  text-align: center;
  color: #FF8A02;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main section.s01 .wrapper .iinebox .t01 {
  font-size: 14px;
  margin-top: 2px;
}
main section.s01 .wrapper .reloadbox {
  width: 120px;
  height: 75px;
  position: fixed;
  bottom: 30px;
  right: 7px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  z-index: 100;
  padding-top: 11px;
  /*  </0929 update>  */
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main section.s01 .wrapper .reloadbox a {
  display: block;
  width: 100%;
  height: 100%;
}
main section.s01 .wrapper .reloadbox .reload {
  width: 50px;
  /*  </0929 update>  */
  margin: 0 auto;
}
main section.s01 .wrapper .reloadbox .reload img {
  width: 100%;
}
main section.s01 .wrapper .livebox {
  background-color: #17B7BE;
  position: fixed;
  top: 110px;
  left: 7px;
  width: 210px;
  height: 216px;
  border: 2px solid #fff;
  border-left: none;
  border-radius: 0 10px 10px 0;
  padding: 15px 27px 0;
  text-decoration: none;
  display: block;
  z-index: 10000000;
}
main section.s01 .wrapper .livebox .movie {
  width: 152px;
  height: 96px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
main section.s01 .wrapper .livebox .movie .icon_movie01 {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -17px auto 0;
}
main section.s01 .wrapper .livebox .txtbox {
  display: block;
}
main section.s01 .wrapper .livebox .txtbox .t01 {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  height: 30px;
  padding: 4px 0 0 33px;
  background-image: url(../../images/icon_live01.svg);
  background-repeat: no-repeat;
  background-position: center left 0;
  margin-top: 8px;
}
main section.s01 .wrapper .livebox .txtbox .t02 {
  background-color: #fff;
  height: 40px;
  width: 145px;
  margin: 9px auto 0;
  border-radius: 20px;
  text-align: center;
  color: #17B7BE;
  line-height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main section.s01 .wrapper .livebox:hover {
  opacity: 1;
}
main section.s01 .wrapper .livebox:hover .txtbox .t02 {
  background-color: #FF8A02;
  color: #fff;
}
main section.s01 .wrapper .databox {
  width: 1100px;
  margin: 35px auto 0;
  z-index: 4;
}
main section.s01 .wrapper .databox .score {
  width: 462px;
  height: 210px;
  padding: 25px 0 0;
  float: left;
  background-color: #F5F5F5;
  border-radius: 10px;
}
main section.s01 .wrapper .databox .score .t01 {
  width: 269px;
  height: 53px;
  display: block;
  margin: 0 auto;
  border-radius: 27px;
  border: 3px solid #fff;
  background-color: #FFC402;
  line-height: 47px;
  padding-left: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  background-image: url(../../images/icon_score01.svg);
  background-position: center left 20px;
  background-repeat: no-repeat;
}
main section.s01 .wrapper .databox .score .t02 {
  text-align: center;
  font-size: 74px;
  font-weight: bold;
  color: #FF5002;
  line-height: 90px;
  /* margin-top: 5px; */
}
main section.s01 .wrapper .databox .score .t02 span {
  display: inline-block;
  vertical-align: middle;
  width: 82px;
  height: 54px;
  /* margin: 33px 10px 0 0; */
  margin: 0 10px 0 0;
  border-radius: 10px;
  line-height: 54px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 25px;
  background-color: #fff;
}
main section.s01 .wrapper .databox .review_point {
  width: 608px;
  height: 210px;
  padding: 25px 60px 0;
  float: right;
  background-color: #F5F5F5;
  border-radius: 10px;
}
main section.s01 .wrapper .databox .review_point ul li {
  width: calc(50% - 25px);
  float: left;
}
main section.s01 .wrapper .databox .review_point ul li .dl01 {
  margin-bottom: 10px;
}
main section.s01 .wrapper .databox .review_point ul li .dl01 dt {
  width: 120px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 17px;
  float: left;
  font-weight: bold;
}
main section.s01 .wrapper .databox .review_point ul li .dl01 dd {
  width: calc(100% - 120px);
  float: right;
  font-size: 32px;
  line-height: 34px;
  text-align: right;
  font-weight: bold;
}
main section.s01 .wrapper .databox .review_point ul li .dl02 dt {
  width: calc(100% - 60px);
  float: left;
  line-height: 140%;
  font-size: 16px;
  padding: 3px 0;
}
main section.s01 .wrapper .databox .review_point ul li .dl02 dd {
  width: 60px;
  float: right;
  line-height: 140%;
  font-size: 16px;
  padding: 3px 0;
  text-align: right;
  font-weight: bold;
}
main section.s01 .wrapper .databox .review_point ul li.posi .dl01 dt {
  background-color: #C3D7F2;
}
main section.s01 .wrapper .databox .review_point ul li.posi .dl01 dd,main section.s01 .wrapper .databox .review_point ul li.posi .dl02 dd {
  color: #3A79F4;
}
main section.s01 .wrapper .databox .review_point ul li.nega {
  float: right;
}
main section.s01 .wrapper .databox .review_point ul li.nega .dl01 dt {
  background-color: #EDBDB9;
}
main section.s01 .wrapper .databox .review_point ul li.nega .dl01 dd,main section.s01 .wrapper .databox .review_point ul li.nega .dl02 dd {
  color: #F01400;
}
main section.s01 .wrapper .databox .review_point ul li .btn_more_review {
  width: 133px;
  height: 34px;
  border-radius: 17px;
  margin: 5px auto 0;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  padding-left: 10px;
  background-color: #fff;
  background-image: url(../../images/icon_more01.svg);
  background-position: center left 15px;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
main section.s01 .wrapper .databox .review_point ul li .btn_more_review:hover {
  background-color: #FF8A02;
  cursor: pointer;
}
main section.s01 .wrapper .databox .all_review {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.56);
  z-index: 10000;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow-y: auto;
  display: none;
}
main section.s01 .wrapper .databox .all_review .review_point {
  float: none;
  height: auto;
  padding-bottom: 25px;
  margin: 0 auto;
  background-color: #fff;
}
main section.s01 .wrapper .databox .all_review .t01 {
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
main section.s01 .wrapper .databox .all_review .t01 span {
  cursor: pointer;
}
main section.s02 .wrapper {
  width: 1100px;
  margin: 40px auto 0;
}
main section.s02 .wrapper .pagemenu {
  font-size: 0;
  border-bottom: 8px solid #FFC402;
}
main section.s02 .wrapper .pagemenu a {
  display: inline-block;
  border-radius: 10px 10px 0 0;
  height: 40px;
  padding: 8px 25px 0;
  line-height: 32px;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  margin-right: 5px;
}
main section.s02 .wrapper .pagemenu a:hover, main section.s02 .wrapper .pagemenu a.current {
  background-color: #FFC402;
  opacity: 1;
}
main section.s02 .wrapper .pagemenu a.linkoff {
  pointer-events: none;
  background-color: #fff !important;
  opacity: 1;
  color: #ddd;
}
main section.s02 .wrapper .infobox .article {
  width: 800px;
  float: left;
  margin-top: 35px;
}
main section.s02 .wrapper .infobox .article .t01 {
  font-size: 16px;
  font-weight: bold;
  color: #FF8A02;
}
main section.s02 .wrapper .infobox .article h3 {
  font-size: 40px;
  font-weight: bold;
}
main section.s02 .wrapper .infobox .article .info01 dl {
  display: table;
  width: 100%;
  margin-top: 15px;
}
main section.s02 .wrapper .infobox .article .info01 dl dt {
  width: 68px;
  height: 28px;
  background-color: #F5F5F5;
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  display: table-cell;
}
main section.s02 .wrapper .infobox .article .info01 dl dd {
  font-size: 16px;
  line-height: 28px;
  vertical-align: top;
  padding-left: 15px;
  font-weight: bold;
}
main section.s02 .wrapper .infobox .article .info01 dl dd a {
  text-decoration: none;
  color: #3A79F4;
}
main section.s02 .wrapper .infobox .article .info01 dl dd .red {
  color: #FF5002;
}
main section.s02 .wrapper .infobox .article .info01 dl.dl02 dt {
  width: 140px;
}
main section.s02 .wrapper .infobox .article .info01 dl.dl03 dt {
  width: 90px;
}
main section.s02 .wrapper .infobox .article .t02 {
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 25px;
}
main section.s02 .wrapper .infobox .article .t03 a {
  color: #3A79F4;
  font-size: 12px;
  text-decoration: none;
}
main section.s02 .wrapper .infobox .article .tags {
  padding-left: 38px;
  background-image: url(../../images/icon_tag01.svg);
  background-position: top 5px left 0;
  background-repeat: no-repeat;
  margin-top: 30px;
}
main section.s02 .wrapper .infobox .article .tags a {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  text-decoration: none;
  color: #FF5002;
  border: 1px solid #FF5002;
  padding: 0 15px;
  height: 34px;
  line-height: 32px;
  margin: 0 7px 9px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main section.s02 .wrapper .infobox .article .tags a:hover {
  opacity: 1;
  background-color: #FF5002;
  color: #fff;
}
main section.s02 .wrapper .infobox .article .dl04 {
  margin-top: 60px;
}
main section.s02 .wrapper .infobox .article .dl04 dt {
  height: 24px;
  line-height: 24px;
  padding-left: 15px;
  font-size: 24px;
  border-left: 5px solid #FF8A02;
  font-weight: bold;
}
main section.s02 .wrapper .infobox .article .dl04 dd {
  margin-top: 30px;
  font-size: 16px;
  line-height: 180%;
}
main section.s02 .wrapper .infobox .article .dl05 {
  margin-top: 60px;
}
main section.s02 .wrapper .infobox .article .dl05 dt {
  height: 24px;
  line-height: 24px;
  padding-left: 15px;
  font-size: 24px;
  border-left: 5px solid #FF8A02;
  font-weight: bold;
}
main section.s02 .wrapper .infobox .article .dl05 dd {
  overflow-x: scroll;
  margin-top: 30px;
}
main section.s02 .wrapper .infobox .article .dl05 dd ul {
  /* display: table; */
  padding-bottom: 10px;
}
main section.s02 .wrapper .infobox .article .dl05 dd::-webkit-scrollbar {
  display: none;
}
main section.s02 .wrapper .infobox .article .dl05 dd ul li {
  /* padding-right: 20px; */
  vertical-align: top;
}
main section.s02 .wrapper .infobox .article .dl05 dd ul li:last-child {
  /* padding-right: 0; */
}
main section.s02 .wrapper .infobox .article .dl05 dd ul li a {
  /* width: 240px; */
  display: block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 15px;
}
main section.s02 .wrapper .infobox .article .dl05 dd ul li a .photo {
  /* width: 240px; */
  width: 100%;
  height: 184px;
  display: block;
  background-size: cover;
  background-position: center center;
  border-radius: 10px 10px 0 0;
}
main section.s02 .wrapper .infobox .article .dl05 dd ul li a .txtarea {
  background-color: #F7F7F7;
  display: block;
  padding: 20px 15px;
  border-radius: 0 0 10px 10px;
}
main section.s02 .wrapper .infobox .article .dl05 dd ul li a .txtarea .t04 {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #000;
  font-weight: bold;
}
main section.s02 .wrapper .infobox .article .dl05 dd ul li a .txtarea .t05 {
  font-weight: bold;
  font-size: 17px;
  color: #9B9B9B;
}
main section.s02 .wrapper .infobox .article .dl06 {
  /* margin-top: 60px; */
}
main section.s02 .wrapper .infobox .article .dl06 dt {
  height: 24px;
  line-height: 24px;
  padding-left: 15px;
  font-size: 24px;
  border-left: 5px solid #FF8A02;
  font-weight: bold;
}
main section.s02 .wrapper .infobox .article .dl06 dd {
  overflow-x: scroll;
  margin-top: 30px;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul {
  /* display: table; */
  padding-bottom: 10px;
}
main section.s02 .wrapper .infobox .article .dl06 dd::-webkit-scrollbar {
  display: none;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li {
  /* padding-right: 20px; */
  vertical-align: top;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li:last-child {
  /* width: 240px;
  padding-right: 0; */
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .item {
  /* width: 240px; */
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 15px;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .item .photo {
  /* width: 240px; */
  height: 184px;
  display: block;
  background-size: cover;
  background-position: center center;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .item .txtarea {
  display: block;
  padding: 15px 15px;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .item .txtarea .t04 {
  font-size: 16px;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  color: #000;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .item:hover {
  opacity: 0.6;
  cursor: pointer;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.56);
  display: none;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .item02 {
  width: 428px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -250px;
  z-index: 100000;
  padding: 33px 37px 23px;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .item02 .photo {
  width: 100%;
  display: block;
  border-radius: 10px;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .item02 .t09 {
  font-size: 16px;
  line-height: 140%;
  margin-top: 15px;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .item02 .more {
  margin-top: 15px;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .item02 .more a {
  color: #FF5002;
  font-weight: bold;
  text-decoration: none;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .icon_google_item_detail_close {
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
}
main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .icon_google_item_detail_close:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
main section.s02 .wrapper .infobox .rightmenu {
  width: 260px;
  float: right;
  padding-top: 45px;
}
main section.s02 .wrapper .infobox .rightmenu .bnr {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .infobox .rightmenu .t06 {
  font-size: 14px;
  color: #9B9B9B;
  line-height: 120%;
  margin-top: 10px;
}
main section.s02 .wrapper .infobox .rightmenu .t07 {
  font-size: 16px;
  margin-top: 25px;
}
main section.s02 .wrapper .infobox .rightmenu .snslist {
  border-top: 1px solid #D5D5D5;
  margin-top: 10px;
}
main section.s02 .wrapper .infobox .rightmenu .snslist li {
  border-bottom: 1px solid #D5D5D5;
}
main section.s02 .wrapper .infobox .rightmenu .snslist li a {
  display: block;
  padding: 15px 0 15px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #676767;
  text-decoration: none;
  background-position: center left 0;
  background-repeat: no-repeat;
}
main section.s02 .wrapper .infobox .rightmenu .snslist li.li01 a {
  background-image: url(../../images/icon_sns01.svg);
}
main section.s02 .wrapper .infobox .rightmenu .snslist li.li02 a {
  background-image: url(../../images/icon_sns02.svg);
}
main section.s02 .wrapper .infobox .rightmenu .snslist li.li03 a {
  background-image: url(../../images/icon_sns03.svg);
  background-position: center left 5px;
}
main section.s02 .wrapper .infobox .rightmenu .snslist li.li04 a {
  background-image: url(../../images/icon_sns04.svg);
}
main section.s02 .wrapper .infobox .rightmenu .snslist li.li05 a {
  background-image: url(../../images/icon_sns05.svg);
}
main section.s02 .wrapper .infobox .rightmenu .linebox_wrapper {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 30px 0;
  margin-top: 30px;
}
main section.s02 .wrapper .infobox .rightmenu .linebox_wrapper .linebox {
  width: 186px;
  margin: 0 auto;
}
main section.s02 .wrapper .infobox .rightmenu .linebox_wrapper .linebox .account {
  display: block;
  margin: 0 auto;
}
main section.s02 .wrapper .infobox .rightmenu .linebox_wrapper .linebox .line_id {
  background-color: #07B53B;
  width: 156px;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 0;
  text-align: center;
  margin: 12px auto 0;
  border-radius: 18px;
  color: #fff;
  font-weight: bold;
}
main section.s02 .wrapper .infobox .rightmenu .linebox_wrapper .linebox .qr {
  width: 153px;
  display: block;
  margin: 20px auto 0;
}
main section.s02 .wrapper .infobox .rightmenu .green {
  display: block;
  margin: 25px auto 40px;
}
main section.s03 {
  background-image: url(../../images/bg01.png);
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
  /* margin-top: 70px; */
  margin-top: 30px;
}
main section.s03 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s03 .wrapper .dl01 {
  border: 3px solid #FFC402;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 30px 30px;
}
main section.s03 .wrapper .dl01 dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 23px;
}
main section.s03 .wrapper .dl01 dd {
  font-size: 16px;
  line-height: 180%;
}
main section.s03 .wrapper .snsbox {
  margin-top: 60px;
  /*  </0917 update>  */
}
main section.s03 .wrapper .snsbox.cf {
  display: grid;
  grid-template-columns: 31.545% 31.545% 31.545%;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
main section.s03 .wrapper .snsbox li {
  margin-bottom: 30px;
}
main section.s03 .wrapper .snsbox li .t01 {
  color: #9B9B9B;
  font-size: 20px;
  font-weight: bold;
}
main section.s03 .wrapper .snsbox li .contentarea {
  height: 714px;
  background-color: #D3D3D3;
  /*  </0917 update>  */
  margin-top: 15px;
}
main section.s03 .wrapper .snsbox li.tw,main section.s03 .wrapper .snsbox li.fb {
  width: 100%;
  /*  </0917 update>  */
}
main section.s03 .wrapper .snsbox li.in .contentarea {
  height: 347px;
  /*  </0917 update>  */
}
main section.s04 {
  padding-top: 50px;
}
main section.s04 .wrapper .sharebox {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  height: 180px;
}
main section.s04 .wrapper .sharebox .green {
  display: block;
  position: absolute;
  top: 44px;
  left: 0;
  width: 324px;
  z-index: 3;
  opacity: 1;
}
main section.s04 .wrapper .sharebox .green-hover {
  display: block;
  position: absolute;
  top: 44px;
  left: 0;
  width: 324px;
  z-index: 2;
  opacity: 0;
}
main section.s04 .wrapper .sharebox .green:hover {
  opacity: 0;
}
main section.s04 .wrapper .sharebox .green:hover + .green-hover {
  opacity: 1;
}
main section.s04 .wrapper .sharebox .person {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
  width: 318px;
  z-index: 3;
  opacity: 1;
}

/* main section.s01 .wrapper .sliderbox .slick-dots li button::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
} */
/* main section.s01 .wrapper .sliderbox .slick-dots li.slick-active button::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 5s;
  -o-transition-duration: 5s;
  transition-duration: 5s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
} */
/*  <0917 update>  */
/*  </0917 update>  */
.person-hover {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
  width: 318px;
  z-index: 2;
  opacity: 0;
}

main section.s04 .wrapper .sharebox .person:hover {
  opacity: 0;
}
main section.s04 .wrapper .sharebox .person:hover + .person-hover {
  opacity: 1;
}
main section.s04 .wrapper .sharebox .share {
  text-align: center;
}
main section.s04 .wrapper .sharebox .share .t01 {
  font-size: 22px;
  padding-top: 28px;
}
main section.s04 .wrapper .sharebox .share .sns {
  font-size: 0;
  margin-top: 15px;
}
main section.s04 .wrapper .sharebox .share .sns a {
  display: inline-block;
  width: 63px;
  text-decoration: none;
  margin: 0 12px;
}
main section.s04 .wrapper .dl01 {
  width: 1100px;
  margin: 60px auto 0;
}
main section.s04 .wrapper .dl01 dt {
  height: 24px;
  line-height: 24px;
  padding-left: 15px;
  font-size: 24px;
  border-left: 5px solid #FF8A02;
  font-weight: bold;
}
main section.s04 .wrapper .dl01 dd {
  margin-top: 30px;
}
main section.s04 .wrapper .dl01 dd .t01 {
  font-size: 16px;
}
main section.s04 .wrapper .dl01 dd table {
  width: 100%;
  border-top: 1px solid #D5D5D5;
  margin-top: 35px;
}
main section.s04 .wrapper .dl01 dd table tr {
  border-bottom: 1px solid #D5D5D5;
}
main section.s04 .wrapper .dl01 dd table tr th {
  font-size: 16px;
  background-color: #F5F5F5;
  padding: 12px 0;
  font-weight: bold;
}
main section.s04 .wrapper .dl01 dd table tr th:nth-child(1) {
  width: 215px;
  padding-left: 15px;
}
main section.s04 .wrapper .dl01 dd table tr th:nth-child(2) {
  width: 140px;
}
main section.s04 .wrapper .dl01 dd table tr th:nth-child(3) {
  width: 85px;
}
main section.s04 .wrapper .dl01 dd table tr th:nth-child(4) {
  width: 105px;
}
main section.s04 .wrapper .dl01 dd table tr td {
  vertical-align: top;
  padding: 23px 0 20px;
}
main section.s04 .wrapper .dl01 dd table tr td:nth-child(1) {
  padding: 25px 15px 15px;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
}
main section.s04 .wrapper .dl01 dd table tr td:nth-child(1) img {
  vertical-align: top;
  margin-right: 8px;
}
main section.s04 .wrapper .dl01 dd table tr td:nth-child(2) img {
  vertical-align: top;
  margin-top: 2px;
}
main section.s04 .wrapper .dl01 dd table tr td:nth-child(3) {
  font-size: 20px;
  font-weight: bold;
}
main section.s04 .wrapper .dl01 dd table tr td:nth-child(3) .blue {
  color: #3A79F4;
}
main section.s04 .wrapper .dl01 dd table tr td:nth-child(3) .red {
  color: #F01400;
}
main section.s04 .wrapper .dl01 dd table tr td:nth-child(5) .blue {
  color: #3A79F4;
  font-weight: bold;
}
main section.s04 .wrapper .dl01 dd table tr td:nth-child(5) .red {
  color: #F01400;
  font-weight: bold;
}
main section.s04 .wrapper .btn_more {
  border: 2px solid #3A79F4;
  width: 220px;
  height: 50px;
  display: block;
  text-decoration: none;
  margin: 40px auto 0;
  line-height: 46px;
  text-align: center;
  color: #3A79F4;
  border-radius: 10px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main section.s04 .wrapper .btn_more:hover {
  opacity: 1;
  background-color: #3A79F4;
  color: #fff;
}
main section.s04 .wrapper .gmap {
  width: 100% !important;
  height: 350px !important;
  display: block !important;
  margin-top: 50px;
}
main section.s05 {
  background-color: #F5F5F5;
  padding: 50px 0 70px;
}
main section.s05 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s05 .wrapper .t01 {
  height: 60px;
  border: 3px solid #FFC402;
  border-radius: 10px;
  position: relative;
  background-color: #FFF;
  font-size: 24px;
  line-height: 54px;
  padding-left: 90px;
  font-weight: bold;
}
main section.s05 .wrapper .t01 span {
  color: #FF5002;
}
main section.s05 .wrapper .t01 img {
  display: block;
  position: absolute;
  left: 2px;
  bottom: 0;
}
main section.s05 .wrapper .t06 {
  background-color: #fff;
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
  padding-left: 55px;
  background-image: url(../../images/icon_map01.svg);
  background-position: center left 20px;
  background-repeat: no-repeat;
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
main section.s05 .wrapper .list01 {
  margin-top: 20px;
}
main section.s05 .wrapper .list01 li {
  width: 257px;
  float: left;
  margin-right: 24px;
  border-radius: 10px;
  overflow: hidden;
}
main section.s05 .wrapper .list01 li:last-child {
  margin-right: 0;
}
main section.s05 .wrapper .list01 li .photo {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
main section.s05 .wrapper .list01 li .photo .num {
  width: 65px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-left: 23px;
  background-color: #FF5002;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  border-radius: 15px;
  top: 7px;
  right: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main section.s05 .wrapper .list01 li .photo .num img {
  width: 16px;
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main section.s05 .wrapper .list01 li .photo .num img.iine01 {
  opacity: 1;
}
main section.s05 .wrapper .list01 li .photo .num img.iine02 {
  opacity: 0;
}
main section.s05 .wrapper .list01 li .photo .num:hover, main section.s05 .wrapper .list01 li .photo .num.taped {
  background-color: #fff;
  color: #FF5002;
  opacity: 1;
  cursor: pointer;
}
main section.s05 .wrapper .list01 li .photo .num:hover img.iine01, main section.s05 .wrapper .list01 li .photo .num.taped img.iine01 {
  opacity: 0;
}
main section.s05 .wrapper .list01 li .photo .num:hover img.iine02, main section.s05 .wrapper .list01 li .photo .num.taped img.iine02 {
  opacity: 1;
}
main section.s05 .wrapper .list01 li .txtbox {
  background-color: #fff;
  padding: 15px;
}
main section.s05 .wrapper .list01 li .txtbox .t02 {
  font-size: 12px;
  color: #9B9B9B;
}
main section.s05 .wrapper .list01 li .txtbox .t03 {
  font-size: 14px;
  margin-top: 5px;
}
main section.s05 .wrapper .list01 li .txtbox .t04 {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-weight: bold;
  margin-top: 3px;
}
main section.s05 .wrapper .list01 li .txtbox .t05 {
  font-size: 18px;
  font-weight: bold;
  color: #FF5002;
  line-height: 19px;
  margin-top: 8px;
}
main section.s05 .wrapper .list01 li .txtbox .t05 img {
  vertical-align: top;
  margin-right: 3px;
}

/* 追加css 20201030 */
.t_uwasa {
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.t_uwasa img {
  width: 26px;
  margin-right: 11px;
  vertical-align: middle;
}

.reload_btn {
  float: right;
  margin-top: 15px;
  font-size: 10px;
}
.reload_btn span {
  display: inline-block;
  background-color: #3A79F4;
  font-size: 13px;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 2em;
  margin-right: 1em;
  color: #fff;
  cursor: pointer;
  border: 1px solid #3A79F4;
}
.reload_btn span,.reload_btn span:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.reload_btn span:hover {
  background-color: #fff;
  color: #3A79F4;
}
.reload_btn span:hover svg path {
  fill: #3A79F4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.reload_btn span img {
  width: 12px;
}
.reload_btn span img,.reload_btn span svg {
  vertical-align: middle;
  margin-right: 6px;
}

.br_sp {
  display: none;
}

.fixed_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.s02_slider .slick-prev {
  left: 0;
  background-image: url(../../images/icon_car_left.svg);
}
.s02_slider .slick-next {
  right: 0;
  background-image: url(../../images/icon_car_right.svg);
}
.s02_slider .slick-prev, .s02_slider .slick-next {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 41% !important;
}
.s02_slider .slick-prev:before, .s02_slider .slick-next:before {
  font-size: 0;
  color: rgba(0, 0, 0, 0.6);
}
.s02_slider .slick-dots {
  position: static;
  margin-top: 20px;
}
.s02_slider .slick-dots li {
  width: 20px;
  margin: 0;
}
.s02_slider .slick-dots li button:before {
  content: "●";
  font-size: 12px;
  color: #D3D3D3;
}
.s02_slider .slick-dots .slick-active button:before {
  color: #FFC402;
}

.slick-slide {
  outline: none;
}

/* リクルート */
.recruit main section.s01 .wrapper .ttlbox {
  bottom: 50px;
}

.recruit-head h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.recruit-head h4 span {
  background-color: #FFC402;
  font-size: 14px;
  padding: 0.5em 1em;
  border-radius: 1.5em;
  margin-right: 1em;
  font-weight: normal;
}

.recruit-tab .thum {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  margin-top: 30px;
  background-image: url("../../images/detail_slider01.jpg");
}
.recruit-tab .sub-thum-list {
  margin: 30px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.recruit-tab .sub-thum {
  width: 18.5%;
  background-color: #C3D7F2;
  border-radius: 10px;
  height: 90px;
}
.recruit-tab .sub-thum.active {
  border: 3px solid #FFC402;
}
.recruit-tab .sub-thum:nth-of-type(1) {
  background-image: url("../../images/detail_slider01.jpg");
}
.recruit-tab .sub-thum:nth-of-type(2) {
  background-image: url("../../images/detail_slider02.jpg");
}
.recruit-tab .sub-thum:nth-of-type(3) {
  background-image: url("../../images/detail_slider04.jpg");
}
.recruit-tab .sub-thum:nth-of-type(4) {
  background-image: url("../../images/item0101.jpg");
}
.recruit-tab .sub-thum:nth-of-type(5) {
  background-image: url("../../images/item0103.jpg");
}

.thum, .sub-thum {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.recruit-head p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}

.recruit__s01 {
  margin-top: 80px;
  font-size: 14px;
}

.recruit__ttl {
  height: 24px;
  line-height: 24px;
  padding-left: 15px;
  font-size: 24px;
  border-left: 5px solid #FF8A02;
  font-weight: bold;
  margin-bottom: 1em;
}

.recruit__s01 dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D5D5D5;
  padding: 1.3em 0;
}
.recruit__s01 dl dt {
  width: 140px;
}
.recruit__s01 dl dt span {
  background-color: #eee;
  padding: 0.2em 0.7em;
  border-radius: 1.5em;
}

.recruit__s02 .link {
  text-decoration: none;
  color: #3A79F4;
}
.recruit__s02 form {
  margin: 40px 0;
}
.recruit__s02 form label {
  display: inline-block;
  width: 24%;
}
.recruit__s02 form label.required::after {
  content: "*必須";
  color: #F01400;
  padding-left: 1em;
  font-size: 10px;
}
.recruit__s02 form input[type=text] {
  width: 68%;
  height: 50px;
  border: none;
  background-color: #F4F4F4;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 1em;
}
.recruit__s02 form input.add_mb {
  margin-bottom: 10px;
}
.recruit__s02 form select {
  width: 32%;
  height: 50px;
  border: none;
  background-color: #F4F4F4;
  padding-left: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  background-image: url("../../images/chevron-down-solid.svg");
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}
.recruit__s02 form select::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../../images/arDown1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-wrapper {
  width: 69%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.recruit-btn {
  display: block;
  margin: 45px auto;
  width: 550px;
  padding: 1.3em 0;
  background-color: #FF8A02;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

.recruit__s02 form input[type=file] {
  display: none;
}
.recruit__s02 form .label_file {
  width: auto;
  background-color: #F4F4F4;
  cursor: pointer;
  border: 1px solid #D6D6D6;
  padding: 0.5em;
  padding-right: 1em;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  position: relative;
}
.recruit__s02 form .label_file::before {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-image: url("../../images/file-upload-solid.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.4em;
}

.file_notice::after {
  content: "選択されていません";
  color: #9B9B9B;
  position: absolute;
  right: -1.5em;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.recruit-tab .rightmenu dl dt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

button:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* リクルート ＞ 内容確認 */
.recruit__comfirm {
  border-top: 2px solid #F4F4F4;
}
.recruit__comfirm .wrapper {
  width: 1100px;
  margin: 0 auto;
}

.recruit__comfirm-head {
  background-color: #F4F4F4;
}

.breadcrumb {
  padding: 5px 0;
}
.breadcrumb .link {
  text-decoration: none;
  color: #000;
}

.recruit__comfirm-head .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 50px;
}

.recruit__comfirm .recruit__comfirm-content {
  margin-top: 40px;
  width: 800px;
}

.recruit__comfirm-content {
  padding-bottom: 50px;
}
.recruit__comfirm-content h3 {
  font-size: 24px;
  font-weight: bold;
}
.recruit__comfirm-content h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 1em 0;
  margin-bottom: 2em;
}
.recruit__comfirm-content h4 span {
  background-color: #FFC402;
  font-size: 14px;
  padding: 0.3em 1em;
  border-radius: 1.5em;
  margin-right: 1em;
  font-weight: normal;
}
.recruit__comfirm-content dl {
  display: -webkit-box;
  display: flex;
  padding: 1em 0;
}
.recruit__comfirm-content dl dt {
  display: inline-block;
  width: 300px;
}
.recruit__comfirm-content dl dd {
  font-weight: bold;
}
.recruit__comfirm-content .agree {
  margin-top: 50px;
  text-align: center;
}
.recruit__comfirm-content .agree span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #9B9B9B;
  border-radius: 2px;
  vertical-align: text-top;
  cursor: pointer;
}

#ic_agree.checked {
  background-color: #FF8A02;
  position: relative;
}
#ic_agree.checked::after {
  content: "";
  width: 8px;
  height: 15px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 37%;
  left: 50%;
}

.recruit__comfirm-content .agree a {
  text-decoration: none;
  color: #3A79F4;
  padding-left: 1em;
}

.recruit__comfirm-btnwrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin: 1.5em 0;
}
.recruit__comfirm-btnwrapper a {
  display: block;
  width: 48%;
  height: 60px;
  border-radius: 31px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-color: #9B9B9B;
  line-height: 60px;
  color: #fff;
}
.recruit__comfirm-btnwrapper a.btn-red {
  background-color: #FF5002;
}

/* リクルート ＞ 応募完了 */
.recruit__complete {
  min-height: 100vh;
}
.recruit__complete main {
  min-height: calc(100vh - 255px);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-top: 2px solid #F4F4F4;
}

.recruit__complete__sec {
  text-align: center;
}
.recruit__complete__sec .ttl {
  color: #FF8A02;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2em;
}

/* ------------------------------
 width < $width-1
------------------------------ */
/*
@media screen and (max-width: 1600px) {
  main {
    section {
      &.s01 {
        .wrapper {
          .livebox {
            background-color: #17B7BE;
            position: absolute;
            bottom: 270px;
            left: 0;
          }

          .iinebox {
            bottom: 270px;
          }
        }
      }
    }
  }

}
*/
/* ------------------------------
 width < $width-1
------------------------------ */
.modal_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.56);
  z-index: 10000;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow-y: auto;
  display: none;
}
.modal_bg .item02 {
  width: 428px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -250px;
  z-index: 100000;
  padding: 33px 37px 23px;
}
.modal_bg .item02 .photo {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.modal_bg .item02 .t09 {
  font-size: 16px;
  line-height: 140%;
  margin-top: 15px;
}
.modal_bg .item02 .more {
  margin-top: 15px;
}
.modal_bg .item02 .more a {
  color: #FF5002;
  font-weight: bold;
  text-decoration: none;
}
.modal_bg .icon_google_item_detail_close {
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
}
.modal_bg .icon_google_item_detail_close:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.green-person, .green-person-hover {
  display: none;
}

img.score-img {
  width: 104px;
  height: 104px;
}

.score-wrap {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  margin: 0 0 0 70px;
  /*  </0917 update>  */
}

main section.s01 .wrapper .databox .score .t02.score-wrap span {
  margin: 16px 20px 0 0;
  /*  </0917 update>  */
}
main section.s01 .wrapper .databox.pc-view {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: -webkit-box;
  display: flex;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
main section.s01 .wrapper .databox.pc-view .score {
  margin-left: auto;
}
/*  <update>  */
.item_slider .slick-next {
  right: -11px;
}
.item_slider .slick-next:before {
  content: "";
  background-image: url(../../images/next.svg);
  width: 30px;
  height: 30px;
  display: block;
}
.item_slider .slick-prev {
  left: 0px;
}
.item_slider .slick-prev:before {
  content: "";
  background-image: url(../../images/prev.svg);
  width: 30px;
  height: 30px;
  display: block;
}
.item_slider .slick-dots {
  bottom: -29px;
}
.item_slider .slick-dots li {
  margin: 3.5px;
  width: 12px;
  height: 12px;
}
.item_slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0px;
}
.item_slider .slick-dots li button:before {
  color: #D3D3D3;
  width: 12px;
  height: 12px;
  opacity: 1;
  line-height: none;
}
.item_slider .slick-dots li.slick-active button:before {
  color: #FFC402;
}
.item_slider.sp {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 150px;
  gap: 8px;
}
.item_slider.sp li a, .item_slider.sp li .google_item {
  padding: 0px !important;
}
.item_slider li .google_item span.photo {
  position: relative;
  border-radius: 10px;
}
.item_slider li[data-type=coupon] .google_item span.photo::after {
  content: "クーポンコードを表示";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 37px;
  background: #FF8A02 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 10px 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font: normal normal bold 14px/24px Hiragino Sans;
  letter-spacing: 0px;
  color: #FFF;
}

.detail_slider_modal_bg {
  width: 100vw;
  height: 130vh;
  top: 0px;
  left: 0px;
  position: fixed;
  background: #000 0% 0% no-repeat padding-box;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.detail_slider_modal_bg.active {
  opacity: 0.56;
  pointer-events: unset;
}

.detail_slider_modal_wrap {
  width: 87.466%;
  height: 62.182%;
  max-width: 428px;
  max-height: 501px;
  min-height: 416px;
  background: white;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10001;
  padding: 40px 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.detail_slider_modal_container {
  overflow-y: scroll;
  height: 62.182%;
  max-height: 501px;
  min-height: 100%;
}

.detail_slider_modal_wrap.active {
  opacity: 1;
  pointer-events: unset;
}

.detail_slider_close_wrap {
  /* max-width: 428px; */
  width: 100%;
  position: fixed;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.detail_slider_close_wrap.active {
  opacity: 1;
  pointer-events: unset;
}

.detail_slider_close {
  width: 20px;
  height: 20px;
  margin-left: auto;
  display: block;
}

.detail_slider_modal_content {
  width: 89.634%;
  max-width: 354px;
  margin: 0 auto;
  height: 100%;
  display: grid;
  gap: 20px;
}
.detail_slider_modal_content .main_img {
  width: 100%;
  border-radius: 10px;
}
.detail_slider_modal_content .body {
  text-align: left;
  font: normal normal normal 16px/22px Hiragino Sans;
  letter-spacing: 0px;
}
.detail_slider_modal_content .code_wrap {
  width: 100%;
  height: auto;
  padding: 24px 0;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #D3D3D3;
  display: grid;
  gap: 14px;
}
.detail_slider_modal_content p {
  text-align: center;
}
.detail_slider_modal_content .code_wrap p:nth-child(1) {
  font: normal normal normal 14px/14px Hiragino Sans;
  letter-spacing: 0px;
  color: #4B4B4B;
}
.detail_slider_modal_content .code_wrap p:nth-child(2) {
  font: normal normal bold 24px/22px Hiragino Sans;
  letter-spacing: 0px;
  color: #000;
}
.detail_slider_modal_content .code_wrap p:nth-child(3) {
  font: normal normal normal 14px/22px Hiragino Sans;
  letter-spacing: 0px;
  color: #000;
}
.detail_slider_modal_content a {
  text-align: left;
  font: normal normal bold 16px/20px Hiragino Sans;
  text-decoration: none;
  letter-spacing: 0px;
  color: #FF5002;
}

.item_slider li[data-type=no_images] span.photo {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 94px 78px !important;
  background-color: #F7F7F7;
  border-radius: 10px;
}
/*  </update>  */
@media screen and (max-width: 1000px){
  main section.s01 .wrapper {
    height: auto;
    z-index: 1;
  }
  main section.s01 .wrapper .sliderbox {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section.s01 .wrapper .sliderbox .detail_slider {
    width: 100% !important;
    margin: 0 auto;
  }
  main section.s01 .wrapper .sliderbox .detail_slider .slide_li {
    height: auto;
    background-size: contain;
    background-position: center center;
    min-height: 455px;
  }
  main section.s01 .wrapper .sliderbox .detail_slider .slide_li .base {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .sliderbox .slick-dots {
    text-align: center;
    top: -5px;
    bottom: auto;
    opacity: 1;
    padding: 0 15px 0 10px;
  }
  main section.s01 .wrapper .sliderbox .slick-dots li {
    /* width: calc((100% - 20px) / 4);
    height: 3px;
    margin: 0 5px 0 0;
    background-color: #aaa;
    opacity: 1; */
    width: calc(100% - 40px);
    height: 2px;
    margin: 0;
    background-color: #aaa;
    opacity: 1;
    right: 20px;
    left: 20px;
  }
  main section.s01 .wrapper .sliderbox .slick-dots li:last-child {
    margin-right: 0;
  }
  main section.s01 .wrapper .sliderbox .slick-dots li button {
    width: 100%;
    /* height: 3px; */
    height: 2px;
    display: block;
    position: relative;
    opacity: 1;
  }
  main section.s01 .wrapper .sliderbox .slick-dots li button::before {
    content: "";
    display: block;
    width: 0;
    /* height: 3px; */
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
  main section.s01 .wrapper .sliderbox .slick-dots li.slick-active button::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
  }
  main section.s01 .wrapper .first_bar {
    width: calc(100% - 40px);
    top: 15px;
    right: 20px;
    left: 20px;
    height: 2px;
    margin: 0 5px;
    position: absolute;
    z-index: 1000000000000;
    background-color: #aaa;
  }
  main section.s01 .wrapper .first_bar:after {
    content: "";
    height: 2px;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    background-color: #fff;
    width: 0;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  main section.s01 .wrapper .first_bar.complete:after {
    width: 100%;
  }
  main section.s01 .wrapper .slick-counter {
    position: absolute;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 10px;
    text-align: right;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px black;
    z-index: 100000;
  }
  main section.s01 .wrapper .ttlbox {
    position: absolute;
    top: auto;
    bottom: 15px;
    padding: 15px 15px 15px;
  }
  main section.s01 .wrapper .ttlbox .ttl_cat {
    width: 100%;
    font-size: 13px;
  }
  main section.s01 .wrapper .ttlbox h2 span {
    width: 100%;
    font-size: 22px;
  }
  main section.s01 .wrapper .ttlbox .info_txt {
    width: 100%;
    font-size: 14px;
  }
  main section.s01 .wrapper .linebox, main section.s01 .wrapper .iinebox {
    display: none;
  }
  main section.s01 .wrapper .reloadbox {
    width: 60px;
    height: 60px;
    bottom: 80px;
    padding-top: 8.5px;
    /*  </0929 update>  */
  }
  main section.s01 .wrapper .reloadbox .reload {
    width: 40px;
    /*  </0929 update>  */
  }
  main section.s01 .wrapper .livebox {
    background-color: #17B7BE;
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: calc(100% - 30px);
    height: auto;
    border: 2px solid #fff !important;
    border-left: none;
    border-radius: 5px;
    z-index: 4;
    padding: 10px;
    display: none;
  }
  main section.s01 .wrapper .livebox .movie {
    width: 148px;
    height: 87px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  main section.s01 .wrapper .livebox .movie .icon_movie01 {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -17px auto 0;
  }
  main section.s01 .wrapper .livebox .txtbox {
    width: calc(100% - 160px);
    float: right;
    display: block;
  }
  main section.s01 .wrapper .livebox .txtbox .t01 {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    height: 30px;
    padding: 4px 0 0 33px;
    background-image: url(../../images/icon_live01.svg);
    background-repeat: no-repeat;
    background-position: center left 0;
    margin-top: 8px;
    width: 150px;
    margin: 8px auto 0;
  }
  main section.s01 .wrapper .livebox .txtbox .t02 {
    background-color: #fff;
    height: 33px;
    width: 130px;
    margin: 9px auto 0;
    border-radius: 20px;
    text-align: center;
    color: #17B7BE;
    line-height: 33px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 10px;
  }
  main section.s01 .wrapper .livebox:hover {
    opacity: 1;
  }
  main section.s01 .wrapper .livebox:hover .txtbox .t02 {
    background-color: #FF8A02;
    color: #fff;
  }
  main section.s01 .wrapper .spttl {
    text-align: center;
    padding: 12px;
  }
  main section.s01 .wrapper .spttl .logo {
    width: 70px;
    display: inline-block;
    vertical-align: top;
  }
  main section.s01 .wrapper .spttl .logo img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .spttl span {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    margin: 7px 0 0 4px;
  }
  main section.s01 .wrapper .databox {
    width: 100%;
    position: static;
    padding: 0 15px;
    margin-top: -25px;
  }
  main section.s01 .wrapper .databox .score {
    width: 100%;
    height: auto;
    padding: 25px 0 0;
    float: none;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
  }
  main section.s01 .wrapper .databox .score .t01 {
    width: 100%;
    height: 33px;
    display: block;
    margin: 0 auto;
    border-radius: 27px;
    border: 3px solid #fff;
    background-color: #FFC402;
    line-height: 27px;
    padding-left: 40px;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    background-image: url(../../images/icon_score01.svg);
    background-position: center left 15px;
    background-size: 16px auto;
    background-repeat: no-repeat;
  }
  main section.s01 .wrapper .databox .score .t02 {
    text-align: center;
    font-size: 52px;
    font-weight: bold;
    color: #FF5002;
    line-height: 66px;
    /* margin-top: -20px; */
  }
  main section.s01 .wrapper .databox .score .t02 span {
    display: inline-block;
    background-color: #F5F5F5;
    width: 63px;
    height: 39px;
    /* margin: 38px 10px 0 0; */
    border-radius: 10px;
    line-height: 39px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 14px;
  }
  main section.s01 .wrapper .databox .review_point {
    width: 100%;
    height: auto;
    padding: 20px 25px;
    float: none;
    /* background-color: rgba(255, 255, 255, 0.95); */
    border-radius: 10px;
    margin-top: -10px;
    background-color: rgba(255, 255, 255, 0);
  }
  main section.s01 .wrapper .databox .review_point ul li {
    width: calc(50% - 10px);
    float: left;
  }
  main section.s01 .wrapper .databox .review_point ul li .dl01 {
    margin-bottom: 10px;
  }
  main section.s01 .wrapper .databox .review_point ul li .dl01 dt {
    width: 125px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 17px;
    float: none;
    margin: 0 auto;
    font-size: 14px;
  }
  main section.s01 .wrapper .databox .review_point ul li .dl01 dd {
    width: 100%;
    float: none;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
  }
  main section.s01 .wrapper .databox .review_point ul li .dl02 dt {
    width: calc(100% - 30px);
    float: left;
    line-height: 140%;
    font-size: 12px;
    padding: 3px 0;
  }
  main section.s01 .wrapper .databox .review_point ul li .dl02 dd {
    width: 30px;
    float: right;
    line-height: 140%;
    font-size: 13px;
    padding: 3px 0;
    text-align: right;
    font-weight: bold;
  }
  main section.s01 .wrapper .databox .review_point ul li.posi .dl01 dt {
    background-color: #C3D7F2;
  }
  main section.s01 .wrapper .databox .review_point ul li.posi .dl01 dd,main section.s01 .wrapper .databox .review_point ul li.posi .dl02 dd {
    color: #3A79F4;
  }
  main section.s01 .wrapper .databox .review_point ul li.nega {
    float: right;
  }
  main section.s01 .wrapper .databox .review_point ul li.nega .dl01 dt {
    background-color: #EDBDB9;
  }
  main section.s01 .wrapper .databox .review_point ul li.nega .dl01 dd,main section.s01 .wrapper .databox .review_point ul li.nega .dl02 dd {
    color: #F01400;
  }
  main section.s01 .wrapper .databox .review_point ul li .btn_more_review {
    width: 113px;
    height: 30px;
    background-color: #fff;
    border-radius: 17px;
    margin: 5px auto 0;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    padding-left: 10px;
    background-image: url(../../images/icon_more01.svg);
    background-position: center left 15px;
    background-size: 8px auto;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
    /* border: 1px solid #D6D6D6; */
  }
  main section.s01 .wrapper .databox .review_point ul li .btn_more_review:hover {
    background-color: #FF8A02;
    cursor: pointer;
    border: 1px solid #FF8A02;
  }
  main section.s01 .wrapper .databox .all_review {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.56);
    z-index: 10000;
    padding: 40px 20px 100px;
    overflow-y: scroll;
    display: none;
  }
  main section.s01 .wrapper .databox .all_review .review_point {
    float: none;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
  }
  main section.s01 .wrapper .databox .all_review .t01 {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
  }
  main section.s01 .wrapper .databox .all_review .t01 span {
    cursor: pointer;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 35px auto 0;
  }
  main section.s02 .wrapper .pagemenu {
    font-size: 0;
    border: none;
  }
  main section.s02 .wrapper .pagemenu a {
    display: block;
    width: 50%;
    float: left;
    border-radius: 0;
    height: 38px;
    padding: 0;
    text-align: center;
    line-height: 36px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
    margin: 0;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
  main section.s02 .wrapper .pagemenu a:nth-child(1) {
    border-top: 1px solid #d6d6d6;
    border-radius: 10px 0 0 0;
  }
  main section.s02 .wrapper .pagemenu a:nth-child(2) {
    border-top: 1px solid #d6d6d6;
    border-radius: 0 10px 0 0;
  }
  main section.s02 .wrapper .pagemenu a:nth-child(3) {
    border-radius: 0 0 0 10px;
  }
  main section.s02 .wrapper .pagemenu a:nth-child(4) {
    border-radius: 0 0 10px 0;
  }
  main section.s02 .wrapper .pagemenu a:nth-child(odd) {
    border-left: 1px solid #d6d6d6;
  }
  main section.s02 .wrapper .pagemenu a:hover, main section.s02 .wrapper .pagemenu a.current {
    background-color: #FFC402;
    opacity: 1;
  }
  main section.s02 .wrapper .pagemenu a.linkoff {
    pointer-events: none;
    background-color: #fff !important;
    opacity: 1;
    color: #ddd;
  }
  main section.s02 .wrapper .infobox .article {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  main section.s02 .wrapper .infobox .article .t01 {
    font-size: 13px;
    font-weight: bold;
    color: #FF8A02;
  }
  main section.s02 .wrapper .infobox .article h3 {
    font-size: 22px;
    line-height: 140%;
    margin-top: 2px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  main section.s02 .wrapper .infobox .article .info01 dl {
    display: table;
    width: 100%;
    margin-top: 8px;
  }
  main section.s02 .wrapper .infobox .article .info01 dl dt {
    width: 54px;
    height: 24px;
    background-color: #F5F5F5;
    border-radius: 14px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    display: table-cell;
  }
  main section.s02 .wrapper .infobox .article .info01 dl dd {
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
    padding-left: 15px;
    font-weight: bold;
  }
  main section.s02 .wrapper .infobox .article .info01 dl dd a {
    text-decoration: none;
    color: #3A79F4;
  }
  main section.s02 .wrapper .infobox .article .info01 dl dd .red {
    color: #FF5002;
  }
  main section.s02 .wrapper .infobox .article .info01 dl.dl02 dt {
    width: 111px;
  }
  main section.s02 .wrapper .infobox .article .info01 dl.dl03 dt {
    width: 71px;
  }
  main section.s02 .wrapper .infobox .article .t02 {
    font-size: 10px;
    color: #9B9B9B;
    margin-top: 15px;
  }
  main section.s02 .wrapper .infobox .article .t03 {
    margin-top: -5px;
  }
  main section.s02 .wrapper .infobox .article .t03 a {
    color: #3A79F4;
    font-size: 8px;
  }
  main section.s02 .wrapper .infobox .article .tags {
    padding-left: 38px;
    background-image: url(../../images/icon_tag01.svg);
    background-position: top 5px left 0;
    background-repeat: no-repeat;
    margin-top: 20px;
  }
  main section.s02 .wrapper .infobox .article .tags a {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    text-decoration: none;
    color: #FF5002;
    border: 1px solid #FF5002;
    padding: 0 15px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 7px 9px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  main section.s02 .wrapper .infobox .article .tags a:hover {
    opacity: 1;
    background-color: #FF5002;
    color: #fff;
  }
  main section.s02 .wrapper .infobox .article .dl04 {
    margin-top: 30px;
  }
  main section.s02 .wrapper .infobox .article .dl04 dt {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    padding-left: 15px;
    font-weight: bold;
    position: relative;
    border: none;
  }
  main section.s02 .wrapper .infobox .article .dl04 dt:before {
    width: 5px;
    height: 20px;
    background-color: #FF8A02;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s02 .wrapper .infobox .article .dl04 dd {
    margin-top: 30px;
    font-size: 14px;
    line-height: 175%;
  }
  main section.s02 .wrapper .infobox .article .dl05 {
    margin-top: 60px;
  }
  main section.s02 .wrapper .infobox .article .dl05 dt {
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
    font-size: 18px;
    border: none;
    font-weight: bold;
    position: relative;
  }
  main section.s02 .wrapper .infobox .article .dl05 dt:before {
    width: 5px;
    height: 20px;
    background-color: #FF8A02;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s02 .wrapper .infobox .article .dl05 dd {
    overflow-x: scroll;
    margin-top: 20px;
  }
  main section.s02 .wrapper .infobox .article .dl05 dd ul {
    /* display: table; */
    padding-bottom: 10px;
  }
  main section.s02 .wrapper .infobox .article .dl05 dd ul li {
    /* width: 170px;
    display: table-cell;
    padding-right: 10px; */
    vertical-align: top;
  }
  main section.s02 .wrapper .infobox .article .dl05 dd ul li:last-child {
    /* width: 160px;
    padding-right: 0; */
  }
  main section.s02 .wrapper .infobox .article .dl05 dd ul li a {
    /* width: 160px; */
    display: block;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px;
  }
  main section.s02 .wrapper .infobox .article .dl05 dd ul li a .photo {
    /* width: 160px; */
    height: 124px;
    display: block;
    background-size: cover;
    background-position: center center;
  }
  main section.s02 .wrapper .infobox .article .dl05 dd ul li a .txtarea {
    background-color: #F7F7F7;
    display: block;
    padding: 12px 12px;
  }
  main section.s02 .wrapper .infobox .article .dl05 dd ul li a .txtarea .t04 {
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    color: #000;
    font-weight: bold;
  }
  main section.s02 .wrapper .infobox .article .dl05 dd ul li a .txtarea .t05 {
    font-weight: bold;
    font-size: 14px;
    color: #9B9B9B;
    margin-top: 10px;
  }
  main section.s02 .wrapper .infobox .article .dl06 {
    /* margin-top: 60px; */
    margin-top: 0 !important;
  }
  main section.s02 .wrapper .infobox .article .dl06 dt {
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
    font-size: 18px;
    border: none;
    font-weight: bold;
    position: relative;
  }
  main section.s02 .wrapper .infobox .article .dl06 dt:before {
    width: 5px;
    height: 20px;
    background-color: #FF8A02;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd {
    overflow-x: scroll;
    margin-top: 30px;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul {
    /* display: table; */
    padding-bottom: 10px;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li {
    /* width: 170px;
    display: table-cell;
    padding-right: 10px; */
    vertical-align: top;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li:last-child {
    /* width: 160px;
    padding-right: 0; */
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .item {
    /* width: 160px; */
    display: block;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 10px;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .item .photo {
    /* width: 160px; */
    height: 124px;
    display: block;
    background-size: cover;
    background-position: center center;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .item .txtarea {
    display: block;
    padding: 12px 12px;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .item .txtarea .t04 {
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #000;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .item:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.56);
    display: none;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .item02 {
    width: 335px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    margin-top: 0;
    z-index: 100000;
    padding: 15px;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .item02 .photo {
    width: 100%;
    display: block;
    border-radius: 10px;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .item02 .t09 {
    font-size: 14px;
    line-height: 140%;
    margin-top: 15px;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .item02 .more {
    margin-top: 15px;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .item02 .more a {
    color: #FF5002;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .icon_google_item_detail_close {
    display: block;
    position: absolute;
    top: -20px;
    right: -10px;
    width: 15px;
  }
  main section.s02 .wrapper .infobox .article .dl06 dd ul li .google_item_detail .icon_google_item_detail_close:hover {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  main section.s02 .wrapper .infobox .rightmenu {
    width: 100%;
    float: none;
    padding-top: 25px;
  }
  main section.s02 .wrapper .infobox .rightmenu .bnr {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .infobox .rightmenu .t06 {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 120%;
    margin-top: 10px;
  }
  main section.s02 .wrapper .infobox .rightmenu .t06 br {
    display: none;
  }
  main section.s02 .wrapper .infobox .rightmenu .t07 {
    font-size: 16px;
    margin-top: 25px;
  }
  main section.s02 .wrapper .infobox .rightmenu .snslist {
    border-top: 1px solid #D5D5D5;
    margin-top: 10px;
  }
  main section.s02 .wrapper .infobox .rightmenu .snslist li {
    border-bottom: 1px solid #D5D5D5;
  }
  main section.s02 .wrapper .infobox .rightmenu .snslist li a {
    display: block;
    padding: 15px 0 15px 40px;
    font-size: 16px;
    font-weight: bold;
    color: #676767;
    text-decoration: none;
    background-position: center left 0;
    background-repeat: no-repeat;
  }
  main section.s02 .wrapper .infobox .rightmenu .snslist li.li01 a {
    background-image: url(../../images/icon_sns01.svg);
  }
  main section.s02 .wrapper .infobox .rightmenu .snslist li.li02 a {
    background-image: url(../../images/icon_sns02.svg);
  }
  main section.s02 .wrapper .infobox .rightmenu .snslist li.li03 a {
    background-image: url(../../images/icon_sns03.svg);
    background-position: center left 5px;
  }
  main section.s02 .wrapper .infobox .rightmenu .snslist li.li04 a {
    background-image: url(../../images/icon_sns04.svg);
  }
  main section.s02 .wrapper .infobox .rightmenu .snslist li.li05 a {
    background-image: url(../../images/icon_sns05.svg);
  }
  main section.s02 .wrapper .infobox .rightmenu .linebox_wrapper {
    display: none;
  }
  main section.s02 .wrapper .infobox .rightmenu .green {
    display: block;
    margin: 45px auto 0;
  }
  main section.s03 {
    background-image: url(../../images/bg01.png);
    background-size: cover;
    background-position: center center;
    padding: 15px 15px 25px;
    margin-top: 45px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper .dl01 {
    border: 3px solid #FFC402;
    border-radius: 10px;
    background-color: #fff;
    padding: 25px 30px 30px;
  }
  main section.s03 .wrapper .dl01 dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  main section.s03 .wrapper .dl01 dd {
    font-size: 14px;
    line-height: 170%;
  }
  main section.s03 .wrapper .snsbox {
    padding: 15px 0;
    /*  </0917 update>  */
    margin-top: 30px;
  }
  main section.s03 .wrapper .snsbox.cf {
    grid-template-columns: 100%;
  }
  main section.s03 .wrapper .snsbox li {
    margin-bottom: 30px;
  }
  main section.s03 .wrapper .snsbox li .t01 {
    color: #9B9B9B;
    font-size: 16px;
    font-weight: bold;
  }
  main section.s03 .wrapper .snsbox li .contentarea {
    height: 418px;
    /*  </0917 update>  */
    margin-top: 8px;
  }
  main section.s03 .wrapper .snsbox li.tw, main section.s03 .wrapper .snsbox li.fb {
    width: 500px;
    max-width: 100%;
    float: none;
    margin: 0 auto 30px;
  }
  main section.s03 .wrapper .snsbox li.in {
    width: 500px;
    max-width: 100%;
    /*  </0917 update>  */
    float: none;
    margin: 0 auto 15px;
  }
  main section.s03 .wrapper .snsbox li.in .contentarea {
    /*  </0917 update>  */
    height: 335px;
  }
  main section.s04 {
    padding: 15px 15px 0;
  }
  main section.s04 .wrapper .sharebox {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: auto;
    text-align: center;
  }
  main section.s04 .wrapper .sharebox .green {
    width: 98px;
    display: inline-block;
    position: static;
    vertical-align: top;
    margin-top: 30px;
  }
  main section.s04 .wrapper .sharebox .person {
    width: 120px;
    display: inline-block;
    position: static;
  }
  main section.s04 .wrapper .sharebox .share {
    text-align: center;
  }
  main section.s04 .wrapper .sharebox .share .t01 {
    font-size: 15px;
    padding-top: 88px;
  }
  main section.s04 .wrapper .sharebox .share .sns {
    font-size: 0;
    margin-top: 10px;
  }
  main section.s04 .wrapper .sharebox .share .sns a {
    display: inline-block;
    width: 46px;
    text-decoration: none;
    margin: 0 8px;
  }
  main section.s04 .wrapper .sharebox .share .sns a img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .dl01 {
    width: 100%;
    margin: 40px auto 0;
  }
  main section.s04 .wrapper .dl01 dt {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    border: none;
    padding-left: 0;
  }
  main section.s04 .wrapper .dl01 dd {
    margin-top: 20px;
  }
  main section.s04 .wrapper .dl01 dd .t01 {
    font-size: 14px;
  }
  main section.s04 .wrapper .dl01 dd table {
    width: 100%;
    border-top: 1px solid #D5D5D5;
    margin-top: 35px;
  }
  main section.s04 .wrapper .dl01 dd table tr {
    border-bottom: 1px solid #D5D5D5;
    display: block;
  }
  main section.s04 .wrapper .dl01 dd table tr:after {
    content: "";
    display: block;
    clear: both;
  }
  main section.s04 .wrapper .dl01 dd table tr th {
    font-size: 16px;
    background-color: #fff;
    padding: 12px 0;
    font-weight: bold;
    display: none;
  }
  main section.s04 .wrapper .dl01 dd table tr th:nth-child(1) {
    width: 215px;
    padding-left: 15px;
  }
  main section.s04 .wrapper .dl01 dd table tr th:nth-child(2) {
    width: 140px;
  }
  main section.s04 .wrapper .dl01 dd table tr th:nth-child(3) {
    width: 85px;
  }
  main section.s04 .wrapper .dl01 dd table tr th:nth-child(4) {
    width: 105px;
  }
  main section.s04 .wrapper .dl01 dd table tr td {
    vertical-align: top;
    padding: 0;
    display: block;
  }
  main section.s04 .wrapper .dl01 dd table tr td:nth-child(1) {
    width: 100%;
    padding: 20px 0 5px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
  }
  main section.s04 .wrapper .dl01 dd table tr td:nth-child(1) img {
    vertical-align: top;
    margin-right: 8px;
  }
  main section.s04 .wrapper .dl01 dd table tr td:nth-child(2) {
    width: 100px;
    float: left;
    font-size: 0;
    padding-top: 5px;
  }
  main section.s04 .wrapper .dl01 dd table tr td:nth-child(2) img {
    width: 16px;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 2px;
  }
  main section.s04 .wrapper .dl01 dd table tr td:nth-child(3) {
    width: 55px;
    float: left;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  main section.s04 .wrapper .dl01 dd table tr td:nth-child(3) .blue {
    color: #3A79F4;
  }
  main section.s04 .wrapper .dl01 dd table tr td:nth-child(3) .red {
    color: #F01400;
  }
  main section.s04 .wrapper .dl01 dd table tr td:nth-child(4) {
    width: calc(100% - 155px);
    float: left;
    font-size: 14px;
    padding-top: 3px;
  }
  main section.s04 .wrapper .dl01 dd table tr td:nth-child(5) {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 10px 0 15px;
  }
  main section.s04 .wrapper .dl01 dd table tr td:nth-child(5) .blue {
    color: #3A79F4;
    font-weight: bold;
  }
  main section.s04 .wrapper .dl01 dd table tr td:nth-child(5) .red {
    color: #F01400;
    font-weight: bold;
  }
  main section.s04 .wrapper .btn_more {
    border: 2px solid #3A79F4;
    width: 140px;
    height: 36px;
    display: block;
    text-decoration: none;
    margin: 20px auto 48px;
    line-height: 32px;
    text-align: center;
    color: #3A79F4;
    font-size: 14px;
    border-radius: 10px;
    font-weight: bold;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  main section.s04 .wrapper .btn_more:hover {
    opacity: 1;
    background-color: #3A79F4;
    color: #fff;
  }
  main section.s04 .wrapper .gmap {
    width: calc(100% + 30px) !important;
    height: 220px !important;
    display: block !important;
    margin-top: 50px;
    margin-left: -15px;
  }
  main section.s05 {
    padding: 40px 15px 60px;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper .t01 {
    height: 58px;
    border: 2px solid #FFC402;
    border-radius: 10px;
    position: relative;
    background-color: #FFF;
    font-size: 18px;
    line-height: 22px;
    padding: 7px 15px 0 76px;
    font-weight: bold;
  }
  main section.s05 .wrapper .t01 span {
    color: #FF5002;
  }
  main section.s05 .wrapper .t01 img {
    width: 67px;
    display: block;
    position: absolute;
    left: 2px;
    bottom: 0;
  }
  main section.s05 .wrapper .t06 {
    background-color: #fff;
    border-radius: 10px;
    height: auto;
    padding: 15px 15px 15px 45px;
    font-size: 18px;
    line-height: 140%;
    background-image: url(../../images/icon_map01.svg);
    background-position: center left 20px;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin-top: 50px;
  }
  main section.s05 .wrapper .list01 {
    margin-top: 10px;
  }
  main section.s05 .wrapper .list01 li {
    width: calc(50% - 5px);
    float: left;
    margin-right: 10px !important;
    border-radius: 10px;
    overflow: hidden;
  }
  main section.s05 .wrapper .list01 li:nth-child(even) {
    float: right;
    margin-right: 0 !important;
  }
  main section.s05 .wrapper .list01 li .photo {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  main section.s05 .wrapper .list01 li .photo .num {
    width: 45px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding-left: 15px;
    background-color: #FF5002;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    border-radius: 15px;
    top: 7px;
    right: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  main section.s05 .wrapper .list01 li .photo .num img {
    width: 11px;
    position: absolute;
    top: 3px;
    left: 5px;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  main section.s05 .wrapper .list01 li .photo .num img.iine01 {
    opacity: 1;
  }
  main section.s05 .wrapper .list01 li .photo .num img.iine02 {
    opacity: 0;
  }
  main section.s05 .wrapper .list01 li .photo .num:hover, main section.s05 .wrapper .list01 li .photo .num.taped {
    background-color: #fff;
    color: #FF5002;
    opacity: 1;
    cursor: pointer;
  }
  main section.s05 .wrapper .list01 li .photo .num:hover img.iine01, main section.s05 .wrapper .list01 li .photo .num.taped img.iine01 {
    opacity: 0;
  }
  main section.s05 .wrapper .list01 li .photo .num:hover img.iine02, main section.s05 .wrapper .list01 li .photo .num.taped img.iine02 {
    opacity: 1;
  }
  main section.s05 .wrapper .list01 li .txtbox {
    background-color: #fff;
    padding: 10px;
  }
  main section.s05 .wrapper .list01 li .txtbox .t02 {
    font-size: 9px;
    color: #9B9B9B;
  }
  main section.s05 .wrapper .list01 li .txtbox .t03 {
    font-size: 11px;
    margin-top: 5px;
  }
  main section.s05 .wrapper .list01 li .txtbox .t04 {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 3px;
  }
  main section.s05 .wrapper .list01 li .txtbox .t05 {
    font-size: 14px;
    font-weight: bold;
    color: #FF5002;
    line-height: 15px;
    margin-top: 5px;
  }
  main section.s05 .wrapper .list01 li .txtbox .t05 img {
    width: 15px;
    vertical-align: top;
    margin-right: 3px;
  }
  main .sp_fixedmenu {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    padding: 5px;
  }
  main .sp_fixedmenu .line {
    height: 66px;
    width: calc(100% - 155px);
    float: left;
    background-color: #07B53B;
    border-radius: 5px;
    padding: 8px 15px 0;
  }
  main .sp_fixedmenu .line .t01 {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  main .sp_fixedmenu .line .id {
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: 27px;
    line-height: 27px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: bold;
    color: #07B53B;
    margin-top: 8px;
  }
  main .sp_fixedmenu .iine {
    width: 150px;
    height: 66px;
    background-color: #F5F5F5;
    border-radius: 5px;
    float: right;
    position: relative;
    padding-left: 54px;
    padding-top: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  main .sp_fixedmenu .iine .icon {
    width: 44px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  main .sp_fixedmenu .iine .icon.iine01 {
    opacity: 1;
  }
  main .sp_fixedmenu .iine .icon.iine02 {
    opacity: 0;
  }
  main .sp_fixedmenu .iine.taped {
    /*  </0917 update>  */
    cursor: pointer;
    background-color: #FF8A02;
  }
  main .sp_fixedmenu .iinebox2:hover {
    background-color: #fff;
  }
  main .sp_fixedmenu .iine.taped .icon.iine01, main .sp_fixedmenu .iine:hover .icon.iine01 {
    opacity: 0;
  }
  main .sp_fixedmenu .iine.taped .icon.iine02, main .sp_fixedmenu .iine:hover .icon.iine02 {
    opacity: 1;
  }
  main .sp_fixedmenu .iine.taped .t01, main .sp_fixedmenu .iine.taped .t02 {
    /*  </0917 update>  */
    color: #fff;
  }
  main .sp_fixedmenu .iine .t01 {
    font-size: 15px;
    font-weight: bold;
  }
  main .sp_fixedmenu .iine .t01,main .sp_fixedmenu .iine .t02 {
    text-align: center;
    color: #FF8A02;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  main .sp_fixedmenu .iine .t02 {
    font-size: 10px;
    margin-top: 3px;
  }

  /* main section.s01 .wrapper .sliderbox .slick-dots li.slick-active button::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-duration: 5s;
    -o-transition-duration: 5s;
    transition-duration: 5s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
  } */
  /*  <0917 update>  */
  /*  </0917 update>  */
  /*  <0917 update>  */
  /*  <0917 update>  */
  /*  </0917 update>  */
  /*  <0917 update>  */
  footer {
    padding-bottom: 110px;
  }

  .t_uwasa {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .reload_btn {
    float: none;
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
  }
  .reload_btn span {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .s02_slider .slick-prev, .s02_slider .slick-next {
    display: none !important;
  }

  .br_sp {
    display: block;
  }

  /* リクルート */
  .recruit-btn {
    margin: 45px auto;
    width: 100%;
    padding: 1.3em 0;
    background-color: #FF8A02;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
  }

  .recruit-tab .rightmenu {
    display: none;
  }

  .recruit-head h4 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 10px;
  }
  .recruit-head h4 span {
    font-size: 12px;
    padding: 0.3em 1em;
  }

  .recruit-tab .thum {
    height: 200px;
    border-radius: 10px;
    margin-top: 0px;
  }
  .recruit-tab .sub-thum-list {
    margin: 15px 0;
  }
  .recruit-tab .sub-thum {
    background-color: #C3D7F2;
    border-radius: 5px;
    height: 40px;
  }
  .recruit-tab .sub-thum.active {
    border: 2px solid #FFC402;
  }

  .recruit-head p {
    font-size: 18px;
    margin-top: 15px;
  }

  .recruit__s01 {
    margin-top: 30px;
    font-size: 14px;
  }

  .recruit__ttl {
    height: 18px;
    line-height: 18px;
    padding-left: 15px;
    font-size: 18px;
    border-left: 3px solid #FF8A02;
    margin-bottom: 0.7em;
  }

  .recruit__s01 dl {
    display: block;
    flex-wrap: wrap;
    border-bottom: 1px solid #D5D5D5;
    padding: 1.3em 0;
  }
  .recruit__s01 dl dt {
    width: 140px;
    margin-bottom: 0.7em;
  }

  .recruit__s02 form {
    margin: 20px 0;
  }
  .recruit__s02 form label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
  }
  .recruit__s02 form label.required::after {
    content: "";
    color: #F01400;
    font-size: 10px;
  }
  .recruit__s02 form input[type=text] {
    width: 100%;
  }
  .recruit__s02 form input.add_mb {
    margin-bottom: -10px !important;
  }
  .recruit__s02 form select {
    width: 32%;
    background-position: right 0.5em center;
  }

  .select-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .recruit__s02 form .label_file {
    width: auto;
    background-color: #F4F4F4;
    cursor: pointer;
    border: 1px solid #D6D6D6;
    padding: 0.5em;
    padding-right: 1em;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    font-size: 14px;
    position: relative;
    margin-bottom: 30px;
  }
  .recruit__s02 form .label_file::before {
    content: "";
    display: block;
    width: 1.3em;
    height: 1.3em;
    background-image: url("../../images/file-upload-solid.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.4em;
  }

  .file_notice::after {
    content: "選択されていません";
    color: #9B9B9B;
    position: absolute;
    right: 0;
    bottom: -2.5em;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .recruit-tab .rightmenu dl dt {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .recruit__notice, .recruit__s02 .link {
    font-size: 14px;
  }

  /* リクルート ＞ 内容確認 */
  .recruit__comfirm {
    border-top: 2px solid #F4F4F4;
  }
  .recruit__comfirm .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .breadcrumb {
    padding: 15px !important;
  }

  .recruit__comfirm-head .ttl {
    font-size: 18px;
    padding: 20px;
  }

  .recruit__comfirm .recruit__comfirm-content {
    margin-top: 30px;
    width: 100%;
  }

  .recruit__comfirm-content {
    padding-bottom: 80px !important;
  }
  .recruit__comfirm-content h3 {
    font-size: 24px;
    font-weight: bold;
  }
  .recruit__comfirm-content h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    margin-bottom: 2em;
  }
  .recruit__comfirm-content h4 span {
    display: inline-block;
    background-color: #FFC402;
    font-size: 10px;
    padding: 0.5em 1em;
    border-radius: 1.5em;
    margin-right: 1em;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .recruit__comfirm-content dl {
    display: block;
    padding: 1em 0;
  }
  .recruit__comfirm-content dl dt {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .recruit__comfirm-content dl dd {
    font-weight: bold;
  }
  .recruit__comfirm-content .agree {
    margin-top: 50px;
    text-align: center;
  }
  .recruit__comfirm-content .agree span {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #9B9B9B;
    border-radius: 2px;
    vertical-align: text-top;
  }
  .recruit__comfirm-content .agree a {
    text-decoration: none;
    color: #3A79F4;
    padding-left: 1em;
  }

  .recruit__comfirm-btnwrapper {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
            align-items: flex-start;
    margin: 1.5em 0;
  }
  .recruit__comfirm-btnwrapper a {
    display: block;
    width: 290px;
    height: 48px;
    border-radius: 31px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background-color: #9B9B9B;
    line-height: 48px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /*  <0917 update>  */
  main section.s01 .wrapper .databox .score .t02.score-wrap span {
    margin-top: 0px;
  }
  main section.s01 .wrapper .databox .score .t02 span.score-type {
    width: 113px;
    height: 28px;
    font-size: 13px;
    margin-top: 0px;
    margin-right: -32px;
  }

  /*  </0917 update>  */
  .score-wrap {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    margin: 0;
    -webkit-box-pack: center;
            justify-content: center;
  }

  /*  <0917 update>  */
  img.score-img {
    width: 72px;
    height: 72px;
  }

  /*  </0917 update>  */
  .modal_bg .item02 {
    width: 335px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    margin-top: 0;
    z-index: 100000;
    padding: 15px;
  }
  .modal_bg .item02 .photo {
    width: 100%;
    display: block;
    border-radius: 10px;
  }
  .modal_bg .item02 .t09 {
    font-size: 14px;
    line-height: 140%;
    margin-top: 15px;
  }
  .modal_bg .item02 .more {
    margin-top: 15px;
  }
  .modal_bg .item02 .more a {
    color: #FF5002;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
  }
  .modal_bg .icon_google_item_detail_close {
    display: block;
    position: absolute;
    top: -20px;
    right: -10px;
    width: 15px;
  }
  .modal_bg .icon_google_item_detail_close:hover {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }

  main section.s04 .wrapper .sharebox .green, main section.s04 .wrapper .sharebox .green-hover, main section.s04 .wrapper .sharebox .person {
    display: none;
  }

  .green-person {
    max-width: 335px;
    opacity: 1;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .green-person,.green-person-hover {
    display: block;
    position: absolute;
    top: -35px;
    width: 100%;
  }

  .green-person-hover {
    opacity: 0;
    z-index: 2;
  }

  .green-person:hover {
    opacity: 0;
  }
  .green-person:hover + .green-person-hover {
    opacity: 1;
  }
}
@media (max-width: 1000px){
  .pc {
    display: none !important;
  }
  .databox.pc-view {
    display: none !important;
  }

  .item_slider.pc {
    position: absolute;
    top: 0px;
    z-index: -100;
    opacity: 0;
  }

  .detail_slider_modal_wrap {
    padding: 27px 0;
  }

  .item_slider li[data-type=coupon] .google_item span.photo::after {
    height: 31px;
    font: normal normal bold 12px/20px Hiragino Sans;
  }
}
@media (min-width: 701px){
  main section.s03 .wrapper .snsbox li.in {
    width: 100%;
    /*  </0917 update>  */
    margin: 0 auto 30px;
  }
  .score.sp-view {
    display: none !important;
  }

  main section.s01 .wrapper .ttlbox h2 span {
    padding-right: 514px;
  }
}
@media (min-width: 1001px){
  .sp {
    display: none !important;
  }
}

/*# sourceMappingURL=index.css.map*/