@charset "UTF-8";

/* under共通
----------------------------------------------- */
.under .u_sec {
  padding: 100px 0;
}
.under .u_sec_last {
  padding: 100px 0 250px;
}
.under main h2 {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 500;
}
.under main h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
}
.under main h4 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
}
.text_area p {
  text-align: justify;
}
.u_line {
  letter-spacing: 8px;
  border-bottom: 10px solid #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.u_contact_sec {
  padding: 0 0 250px;
}
.btn_contact {
  margin: 80px auto 0;
  text-align: center;
}
.btn_contact.m0 {
  margin: 0 auto;
}
.btn_contact a {
  position: relative;
}
.btn_contact a {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 25px 80px 25px 60px;
  display: inline-block;
  color: #fff;
  background-color: #ff1d25;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.btn_contact a .arrow {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s ease;
}
.btn_contact a:hover {
  background-color: #000;
}
.u_mainimg {
  line-height: 0;
}



@media only screen and (max-width: 1024px) {
  .under .u_sec {
    padding: 80px 0;
  }
  .under .u_sec_last {
    padding: 80px 0 180px;
  }
  .under main h2 {
    font-size: 2.8rem;
  }
  .under main h3 {
    font-size: 2.2rem;
  }
  .under main h4 {
    font-size: 2rem;
  }
  .u_contact_sec {
    padding: 0 0 180px;
  }
  .btn_contact a {
    font-size: 2rem;
  }
  .btn_contact a .arrow {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .under .u_sec {
    padding: 60px 0;
  }
  .under .u_sec_last {
    padding: 60px 0 100px;
  }
  .under main h2 {
    font-size: 2.2rem;
  }
  .under main h3 {
    font-size: 2rem;
  }
  .under main h4 {
    font-size: 1.8rem;
  }
  .u_line {
    border-width: 6px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .u_contact_sec {
    padding: 0 0 100px;
  }
  .btn_contact {
    margin: 50px auto 0;
  }
  .btn_contact a {
    font-size: 1.8rem;
    padding: 20px 80px 20px 60px;
  }
  .btn_contact a .arrow {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 479px) {
  .under .u_sec {
    padding: 40px 0;
  }
  .under .u_sec_last {
    padding: 40px 0 80px;
  }
  .under main h2 {
    font-size: 2rem;
  }
  .under main h3 {
    font-size: 1.8rem;
  }
  .under main h4 {
    font-size: 1.6rem;
  }
  .u_line {
    letter-spacing: 5px;
    margin-bottom: 15px;
  }
  .u_contact_sec {
    padding: 0 0 80px;
  }
  .btn_contact {
    margin: 40px auto 0;
  }
  .btn_contact a {
    font-size: 1.5rem;
    padding: 15px 60px 15px 40px;
  }
  .btn_contact a .arrow {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 370px) {
  .under main h2 {
    font-size: 1.8rem;
  }
  .under main h3 {
    font-size: 1.6rem;
  }
  .under main h4 {
    font-size: 1.5rem;
  }
}




/* tab
----------------------------------------------- */
.tab_list {
  margin-bottom: 80px;
}
.tab_item {
  width: calc( 100% / 4 );
}
.tab_item a {
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
  border-bottom: 12px solid #f2f2f2;
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
}
.tab_item.is-active {
  border-image: linear-gradient(to right, #f5d7e9, #cfecf6);
  border-image-slice: 1;
}
.tab_item a.is-active {
  border-image: linear-gradient(to right, #f5d7e9, #cfecf6);
  border-image-slice: 1;
  transition: .4s ease-in-out;
}
.tab_item:hover {
  border-image: linear-gradient(to right, #f5d7e9, #cfecf6);
  border-image-slice: 1;
}
.tab_item a:hover {
  border-image: linear-gradient(to right, #f5d7e9, #cfecf6);
  border-image-slice: 1;
  transition: .4s ease-in-out;
}
/*.tab_item:hover {
  color: #dd3333;
}*/
.contents_list {
  background-color: #fff;
}
.tab_contents {
  display: none;
  max-width: 1500px;
  margin: 0 auto;
}
.tab_contents.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}
.tab_contents .contents_inner {
  padding: 0 50px;
}


/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




@media only screen and (max-width: 1024px) {
  .tab_contents .contents_inner {
    padding: 0 20px;
  }
  .tab_item {
    font-size: 2.2rem;
  }
  .tab_item a {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .tab_item {
    font-size: 1.8rem;
    border-width: 8px;
  }
  .tab_item a {
    font-size: 1.8rem;
    border-width: 8px;
  }
}

@media only screen and (max-width: 600px) {
  .tab_item {
    width: calc( 100% / 2 );
  }
  .tab_item a {
    padding: 20px 10px 15px;
  }
}

@media only screen and (max-width: 479px) {
  .tab_list {
    margin-bottom: 50px;
  }
  .tab_item {
    font-size: 1.5rem;
  }
  .tab_item a {
    font-size: 1.5rem;
    padding: 20px 10px 10px;
  }
  .tab_contents .contents_inner {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 370px) {
  .tab_item {
    font-size: 1.4rem;
  }
  .tab_item a {
    font-size: 1.4rem;
  }
}






/* u_title_area
----------------------------------------------- */
.under .u_title_area {
  height: 546px;
  height: 28.4vw;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*background-image: url(../images/u_title_area_bg.jpg);*/
}
.under .u_title_area .u_title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.under .u_title_area .u_title .u_title_ja {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1.8;
  color: #fff;
}
.under .u_title_area .u_title .u_title_en {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
}


/* ページごと */
#company .u_title_area {
  background-image: url(../images/company_mainimg.jpg);
}
#partnership .u_title_area {
  background-image: url(../images/partnership_mainimg.jpg);
}
#service .u_title_area {
  background-image: url(../images/service_mainimg.jpg);
}
#exhibition .u_title_area {
  background-image: url(../images/exhibition_mainimg.jpg);
}
#equipment .u_title_area {
  background-image: url(../images/equipment_mainimg.jpg);
}
#recruit .u_title_area {
  background-image: url(../images/recruit_mainimg.jpg);
}
#privacypolicy .u_title_area {
  background-image: url(../images/privacypolicy_mainimg.jpg);
}
#info .u_title_area {
  background-image: url(../images/news_mainimg.jpg);
}
#works .u_title_area {
  background-image: url(../images/works_mainimg.jpg);
}
#column .u_title_area {
  background-image: url(../images/column_mainimg.jpg);
}
.form .u_title_area {
  background-color: #f2f2f2;
  height: 250px;
}
.form .u_title_area .u_title .u_title_ja,
.form .u_title_area .u_title .u_title_en {
  color: #000;
}


@media only screen and (max-width: 1024px) {
  .under .u_title_area .u_title .u_title_ja {
    font-size: 30px;
    font-size: 3rem;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 768px) {
  .under .u_title_area {
    height: 250px;
  }
  .under .u_title_area .u_title {
    width: 100%;
  }
  .form .u_title_area {
    height: 180px;
  }
}

@media only screen and (max-width: 479px) {
  .under .u_title_area {
    height: 180px;
  }
  .under .u_title_area .u_title .u_title_ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form .u_title_area {
    height: 160px;
  }

  #exhibition .u_title_area {
    height: 220px;
  }
  #exhibition .u_title_area .u_title .u_title_ja {
    font-size: 2rem;
  }
}



/* -----------------------------------------------

	 会社情報（company）

----------------------------------------------- */
#company .greeting_area .img_area {
  width: 30%;
}
#company .greeting_area .text_area {
  width: 65%;
}
#company .greeting_area .text_area .name {
  margin-top: 30px;
  text-align: right;
}
#company .overview_area dl {
  border-bottom: 1px solid #e6e6e6;
}
#company .overview_area dl dt,
#company .overview_area dl dd {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 20px 0;
}
#company .overview_area dl dt {
  width: 20%;
  padding-left: 50px;
}
#company .overview_area dl dd {
  width: 80%;
}
#company .group_area .group_box {
  padding: 40px 50px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
#company .group_area .group_box:first-of-type {
  border-top: 1px solid #e6e6e6;
}
#company .group_area .group_wrap .text_area {
  width: 45%;
}
#company .group_area .group_wrap .text_area h3 {
  line-height: 2;
  margin: 20px 0 30px;
  font-weight: 700;
}
#company .group_area .group_wrap .img_area {
  width: 50%;
}
#company .group_area .group_box .text_area .company_logo {
  margin-bottom: 20px;
}
#company .group_area .group_list {
  margin-top: 50px;
}
#company .group_area .group_box .text_area {
  max-width: 865px;
  width: 70%;
}
#company .group_area .group_box .text_area ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#company .group_area .group_box .text_area .btn_area {
  /*position: absolute;
  bottom: 30px;
  right: 50px;*/
}
#company .sdgs_area .sdgs_box + .sdgs_box {
  margin-top: 150px;
}
#company .sdgs_area .sdgs_box h3 {
  margin-bottom: 30px;
}
#company .sdgs_area .sdgs_box h4 {
  margin-bottom: 30px;
}
#company .sdgs_area .sdgs_box h3 img {
  margin: 80px 0 30px;
}
#company .sdgs_area .sdgs_box p {
  text-align: left;
}
#company .sdgs_area .sdgs_box .btn_more {
  margin: 30px auto 0;
}
#company .sdgs_area .sdgs_box .btn_more a {
  background-color: #0098d8;
}
#company .sdgs_area .sdgs_box .btn_more a:hover {
  background-color: #dd3333;
}
#company .sdgs_area .sdgs_box .half_box {
  width: 47%;
}
#company .sdgs_area .sdgs_box ul {
  margin-top: 50px;
}
#company .sdgs_area .sdgs_box ul li {
  padding: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
#company .sdgs_area .sdgs_box ul li h4 {
  margin: 30px 0 20px;
}
#company .map_area .map_wrap {
  line-height: 0;
}
#company .map_area .map_wrap iframe {
  width: 100%;
  height: 600px;
}






@media only screen and (max-width: 1024px) {
  #company .greeting_area .img_area {
    width: 40%;
  }
  #company .greeting_area .text_area {
    width: 55%;
  }
  #company .greeting_area .text_area .name img {
    max-width: 200px;
  }
  #company .overview_area dl dt,
  #company .overview_area dl dd {
    font-size: 1.8rem;
  }
  #company .overview_area dl dt {
    width: 27%;
    padding-left: 3%;
  }
  #company .overview_area dl dd {
    width: 73%;
  }
  #company .group_area .group_wrap .text_area {
    width: 55%;
  }
  #company .group_area .group_wrap .img_area {
    width: 42%;
  }
  #company .group_area .group_box {
    padding: 40px 30px;
  }
  #company .sdgs_area .sdgs_box + .sdgs_box {
    margin-top: 100px;
  }
  #company .sdgs_area .sdgs_box h3 img {
    margin: 50px 0 30px;
  }
  #company .sdgs_area .sdgs_box ul li {
    padding: 30px;
  }
  #company .sdgs_area .sdgs_box ul li img {
    width: 70%;
  }

  #company .map_area .map_wrap iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  #company .greeting_area .img_area {
    margin: 0 auto 20px;
  }
  #company .greeting_area .text_area {
    width: 100%;
  }
  #company .overview_area dl dt,
  #company .overview_area dl dd {
    font-size: 1.6rem;
  }
  #company .group_area .group_wrap .text_area {
    width: 100%;
  }
  #company .group_area .group_wrap .text_area h3 {
    line-height: 1.8;
    margin: 0px 0 20px;
  }
  #company .group_area .group_wrap .img_area {
    width: 70%;
    margin: 20px auto 0;
  }
  #company .group_area .group_list {
    margin-top: 30px;
  }
  #company .group_area .group_box {
    padding: 25px 10px;
  }
  #company .group_area .group_box .text_area {
    width: 100%;
  }
  #company .group_area .group_box .text_area .company_logo {
    height: 40px;
  }
  #company .group_area .group_box .btn_area {
    margin: 30px 0 0 auto;
  }
  #company .sdgs_area .sdgs_box .half_box {
    width: 100%;
  }
  #company .sdgs_area .sdgs_box .half_box + .half_box {
    margin-top: 50px;
  }
  #company .sdgs_area .sdgs_box + .sdgs_box {
    margin-top: 80px;
  }
  #company .sdgs_area .sdgs_box h3 img {
    width: 80%;
    margin: 30px 0 10px;
  }
  #company .sdgs_area .sdgs_box ul li.half_box {
    width: 80%;
    margin: 0 auto;
  }
  #company .sdgs_area .sdgs_box ul li img {
    width: 50%;
  }

  #company .map_area .map_wrap iframe {
    height: 350px;
  }
}

@media only screen and (max-width: 479px) {
  #company .greeting_area .img_area {
    width: 70%;
    margin: 0 auto 15px;
  }
  #company .greeting_area .text_area .name {
    margin-top: 15px;
  }
  #company .greeting_area .text_area .name img {
    max-width: 130px;
  }
  #company .overview_area dl {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  #company .overview_area dl dt {
    width: 100%;
    padding: 15px 10px 5px;
    font-weight: bold;
    font-size: 1.5rem;
  }
  #company .overview_area dl dd {
    width: 100%;
    padding: 0px 10px 15px 20px;
    font-size: 1.4rem;
  }
  #company .group_area .group_wrap .img_area {
    width: 100%;
  }
  #company .group_area .group_box .text_area .company_logo {
    height: 33px;
  }
  #company .group_area .group_box .btn_area {
    margin: 20px 0 0 auto;
  }
  #company .sdgs_area .sdgs_box + .sdgs_box {
    margin-top: 50px;
  }
  #company .sdgs_area .sdgs_box .half_box + .half_box {
    margin-top: 30px;
  }
  #company .sdgs_area .sdgs_box h3 {
    margin-bottom: 20px;
  }
  #company .sdgs_area .sdgs_box h3 img {
    width: 90%;
    margin: 30px 0 10px;
  }
  #company .sdgs_area .sdgs_box h4 {
    margin-bottom: 20px;
  }
  #company .sdgs_area .sdgs_box ul {
    margin-top: 30px;
  }
  #company .sdgs_area .sdgs_box ul li {
    padding: 20px;
  }
  #company .sdgs_area .sdgs_box ul li.half_box {
    width: 100%;
  }
  #company .sdgs_area .sdgs_box ul li img {
    width: 70%;
  }
  #company .sdgs_area .sdgs_box ul li h4 {
    margin: 20px 0 10px;
  }

  #company .map_area .map_wrap iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 370px) {

}





/* -----------------------------------------------

	 パートナーシップ構築宣言（partnership）

----------------------------------------------- */
#partnership main .container {
  max-width: 1500px;
}
#partnership .u_main_title img {
  margin-bottom: 30px;
}
#partnership .tit {
  font-size: 2.5rem;
}


@media only screen and (max-width: 1024px) {
  #partnership .u_main_title img {
    width: 400px;
  }
  #partnership .tit {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  #partnership .u_main_title img {
    width: 300px;
    margin-bottom: 0;
  }
  #partnership .tit {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  #partnership .u_main_title img {
    width: 230px;
  }
  #partnership .tit {
    font-size: 1.8rem;
  }
}


/* -----------------------------------------------

	 事業内容（service）

----------------------------------------------- */
#service h2 {
  margin-bottom: 50px;
  letter-spacing: 8px;
}
#service .service_main {
  padding: 100px 0;
}
#service .service_main h2 {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
#service .onestop_area {
  padding: 60px 100px;
  background-color: #f0edee;
  margin-top: 80px;
}
#service .onestop_area .image_wrap {
  gap: 10px 20px;
  margin-bottom: 50px;
}
#service .onestop_area .image_wrap div {
  width: 45%;
  text-align: center;
}
#service .onestop_area .image_wrap div.arrow {
  width: 10%;
}
#service .service_area .service_box + .service_box {
  margin-top: 200px;
}
#service .service_area .service_wrap {
  gap: 120px 80px;
  margin-bottom: 120px;
}
#service .service_area .service_wrap li {
  width: calc( 100% / 3 - 53.4px );
}
.list_wrap li img {
  width: 100%;
  transition: 0.3s ease;
}
.list_wrap li a:hover img {
  opacity: 0.8;
  transition: 0.3s ease;
}
.list_wrap li h3 {
  margin: 20px 0;
}
.list_wrap li a h3 i {
  margin-left: 10px;
}
.list_wrap li p {
  letter-spacing: 0px;
  line-height: 1.6;
  word-wrap: break-word;
}
#service .service_area .btn_more {
  margin: 50px auto 0;
}
#service .contact_p {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}


@media only screen and (max-width: 1280px) {
  #service .onestop_area {
    padding: 60px;
  }
  #service .onestop_area .image_wrap div {
    width: 46%;
  }
  #service .onestop_area .image_wrap div.arrow {
    width: 8%;
  }
}

@media only screen and (max-width: 1024px) {
  #service .service_main {
    padding: 80px 0;
  }
  #service .service_main h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  #service .onestop_area {
    padding: 40px;
  }
  #service .service_area .service_box + .service_box {
    margin-top: 150px;
  }
  #service .service_area .service_wrap {
    gap: 80px 30px;
    margin-bottom: 80px;
  }
  #service .service_area .service_wrap li {
    width: calc( 100% / 3 - 20px );
  }
  #service .contact_p {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  #service .service_main {
    padding: 60px 0;
  }
  #service .service_main h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #service .onestop_area {
    margin-top: 50px;
  }
  #service .onestop_area .image_wrap {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  #service .onestop_area .image_wrap div {
    width: 80%;
    margin: 0 auto;
  }
  #service .onestop_area .image_wrap div.arrow {
    width: 20%;
  }
  #service .onestop_area .image_wrap div.arrow img {
    transform: rotate(90deg);
  }
  #service .service_area .service_box + .service_box {
    margin-top: 120px;
  }
  #service .service_area .service_wrap {
    gap: 50px 30px;
  }
  #service .service_area .service_wrap li {
    width: calc( 100% / 2 - 15px );
  }
  #service .contact_p {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 479px) {
  #service h2 {
    margin-bottom: 30px;
    letter-spacing: 5px;
  }
  #service .service_main {
    padding: 40px 0;
  }
  #service .service_main h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  #service .onestop_area {
    padding: 30px 25px;
  }
  #service .onestop_area .image_wrap div {
    width: 100%;
  }
  #service .service_area .service_box + .service_box {
    margin-top: 100px;
  }
  #service .service_area .service_wrap {
    margin-bottom: 50px;
  }
  #service .service_area .service_wrap li {
    width: 100%;
  }
  .list_wrap li h3 {
    margin: 15px 0 10px;
  }
  #service .contact_p {
    font-size: 1.6rem;
  }
}


/* -----------------------------------------------

	 サービスアンダー（u_service）

----------------------------------------------- */
.u_service main .container {
  max-width: 1500px;
}
.u_service .u_service_main,
.u_main {
  margin-bottom: 100px;
}
.u_service .u_service_title,
.u_main_title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}
.u_service .u_service_main p,
.u_main p {
  line-height: 2;
}
.u_service .u_service_main .img_area {
  margin-top: 50px;
}
.u_service .u_service_box {
  margin-bottom: 150px;
}
.u_service .u_service_box:last-of-type {
  margin-bottom: 0;
}
.u_service .u_service_box h3 {
  margin-bottom: 20px;
  font-weight: 700;
}
.u_service .u_service_box .u_line {
  letter-spacing: 3px;
}
.u_service .u_service_box p {
  letter-spacing: 0px;
}
.u_service .text_area p + p {
  margin-top: 30px;
}


@media only screen and (max-width: 1024px) {
  .u_service .u_service_title,
  .u_main_title {
    font-size: 3.5rem;
  }
  .u_service .u_service_box {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .u_service .u_service_title,
  .u_main_title {
    font-size: 2.8rem;
  }
  .u_service .u_service_box {
    margin-bottom: 80px;
  }
  .u_service .u_service_box p {
    letter-spacing: unset;
  }
}

@media only screen and (max-width: 479px) {
  .u_service .u_service_main,
  .u_main {
    margin-bottom: 50px;
  }
  .u_service .u_service_title,
  .u_main_title {
    font-size: 2.5rem;
  }
  .u_service .u_service_main .img_area {
    margin-top: 30px;
  }
  .u_service .u_service_box {
    margin-bottom: 60px;
  }
  .u_service .text_area p + p {
    margin-top: 20px;
  }
}


/*ルーファス*/
#lufas .u_mainimg {
  margin-top: 100px;
}
#lufas .lufas_about {
  color: #fff;
  background: linear-gradient(to right, #0068b6 0%, #002f7c 100%);
}
#lufas .lufas_features {
  text-align: center;
  margin-bottom: 30px;
}
#lufas .lufas_features img {
  margin: 0 auto;
}
#lufas .lufas_about_wrap {
  gap: 40px;
  margin-top: 80px;
}
#lufas .lufas_about_wrap li {
  width: calc( 100% / 4 - 30px );
}
#lufas .lufas_about_wrap li img {
  width: 100%;
}
#lufas .lufas_about_wrap li p,
#lufas .lufas_photo_wrap li p {
  font-size: 2rem;
}
#lufas .lufas_photo_wrap {
  gap: 30px 10px;
}
#lufas .lufas_photo_wrap li p {
  text-align: center;
}
#lufas .lufas_promotion_p {
  font-size: 6.5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}
#lufas .lufas_promotion_wrap {
  gap: 40px;
}
#lufas .lufas_textimg .text_area {
  width: 50%;
}
#lufas .lufas_textimg .img_area {
  width: 40%;
}
#lufas .lufas_recommend_wrap {
  gap: 30px 60px;
  width: 90%;
  margin: 0 auto;
}
#lufas .lufas_recommend_wrap li {
  width: calc( 100% / 2 - 30px );
  background: linear-gradient(to bottom, #f0fafa 0%, #dbf0ff 100%);
  border: 2px solid #dbf0ff;
  border-radius: 20px;
  padding: 35px 40px 35px 100px;
  font-size: 2.5rem;
  line-height: 1.8;
  position: relative;
}
#lufas .lufas_recommend_wrap li::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  background-image: url(../images/check_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 35px;
}



@media only screen and (max-width: 1550px) {
  #lufas .lufas_promotion_wrap li {
    width: calc( 100% / 4 - 30px );
  }
}

@media only screen and (max-width: 1024px) {
  #lufas .u_mainimg {
    margin-top: 80px;
  }
  #lufas .lufas_about_wrap {
    gap: 20px;
  }
  #lufas .lufas_about_wrap li {
    width: calc( 100% / 4 - 15px );
  }
  #lufas .lufas_about_wrap li p,
  #lufas .lufas_photo_wrap li p {
    font-size: 1.8rem;
  }
  #lufas .lufas_promotion_p {
    font-size: 3.5rem;
  }
  #lufas .lufas_promotion_wrap {
    gap: 20px;
  }
  #lufas .lufas_promotion_wrap li {
    width: calc( 100% / 4 - 15px );
  }
  #lufas .lufas_recommend_wrap {
    gap: 20px;
    width: 100%;
  }
  #lufas .lufas_recommend_wrap li {
    width: calc( 100% / 2 - 10px );
    padding: 20px 20px 20px 50px;
    font-size: 2rem;
  }
  #lufas .lufas_recommend_wrap li::before {
    top: 25px;
    left: 15px;
    width: 25px;
    height: 22px;
  }
  #lufas .lufas_textimg .text_area {
    width: 55%;
  }
}

@media only screen and (max-width: 768px) {
  #lufas .lufas_features img.sp {
    width: 90%;
  }
  #lufas .lufas_about_wrap {
    gap: 30px;
    width: 90%;
    margin: 50px auto 0;
  }
  #lufas .lufas_about_wrap li {
    width: calc( 100% / 2 - 15px );
  }
  #lufas .lufas_about_wrap li p,
  #lufas .lufas_photo_wrap li p {
    font-size: 1.6rem;
  }
  #lufas .lufas_promotion_p {
    font-size: 3rem;
  }
  #lufas .lufas_promotion_wrap {
    gap: 30px;
    width: 80%;
    margin: 0 auto;
  }
  #lufas .lufas_promotion_wrap li {
    width: calc( 100% / 2 - 15px );
  }
  #lufas .lufas_recommend_wrap li {
    width: 100%;
  }
  #lufas .lufas_textimg .text_area {
    width: 100%;
    margin-bottom: 30px;
  }
  #lufas .lufas_textimg .img_area {
    width: 60%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  #lufas .u_mainimg {
    margin-top: 40px;
  }
  #lufas .lufas_features img.sp {
    width: 100%;
  }
  #lufas .lufas_about_wrap {
    gap: 10px;
    width: 100%;
    margin: 30px auto 0;
  }
  #lufas .lufas_about_wrap li {
    width: calc( 100% / 2 - 5px );
  }
  #lufas .lufas_about_wrap li p,
  #lufas .lufas_photo_wrap li p {
    font-size: 1.4rem;
  }
  #lufas .lufas_promotion_p {
    font-size: 2.5rem;
  }
  #lufas .lufas_promotion_wrap {
    gap: 15px;
    width: 100%;
  }
  #lufas .lufas_promotion_wrap li {
    width: calc( 100% / 2 - 7.5px );
  }
  #lufas .lufas_recommend_wrap li {
    font-size: 1.5rem;
    border-radius: 15px;
    padding: 10px 10px 10px 40px;
  }
  #lufas .lufas_recommend_wrap li::before {
    top: 15px;
    left: 12px;
    width: 18px;
    height: 16px;
  }
  #lufas .lufas_textimg .img_area {
    width: 100%;
  }
}


/*DM・ポスティング*/
#dm-posting .center_img {
  margin-top: 80px;
  text-align: center;
}
#dm-posting .center_img img {
  margin: 0 auto;
}
#dm-posting .dm-posting_item_wrap {
  gap: 40px;
}
#dm-posting .dm-posting_posting_wrap {
  gap: 10px 50px;
  max-width: 1000px;
  margin: 50px auto 0;
}
#dm-posting .dm-posting_posting_wrap li {
  width: calc( 100% / 3 - 33.4px );
  color: #fff;
  background-color: #529D90;
  border-radius: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
}
#dm-posting .dm-posting_privacy_wrap .text_area {
  width: 80%;
}
#dm-posting .dm-posting_privacy_wrap .img_area {
  width: 20%;
}


@media only screen and (max-width: 1024px) {
  #dm-posting .dm-posting_item_wrap {
    gap: 20px;
  }
  #dm-posting .dm-posting_item_wrap li {
    width: calc( 100% / 5 - 16px );
  }
  #dm-posting .dm-posting_posting_wrap {
    gap: 10px 20px;
  }
  #dm-posting .dm-posting_posting_wrap li {
    width: calc( 100% / 3 - 13.4px );
  }
}

@media only screen and (max-width: 768px) {
  #dm-posting .center_img .sp {
    display: inline-block;
  }
  #dm-posting .dm-posting_item_wrap li {
    width: calc( 100% / 3 - 13.4px );
  }
  #dm-posting .dm-posting_posting_wrap li {
    font-size: 1.8rem;
  }
  #dm-posting .dm-posting_privacy_wrap .text_area {
    width: 65%;
  }
  #dm-posting .dm-posting_privacy_wrap .img_area {
    width: 35%;
  }
}

@media only screen and (max-width: 600px) {
  #dm-posting .dm-posting_posting_wrap li {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  #dm-posting .dm-posting_item_wrap {
    gap: 10px;
  }
  #dm-posting .dm-posting_item_wrap li {
    width: calc( 100% / 3 - 6.7px );
  }
  #dm-posting .dm-posting_posting_wrap li {
    font-size: 1.6rem;
    padding: 12px 10px;
  }
  #dm-posting .dm-posting_privacy_wrap .text_area {
    width: 100%;
  }
  #dm-posting .dm-posting_privacy_wrap .img_area {
    width: 60%;
    margin: 10px auto 0;
  }
}


/*展示会ブース制作*/
#exhibition .novelty_area {
  width: 100%;
}
#exhibition .novelty_area img {
  width: 50%;
  object-fit: cover;
}
#exhibition .novelty_area .text_area {
  width: 50%;
  background-color: #fff3dd;
  padding: 30px 80px;
  text-align: center;
}
#exhibition .novelty_area .text_area h2 {
  font-size: 4.5rem;
  font-weight: 700;
  color: #f15a24;
  margin: 30px 0;
}
#exhibition .novelty_area .text_area p.naname {
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
  padding: 0 70px;
  text-align: center;
}
#exhibition .novelty_area .text_area p.naname:before,
#exhibition .novelty_area .text_area p.naname:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 75px;
  height: 1px;
  background-color: #000;
}
#exhibition .novelty_area .text_area p.naname:before {
  left: 0;
  -webkit-transform: rotate(-115deg);
  transform: rotate(-115deg);
}
#exhibition .novelty_area .text_area p.naname:after {
  right: 0;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}
#exhibition .novelty_area .text_area a {
  display: block;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 25px 10px;
  border-radius: 10px;
  background: linear-gradient(to right, #ee721a, #f49f46);
  width: 70%;
  margin: 40px auto 0;
}
#exhibition .promotion_area {
  gap: 50px;
  margin-bottom: 50px;
}
#exhibition .promotion_area li {
  width: calc( 100% / 4 - 37.5px );
}


@media only screen and (max-width: 1024px) {
  #exhibition .novelty_area {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  #exhibition .novelty_area .text_area h2 {
    font-size: 3rem;
    margin: 20px 0;
  }
  #exhibition .novelty_area .text_area p.naname {
    font-size: 2rem;
  }
  #exhibition .novelty_area img {
    width: 100%;
  }
  #exhibition .novelty_area .text_area {
    width: 100%;
    padding: 30px 60px;
  }
  #exhibition .novelty_area .text_area a {
    font-size: 2.2rem;
    width: 85%;
    margin: 30px auto 0;
  }
  #exhibition .promotion_area {
    gap: 20px;
  }
  #exhibition .promotion_area li {
    width: calc( 100% / 4 - 15px );
  }
}

@media only screen and (max-width: 768px) {
  #exhibition .novelty_area .text_area a {
    font-size: 2rem;
  }
  #exhibition .promotion_area {
    gap: 40px;
    width: 80%;
    margin: 0 auto 30px;
  }
  #exhibition .promotion_area li {
    width: calc( 100% / 2 - 20px );
  }
}

@media only screen and (max-width: 479px) {
  #exhibition .u_service_main,
  #exhibition .u_main {
    margin-bottom: 0px;
  }
  #exhibition .novelty_area .text_area {
    padding: 30px 20px;
  }
  #exhibition .novelty_area .text_area h2 {
    font-size: 2.2rem;
  }
  #exhibition .novelty_area .text_area p.naname {
    font-size: 1.5rem;
    padding: 0;
    width: 100%;
  }
  #exhibition .novelty_area .text_area p.naname:before,
  #exhibition .novelty_area .text_area p.naname:after {
    width: 55px;
  }
  #exhibition .novelty_area .text_area a {
    font-size: 1.6rem;
    margin: 20px auto 0;
    padding: 18px 10px;
  }
  #exhibition .promotion_area {
    width: 100%;
    gap: 10px 20px;
    margin: 0 auto 20px;
  }
  #exhibition .promotion_area li {
    width: calc( 100% / 2 - 10px );
  }
}



/*周年事業*/
#anniversary .anniversary_merit {
  background-color: #fff3f3;
}
#anniversary .anniversary_merit h2 {
  color: #ff1d50;
}
#anniversary .anniversary_merit .merit_wrap {
  gap: 40px;
  margin: 50px 0;
}
#anniversary .anniversary_merit .merit_wrap li {
  /*width: calc( 100% / 3 - 26.7px );*/
  position: relative;
}
#anniversary .anniversary_merit .merit_wrap li p {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  letter-spacing: 0;
}
#anniversary .u_service_main p.u_service_title {
  line-height: 1.6;
}
#anniversary .anniversary_box {
  margin-bottom: 50px;
}
#anniversary .anniversary_box .u_line {
  margin-bottom: 30px;
}
#anniversary .anniversary_box .box_wrap p {
  width: 62%;
}
#anniversary .anniversary_box .box_wrap img {
  width: 33%;
}
#anniversary .anniversary_p {
  font-size: 2.8rem;
}


@media only screen and (max-width: 1280px) {
  #anniversary .anniversary_merit .merit_wrap {
    gap: 20px;
  }
  #anniversary .anniversary_merit .merit_wrap li {
    width: calc( 100% / 3 - 13.4px );
  }
  #anniversary .anniversary_merit .merit_wrap li p {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  #anniversary .anniversary_merit .merit_wrap li p {
    font-size: 1.8rem;
  }
  #anniversary .anniversary_p {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  #anniversary .anniversary_merit .merit_wrap {
    gap: 0 30px;
    width: 90%;
    margin: 30px auto;
  }
  #anniversary .anniversary_merit .merit_wrap li {
    width: calc( 100% / 2 - 15px );
  }
  #anniversary .anniversary_box .box_wrap p {
    width: 100%;
    margin-bottom: 30px;
  }
  #anniversary .anniversary_box .box_wrap img {
    width: 60%;
    margin: 0 auto;
  }
  #anniversary .anniversary_p {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  #anniversary .anniversary_merit .merit_wrap {
    gap: 10px 30px;
  }
  #anniversary .anniversary_merit .merit_wrap li {
    width: 80%;
  }
  #anniversary .anniversary_merit .merit_wrap li p {
    font-size: 1.6rem;
  }
  #anniversary .anniversary_box .u_line {
    margin-bottom: 15px;
  }
  #anniversary .anniversary_box .box_wrap img {
    width: 100%;
  }
  #anniversary .u_service_main p.u_service_title {
    font-size: 2.2rem;
  }
  #anniversary .anniversary_p {
    font-size: 1.8rem;
  }
}


/*ノベルティ*/
#novelty .novelty_main {
  text-align: center;
  margin-bottom: 50px;
}
#novelty .novelty_p {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.8;
}
#novelty .novelty_p2 {
  font-size: 3.5rem;
  line-height: 1.8;
}
#novelty .u_service_main > p + p {
  margin-top: 30px;
}
#novelty .novelty_purpose {
  gap: 20px 40px;
  max-width: 1000px;
  margin: 80px auto 0;
}
#novelty .novelty_purpose li {
  width: calc( 100% / 3 - 26.7px );
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff0000;
  text-align: center;
  padding: 25px 0;
  border-radius: 15px;
}



@media only screen and (max-width: 1024px) {
  #novelty .novelty_p {
    font-size: 3.5rem;
  }
  #novelty .novelty_p2 {
    font-size: 2.2rem;
  }
  #novelty .novelty_purpose {
    gap: 20px 30px;
  }
  #novelty .novelty_purpose li {
    width: calc( 100% / 3 - 20px );
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  #novelty .novelty_p {
    font-size: 3rem;
    line-height: 1.6;
  }
  #novelty .novelty_p2 {
    font-size: 2rem;
  }
  #novelty .novelty_purpose {
    gap: 20px 20px;
  }
  #novelty .novelty_purpose li {
    width: calc( 100% / 3 - 13.4px );
    font-size: 1.8rem;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 479px) {
  #novelty .novelty_main {
    margin-bottom: 30px;
  }
  #novelty .novelty_p {
    font-size: 2.8rem;
  }
  #novelty .novelty_p2 {
    font-size: 1.8rem;
  }
  #novelty .u_service_main > p + p {
    margin-top: 20px;
  }
  #novelty .novelty_purpose {
    gap: 10px;
    margin: 50px auto 0;
  }
  #novelty .novelty_purpose li {
    width: calc( 100% / 2 - 5px );
    font-size: 1.5rem;
  }
}


/* -----------------------------------------------

	 設備紹介（equipment）

----------------------------------------------- */
#equipment .equipment_p {
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0;
}
#equipment .equipment_p2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 30px;
}
#equipment .equipment_area {
  padding: 100px 0;
}
#equipment .tab_item {
  width: calc( 100% / 3 );
  padding: 0;
}
#equipment .tab_item a {
  display: block;
  padding: 20px 10px;
}
#equipment .tab_item a:hover {
  color: #000;
}
#equipment .equipment_main {
  /*margin-bottom: 150px;*/
  position: relative;
}
#equipment .text_area {
  max-width: 1500px;
  margin: 0 auto;
}
#equipment .equipment_main .text_area img {
  margin-top: 50px;
}
#equipment .tab_contents {
  display: block;
  margin-bottom: 150px;
}
.under .half_wrap,
#equipment .equipment_wrap {
  gap: 120px 80px;
}
.under .half_wrap li,
#equipment .equipment_wrap li {
  width: calc( 100% / 2 - 40px );
}
#equipment .equipment_wrap li dl {
  padding: 5px 10px;
}
#equipment .equipment_wrap li dl.bg_gray {
  background-color: #e6e6e6;
}
#equipment .equipment_wrap li dl dt,
#equipment .equipment_wrap li dl dd {
  font-size: 2rem;
  letter-spacing: 0px;
  line-height: 1.6;
}
#equipment .equipment_wrap li dl dt {
  width: 20%;
}
#equipment .equipment_wrap li dl dt.sub {
  padding-left: 25%;
}
#equipment .equipment_wrap li dl.wide dt {
  width: 93%;
}
#equipment .equipment_wrap li dl dd {
  width: 70%;
}
#equipment .equipment_wrap li dl dd.unit {
  width: unset;
}



@media only screen and (max-width: 1280px) {
  .under .half_wrap,
  #equipment .equipment_wrap {
    gap: 80px 40px;
  }
  .under .half_wrap li,
  #equipment .equipment_wrap li {
    width: calc( 100% / 2 - 20px );
  }
  #equipment .equipment_wrap li dl dt {
    width: 30%;
  }
  #equipment .equipment_wrap li dl dt.sub {
    padding-left: 10%;
  }
  #equipment .equipment_wrap li dl.wide dt {
    width: 88%;
  }
  #equipment .equipment_wrap li dl dd {
    width: 58%;
  }
  #equipment .equipment_wrap li dl dd.unit {
    width: 12%;
    text-align: right;
  }
}

@media only screen and (max-width: 1024px) {
  #equipment .equipment_p {
    font-size: 3.5rem;
  }
  #equipment .equipment_p2 {
    font-size: 2.2rem;
  }
  #equipment .equipment_area {
    padding: 80px 0;
  }
  #equipment .equipment_main {
    /*margin-bottom: 100px;*/
  }
  #equipment .tab_contents {
    margin-bottom: 100px;
  }
  #equipment .equipment_wrap li dl dt,
  #equipment .equipment_wrap li dl dd {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  #equipment .equipment_p {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  #equipment .equipment_p2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  #equipment .equipment_area {
    padding: 60px 0;
  }
  #equipment .equipment_main {
    /*margin-bottom: 80px;*/
  }
  #equipment .equipment_main .text_area img {
    margin-top: 30px;
  }
  #equipment .tab_contents {
    margin-bottom: 80px;
  }
  .under .half_wrap,
  #equipment .equipment_wrap {
    gap: 0;
  }
  .under .half_wrap li,
  #equipment .equipment_wrap li {
    width: 100%;
    margin-bottom: 60px;
  }
  .under .half_wrap li:last-of-type,
  #equipment .equipment_wrap li:last-of-type,
  #equipment .equipment_wrap li.mb0 {
    margin-bottom: 0;
  }
  #equipment .equipment_wrap li dl dt,
  #equipment .equipment_wrap li dl dd {
    font-size: 1.6rem;
  }
  #equipment .equipment_wrap li dl dt {
    width: 25%;
  }
  #equipment .equipment_wrap li dl dd {
    width: 63%;
  }
}

@media only screen and (max-width: 600px) {
  #equipment .tab_item {
    width: calc( 100% / 2 );
  }
  #equipment .tab_item a {
    padding: 20px 10px 15px;
  }
}

@media only screen and (max-width: 479px) {
  #equipment .equipment_p {
    font-size: 2rem;
  }
  #equipment .equipment_p2 {
    font-size: 1.6rem;
  }
  #equipment .equipment_area {
    padding: 40px 0;
  }
  #equipment .tab_item a {
    padding: 20px 10px 10px;
  }
  #equipment .equipment_main {
    /*margin-bottom: 60px;*/
  }
  #equipment .tab_contents {
    margin-bottom: 60px;
  }
  .under .half_wrap li,
  #equipment .equipment_wrap li {
    margin-bottom: 40px;
  }
  #equipment .equipment_wrap li dl dt,
  #equipment .equipment_wrap li dl dd {
    font-size: 1.4rem;
  }
}



/* -----------------------------------------------

	 エコぷろも（eco-promotion）

----------------------------------------------- */
#eco-promotion main {
  background-color: #f5f5eb;
}
#eco-promotion main h2 {
  color: #417935;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
#eco-promotion .ecopromotion_bg {
  background-image: url(../images/ecopromotion_bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding-bottom: 150px;
}
#eco-promotion .ecopromo_main {
  position: relative;
  margin-bottom: 100px;
  margin-bottom: 5vw;
}
#eco-promotion .ecopromo_main .u_title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}
#eco-promotion .ecopromo_main .u_title h1 {
  position: relative;
  width: 645px;
  width: 33.5vw;
}
#eco-promotion .ecopromo_main .u_title h1::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../images/ecopromotion_sdgs_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 178px;
  height: 94px;
  width: 9.2vw;
  height: 4.9vw;
}
#eco-promotion .ecopromo_main .text_area {
  position: relative;
  width: 820px;
  /*width: 42.7vw;*/
  margin: 0 auto;
  z-index: 1;
}
#eco-promotion .ecopromo_main .text_area h2 {
  margin-bottom: 50px;
}
#eco-promotion .ecopromo_main .text_area::before,
#eco-promotion .ecopromo_main .text_area::after {
  content: '';
  position: absolute;
  bottom: -50px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
#eco-promotion .ecopromo_main .text_area::before {
  left: -400px;
  left: -20.8vw;
  background-image: url(../images/ecopromotion_main_illust01.png);
  width: 452px;
  height: 558px;
  width: 23.5vw;
  height: 29vw;
}
#eco-promotion .ecopromo_main .text_area::after {
  right: -320px;
  right: -16.5vw;
  background-image: url(../images/ecopromotion_main_illust02.png);
  width: 297px;
  height: 473px;
  width: 15.4vw;
  height: 24.5vw;
}
#eco-promotion .ecopromo_contents {
  max-width: 1680px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 100px 80px 0;
}
#eco-promotion .ecopromo_box {
  max-width: 1280px;
  margin: 0 auto 150px;
}
#eco-promotion .ecopromo_box.mb0 {
  margin-bottom: 0;
}
#eco-promotion .ecopromo_box h2 {
  margin-bottom: 40px;
}
#eco-promotion .ecopromo_title > h2 {
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#eco-promotion .ecopromo_title > h2 span.why {
  position: relative;
}
#eco-promotion .ecopromo_title > h2 span.why::before {
  content: '';
  position: absolute;
  bottom: 10px;
  bottom: 0.5vw;
  left: -110px;
  left: -5.7vw;
  background-image: url(../images/ecopromotion_why.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 92px;
  width: 5.7vw;
  height: 4.7vw;
}
#eco-promotion .ecopromo_title h2::before,
#eco-promotion .ecopromo_title h2::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 466px;
  height: 76px;
  width: 24.2vw;
  height: 3.9vw;
  z-index: -1;
}
#eco-promotion .ecopromo_title h2::before {
  left: 0;
  background-image: url(../images/ecopromotion_title_l.png);
}
#eco-promotion .ecopromo_title h2::after {
  right: 0;
  background-image: url(../images/ecopromotion_title_r.png);
}
#eco-promotion .ecopromo_box .inner {
  max-width: 1200px;
  margin: 50px auto 0;
}
#eco-promotion .ecopromo_merit_wrap {
  gap: 40px;
  width: 90%;
  margin: 50px auto 120px;
}
#eco-promotion .ecopromo_merit_wrap li {
  width: calc( 100% / 4 - 30px );
  text-align: center;
}
#eco-promotion  h3.bg_green {
  font-size: 3.5rem;
  color: #fff;
  background-color: #00963b;
  padding: 30px 0;
  text-align: center;
  font-weight: 700;
}
#eco-promotion  h3.bg_green span {
  font-size: 2.8rem;
  position: relative;
  display: inline-block;
  padding: 0 40px;
  text-align: center;
}
#eco-promotion  h3.bg_green span:before,
#eco-promotion  h3.bg_green span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #fff;
}
#eco-promotion  h3.bg_green span:before {
  left: 0;
  -webkit-transform: rotate(-115deg);
  transform: rotate(-115deg);
}
#eco-promotion  h3.bg_green span:after {
  right: 0;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}
#eco-promotion .graph_wrap .half_box {
  width: 50%;
  background-color: #f5f5eb;
  padding: 30px;
  text-align: center;
}
#eco-promotion .graph_wrap .half_box .graph_title {
  font-size: 2.8rem;
  color: #f15a24;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}
#eco-promotion .graph_wrap .half_box.blue {
  background-color: #edf8ff;
}
#eco-promotion .graph_wrap .half_box.blue .graph_title {
  color: #0a54a4;
}
#eco-promotion .quotation {
  margin-top: 10px;
}
#eco-promotion .quotation p {
  font-size: 1.4rem;
}
#eco-promotion .ecopromo_support {
  position: relative;
}
#eco-promotion .support_wrap {
  gap: 40px;
}
#eco-promotion .support_wrap li {
  position: relative;
}
#eco-promotion .support_wrap li p {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
#eco-promotion .ecopromo_support .support_illust {
  position: absolute;
  bottom: 0;
  left: 0;
}
#eco-promotion .ecopromo_case .ecopromo_case_wrap {
  gap: 80px;
  margin-top: 80px;
}
#eco-promotion .ecopromo_case .ecopromo_case_box {
  width: calc( 100% / 2 - 40px );
  background-color: #f5f5eb;
  padding: 60px 50px 0;
  position: relative;
}
#eco-promotion .ecopromo_case .ecopromo_case_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/ecopromotion_kado.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  width: 74px;
  height: 74px;
}
#eco-promotion .ecopromo_case .ecopromo_case_box h3 {
  font-weight: 700;
  text-align: center;
  color: #417935;
  margin-bottom: 30px;
}
#eco-promotion .ecopromo_case .ecopromo_case_box p {
  text-align: justify;
}

#eco-promotion .ecopromo_consideration_wrap {
  gap: 40px 60px;
  margin-top: 50px;
}
#eco-promotion .ecopromo_consideration_wrap li {
  width: calc( 100% / 3 - 40px );
  text-align: center;
}



@media only screen and (max-width: 1400px) {
  #eco-promotion .ecopromo_main .text_area {
    width: 700px;
  }
}

@media only screen and (max-width: 1280px) {
  #eco-promotion .ecopromo_contents {
    padding: 80px 40px 0;
  }
  #eco-promotion .ecopromo_merit_wrap {
    width: 100%;
    gap: 20px;
  }
  #eco-promotion .ecopromo_merit_wrap li {
    width: calc( 100% / 4 - 15px )
  }
}

@media only screen and (max-width: 1024px) {
  #eco-promotion .ecopromo_main .text_area {
    width: 550px;
  }
  #eco-promotion .ecopromo_box {
    margin: 0 auto 100px;
  }
  #eco-promotion h3.bg_green {
    font-size: 2.5rem;
    padding: 20px 0;
  }
  #eco-promotion h3.bg_green span {
    font-size: 2rem;
    padding: 0 30px;
    margin-bottom: 3px;
  }
  #eco-promotion h3.bg_green span:before,
  #eco-promotion h3.bg_green span:after {
    width: 30px;
  }
  #eco-promotion .graph_wrap .half_box {
    padding: 30px 20px;
  }
  #eco-promotion .graph_wrap .half_box .graph_title {
    font-size: 2rem;
  }
  #eco-promotion .quotation p {
    font-size: 1.3rem;
  }
  #eco-promotion .ecopromo_case .ecopromo_case_wrap {
    gap: 30px;
  }
  #eco-promotion .ecopromo_case .ecopromo_case_box {
    width: calc( 100% / 2 - 15px );
    padding: 40px 25px 0;
  }
  #eco-promotion .ecopromo_case .ecopromo_case_box::before {
    width: 50px;
    height: 50px;
  }
  #eco-promotion .ecopromo_consideration_wrap {
    gap: 20px;
  }
  #eco-promotion .ecopromo_consideration_wrap li {
    width: calc( 100% / 3 - 13.4px );
  }
}

@media only screen and (max-width: 768px) {
  #eco-promotion .ecopromotion_bg {
    margin-bottom: 100px;
  }
  #eco-promotion .ecopromo_main {
    margin-bottom: 80px;
  }
  #eco-promotion .ecopromo_main .u_title h1 {
    width: 100%;
  }
  #eco-promotion .ecopromo_main .text_area {
    width: 80%;
  }
  #eco-promotion .ecopromo_main .text_area::before,
  #eco-promotion .ecopromo_main .text_area::after {
    display: none;
  }
  #eco-promotion .ecopromo_main .text_area h2 {
    margin-bottom: 30px;
  }
  #eco-promotion .ecopromo_main .sp_img {
    width: 60%;
    margin: 20px auto 0;
  }
  #eco-promotion .ecopromo_contents {
    padding: 50px 30px 0;
  }
  #eco-promotion .ecopromo_title h2::before,
  #eco-promotion .ecopromo_title h2::after {
    width: 18vw;
    height: 2.6vw;
  }
  #eco-promotion .ecopromo_title > h2 span.why::before {
    width: 60px;
    height: 48px;
    left: -60px;
  }
  #eco-promotion .ecopromo_merit_wrap {
    width: 80%;
    margin: 50px auto 80px;
  }
  #eco-promotion .ecopromo_merit_wrap li {
    width: calc( 100% / 2 - 10px );
  }
  #eco-promotion h3.bg_green {
    font-size: 2rem;
  }
  #eco-promotion h3.bg_green span {
    font-size: 1.8rem;
  }
  #eco-promotion .graph_wrap .half_box {
    width: 100%;
  }
  #eco-promotion .graph_wrap .half_box + .half_box {
    margin-top: 20px;
  }
  #eco-promotion .support_wrap {
    gap: 20px;
  }
  #eco-promotion .support_wrap li {
    width: calc( 100% / 2 - 10px );
  }
  #eco-promotion .ecopromo_support .support_illust {
    width: 120px;
  }
  #eco-promotion .ecopromo_case .ecopromo_case_box {
    width: 100%;
    padding: 30px 30px 10px;
    text-align: center;
  }
  #eco-promotion .ecopromo_case .ecopromo_case_box img {
    width: 70%;
  }
  #eco-promotion .ecopromo_consideration_wrap {
    width: 90%;
    margin: 50px auto 0;
  }
  #eco-promotion .ecopromo_consideration_wrap li {
    width: calc( 100% / 2 - 10px );
  }
}

@media only screen and (max-width: 479px) {
  #eco-promotion .ecopromotion_bg {
    margin-bottom: 60px;
  }
  #eco-promotion .ecopromo_main {
    margin-bottom: 50px;
  }
  #eco-promotion .ecopromo_main .u_title h1::after {
    width: 50px;
    height: 25px;
    left: 105%;
  }
  #eco-promotion .ecopromo_main .sp_img {
    width: 80%;
  }
  #eco-promotion .ecopromo_contents {
    padding: 30px 15px 0;
    border-radius: 20px;
  }
  #eco-promotion .ecopromo_title h2::before,
  #eco-promotion .ecopromo_title h2::after {
    display: none;
  }
  #eco-promotion .ecopromo_title > h2 span.why::before {
    width: 50px;
    height: 40px;
    left: -55px;
  }
  #eco-promotion .ecopromo_box .inner {
    margin: 30px auto 0;
  }
  #eco-promotion .ecopromo_merit_wrap {
    margin: 30px auto 50px;
    width: 100%;
    gap: 10px;
  }
  #eco-promotion .ecopromo_merit_wrap li {
    width: calc(100% / 2 - 5px);
  }
  #eco-promotion .ecopromo_box {
    margin: 0 auto 50px;
  }
  #eco-promotion .ecopromo_box h2 {
    margin-bottom: 20px;
  }
  #eco-promotion h3.bg_green {
    font-size: 1.8rem;
    padding: 15px 0;
    margin: 0;
  }
  #eco-promotion h3.bg_green span {
    font-size: 1.5rem;
    padding: 0 25px;
    margin-bottom: 5px;
  }
  #eco-promotion h3.bg_green span:before,
  #eco-promotion h3.bg_green span:after {
    width: 20px;
    height: 2px;
  }
  #eco-promotion .graph_wrap .half_box .graph_title {
    font-size: 1.6rem;
  }
  #eco-promotion .quotation p {
    font-size: 1.1rem;
  }
  #eco-promotion .support_wrap {
    gap: 10px;
  }
  #eco-promotion .support_wrap li {
    width: calc( 100% / 2 - 5px );
  }
  #eco-promotion .support_wrap li p {
    font-size: 1.6rem;
  }
  #eco-promotion .ecopromo_support .support_illust {
    width: 65px;
  }
  #eco-promotion .ecopromo_case .ecopromo_case_wrap {
    margin-top: 50px;
  }
  #eco-promotion .ecopromo_case .ecopromo_case_box {
    padding: 40px 20px 10px;
  }
  #eco-promotion .ecopromo_case .ecopromo_case_box h3 {
    margin-bottom: 15px;
  }
  #eco-promotion .ecopromo_case .ecopromo_case_box img {
    width: 100%;
  }
  #eco-promotion .ecopromo_consideration_wrap {
    width: 100%;
    margin: 30px auto 0;
    gap: 10px;
  }
  #eco-promotion .ecopromo_consideration_wrap li {
    width: calc(100% / 2 - 5px);
  }
}




/* -----------------------------------------------

	 リクルート（recruit）

----------------------------------------------- */
#recruit h1 {
  font-size: 8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
}
#recruit .u_main_title {
  line-height: 1.4;
}
#recruit .u_main_title .en {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0;
}
#recruit .u_main_title .ja {
  font-size: 2.5rem;
  font-weight: 400;
}
#recruit .recruit_area {

}
#recruit .recruit_area .no {
  text-align: center;
}
#recruit .recruit_area .no p {
  font-size: 2.5rem;
  border: 1px solid #000;
  padding: 25px 80px;
  display: inline-block;
}
#recruit .recruit_img {
  gap: 30px;
}
#recruit .recruit_img img {
  width: calc( 100% / 3 - 20px );
}



@media only screen and (max-width: 1024px) {
  #recruit h1 {
    font-size: 5rem;
  }
  #recruit .u_main_title .en {
    font-size: 1.4rem;
  }
  #recruit .u_main_title .ja {
    font-size: 2rem;
  }
  #recruit .recruit_area .no p {
    font-size: 2rem;
  }
  #recruit .recruit_img {
    gap: 15px;
  }
  #recruit .recruit_img img {
    width: calc( 100% / 3 - 10px );
  }
}

@media only screen and (max-width: 768px) {
  #recruit h1 {
    font-size: 3.5rem;
  }
  #recruit .u_main_title .en {
    font-size: 1.2rem;
  }
  #recruit .u_main_title .ja {
    font-size: 1.8rem;
  }
  #recruit .recruit_area .no p {
    font-size: 1.8rem;
    padding: 15px 60px;
  }
}

@media only screen and (max-width: 479px) {
  #recruit h1 {
    font-size: 2.5rem;
  }
  #recruit .u_main_title .ja {
    font-size: 1.5rem;
  }
  #recruit .recruit_area .no p {
    font-size: 1.5rem;
    padding: 15px 30px;
  }
  #recruit .recruit_img img {
    width: 100%;
  }
}





/* -----------------------------------------------

	 個人情報保護方針（privacypolicy）

----------------------------------------------- */
#privacypolicy main .container {
  max-width: 1500px;
}
.privacy_box + .privacy_box {
  margin-top: 60px;
}
.privacy_box .inner {
  padding: 0 30px;
}
.privacy_box h3 {
  margin-bottom: 20px;
}
.privacy_box h3.bg_gray {
  font-size: 3.3rem;
  background-color: #e6e6e6;
  padding: 15px 20px;
  margin-bottom: 40px;
}
.privacy_box p {
  text-align: justify;
}
.privacy_box ul {
  padding-left: 1em;
}
.privacy_box .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_box p + p {
  margin-top: 20px;
}
.privacy_box .privacy_date {
  margin-top: 20px;
}
.privacy_box .privacy_date p {
  text-align: right;
}
.privacy_box .privacy_date .name {
  font-size: 2.8rem;
  margin: 0;
}




@media only screen and (max-width: 1024px) {
  .privacy_box h3.bg_gray {
    font-size: 2.5rem;
  }
  .privacy_box .privacy_date .name {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .privacy_box + .privacy_box {
    margin-top: 40px;
  }
  .privacy_box h3.bg_gray {
    font-size: 2.2rem;
    padding: 12px 20px;
    margin-bottom: 30px;
  }
  .privacy_box .privacy_date .name {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  .privacy_box + .privacy_box {
    margin-top: 30px;
  }
  .privacy_box p + p {
    margin-top: 15px;
  }
  .privacy_box .inner {
    padding: 0 15px;
  }
  .privacy_box h3.bg_gray {
    font-size: 1.8rem;
    padding: 10px;
    margin-bottom: 20px;
  }
  .privacy_box .privacy_date .name {
    font-size: 1.8rem;
  }
}


















/* -----------------------------------------------

	 お問い合わせ（contact）

----------------------------------------------- */
/* form */
.form form#mail_form * {
  box-sizing: border-box;
}
.form form#mail_form {
  border: none;
  width: 100%;
  box-shadow: none;
}
::placeholder {
  color: #999999;
}
.form form#mail_form dl {
  width: 100%;
  border-bottom: none;
}
.form form#mail_form dl dt,
.form form#mail_form dl dd {
  font-size: 25px;
  font-size: 2.5rem;
  border-bottom: none;
}
.form form#mail_form textarea {
  font-size: 25px;
  font-size: 2.5rem;
}
.form form#mail_form dl dt {
  width: 100%;
  float: unset;
  text-align: left;
  border-top: none;
  padding: 20px 0 5px;
}
.form form#mail_form dl dt i {
  display: none;
}
.form form#mail_form dl dd {
  width: 100%;
  border-top: none;
  padding: 0 0 20px;
}
.form form#mail_form dl dd input {
  font-size: 25px;
  font-size: 2.5rem;
  background-color: #f2f2f2;
  border-radius: 10px;
  height: 80px;
}
.form form#mail_form dl dt span {
  color: #ff1d25;
  margin-left: 5px;
}
.form form#mail_form input#name_1, .form form#mail_form input#read_1,
.form form#mail_form input#phone, .form form#mail_form input#fax,
.form form#mail_form input#company,
.form form#mail_form input#address, .form form#mail_form input#mail_address {
  width: 100%;
}
.form form#mail_form select {
  width: 100%;
  background-color: #f2f2f2;
  font-size: 25px;
  font-size: 2.5rem;
  height: 80px;
  border-radius: 10px;
}
.form form#mail_form select option:active,
.form form#mail_form select option:focus {
  background-color: red;
  color: #fff;
}
.form form#mail_form textarea {
  background-color: #f2f2f2;
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 15px 2%;
}
/*.form form#mail_form p#form_submit {
  width: 100%;
  text-align: center;
}
.form form#mail_form input[type="button"] {
  max-width: 300px;
  width: 80%;
  padding: 20px 0;
  border-radius: 15px;
  border: 1px solid #cccccc;
  color: #06062C;
  background-color: #F4F6F1;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  transition: 0.3s ease;
  margin-left: 0;
}
.form form#mail_form input[type="button"]:hover {
  cursor: pointer;
  color: #fff;
  background-color: #000 !important;
  border-color: #000;
  transition: 0.3s ease;
}*/
.form form#mail_form .contact_privacy {
  text-align: center;
  margin-top: 80px;
}
.form form#mail_form .contact_privacy a {
  font-size: 2.2rem;
  display: inline-block;
  color: #0071bc;
}
.form form#mail_form .contact_privacy label {
  font-size: 2.5rem;
  display: inline-block;
  margin: 10px auto 40px;
}
.form form#mail_form .contact_privacy input[type="checkbox"] {
  transform: scale(2.2);
  margin-right: 10px;
}
.form form#mail_form .submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  border: none;
  padding: 20px 0;
  font-size: 2.8rem;
  width: 350px;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer; /* ポインターカーソルを表示 */
}
.form form#mail_form .submit-btn:hover {
  background-color: #dd3333;
  transition: 0.3s ease;
  border: none;
}
.form form#mail_form .submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}
.form form#mail_form .submit-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
  transition: 0.3s ease;
}




#contact_send h2 {
  margin-bottom: 50px;
}
#contact_send .btn_more {
  margin: 80px auto 0;
}


.form .f_contact {
  display: none;
}
.form .f_blog {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .form form#mail_form dl dt,
  .form form#mail_form dl dd {
    font-size: 2rem;
  }
  .form form#mail_form dl dd input {
    font-size: 2rem;
    height: 65px;
  }
  .form form#mail_form select {
    font-size: 2rem;
    height: 65px;
  }
  .form form#mail_form textarea {
    font-size: 2rem;
  }
  .form form#mail_form .contact_privacy a {
    font-size: 1.8rem;
  }
  .form form#mail_form .contact_privacy label {
    font-size: 2rem;
  }
  .form form#mail_form .contact_privacy input[type="checkbox"] {
    transform: scale(1.6);
  }
  .form form#mail_form .submit-btn {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .form form#mail_form {
    margin: 30px auto 0;
  }
  .form form#mail_form dl dt,
  .form form#mail_form dl dd {
    font-size: 1.8rem;
  }
  .form form#mail_form dl dd input {
    font-size: 1.8rem;
  }
  .form form#mail_form select {
    font-size: 1.8rem;
  }
  .form form#mail_form textarea {
    font-size: 1.8rem;
  }
  .form form#mail_form input[type="button"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form form#mail_form .contact_privacy {
    margin-top: 50px;
  }

  #contact_send h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .form form#mail_form dl dt,
  .form form#mail_form dl dd {
    font-size: 1.5rem;
  }
  .form form#mail_form dl dt {
    padding: 0 0 5px;
  }
  .form form#mail_form dl dd input {
    font-size: 1.5rem;
    border-radius: 5px;
    height: 50px;
  }
  .form form#mail_form select {
    font-size: 1.5rem;
    border-radius: 5px;
    height: 50px;
  }
  .form form#mail_form textarea {
    font-size: 1.5rem;
    border-radius: 5px;
    padding: 10px 2%;
  }


  #contact_send .btn_more {
    margin: 50px auto 0;
  }
}





/* -----------------------------------------------

	 ワードプレス共通

----------------------------------------------- */
.vk-mobile-nav-menu-btn {
  display: none;
}
.u_wp main .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 1200px;
}
.u_wp .site-body {
  padding: 0;
}
.u_wp dl,
.u_wp ol,
.u_wp ul {
  margin: 0;
  padding: 0;
}
.u_wp li {
  margin: 0;
  line-height: unset;
}
.u_wp h1,
.u_wp h2,
.u_wp h3,
.u_wp h4 {
  margin: 0;
  padding: 0;
  border: none;
  background-color: unset;
}
.u_wp h3::after {
  display: none;
}
.u_wp p,
.u_wp .media p {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.u_wp .subSection-title:after,
.u_wp h3:after {
  border-color: #CAA267;
}
.u_wp footer {
  border: none;
}
.u_wp a {
  text-decoration: none;
}
.u_wp a:hover {
  text-decoration: none;
}
.u_wp a:focus {
  outline: none;
  text-decoration: none;
}
h1.entry-title:first-letter,
.single h1.entry-title:first-letter {
  color: inherit;
}
.u_wp ul.pager li {
  width: 45%;
}
.u_wp ul.pager::before,
.u_wp ul.pager::after {
  display: none;
}
.u_wp ul.pager {
  margin-top: 100px;
}
.u_wp ul.pager li > a {
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}
.u_wp ul.pager li > a:hover {
  color: #fff;
}
.u_wp .u_title_area .u_title h1 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.u_wp .u_sec .siteContent {
  padding: 0;
}
.u_wp .pagination {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.u_wp ul.page-numbers li a,
.u_wp ul.page-numbers li span.page-numbers {
  background-color: #fff;
}
.u_wp ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #337ab7;
}
.u_wp .breadcrumb {
  display: none;
}

/* 一覧ページ */
.page-header {
  display: none;
}
.breadSection {
  display: none;
}
.vk_post_imgOuter_singleTermLabel {
  display: none;
}

/* prev next */
.u_wp .next-prev {
  display: none;
}

/*詳細ページ*/
.u_wp .btn_back {
  max-width: 380px;
  margin: 0 auto 0;
  width: 90%;
}
.u_wp .btn_back a {
  display: block;
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  padding: 20px 30px 19px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
}
.u_wp .btn_back a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f104';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s ease;
}
.u_wp .btn_back a:hover {
  background-color: #dd3333;
}


@media only screen and (max-width: 1024px) {
  .u_wp p,
  .u_wp .media p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .u_wp .btn_back a {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .u_wp .postNextPrev_label {
    margin-bottom: 5px;
  }
  .u_wp .postNextPrev_label span {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 2px 5px;
  }
  .u_wp .btn_back a {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 479px) {
  .u_wp p,
  .u_wp .media p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .u_wp .btn_back a {
    font-size: 1.5rem;
    padding: 15px 20px 15px;
  }
}

/* -----------------------------------------------

   お知らせ（information）

----------------------------------------------- */
/* 一覧ページ */
#info .main-section {
  width: 100% !important;
}







@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 479px) {

}



/* 詳細ページ */
.entry-meta-item-updated,
.entry-meta-item-author {
  display: none;
}
.entry-meta-item-date i {
  display: none;
}
.entry-footer {
  display: none;
}
.entry-body {
  margin-bottom: 80px;
}
.entry-body p {
  margin-bottom: 10px;
}
article .entry-header {
  margin-bottom: 30px;
}
article .entry-header .entry-title {
  margin-bottom: 10px;
}
article .entry-header .entry-meta-item {
  font-size: 13px;
}
.sub-section h4 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
  margin-bottom: 10px !important;
}

h1.entry-title {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 1024px) {
  h1.entry-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  h1.entry-title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  h1.entry-title,
  .media .media-body .media-heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .media a.media-body_excerpt {
    width: 100%;
  }
}




/* -----------------------------------------------

	実績紹介・販促コラム　共通

----------------------------------------------- */
.u_wp .wp_title_area {
  margin-bottom: 80px;
}
.u_wp .wp_title_area .entry-title {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.u_wp .tag_wrap {
  justify-content: right
}
.u_wp .tag_wrap p {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 15px;
}
.u_wp .tag_wrap .tag {
  gap: 10px;
}
.u_wp .tag_wrap .tag li {
  font-size: 1.5rem;
  color: #fff;
  background-color: #999999;
  text-align: center;
  border-radius: 5px;
  padding: 5px 15px;
}
.u_wp .vk_post_taxonomies {
  margin-top: 20px;
}



@media only screen and (max-width: 1024px) {
  .u_wp .wp_title_area {
    margin-bottom: 50px;
  }
  .u_wp .tag_wrap p {
    font-size: 1.6rem;
  }
  .u_wp .tag_wrap .tag li {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
  .u_wp .wp_title_area {
    margin-bottom: 30px;
  }
  .u_wp .tag_wrap p {
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .u_wp .tag_wrap .tag {
    gap: 5px;
  }
  .u_wp .tag_wrap .tag li {
    font-size: 1.1rem;
    padding: 2px 10px;
  }
}



/* -----------------------------------------------

	 ****（****）

----------------------------------------------- */

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
}
