@charset "UTF-8";
@media screen and (max-width: 1056px) {
  body {
    padding-top: 48px;
  }
  header {
    background-color: none;
    height: 48px;
    /* ▽▽メニューボタン▽▽ */
    /* △△メニューボタン△△ */
    /* ▽▽開閉時のアニメーション▽▽ */
    /* △△開閉時のアニメーション△△ */
    /* ▽▽メニュー内のリストスタイル▽▽ */
  }
  header .header {
    display: none;
  }
  header .hm_menu_check {
    /* チェックボックスを隠す */
    display: none;
  }
  header .hm_wrap {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    z-index: 9999;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.96);
  }
  header .hm_btn {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    float: right;
    z-index: 9999;
  }
  header .hm_btn::before {
    box-shadow: #90bb44 0 12px 0;
  }
  header .hm_btn::after {
    bottom: 0;
  }
  header .hm_btn::before,
  header .hm_btn::after {
    width: 30px;
    height: 6px;
    background: #90bb44;
    display: block;
    content: "";
    position: absolute;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
  }
  header .hm_menu_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 10000px;
    background: #fff;
    position: absolute;
    right: -100%;
    top: 0;
    transition: right 0.4s;
    z-index: 9998;
  }
  header .hm_menu_check:checked ~ .hm_btn::before {
    box-shadow: transparent 0 0 0;
    transform: rotate(45deg) translate3d(6px, 11px, 0);
    background: #90bb44;
  }
  header .hm_menu_check:checked ~ .hm_btn::after {
    transform: rotate(-45deg) translate3d(6px, -11px, 0);
    background: #90bb44;
  }
  header .hm_menu_check:checked ~ .hm_menu_wrap {
    right: 0;
  }
  header .hm_list {
    position: relative;
    width: 96%;
    max-width: 880px;
    height: 93vh;
    margin-top: 44px;
    overflow-y: auto;
  }
  header .hm_list ul {
    padding: 4%;
  }
  header .hm_list ul li {
    border-bottom: dotted 1px #90bb44;
  }
  header .hm_list ul li a {
    text-decoration: none;
    display: block;
    padding: 0.5rem;
  }
  header .hm_list ul li:first-child {
    border-top: dotted 1px #90bb44;
  }
  header .hm_list ul li summary {
    list-style: none;
    position: relative;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    transition: 0.3s;
  }
  header .hm_list ul li summary .summary_inner {
    width: 100%;
  }
  header .hm_list ul li summary::-webkit-details-marker {
    display: none;
  }
  header .hm_list ul li summary::after {
    content: "+";
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background: #999;
    color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform 0.5s;
    font-weight: 600;
  }
  header .hm_list ul li details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
  }
  header .hm_list ul li .answer ul {
    padding: 0 0 4% 4%;
  }
  header .hm_list ul li .answer ul li {
    border-bottom: none;
  }
  header .hm_list ul li .answer ul li a::before {
    content: "▶︎";
    font-size: 0.6rem;
    margin-right: 0.4rem;
    color: #90bb44;
  }
  header .hm_list ul li .answer ul li:first-child {
    border-top: none;
  }
  header .hm_list ul li details[open] .answer {
    animation: fadein 1s ease;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  header .hm_wrap img {
    float: left;
    height: 32px;
    width: auto;
    margin: 0 auto auto;
  }
  /* フッター */
  footer .footer-info {
    display: block;
  }
  footer .footer-info--map {
    width: 100%;
  }
  footer .footer-info--map iframe {
    height: 320px;
  }
  footer .footer-info--add {
    width: 100%;
    padding-top: 3rem;
  }
  footer .footer-bottom {
    padding-top: 32%;
  }
  /* トップページ */
  .top-service {
    display: block;
    padding: 4rem 0 0;
  }
  .top-service .img {
    display: none;
  }
  .top-service .text {
    width: 100%;
    padding-bottom: 4rem;
  }
  .top-service .text p {
    padding: 1rem 4em;
    text-align: center;
  }
  .top-service .text p span {
    display: inline-block;
  }
}
@media screen and (max-width: 820px) {
  .sp-none {
    display: none;
  }
  .sp {
    display: block;
  }
  /* フッター */
  footer .footer-info {
    display: block;
  }
  footer .footer-info--map {
    width: 100%;
  }
  footer .footer-info--map iframe {
    height: 240px;
  }
  footer .footer-info--add {
    width: 100%;
  }
  footer .footer-info--add h5 {
    font-size: 2rem;
  }
  footer .footer-info--add h5 span {
    font-size: 0.8rem;
  }
  footer .footer-info--add p.text span {
    display: inline-block;
  }
  footer .footer-bottom {
    padding-top: 64%;
  }
  footer .footer-bottom--inner .footer-logo {
    max-width: 240px;
  }
  footer .footer-bottom--inner .footer-add {
    display: block;
    text-align: center;
  }
  footer .footer-bottom--inner .footer-copy {
    padding-top: 1rem;
    font-size: 0.6rem;
    text-align: center;
  }
  /* トップページ */
  .top-news {
    background-size: 80px;
  }
  .top-news--inner {
    flex-direction: column;
    gap: 1rem;
  }
  .top-news--inner h2 {
    padding-top: 2rem;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
  }
  .top-news--inner h2 .icon {
    width: 3rem;
  }
  .top-news--inner h2 .title {
    font-size: 2rem;
    line-height: 1rem;
  }
  .top-news--inner h2 .title span {
    font-size: 0.6rem;
  }
  .top-news--inner ul.news-list {
    width: 100%;
    padding-bottom: 1rem;
  }
  .top-news--inner ul.news-list li a {
    display: block;
  }
  .top-news--inner ul.news-list li a span {
    font-size: 0.8rem;
  }
  .top-about--inner .col {
    width: 96%;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  .top-about--inner .col h2 {
    padding-top: 2rem;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
  }
  .top-about--inner .col h2 .icon {
    width: 3rem;
  }
  .top-about--inner .col h2 .title {
    font-size: 2rem;
    line-height: 1rem;
  }
  .top-about--inner .col h2 .title span {
    font-size: 0.6rem;
  }
  .top-about--inner .col h3 {
    font-size: 1.2rem;
  }
  .top-about--inner .col p {
    padding: 1rem;
    font-size: 0.96rem;
  }
  .top-service {
    display: block;
    padding: 4rem 0 0;
  }
  .top-service .img {
    display: none;
  }
  .top-service .text {
    width: 100%;
    padding-bottom: 4rem;
  }
  .top-service .text h2 {
    padding-top: 2rem;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
  }
  .top-service .text h2 .icon {
    width: 3rem;
  }
  .top-service .text h2 .title {
    font-size: 2rem;
    line-height: 1rem;
  }
  .top-service .text h2 .title span {
    font-size: 0.6rem;
  }
  .top-service .text h3 {
    font-size: 1.2rem;
  }
  .top-service .text p {
    padding: 1rem 1rem;
    text-align: center;
  }
  .top-service .text p span {
    display: inline-block;
  }
  .top-guide {
    padding: 1rem 0 3rem;
    background: #90bb44;
  }
  .top-guide h2 {
    padding-top: 2rem;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
  }
  .top-guide h2 .icon {
    width: 3rem;
  }
  .top-guide h2 .title {
    font-size: 2rem;
    line-height: 1rem;
  }
  .top-guide h2 .title span {
    font-size: 0.6rem;
  }
  .top-guide--btn {
    flex-direction: column;
    gap: 0.6rem;
  }
  .top-guide--btn::before {
    display: none;
  }
  .top-guide--btn .col {
    width: 100%;
  }
  .top-guide--btn .col a {
    flex-direction: row;
    gap: 1rem;
    padding: 1rem;
  }
  .top-guide--btn .col a .icon {
    width: 2.4rem;
  }
  .top-guide--btn .col a p {
    padding-top: 0;
  }
  .top-bn {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: center;
  }
  .top-bn .col {
    width: 90%;
  }
  /* 私たちについて */
  .about .cover h1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.8rem;
    position: absolute;
    top: 40%;
    left: 0;
  }
  .about .cover h1 .icon {
    width: 2.8rem;
  }
  .about .cover h1 .title {
    font-size: 1.6rem;
    line-height: 1.3rem;
  }
  .about .cover h1 .title span {
    font-size: 0.8rem;
  }
  .about .greeting {
    padding: 4rem 4% 2rem;
  }
  .about .greeting-inner {
    writing-mode: horizontal-tb;
  }
  .about .greeting-inner h2 {
    font-size: 1.6rem;
    text-align: start;
  }
  .about .greeting-inner p {
    padding-right: 0;
    padding-top: 1rem;
    line-height: 1.8;
  }
  .about .greeting-inner img.sp-none {
    display: none;
  }
  .about .greeting-inner img.pc-none {
    display: block;
    width: 200px;
    margin: 2rem 1rem 0 auto;
  }
  .about .profile {
    padding: 4rem 0 0 0;
  }
  .about .history {
    padding: 4rem 0;
  }
  .about h2 {
    font-size: 1.6rem;
  }
  .about .table {
    padding-top: 4rem;
  }
  .about .table table {
    width: 100%;
    border-top: none;
  }
  .about .table table th {
    display: block;
    padding: 0.2rem 0.6rem;
    border-bottom: none;
  }
  .about .table table td {
    display: block;
    padding: 0.6rem 0.6rem 1.6rem;
    border-bottom: none;
  }
  .about .table table td a {
    display: inline-block;
  }
  .about-image {
    padding: 6rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
  .about-image .col {
    width: 23.5%;
  }
  /* 業務内容 */
  .service-content {
    padding: 4rem 0 9%;
    position: relative;
  }
  .service-content::after {
    content: "";
    width: 18%;
    padding-top: 12.105%;
    background: url(../img/service/icon-green.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 2%;
  }
  .service-content h1 .icon {
    width: 2.8rem;
  }
  .service-content h1 .title {
    font-size: 1.6rem;
    line-height: 1.3rem;
  }
  .service-content h1 .title span {
    font-size: 0.8rem;
  }
  .service-content h2 {
    padding: 2rem 4% 0;
    font-size: 1.2rem;
  }
  .service-content h2 span {
    display: inline-block;
  }
  .service-content-lead {
    padding: 2rem 4% 0;
    font-size: 0.98rem;
  }
  .service-content-lead span {
    display: inline-block;
  }
  .service-content .lead-image02 {
    padding-top: 1rem;
    flex-wrap: wrap;
    gap: 1rem 6%;
    justify-content: center;
  }
  .service-content .lead-image02 .col {
    width: 47%;
  }
  .service-content .lead-image02 .col p {
    font-size: 0.8rem;
    padding-top: 0.5rem;
  }
  .service-content02 {
    background: #90bb44;
    padding: 3rem 0 6rem;
    position: relative;
  }
  .service-content02::after {
    content: "";
    width: 16%;
    padding-top: 13.6%;
    background: url(../img/service/icon-white.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 1%;
  }
  .service-content02--inner {
    padding: 2rem 1rem;
  }
  .service-content02--inner h2 {
    font-size: 1.4rem;
  }
  .service-content02--inner h3 {
    font-size: 1.1rem;
    padding: 0.2rem;
  }
  .service-content02--inner p {
    padding-top: 1rem;
  }
  .service-content02 .cols-02 {
    padding-top: 2rem;
    justify-content: center;
    gap: 3rem;
  }
  .service-content02 .cols-02 .col {
    width: 96%;
  }
  .service-content02 .cols-02 .col p {
    padding-top: 0.4rem;
  }
  .service-content03 {
    padding: 4rem 0;
  }
  .service-content03 h2 {
    font-size: 1.4rem;
  }
  .service-content03 .facility-image {
    gap: 1rem 2%;
    padding-top: 1rem;
  }
  .service-content03 .facility-image .col {
    width: 47%;
  }
  /* 環境への取り組み */
  .sdgs .cover h1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.8rem;
    position: absolute;
    top: 40%;
    left: 0;
  }
  .sdgs .cover h1 .icon {
    width: 2.8rem;
  }
  .sdgs .cover h1 .title {
    font-size: 1.6rem;
    line-height: 1.3rem;
  }
  .sdgs .cover h1 .title span {
    font-size: 0.8rem;
  }
  .sdgs-goal--list {
    gap: 1rem 4%;
  }
  .sdgs-goal--list .col {
    width: 48%;
  }
  .sdgs-chiba {
    display: block;
  }
  .sdgs-chiba .image {
    width: 28%;
    max-width: 160px;
    margin: 0 auto;
  }
  .sdgs-chiba p {
    font-size: 0.96rem;
    text-align: center;
    padding-top: 0.6rem;
  }
  /* ご利用ガイド */
  .guide-content {
    padding: 4rem 0 9%;
    position: relative;
  }
  .guide-content h1 .icon {
    width: 2.8rem;
  }
  .guide-content h1 .title {
    font-size: 1.6rem;
    line-height: 1.3rem;
  }
  .guide-content h1 .title span {
    font-size: 0.8rem;
  }
  .guide-content02 {
    padding: 3rem 0 0;
  }
  .guide-content02 ul.flow li {
    border: solid 1px #90bb44;
    padding: 2rem 1rem;
    margin-top: 4rem;
    position: relative;
  }
  .guide-content02 ul.flow li .flow-box {
    display: block;
    padding-top: 2rem;
  }
  .guide-content02 ul.flow li .flow-box .image {
    width: 100%;
  }
  .guide-content02 ul.flow li .flow-box .text {
    width: 100%;
    padding-top: 1rem;
  }
  .guide-content02 ul.flow li .flow-box .text h2 {
    font-size: 1.3rem;
  }
  .guide-content02 ul.flow li .flow-box .text h3 {
    font-size: 1.2rem;
  }
  .guide-content02 ul.flow li .flow-box .text h4 {
    padding-top: 2rem;
  }
  .guide-content02 ul.flow li .flow-box .text p {
    padding-top: 0.4rem;
  }
  .guide .wood-content {
    display: block;
  }
  .guide .wood-content h2 {
    width: 100%;
    min-height: auto;
    border-radius: 8px;
    font-size: 1rem;
    padding: 0.2rem;
  }
  .guide .wood-content P {
    width: 100%;
    padding-top: 1rem;
  }
  .guide .wood-content P span {
    font-size: 0.96rem;
  }
  .guide .wood-list {
    gap: 1.6rem 4%;
  }
  .guide .wood-list li {
    width: 48%;
    border: solid 1px #90bb44;
    padding: 1rem;
  }
  .guide .wood-list li p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .guide .wood-list li p span {
    display: inline-block;
  }
  /* 採用情報 */
  .recruit-content {
    padding: 3rem 0 9%;
    position: relative;
  }
  .recruit-content h1 .icon {
    width: 2.8rem;
  }
  .recruit-content h1 .title {
    font-size: 1.6rem;
    line-height: 1.3rem;
  }
  .recruit-content h1 .title span {
    font-size: 0.8rem;
  }
  .recruit-content h2 {
    font-size: 1.6rem;
  }
  .recruit-content h2 span {
    display: inline-block;
  }
  .recruit-content--about {
    padding: 3rem 0 2rem;
  }
  .recruit-content--about---inner {
    display: block;
  }
  .recruit-content--about---inner .image {
    width: 100%;
  }
  .recruit-content--about---inner .text {
    width: 100%;
    padding: 1rem 0 3rem;
    display: block;
  }
  .recruit-content--about---inner .text p {
    padding-top: 0.6rem;
  }
  .recruit-content--main {
    padding-top: 3rem;
  }
  .recruit-content--main---text {
    width: 90%;
    margin: -2rem auto 0;
    padding: 2rem 4% 0;
  }
  .recruit-content--main---text .col {
    display: block;
  }
  .recruit-content--main---text .col .icon {
    width: 56px;
    margin: 0 auto;
  }
  .recruit-content--main---text .col .text {
    width: 100%;
    padding-top: 1.2rem;
  }
  .recruit-content--main---text .col .text h3 {
    font-size: 1.2rem;
    text-align: center;
  }
  .recruit-content--main---text .col .text h3 span {
    display: inline-block;
  }
  .recruit .requirements h2 {
    text-align: center;
    padding: 0 4%;
  }
  .recruit .requirements-table table th {
    padding: 0.3rem 1rem;
    border-bottom: none;
    vertical-align: top;
    width: 100%;
    display: block;
  }
  .recruit .requirements-table table td {
    display: block;
  }
  .recruit .requirements-table table td dl dd {
    padding-left: 1rem;
  }
  .recruit .requirements-table table td img {
    display: inline;
    height: 4rem;
    width: auto;
    margin-left: 1rem;
  }
  .recruit .entry-form h3 span {
    display: inline-block;
  }
  /* お知らせ */
  .news_list li a {
    padding: 0.8rem 0;
  }
  .news_list li a:hover {
    background: #f5f5f5;
  }
  .news_list li a span {
    display: block;
    width: 100%;
    margin-right: 0;
    font-size: 0.96rem;
  }
}/*# sourceMappingURL=sp-style.css.map */