@charset "utf-8";
/* CSS Document */

/* top */
#top {}

#top #main_js {
  background: #f0f0f0;
}

#top #main_js .main_animation {
  max-width: 100%;
  margin: auto;
  height: auto;
  transition: .7s;
}

#top #main_js .main_animation video {
  max-width: 100%;
  height: auto;
}

#top #mission {
  padding: 150px 0 160px;
}

#mission .inner {
  max-width: 1180px;
  padding: 0 90px;
  margin: auto;
  text-align: center;
}

#top #mission .inner h2 {
  font-size: 48px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding-left: 12px;
}

#top #mission .inner .sub_title {
  margin: 18px 0 25px;
  display: block;
}

#top #mission .inner p.text {
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
}

#top #business {
  height: 560px;
  box-sizing: border-box;
  padding: 170px 0 180px;
  position: relative;
  background: url(../images/top/business_back.jpg) center center no-repeat;
  color: #fff;
}

#top #business:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 560px;
  width: 50%;
  background: url(../images/top/business_back_left.jpg) left center repeat-x;
  z-index: -1;
}

#top #business:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 560px;
  width: 50%;
  background: url(../images/top/business_back_right.jpg) left center repeat-x;
  z-index: -1;
}

#top #business .inner {
  max-width: 1180px;
  padding: 0 90px;
  margin: auto;
  text-align: left;
}

#top #business .inner h3 {
  margin-bottom: 25px;
}

#top #business .inner p.text {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
}

#top #member {
  padding: 60px 0;
  background: #f5f5f5;
}

#top #member .inner {
  max-width: 1180px;
  padding: 0 0 0 90px;
  margin: auto;
  text-align: left;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#top #member .inner h3 {
  margin-bottom: 32px;
}

#top #member .inner .left_content {
  padding: 150px 0;
}

#top #member .inner .left_content .more1 {
  margin: 60px 0 0;
}

#top #member .inner .right_content {
  width: 100%;
  max-width: 590px;
}

#top #information {
  padding: 148px 0;
  background: #fff;
}

#top #information .inner {
  max-width: 1180px;
  padding: 0 90px;
  margin: auto;
  text-align: left;
}

#top #information .inner h3 {
  margin-bottom: 57px;
}

#top #information .inner #news {}

#top #information .inner #news li {
  font-size: 16px;
}

#top #information .inner #news li~li {
  margin-top: 34px;
}

#top #information .inner #news li span {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  display: inline-block;
  background: #000;
  padding: 3px 14px;
  margin-bottom: 6px;
}

#top #information .inner #news li p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 3px;
}

#top #information .inner .more1 {
  margin: 52px 0 0;
}

#top #recruit {
  height: 560px;
  box-sizing: border-box;
  padding: 170px 0 180px;
  position: relative;
  background: url(../images/top/recruit_back.jpg) right no-repeat;
  color: #fff;
}

#top #recruit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 560px;
  width: 50%;
  background: url(../images/top/recruit_back_left.jpg) left center repeat-x;
  z-index: -1;
}

#top #recruit:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 560px;
  width: 50%;
  background: url(../images/top/recruit_back_right.jpg) left center repeat-x;
  z-index: -1;
}

#top #recruit .inner {
  max-width: 1180px;
  padding: 0 90px;
  margin: auto;
  text-align: left;
}

#top #recruit .inner h3 {
  margin-bottom: 26px;
}

#top #recruit .inner p.text {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
}

#top .bnr_list {
  margin: 80px auto;
  padding: 0 90px;
  max-width: 1180px;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.bnr_list li {
  width: 46%;
}

.bnr_list li a {
  display: block;
}

.bnr_list li span img,
.bnr_list li .name {
  -webkit-transition: ease-out .2s;
  transition: ease-out .2s;
}

.bnr_list li span {
  display: block;
  overflow: hidden;
}

.bnr_list li .explain {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media only screen and (min-width:768px) {
  .bnr_list li a:hover span img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media only screen and (max-width:1280px) {
  #top #mission .inner {
    padding: 0 50px;
  }

  #top #business .inner {
    padding: 0 50px;
  }

  #top #member .inner {
    padding: 0 0 0 50px;
  }

  #top #member .inner .right_content {
    padding: 0 40px;
    box-sizing: content-box;
  }

  #top #information .inner {
    padding: 0 50px;
  }

  #top #recruit .inner {
    padding: 0 50px;
  }

  #top #top .bnr_list {
    padding: 0 50px;
  }

  .bnr_list li {
    width: 38.99%;
  }
}

@media only screen and (max-width:1500px) {
  #top #mission .inner {
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }
}

/* ビジネスページ */
div#business {
  box-sizing: border-box;
  padding: 100px 0 0px;
  position: relative;
}

div#business .inner {
  max-width: 1000px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
}

div#business .inner h2 {
  margin-bottom: 82px;
  display: inline-block;
}

div#business .inner h3.sub_ttl {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
}

div#business .inner .main_image {
  margin: 60px 0 30px;
}

div#business .inner .main_image:not(:first-of-type) {
  margin: 120px 0 30px;
}

div#business .inner p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#business .inner p span {
  font-size: 11px;
  font-weight: normal;
  display: block;
}

div#business .inner .more3 {
  position: relative;
  margin: 50px auto 0;
  width: 260px;
  height: 52px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 50px;
}

div#business .inner .more3 a:after,
div#business .inner .more3 span {
  -webkit-transition: ease .2s !important;
  transition: ease .2s !important;
}

div#business .inner .more3 a {
  display: block;
  border: solid #000 1px;
}

div#business .inner .more3 a:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 1;
}

@media only screen and (min-width:768px) {
  div#business .inner .more3 a:hover {
    opacity: 1;
  }

  div#business .inner .more3 a:hover:after {
    width: 100%;
  }
}

div#business .inner .more3 span {
  display: block;
  position: relative;
  z-index: 2;
}

div#business .inner .more3 span:before,
div#business .inner .more3 span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

div#business .inner .more3 span:before {
  right: -190px;
  width: 22px;
  height: 1px;
  background: #494949;
  transition-duration: 0.8s;
}

div#business .inner .more3 span:after {
  right: -196px;
  top: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #494949;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.8s;
}

@media only screen and (min-width:768px) {
  div#business .inner .more3 a:hover span {
    background: url(../images/business/btn_brandsite_on.png) center center;
    background-repeat: no-repeat;
  }

  div#business .inner .more3 a:hover span:before {
    background: #fff;
  }

  div#business .inner .more3 a:hover span:after {
    border-top: 1px solid #fff;
  }

  div#business .inner .more2 a:hover span {
    background: url(../images/business/btn_brandsite_on.png) center center;
    background-repeat: no-repeat;
  }

  div#business .inner .more2 a:hover span:before {
    background: #fff;
  }

  div#business .inner .more2 a:hover span:after {
    border-top: 1px solid #fff;
  }

}

div#business .inner .anm-btn3 a,
div#business .inner .anm-btn3 span {
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

div#business .inner .anm-btn3 span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  background: url(../images/business/btn_brandsite_on.png) center center;
  background-repeat: no-repeat;
}

div#business .inner .anm-btn3.is-done a,
div#business .inner .anm-btn3.is-done span {
  opacity: 1;
  height: 100%;
}

div#business .inner .anm-btn2 a,
div#business .inner .anm-btn3 span {
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

div#business .inner .anm-btn2 span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  background: url(../images/business/btn_brandsite_off.png) center center;
  background-repeat: no-repeat;
}

div#business .inner .anm-btn2.is-done a,
div#business .inner .anm-btn2.is-done span {
  opacity: 1;
  height: 100%;
}

/* aboutページ */
div#about {
  box-sizing: border-box;
  position: relative;
}

div#about .inner {
  padding: 0 50px;
  max-width: 1080px;
  margin: auto;
}

div#about #about_open {
  background: #000;
  padding: 80px 50px 0;
}

div#about #about_open .inner {
  max-width: 1090px;
  padding: 100px 0 130px;
  margin: auto;
  text-align: center;
}

div#about #about_open #backanime {
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: center top 5vw !important;
}

div#about #about_open .inner h2 {
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 54px;
  display: inline-block;
  color: #fff;
  animation-name: animation01;
  animation-duration: 1.0s;
  animation-timing-function: ease-in;
  animation-delay: 2.0s;
  animation-fill-mode: both;
}

div#about #about_open .inner p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  animation-name: animation01;
  animation-duration: 1.0s;
  animation-timing-function: ease-in;
  animation-delay: 3.0s;
  animation-fill-mode: both;
}

div#about #vision {
  padding: 160px 0 150px;
}

div#about #vision .inner h2 {
  margin-bottom: 4.688vw;
}

div#about #vision .inner h3 {
  display: inline-block;
  margin-bottom: 4.218vw;
}

div#about #vision .inner p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#about #vision .inner .message {
  padding: 128px 0 0;
}

div#about #vision .inner .message h4 {
  width: 233px;
  height: 79px;
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
}
<!-- 
div#about #vision .inner .message h4:before {
  content: "代表挨拶";
  background: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  padding: 0 7px;
  position: absolute;
  top: 23px;
  left: 75px;
}
-->
div#about #vision .inner .message img {
  margin-bottom: 20px;
}

div#about #vision .inner .message p~p {
  margin-top: 34px;
}

div#about #value {
  background: #f5f5f5;
  padding: 160px 0 150px;
}

div#about #value ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
}

div#about #value ul li {
  width: 19.218vw;
  max-width: 246px;
}

div#about #value ul li p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

div#about #value ul li p.name {
  font-size: 24px;
  line-height: 26px;
  margin: 28px 0 17px;
}

div#about #history {
  padding: 160px 0 150px;
}

div#about #history .inner {
  max-width: 980px;
}

div#about #history ul.news {
  margin-top: 52px;
}

div#about #history ul.news>li {
  padding-left: 88px;
  position: relative;
}

div#about #history ul.news>li~li {
  margin-top: 15px;
}

div#about #history ul.news>li:before {
  content: "2013";
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  width: 68px;
  text-align: center;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
}

div#about #history ul.news>li.y2014:before {
  content: "2014";
}

div#about #history ul.news>li.y2015:before {
  content: "2015";
}

div#about #history ul.news>li.y2016:before {
  content: "2016";
}

div#about #history ul.news>li.y2017:before {
  content: "2017";
}

div#about #history ul.news>li.y2018:before {
  content: "2018";
}

div#about #history ul.news>li.y2019:before {
  content: "2019";
}

div#about #history ul.news>li.y2020:before {
  content: "2020";
}

div#about #history ul.news>li>ul {
  text-align: left;
}

div#about #history ul.news>li>ul>li {
  padding-left: 36px;
  position: relative;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#about #history ul.news>li>ul>li:before {
  content: "01";
  position: absolute;
  left: 0;
}

div#about #history ul.news>li>ul>li.m02:before {
  content: "02";
}

div#about #history ul.news>li>ul>li.m03:before {
  content: "03";
}

div#about #history ul.news>li>ul>li.m04:before {
  content: "04";
}

div#about #history ul.news>li>ul>li.m05:before {
  content: "05";
}

div#about #history ul.news>li>ul>li.m06:before {
  content: "06";
}

div#about #history ul.news>li>ul>li.m07:before {
  content: "07";
}

div#about #history ul.news>li>ul>li.m08:before {
  content: "08";
}

div#about #history ul.news>li>ul>li.m09:before {
  content: "09";
}

div#about #history ul.news>li>ul>li.m10:before {
  content: "10";
}

div#about #history ul.news>li>ul>li.m11:before {
  content: "11";
}

div#about #history ul.news>li>ul>li.m12:before {
  content: "12";
}

div#about #award {
  background: #f5f5f5;
  padding: 160px 0 150px;
}

div#about #award .inner {
  max-width: 980px;
}

div#about #award h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 32px;
}

div#about #award ul.news {
  margin-top: 24px;
}

div#about #award ul.news+h3 {
  margin-top: 52px;
}

div#about #award ul.news>li {
  padding-left: 88px;
  position: relative;
}

div#about #award ul.news>li~li {
  margin-top: 15px;
}

div#about #award ul.news>li:before {
  content: "2013";
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  width: 68px;
  text-align: center;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
}

div#about #award ul.news>li.y2014:before {
  content: "2014";
}

div#about #award ul.news>li.y2015:before {
  content: "2015";
}

div#about #award ul.news>li.y2016:before {
  content: "2016";
}

div#about #award ul.news>li.y2017:before {
  content: "2017";
}

div#about #award ul.news>li.y2018:before {
  content: "2018";
}

div#about #award ul.news>li.y2019:before {
  content: "2019";
}

div#about #award ul.news>li.y2020:before {
  content: "2020";
}

div#about #award ul.news>li>ul {
  text-align: left;
}

div#about #award ul.news>li>ul>li {
  padding-left: 36px;
  position: relative;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#about #award ul.news>li>ul>li:before {
  content: "01";
  position: absolute;
  left: 0;
}

div#about #award ul.news>li>ul>li.m02:before {
  content: "02";
}

div#about #award ul.news>li>ul>li.m03:before {
  content: "03";
}

div#about #award ul.news>li>ul>li.m04:before {
  content: "04";
}

div#about #award ul.news>li>ul>li.m05:before {
  content: "05";
}

div#about #award ul.news>li>ul>li.m06:before {
  content: "06";
}

div#about #award ul.news>li>ul>li.m07:before {
  content: "07";
}

div#about #award ul.news>li>ul>li.m08:before {
  content: "08";
}

div#about #award ul.news>li>ul>li.m09:before {
  content: "09";
}

div#about #award ul.news>li>ul>li.m10:before {
  content: "10";
}

div#about #award ul.news>li>ul>li.m11:before {
  content: "11";
}

div#about #award ul.news>li>ul>li.m12:before {
  content: "12";
}

div#about #company {
  padding: 160px 0;
}

div#about #company .inner {
  max-width: 980px;
}

div#about #company dl {
  margin-top: 75px;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
  text-align: left;
  border-top: 1px solid #cccccc;
}

div#about #company dl>dt {
  position: absolute;
  left: 0;
  padding: 28px 0 32px 0;
}

div#about #company dl>dd {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 28px 0 32px 27.3%;
}

div#about #company dl>dd span {
  font-size: 14px;
  line-height: 24px;
  display: block;
}

div#about #access {
  background: #f5f5f5;
  padding: 160px 0;
}

div#about #access h2 {
  margin-bottom: 50px;
}

div#about #access p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#about #access #googlemap {
  height: 35.440vw;
  max-height: 443px;
  max-width: 1000px;
  margin: 52px auto 0;
}

div#about #access #googlemap_sp {
  display: none;
}

/* informationページ */
div#information {
  box-sizing: border-box;
  padding: 100px 0 160px;
  position: relative;
}

div#information .inner {
  max-width: 1000px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
}

div#information .inner h2 {
  display: inline-block;
}

div#information ul#information_list {
  margin-top: 120px;
}

div#information ul#information_list>li {
  padding-top: 30px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  font-weight: 500;
}

div#information ul#information_list>li>a {
  transition: 0.6s;
}

@media only screen and (min-width:768px) {
  div#information ul#information_list>li>a:hover {
    opacity: 0.6;
  }
}

div#information ul#information_list>li>span {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  width: 97px;
  text-align: center;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}

div#information ul#information_list>li~li {
  margin-top: 21px;
}

div#information .inner .more3 {
  position: relative;
  margin: 72px auto 0;
  width: 260px;
  height: 52px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 50px;
}

div#information .inner .more3 a:after,
div#information .inner .more3 span {
  -webkit-transition: ease .2s !important;
  transition: ease .2s !important;
}

div#information .inner .more3 a {
  display: block;
  border: solid #000 1px;
}

div#information .inner .more3 a:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 1;
}

@media only screen and (min-width:768px) {
  div#information .inner .more3 a:hover {
    opacity: 1;
  }

  div#information .inner .more3 a:hover:after {
    width: 100%;
  }
}

div#information .inner .more3 span {
  display: block;
  position: relative;
  z-index: 2;
}

div#information .inner .more3 span:before,
div#information .inner .more3 span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

div#information .inner .more3 span:before {
  right: -190px;
  width: 15px;
  height: 1px;
  background: #000;
  transition-duration: 0.8s;
}

div#information .inner .more3 span:after {
  right: -174px;
  top: 0;
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition-duration: 0.8s;
}

@media only screen and (min-width:768px) {
  div#information .inner .more3 a:hover span {
    background: url(../images/information/btn_more_on.png) center center;
    background-repeat: no-repeat;
  }

  div#information .inner .more3 a:hover span:before {
    background: #fff;
  }

  div#information .inner .more3 a:hover span:after {
    border-top: 1px solid #fff;
  }
}

div#information .inner .anm-btn3 a,
div#information .inner .anm-btn3 span {
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

div#information .inner .anm-btn3 span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  background: url(../images/information/btn_more_off.png) center center;
  background-repeat: no-repeat;
}

div#information .inner .anm-btn3.is-done a,
div#information .inner .anm-btn3.is-done span {
  opacity: 1;
  height: 100%;
}

/* informationdetailページ */
div#information_detail {
  box-sizing: border-box;
  padding: 105px 0 160px;
  position: relative;
}

div#information_detail .inner .information__column {
  display: flex;
  width: 100%;
  gap: 10px;
}

div#information_detail .inner .information__column .information__column--img {
  width: 40%;
}

div#information_detail .inner .information__column .information__column--img img {
  display: block;
  width: 100%;
}

div#information_detail .inner .information__column .information__column--text {
  width: 70%;
}

div#information_detail .inner .information__column .information__column--text .information__component {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

div#information_detail .inner .information__column .information__column--text .information__column--text--title {
  line-height: 1;
}

div#information_detail .inner .information__column p {
  margin-top: 0;
}

div#information_detail .inner {
  max-width: 1000px;
  padding: 0 50px;
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 1;
}

@media screen and (max-width:767px) {
  div#information_detail .inner h2.title_long.center {
    text-align: left;
    font-size: 15px;
  }

  div#information_detail .inner h2.title_long-sp.center {
    font-size: 15px;
  }

  div#information_detail .inner h2.title_long.center b br {
    display: none;
  }

  div#information_detail .inner .information__column {
    flex-direction: column;
  }

  div#information_detail .inner .information__column .information__column--img {
    width: 100%;
  }

  div#information_detail .inner .information__column .information__column--text {
    margin-top: 40px;
    width: 100%;
  }

  div#information_detail .inner .information__column .information__column--text .information__column--text--contents {
    margin-top: 28px;
  }

  div#information_detail .inner .information__column .information__column--text .information__component {
    font-size: 10px;
  }
}

@media screen and (max-width:404px) {
  div#information_detail .inner.inner-sp {
    padding: 0 15px;
  }
}
@media screen and (max-width:374px) {

  div#information_detail .inner h2.title_long-sp.center {
    font-size: 12px;
  }
}

div#information_detail .inner .snsicon {
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 3;
}

div#information_detail .inner .snsicon li {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 24px;
}

div#information_detail .inner .snsicon li a {
  display: block;
}

div#information_detail .inner h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 54px;
  position: relative;
  padding-top: 30px;
  margin-bottom: 48px;
}

div#information_detail .inner h2 .sab_title {
  margin-top: 10px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  div#information_detail .inner h2 .sab_title {
    font-size: 15px;
    line-height: 29px;
  }
}

div#information_detail .inner h2.center {
  text-align: center;
}

@media only screen and (min-width:768px) {
  div#information_detail .inner h2.mini {
    font-size: 26px;
    font-weight: 500;
    line-height: 48px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 44px;
  }
}

div#information_detail .inner h2 i {
  font-size: 22px;
  font-style: normal;
  line-height: 66px;
}

div#information_detail .inner .news_image {
  width: 100%;
  text-align: center;
}

div#information_detail .inner .news_image.imageText_flex {
  display: flex;
  justify-content: space-between;
}

div#information_detail .inner .news_image.imageText_flex div {
  width: 45%;
}

div#information_detail .inner .news_image.imageText_flex div p {
  text-align: left;
  line-height: 1.5;
  font-size: 15px;
  margin-top: 0;
}

div#information_detail .inner .news_image img {
  max-width: 100%;
}

div#information_detail .inner .news_image span {
  font-size: 10px;
  line-height: 11px;
  text-align: right;
  display: block;
  margin-top: 10px;
}

div#information_detail .inner .left_text {
  max-width: 60%;
  display: inline-block;
}

div#information_detail .inner .right_image {
  float: right;
  text-align: right;
  padding-left: 20px;
  max-width: 40%;
}

div#information_detail .inner .right_image img {
  max-width: 100%;
  margin-top: 50px;
}

div#information_detail .inner .left_text_l {
  max-width: 80%;
  display: inline-block;
}

div#information_detail .inner .right_image_s {
  float: right;
  text-align: right;
  padding-left: 20px;
  max-width: 20%;
}

div#information_detail .inner .right_image_s img {
  max-width: 100%;
}

div#information_detail .inner .secondCom_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

div#information_detail .inner .secondCom_img div {
  width: 100%;
}

div#information_detail .inner .secondCom_img div img {
  max-width: 100%;
  object-fit: contain;
}


div#information_detail .inner .vert-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

div#information_detail .inner .vert-line .left {
  width: 40%;
}

div#information_detail .inner .vert-line img {
  width: 100%;
}

div#information_detail .inner .vert-line .right {
  width: 40%;
  margin: 0;
  white-space: nowrap;
}

div#information_detail .inner .left_image {
  width: 280px;
  display: inline-block;
}

div#information_detail .inner .left_image img {
  max-width: 100%;
  display: block;
  margin-top: 20px;
}

div#information_detail .inner .right_text {
  float: right;
  text-align: left;
  width: calc(100% - 280px);
  padding: 120px 0 0 20px;
}

div#information_detail .inner .right_text span {
  display: block;
}

div#information_detail .inner .right_text span~span {
  margin-top: 113px;
}

div#information_detail .inner h2 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  height: 20px;
  width: 87px;
  background: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

div#information_detail .inner h2>p {
  margin-top: 0;
  line-height: 28px;
}

div#information_detail .inner p {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 10px;
}

div#information_detail .inner p.table {
  position: relative;
  padding-left: 120px;
}

div#information_detail .inner p.table2 {
  position: relative;
  padding-left: 200px;
}

div#information_detail .inner p span.table_ttl {
  position: absolute;
  left: 0;
  top: 0;
}

div#information_detail .inner p span.table_subttl {
  position: absolute;
  left: 0;
  width: 120px;
}

div#information_detail .inner p span.table_subttl:before {
  content: "：";
  position: absolute;
  right: 0;
}

div#information_detail .inner p span.table_subttl2 {
  position: absolute;
  left: 0;
  width: 200px;
}

div#information_detail .inner p span.table_subttl2:before {
  content: "：";
  position: absolute;
  right: 0;
}

div#information_detail .inner p .annotation {
  font-size: 12px;
  padding-top: 2px;
  display: inline-block;
}

div#information_detail .inner p .strong {
  font-size: 20px;
  line-height: 38px;
}

div#information_detail .inner table {
  font-size: 16px;
  line-height: 26px;
}

div#information_detail .inner table td {
  border: 1px solid #000;
  padding: 8px 32px;
}

div#information_detail .inner .pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  padding-top: 40px;
  margin-top: 94px;
}


/* member */
div#member {
  box-sizing: border-box;
  padding: 100px 0 156px;
  position: relative;
}

div#member .inner {
  max-width: 1100px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
}

div#member .inner h2 {
  display: inline-block;
}

div#member .inner ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: stretch;
  padding: 64px 0 0;
  margin: auto;
  width: 1000px;
}

div#member .inner ul li {
  max-width: 480px;
  text-align: left;
}

div#member .inner ul li p.position {
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  font-weight: 500;
  margin-top: 28px;
}

div#member .inner ul li p.name {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 8px;
}

div#member .inner ul li p.name span {
  font-size: 12px;
  padding-left: 18px;
  line-height: 12px;
  display: inline-block;
  vertical-align: bottom;
}

div#member .inner ul li p.profile {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 12px;
}

div#member .inner ul li:nth-of-type(2n+1) {
  margin-right: 40px;
}

div#member .inner ul li:not(:nth-of-type(-n+2)) {
  margin-top: 70px;
}

/* mprivacy policy */
div#privacy {
  box-sizing: border-box;
  padding: 100px 0 156px;
  position: relative;
}

div#privacy .inner {
  max-width: 1000px;
  padding: 0 50px;
  margin: auto;
  text-align: left;
}

div#privacy .inner h2 {
  display: block;
  text-align: center;
  margin-bottom: 102px;
}

div#privacy .inner {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#privacy .inner dt {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin: 50px 0 20px;
}

div#privacy .inner dd {}

div#privacy .inner dd a {
  text-decoration: underline;
}

/* recruit */
div#recruit {
  box-sizing: border-box;
  position: relative;
}

div#recruit #main .inner {
  width: 100%;
  padding: 180px 50px 50px;
  margin: auto;
  height: 644px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/recruit/recruit_bg.jpg) center center no-repeat;
  text-align: center;
  color: #fff;
}

div#recruit #main .inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 644px;
  width: 50%;
  background: url(../images/recruit/recruit_bg_left.jpg) left center repeat-x;
  z-index: -1;
}

div#recruit #main .inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 644px;
  width: 50%;
  background: url(../images/recruit/recruit_bg_right.jpg) left center repeat-x;
  z-index: -1;
}

div#recruit #main .inner h2 {
  display: inline-block;
  margin-bottom: 90px;
}

div#recruit #main .inner h3 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 76px;
}

div#recruit #main .inner p {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
}

div#recruit #mission {
  padding: 150px 0 160px;
}

div#recruit #mission .inner {
  max-width: 1180px;
  padding: 0 90px;
  margin: auto;
  text-align: center;
}

div#recruit #mission .inner h2 {
  font-size: 48px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding-left: 12px;
}

div#recruit #mission .inner .sub_title {
  margin: 18px 0 25px;
  display: block;
}

div#recruit #mission .inner p.text {
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
}

div#recruit #business {
  height: 560px;
  box-sizing: border-box;
  padding: 170px 0 180px;
  position: relative;
  background: url(../images/top/business_back.jpg) center center no-repeat;
  color: #fff;
}

div#recruit #business:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 560px;
  width: 50%;
  background: url(../images/top/business_back_left.jpg) left center repeat-x;
  z-index: -1;
}

div#recruit #business:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 560px;
  width: 50%;
  background: url(../images/top/business_back_right.jpg) left center repeat-x;
  z-index: -1;
}

div#recruit #business .inner {
  max-width: 1180px;
  padding: 0 90px;
  margin: auto;
  text-align: left;
}

div#recruit #business .inner h3 {
  margin-bottom: 25px;
}

div#recruit #business .inner p.text {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
}

div#recruit #bulkgood {
  padding: 120px 0 160px;
}

div#recruit #bulkgood .inner {
  max-width: 1180px;
  padding: 0 90px;
  margin: auto;
  text-align: center;
}

div#recruit #bulkgood .inner h4 {
  width: 383px;
  height: 109px;
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
}

div#recruit #bulkgood .inner>p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#recruit #bulkgood .inner h4:before {
  content: "福利厚生";
  background: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  padding: 0 7px;
  position: absolute;
  top: 41px;
  left: 151px;
  box-sizing: border-box;
  width: 79px;
}

div#recruit #bulkgood ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

div#recruit #bulkgood ul li {
  width: 19.218vw;
  max-width: 246px;
}

div#recruit #bulkgood ul li:not(:nth-of-type(3n+1)) {
  margin-left: 10%;
}

div#recruit #bulkgood ul li:not(:nth-of-type(-n+3)) {
  margin-top: 46px;
}

div#recruit #bulkgood ul li p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

div#recruit #bulkgood ul li p.name {
  font-size: 24px;
  line-height: 26px;
  margin: 28px 0 17px;
}

div#recruit #bulkgood .inner .other {
  background: #f5f5f5;
  position: relative;
  margin-top: 76px;
  font-size: 16px;
  padding: 52px 80px;
  line-height: 20px;
  font-weight: 500;
}

div#recruit #bulkgood .inner .other span {
  background: #000;
  color: #fff;
  position: absolute;
  height: 24px;
  width: 71px;
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  left: calc(50% - calc(71px / 2));
  top: -12px;
}

div#recruit #entry {
  padding: 160px 0;
  background: #f5f5f5;
}

div#recruit #entry .inner {
  max-width: 1180px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
  box-sizing: content-box;
}

div#recruit #entry .inner h3 {
  margin-bottom: 34px;
}

div#recruit #entry .inner>p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#recruit #entry .entry_list {
  text-align: left;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

div#recruit #entry .entry_list>li {
  width: 31.62%;
  max-width: 373px;
  background: #fff;
  padding-bottom: 110px;
  position: relative;
}

div#recruit #entry .entry_list>li:not(:nth-of-type(3n+1)) {
  margin-left: 2.565%;
}

div#recruit #entry .entry_list>li:not(:nth-of-type(-n+3)) {
  margin-top: 5.687%;
}

div#recruit #entry ul li .detail {
  padding: 30px 20px 0;
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

div#recruit #entry ul li .detail:after {
  content: "正社員";
  position: absolute;
  height: 24px;
  padding: 0 9px;
  line-height: 24px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  top: -4%;
  left: 4%;
  background: #000;
}

div#recruit #entry ul li .detail li {
  padding: 18px 0;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}

div#recruit #entry ul li .detail li:last-of-type {
  padding: 18px 0 0;
}

div#recruit #entry ul li .detail li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

div#recruit #entry ul li .detail li.occupations {
  font-size: 24px;
  padding-top: 0;
  letter-spacing: -0.04em;
}

.entry_btn {
  position: absolute;
  margin: 46px auto 0;
  width: calc(100% - 40px);
  height: 52px;
  bottom: 30px;
  left: 20px;
}

.entry_btn a:after,
.entry_btn span {
  -webkit-transition: ease .2s !important;
  transition: ease .2s !important;
}

.entry_btn a {
  display: block;
  border: solid #000 1px;
}

.entry_btn a:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 1;
}

@media only screen and (min-width:768px) {
  .entry_btn a:hover {
    opacity: 1;
  }

  .entry_btn a:hover:after {
    width: 100%;
  }
}

.entry_btn span {
  display: block;
  position: relative;
  z-index: 2;
  background: url(../images/recruit/entry_off.png) center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width:768px) {
  .entry_btn a:hover span {
    background: url(../images/recruit/entry_on.png) center center;
    background-repeat: no-repeat;
  }
}

div#recruit #point {
  padding: 160px 0;
}

div#recruit #point .inner {
  max-width: 1180px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
  box-sizing: content-box;
}

div#recruit #point .inner .pr_point {
  text-align: center;
  margin-top: 72px;
}

div#recruit #point .inner .pr_point li~li {
  margin-top: 54px;
}

div#recruit #point .inner .pr_point li p.point_ttl {
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 45px;
}

div#recruit #point .inner .pr_point li p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#recruit #point .inner .other {
  background: #f5f5f5;
  position: relative;
  margin-top: 80px;
  font-size: 16px;
  padding: 44px 0 32px;
  line-height: 36px;
  font-weight: 500;
}

div#recruit #point .inner .other span {
  background: #000;
  color: #fff;
  position: absolute;
  height: 24px;
  width: 94px;
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  left: calc(50% - calc(94px / 2));
  top: -10px;
}

div#recruit #point .inner .other a {
  text-decoration: underline;
}


/* contact */
div#contact {
  box-sizing: border-box;
  padding: 100px 0 160px;
  position: relative;
}

div#contact .inner {
  max-width: 1000px;
  padding: 0 60px;
  margin: auto;
  text-align: center;
}

div#contact .inner h2 {
  display: block;
  text-align: center;
  margin-bottom: 110px;
}

div#contact .inner p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#contact .inner #contact_form {
  margin-top: 52px;
  border-top: 1px solid #cccccc;
}

div#contact .inner #contact_form li {
  border-bottom: 1px solid #cccccc;
  padding: 25px 0;
}

div#contact .inner #contact_form li dl {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

div#contact .inner #contact_form li dl dt {
  width: 31%;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}

div#contact .inner #contact_form li dl dd {
  width: 69%;
  font-size: 16px;
  line-height: 18px;
}

div#contact .inner #contact_form li dl dd input {
  width: 100%;
  background: #f5f5f5;
  height: 46px;
  padding: 14px 18px;
  font-size: 16px;
}

div#contact .inner #contact_form li dl dd textarea {
  width: 100%;
  height: 186px;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 26px;
  padding: 14px 18px;
}

div#contact .inner #contact_form ::-webkit-input-placeholder {
  color: #b2b2b2;
}

span.checkbox {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}

span.checkbox p {
  padding-left: 20px;
}

span.checkbox p a {
  text-decoration: underline;
}

span.checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}

span.checkbox input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
  color: #000;
  background: #000;
}

.submit {
  position: relative;
  margin: 48px auto 0;
  width: 260px;
  height: 52px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  background: #fff;
  border: none;
  cursor: pointer;
}

.submit a:after,
.submit span {
  -webkit-transition: ease .2s !important;
  transition: ease .2s !important;
}

.submit a {
  display: block;
  border: solid #000 1px;
}

.submit a:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 1;
}

@media only screen and (min-width:768px) {
  .submit a:hover {
    opacity: 1;
  }

  .submit a:hover:after {
    width: 100%;
  }
}

.submit span {
  display: block;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width:768px) {
  .submit a:hover span {
    color: #fff;
  }
}

/* contact complete */
div#complete {
  box-sizing: border-box;
  padding: 110px 0 160px;
  position: relative;
}

div#complete .inner {
  max-width: 1000px;
  padding: 0 60px;
  margin: auto;
  text-align: center;
}

div#complete .inner h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 102px;
  font-weight: 500;
}

div#complete .inner p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#complete .inner .submit {
  margin-top: 120px;
}

/* スマホ　*/
@media only screen and (max-width:768px) {

  /* top */
  #top {}

  #top #main_js {
    background: #f0f0f0;
  }

  #top #main_js .main_animation {
    max-width: 100%;
    position: relative;
    padding-top: 82.67%;
  }

  #top #main_js .main_animation video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  #top #mission {
    padding: 80px 0 80px;
  }

  #mission .inner {
    max-width: 100%;
    padding: 0 30px !important;
  }

  #top #mission .inner h2 {
    font-size: 24px;
    line-height: 34px;
    padding-left: 0;
  }

  #top #mission .inner .sub_title {
    margin: 18px 0 14px;
  }

  #top #mission .inner p.text {
    font-size: 14px;
    line-height: 24px;
  }

  #top #business {
    height: auto;
    box-sizing: border-box;
    padding: 80px 0 224px;
    position: relative;
    background: url(../images/sp/top/business_back.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
  }

  #top #business:before {
    display: none;
  }

  #top #business:after {
    display: none;
  }

  #business .inner {
    max-width: 100%;
    padding: 0 30px !important;
  }

  #top #business .inner h3 {
    margin-bottom: 28px;
  }

  #top #business .inner p.text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }

  #top #member {
    padding: 80px 0;
  }

  #top #member .inner {
    max-width: 100%;
    padding: 0 30px 0 30px;
    ;
    display: block;
  }

  #top #member .inner h3 {
    margin-bottom: 32px;
  }

  #top #member .inner .left_content {
    padding: 0 0 30px !important;
  }

  #top #member .inner .left_content .more1 {
    margin: 30px 0 0;
  }

  #top #member .inner .right_content {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  #top #information {
    padding: 80px 0;
  }

  #top #information .inner {
    max-width: 100%;
    padding: 0 30px !important;
  }

  #top #information .inner h3 {
    margin-bottom: 24px;
  }

  #top #information .inner #news {}

  #top #information .inner #news li {
    font-size: 14px;
  }

  #top #information .inner #news li~li {
    margin-top: 28px;
  }

  #top #information .inner #news li span {
    font-size: 12px;
    line-height: 15px;
    padding: 3px 6px;
    margin-bottom: 12px;
  }

  #top #information .inner #news li p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding-left: 3px;
  }

  #top #information .inner .more1 {
    margin: 28px 0 0;
  }

  #top #recruit {
    height: auto;
    padding: 80px 0 224px;
    ;
    background: url(../images/sp/top/recruit_back.jpg) center center no-repeat;
    color: #fff;
    background-size: cover;
  }

  #top #recruit:before {
    display: none;
  }

  #top #recruit:after {
    display: none;
  }

  #top #recruit .inner {
    max-width: 100%;
    padding: 0 30px !important;
  }

  #top #recruit .inner h3 {
    margin-bottom: 28px;
  }

  #top #recruit .inner p.text {
    font-size: 14px;
    line-height: 24px;
  }

  #top .bnr_list {
    margin: 60px auto;
    padding: 0 30px !important;
    max-width: 100%;
    display: block;
  }

  .bnr_list li {
    width: 100%;
  }

  .bnr_list li~li {
    margin-top: 30px;
  }

  .bnr_list li a {
    display: block;
  }

  .bnr_list li span img,
  .bnr_list li .name {
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
  }

  .bnr_list li span {
    display: block;
    overflow: hidden;
  }

  .bnr_list li .explain {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  @media only screen and (min-width:768px) {
    .bnr_list li a:hover span img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }

  /* ビジネスページ */
  div#business {
    box-sizing: border-box;
    padding: 50px 0 80px;
  }

  div#business .inner {
    max-width: 100%;
    margin: auto;
  }

  div#business .inner h2 {
    line-height: 18px;
    margin-bottom: 50px;
    display: inline-block;
  }

  div#business .inner h3.sub_ttl {
    font-size: 24px;
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  div#business .inner .main_image {
    margin: 42px 0 20px;
  }

  div#business .inner .main_image:not(:first-of-type) {
    margin: 42px 0 20px;
  }

  div#business .inner p {
    font-size: 14px;
    line-height: 24px;
  }

  div#business .inner p span {
    font-size: 10px;
  }

  div#business .inner .more3 {
    margin: 28px auto 0;
    width: 180px;
    height: 40px;
  }

  div#business .inner .more3 span:before {
    right: -144px;
    width: 14px;
    height: 1px;
  }

  div#business .inner .more3 span:after {
    right: -149px;
    top: 0;
    width: 6px;
    height: 6px;
  }

  @media only screen and (min-width:768px) {
    div#business .inner .more3 a:hover span {
      background: url(../images/sp/business/btn_website_on.png) center center;
      background-repeat: no-repeat;
      background-size: 81.5px 9.5px;
    }

    div#business .inner .more3 a:hover span:before {
      background: #fff;
    }

    div#business .inner .more3 a:hover span:after {
      border-top: 1px solid #fff;
    }

    div#business .inner .more2 a:hover span {
      background: url(../images/sp/business/btn_brandsite_on.png) center center;
      background-repeat: no-repeat;
      background-size: 81.5px 9.5px;
    }

    div#business .inner .more2 a:hover span:before {
      background: #fff;
    }

    div#business .inner .more2 a:hover span:after {
      border-top: 1px solid #fff;
    }
  }

  div#business .inner .anm-btn3 a,
  div#business .inner .anm-btn3 span {
    opacity: 0;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
  }

  div#business .inner .anm-btn3 span {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    background: url(../images/sp/business/btn_website_off.png) center center;
    background-repeat: no-repeat;
    background-size: 81.5px 9.5px;
  }

  div#business .inner .anm-btn3.is-done a,
  div#business .inner .anm-btn3.is-done span {
    opacity: 1;
    height: 100%;
  }

  div#business .inner .anm-btn2 a,
  div#business .inner .anm-btn3 span {
    opacity: 0;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
  }

  div#business .inner .anm-btn2 span {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    background: url(../images/sp/business/btn_brandsite_off.png) center center;
    background-repeat: no-repeat;
    background-size: 81.5px 9.5px;
  }

  div#business .inner .anm-btn2.is-done a,
  div#business .inner .anm-btn2.is-done span {
    opacity: 1;
    height: 100%;
  }


  /* アバウトページ */
  div#about {}

  div#about .inner {
    padding: 0 30px;
    max-width: 100%;
  }

  div#about #about_open {
    padding: 50px 10px 0;
  }

  div#about #about_open .inner {
    max-width: 100%;
    padding: 48px 0 45px;
  }

  div#about #about_open #backanime {
    background-position: center top 18.73vw !important;
  }

  div#about #about_open .inner h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    animation-delay: 2.0s;
    animation-duration: 1.0s;
  }

  div#about #about_open .inner p {
    font-size: 14px;
    line-height: 26px;
    animation-delay: 2.8s;
    animation-duration: 1.0s;
  }

  div#about #vision {
    padding: 80px 0 76px;
  }

  div#about #vision .inner h2 {
    margin-bottom: 8.533vw;
    line-height: 18px;
  }

  div#about #vision .inner h3 {
    margin-bottom: 6vw;
  }

  div#about #vision .inner p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }

  div#about #vision .inner p.representative_name {
    margin-top: 12px;
  }

  div#about #vision .inner .message {
    padding: 60px 0 0;
  }

  div#about #vision .inner .message h4 {
    width: 153.5px;
    height: 48.5px;
    margin-bottom: 10px;
  }

  div#about #vision .inner .message h4:before {
    width: 52px;
    font-size: 9px;
    line-height: 14px;
    padding: 0 5px;
    top: 14.5px;
    left: calc(50% - calc(52px / 2));
    box-sizing: border-box;
  }

  div#about #vision .inner .message img {
    margin-bottom: 10px;
  }

  div#about #vision .inner .message p~p {
    margin-top: 16px;
  }

  div#about #value {
    padding: 80px 0 76px;
  }

  div#about #value h2 {
    line-height: 18px;
  }

  div#about #value ul {
    display: block;
    margin-top: 40px;
  }

  div#about #value ul li {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  div#about #value ul li~li {
    margin-top: 38px;
  }

  div#about #value ul li img {
    max-width: 58.667vw;
  }

  div#about #value ul li p.name {
    font-size: 16px;
    line-height: 18px;
    margin: 20px 0 14px;
  }

  div#about #value ul li p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: inherit;
  }

  div#about #history {
    padding: 80px 0 76px;
  }

  div#about #history .inner {
    max-width: 100%;
  }

  div#about #history .h2 {
    line-height: 18px;
  }

  div#about #history ul.news {
    margin-top: 28px;
  }

  div#about #history ul.news>li {
    padding-left: 0;
    padding-top: 26px;
  }

  div#about #history ul.news>li~li {
    margin-top: 6px;
  }

  div#about #history ul.news>li:before {
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    width: 40px;
    top: 0;
  }

  div#about #history ul.news>li>ul {
    text-align: left;
  }

  div#about #history ul.news>li>ul>li {
    padding-left: 32px;
    font-size: 14px;
    line-height: 24px;
  }

  div#about #history ul.news>li>ul>li:before {
    position: absolute;
    left: 0;
  }

  div#about #award {
    padding: 80px 0 76px;
  }

  div#about #award .inner {
    max-width: 100%;
  }

  div#about #award .h2 {
    line-height: 18px;
  }

  div#about #award h3 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 34px;
  }

  div#about #award ul.news+h3 {
    margin-top: 46px;
  }

  div#about #award ul.news {
    margin-top: 20px;
  }

  div#about #award ul.news>li {
    padding-left: 0;
    padding-top: 26px;
  }

  div#about #award ul.news>li~li {
    margin-top: 6px;
  }

  div#about #award ul.news>li:before {
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    width: 40px;
    top: 0;
  }

  div#about #award ul.news>li>ul {
    text-align: left;
  }

  div#about #award ul.news>li>ul>li {
    padding-left: 32px;
    font-size: 14px;
    line-height: 24px;
  }

  div#about #award ul.news>li>ul>li:before {
    position: absolute;
    left: 0;
  }

  div#about #company {
    background: #f5f5f5;
    padding: 80px 0;
  }

  div#about #company .inner {
    max-width: 100%;
  }

  div#about #company h2 {
    line-height: 18px;
  }

  div#about #company dl {
    margin-top: 40px;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.02em;
  }

  div#about #company dl>dt {
    position: inherit;
    left: 0;
    padding: 21px 0 0 0;
  }

  div#about #company dl>dd {
    position: inherit;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 4px 0 22px 0;
  }

  div#about #company dl>dd span {
    font-size: 12px;
    line-height: 19px;
  }

  div#about #access {
    padding: 80px 0 5px;
  }

  div#about #access h2 {
    margin-bottom: 32px;
    line-height: 18px;
  }

  div#about #access p {
    font-size: 14px;
    line-height: 24px;
  }

  div#about #access #googlemap {
    display: none;
  }

  div#about #access #googlemap_sp {
    margin-top: 36px;
    width: 100%;
    height: 59.06vw;
    display: block;
  }

  /* informationページ */
  div#information {
    box-sizing: border-box;
    padding: 50px 0 80px;
  }

  div#information .inner {
    max-width: 100%;
    padding: 0 30px;
  }

  div#information .inner h2 {
    display: inline-block;
    line-height: 18px;
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  div#information ul#information_list {
    margin-top: 60px;
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  div#information ul#information_list>li {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  div#information ul#information_list>li>span {
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    width: 80px;
  }

  div#information ul#information_list>li~li {
    margin-top: 26px;
  }

  div#information .inner .more3 {
    position: relative;
    margin: 36px auto 0;
    width: 180px;
    height: 40px;
    text-align: center;
  }

  div#information .inner .more3 a:after,
  div#information .inner .more3 span {
    -webkit-transition: ease .2s !important;
    transition: ease .2s !important;
  }

  div#information .inner .more3 a {
    display: block;
    border: solid #000 1px;
  }

  div#information .inner .more3 a:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: 1;
  }

  @media only screen and (min-width:768px) {
    div#information .inner .more3 a:hover {
      opacity: 1;
    }

    div#information .inner .more3 a:hover:after {
      width: 100%;
    }
  }

  div#information .inner .more3 span {
    display: block;
    position: relative;
    z-index: 2;
  }

  div#information .inner .more3 span:before,
  div#information .inner .more3 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }

  div#information .inner .more3 span:before {
    right: -144px;
    width: 10.5px;
    height: 1px;
    background: #494949;
    transition-duration: 0.8s;
  }

  div#information .inner .more3 span:after {
    right: -133px;
    top: 0;
    width: 10.5px;
    height: 10.5px;
    border-top: 1px solid #494949;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-duration: 0.8s;
  }

  @media only screen and (min-width:768px) {
    div#information .inner .more3 a:hover span {
      background: url(../images/sp/information/btn_more_on.png) center center;
      background-repeat: no-repeat;
      background-size: 39.5px;
    }

    div#information .inner .more3 a:hover span:before {
      background: #fff;
    }

    div#information .inner .more3 a:hover span:after {
      border-top: 1px solid #fff;
    }
  }

  div#information .inner .anm-btn3 a,
  div#information .inner .anm-btn3 span {
    opacity: 0;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
  }

  div#information .inner .anm-btn3 span {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    background: url(../images/sp/information/btn_more_off.png) center center;
    background-repeat: no-repeat;
    background-size: 39.5px;
  }

  div#information .inner .anm-btn3.is-done a,
  div#information .inner .anm-btn3.is-done span {
    opacity: 1;
    height: 100%;
  }

  /* informationdetailページ */
  div#information_detail {
    box-sizing: border-box;
    padding: 40px 0 80px;
    position: relative;
  }

  div#information_detail .inner {
    max-width: 100%;
    padding: 0 30px;
    margin: auto;
    text-align: left;
    position: relative;
    z-index: 1;
  }

  div#information_detail .inner .snsicon {
    right: 30px;
  }

  div#information_detail .inner .snsicon li {
    width: 15px;
    height: 15px;
    margin-left: 14px;
  }

  div#information_detail .inner .snsicon li a {}

  div#information_detail .inner .snsicon li a img {
    width: 15px;
  }

  div#information_detail .inner h2 {
    font-size: 19px;
    line-height: 29px;
    padding-top: 32px;
    margin-bottom: 38px;
  }

  div#information_detail .inner h2 i {
    font-size: 10px;
    line-height: 36px;
  }

  div#information_detail .inner h2 span {
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    width: 64px;
  }

  div#information_detail .inner .left_text {
    max-width: 100%;
    display: block;
  }

  div#information_detail .inner .right_image {
    float: none;
    text-align: center;
    display: block;
    padding: 0;
    max-width: 100%;
  }

  div#information_detail .inner .right_image img {
    max-width: 100%;
    margin-top: 20px;
  }

  div#information_detail .inner .left_text_l {
    max-width: 100%;
    display: block;
  }

  div#information_detail .inner .right_image_s {
    float: none;
    text-align: center;
    display: block;
    padding: 0;
    max-width: 50%;
    margin: auto;
  }

  div#information_detail .inner .right_image_s img {
    max-width: 100%;
    margin-top: 20px;
  }

  div#information_detail .inner .left_image {
    width: 100px;
    display: inline-block;
    white-space: nowrap;
  }

  div#information_detail .inner .left_image img {
    max-width: 100%;
    display: block;
    margin-top: 20px;
  }

  div#information_detail .inner .right_text {
    width: calc(100% - 100px);
    padding: 44px 0 0 20px;
  }

  div#information_detail .inner .right_text span {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: -0.04em;
    height: 56px;
  }

  div#information_detail .inner .right_text span~span {
    margin-top: 4px;
  }

  div#information_detail .inner .news_image span {
    font-size: 12px;
    line-height: 13px;
    margin-top: 10px;
  }

  div#information_detail .inner p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 28px;
  }

  div#information_detail .inner p.table {
    padding-left: 100px;
  }

  div#information_detail .inner p span.table_subttl {
    width: 100px;
  }

  div#information_detail .inner p span.table_subttl:before {
    right: 0;
  }

  div#information_detail .inner p .annotation {
    font-size: 10px;
    line-height: 20px;
  }

  div#information_detail .inner p .strong {
    font-size: 16px;
    line-height: 26px;
  }

  div#information_detail .inner table {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  div#information_detail .inner table td {
    padding: 6px 40px;
  }

  div#information_detail .inner .pager {
    padding-top: 28px;
    margin-top: 56px;
  }

  div#information_detail .inner .vert-line {}

  div#information_detail .inner .vert-line~.vert-line {
    margin-top: 20px;
  }

  div#information_detail .inner .vert-line .left {
    width: 50%;
  }

  div#information_detail .inner .vert-line .right {
    width: 50%;
    margin: 0;
    white-space: normal;
  }

  div#information_detail .inner .information__numberlist li {
    font-size: 14px!important;
    line-height: 24px!important;
  }
  
  div#information_detail .inner .information__list {
    font-size: 14px!important;
    line-height: 24px!important;
  }

  /* member */
  div#member {
    box-sizing: border-box;
    padding: 50px 0 80px;
  }

  div#member .inner {
    max-width: 100%;
    padding: 0 30px;
  }

  div#member .inner h2 {
    display: inline-block;
    line-height: 17px;
  }

  div#member .inner ul {
    display: block;
    padding: 50px 0 0;
    margin: auto;
    width: 100%;
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  div#member .inner ul li {
    max-width: 100%;
    text-align: left;
  }

  div#member .inner ul li p.position {
    font-size: 9px;
    line-height: 10px;
    margin-top: 14px;
  }

  div#member .inner ul li p.name {
    font-size: 18px;
    line-height: 20px;
    margin-top: 6px;
  }

  div#member .inner ul li p.name span {
    font-size: 9px;
    padding-left: 8px;
    line-height: 14px;
    display: inline-block;
    vertical-align: bottom;
  }

  div#member .inner ul li p.profile {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }

  div#member .inner ul li:nth-of-type(2n+1) {
    margin-right: 0;
  }

  div#member .inner ul li:not(:nth-of-type(-n+2)) {
    margin-top: 0;
  }

  div#member .inner ul li~li {
    margin-top: 36px !important;
  }

  /* mprivacy policy */
  div#privacy {
    padding: 50px 0 80px;
    position: relative;
  }

  div#privacy .inner {
    max-width: 100%;
    padding: 0 30px;
  }

  div#privacy .inner h2 {
    display: block;
    text-align: center;
    margin-bottom: 48px;
    line-height: 18px;
  }

  div#privacy .inner p {
    font-size: 14px;
    line-height: 24px;
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  div#privacy .inner dt {
    font-size: 17px;
    line-height: 19px;
    margin: 26px 0 8px;
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  div#privacy .inner dd {
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  /* recruit */
  div#recruit {
    box-sizing: border-box;
    position: relative;
    padding: 50px 0 0;
  }

  div#recruit #main .inner {
    width: 100%;
    padding: 100px 15px 80px;
    margin: auto;
    height: 410px;
    ;
    background: url(../images/sp/recruit/recruit_bg.jpg) center center no-repeat;
    background-size: cover;
  }

  div#recruit #main .inner:before {
    display: none;
  }

  div#recruit #main .inner:after {
    display: none;
  }

  div#recruit #main .inner h2 {
    margin-bottom: 54px;
    line-height: 18px;
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  div#recruit #main .inner h3 {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 20px;
    letter-spacing: -0.06em;
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  div#recruit #main .inner p {
    font-size: 14px;
    line-height: 24px;
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  div#recruit #mission {
    padding: 76px 0 80px;
  }

  div#recruit #mission .inner {
    max-width: 100%;
    padding: 0 30px;
  }

  div#recruit #mission .inner h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.04em;
    padding-left: 0;
  }

  div#recruit #mission .inner .sub_title {
    margin: 18px 0 16px;
  }

  div#recruit #mission .inner p.text {
    font-size: 14px;
    line-height: 24px;
  }

  div#recruit #business {
    height: auto;
    box-sizing: border-box;
    padding: 80px 0 224px;
    position: relative;
    background: url(../images/sp/top/business_back.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
  }

  div#recruit #business:before {
    display: none;
  }

  div#recruit #business:after {
    display: none;
  }

  div#recruit #business .inner {
    max-width: 100%;
    padding: 0 30px !important;
  }

  div#recruit #business .inner h3 {
    margin-bottom: 28px;
  }

  div#recruit #business .inner p.text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }

  div#recruit #bulkgood {
    padding: 55px 0 80px;
  }

  div#recruit #bulkgood .inner {
    max-width: 100%;
    padding: 0 30px;
  }

  div#recruit #bulkgood .inner h4 {
    width: 238px;
    height: 68.5px;
    margin-bottom: 22px;
  }

  div#recruit #bulkgood .inner>p {
    font-size: 14px;
    line-height: 24px;
  }

  div#recruit #bulkgood .inner h4:before {
    content: "福利厚生";
    font-size: 9px;
    height: 14px;
    line-height: 14px;
    padding: 0 3px;
    top: 28px;
    left: calc(50% - 25px);
    box-sizing: border-box;
    width: 50px;
  }

  div#recruit #bulkgood ul {
    display: block;
    margin-top: 36px;
  }

  div#recruit #bulkgood ul li {
    width: 100%;
    max-width: 100%;
  }

  div#recruit #bulkgood ul li:not(:nth-of-type(3n+1)) {
    margin-left: inherit;
  }

  div#recruit #bulkgood ul li:not(:nth-of-type(-n+3)) {
    margin-top: inherit;
  }

  div#recruit #bulkgood ul li~li {
    margin-top: 34px;
  }

  div#recruit #bulkgood ul li img {
    max-width: 220px;
  }

  div#recruit #bulkgood ul li p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.04em;
  }

  div#recruit #bulkgood ul li p.name {
    font-size: 16px;
    line-height: 18px;
    margin: 19px 0 14px;
  }

  div#recruit #bulkgood .inner .other {
    margin-top: 40px;
    font-size: 14px;
    padding: 22px 20px 25px;
    ;
    line-height: 24px;
    text-align: left;
  }

  div#recruit #bulkgood .inner .other span {
    height: 14px;
    width: 44px;
    line-height: 14px;
    font-size: 9px;
    left: calc(50% - calc(44px / 2));
    top: -6px;
  }

  div#recruit #entry {
    padding: 80px 0;
  }

  div#recruit #entry .inner {
    max-width: 100%;
    padding: 0 30px;
  }

  div#recruit #entry .inner h3 {
    margin-bottom: 28px;
  }

  div#recruit #entry .inner>p {
    font-size: 14px;
    line-height: 24px;
  }

  div#recruit #entry .entry_list {
    display: block;
    margin-top: 28px;
  }

  div#recruit #entry .entry_list>li {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    position: relative;
  }

  div#recruit #entry .entry_list>li:not(:nth-of-type(3n+1)) {
    margin-left: inherit;
  }

  div#recruit #entry .entry_list>li:not(:nth-of-type(-n+3)) {
    margin-top: inherit;
  }

  div#recruit #entry .entry_list>li~li {
    margin-top: 60px;
  }

  div#recruit #entry ul li .detail {
    padding: 20px 15px 0;
    display: flex;
    flex-wrap: wrap;
  }

  div#recruit #entry ul li .detail:after {
    content: "正社員";
    position: absolute;
    height: 14px;
    padding: 0 4px;
    line-height: 14px;
    font-size: 9px;
    top: -2%;
    left: 15px;
  }

  div#recruit #entry ul li .detail li {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
  }

  div#recruit #entry ul li .detail li:last-of-type {
    padding: 10px 0 0;
  }

  div#recruit #entry ul li .detail li.occupations {
    font-size: 18px;
    padding-top: 0;
    letter-spacing: 0;
  }

  .entry_btn {
    position: relative;
    margin: 50px auto 0;
    width: calc(100% - 30px);
    height: 52px;
    bottom: 30px;
    left: inherit;
  }

  .entry_btn a:after,
  .entry_btn span {
    -webkit-transition: ease .2s !important;
    transition: ease .2s !important;
  }

  .entry_btn a {
    display: block;
    border: solid #000 1px;
  }

  .entry_btn a:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: 1;
  }

  @media only screen and (min-width:768px) {
    .entry_btn a:hover {
      opacity: 1;
    }

    .entry_btn a:hover:after {
      width: 100%;
    }
  }

  .entry_btn span {
    display: block;
    position: relative;
    z-index: 2;
    background: url(../images/recruit/entry_off.png) center center;
    background-repeat: no-repeat;
  }

  @media only screen and (min-width:768px) {
    .entry_btn a:hover span {
      background: url(../images/recruit/entry_on.png) center center;
      background-repeat: no-repeat;
    }
  }

  div#recruit #point {
    padding: 80px 0;
  }

  div#recruit #point .inner {
    max-width: 100%;
    padding: 0 30px;
  }

  div#recruit #point .inner .pr_point {
    text-align: center;
    margin-top: 34px;
  }

  div#recruit #point .inner .pr_point li~li {
    margin-top: 28px;
  }

  div#recruit #point .inner .pr_point li p.point_ttl {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 14px;
  }

  div#recruit #point .inner .pr_point li p {
    font-size: 14px;
    line-height: 24px;
  }

  div#recruit #point .inner .other {
    margin-top: 45px;
    font-size: 14px;
    padding: 26px 15px 24px;
    line-height: 24px;
  }

  div#recruit #point .inner .other span {
    height: 14px;
    width: 62px;
    text-align: center;
    line-height: 14px;
    font-size: 9px;
    left: calc(50% - calc(62px / 2));
    top: -6px;
  }

  div#recruit #point .inner .other a {
    text-decoration: underline;
  }

  /* contact */
  div#contact {
    box-sizing: border-box;
    padding: 50px 0 80px;
  }

  div#contact .inner {
    max-width: 100%;
    padding: 0 30px;
    margin: auto;
  }

  div#contact .inner h2 {
    display: block;
    text-align: center;
    line-height: 18px;
    margin-bottom: 56px;
  }

  div#contact .inner p {
    font-size: 14px;
    line-height: 24px;
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  div#contact .inner #contact_form {
    margin-top: 36px;
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }

  div#contact .inner #contact_form li dl {
    display: block;
  }

  div#contact .inner #contact_form li dl dt {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 15px;
  }

  div#contact .inner #contact_form li dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  div#contact .inner #contact_form li dl dd input {
    width: 100%;
    height: 40px;
    padding: 14px;
    font-size: 14px;
  }

  div#contact .inner #contact_form li dl dd textarea {
    width: 100%;
    height: 190px;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 26px;
    padding: 14px 18px;
  }

  span.checkbox {
    margin-top: 40px;
  }

  span.checkbox p {
    padding-left: 20px;
    font-size: 12px !important;
    line-height: 17px !important;
    text-align: left;
  }

  .submit {
    position: relative;
    margin: 38px auto 0;
    width: 190px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
  }

  /* contact complete */
  div#complete {
    padding: 50px 0 80px;
  }

  div#complete .inner {
    max-width: 100%;
    padding: 0 15px;
  }

  div#complete .inner h2 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 60px;
  }

  div#complete .inner p {
    font-size: 14px;
    line-height: 24px;
  }

  div#complete .inner .submit {
    margin-top: 60px;
    width: 180px;
  }

}

#bulk-april {}

#bulk-april .name-header {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 100%;
}

#bulk-april .name-header p {
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  font-weight: bold;
}

#bulk-april .dissolve {}

#bulk-april .dissolve {}

#bulk-april .dissolve .frame {}

#bulk-april .dissolve .frame ul {}

#bulk-april .dissolve .frame ul li {}

#bulk-april .dissolve .frame ul li img {
  max-width: unset;
  width: 100%;
}

#bulk-april .explain_box {
  max-width: 934px;
  margin: 80px auto 0;
  padding: 0 15px;
}

#bulk-april .explain_box .multi_parts {
  display: flex;
  align-items: flex-start;
}

#bulk-april .explain_box .multi_parts .title_part {
  width: 310px;
  margin-top: 9px;
}

#bulk-april .explain_box .multi_parts .title_part .title {
  width: auto;
  text-align: left;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  white-space: nowrap;
}

#bulk-april .explain_box .multi_parts .title_part .title .ab-1 {
  padding: 7px 14px 6px;
  width: auto;
}

#bulk-april .explain_box .multi_parts .text_part {
  width: calc(100% - 310px);
  box-sizing: border-box;
  padding-left: 55px;
  text-align: left;
}

#bulk-april .explain_box .multi_parts .text_part p {
  font-size: 15px;
  line-height: 31px;
}

#bulk-april .explain_box .chart {
  margin-top: 80px;
}

#bulk-april .explain_box .chart table {
  width: 100%;
  border: solid #b3b3b3 1px;
  border-spacing: 0;
}

#bulk-april .explain_box .chart table tr:first-of-type {
  border-bottom: solid #b3b3b3 1px;
}

#bulk-april .explain_box .chart table th,
#bulk-april .explain_box .chart table td {
  padding: 20px 0;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
}

#bulk-april .explain_box .chart table tr:nth-of-type(2) td {
  border-right: solid #b3b3b3 1px;
}

#bulk-april .explain_box .chart table tr:first-child th,
#bulk-april .explain_box .chart table tr:first-child td {
  border-top: none;
}

#bulk-april .explain_box .chart table th {
  width: 106px;
  text-align: center;
  background: #f2f2f2;
  border-left: solid #b3b3b3 1px;
}

#bulk-april .explain_box .chart table th:first-child {
  border-left: none;
}

#bulk-april .explain_box .chart table td {
  width: 354px;
  display: flex;
  align-items: center;
}

#bulk-april .explain_box .chart table td .from,
#bulk-april .explain_box .chart table td ol,
#bulk-april .explain_box .chart table td ol li,
#bulk-april .explain_box .chart table td .to {
  display: inline-block;
  vertical-align: middle;
}

#bulk-april .explain_box .chart table td .from,
#bulk-april .explain_box .chart table td .to {
  width: 70px;
  color: #666;
}

#bulk-april .explain_box .chart table td .from {
  text-align: right;
}

#bulk-april .explain_box .chart table td ol {
  position: relative;
  margin: 0 18px;
  width: 205px;
  height: 25px;
  font-size: 0;
}

#bulk-april .explain_box .chart table td ol:before,
#bulk-april .explain_box .chart table td ol:after {
  content: ' ';
  position: absolute;
}

#bulk-april .explain_box .chart table td ol:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  z-index: 1;
}

#bulk-april .explain_box .chart table td ol:after {
  top: 0;
  left: 50%;
  margin-left: -13px;
  width: 25px;
  height: 25px;
  background: url(../images/april/icon_diamond1.png) no-repeat center center;
  -webkit-transition: ease-out .8s;
  transition: ease-out .8s;
  z-index: 2;
}

#bulk-april .explain_box .chart table tr.is-done td .scale1:after {
  left: 0;
}

#bulk-april .explain_box .chart table tr.is-done td .scale2:after {
  left: 25%;
}

#bulk-april .explain_box .chart table tr.is-done td .scale3:after {
  left: 50%;
}

#bulk-april .explain_box .chart table tr.is-done td .scale4:after {
  left: 75%;
}

#bulk-april .explain_box .chart table tr.is-done td .scale5:after {
  left: 100%;
}

#bulk-april .explain_box .chart table td ol li {
  position: relative;
  width: 25%;
  height: 100%;
  z-index: 2;
}

#bulk-april .explain_box .chart table td ol li:before,
#bulk-april .explain_box .chart table td ol li:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#bulk-april .explain_box .chart table td ol li:before {
  width: 1px;
  height: 100%;
  background: #808080;
}

#bulk-april .explain_box .chart table td ol li:last-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
}

#bulk-april .explain_box .chart table td ol li span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#bulk-april .list {
  margin-top: 80px;
}

#bulk-april .list h3 {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

#bulk-april .list h3 p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

#bulk-april .list h3 p span {
  padding: 0 !important;
  height: 100%;
}

#bulk-april .list h3.anm-band1.is-done .ab-2 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 938px;
  margin: auto;
  text-align: left;
}

#bulk-april .list ul {
  max-width: 934px;
  margin: auto;
}

#bulk-april .list ul li {
  display: flex;
  justify-content: space-between;
}

#bulk-april .list ul li~li {
  margin-top: 80px;
}

#bulk-april .list ul li .right {
  width: 39.4%;
  text-align: left;
}

#bulk-april .list ul li h4 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
}

#bulk-april .list ul li .photo {
  margin-top: 22px;
}

#bulk-april .list ul li p {
  width: 60.6%;
  box-sizing: border-box;
  padding: 66px 0 0 66px;
  font-size: 15px;
  line-height: 31px;
  text-align: left;
}

#bulk-april .company {
  background: #000;
  padding: 32px 15px;
  margin-top: 80px;
}

#bulk-april .company .inner {
  max-width: 934px;
  margin: auto;
}

#bulk-april .company .inner p {
  font-size: 15px;
  line-height: 31px;
  color: #fff;
}

#bulk-april .info {
  padding: 56px 0 0;
}

#bulk-april .info .inner {
  max-width: 1070px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  align-items: center;
}

#bulk-april .info .inner .photo {
  width: 530px;
}

#bulk-april .info .inner .text {
  text-align: left;
  width: calc(100% - 530px);
  box-sizing: border-box;
  padding-left: 56px;
}

#bulk-april .info .inner .text h3 {
  font-size: 38px;
  line-height: 44px;
  white-space: nowrap;
}

#bulk-april .info .inner .text p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 68px;
}

#bulk-april .info img {
  width: 100%;
}

#bulk-april .anm-txt1 {
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

#bulk-april .anm-txt1.is-done {
  opacity: 1;
}

#bulk-april .anm-btn1 a,
#bulk-april .anm-btn1 span {
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

#bulk-april .anm-btn1 span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

#bulk-april .anm-btn1.is-done a,
#bulk-april .anm-btn1.is-done span {
  opacity: 1;
}

#bulk-april .anm-btn2 a {}

#bulk-april .anm-btn2 a:after,
bulk-april .anm-btn2 span {
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

#bulk-april .anm-btn2 a:after {
  margin-right: 10px;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

#bulk-april .anm-btn2.is-done a:after,
#bulk-april .anm-btn2.is-done span {
  opacity: 1;
}

#bulk-april .anm-btn2.is-done a:after {
  margin-right: 0;
}

#bulk-april .anm-photo1 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#bulk-april .anm-photo1 span:after,
#bulk-april .anm-photo1 img {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.1, .1, .1, 1);
  transition-timing-function: cubic-bezier(.1, .1, .1, 1);
}

#bulk-april .anm-photo1 span:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 1;
}

#bulk-april .anm-photo1 img {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#bulk-april .anm-photo1.is-done span:after {
  width: 100%;
}

#bulk-april .anm-photo1.is-done img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#bulk-april .anm-photo2 img {
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
  width: 100%;
}

#bulk-april .anm-photo2.is-done img {
  opacity: 1;
}

#bulk-april .anm-title1 span {
  display: inline-block;
  vertical-align: top;
}

#bulk-april .anm-title1 .at-1,
#bulk-april .anm-title1 .at-2 {
  overflow: hidden;
}

#bulk-april .anm-title1 .at-2,
#bulk-april .anm-title1 .at-3 {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.1, .1, .1, 1);
  transition-timing-function: cubic-bezier(.1, .1, .1, 1);
}

#bulk-april .anm-title1 .at-2 {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#bulk-april .anm-title1 .at-3 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

#bulk-april .anm-title1.is-done .at-2,
#bulk-april .anm-title1.is-done .at-3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#bulk-april .anm-list1 .al-1 {
  display: block;
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

#bulk-april .anm-list1 .al-1.is-done {
  opacity: 1;
}

#bulk-april .anm-bnr1 span {
  display: block;
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

#bulk-april .anm-bnr1.is-done span {
  opacity: 1;
}

#bulk-april .anm-band1 {
  color: #fff;
}

#bulk-april .anm-band1 .ab-1 {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

#bulk-april .anm-band1 .ab-1:before,
#bulk-april .anm-band1 .ab-1:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.1, .1, .1, 1);
  transition-timing-function: cubic-bezier(.1, .1, .1, 1);
}

#bulk-april .anm-band1 .ab-1:after {
  width: 100%;
  height: 0;
}

#bulk-april .anm-band1.is-done .ab-1:before {
  width: 100%;
}

#bulk-april .anm-band1.is-done .ab-1:after {
  height: 100%;
}

#bulk-april .anm-band1 .ab-1:nth-of-type(1):after {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

#bulk-april .anm-band1 .ab-1:nth-of-type(2):before {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

#bulk-april .anm-band1 .ab-1:nth-of-type(2):after {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

#bulk-april .anm-band1 .ab-1:nth-of-type(3):before {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

#bulk-april .anm-band1 .ab-1:nth-of-type(3):after {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

#bulk-april .anm-band1 .ab-2 {
  position: relative;
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
  z-index: 2;
}

#bulk-april .anm-band1.is-done .ab-2 {
  opacity: 1;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

#bulk-april .title .ab-1 {
  margin-top: 5px;
  padding: 14px 10px 13px;
  width: 100%;
}

#bulk-april .title .ab-1:first-child {
  margin-top: 0;
}

#bulk-april .explain_box .title .ab-1 {
  padding: 7px 14px 6px;
  width: auto;
  margin-top: 5px;
}

@media only screen and (max-width:768px) {
  #bulk-april .name-header {
    height: 50px;
  }

  #bulk-april .name-header p {
    font-size: 18px;
    line-height: 18px;
  }

  #bulk-april .explain_box {
    max-width: 100%;
    padding: 0 30px;
    margin-top: 40px;
  }

  #bulk-april .explain_box .multi_parts {
    display: block;
  }

  #bulk-april .explain_box .multi_parts .title_part {
    width: 100%;
    margin-top: 9px;
  }

  #bulk-april .explain_box .multi_parts .title_part .title {
    font-size: 17px;
    line-height: 18px;
  }

  #bulk-april .explain_box .multi_parts .title_part .title .ab-1 {
    padding: 7px 14px 6px;
  }

  #bulk-april .explain_box .multi_parts .text_part {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  #bulk-april .explain_box .multi_parts .text_part p {
    font-size: 13px;
    line-height: 24px;
  }

  #bulk-april .explain_box .chart {
    margin-top: 28px;
  }

  #bulk-april .explain_box .chart>ul {
    width: 100%;
  }

  #bulk-april .explain_box .chart>ul>li {
    height: 42px;
    border: solid #b3b3b3 1px;
  }

  #bulk-april .explain_box .chart>ul>li~li {
    border-top: none;
  }

  #bulk-april .explain_box .chart>ul>li dl {
    display: flex;
    align-content: center;
    font-size: 11px;
    line-height: 11px;
    height: 100%;
  }

  #bulk-april .explain_box .chart>ul>li dl dt {
    width: 20%;
    height: 100%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #bulk-april .explain_box .chart>ul>li dl dd {
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  #bulk-april .explain_box .chart>ul>li dl dd .from {
    width: 20%;
    text-align: right;
    color: #666;
  }

  #bulk-april .explain_box .chart>ul>li dl dd .top {
    width: 20%;
    text-align: left;
    color: #666;
  }

  #bulk-april .explain_box .chart>ul>li dl dd ol {
    position: relative;
    margin: 0 5%;
    width: 50%;
    height: 14px;
    font-size: 0;
    display: flex;
    align-items: center;
  }

  #bulk-april .explain_box .chart>ul>li dl dd ol:before,
  #bulk-april .explain_box .chart>ul>li dl dd ol:after {
    content: ' ';
    position: absolute;
  }

  #bulk-april .explain_box .chart>ul>li dl dd ol:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #b3b3b3;
    z-index: 1;
  }

  #bulk-april .explain_box .chart>ul>li dl dd ol:after {
    top: 0;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    background: url(../images/april/icon_diamond2.png) no-repeat center center;
    -webkit-transition: ease-out .8s;
    transition: ease-out .8s;
    z-index: 2;
    background-size: 100%;
  }

  #bulk-april .explain_box .chart .is-done .scale1:after {
    left: 0;
  }

  #bulk-april .explain_box .chart .is-done .scale2:after {
    left: 25%;
  }

  #bulk-april .explain_box .chart .is-done .scale3:after {
    left: 50%;
  }

  #bulk-april .explain_box .chart .is-done .scale4:after {
    left: 75%;
  }

  #bulk-april .explain_box .chart .is-done .scale5:after {
    left: 100%;
  }

  #bulk-april .explain_box .chart>ul>li dl dd ol li {
    position: relative;
    width: 25%;
    height: 100%;
    z-index: 2;
  }

  #bulk-april .explain_box .chart>ul>li dl dd ol li:before,
  #bulk-april .explain_box .chart>ul>li dl dd ol li:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #bulk-april .explain_box .chart>ul>li dl dd ol li:before {
    width: 1px;
    height: 100%;
    background: #808080;
  }

  #bulk-april .explain_box .chart>ul>li dl dd ol li:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
  }

  #bulk-april .explain_box .chart>ul>li dl dd ol li span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  #bulk-april .list {
    margin-top: 48px;
    padding: 0 30px;
    text-align: left;
  }

  #bulk-april .list~.list {
    margin-top: 2px;
  }

  #bulk-april .list h3 {
    width: auto;
    height: auto;
    display: inline-flex;
    margin-bottom: 80px;
  }

  #bulk-april .list h3 p {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
  }

  #bulk-april .list h3 p span {
    padding: 0 !important;
    height: 100%;
  }

  #bulk-april .list h3.anm-band1.is-done .ab-1 {
    padding: 5px 8px 4px !important;
  }

  #bulk-april .list h3.anm-band1.is-done .ab-2 {
    max-width: 100%;
    margin: auto;
    text-align: left;
  }

  #bulk-april .list ul {
    max-width: unset;
    margin: auto;
  }

  #bulk-april .list ul li {
    display: block;
  }

  #bulk-april .list ul li~li {
    margin-top: 38px;
  }

  #bulk-april .list ul li .right {
    width: 100%;
  }

  #bulk-april .list ul li h4 {
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
  }

  #bulk-april .list ul li h4 .ab-1 {
    padding: 5px 8px 4px;
  }

  #bulk-april .list ul li .photo {
    margin-top: 18px;
  }

  #bulk-april .list ul li .photo img {
    width: 100%;
  }

  #bulk-april .list ul li p {
    width: 100%;
    padding: 15px 0 0;
    font-size: 13px;
    line-height: 24px;
  }

  #bulk-april .company {
    padding: 32px 30px 36px;
    margin-top: 45px;
  }

  #bulk-april .company .inner {
    max-width: unset;
    margin: auto;
  }

  #bulk-april .company .inner p {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
  }

  #bulk-april .company .inner p~p {
    margin-top: 26px;
  }

  #bulk-april .info {
    padding: 26px 0 0;
  }

  #bulk-april .info .inner {
    max-width: 100%;
    padding: 0 30px;
    display: block;
  }

  #bulk-april .info .inner .photo {
    width: 100%;
  }

  #bulk-april .info .inner .text {
    width: 100%;
    padding: 24px 0 28px;
  }

  #bulk-april .info .inner .text h3 {
    font-size: 25px;
    line-height: 34px;
  }

  #bulk-april .info .inner .text p {
    font-size: 13px;
    line-height: 24px;
    margin-top: 34px;
  }
}


/*horita_edit_190617*/

p.table+p {
  margin-top: 10px;
}

.top_txt_mini {
  font-size: 1.4rem;
}

.imges_area {
  width: 100%;
  /*float: left;*/
}

.top_img:nth-of-type(1) {
  width: 36%;
}

.top_img {
  width: 27%;
  display: inline-block;
  margin-top: 1rem;
}

.top_img_group1 {
  margin-left: 4%;
}

.bold {
  font-weight: bold;
}

th {
  width: 10%;
  font-size: 1.2rem;
  font-size: 16px;
  font-weight: 500;
}

td {
  width: 30%;
  font-size: 16px;
  font-weight: 500;
}


.profile {
  margin-top: 1.4rem;
  width: 100%;
}

.profile_table {
  width: 60%;
  display: inline-block;
}

.profile_img {
  width: 35%;
  display: inline-block;
  margin-left: 4%;
}

@media only screen and (max-width:768px) {
  .post_detail .content .photo {
    margin: 2.4em auto 0;
    text-align: right;
  }

  .post_detail .content .photo p {
    font-size: 12px;
    margin: 10px 0 0;
  }

  .post_detail .content .photo-left {
    margin: 2.4em auto 0;
    text-align: right;
    display: flex;
    align-items: center;
  }

  .post_detail .content .photo-left img {
    width: 50%;
  }

  .post_detail .content .photo-left .right {
    width: 50%;
    text-align: center;
  }

  .post_detail .content .photo-left .right h3 {
    font-size: 3rem;
  }

  .post_detail .content .photo-left .right p {
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .post_detail .content .photo_right {
    display: flex;
    margin-top: 6.8rem;
  }

  .post_detail .content .photo_right p {
    padding-right: 10px;
  }

  .post_detail .content .photo_right img {
    align-self: center;
    width: 200px;
  }


  /*add_CSS*/

  .imges_area {
    width: 100%;
    /*float: left;*/
  }

  .top_img {
    width: 100%;
    display: inline-block;
    margin-top: 1rem;
  }

  .top_img:nth-of-type(1) {
    width: 100%;
  }

  .top_img_group1 {
    width: 47.4%;
  }

  #top_sp_img1 {
    margin-left: 4%;
  }

  .bold {
    font-weight: bold;
  }

  th {
    width: 10%;
    font-size: 14px;
  }

  td {
    width: 30%;
    font-size: 14px;
  }


  .profile {
    margin-top: 1.4rem;
    width: 100%;
  }

  .profile_table {
    width: 100%;
    display: inline-block;
  }

  .profile_img {
    width: 100%;
    display: inline-block;
    margin-top: 1.4rem;
    margin-left: 0;
  }

  #top_img2 {
    margin-left: 0;
  }

  #top_img3 {
    margin-left: 4%;
  }


}


/*horita_edit_190619*/
.bold {
  font-weight: bold;
}

.border_bottom {
  border-bottom: 1px solid black;
}

.img_area1_190619 {
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0;
}

.img_area1_190619 img {
  width: 80%;
  height: auto;
  display: inline-block;
}

.table_1_190619 {
  width: 100%;
  font-size: 16px;
  margin: 16px 0 0 0;
}

.table_1_190619 tr th {
  width: 70%;
  font-weight: normal;
}

.table_1_190619 tr td {
  width: 30%;
}

.profile_table_190619 {
  width: 100%;
  margin: 16px 0 0 0;
  position: relative;
}

.table_2_190619 {
  width: 70%;
  font-size: 16px;
  margin: 16px 0 0 0;
  display: inline-block;
}

.table_2_190619 tr th {
  width: 20%;
  font-weight: normal;
}

.table_2_190619 tr td {
  width: 80%;
  text-indent: -0.5em;
}

.profile_img1_190619 {
  width: 30%;
  height: auto;
  display: inline-block;
  ;
}

.table_3_190619 {
  width: 100%;
  font-size: 16px;
  margin: 16px 0 0 0;
}

.table_3_190619 tr th {
  width: 30%;
  font-weight: normal;
}

.table_3_190619 tr td {
  width: 70%;
  text-indent: -0.5em;
}



@media only screen and (max-width:768px) {
  .bold {
    font-weight: bold;
  }

  .border_bottom {
    border-bottom: 1px solid black;
  }

  .img_area1_190619 {
    width: 100%;
    text-align: center;
    margin: 38px 0 0 0;
  }

  .img_area1_190619 img {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .table_1_190619 {
    width: 100%;
    font-size: 14px;
    margin: 14px 0 0 0;
  }

  .table_1_190619 tr th {
    width: 70%;
    font-weight: normal;
    text-indent: -0.5em;
  }

  .table_1_190619 tr td {
    width: 30%;
  }

  .table_2_190619 {
    width: 100%;
    font-size: 14px;
    margin: 14px 0 14px 0;
    display: inline-block;
  }

  .table_2_190619 tr th {
    width: 30%;
    font-weight: normal;
  }

  .table_2_190619 tr td {
    width: 70%;
    text-indent: -0.5em;
  }

  .profile_img1_190619_div {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .profile_img1_190619 {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    top: 0;
  }

  .table_3_190619 {
    width: 100%;
    font-size: 14px;
    margin: 14px 0 0 0;
  }

  .table_3_190619 tr th {
    width: 30%;
    font-weight: normal;
  }

  .table_3_190619 tr td {
    width: 70%;
    text-indent: -0.5em;
  }
}



/*------------------
ADD information_190705
------------------------------*/
p.indent_0705_1 {
  padding-left: 1em;
  text-indent: -1em;
}

p.indent_0705_2 {
  padding-left: 2em;
  text-indent: -2em;
}

div.img_area1_190705 {
  text-align: center;
  margin-top: 1rem;
}

div.img_area1_190705 img {
  width: 75%;
  border: solid 1px #ccc;
}

div.img_area2_190705 {
  text-align: center;
  margin-top: 1rem;
}

div.img_area2_190705 img {
  width: 100%;
  border: solid 1px #ccc;
}

p.table2_190705 {
  position: relative;
  padding-left: 240px;
}

p.table2_190705 span.table_subttl2_190705 {
  position: absolute;
  left: 0;
  width: 240px;
}

p.table2_190705 span.table_subttl2_190705::before {
  content: "：";
  position: absolute;
  right: 0;
}

p.table2_190705 span.table_subttl3_190705 {
  position: absolute;
  left: 0;
  width: 240px;
}

p.table2_190705 span.table_subttl2_190705 br {
  display: none;
}


.dl_area_1 {
  width: 100%;
  margin-top: 2rem;
}

.dl_area_1 dl {
  width: 100%;
}

.dl_area_1 dl dt {
  width: 20%;
  margin: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  color: #000000;
}

.dl_area_1 dl dd {
  width: 80%;
  margin: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  color: #000000;
}

.dl_area_1 dl dt br {
  display: none;
}


div.img_area3_190705 {
  width: 100%;
  margin-top: 2rem;
}

div.img_area3_190705 img {
  width: 30%;
  height: 270px;
  margin-right: 5%;
  object-fit: cover;
}

div.img_area3_190705 img.none_mr {
  margin-right: 0;
}







@media only screen and (max-width:768px) {


  .dl_area_1 {
    width: 100%;
    margin-top: 2rem;
  }

  .dl_area_1 dl {
    width: 100%;
  }

  .dl_area_1 dl dt {
    width: 40%;
    margin: 0;
    display: inline-block;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    text-indent: -1em;
    padding-left: 1em;
  }

  .dl_area_1 dl dd {
    width: 60%;
    margin: 0;
    display: inline-block;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    text-indent: -0.5em;
    padding-left: 0.5em;
  }

  .dl_area_1 dl dt br {
    display: block;
  }

  div.img_area3_190705 {
    width: 100%;
    margin-top: 2rem;
  }

  div.img_area3_190705 img {
    width: 100%;
    height: 300px;
    margin-right: 0;
    margin-bottom: 1rem;
    object-fit: cover;
  }

  div.img_area3_190705 img.none_mr {
    margin-right: 0;
  }
}

/*--------------------------------
---190719_ADD
----------------------------------*/
.recruit_mark_1 {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.swiper-img {
  width: 100%;
  object-fit: cover;
}

select {
  width: 100%;
  background: #f5f5f5;
  height: 46px;
  padding: 14px 18px;
  font-size: 16px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  background-image: url('../images/sp/contact/arrow-under.svg');
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right 18px center;
  line-height: 100%;
}

.OptionColor {
  color: #898989 !important;
}

@media screen and (min-width: 769px) {
  div#creative_gallery {
    box-sizing: border-box;
    padding: 100px 0 156px;
    position: relative;
  }

  .CC_main_content {
    display: flex;
  }

  .CC_main_icon {
    width: 28px;
    margin: auto;
    margin-right: 8px;
  }


  .CC_main-text {
    font-size: 24px;
    width: 100%;
    letter-spacing: 4px;
  }

  .CC_list {
    width: 900px;
    margin: 100px auto 0 auto;
  }

  .CC_list a {
    width: calc((100%/3) - 15px);
    margin-top: 60px;
  }

  .CC_list-item {
    text-align: left;
  }

  .CC_list-item_thumb {
    width: 100%;
    margin-bottom: 15px;
  }

  .CC_list-small {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .CC_list-small-item {
    margin: 0 auto;
    text-align: left;
  }

  .CC_main_small_icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .CC_main-small-text {
    font-size: 14px;
    width: 100%;
    letter-spacing: 2px;
  }

  .CC_list-small-item_thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 769px) {
  div#creative_gallery {
    box-sizing: border-box;
    padding: 100px 0 156px;
    position: relative;
  }

  .CC_main_content {
    display: flex;
  }

  .CC_main-text {
    font-size: 14px;
    width: 100%;
  }

  .CC_main_icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .CC_list {
    width: 80vw;
    margin: 100px auto 0 auto;
  }

  .CC_list-item {
    text-align: left;
    margin-bottom: 30px;
  }

  .CC_list-item_thumb {
    width: 100%;
    margin-bottom: 15px;
  }

  .CC_list-small {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .CC_list-small-item {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }

  .CC_main_small_icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .CC_main-small-text {
    font-size: 14px;
    width: 100%;
    letter-spacing: 2px;
  }

  .CC_list-small-item_thumb {
    width: 100%;
    margin-bottom: 15px;
  }

  div#information_detail .inner .news_image.imageText_flex {
    display: block;
  }

  div#information_detail .inner .news_image.imageText_flex div {
    width: 100%;
  }

  div#information_detail .inner .news_image.imageText_flex div p {
    font-size: 12px;
  }

  div#information_detail .inner .news_image.imageText_flex div:nth-child(n + 2) {
    margin-top: 20px;
  }
}

/* mtwitter */
div#twitter {
  box-sizing: border-box;
  padding: 100px 0 156px;
  position: relative;
}

div#twitter .inner {
  max-width: 1000px;
  padding: 0 50px;
  margin: auto;
  text-align: left;
}

div#twitter .inner h2 {
  display: block;
  text-align: center;
  margin-bottom: 102px;
}

div#twitter .inner {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

div#twitter .inner dt {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin: 50px 0 20px;
}

div#twitter .inner dd {}

div#twitter .inner dd a {
  text-decoration: underline;
}

div#information_detail .inner .information__numberlist {
  position: relative;
  margin: 0;
  padding: 0
}

div#information_detail .inner .information__numberlist li {
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  list-style-position: outside;
  margin: 5px;
  padding-left: 1.25em;
  line-height: 36px;
}

div#information_detail .inner .information__numberlist li span {
  position: absolute;
  left: 0;
  margin: 0
}

div#information_detail .inner .information__list {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

div#information_detail .inner .mt-40 {
  margin-top: 40px;
}
div#information_detail .inner .mt-20 {
  margin-top: 20px;
}

div#information_detail .inner .vert-line2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

div#information_detail .inner .vert-line2 .left {
  width: 40%;
}

div#information_detail .inner .vert-line2 img {
  width: 50%;
}

div#information_detail .inner .vert-line2 .right {
  width: 40%;
  margin: 0;
  white-space: normal;
}

div#information_detail .inner .vert-line3 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

div#information_detail .inner .vert-line3 .left {
  width: 80%;
}

div#information_detail .inner .vert-line3 img {
  width: 80%;
}

div#information_detail .inner .vert-line3 .right {
  width: 70%;
  margin: 0;
  white-space: normal;
}

#diagnosis{
position:fixed;
bottom:100px;
right:0px;
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 128px;
}

.keyframe5{
  animation-name: anim_sc;
  transform: scale(0.85,0.85);
}

@keyframes anim_sc {
  100% {
    transform: scale(1,1);
  }
}


.for-pc { display:block; }
.for-sp { display:none; }

.information__address--change dl p.text-icon {
  margin-top: 0!important;
}

.information__address--change .dl_area_1 .text-icon {
  padding-left: 3.5em;
  position: relative;
}

.information__address--change .dl_area_1 .text-icon::before {
  content: "??";
  position: absolute;
  left: 2rem;
}

.information__address--change dl {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}

.information__address--change dl dd {
  padding-left: 1.3rem;
  width: 100%;
}

.information__address--change dl dt {
  font-weight: 600;
  width: 100%;
}

.information__address--change .text-header {
  margin-bottom: 20px;
}

@media only screen and (max-width : 767px){
  .for-pc { display:none; }
  .for-sp { display:block; }

  .information__address--change dl {
    padding: 10px 0;
  }

  .information__address--change .dl_area_1 dl:first-child {
    padding: 10px 0 0 0;
  }

  .information__address--change dl dd {
    padding-left: 1.5em;
  }

  .information__address--change .dl_area_1 .text-icon {
    padding-left: 2.5em;
  }

  .information__address--change .dl_area_1 p.text-icon:last-child {
    padding-bottom: 10px;
  }

  .information__address--change .dl_area_1 .text-icon::before {
    left: 1em;
  }

  .information__address--change .text-header {
    margin-bottom: 10px;
  }
}