@charset "UTF-8";

/* 2022年11月の更新で追加　footer css */
#foot .left_block .announce {
  height: 64px;
}
#foot .left_block .footer-pdf {
  border-bottom: solid 1px #fff;
  display: inline-block;
  padding-bottom: 0.2rem;
}
#foot .left_block .footer-pdf:hover {
  border: none;
}
#foot .left_block .footer-pdf a {
  color: #fff;
}
#foot .left_block .footer-pdf img {
  width: 1.1rem;
  margin-right: 0.5rem;
  margin-bottom: -0.08rem;
}

@media screen and (max-width: 640px) {
  #foot .left_block {
    height: 292px;
  }
  #foot .left_block .announce {
    height: 81px;
  }
  #foot .announce li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 369px) {
  #foot .left_block {
    height: 356px;
  }
  #foot .left_block .announce {
    height: 138px;
  }
}


/* 2022年3月の更新で追加　下層css */

/* SP PC共通 */
/* recruit_contents */
#recruit_contents_02 li .list_child {
  width: 100%;
  line-height: 1.6;
}
#recruit_contents_02 li .list_child dt {
  width: 100px;
}
#recruit_contents_02 li dl dd span {
  font-weight: bold;
}
.circle_area {
  position: relative;
}
.circle {
  display: inline-block;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: solid 1px #00b38c;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
.circle img {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.circle p {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 350px;
}
.circle.no01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.circle.no02 {
  position: absolute;
}
.circle.no03{
  position: absolute;
}
.introduction-txt {
  font-family: 'Noto Sans JP', sans-serif;;
}
#recruit_contents_03 {
  padding-top: 100px;
}
#recruit_contents_03 h2,
#recruit_contents_04 h2 {
  color: #000;
  font-size: 1.8em;
  margin: auto;
  padding-bottom: 30px;
  text-align: left;
}
#recruit_contents_03 .introduction-txt {
  margin-bottom: 32px;
}
#recruit_contents_03 .wrap {
  display: flex;
}
#recruit_contents_03 .system-box {
  text-align: center;
  padding: 16px;
}
#recruit_contents_03 .system-box .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
}
#recruit_contents_03 .system-box .txt01 {
  margin-top: 16px;
  line-height: 1.7;
}
#recruit_contents_03 .event {
  margin-top: 60px;
  background-color: #f2f2f2;
  position: relative;
  padding: 32px;
}
#recruit_contents_03 .event h3 {
  position: absolute;
  top: -12.5px;
  left: 32px;
  font-size: 26px;
  font-weight: bold;
}
#recruit_contents_03 .event-list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  text-align: left;
}
#recruit_contents_04 {
  padding-bottom: 100px;
}
#recruit_contents_04 h2 {
  border-bottom: solid 1px #ccc;
  line-height: 1.3;
}
#recruit_contents_03 .wrap .system-box__img {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
#recruit_contents_04 .flow-box {
  display: flex;
  justify-content: space-between;
  background-color: #f2f2f2;
  padding: 32px;
  margin-top: 30px;
}
#recruit_contents_04 .entryBtn {
  text-align: center;
}
#recruit_contents_04 .entry02 {
  margin-top: 80px;
}
#recruit_contents_04 .address {
  margin-top: 50px;
}
#recruit_contents_04 h3 {
  margin-top: 50px;
  font-weight: bold;
  font-size: 26px;
}
#recruit_contents_04 .address .txt03 {
  margin-top: 30px;
  line-height: 1.7;
}


/* about_contents */
.about_flex {
  display: flex;
}
.about_box img {
  object-fit: contain;
}
#about_contents_04 .flex {
  margin-left: auto;
  margin-right: auto;
}
#philosophy {
  text-align: center;
  font-weight: 600;
}
#philosophy h2 {
  color: #083c00;
}
#philosophy h2 span {
  border-top: solid 1px #083c00;
}
#philosophy ul {
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  line-height: 2.5;
}
/* #philosophy .inner {
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
} */

/* business_contents */
.order_text_only {
  margin-top: 30px;
  text-align: left;
  line-height: 200%;
}
.order_img_text {
  margin-top: -12px;
  font-weight: bold;
}

/* ecology_contents */
#ecology_contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 500px;
  position: relative;
  width: 100%;
  font-size: 16px;
}
.ecology_cover {
  background: url(../img/sns_bg.png);
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
}
#ecology_contents h2 {
  bottom: 40%;
  color: #000;
  font-size: 2.4em;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60%;
  width: 300px;
}
#ecology_contents h2 span {
  border-top: solid 1px #000;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}
#ecology_contents_02 {
  padding: 100px 0;
  text-align: left;
}
#ecology_contents_02 h2 {
  font-size: 1.4em;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: left;
}
.ecology_introduction,
.ecology_text,
.ecology_data_complement {
  text-align: left;
  line-height: 2;
}
#ecology_contents_03 {
  padding-top: 50px;
  padding-bottom: 100px;
}
#ecology_contents_03 h3,
#ecology_contents_04 h3 {
  border-bottom: solid 2px #dd304d;
  color: #dd304d;
  font-weight: 600;
  margin: 0 auto 80px;
  padding: 0 0 20px 0;
  text-align: center;
  line-height: 1.4;
}
.ecology_product_box {
  text-align: center;
}
.ecology_product_box p {
  font-weight: bold;
}
.ecology_product_box img {
  margin-bottom: 24px;
  box-shadow: 0 0 10px #aaa;
}
.ecology_product_box .button {
  margin: 32px 0 0 0;
}
.ecology_text {
  margin-top: 100px;
}
.ecology_text .button {
  display: block;
}
.ecology_text a.button svg {
  fill: #111;
  width: 18px;
  transition: 0.7s;
  vertical-align: text-bottom;
  padding-left: 3px;
}
.ecology_text a:hover.button svg {
  fill: #fff;
}
#ecology_contents_04 caption {
  margin-bottom: 16px;
}
.ecology_data_img img {
  width: 443px;
  text-align: left;
}
.ecology_data_img p {
  text-align: right;
  margin-top: 12px;
}
.ecology_data_text p {
  text-align: right;
  margin-top: 15px;
}
.ecology_data_text span {
  font-size: 20px;
}
.ecology_data_text table {
  border-collapse: collapse;
  text-align: center;
}
.ecology_data_text table th {
  background-color: #ddd;
}
.ecology_data_text table th,
.ecology_data_text table td {
  border: solid 1px #111;
  padding: 16px 6px;
}
#ecology_contents_05 {
  background-color: #d5f3ed;
  line-height: 2;
  padding-bottom: 100px;
}
#ecology_contents_05 h3 {
  margin-bottom: 56px;
}
.sdgs_goal {
  background-color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sdgs_goal h4 {
  margin-bottom: 80px;
}
#ecology_contents_05 h3 {
  font-weight: bold;
}
.goal_box p, .goal_box--second p {
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  margin-top: 5px;
}
.sdgs_complement {
  margin-top: 60px;
}

/* PC */
@media screen and (min-width: 641px) {
  /* recruit_contents */
  #recruit_contents_02 li .list_child {
    display: flex;
    flex-wrap: wrap;
  }
  #recruit_contents_02 li .list_child dt:not(:first-of-type),
  #recruit_contents_02 li .list_child dd:not(:first-of-type) {
    margin-top: 1rem
  }
  #recruit_contents_02 li .list_child dd {
    width: calc(100% - 100px);
  }
  #recruit_contents_03 .system-box {
    width: 256px;
    text-align: center;
    padding: 16px;
  }
  #recruit_contents_03 .wrap.type01 .system-box:nth-child(even),
  #recruit_contents_03 .wrap.type03 .system-box:nth-child(even) {
    background-color: #f2f2f2;
  }
  #recruit_contents_03 .wrap.type02 .system-box:nth-child(odd) {
    background-color: #f2f2f2;
  }
  #recruit_contents_04 .entryBtn .button {
    margin-left: 16px;
    margin-right: 16px;
  }
  #recruit_contents_04 .entryBtn .entryBtn-wrap01 .button {
    margin-top: 50px;
  }
  #recruit_contents_04 .entryBtn .entryBtn-wrap02 .button {
    margin-top: 30px;
  }
  #recruit_contents_04 ul li {
    max-width: 218px;
  }

  /* about_contents */
  .about_box img {
    padding-right: 80px;
  }
  .about_flex {
    justify-content: space-between;
  }
  #about_contents_04 .flex {
    display: flex;
    justify-content: space-between;
    width: 1024px;
    margin-top: 32px;
  }
  #about_contents_04 .about04_left {
    order: 1;
  }
  #about_contents_04 .about04_right {
    order: 2;
    padding-left: 24px;
  }
  #philosophy {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 730px;
  }
  #philosophy .inner {
    width: 1024px;
  }
  .circle_area {
    height: 730px;
    margin-top: 48px;
  }
  .circle.no01 {
    top: 0;
  }
  .circle.no02 {
    top: 42%;
    left: 14%;
  }
  .circle.no03{
    top: 42%;
    right: 14%;
  }
  .circle.no03 p {
    left: 54%;
  }
  .circle.no01 img {
    top: 23%;
  }
  .circle.no01 p {
    top: 42%;
  }
  .circle.no02 img, .circle.no03 img {
    top: 25%;
  }
  .circle.no02 p, .circle.no03 p {
    top: 44%;
  }

  /* business_contents */
  .order_img {
    display: inline-block;
  }

  /* ecology_contents */
  #ecology_contents {
    background-image: url(../img/main_ecology.jpg);
  }
  #ecology_contents_03 h3,
  #ecology_contents_04 h3 {
    font-size: 1.6em;
    width: 385px;
  }
  .ecology_product,
  .ecology_data,
  .sdgs_introduction .flex,
  .goal_contents--group01 {
    display: flex;
    justify-content: space-between;
  }
  .ecology_product_box {
    width: 28%;
  }
  .ecology_text .button {
    margin: 100px auto 0 auto;
  }
  #ecology_contents_04 {
    padding-bottom: 160px;
  }
  .ecology_data {
    margin-bottom: 100px;
  }
  .ecology_data_img {
    width: 457px;
  }
  .ecology_data_img p {
    margin-top: 12px;
  }
  .ecology_data_text {
    width: calc (100% - 457px);
  }
  .ecology_data_text table {
    width: 518px;
    margin-left: auto;
  }
  #ecology_contents_04 caption {
    text-align: left;
  }
  #ecology_contents_05 {
    padding-top: 90px;
  }
  #ecology_contents_05 h3 {
    font-size: 26px;
  }
  .sdgs_introduction {
    position: relative;
    padding-bottom: 60px;
  }
  .sdgs_introduction p {
    width: 630px;
  }
  .sdgs_introduction img {
    position: absolute;
    bottom: 0;
    right: 32px;
  }
  .goal_contents {
    padding-left: 80px;
    padding-right: 80px;
  }
  .goal_box {
    width: 232px;
  }
  .goal_contents--group01:not(:last-child) {
    margin-bottom: 40px;
  }
  .goal_contents--group01 {
    width: 100%;
  }

  /* business_contents */
  .order_img_30,
  .order_img_31 {
    max-width: 252px;
  }
}

/* SP */
@media screen and (max-width: 640px) {
  /* recruit_contents */
  #recruit_contents_02 ul {
    margin-bottom: 50px;
  }
  #recruit_contents_02 li .list_child dd {
    margin-bottom: 10px;
    line-height: 1.5;
    padding-left: 1em;
  }
  #recruit_contents_03 {
    padding: 50px 30px 0 30px;
    text-align: center;
  }
  #recruit_contents_03 .introduction-txt {
    text-align: left;
    line-height: 1.5;
  }
  #recruit_contents_03 .wrap {
    display: block;
  }
  #recruit_contents_03 .wrap .system-box {
    max-width: 100%;
  }
  #recruit_contents_03 .wrap .system-box:nth-child(odd) {
    background-color: #f2f2f2;
  }
  #recruit_contents_03 .wrap .system-box__img {
    width: 36vw;
  }
  #recruit_contents_03 .event {
    padding: 16px 4vw;
  }
  #recruit_contents_03 .event h3 {
    font-size: 20px;
    left: 3.5vw;
  }
  #recruit_contents_04 {
    padding: 0 30px 50px 30px;
    text-align: center;
  }
  #recruit_contents_04 .flow-box {
    display: block;
  }
  #recruit_contents_04 .flow-box li + li {
    margin-top: 16px;
  }
  #recruit_contents_04 .entry02 {
    margin-top: 50px;
  }
  #recruit_contents_04 ul li {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  /* about_contents */
  .about_flex {
    display: block;
  }
  .about_box img {
    margin-bottom: 24px;
    max-width: 90%;
  }
  #about_contents_04 .about04_right {
    margin-top: 24px;
  }
  .circle_area {
    height: 750px;
  }
  .circle {
    max-width: 280px;
    max-height: 280px;
    font-size: 20px;
  }
  .circle p {
    text-align: center;
  }
  .circle img {
    max-width: 40px;
    top: 23%;
  }
  .circle.no01 img {
    max-width: 36px;
  }
  .circle.no02 {
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .circle.no03 {
    top: 505px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .circle.no02 img {
    top: 25%;
  }
  .circle.no02 p {
    top: 42%;
  }
  #philosophy {
    padding: 50px 20px;
  }
  #philosophy h2 {
    padding-bottom: 24px;
  }
  #philosophy .inner {
    width: 100%;
    padding: 40px 0;
  }
  #philosophy ul {
    font-size: 16px;
    text-align: center;
  }

  /* ecology contents */
  #ecology_contents {
    background-image: url(../img/main_ecology_sp.jpg);
    height: 300px;
    position: relative;
    width: 100%;
  }
  #ecology_contents h2 {
    bottom: 40%;
    color: #000;
    font-size: 1.6em;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60%;
    width: 300px;
  }
  #ecology_contents h2 span {
    border-top: solid 1px #000;
    display: block;
    font-size: 1em;
    font-weight: 100;
    line-height: 2em;
    margin: 10px 0 0 0;
  }
  #ecology_contents_02 {
    padding: 60px 20px;
    text-align: center;
  }
  #ecology_contents_02 h2 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0 0 30px 0;
    text-align: left;
  }
  #ecology_contents_03,
  #ecology_contents_04,
  #ecology_contents_05 {
    padding: 50px 30px;
  }
  #ecology_contents_03 h3,
  #ecology_contents_04 h3 {
    font-size: 1.4em;
    max-width: 280px;
  }
  .ecology_product_box {
    width: 80%;
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
  }
  .ecology_product_box img {
    margin-bottom: 16px;
  }
  .ecology_product_box .button {
    margin: 24px 0 0 0;
  }
  .ecology_text .button {
    margin: 48px auto 0 auto;
  }
  #ecology_contents_04 {
    padding-bottom: 80px;
  }
  .ecology_data {
    margin-bottom: 60px;
    line-height: 1.2;
  }
  .ecology_data_text table {
    width: 100%;
  }
  #ecology_contents_04 caption {
    text-align: center;
  }
  .ecology_data_text table th,
  .ecology_data_text table td {
    font-size: 14px;
  }
  .ecology_data_img,
  .goal_box,
  .goal_box p,
  .sdgs_goal h4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .ecology_data_img {
    margin-bottom: 48px;
  }
  .ecology_data_img p {
    margin-top: 8px;
  }
  #ecology_contents_05 h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
  }
  .sdgs_introduction .flex {
    overflow: auto;
  }
  .sdgs_introduction .flex img {
    float: right;
    width: 35%;
    margin-left: 10px;
    margin-top: 10px;
  }
  .sdgs_introduction p {
    display: inline;
  }
  .goal_box {
    margin-bottom: 48px;
  }
  .goal_contents--group02 .goal_box--second {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 468px) {
  .sdgs_introduction {
    padding-bottom: 16px;
  }
  #recruit_contents_04 ul li {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .ecology_product_box,
  .ecology_data_img,
  .goal_box {
    width: 100%;
  }
  .ecology_data_text span {
    font-size: 18px;
  }
  .sdgs_introduction .flex img {
    width: 40%;
  }
}

@media screen and (max-width: 373px) {
  .ecology_data_text {
    overflow-x: scroll;
  }
  .ecology_data_text table {
    white-space: nowrap;
    min-width: 313px;
  }
}



/* 20230913_追加記述 */

.header__icon-pdf {
  text-decoration: none;
  color: #000;
}
.header__icon-pdf:visited {
  text-decoration: none;
}

#foot .left_block .footer-pdf a {
  color: #fff;
  margin-left: 1rem;
  border-bottom: solid 1px #fff;
  line-height: 1.5;
}
#foot .left_block .footer-pdf a:first-child {
  margin-left:0;
}

#foot .left_block .footer-pdf {
  border-bottom: none;
  display: inline-block;
  padding-bottom: 0.2rem;
  margin-bottom: 2rem;
}

#thanks {
  padding: 250px 0 100px 0;
  text-align: center;
}

#thanks h2 {
  color: #00b38c;
  font-size: 1.9em;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 640px){
  #thanks h2 {
      font-size: 1.6em;
  }

}

#thanks h2 span {
  border-top: solid 1px #00b38c;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}


#thanks h3 {
    font-size: 1.4em;
    margin: 50px 0;
}

#thanks p {
    font-size: 1em;
    line-height: 1.8em;
    padding: 0 30px;
    text-align: center;
}

#thanks .dli-arrow-down {
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 3em;
  background: currentColor;
}

#thanks .dli-arrow-down::before {
  content: '';
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}
#thanks .btn:nth-of-type(2) {
margin-left: 20px;
}

.thanks-btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.thanks-btn-box .btn {
  display: block;
}


@media(max-width: 640px ) {
  .thanks-btn-box {
    display: grid;
    justify-items: center;
    align-items: center;
  }

  #thanks .btn:nth-of-type(2) {
    margin-left: 0;
    margin-top: 30px;
    }
}

@media (max-width: 365px) {
  #foot .announce li:not(:first-child) {
    margin-left: 0;
}

  #foot .left_block .footer-pdf  {
    display: flex;
    flex-direction: column;
  }

  #foot .left_block .footer-pdf a {
    color: #fff;
    margin-left: 1rem;
    border-bottom: solid 1px #fff;
}
  #foot .left_block .footer-pdf a:not(first-child) {
    margin-top: 1.2rem;
    margin-left: 0;
}

#foot .left_block .footer-pdf a {
  width: fit-content;
}

#foot .left_block {
    height: 450px;
}
}


/* 20231005_追加記述 */

#thanks .dl__txt {
  margin-top: 3rem;
  }

  #thanks .dl__txt-margin {
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
    }

  @media screen and (max-width: 640px){
    #foot .left_block .footer-pdf {
      border-bottom: none;
      display: flex;
      padding-bottom: 0.2rem;
      flex-direction: column;
    }

    #foot .left_block .footer-pdf a {
      margin-left: 0;
      margin-bottom: 0.5em;
      width: fit-content;
  }

  #foot .left_block {
    height: auto;
}

.right_block ul li {
  padding: 0;
}
}

#foot .left_block .announce {
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.announce {
  margin: 40px 0 40px;
}

#ecology_contents {
  height: 630px;
}

#ecology_contents h2 {
  bottom: 30%;
}

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

  #ecology_contents {
    height: 300px;
  }
}


/* 20240314_追加記述 */

#contents_03 .contents-ttl_20240314 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  text-align: center;
}
#contents_03 .contents-txt_20240314 {
  max-width: 360px;
  line-height: 1.75;
}

#contents_03 .right-box_20240314 {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contents_03 .business_box .button {
  margin: 30px auto 40px;
}
#contents_03 .business-img_20240314 {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 641px) {
  #contents_03 .business {
    justify-content:inherit;
  }
 
}

@media(max-width: 640px ) {
  #contents_03 .contents-txt_20240314 {
    max-width: 100%;
    padding: 0 20px 20px;
  }
  #contents_03 .contents-ttl_20240314 {
    margin: 40px 0 20px;
  }
  #contents_03 .business_box .button {
    margin: 20px auto 40px;
  }
}

/* 20240514_追加記述 */
#contents_03 .business {
  justify-content: space-between;
}
#electric_contents {
  background: url(../img/electric_main_01.jpg) no-repeat center center;
  background-size: cover;
  background-position: 25% 80%;
  height: 500px;
  position: relative;
  width: 100%;
}
.electric_cover {
  background: url(../img/sns_bg.png);
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  position: absolute;
  width: 100%;
}
#electric_contents h2 {
  bottom: 40%;
  color: #000;
  font-size: 2.4em;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60%;
  width: 300px;
}
@media screen and (max-width: 640px){
  #electric_contents h2 {
      bottom: 40%;
      color: #000;
      font-size: 1.6em;
      height: 100px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      top: 60%;
      width: 300px;
  }

}
#electric_contents h2 span {
  border-top: solid 1px #000;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 640px) {
  #electric_contents h2 span {
      border-top: solid 1px #000;
      display: block;
      font-size: 1em;
      font-weight: 100;
      line-height: 2em;
      margin: 10px 0 0 0;
  }

}
#electric_contents_02 {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {

  #electric_contents_02 {
    padding: 50px 30px;
    text-align: center;
  }
}
#electric_contents_02 h2 {
  border-bottom: solid 2px #00b38c;
  color: #00b38c;
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 auto 60px;
  width: 400px;
  padding: 0 0 20px 0;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #electric_contents_02 h2 {
    width: 100%;
  }
}
#electric_contents_02 h2 span {
  font-size: 0.4em;
}
#electric_contents_02 .button {
  display: block;
}
#electric_contents  {
  height: 630px;
}
#electric_contents h2  {
  bottom: 30%;
}

@media screen and (max-width: 640px) {
  #electric_contents {
    height: 300px;
  }
}

.service__wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  background: #00b38c;
  display: grid;
  gap: 32px;
  place-items: center;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 750px) {
  .service__wrap {
    padding: 50px;
  }
}
@media screen and (max-width: 640px) {
  .service__wrap {
    max-width: 100%;
    padding: 16px;
    gap: 12px;
  }
}
@media screen and (max-width:460px) {
  .service__txt01 {
    grid-template-rows: 90px 90px;
  }
}

.service__wrap + * {
margin-top: 80px;
}
@media screen and (max-width:640px) {
  .service__wrap + * {
    margin-top: 40px;
    }
}

.service__txt01 {
  line-height: 1.25;
  padding: 30px 16px;
  background: #fff;
  width: 100%;
  font-size: 24px;
  color: #00b38c;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .service__txt01 {
    font-size: 20px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .service__txt01 {
    padding: 16px;
    background: #fff;
    width: 100%;
    font-size: 16px;
    color: #00b38c;
    font-weight: bold;
  }
}
@media screen and (max-width:500px) {

  .service__txt01 {
    padding: 4px;

  }
}

@media screen and (min-width:640px) {
  .sp_block-640 {
    display: none;
  }
}
@media screen and (min-width:500px) {
  .sp_block-500 {
    display: none;
  }
}
@media screen and (min-width:350px) {
  .sp_block-350 {
    display: none;
  }
}

.service__txt02 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.service__txt02 + * {
  margin-top: 120px;
}
.service__txt03 {
  font-size: 30px;
  padding: 0 5px;
  background-image: linear-gradient(transparent 60%, rgb(249, 239, 60) 0%)
}
@media screen and (max-width:640px) {
  .service__txt02 + * {
    margin-top: 60px;
  }
}
@media screen and (max-width:460px) {

  .service__txt02 {
    font-size: 20px;
    font-weight: bold;
  }
  
  .service__txt03 {
    font-size: 20px;
  }
}
.service__ul {
margin-top: 16px;
}
.service__ul .service__li {
  border-bottom: none;
  margin: 0;
  padding: 0;
  padding-left: 16px;
  position: relative;
}
.service__ul .service__li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00b38c;
}
@media screen and (min-width:640px) {
  .circle p {
    width: 100%;
  }
}
.staff_img-warp {
  width: fit-content;
  max-width: 800px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.staff_img-warp >li > img {
  vertical-align: bottom;
}
@media screen and (max-width:640px) {
  .staff_img-warp {
    max-width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* 20240823_追加記述 */
#recruit_contents_03 .system-box {
  box-sizing: border-box;
}
#recruit_contents_03 .wrap.type03::before {
  content: "";
  width: 256px;
  order: 1;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
}
#recruit_contents_02 li .list_child dt {
  width: 150px;
}
@media screen and (min-width: 641px) {
  #recruit_contents_02 li .list_child dd {
    width: calc(100% - 150px);
  }
}

/* 20250324_追加記述 */
.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 2rem;
}
.form-link-txt {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  display: inline-block;
  width: 230px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  outline: none;
}
.form-link-txt:hover {
  color: #00b38c;
}
.form-link-txt::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.form-link-txt:hover::after {
  top: 0;
  background-color: #fff;
}
.form-link-txt:hover .form-link-inner-txt::before {
  background-image: url("../img/form-icon02.png");
}
.form-link-txt::before,
.form-link-txt::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.form-link-txt,
.form-link-txt::before,
.form-link-txt::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
header .invoice_logo_content {
  display: flex;
justify-content: center;
align-items: center;
width: 155px;
/* width: 14vw; */
max-width: 155px;
max-height: 55px;
height:45px;
line-height: 1.2;
font-size: 1.2em;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
.invoice_logo_txt.green {
  padding-left: inherit;
  padding-right: inherit;
  font-size: 14px;
}
header .invoice_logo_content:not(last-child) {
  margin-right:inherit;
}
.form-link-inner-txt {
position: relative;
padding-left: 24px;
}
.form-link-inner-txt::before {
content: "";
background-image: url("../img/form-icon01.png");
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 20px;
height: 20px;
background-size: contain;
}
@media screen and (max-width: 640px) {
  /* header .invoice_logo{
    position: absolute;
    top: 5px;
    right: 10px;
  } */
  header  .head_contact {
    /* position: absolute;
    top: 14px; */
    right: 32%;
    /* z-index: 1; */
  }
  .head_contact ul li {
    margin: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 530px) {
  header  .head_contact {
    right: 35%;
  }
}