@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
:root {
  --base: #222222;
  --main: #0050A5;
  --bgBlue1: #EBF4FF;
}

html {
  /*scroll-behavior: smooth;*/
  font-size: 62.5%;
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.7777777778vw;
  }
  .l-hamburger__nav {
    z-index: 10;
  }
}



.l-main {
  margin-top: 12rem;
}
#anc01, #anc02 {
  scroll-margin-top: 12rem;
}
@media only screen and (max-width: 768px) {
  .l-main {
    margin-top: 5rem;
  }
  #anc01, #anc02 {
    scroll-margin-top: 5rem;
  }
}


.h2_cell {
  padding: 6.5rem 0 6.5rem;
  max-width: 166rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.h2_cell .under_pagelink {
  width: 20%;
  text-align: left;
  margin-top: 2rem;
}
.h2_cell .under_pagelink li {
  padding-bottom: 2.0rem;
}
.h2_cell .under_pagelink li a {
  padding: 0 0 0 2.5rem;
  background: url(../img/common/under_pagelink.png) no-repeat left center;
  background-size: 1.8rem 0.9rem;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color:#000;
}
.h2_cell .h2_cell_box {
  width: 80%;
}
.h2_cell .h2_cell_box h2 {
  text-align: left;
  font-size: 9.6rem;
  font-weight: 500;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  line-height: 1.4;
}
.h2_cell .h2_cell_box p {
  text-align: left;
  color: #0050A5;
}
@media only screen and (max-width: 768px) {
  .h2_cell {
    padding: 3.5rem 2.4rem 3.5rem;
    width: calc(100% - 4.8rem);
    display: block;
  }
  .h2_cell .under_pagelink {
    width: 40%;
    margin: 0 auto 5.0rem 60%;
  }
  .h2_cell .under_pagelink li {
    margin: 0 0 0 0;
    padding-bottom: 1.0rem;
  }
  .h2_cell .under_pagelink li a {
    padding: 0 0 0 1.5rem;
    background: url(../img/common/under_pagelink.png) no-repeat left top 0.5rem;
    background-size: 0.9rem 0.45rem;
    font-size: 1.0rem;
    display: inline-block;
  }
  .h2_cell .h2_cell_box {
    width: 100%;
  }
  .h2_cell .h2_cell_box h2 {
    font-size: 3.6rem;
  }
  .h2_cell .h2_cell_box p {
    margin: 0 0 0 0.6rem;
  }
}


.under_inner {
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
}
.pcOnly { display: block !important;}
.spOnly { display: none !important;}

.l-main.business,
.l-main.local,
.l-main.eco_biodiversity,
.l-main.company,
.l-main.development {
  overflow-x: hidden;
  margin-top: 18rem;
}
@media only screen and (max-width: 768px) {
  .under_inner {
    max-width: 30rem;
  }
  .pcOnly { display: none !important;}
  .spOnly { display: block !important;}

  .l-main.business,
  .l-main.local,
  .l-main.eco_biodiversity,
  .l-main.company,
  .l-main.development {
    margin-top: 6.5rem;
  }
}




/*
.l-main {
  margin-top: 12rem;
}
#anc01, #anc02 {
  scroll-margin-top: 12rem;
}

.h2_cell {
  padding: 10rem 0 6.5rem;
  max-width: 166rem;
  width: 100%;
  margin: 0 auto;
}
.h2_cell h2 {
  text-align: left;
  font-size: 9.6rem;
  font-weight: 500;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
}
.h2_cell p {
  text-align: left;
  color: #0050A5;
}
.under_inner {
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
}
.under_inner .under_pagelink {
  display: flex;
  align-items: center;
  margin: 0 auto 13.0rem;
}
.under_inner .under_pagelink li {
  margin: 0 7.0rem 0 0;
}
.under_inner .under_pagelink li a {
  padding: 0 0 0 2.5rem;
  background: url(../img/common/under_pagelink.png) no-repeat left center;
  background-size: 1.8rem 0.9rem;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color:#000;
}
.pcOnly { display: block !important;}
.spOnly { display: none !important;}

.l-main.business,
.l-main.local,
.l-main.eco_biodiversity,
.l-main.company,
.l-main.development {
  overflow-x: hidden;
  margin-top: 18rem;
}
@media only screen and (max-width: 768px) {
  .l-main {
    margin-top: 5rem;
  }
  .l-main.business,
  .l-main.local,
  .l-main.eco_biodiversity,
  .l-main.company,
  .l-main.development {
    margin-top: 6.5rem;
  }

  #anc01, #anc02 {
    scroll-margin-top: 5rem;
  }

  .h2_cell {
    padding: 3.5rem 2.4rem 3.5rem;
    width: calc(100% - 4.8rem);
  }
  .h2_cell h2 {
    font-size: 3.6rem;
  }
  .h2_cell p {
    margin: 0 0 0 0.6rem;
  }
  .under_inner {
    max-width: 30rem;
  }
  .under_inner .under_pagelink {
    margin: 0 auto 10.0rem;
  }
  .under_inner .under_pagelink li {
    margin: 0 5.0rem 0 0;
  }
  .under_inner .under_pagelink li a {
    padding: 0 0 0 1.5rem;
    background: url(../img/common/under_pagelink.png) no-repeat left center;
    background-size: 0.9rem 0.45rem;
    font-size: 1.0rem;
  }
  .pcOnly { display: none !important;}
  .spOnly { display: block !important;}
}
*/





.under_ttl_cell {
  width: 100%;
  margin: 0 auto 24rem;
  position: relative;
}
.under_ttl_cell .ttl_inner {
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  position: relative;
}
.under_ttl_cell .under_img {
  position: absolute;
}
/* under_ttl_cell business */
.business .under_ttl_cell {
  margin: 0 auto 36rem;
}
.business .under_ttl_cell:after {
  display: block;
  content: "";
  position: absolute;
  width: 160rem;
  height: 3.4rem;
  background: url(../img/business/under_ttl_cell_pc.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: -12.5rem;
  z-index: 3;
}
.business .under_ttl_cell .under_kv {
  margin: 0 0 15.0rem;
}
.business .under_ttl_cell .under_img {
  width: 100rem;
  height: 550rem;
  top: -200rem;
  left: -45rem;
}
/* under_ttl_cell development */
.development .under_ttl_cell .under_kv {
  margin: 0 0 18.0rem;
}
.development .under_ttl_cell .under_img {
    width: 70.3rem;
    height: 51rem;
    top: 70rem;
    left: -0.7rem;
}
/* under_ttl_cell eco_biodiversity */
.eco_biodiversity .under_ttl_cell {
  margin: 0 auto 22rem;
}
.eco_biodiversity .under_ttl_cell .under_kv {
  margin: 0 0 17.4rem;
}
.eco_biodiversity .under_ttl_cell .under_img {
  width: 64rem;
  height: 64rem;
  top: 74.3rem;
  left: 0rem;
}
/* under_ttl_cell local */
.local .under_ttl_cell .under_kv {
  margin: 0 0 18.0rem;
}
.local .under_ttl_cell .under_img {
  width: 66.5rem;
  height: 66.5rem;
  top: 74.3rem;
  left: 0rem;
}
/* under_ttl_cell company */
.company .under_ttl_cell {
  margin: 0 auto 60rem;
  position: relative;
}
.company .under_ttl_cell .under_kv {
  margin: 0 0 18.0rem;
}
.company .under_ttl_cell .under_img {
  width: 90.5rem;
  top: 73.3rem;
  left: -16rem;
}
.company .under_ttl_cell .ttl_img {
  position: absolute;
  width: 100%;
  bottom: -41rem;
  left: 0;
}


@media only screen and (max-width: 768px) {
  .under_ttl_cell {
    width: 100%;
    margin: 0 auto 12rem;
  }
  .under_ttl_cell .ttl_inner {
    width: 100%;
    max-width: 30rem;
  }
  /* under_ttl_cell business */
  .business .under_ttl_cell {
    margin: 0 auto 12rem;
  }
  .business .under_ttl_cell:after {
    width: 30.2rem;
    height: 1.5rem;
    background: url(../img/business/under_ttl_cell_sp.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    bottom: -4.8rem;
  }
  .business .under_ttl_cell .under_kv {
    margin: 0 0 3.0rem;
  }
  .business .under_ttl_cell .under_img {
    width: 30.0rem;
    height: 323.1rem;
    top: auto;
    bottom: -120rem;
    left: auto;
    right: -15.0rem;
  }
  /* under_ttl_cell development */
  .development .under_ttl_cell .under_kv {
    margin: 0 0 3.0rem;
  }
  .development .under_ttl_cell .under_img {
    width: 18.2rem;
    height: 11.4rem;
    top: 38rem;
    left: auto;
    right: -8rem;
  }
  /* under_ttl_cell eco_biodiversity */
  .eco_biodiversity .under_ttl_cell {
    margin: 0 auto 14.5rem;
  }
  .eco_biodiversity .under_ttl_cell .under_kv {
    margin: 0 0 3.0rem;
  }
  .eco_biodiversity .under_ttl_cell .under_img {
    width: 10.5rem;
    height: 10.5rem;
    top: auto;
    bottom: -13rem;
    left: -0.3rem;
  }
  /* under_ttl_cell local */
  .local .under_ttl_cell {
    margin: 0 auto 15rem;
  }
  .local .under_ttl_cell .under_kv {
    margin: 0 0 3.0rem;
  }
  .local .under_ttl_cell .under_img {
    width: 26rem;
    height: 26rem;
    top: auto;
    bottom: -20.0rem;
    left: auto;
    right: -12.0rem;
  }
  /* under_ttl_cell company */
  .company .under_ttl_cell {
    margin: 0 auto 15rem;
  }
  .company .under_ttl_cell .under_kv {
    margin: 0 0 3.0rem;
  }
  .company .under_ttl_cell .under_img {
    display: none;
    width: 30rem;
    top: 73.3rem;
    left: -16rem;
  }
  .company .under_ttl_cell .ttl_img {
    width: calc(100% - 9rem);
    bottom: -10rem;
    left: 9.0rem;
  }
}



.under_ttl_cell .ttl_cell {
  margin: 0 0rem 0 auto;
  width: 80rem;
}
.under_ttl_cell .ttl_cell .ttl_sub {
  position: relative;
  width: max-content;
  padding: 0 1.5rem 0;
  margin: 0 0 4.7rem;
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
  color: #0050A5;
}
.under_ttl_cell .ttl_cell .ttl_sub::before {
  display: block;
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}
.under_ttl_cell .ttl_cell .ttl_sub::after {
  display: block;
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}
.under_ttl_cell .ttl_cell h2 {
  font-size: 9.6rem;
  font-weight: 500;
  line-height: 1.375;
  margin: 0 0 10rem;
  text-align: left;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  letter-spacing: 0.04em;
}
.under_ttl_cell .ttl_cell .ttl_detail {
  margin: 0 0 0rem;
  text-align: left;
  font-size: 2.0rem;
  line-height: 2.0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  width: 64rem;
}



.l-main .under_h3_cell {
  padding: 0rem 0 7.0rem;
  margin: 0 auto;
}
.l-main .under_h3_cell p {
  text-align: left;
  color: #0050A5;
  font-size: 1.6rem;
  margin: 0;
}
.l-main .under_h3_cell h3 {
  text-align: left;
  font-size: 6.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.3rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  letter-spacing: -0.05em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .under_ttl_cell .ttl_cell {
    margin: 0 16rem 0 auto;
    width: 30rem;
  }
  .under_ttl_cell .ttl_cell .ttl_sub {
    padding: 0 0.8rem 0;
    margin: 0 0 1.5rem;
    font-size: 1.0rem;
  }
  .under_ttl_cell .ttl_cell h2 {
    font-size: 3.6rem;
    line-height: 1.44;
    margin: 0 0 3.0rem;
  }
  .under_ttl_cell .ttl_cell .ttl_detail {
    margin: 0 0 0rem;
    font-size: 1.2rem;
  }

  /* 企業情報　人材育成　環境活動　地域活動　部分追記 */
  .company .under_ttl_cell .ttl_cell ,
  .development .under_ttl_cell .ttl_cell ,
  .eco_biodiversity .under_ttl_cell .ttl_cell ,
  .local .under_ttl_cell .ttl_cell {
    margin: 0 0rem 0 auto;
    width: 30rem;
  }
  .company .under_ttl_cell .ttl_cell .ttl_detail ,
  .development .under_ttl_cell .ttl_cell .ttl_detail ,
  .eco_biodiversity .under_ttl_cell .ttl_cell .ttl_detail ,
  .local .under_ttl_cell .ttl_cell .ttl_detail {
    width: 30rem;
  }

  .l-main .under_h3_cell {
    padding: 0rem 0 4.0rem;
    margin: 0 auto;
  }
  .l-main .under_h3_cell p {
    font-size: 1.0rem !important;
    margin: 0;
  }
  .l-main .under_h3_cell h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0 0 1.0rem;
  }
}



/* スライダー */
.l-main .slider {
  position: relative;
  width: 75.5rem;
}
.l-main .slider::before {
  display: block;
  content: "";
  position: absolute;
  width: 18.8rem;
  height: 100%;
  background: url(../img/common/slider_before.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.l-main .slider::after {
  display: block;
  content: "";
  position: absolute;
  width: 18.8rem;
  height: 100%;
  background: url(../img/common/slider_after.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  z-index: 3;
}
.l-main .slider-img {
  margin: 0 0.7rem;
}
.l-main .slider .slide-arrow {
  position: absolute;
  display: block;
  content: "";
  z-index: 5;
  top: 42%;
  width: 6.4rem;
  cursor: pointer;
}
.l-main .slider .prev-arrow {
  left: 0;
}
.l-main .slider .next-arrow {
  right: 0;
}


/* スライダー2 */
.l-main .slider_2 {
  position: relative;
  width: 75.5rem;
}
.l-main .slider_2::before {
  display: block;
  content: "";
  position: absolute;
  width: 18.8rem;
  height: 100%;
  background: url(../img/common/slider_before.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.l-main .slider_2::after {
  display: block;
  content: "";
  position: absolute;
  width: 18.8rem;
  height: 100%;
  background: url(../img/common/slider_after.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  z-index: 3;
}
.l-main .slider_2 .slider-img {
  margin: 0 0.7rem;
}
.l-main .slider_2 .slide-arrow {
  position: absolute;
  display: block;
  content: "";
  z-index: 5;
  top: 42%;
  width: 6.4rem;
  cursor: pointer;
}
.l-main .slider_2 .prev-arrow {
  left: 0;
}
.l-main .slider_2 .next-arrow {
  right: 0;
}








.l-main .under_flcell {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.l-main .under_flcell.rev_cell {
  flex-direction: row-reverse;
}
.l-main .under_flcell .under_flcell_left {
  max-width: 80rem;
  position: relative;
}
.l-main .under_flcell .under_flcell_right {
  max-width: 80rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-main .slider {
    position: relative;
    width: 100%;
  }
  .l-main .slider::before {
    display: none;
  }
  .l-main .slider::after {
    display: none;
  }
  .l-main .slider-img {
    margin: 0 0.3rem;
  }
  .l-main .slider .slide-arrow {
    display: none;
  }

  .l-main .under_flcell {
    flex-direction: column;
  }
  .l-main .under_flcell.rev_cell {
    flex-direction: column;
  }
  .l-main .under_flcell .under_flcell_left {
    max-width: 30rem;
  }
  .l-main .under_flcell .under_flcell_right {
    max-width: 30rem;
  }
}
























/* 事業内容ページ（ページ廃止？） */
/* flcell */
.l-main.business .under_flcell.flcell01 {
  margin: 0 0 13.2rem;
  margin-top: -20rem;
  padding-top: 20rem;
}
.l-main.business .under_flcell.flcell01 .under_flcell_left {
  margin-right: 16rem;
  width: 80rem;
}
.l-main.business .under_flcell.flcell01 .under_flcell_right {
}

.l-main.business .under_flcell.flcell02 {
  max-width: 160rem;
  margin: 0 auto 8.4rem;
}
.l-main.business .under_flcell.flcell02 .under_flcell_left {
  margin-left: 10.5rem;
  padding-top: 12rem;
  width: 76.5rem;
}
.l-main.business .under_flcell.flcell02 .under_flcell_right {
  width: 48rem;
}
.l-main.business .under_flcell.flcell03 {
  max-width: 160rem;
  margin: 0 auto 7.0rem;
}
.l-main.business .under_flcell.flcell03 .product_cell {
  width: 32rem;
}
.l-main.business .under_flcell.flcell04 {
  max-width: 160rem;
  margin: 0 auto 8.4rem;
}
@media only screen and (max-width: 768px) {
  .l-main.business .under_flcell.flcell01 {
    width: 100%;
    margin: 0 0 6.8rem;
    margin-top: -8rem;
    padding-top: 8rem;
  }
  .l-main.business .under_flcell.flcell01::after {
    display: block;
    content: "";
    position: absolute;
    width: 18rem;
    height: 20rem;
    background: url(../img/business/flcell01_sp.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 16.6rem;
  }
  .l-main.business .under_flcell.flcell01.sp_cell::after {
    left: auto;
    right: 0;
    z-index: 0;
    top: 20.6rem;
  }
  .l-main.business .under_flcell.flcell01 .under_flcell_left {
    width: 30rem;
    margin: 0 auto;
  }
  .l-main.business .under_flcell.flcell01 .under_flcell_right {
    width: 100%;
    margin: 0 auto;
  }
  .l-main.business .under_flcell.flcell02 {
    max-width: 100%;
    margin: 0 auto 6.8rem;
    flex-direction: column-reverse;
  }
  .l-main.business .under_flcell.flcell02 .under_flcell_left {
    margin: 0 auto;
    padding-top: 3.6rem;
    width: 100%;
    max-width: 100%;
  }
  .l-main.business .under_flcell.flcell02 .under_flcell_right {
    display: flex;
    justify-content: space-between;
    width: 30rem;
    margin: 0 auto;
  }
  .l-main.business .under_flcell.flcell03 {
    max-width: 30rem;
    margin: 0 auto 3.0rem;
  }
  .l-main.business .under_flcell.flcell03 .product_cell {
    display: flex;
    justify-content: space-between;
    width: 30rem;
    margin-bottom: 2.2rem;
  }
  .l-main.business .under_flcell.flcell03 .product_cell:last-of-type {
    margin-bottom: 0rem;
  }
  .l-main.business .under_flcell.flcell04 {
    max-width: 30rem;
    margin: 0 auto 8.4rem;
  }
}

.l-main.business p {
  font-size: 2.0rem;
  line-height: 2.0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
}
.l-main.business p.txt_num {
  position: absolute;
  top: -14rem;
  right: -5.5rem;
  font-size: 30rem;
  color: #0050A5;
  line-height: 1;
  margin: 0 0 0rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
}

.l-main.business .product {
  position: relative;
  width: 100%;
  margin: 0 auto 35rem;
}
.l-main.business .product:after {
  display: block;
  content: "";
  position: absolute;
  width: 160rem;
  height: 3.4rem;
  background: url(../img/business/under_ttl_cell_pc.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: -12.5rem;
  z-index: 3;
}
.l-main.business .product .product_inner {
  max-width: 128rem;
  margin: 0 auto;
}
.l-main.business .product .product_list {
  margin: 0 0 0rem;
}
.l-main.business .product .product_list li {
  display: flex;
  align-items: center;
  margin: 0 0 9.0rem;
}
.l-main.business .product .product_list li:last-child {
  margin: 0 0 0rem;
}
.l-main.business .product .product_list li span {
  font-size: 3.0rem;
  font-weight: bold;
  width: max-content;
  margin-right: 6.0rem;
}
.l-main.business .product .product_list li a {
  display: block;
  font-size: 2.0rem;
  width: max-content;
  padding: 0 2.5rem 0 0;
  color: #7B7D80;
  text-decoration: none;
  background: url(../img/common/icon_blank.png) no-repeat right center;
  background-size: 1.45rem 1.7rem;
}

.l-main.business .under_flcell h4 {
  position: absolute;
  left: 16rem;
  top: 0;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  background: url(../img/business/icon_h4.png) no-repeat left center;
  background-size: 4.8rem 4.8rem;
  padding: 0 0 0 7.2rem;
  text-align: left;
}
.l-main.business .product h4 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  background: url(../img/business/icon_h4.png) no-repeat left center;
  background-size: 4.8rem 4.8rem;
  padding: 0 0 0 7.2rem;
  margin: 0 0 6.5rem;
  text-align: left;
  width: max-content;
}
.l-main.business .product .product_cell_img {
  width: 24rem;
  margin: 0 auto 3.6rem;
}
.l-main.business .product .product_lead {
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 6.5rem;
}
.l-main.business .product .product_txt01 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 0.5rem;
}
.l-main.business .product .product_txt02 {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  color: #7B7D80;
  margin: 0 0 0;
}
.l-main.business .product .product_txt03 {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  color: #0050A5;
  margin: 0 0 0;
  font-weight: 500;
}
.l-main.business .product .btn_blk {
  margin: 0 auto 10.5rem;
  position: relative;
  background: #222;
  display: flex;
  width: max-content;
  padding: 1.6rem 5.2rem 1.6rem 2.3rem;
  border-radius: 0.3rem;
  text-align: left;
  text-decoration: none;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.l-main.business .product .btn_blk::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/business/icon_blank.png) no-repeat;
  background-size: 100% 100%;
  width: 2.4rem;
  height: 2.9rem;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-main.business .flcell01 p.txt01 {
  margin: 0 0 0rem;
  width: 64rem;
}
.l-main.business .flcell01 p.txt02 {
  display: none;
}
.l-main.business .flcell02 p.txt01 {
  margin: 0 0 10.0rem 6rem;
  width: 48rem;
}
.l-main.business .flcell02 p.txt02 {
  display: none;
}
.l-main.business .img02 {
}
.l-main.business .img02 img {
  margin: 0 0 2.4rem;
}
.l-main.business .img02 p {
  font-size: 1.6rem;
  margin: 0;
}

.l-main.business .flcell03 p.txt01 {
  margin: 0 0 5.5rem;
}
.l-main.business .flcell03 p.txt02 {
}
.l-main.business .flcell03 p.txt03 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-main.business p {
    font-size: 1.2rem;
  }
  .l-main.business p.txt_num {
    top: -4rem;
    right: -1.5rem;
    font-size: 9.6rem;
    letter-spacing: 0.03em;
  }
  .l-main.business .sp_cell p.txt_num {
    top: 17.8rem;
    left: -1.5rem;
    right: auto;
  }

  .l-main.business .flcell02.sp_cell:after {
    display: block;
    content: "";
    position: absolute;
    width: 30.2rem;
    height: 1.5rem;
    background: url(../img/business/under_ttl_cell_sp.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    bottom: -6.5rem;
    z-index: 3;
  }

  .l-main.business .product {
    width: 100%;
    margin: 0 auto 22.5rem;
  }
  .l-main.business .product:after {
    width: 30.2rem;
    height: 1.5rem;
    background: url(../img/business/under_ttl_cell_sp.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: 0;
    bottom: -12rem;
    z-index: 3;
  }
  .l-main.business .product .product_inner {
    max-width: 30rem;
    margin: 0 auto;
  }
  .l-main.business .product .product_list {
    margin: 0 0 0rem;
  }
  .l-main.business .product .product_list li {
    margin: 0 0 3.5rem;
  }
  .l-main.business .product .product_list li:last-child {
    margin: 0 0 0rem;
  }
  .l-main.business .product .product_list li span {
    font-size: 1.5rem;
    margin-right: 2.0rem;
  }
  .l-main.business .product .product_list li a {
    font-size: 1.2rem;
    padding: 0 1.4rem 0 0;
    background: url(../img/common/icon_blank.png) no-repeat right center;
    background-size: 0.9rem 1.1rem;
  }

  .l-main.business .under_flcell h4 {
    position: absolute;
    left: 3.0rem;
    top: 0;
    font-size: 2.0rem;
    background: url(../img/business/icon_h4.png) no-repeat left center;
    background-size: 2.0rem 2.0rem;
    padding: 0 0 0 3.0rem;
  }
  .l-main.business .product h4 {
    font-size: 2.0rem;
    background: url(../img/business/icon_h4.png) no-repeat left center;
    background-size: 2.0rem 2.0rem;
    padding: 0 0 0 3.0rem;
    margin: 0 0 1.5rem;
  }
  .l-main.business .product .product_cell_img {
    width: 9rem;
    margin: 0 0;
  }
  .l-main.business .product .product_lead {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 1.0rem 0 2.4rem;
  }
  .l-main.business .product .product_cell_txt {
    width: 18rem;
  }
  .l-main.business .product .product_txt01 {
    font-size: 1.0rem;
    margin: 0 0 0.5rem;
  }
  .l-main.business .product .product_txt02 {
    font-size: 1.0rem;
  }
  .l-main.business .product .product_txt03 {
    font-size: 1.0rem;
    font-weight: 500;
  }
  .l-main.business .product .btn_blk {
    margin: 0 auto 5.5rem;
    padding: 0.9rem 2.4rem 0.9rem 0.9rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
  }
  .l-main.business .product .btn_blk::after {
    background: url(../img/business/icon_blank.png) no-repeat;
    background-size: 100% 100%;
    width: 1.1rem;
    height: 1.3rem;
    right: 0.8rem;
  }

  .l-main.business .flcell01 p.txt01 {
    display: none;
  }
  .l-main.business .flcell01 p.txt02 {
    display: block;
    width: 30rem;
    margin: 3.0rem auto 0;
  }
  .l-main.business .flcell01 .img01 {
    width: 30rem;
    margin: 0rem auto 0;
    position: relative;
    z-index: 2;
  }
  .l-main.business .flcell02 p.txt01 {
    display: none;
  }
  .l-main.business .flcell02 p.txt02 {
    display: block;
    width: 15rem;
    margin-top: -0.7rem;
  }
  .l-main.business .img02 {
    margin-top: 3.6rem;
    width: 12rem;
  }
  .l-main.business .img02 img {
    margin: 0 0 0.8rem;
  }
  .l-main.business .img02 p {
    font-size: 1.0rem;
    margin: 0;
  }
  .l-main.business .img02 p span {
    display: none;
  }

  .l-main.business .flcell03 p.txt01 {
    margin: 0 0 5.5rem;
  }
  .l-main.business .flcell03 p.txt02 {
    display: none;
  }
  .l-main.business .flcell03 p.txt03 {
    display: block;
  }
}













/* 人材育成のページ */
/* flcell */
.l-main.development .under_flcell.flcell01 {
  margin: 0 0 29rem;
  position: relative;
}
.l-main.development .under_flcell.flcell01:before{
  content:'';
  width: 80rem;
  height: 52.5rem;
  background: url(../img/development/img05.svg) no-repeat;
  background-size:contain;
  position: absolute;
  top: -13rem;
  right:0;
}
@media only screen and (max-width: 768px){
  .l-main.development .under_flcell.flcell01:before{
    content:none;
  }
}
.l-main.development .under_flcell.flcell01 .under_flcell_left {
  margin-left: 16rem;
  max-width: 80rem;
  width: 80rem;
}
.l-main.development .under_flcell.flcell01 .under_flcell_right {
  position: relative;
  padding-top: 61rem;
}
.l-main.development .under_flcell.flcell01 .under_flcell_right .animate_img {
  transform:rotate(-90deg);
  width: 95.8rem;
  height: 128.1rem;
  position: absolute;
  right: -16rem;
  top: -55rem;
}
/*
.l-main.development .under_flcell.flcell01 .under_flcell_right::after {
  position: absolute;
  display: block;
  content: "";
  width: 83.1rem
  height: 54.8rem;
  background: url(../img/development/flcell01_pc.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: -11rem;
}*/

.l-main.development .under_flcell.flcell02 {
  width: 160rem;
  margin: 0 auto 36rem;
}
.l-main.development .under_flcell.flcell02 .under_flcell_left {
  width: 64rem;
}
.l-main.development .under_flcell.flcell02 .under_flcell_right {
  padding-top: 7.0rem;
}
.l-main.development .under_flcell.flcell03 {
  width: 160rem;
  margin: 0 auto 26rem;
}
.l-main.development .under_flcell.flcell03 .under_flcell_left {
  width: 64rem;
}
.l-main.development .under_flcell.flcell03 .under_flcell_right {
}
.l-main.development .under_flcell.flcell04 {
  margin: 0 0 0 10.5rem;
}
.l-main.development .under_flcell.flcell04 .under_flcell_left {
  max-width: 85.2rem;
}
.l-main.development .under_flcell.flcell04 .under_flcell_right {
  border-top: 1px solid #0050A5;
  border-bottom: 1px solid #0050A5;
  max-width: calc(100% - 85.2rem - 24rem);
  padding: 5.5rem 12rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .l-main.development .under_flcell.flcell01 {
    width: 30rem;
    margin: 0 auto 5rem;
  }
  .l-main.development .under_flcell.flcell01 .under_flcell_left {
    margin: 0rem;
    max-width: 30rem;
    width: 30rem;
  }
  .l-main.development .under_flcell.flcell01 .under_flcell_right {
    padding-top: 5.0rem;
  }
  .l-main.development .under_flcell.flcell01 .under_flcell_right .animate_img {
    display: none;
  }
  .l-main.development .under_flcell.flcell01 .under_flcell_right::after {
    display: none
  }
  .l-main.development .under_flcell.flcell02 {
    width: 100%;
    margin: 0 auto 14.5rem;
  }
  .l-main.development .under_flcell.flcell02::after {
    position: absolute;
    display: block;
    content: "";
    width: 22.9rem;
    height: 15.1rem;
    background: url(../img/development/flcell02_sp.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    bottom: -18.3rem;
  }
  .l-main.development .under_flcell.flcell02 .under_flcell_left {
    width: 30rem;
    margin: 0 auto;
  }
  .l-main.development .under_flcell.flcell02 .under_flcell_right {
    width: 30rem;
    margin: 0 auto;
    padding-top: 0rem;
  }

  .l-main.development .under_flcell.flcell03 {
    width: 30rem;
    margin: 0 auto 4.2rem;
  }
  .l-main.development .under_flcell.flcell03 .under_flcell_left {
    width: 30rem;
  }
  .l-main.development .under_flcell.flcell03 .under_flcell_right {
  }
  .l-main.development .under_flcell.flcell04 {
    width: 100%;
    margin: 0rem auto;
  }
  .l-main.development .under_flcell.flcell04 .under_flcell_left {
    max-width: 31.1rem;
    width: 31.1rem;
    margin: 0 auto;
  }
  .l-main.development .under_flcell.flcell04 .under_flcell_right {
    border: none;
    max-width: 100%;
    padding: 0rem 0rem 0 0rem;
  }
  .l-main.development .under_flcell.flcell04 .under_flcell_right .under_flcell_right_sp {
    border-right: 1px solid #0050A5;
    border-left: 1px solid #0050A5;
    width: 31.1rem;
    max-width: 100%;
    padding: 2.6rem 0rem 0 0rem;
    margin: 0 auto 2.4rem;
  }
}
.l-main.development p {
  font-size: 2.0rem;
  line-height: 2.0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
}
.l-main.development .under_h3_cell p {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-main.development .flcell02 p.txt01 {
  margin: 0 0 9.0rem;
}
.l-main.development .flcell02 p.txt02 {
}
.l-main.development .flcell02 p.txt03 {
  display: none;
}
.l-main.development .flcell03 p.txt01 {
  margin: 0 0 5.5rem;
}
.l-main.development .flcell03 p.txt02 {
}
.l-main.development .flcell03 p.txt03 {
  display: none;
}
.l-main.development .flcell04 .under_flcell_right .under_h3_cell {
  margin-left: 3.8rem;
  padding-bottom: 3.0rem;
}
.l-main.development .flcell04 .under_flcell_right .under_h3_cell h3 {
  margin-bottom: 1.0rem;
  line-height: 1;
  font-size: 4.8rem;
  font-family: inherit;
  font-weight: 500;
}
.l-main.development .flcell04 .under_flcell_right p.txt01 {
  width: 48rem;
  margin: 0 0 4.0rem 3.8rem;
}
.l-main.development .flcell04 .under_flcell_right .slider {
  width: 74rem;
}

.l-main.development .img_txt {
  width: 64rem;
  margin: 9rem 0 0 auto;
}
.l-main.development .img03 {
}
.l-main.development .img03 img {
  margin: 0 0 2.4rem;
}
.l-main.development .img03 p {
  font-size: 1.6rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .l-main.development p {
    font-size: 1.2rem;
  }
  .l-main.development .flcell02 p.txt01 {
    margin: 0 0 2.5rem;
  }
  .l-main.development .flcell02 p.txt02 {
    display: none;
  }
  .l-main.development .flcell02 p.txt03 {
    display: block;
  }
  .l-main.development .flcell03 p.txt01 {
    margin: 0 0 2.5rem;
  }
  .l-main.development .flcell03 p.txt02 {
    display: none;
  }
  .l-main.development .flcell03 p.txt03 {
    display: block;
  }
  .l-main.development .flcell04 .under_flcell_right .under_h3_cell {
    width: 24rem;
    margin: 0 auto 0rem;
    padding-bottom: 2.4rem;
  }
  .l-main.development .flcell04 .under_flcell_right .under_h3_cell h3 {
    margin-bottom: 0.3rem;
    font-size: 2.0rem
  }
  .l-main.development .flcell04 .under_flcell_right p.txt01 {
    width: 24rem;
    margin: 0 auto 4.0rem;
  }
  .l-main.development .flcell04 .under_flcell_right .slider {
    width: 100%;
  }

  .l-main.development .img_txt {
    width: 23.4rem;
    margin: 0 auto;
  }
  .l-main.development .img02 {
  }
  .l-main.development .img02 img {
    margin: 0 0 4.5rem;
  }
  .l-main.development .img03 {
  }
  .l-main.development .img03 img {
    margin: 0 0 1.0rem;
  }
  .l-main.development .img03 p {
    font-size: 1.0rem;
    margin: 0 0 3.0rem;
  }
}







/* 環境保全活動のページ */
/* flcell */
.l-main.eco_biodiversity .under_flcell.flcell01 {
  margin: 0 auto 31.4rem;
  max-width: 160rem;
}
.l-main.eco_biodiversity .under_flcell.flcell01 .under_flcell_left {
  width: 80rem;
}
.l-main.eco_biodiversity .under_flcell.flcell01 .under_flcell_right {
  width: 49rem;
  height: 49rem;
  margin-right: 7.5rem;
}
.l-main.eco_biodiversity .under_flcell.flcell01 .under_flcell_right .img01 {
  width: 49rem;
  height: 49rem;
}
.l-main.eco_biodiversity .under_flcell.flcell02 {
  margin: 0 auto 28.5rem;
}
.l-main.eco_biodiversity .under_flcell.flcell02 .under_flcell_left {
  width: 64rem;
  margin-left: 32rem;
}
.l-main.eco_biodiversity .under_flcell.flcell02 .under_flcell_right {
  width: 80rem;
}
.l-main.eco_biodiversity .under_flcell.flcell03 {
  margin: 0 auto 28.5rem;
}
.l-main.eco_biodiversity .under_flcell.flcell03 .under_flcell_left {
  position: relative;
  z-index: 2;
  width: 64rem;
  margin-right: 32rem;
}
.l-main.eco_biodiversity .under_flcell.flcell03 .under_flcell_right {
  position: relative;
  z-index: 2;
}
.l-main.eco_biodiversity .under_flcell.flcell04 ,
.l-main.company .under_flcell.flcell03 {
  margin: 0 0 30rem 10.5rem;
}
.l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_left {
  max-width: 85.2rem;
}
.l-main.company .under_flcell.flcell03 .under_flcell_left {
  max-width: 80rem;
}
.l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_right {
  display: flex;
  align-items: center;
  border-top: 1px solid #0050A5;
  border-bottom: 1px solid #0050A5;
  max-width: 100%;
  width: 100%;
  padding: 0rem 0rem 0 0rem;
}
.l-main.company .under_flcell.flcell03 .under_flcell_right {
  display: flex;
  align-items: center;
  border-top: 1px solid #0050A5;
  border-bottom: 1px solid #0050A5;
  max-width: 100%;
  width: 100%;
  padding: 0rem 0rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .l-main.eco_biodiversity .under_flcell.flcell01 {
    margin: 0 auto 7.0rem;
    max-width: 30rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell01 .under_flcell_left {
    width: 30rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell01 .under_flcell_right {
    display: none;
    width: 30rem;
    margin: 0rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell02 {
    flex-direction: column-reverse;
    margin: 0 auto 7.0rem;
    width: 30rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell02 .under_flcell_left {
    width: 30rem;
    margin: 0rem auto;
    position: static;
  }
  .l-main.eco_biodiversity .under_flcell.flcell02 .under_flcell_right {
    width: 30rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell03 {
    width: 30rem;
    flex-direction: column-reverse;
    margin: 0 auto 7.0rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell03 .under_flcell_left {
    position: relative;
    z-index: 2;
    width: 30rem;
    margin: 0rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell03 .under_flcell_right {
    position: relative;
    z-index: 2;
  }
  .l-main.eco_biodiversity .under_flcell.flcell04 ,
  .l-main.company .under_flcell.flcell03 {
    margin: 0 auto 14rem;
    width: 31rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_left ,
  .l-main.company .under_flcell.flcell03 .under_flcell_left {
    max-width: 31rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_right ,
  .l-main.company .under_flcell.flcell03 .under_flcell_right {
    display: flex;
    align-items: center;
    border: none;
    border-right: 1px solid #0050A5;
    border-left: 1px solid #0050A5;
    max-width: 100%;
    width: 100%;
    padding: 0rem 0rem 0 0rem;
  }
}

.l-main.eco_biodiversity .under_h3_cell h3 {
  margin-bottom: 0;
}
.l-main.eco_biodiversity p {
  font-size: 2.0rem;
  line-height: 2.0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
}
.l-main.eco_biodiversity .under_h3_cell p {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-main .eco_biodiversity_cell h4 {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 6.5rem 0 6.0rem;
  text-align: left;
  letter-spacing: 0.05em;
}
.l-main.eco_biodiversity .under_flcell.flcell02 .icon_img {
  position: absolute;
  width: 26rem;
  height: 26rem;
  top: -19.0rem;
  left: 68rem;
  z-index: 0;
}
.l-main.eco_biodiversity .under_flcell.flcell03 .icon_img {
  position: absolute;
  width: 49rem;
  height: 49rem;
  bottom: -32.5rem;
  right: 7.5rem;
  z-index: 0;
}
.l-main.eco_biodiversity .under_flcell.flcell02.sp_flcell .icon_img {
  width: 66rem;
  height: 66rem;
  top: auto;
  bottom: -42rem;
  left: 32rem;
  z-index: 0;
}
.l-main.eco_biodiversity .under_flcell.flcell04 .icon_img ,
.l-main.company .under_flcell.flcell03 .icon_img {
  position: absolute;
  width: 26rem;
  height: 26rem;
  bottom: -30.0rem;
  right: 20rem;
  z-index: 0;
}
.l-main.eco_biodiversity .under_flcell.flcell02 p.txt_num,
.l-main.eco_biodiversity .under_flcell.flcell03 p.txt_num {
  position: absolute;
  font-size: 30rem;
  color: #0050A5;
  line-height: 1;
  margin: 0 0 0rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  top: -12.0rem;
}
.l-main.eco_biodiversity .under_flcell.flcell02 p.txt_num {
  left: -12rem;
}
.l-main.eco_biodiversity .under_flcell.flcell03 p.txt_num {
  right: -12rem;
}
.l-main.eco_biodiversity .under_flcell.flcell02 a {
  display: block;
  width: max-content;
  text-align: left;
  padding: 0 0 0 5.0rem;
  margin: 6.0rem 0 0;
  font-size: 2.0rem;
  text-decoration: none;
  background: url(../img/eco_biodiversity/icon_movie.png) no-repeat left center;
  background-size: 4.0rem 3.0rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.l-main .eco_biodiversity_cell.cell02 {
  width: 160rem;
  margin: 0 auto 24.5rem;
}
.l-main .eco_biodiversity_cell.cell02 .history_list {
  margin-left: 32rem;
  border-left: 2px dashed #0050A5;
}
.l-main .eco_biodiversity_cell.cell02 .history_list li {
  padding-left: 10rem;
  position: relative;
}
.l-main .eco_biodiversity_cell.cell02 .history_list li::after {
  display: block;
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: -1.0rem;
  top: 13.8rem;
  background: #0050A5;
}
.l-main .eco_biodiversity_cell.cell02 .history_list li:last-child::after {
  display: none;
}
.l-main .eco_biodiversity_cell.cell02 .history_list li .history_list_txt01{
  font-size: 30rem;
  color: #0050A5;
  line-height: 1;
  margin: 0 0 4.0rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
}
.l-main .eco_biodiversity_cell.cell02 .history_list li .history_list_txt02 {
  font-size: 2.0rem;
  line-height: 2.0;
  margin: 0 0 27rem;
}
.l-main .eco_biodiversity_cell.cell02 .history_list li:last-child .history_list_txt02 {
  margin: 0 0 0rem;
}
.l-main .eco_biodiversity_cell.cell03 {
  width: 128rem;
  margin: 0 auto 0rem;
}
.l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_right .under_flcell_right_sp {
  width: 48rem;
  padding-left: 16rem;
}
.l-main.company .under_flcell.flcell03 .under_flcell_right .under_flcell_right_sp {
  width: 80rem;
  padding-left: 12rem;
  margin-left: 0rem;
}
.l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_right h3 ,
.l-main.company .under_flcell.flcell03 .under_flcell_right h3 {
  font-size: 4.8rem;
  font-family: inherit;
  font-weight: 500;
}
.l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_right p {
}
.l-main.eco_biodiversity .eco_biodiversity_cell .txt_ttl {
  position: relative;
  width: max-content;
  padding: 0 0.9rem 0;
  margin: 0 0 3.5rem;
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
  color: #0050A5;
}
.l-main.eco_biodiversity .eco_biodiversity_cell .txt_ttl::before {
  display: block;
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}
.l-main.eco_biodiversity .eco_biodiversity_cell .txt_ttl::after {
  display: block;
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .eco_biodiversity_cell {
  }
  .l-main.eco_biodiversity p {
    font-size: 1.2rem;
    letter-spacing: 0.09em;
  }
  .l-main .eco_biodiversity_cell h4 {
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 2.0rem 0 1.2rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell02 .icon_img {
    width: 7rem;
    height: 7rem;
    top: -7.5rem;
    left: 10.5rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell03 .icon_img {
    width: 7rem;
    height: 7rem;
    bottom: 11.0rem;
    right: 0rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell02.sp_flcell .icon_img {
    width: 7rem;
    height: 7rem;
    top: auto;
    bottom: -5.5rem;
    left: 10.5rem;
    z-index: 0;
  }
  .l-main.eco_biodiversity .under_flcell.flcell02.sp_flcell {
    margin-bottom: 3.5rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell04 .icon_img ,
  .l-main.company .under_flcell.flcell03 .icon_img {
    width: 15rem;
    height: 15rem;
    bottom: -19.5rem;
    right: 1.0rem;
  }

  .l-main.eco_biodiversity .under_flcell.flcell02 p.txt_num,
  .l-main.eco_biodiversity .under_flcell.flcell03 p.txt_num {
    position: absolute;
    font-size: 7.2rem;
    top: -3.0rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell02 p.txt_num {
    left: auto;
    right: -1.5rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell03 p.txt_num {
    right: -1.5rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell02 a {
    position: absolute;
    top: 21.5rem;
    right: 0.8rem;
    padding: 0 0 0 3.5rem;
    margin: 0 0;
    font-size: 1.2rem;
    background: url(../img/eco_biodiversity/icon_movie.png) no-repeat left center;
    background-size: 2.5rem 1.9rem;
    z-index: 3;
  }
  .l-main .eco_biodiversity_cell.cell02 {
    width: 30rem;
    margin: 0 auto 10rem;
  }
  .l-main .eco_biodiversity_cell.cell02 .history_list {
    margin: 0 0 0 1.0rem;
    border-left: 2px dashed #0050A5;
  }
  .l-main .eco_biodiversity_cell.cell02 .history_list li {
    padding-left: 3.0rem;
  }
  .l-main .eco_biodiversity_cell.cell02 .history_list li::after {
    width: 1.3rem;
    height: 1.3rem;
    left: -0.8rem;
    top: 3.0rem;
  }
  .l-main .eco_biodiversity_cell.cell02 .history_list li .history_list_txt01{
    font-size: 7.2rem;
    margin: 0 0 1.5rem;
  }
  .l-main .eco_biodiversity_cell.cell02 .history_list li .history_list_txt02 {
    font-size: 1.2rem;
    margin: 0 0 4.5rem;
    color: #0050A5;
  }
  .l-main .eco_biodiversity_cell.cell02 .history_list li:last-child .history_list_txt02 {
    margin: 0 0 0rem;
  }
  .l-main .eco_biodiversity_cell.cell03 {
    width: 30rem;
    margin: 0 auto 0rem;
  }
  .l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_right .under_flcell_right_sp ,
  .l-main.company .under_flcell.flcell03 .under_flcell_right .under_flcell_right_sp {
    width: 24rem;
    padding: 2.4rem 0 0rem;
    margin: 0 auto;
  }
  .l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_right .under_h3_cell ,
  .l-main.company .under_flcell.flcell03 .under_flcell_right .under_h3_cell {
    margin-bottom: 2.5rem;
    padding-bottom: 0;
  }
  .l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_right h3 ,
  .l-main.company .under_flcell.flcell03 .under_flcell_right h3 {
    font-size: 2.0rem;
    line-height: 1.6;
  }
  .l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_right p {
  }
  .l-main.eco_biodiversity .eco_biodiversity_cell .txt_ttl {
    padding: 0 0.9rem 0;
    margin: 0 0 1.5rem;
    font-size: 1.2rem;
  }
}



/* 環境保全活動ページ　主な活動例 */
.l-main.eco_biodiversity .katsudou h5 {
text-align: center;
background: url(../img/common/bk_k.jpg) no-repeat left top 1.8rem;
background-size: 100% 1px;
}
.l-main.eco_biodiversity .katsudou h5 span {
display: inline-block;
background: #FFF;
padding: 0 2rem 4rem;
letter-spacing: 0.05em;
font-weight: 500;
}
.l-main.eco_biodiversity .katsudou div {
padding: 0 0 4rem;
}
.l-main.eco_biodiversity .katsudou div h6 {
padding: 0 0 1rem;
}

/* スマホのみ */
@media only screen and (max-width: 768px) {
.l-main.eco_biodiversity .katsudou {
margin: 0 auto 7.0rem;
width: 30rem;
}
.l-main.eco_biodiversity .katsudou h5 span {
font-size: 1.5rem;
line-height: 1;
margin-top: 1rem;
}
.l-main.eco_biodiversity .katsudou div {
margin-left: 6rem;
width: 24rem;
}
.l-main.eco_biodiversity .katsudou div h6 {
text-align: left;
font-size: 1.5rem;
margin: 0;
background: url(../img/common/aro.png) no-repeat left top 0.5rem;
background-size: 1.5rem 1.5rem;
padding: 0 0 1.5rem 2rem;
font-weight: 500;
}
.l-main.eco_biodiversity .katsudou div p {
padding-bottom: 1.5rem;
}
.l-main.eco_biodiversity .katsudou > p {
text-align: left;
font-size: 1.5rem;
margin: 0 0 0.5rem;
background: url(../img/common/aro.png) no-repeat left top 0.75rem;
background-size: 1.5rem 1.5rem;
padding: 0 0 0 2rem;
}
}

/* パソコンのみ */
@media only screen and (min-width: 769px) {
.l-main.eco_biodiversity .katsudou {
width: 96rem;
margin: -16rem auto 32rem;
}
.l-main.eco_biodiversity .katsudou h5 span {
font-size: 3rem;
line-height: 1;
}
.l-main.eco_biodiversity .katsudou div {
position: relative;
width: 96rem;
padding: 0 0 12rem;
}
.l-main.eco_biodiversity .katsudou div h6 {
text-align: left;
font-size: 3rem;
margin: 0 0 0 48rem;
background: url(../img/common/aro.png) no-repeat left top 0.5rem;
background-size: 3rem 3rem;
padding: 0 0 3rem 4rem;
width: 48rem;
font-weight: 500;
line-height: 1;
}
.l-main.eco_biodiversity .katsudou div p {
margin: 0 0 0 48rem;
width: 48rem;
}
.l-main.eco_biodiversity .katsudou div img {
display: block;
position: absolute;
left: 0;
top: 0;
width: 40rem;
}
.l-main.eco_biodiversity .katsudou > p {
text-align: left;
font-size: 2.5rem;
margin: 0 0 0.5rem;
background: url(../img/common/aro.png) no-repeat left top 1.5rem;
background-size: 2.5rem 2.5rem;
padding: 0 0 0 3.5rem;
}
}






/* 環境保全活動ページ　動画再生 */
/* スマホのみ */
@media only screen and (max-width: 768px) {
  .l-main.eco_biodiversity .vimeo {
    margin: 0 auto 7.0rem;
    width: 30rem;
  }
  .l-main.eco_biodiversity .vimeo div {
    margin-bottom: 2rem;
    width: 30rem;
    aspect-ratio: 16 / 9; /* 横 / 縦 */
    overflow: hidden;
    border: 0.2rem solid #0050A5;
    border-radius: 2rem;
  }
  .l-main.eco_biodiversity .vimeo div iframe {
    margin-bottom: 2rem;
  }
}
/* パソコンのみ */
@media only screen and (min-width: 769px) {
  .l-main.eco_biodiversity .vimeo {
    width: 128rem;
    margin: -16rem auto 16rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
  .l-main.eco_biodiversity .vimeo div {
    margin-bottom: 2rem;
    width: 56rem;
    aspect-ratio: 16 / 9; /* 横 / 縦 */
    overflow: hidden;
    border: 0.3rem solid #0050A5;
    border-radius: 2rem;
  }
  .l-main.eco_biodiversity .vimeo div:nth-child(odd) {
    height: 100%;
  }
  .l-main.eco_biodiversity .vimeo div:nth-child(even) {
    margin-top: 6rem;
  }
  .l-main.eco_biodiversity .vimeo div iframe {
  }
}













/* 地域活動ページ */
/* flcell */
.l-main.local .under_flcell.flcell01 {
  margin: 0 auto 19.5rem;
  max-width: 160rem;
}
.l-main.local .under_flcell.flcell01 .under_flcell_left {
  width: 64rem;
}
.l-main.local .under_flcell.flcell01 .under_flcell_right {
}
.l-main.local .under_flcell.flcell02 {
  margin: 0 auto 16.4rem;
  width: 100%;
}
.l-main.local .under_flcell.flcell02 .under_flcell_left {
  width: 64rem;
  margin-left: 32rem;
  padding-top: 8.4rem;
}
.l-main.local .under_flcell.flcell02 .under_flcell_right {
}
.l-main.local .under_flcell.flcell03 {
  margin: 0 auto 26rem;
}
.l-main.local .under_flcell.flcell03 .under_flcell_left {
  position: relative;
  z-index: 2;
  width: 64rem;
  margin-right: 32rem;
  padding-top: 8.4rem;
}
.l-main.local .under_flcell.flcell03 .under_flcell_right {
  position: relative;
  z-index: 2;
}
.l-main.local .under_flcell.flcell04 {
  position: relative;
  width: 160rem;
  margin: 0 auto 33rem;
  flex-direction: row-reverse;
}
.l-main.local .under_flcell.flcell04.box {
  flex-direction: row;
}
.l-main.local .under_flcell.flcell04 .under_flcell_left {
  position: relative;
  width: 80rem;
}
.l-main.local .under_flcell.flcell04 .under_flcell_right {
  padding-top: 34rem;
  width: 64rem;
  /*
  border-top: 0.2rem solid #0050A5;
  border-bottom: 0.2rem solid #0050A5;
  */
}
.l-main.local .under_flcell.flcell04 p.txt_num {
  position: absolute;
  top: -2.0rem;
  left: -0.5rem;
  font-size: 30rem;
  color: #0050A5;
  line-height: 1;
  margin: 0 0 0rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .l-main.local .under_flcell.flcell01 {
    margin: 0 auto 2.0rem;
    max-width: 100%;
  }
  .l-main.local .under_flcell.flcell01 .under_flcell_left {
    width: 30rem;
    margin: 0 auto 3.5rem;
  }
  .l-main.local .under_flcell.flcell01 .under_flcell_right {
  }
  .l-main.local .under_flcell.flcell02 {
    flex-direction: column-reverse;
    margin: 0 auto 3.5rem;
    width: 100%;
  }
  .l-main.local .under_flcell.flcell02 .under_flcell_left {
    width: 30rem;
    margin: 0rem auto;
    padding-top: 0rem;
  }
  .l-main.local .under_flcell.flcell02 .under_flcell_right {
    width: 33rem;
    max-width: 33rem;
    margin: 0 0 2.0rem auto;
  }
  .l-main.local .under_flcell.flcell03 {
    position: relative;
    flex-direction: column-reverse;
    margin: 0 auto 3.5rem;
  }
  .l-main.local .under_flcell.flcell03 .under_flcell_left {
    position: relative;
    z-index: 2;
    width: 30rem;
    margin: 0rem auto;
    padding-top: 0rem;
  }
  .l-main.local .under_flcell.flcell03 .under_flcell_right {
    width: 33rem;
    max-width: 33rem;
    margin: 0 auto 2.0rem 0;
  }
  .l-main.local .under_flcell.flcell04 {
    position: relative;
    width: 30rem;
    margin: 0 auto 7.0rem;
    flex-direction: column;
  }
  .l-main.local .under_flcell.flcell04.box {
    flex-direction: column;
  }
  .l-main.local .under_flcell.flcell04 .under_flcell_left {
    position: relative;
    width: 30rem;
    margin-bottom: 2.2rem;
  }
  .l-main.local .under_flcell.flcell04 .under_flcell_right {
    padding-top: 0rem;
    width: 29.8rem;
    border-top: none;
    border-bottom: none;
  }
  .l-main.local .under_flcell.flcell04 p.txt_num {
    top: -3.0rem;
    left: auto;
    right: -1.5rem;
    font-size: 7.2rem;
    z-index: 3;
  }
}

.l-main.local p {
  font-size: 2.0rem;
  line-height: 2.0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
}
.l-main.local .under_h3_cell p {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-main.local .local_cell .img01 {
  position: absolute;
  right: 4.0rem;
  top: 6.0rem;
  width: 66.5rem;
  height: 66.5rem;
  z-index: 0;
}
.l-main.local .local_cell .img04 {
  position: absolute;
  left: 57.4rem;
  top: 22.0rem;
  width: 66.5rem;
  height: 66.5rem;
  z-index: 0;
}
.l-main.local .local_cell h4.h4_ttl {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.4;
  background: url(../img/business/icon_h4.png) no-repeat left top 1.2rem;
  background-size: 4.8rem 4.8rem;
  padding: 0 0 0 7.2rem;
  margin: 0 0 6.5rem;
  text-align: left;
  width: max-content;
}
.l-main.local .local_cell.cell01 .sp_cell {
  position: relative;
}
.l-main.local .local_cell.cell01 .sp_cell .cell01_img {
  position: absolute;
  width: 66.5rem;
  top: -48rem;
  right: 9.0rem;
}
.l-main.local .local_cell.cell01 .sp_cell .cell02_img {
  display: none;
}
.l-main.local .local_cell.cell02 {
  width: 160rem;
  margin: 0 auto;
  position: relative;
}
.l-main.local .local_cell.cell02 .cell02_img01 {
  position: absolute;
  width: 66.5rem;
  height: 66.5rem;
  top: 58rem;
  left: 58rem;
}
.l-main.local .local_cell.cell02 .cell02_img02 {
  position: absolute;
  width: 65.5rem;
  height: 65.5rem;
  top: 220rem;
  right: -24.5rem;
}
.l-main.local .local_cell.cell02 .cell02_img03 {
  position: absolute;
  width: 65.5rem;
  height: 65.5rem;
  bottom: -36rem;
  left: -24.0rem;
}
.l-main.local .local_cell.cell03 {
  width: 128rem;
  margin: 0 auto;
}
.l-main.local .local_cell .flcell04 h4 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 6.5rem;
  text-align: left;
}
.l-main.local .local_cell .txt_ttl {
  position: relative;
  width: max-content;
  padding: 0 0.9rem 0;
  margin: 0 0 3.5rem;
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
  color: #0050A5;
}
.l-main.local .local_cell .txt_ttl::before {
  display: block;
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}
.l-main.local .local_cell .txt_ttl::after {
  display: block;
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .l-main.local p {
    font-size: 1.2rem;
  }
  .l-main.local .local_cell .img01 {
    display: none;
    position: static;
    width: 33.0rem;
    height: 33.0rem;
    z-index: 1;
    margin: 0 0 0 auto;
  }
  .l-main.local .local_cell .img04 {
    left: auto;
    right: -6.0rem;
    top: -14.0rem;
    width: 26.0rem;
    height: 26.0rem;
    z-index: 0;
  }
  .l-main.local .local_cell h4.h4_ttl {
    font-size: 2.0rem;
    background: url(../img/business/icon_h4.png) no-repeat left top 0.6rem;
    background-size: 2.0rem 2.0rem;
    padding: 0 0 0 3.0rem;
    margin: 0 0 1.5rem;
    width: max-content;
  }
  .l-main.local .local_cell.cell01 .sp_cell .cell01_img {
    display: none;
  }
  .l-main.local .local_cell.cell01 .sp_cell .cell02_img {
    display: block;
    position: absolute;
    width: 26rem;
    height: 26rem;
    right: -13rem;
    top: 36rem;
  }

  .l-main.local .local_cell.cell02 {
    width: 30rem;
    margin: 0 auto;
  }
  .l-main.local .local_cell.cell02 .cell02_img01 {
    display: none;
  }
  .l-main.local .local_cell.cell02 .cell02_img02 {
    width: 26.0rem;
    height: 26.0rem;
    top: 88.6rem;
    right: auto;
    left: -12.0rem;
  }
  .l-main.local .local_cell.cell02 .cell02_img03 {
    width: 26rem;
    height: 26rem;
    bottom: 21rem;
    left: 1.5rem;
  }
  .l-main .local_cell.cell02 .under_h3_cell {
    margin-bottom: 7.0rem;
    padding-bottom: 0;
  }
  .l-main.local .local_cell.cell03 {
    width: 30rem;
    margin: 0 auto;
  }
  .l-main.local .local_cell .flcell04 h4 {
    font-size: 2.0rem;
    margin: 0 0 1.2rem;
  }
  .l-main.local .local_cell .txt_ttl {
    padding: 0 0.9rem 0;
    margin: 0 0 1.5rem;
    font-size: 1.0rem;
  }
}
.l-main.local .l-main.eco_biodiversity ol {
    padding-left: 2rem;
    list-style-type: circled-decimal;
}
.l-main.local .l-main.eco_biodiversity ol li {
    text-align: left;
    line-height: 2;
}
@media only screen and (min-width: 769px) {
    .l-main.local .l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_right {
        padding-top: 4rem;
        padding-bottom: 4rem;
        width: 80rem;
        width: 93rem;
        border-top: 0.2rem solid #0050A5;
        border-bottom: 0.2rem solid #0050A5;
    }
    .l-main.local .l-main.eco_biodiversity .under_flcell.flcell04 .under_flcell_right .under_flcell_right_sp {
        width: 72rem;
        padding-left: 10rem;
    }
    .l-main.local .l-main.eco_biodiversity .under_flcell.flcell04 {
        width: 173rem;
        margin: 0 0 33rem 17rem;
    }
    .l-main.local .l-main.eco_biodiversity .under_h3_cell {
        padding: 0rem 0 3rem;
    }
}
@media only screen and (max-width: 768px) {
    .l-main.local .l-main.eco_biodiversity .under_flcell_left {
        margin-bottom: 0;
    }
    .l-main.local .l-main.eco_biodiversity ol li {
        font-size: 1.2rem;
    }
}




/* 企業情報ページ */
/* flcell */
.l-main.company .under_flcell.flcell01 .under_flcell_left {
  width: 80rem;
}
.l-main.company .under_flcell.flcell01 .under_flcell_right {
  width: 80rem;
}
.l-main.company .under_flcell.flcell02 {
  margin: 0 auto 10rem;
  width: 160rem;
}
.l-main.company .under_flcell.flcell02 .under_flcell_left {
  width: 80rem;
}
.l-main.company .under_flcell.flcell02 .under_flcell_right {
  width: 80rem;
}
/*
.l-main.company .under_flcell.flcell03 {
  margin: 0 auto 28rem;
}
.l-main.company .under_flcell.flcell03 .under_flcell_left {
  width: 64rem;
}
.l-main.company .under_flcell.flcell03 .under_flcell_right {
  position: relative;
  border-left: 2px solid #0050A5;
  width: 80rem;
}
*/
.l-main.company .under_flcell.flcell04 {
  margin: 0 auto 0rem;
}
.l-main.company .under_flcell.flcell04 .under_flcell_left {
  width: 64rem;
}
.l-main.company .under_flcell.flcell04 .under_flcell_right {
  width: 96rem;
  max-width: 96rem;
  margin-right: -3.2rem;
  margin-top: 11rem;
}

@media only screen and (max-width: 768px) {
  .l-main.company .under_flcell.flcell01 {
    margin: 0 auto 0rem;
    width: 30rem;
  }
  .l-main.company .under_flcell.flcell01 .under_flcell_left {
    width: 30rem;
  }
  .l-main.company .under_flcell.flcell01 .under_flcell_right {
    width: 30rem;
  }

  .l-main.company .under_flcell.flcell02 {
    margin: 0 auto 3.5rem;
    width: 30rem;
  }
  .l-main.company .under_flcell.flcell02 .under_flcell_left {
    width: 30rem;
  }
  .l-main.company .under_flcell.flcell02 .under_flcell_right {
    width: 30rem;
  }
  /*
  .l-main.company .under_flcell.flcell03 {
    margin: 0 auto 0rem;
  }
  .l-main.company .under_flcell.flcell03 .under_flcell_left {
    width: 30rem;
    margin: 0 auto;
  }
  .l-main.company .under_flcell.flcell03 .under_flcell_right {
    width: 30rem;
    margin: 6.0rem auto 0;
  }
  */
  .l-main.company .under_flcell.flcell04 {
    margin: 0 auto 0rem;
  }
  .l-main.company .under_flcell.flcell04 .under_flcell_left {
    width: 30rem;
  }
  .l-main.company .under_flcell.flcell04 .under_flcell_right {
    width: 30rem;
    max-width: 30rem;
    margin: 0;
  }
}

.l-main.company p {
  font-size: 2.0rem;
  line-height: 2.0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
}
.l-main.company .under_h3_cell p {
  font-size: 1.6rem;
  font-weight: 500;
}
.company_cell.cell01 {
  width: 160rem;
  margin: 0 auto 24.0rem;
}
.l-main.company .company_cell p.txt01 {
  font-size: 3.6rem;
  line-height: 2.0;
  margin: 0 0 0;
  color: #0050A5;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 500;
  text-align: left;
}
.l-main.company .company_cell p.txt01.txt03 {
  font-size: 4.6rem;
  font-weight: 200;
}
.company_cell .txt02 {
  font-size: 3.6rem;
  line-height: 2.0;
  margin: 0 0 0;
  color: #0050A5;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 500;
  text-align: left;
}
.l-main .company_cell .under_h3_cell h3 {
  margin-bottom: 1.0rem;
}
.company_cell.cell01 .img01 {
  width: 128rem;
  margin: 0 auto;
}
.company_cell.cell02 {
  position: relative;
  width: 160rem;
  margin: 0 auto 30rem;
}
.company_cell.cell02 .cell02_img {
  position: absolute;
  width: 35rem;
  /* height: 150rem; */
  left: -26rem;
  left: -100rem;
  top: 53rem;
  top: -75rem;
  z-index: 3;
}



.company_cell.cell02 .cell02_img .js-animation-dna-tate {
  width: 100%;      /* 親要素に対して100% */
  width: 530%;      /* 親要素に対して100% */
  /*max-width: 800px;  必要に応じて最大幅を設定 */
  height: auto;     /* 高さを自動調整 */
  margin: 0 auto;   /* 中央寄せ */
  opacity: 0.5;
}





.company_cell.cell02 .img02 {
  margin: 0 auto 6.5rem;
}
.company_cell.cell02 .president_cell {
  margin-bottom: 13rem;
}
.company_cell.cell02 .president_cell .txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #0050A5;
  margin: 0 0 2.0rem 80rem;
  text-align: left;
}
.company_cell.cell02 .president_cell .img {
  width: 48rem;
  margin: 0 auto 0 80rem;
}
/*
.company_cell.cell03 {
  position: relative;
  width: 160rem;
  margin: 0 auto 28rem;
}
.company_cell.cell03 .cell03_img {
  position: absolute;
  width: 32rem;
  right: -0rem;
  top: 9.0rem;
}
*/
.company_cell .img04 {
  margin-bottom: 7.0rem;
}
.company_cell.cell04 {
  position: relative;
  width: 160rem;
  margin: 0 auto 22rem;
}
.l-main.company .under_flcell.flcell04 .under_flcell_left a {
  position: relative;
  display: flex;
  width: max-content;
  margin: 6.0rem 0 0;
  font-size: 2.0rem;
  color: #fff;
  line-height: 1;
  padding: 0.8rem 5.0rem 0.8rem 0.8rem;
  background: #000;
  border-radius: 0.3rem;
  text-decoration: none;
}
.l-main.company .under_flcell.flcell04 .under_flcell_left a::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/company/icon_blank.png) no-repeat;
  background-size: 100% 100%;
  width: 1.4rem;
  height: 1.7rem;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-main.company .under_flcell.flcell04 .under_flcell_right a {
  display: none;
}

.company_cell.cell05 {
  margin: 0 0 34rem;
}
.company_cell.cell05 .lead_cell {
  width: 160rem;
  margin: 0 auto 9rem;
}
.company_cell.cell05 .group_cell {
  position: relative;
  display: flex;
  margin: 0 0 5.0rem;
  padding: 0 0 0 32rem;
}
.company_cell.cell05 .group_cell::after {
  display: block;
  content: "";
  position: absolute;
  width: 32rem;
  height: 2px;
  background: #0050A5;
  left: 0;
  top: 1.6rem;
}
.company_cell.cell05 .group_cell .group_cell_txt01 {
  background: url(../img/company/group_cell_txt01.png) no-repeat left 0.5rem;
  background-size: 3.0rem 3.0rem;
  padding: 0 0 0 4.2rem;
  width: 48rem;
  font-size: 3.0rem;
  font-weight: bold;
  color: #0050A5;
  line-height: 1;
  text-decoration: none;
}
.company_cell.cell05 .group_cell .group_cell_txt01 a {
  font-size: 3.0rem;
  font-weight: bold;
  color: #0050A5;
  line-height: 1.2;
  text-decoration: none;
}
.company_cell.cell05 .group_cell .group_cell_txt01 a[target="_blank"] {
  width: max-content;
  padding: 0 2.0rem 0 0;
  background: url(../img/common/arrow_blank.png) no-repeat right center;
  background-size: 1.4rem 1.7rem;
}
.company_cell.cell06 {
  margin: 0 0 31rem;
}
.company_cell.cell06 .under_h3_cell {
  width: 160rem;
  margin: 0 auto 0rem;
}
.company_cell.cell06 .company_info {
  width: 128rem;
  margin: 0 auto;
  border-top: 1px solid #0050A5;
}
.company_cell.cell06 .company_info li {
  border-bottom: 1px solid #0050A5;
  padding: 3.2rem 16rem;
  display: flex;
  align-items: center;
  font-size: 2.0rem;
  font-family: "Noto Sans JP", sans-serif;
}
.company_cell.cell06 .company_info li .info_txt01 {
  color: #0050A5;
  font-weight: 500;
  width: 16rem;
}
.company_cell.cell07 .under_h3_cell {
  width: 160rem;
  margin: 0 auto 0rem;
}

.l-main.company .horizontal-wrapper {
  position: relative;
  width: 100vw;
  overflow: hidden; /* 縦スクロールを防ぐ */
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 1.5rem;
}
.l-main.company .horizontal-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  width: 2.0rem;
  height: 4.0rem;
  background: url(../img/company/horizontal_arrow.png) no-repeat;
  background-size: 100% 100%;
  top: 0.8rem;
  right: 4.0rem;
  z-index: 1;
}
.l-main.company .horizontal-wrapper::after {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 5rem);
  height: 1px;
  background: #222222;
  top: 2.7rem;
  left: 0;
  z-index: 1;
}
.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.l-main.company .horizontal-scroll {
  display: flex;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding-left: 16rem;
}
.l-main.company .horizontal-scroll li {
  position: relative;
  width: 48rem !important;
  margin-right: 16rem;
  padding-top: 6rem;
}
.l-main.company .horizontal-scroll li::after {
  display: block;
  content: "";
  position: absolute;
  width: 3.0rem;
  height: 3.0rem;
  top: 0rem;
  left: 0;
  background: url(../img/company/group_cell_txt01.png) no-repeat;
  background-size: 3.0rem 3.0rem;
  z-index: 2;
}
.l-main.company .horizontal-scroll li .scroll_txt01 {
  font-size: 17.5rem;
  line-height: 1.0;
  margin: 0rem 0rem 3.2rem 0rem;
  width: 48rem !important;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #0050A5;
  letter-spacing: 0.03em;
}
.l-main.company .horizontal-scroll li .scroll_txt02 {
  font-size: 2.0rem;
  line-height: 2.0;
  margin: 0rem 0rem 0rem 0rem;
  height: 21rem;
}

.l-main.company .dl_company01 {
  padding-left: 6.0rem;
}
.l-main.company .dl_company01 dt {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 2.5rem;
  color: #0050A5;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.l-main.company .dl_company01 dd {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 5.5rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .l-main.company p {
    font-size: 1.2rem;
    letter-spacing: 0.09em;
  }
  .company_cell.cell01 {
    width: 100%;
    margin: 0 auto 8.0rem;
  }
/*
.l-main.company .company_cell p.txt01 {
  font-size: 3.6rem;
  line-height: 2.0;
  margin: 0 0 0;
  color: #0050A5;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 500;
  text-align: left;
}
.l-main.company .company_cell p.txt01.txt03 {
  font-size: 4.6rem;
  font-weight: 200;
}
.company_cell .txt02 {
  font-size: 3.6rem;
  line-height: 2.0;
  margin: 0 0 0;
  color: #0050A5;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 500;
  text-align: left;
}
*/
  .l-main.company .company_cell p.txt01 {
    font-size: 2.0rem;
    line-height: 2.0;
    margin: 0 0 0;
    color: #0050A5;
    letter-spacing: -0.03em;
  }
  .l-main.company .company_cell p.txt01.txt03 {
    font-size: 2.0rem;
    margin: 0 0 4rem 6rem;
  }
  .company_cell .txt02 {
    font-size: 3.6rem;
    line-height: 2.0;
    margin: 0 0 0;
    color: #0050A5;
    font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
    font-weight: 500;
    text-align: left;
  }
  .l-main .company_cell .under_h3_cell h3 {
    margin-bottom: 0.3rem;
  }
  .company_cell.cell01 .img01 {
    width: 100%;
    margin: 0 auto;
  }
  .company_cell.cell02 {
    width: 30rem;
    margin: 0 auto 7.0rem;
  }
  .company_cell.cell02 .cell02_img {
    width: 8.6rem;
    height: 17.6rem;
    left: -5.5rem;
    left: -24rem;
    top: 26rem;
    top: -6rem;
  }
  .company_cell.cell02 .img02 {
    margin: 0 auto 2.2rem;
  }
  .company_cell.cell02 .president_cell {
    margin-bottom: 6rem;
  }
  .company_cell.cell02 .president_cell .txt {
    font-size: 1.0rem;
    margin: 0 0 1.0rem;
    text-align: right;
  }
  .company_cell.cell02 .president_cell .img {
    width: 17.5rem;
    margin: 0 0 0 auto;
  }
  /*
  .company_cell.cell03 {
    width: 100%;
    margin: 0 auto 10rem;
  }
  .company_cell.cell03 .cell03_img {
    width: 7.4rem;
    right: -0rem;
    top: 55rem;
  }
  */
  .l-main .company_cell.cell03 .under_h3_cell {
    width: 30rem;
    margin: 0 auto;
  }
  .company_cell .img04 {
    width: 33rem;
    margin-bottom: 3.0rem;
    margin-left: -3.0rem;
  }
  .company_cell.cell04 {
    position: relative;
    width: 30rem;
    margin: 0 auto 10rem;
  }
  .l-main.company .company_cell.cell04 .under_txt01 {
    margin-bottom: 5.0rem;
  }
  .l-main.company .under_flcell.flcell04 .under_flcell_left a {
    display: none;
  }
  .l-main.company .under_flcell.flcell04 .under_flcell_right a {
    position: relative;
    display: flex;
    width: max-content;
    color: #fff;
    line-height: 1;
    margin: 4.0rem auto 0;
    font-size: 1.2rem;
    padding: 0.8rem 5.0rem 0.8rem 0.8rem;
    background: #000;
    border-radius: 0.3rem;
    text-decoration: none;
  }
  .l-main.company .under_flcell.flcell04 .under_flcell_right a::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/company/icon_blank.png) no-repeat;
    background-size: 100% 100%;
    width: 1.4rem;
    height: 1.7rem;
    right: 1.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .company_cell.cell05 {
    margin: 0 0 10rem;
  }
  .company_cell.cell05 .lead_cell {
    width: 30rem;
    margin: 0 auto 5.5rem;
  }
  .company_cell.cell05 .group_cell {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 5.0rem;
    padding: 0 0 0 3.0rem;
  }
  .company_cell.cell05 .group_cell::after {
    width: 3.0rem;
    top: 1.6rem;
  }
  .company_cell.cell05 .group_cell .group_cell_txt01 {
    height: 3.0rem;
    background: url(../img/company/group_cell_txt01.png) no-repeat left 0.5rem;
    background-size: 2.0rem 2.0rem;
    padding: 0 0 0 3.0rem;
    width: auto;
    font-size: 2.0rem;
  }
  .company_cell.cell05 .group_cell .group_cell_txt01 a {
    font-size: 2.0rem;
  }
  .company_cell.cell05 .group_cell .group_cell_txt01 a[target="_blank"] {
    padding: 0 2.0rem 0 0;
    background: url(../img/common/arrow_blank.png) no-repeat right center;
    background-size: 0.9rem 1.1rem;
  }
  .company_cell.cell06 {
    margin: 0 0 10.5rem;
  }
  .company_cell.cell06 .under_h3_cell {
    width: 30rem;
    margin: 0 auto 0rem;
  }
  .company_cell.cell06 .company_info {
    width: 30rem;
    margin: 0 auto;
  }
  .company_cell.cell06 .company_info li {
    padding: 2.0rem 6.0rem;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
  }
  .company_cell.cell06 .company_info li .info_txt01 {
    width: 100%;
    text-align: left;
  }
  .company_cell.cell06 .company_info li .info_txt02 {
    width: 100%;
    text-align: left;
  }
  .company_cell.cell07 .under_h3_cell {
    width: 30rem;
    margin: 0 auto 0rem;
    padding-bottom: 2.0rem;
  }

  .l-main.company .horizontal-wrapper {
    position: relative;
    width: 100vw;
    overflow: hidden; /* 縦スクロールを防ぐ */
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 1.5rem;
  }
  .l-main.company .horizontal-wrapper::before {
    width: 1.5rem;
    height: 3.0rem;
    top: 1.2rem;
    right: 2.0rem;
  }
  .l-main.company .horizontal-wrapper::after {
    top: 2.7rem;
    left: 0;
    z-index: 1;
  }
  .horizontal-scroll::-webkit-scrollbar {
    display: none;
  }

  .l-main.company .horizontal-scroll {
    display: flex;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-left: 3.0rem;
  }
  .l-main.company .horizontal-scroll li {
    position: relative;
    width: 30rem !important;
    margin-right: 3rem;
    padding-top: 6rem;
  }
  .l-main.company .horizontal-scroll li::after {
    display: block;
    content: "";
    position: absolute;
    width: 3.0rem;
    height: 3.0rem;
    top: 0rem;
    left: 0;
    background: url(../img/company/group_cell_txt01.png) no-repeat;
    background-size: 3.0rem 3.0rem;
    z-index: 2;
  }
  .l-main.company .horizontal-scroll li .scroll_txt01 {
    font-size: 7.2rem;
    margin: 0rem 0rem 2.0rem 0rem;
    width: 30rem !important;
  }
  .l-main.company .horizontal-scroll li .scroll_txt02 {
    font-size: 1.2rem;
    height: 11rem;
  }

  .l-main.company .dl_company01 {
    padding-left: 3.0rem;
  }
  .l-main.company .dl_company01 dt {
    font-size: 1.2rem;
    margin: 0 0 1.0rem;
  }
  .l-main.company .dl_company01 dd {
    font-size: 1.2rem;
    margin: 0 0 3.5rem;
  }
}











.l-main.company .test_demo ul li p.year ,
.l-main.eco_biodiversity .test_demo ul li p.year {
  color: #0050A5;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
/* パソコンだけ */
@media only screen and (min-width: 769px) {
  .l-main.company .test_demo ,
  .l-main.eco_biodiversity .test_demo {
    width: 160rem;
    margin: 0 auto 0rem;
  }
  .l-main.company .test_demo ul ,
  .l-main.eco_biodiversity .test_demo ul {
    background: url("../img/common/bk---.png") repeat-y left 35% top;
    background-size: 2px 6px;
  }
  .l-main.company .test_demo ul li ,
  .l-main.eco_biodiversity .test_demo ul li {
    clear: both;
    position: relative;
    min-height: 20rem;
    background: url("../img/common/bk-o-.jpg") no-repeat left 34.8% top 4rem;
    background-size: 4rem 4rem;
    margin-bottom: 12rem;
  }
  .l-main.company .test_demo ul li p.year ,
  .l-main.eco_biodiversity .test_demo ul li p.year {
    position: absolute;
    left: 40%;
    font-size: 16rem;
    padding-bottom: 16rem;
  }
  .l-main.company .test_demo ul li p.text ,
  .l-main.eco_biodiversity .test_demo ul li p.text {
    width: 32.5%;
    float: right;
  }
  .l-main.company .test_demo ul li p.text span ,
  .l-main.eco_biodiversity .test_demo ul li p.text span {
    display: block;
    background: url("../img/common/bk_k.jpg") no-repeat left top 1.75rem;
    background-size: 4rem 1px;
    padding-left: 6rem;
    padding-bottom: 1rem;
  }
  .l-main.company .test_demo ul li div.img ,
  .l-main.eco_biodiversity .test_demo ul li div.img {
    width: 30%;
    float: left;
  }
  .l-main.company .test_demo ul li div.img img ,
  .l-main.eco_biodiversity .test_demo ul li div.img img {
    padding-bottom: 4rem;
  }
}
/* スマホだけ */
@media only screen and (max-width: 768px) {
  .l-main.company .test_demo ,
  .l-main.eco_biodiversity .test_demo {
    width: 30rem;
    margin: 0 auto 0rem;
    padding-bottom: 2.0rem;
  }
  .l-main.company .test_demo ul ,
  .l-main.eco_biodiversity .test_demo ul {
    background: url("../img/common/bk---.png") repeat-y left 0.4rem top;
    background-size: 2px 6px;
  }
  .l-main.company .test_demo ul li ,
  .l-main.eco_biodiversity .test_demo ul li {
    padding-left: 2.0rem;
    background: url("../img/common/bk-o-.jpg") no-repeat left top 2rem;
    background-size: 1rem 1rem;
    margin-bottom: 4rem;
  }
  .l-main.company .test_demo ul li p.year ,
  .l-main.eco_biodiversity .test_demo ul li p.year {
    font-size: 5rem;
    padding-bottom: 2rem;
  }
  .l-main.company .test_demo ul li p.text ,
  .l-main.eco_biodiversity .test_demo ul li p.text {
  }
  .l-main.company .test_demo ul li p.text span ,
  .l-main.eco_biodiversity .test_demo ul li p.text span {
    display: block;
    background: url("../img/common/bk_k.jpg") no-repeat left top 1rem;
    background-size: 1rem 1px;
    padding-left: 2rem;
    padding-bottom: 1rem;
  }
  .l-main.company .test_demo ul li div.img ,
  .l-main.eco_biodiversity .test_demo ul li div.img {
  }
  .l-main.company .test_demo ul li div.img img ,
  .l-main.eco_biodiversity .test_demo ul li div.img img {
    padding-bottom: 2rem;
  }
}















.l-main .cell_report {
  display: flex;
  margin: 0;
}
.l-main .cell_report .cell_report_left {
  width: 64rem;
  height: 40rem;
  display: flex;
  align-items: center;
}
.l-main.eco_biodiversity .cell_report .cell_report_left {
  background: url(../img/eco_biodiversity/cell_report_left_pc.png);
  background-size: 100% 100%;
}
.l-main.local .cell_report .cell_report_left {
  background: url(../img/local/cell_report_left_pc.png);
  background-size: 100% 100%;
}
.l-main .cell_report .cell_report_left h3 {
  font-size: 7.2rem;
  line-height: 1.6;
  margin: 0 0 0;
  padding: 0rem 0 0 7.0rem;
  color: #fff;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 500;
  text-align: left;
}
.l-main .cell_report .cell_report_left h3 span {
  background: rgba(0,0,0,0.5);
  padding: 0.2rem 0.2rem;
}
.l-main .cell_report .cell_report_right {
  width: 64rem;
  background: #EBF4FF;
  border-radius: 0 3.6rem 3.6rem 0;
  padding: 6.0rem 0 0;
}
.l-main .cell_report .cell_report_right p {
  font-size: 2.0rem;
  line-height: 2.0;
  margin: 0rem 0rem 6.0rem 9.0rem;
  width: 48rem;
  letter-spacing: 0.09em;
}
.l-main .cell_report .cell_report_right a {
    display: grid;
    place-content: center;
    width: 32rem;
    height: 7rem;
    border: 0.2rem solid var(--base);
    border-radius: 100px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.4;
    letter-spacing: 0.12em;
    font-size: 3rem;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    color: var(--base);
    transition: 0.3s;
    text-decoration: none;
    margin-left: auto;
    margin-right: 8rem;
}
.l-main .cell_report .cell_report_right a:after{
    content: "";
    width: 1.6rem;
    aspect-ratio: 1 / 1;
    border-width: 0.2rem 0.2rem 0 0;
    border-style: solid;
    border-color: var(--base);
    position: absolute;
    top: 50%;
    right: 2.48rem;
    translate: 0 -50%;
    rotate: 45deg;
    transition: 0.3s;  
}
@media only screen and (max-width: 768px) {
  .l-main .cell_report {
    flex-direction: column;
    margin: 0;
  }
  .l-main .cell_report .cell_report_left {
    width: 30rem;
    height: 24rem;
  }
  .l-main.eco_biodiversity .cell_report .cell_report_left {
    background: url(../img/eco_biodiversity/cell_report_left_sp.png);
    background-size: 100% 100%;
  }
  .l-main.local .cell_report .cell_report_left {
    background: url(../img/local/cell_report_left_sp.png);
    background-size: 100% 100%;
  }
  .l-main .cell_report .cell_report_left h3 {
    font-size: 3.6rem;
    line-height: 1.6;
    padding: 0rem 0 0 3.0rem;
  }
  .l-main .cell_report .cell_report_left h3 span {
    background: rgba(0,0,0,0.5);
    padding: 0.2rem 0.2rem;
  }
  .l-main .cell_report .cell_report_right {
    width: 100%;
    border-radius: 0 0 1.2rem 1.2rem;
    padding: 3.2rem 0 3.0rem;
  }
  .l-main .cell_report .cell_report_right p {
    font-size: 1.2rem;
    margin: 0rem auto 2.5rem;
    width: 24.5rem;
    letter-spacing: 0.09em;
  }
  .l-main .cell_report .cell_report_right a {
    font-size: 1.6rem;
    line-height: 1.0;
    margin: 0rem auto 0rem;
    width: 17rem;
    height: 3.7rem;
    border-radius: 2.7rem;
  }
  .l-main .cell_report .cell_report_right a:after{
            width: 0.8rem;
        border-width: 1px 1px 0 0;
        right: 1.51rem;

  }
}

.under_inner .under_txt01 {
  text-align: left;
  font-size: 2.0rem;
  line-height: 2.0;
  margin: 0 0 5.0rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
}
.under_inner .under_txt01 a {
  color: #0050A5;
  text-decoration: none;
}
.under_inner .under_txt_date {
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 7.0rem;
  color: #7B7D80;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .under_inner .under_txt01 {
    font-size: 1.2rem;
    margin: 0 0 4.5rem;
  }
  .under_inner .under_txt_date {
    font-size: 1.0rem;
    line-height: 1.8;
    margin: 0 0 4.5rem;
  }
}







/* お問い合わせページ */
.under_inner .contact_info {
  border-top: 2px solid #0050A5;
  margin: 0 auto 10.5rem;
  text-align: center;
}
.under_inner .contact_info li {
  padding: 2.0rem 0;
  border-bottom: 2px solid #0050A5;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.under_inner .contact_info li:nth-child(1) {
  background: #EBF4FF;
  font-size: 3.0rem;
}
.under_inner .contact_info li span {
  color: #0050A5;
  font-size: 3.0rem;
  line-height: 1.25;
  display: inline-block;
  padding-bottom: 1.0rem;
}
.under_inner .contact_bnr {
  max-width: 64rem;
  margin: 0 auto 11.0rem;
}
.under_inner .contact_bnr li {
  margin: 0 0 2.4rem;
}
.under_inner .contact_bnr li:last-child {
  margin: 0 0 0rem;
}
.under_inner .contact_bnr li a {
  position: relative;
  background: #fff;
  display: flex;
  padding: 7.2rem 0rem 7.2rem 7.0rem;
  border: 2px solid #0050A5;
  border-radius: 2.4rem;
  text-align: left;
  text-decoration: none;
  font-size: 4.8rem;
  font-weight: bold;
  color: #0050A5;
  line-height: 1.5;
}
.under_inner .contact_bnr li:nth-child(3) a {
  background: #0050A5;
  color: #fff;
}
.under_inner .contact_bnr li a::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/contact/icon_target.png) no-repeat;
  background-size: 100% 100%;
  width: 3.3rem;
  height: 4.0rem;
  right: 7.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.under_inner .contact_bnr li:nth-child(3) a::after {
  background: url(../img/contact/icon_target02.png) no-repeat;
  background-size: 100% 100%;
  width: 3.3rem;
  height: 4.0rem;
}
@media only screen and (max-width: 768px) {
  .under_inner .contact_info li:nth-child(1) {
    font-size: 1.5rem;
  }
  .under_inner .contact_info li span {
    font-size: 1.5rem;
  }
  .under_inner .contact_bnr {
    max-width: 30rem;
    margin: 0 auto 7.5rem;
  }
  .under_inner .contact_bnr li {
    margin: 0 0 2.4rem;
  }
  .under_inner .contact_bnr li:last-child {
    margin: 4.8rem 0 0rem;
  }
  .under_inner .contact_bnr li a {
    align-items: center;
    padding: 0rem 0rem 0rem 2.6rem;
    border-radius: 1.2rem;
    font-size: 2.0rem;
    line-height: 1.5;
    height: 12.0rem;
  }
  .under_inner .contact_bnr li:nth-child(3) a {
    background: #0050A5;
    color: #fff;
  }
  .under_inner .contact_bnr li a::after {
    background: url(../img/contact/icon_target.png) no-repeat;
    background-size: 100% 100%;
    width: 2.0rem;
    height: 2.4rem;
    right: 4.0rem;
  }
  .under_inner .contact_bnr li:nth-child(3) a::after {
    background: url(../img/contact/icon_target02.png) no-repeat;
    background-size: 100% 100%;
    width: 2.0rem;
    height: 2.4rem;
  }
}
/* お問い合わせページ */


/* 個人情報保護方針ページ */
.under_inner .policy_cell {
  padding-bottom: 16rem;
}
.under_inner .policy_cell#anc01 {
  margin-bottom: 23.5rem;
}
.under_inner .policy_cell h3 {
  text-align: left;
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 6.5rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
}
.under_inner .policy_cell .under_txt01 {
  margin-bottom: 10.0rem;
}
.under_inner .policy_cell .dl_policy {
}
.under_inner .policy_cell .dl_policy dt {
  display: flex;
  font-size: 3.0rem;
  font-weight: bold;
  margin: 0 0 2.0rem;
  text-align: left;
}
.under_inner .policy_cell .dl_policy dt .num {
  width: 1.4em;
}
.under_inner .policy_cell .dl_policy dt .txt {
  width: calc(100% - 1.4em);
}
.under_inner .policy_cell .dl_policy dd {
  margin: 0 0 6.5rem;
}
.under_inner .policy_cell .dl_policy dd p {
  font-size: 2.0rem;
  line-height: 2.0;
  text-align: left;
  margin: 0 0 3.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.under_inner .policy_cell .dl_policy dd p.mb0 {
  margin: 0 0 0rem;
}
.under_inner .policy_cell .dl_policy dd p:last-of-type {
  margin: 0 0 0rem;
}
.under_inner .policy_cell .dl_policy dd p a {
  color: #0050A5;
  text-decoration: none;
}
.under_inner .policy_info {
  border-top: 2px solid #000000;
  margin: 2.5rem auto 6.5rem;
}
.under_inner .policy_info dt {
  padding: 1.5rem 0;
  border-bottom: 2px solid #000;
  font-weight: 500;
  font-size: 2.0rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.under_inner .policy_info dd {
  padding: 2.5rem 0;
  border-bottom: 2px solid #000;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 2.0;
}
.under_inner .policy_info dd p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.under_inner .policy_info dd a {
  color: #0050A5;
  text-decoration: none;
}
.under_inner .policy_detail {}
.under_inner .policy_detail h4 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: left;
  margin: 0 0 2.0rem;
}
.under_inner .policy_detail .p_txt01 {
  font-size: 2.0rem;
  line-height: 2.0;
  text-align: left;
  margin: 0 0 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.under_inner .policy_detail .p_txt02 {
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.under_inner .policy_detail ul {
  text-align: left;
  margin: 0 0 3.5rem 1.0rem;
}
.under_inner .policy_detail ul li {
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0 1.2rem;
  font-size: 2.0rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.under_inner .policy_detail ul li:last-child {
  margin: 0;
}
.under_inner .policy_detail ul li::after {
  position: absolute;
  display: block;
  content: "〇";
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .under_inner .policy_cell#anc01 {
    margin-bottom: 10.5rem;
  }
  .under_inner .policy_cell h3 {
    font-size: 2.4rem;
    margin: 0 0 4.5rem;
  }
  .under_inner .policy_cell .under_txt01 {
    margin-bottom: 4.5rem;
  }
  .under_inner .policy_cell .dl_policy dt {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
  }
  .under_inner .policy_cell .dl_policy dd {
    margin: 0 0 4.5rem;
  }
  .under_inner .policy_cell .dl_policy dd.sp_mb0 {
    margin: 0 0 0rem;
  }
  .under_inner .policy_cell .dl_policy dd p {
    font-size: 1.2rem;
    margin: 0 0 2.4rem;
  }
  .under_inner .policy_cell .dl_policy dd p.sp_txt {
    margin-left: -0.2rem;
  }
  .under_inner .policy_info {
    margin: 1.5rem auto 4.5rem;
  }
  .under_inner .policy_cell#anc02 .policy_info {
    margin-top: -2.5rem;
  }
  .under_inner .policy_info dt {
    padding: 1.0rem 0;
    font-size: 1.2rem;
  }
  .under_inner .policy_info dd {
    padding: 1.7rem 0;
    font-size: 1.2rem;
  }
  .under_inner .policy_info dd span {
    font-size: 1.0rem;
  }
  .under_inner .policy_info dd a {
    color: #0050A5;
    text-decoration: none;
  }
  .under_inner .policy_detail {}
  .under_inner .policy_detail h4 {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
  }
  .under_inner .policy_detail .p_txt01 {
    font-size: 1.2rem;
    margin: 0 0 2.4rem;
  }
  .under_inner .policy_detail .p_txt02 {
    font-size: 1.0rem;
    margin: 0 0 0.6rem;
  }
  .under_inner .policy_detail ul {
    margin: 0 0 2.4rem 0.6rem;
  }
  .under_inner .policy_detail ul li {
    font-size: 1.2rem;
    padding: 0 0 0 1.4em;
    margin: 0 0 1.0rem;
  }
  .under_inner .policy_detail ul li:last-child {
    margin: 0;
  }
}

/*
.under_inner .table {
  border-bottom: 1px solid #000;
  text-align: left;
  border-collapse: collapse;
}
.under_inner .table {
  border-bottom: 1px solid #000;
  text-align: left;
  border-collapse: collapse;
}
.under_inner .table tbody {
}
.under_inner .table tbody tr {
}
.under_inner .table tbody tr th ,
.under_inner .table tbody tr td {
  vertical-align: top;
}
.under_inner .table tbody tr th {
  border-top: 1px solid #000;
  white-space: nowrap;
  padding: 1rem 1.5rem 1rem 0;
}
.under_inner .table tbody tr td {
  border-top: 1px solid #000;
  font-size: 100%;
  line-height: 1.5;
  padding: 2rem 1.5rem 2rem 0;
}
.under_inner .table tbody tr td:nth-child(1) {
  white-space: nowrap;
}
.under_inner .table tbody tr td:nth-child(5) {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .under_inner .table {
  }
  .under_inner .table tbody {
  }
  .under_inner .table tbody tr {
  }
  .under_inner .table tbody tr th {
  }
  .under_inner .table tbody tr td {
  }
}
*/


.under_inner .policy_cell .table_scroll {
  overflow-x: scroll;
  position: relative;
}
.under_inner .policy_cell .table_scroll::after {
}
.under_inner .policy_cell .table_scroll table {
  width: 75vw;
  border-collapse: collapse;
  margin-top: 2.2vw;
}
.under_inner .policy_cell .table_scroll table thead {
}
.under_inner .policy_cell .table_scroll table thead th {
  padding: 0.88vw 0 0.88vw;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  font-size: 1.04vw;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.under_inner .policy_cell .table_scroll table thead th:nth-of-type(1) {
  width: 13.2%;
}
.under_inner .policy_cell .table_scroll table thead th:nth-of-type(2) {
  width: 33.3%;
}
.under_inner .policy_cell .table_scroll table thead th:nth-of-type(3) {
  width: 22.2%;
}
.under_inner .policy_cell .table_scroll table thead th:nth-of-type(4) {
  width: 20.3%;
}
.under_inner .policy_cell .table_scroll table thead th:nth-of-type(5) {
  width: 11%;
}
.under_inner .policy_cell .table_scroll table tbody th {
  padding: 1.1vw 0 1.3vw;
  border-bottom: 2px solid #000000;
  font-size: 1.04vw;
  font-weight: 400;
  line-height: 2.0;
  text-align: left;
  font-weight: 500;
  vertical-align: top;
  letter-spacing: 0.03em;
}
.under_inner .policy_cell .table_scroll table tbody td {
  padding: 1.3vw 1.5vw 1.3vw 0;
  border-bottom: 2px solid #000000;
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
  vertical-align: top;
  letter-spacing: 0.03em;
}
.under_inner .policy_cell .table_scroll table tbody td a {
  color: #0050A5;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .under_inner .policy_cell .table_cell {
    border-top: 1px solid #000;
    margin-top: 5.5vw;
  }
  .under_inner .policy_cell .table_cell .table_cell_ttl {
    border-bottom: 1px solid #000;
    padding: 2.7vw 0;
    margin: 0;
    font-size: 3.3vw;
    text-align: center;
    line-height: 1;
  }
  .under_inner .policy_cell .table_cell .table_cell_detail {
    border-bottom: 1px solid #000;
    padding: 4.4vw 0;
  }
  .under_inner .policy_cell .table_cell .table_cell_detail .cell {
    display: flex;
    justify-content: space-between;
    margin: 0 0 5vw;
  }
  .under_inner .policy_cell .table_cell .table_cell_detail .cell:last-of-type {
    margin: 0 0 0vw;
  }
  .under_inner .policy_cell .table_cell .table_cell_detail .cell .txt01 {
    font-size: 3.3vw;
    line-height: 1.5;
    margin: 0;
    width: 30%;
    color: #474C52;
  }
  .under_inner .policy_cell .table_cell .table_cell_detail .cell .txt02 {
    font-size: 2.7vw;
    line-height: 1.5;
    margin: 0;
    width: 70%;
  }
}
/* 個人情報保護方針ページ */




/* Google analyticsのCookie使用の確認ダイアログ */
/* ダイアログ全体のスタイル */
/* 文字色・背景色。表示位置など基本的な箇所はここで調整 */
@media only screen and (min-width: 769px) {
.check-accept-google-analytics {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 2em 3em;
  text-align: center;
  background-color: rgba(221,238,255,0.8);
}
.check-accept-google-analytics > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
/* 文章のスタイル */
.check-accept-google-analytics > div > p {
  text-align: left;
  margin: 0 1.5em;
  font-size: 1.2em;
  line-height: 1.5em;
  width: 70%;
}
/* 文章内リンクのスタイル */
.check-accept-google-analytics > div > p > a {
  color: #0050A5;
  text-decoration: underline;
}
/* 本文の前にアイコンや画像をつけたい場合はここに記入 */
.check-accept-google-analytics > div > p::before {
}
/* 許可する・しないボタンのデザイン */
.check-accept-google-analytics > div > div {
  text-align: right;
  width: 20%;
}
/* ボタン共通 */
.check-accept-google-analytics > div > div > button {
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 0.5em 2rem;
  line-height: 1.5em;
  color: #fff;
  border-radius: 0.2em;
}
/* 許可するボタン */
.check-accept-google-analytics > div > div > button.ga-accept-button {
  background-color: #48B;
}
/* 許可しないボタン */
.check-accept-google-analytics > div > div > button.ga-deny-button {
  background-color: #999;
}
/* 許可する/しないボタンの前にアイコンをつけたい場合はここに記入 */
.check-accept-google-analytics > div > div > button::before {/*共通*/}
.check-accept-google-analytics > div > div > button.ga-accept-button::before {/* 許可する */}
.check-accept-google-analytics > div > div > button.ga-deny-button::before {/* 許可しない */}
}


/* スマホのスタイル */
@media only screen and (max-width: 768px) {
.check-accept-google-analytics {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 1em 1em;
  background-color: rgba(221,238,255,0.8);
}
.check-accept-google-analytics > div {
}
/* 文章のスタイル */
.check-accept-google-analytics > div > p {
  text-align: left;
  margin: 0 0 1em;
  font-size: 0.8em;
  line-height: 1.5em;
}
/* 文章内リンクのスタイル */
.check-accept-google-analytics > div > p > a {
  color: #0050A5;
  text-decoration: underline;
}
/* 本文の前にアイコンや画像をつけたい場合はここに記入 */
.check-accept-google-analytics > div > p::before {
}
/* 許可する・しないボタンのデザイン */
.check-accept-google-analytics > div > div {
}
/* ボタン共通 */
.check-accept-google-analytics > div > div > button {
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 0.5em 2rem;
  line-height: 1.5em;
  color: #fff;
  border-radius: 0.2em;
}
/* 許可するボタン */
.check-accept-google-analytics > div > div > button.ga-accept-button {
  background-color: #48B;
}
/* 許可しないボタン */
.check-accept-google-analytics > div > div > button.ga-deny-button {
  background-color: #999;
}
/* 許可する/しないボタンの前にアイコンをつけたい場合はここに記入 */
.check-accept-google-analytics > div > div > button::before {/*共通*/}
.check-accept-google-analytics > div > div > button.ga-accept-button::before {/* 許可する */}
.check-accept-google-analytics > div > div > button.ga-deny-button::before {/* 許可しない */}
}



