@charset "utf-8";
/* ===================================================================
CSS information

  file name  : resp.css
  style info : レスポンシブ用
=================================================================== */

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

/* -----------------------------------------------------------
  hd
----------------------------------------------------------- */
.hd_01 .ja {
  font-size: 3.6rem;
}

.hd_01 .en {
  font-size: 1.6rem;
}

.hd_02 {
  font-size: 3.2rem;
}

/* -----------------------------------------------------------
  inner
----------------------------------------------------------- */
.inner {
  max-width: 100%;
  min-width: auto;
}

/* -----------------------------------------------------------
  .m_header
----------------------------------------------------------- */
.m_header.hidden {
  transform: translateY(-100px);
}

.m_header .m_header_box {
  height: 100px;
}

.m_header .site_id {
  width: 325px;
}

/* -----------------------------------------------------------
  .heading
----------------------------------------------------------- */
.heading .hd_lead {
  font-size: 2.0rem;
  line-height: 1.6;
}

/* -----------------------------------------------------------
  .g_nav
----------------------------------------------------------- */
.g_nav .g_nav_list>li>a {
  font-size: 1.6rem;
}

.g_nav .u_nav_list>li>a {
  font-size: 1.6rem;
}

/* -----------------------------------------------------------
  .main
----------------------------------------------------------- */
:root {
  /* --lower-main-height: calc(45vh - 100px); */
  --lower-main-height: calc(35vh - 100px);
}

.m_main .main .headline .headline_ttl .ja {
  font-size: 3.6rem;
}

.m_main .main .headline .headline_ttl .en {
  font-size: 1.6rem;
}

/* -----------------------------------------------------------
  .card_box
----------------------------------------------------------- */
.card_box .txt_box .permits_ttl {
  font-size: 2.8rem;
}

/* -----------------------------------------------------------
  .m_aside
----------------------------------------------------------- */
.m_aside .l_nav .l_nav_list>li a .aside_text {
  font-size: 2.4rem;
}

/* -----------------------------------------------------------
  .m_footer
----------------------------------------------------------- */
.m_footer .footer__main {
  background-size: 22vw;
}

.m_footer .footer__main .f_add_box .f_name .f_name_logo>img {
  width: 350px;
}

.m_footer .footer__main .f_inq_box {
  gap: 3vw;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link .f_inq_icon {
  height: 100px;
  width: 100px;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link .f_inq_txt .inq_ttl {
  font-size: 1.8rem;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link .f_inq_txt.tel_txt .inq_cta {
  font-size: 3.0rem;
  margin-top: 5px;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link .f_inq_txt.mail_txt .inq_cta {
  font-size: 1.5rem;
  margin-top: 10px;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link .f_inq_txt.mail_txt .inq_cta .hit_045 {
  height: 40px !important;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link .f_inq_txt .inq_open {
  margin-top: 5px;
}

/* -----------------------------------------------------------
  トップページ
----------------------------------------------------------- */
:root {
  --top-main-height: calc(100vh - 100px);
}

#top .m_main .main .headline .headline_ttl .f_l {
  font-size: 5.4rem;
}

#top .m_main .main .headline .headline_ttl .f_s {
  font-size: 2.4rem;
}

#top #company_sec .company_sec_box .img_box {
  flex: 0 1 650px;
}

#top #company_sec .company_sec_box .txt_box .company_sec_hgroup .company_sec_ttl {
  font-size: 4.0rem;
}

#top #company_sec .company_sec_box .txt_box .company_sec_hgroup .company_sec_sub {
  font-size: 2.6rem;
}

#top #company_sec .company_sec_box .txt_box .company_sec_lead {
  font-size: 1.6rem;
  margin-right: 1vw;
}

#top #services_sec .contents>section .txt_box .services_ttl {
  font-size: 2.8rem;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_ttl {
  font-size: 5.6rem;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_sub {
  font-size: 3.0rem;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_lead {
  font-size: 1.6rem;
}

/* -----------------------------------------------------------
  環境への取り組み
----------------------------------------------------------- */
.environment .environment_box #sdgs_sec .sdgs_box .sdgs_lead {
  font-size: 2.0rem;
}

/* -----------------------------------------------------------
  お問い合わせ
----------------------------------------------------------- */
.contact .tel_box>dl dt {
  font-size: 2.2rem;
}

.contact .tel_box>dl dd .tel_num {
  font-size: 3.0rem;
}

}

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

/* -----------------------------------------------------------
  .btn
----------------------------------------------------------- */
.btn {
  padding: 0.15em 1.25em;
}

/* -----------------------------------------------------------
  hd
----------------------------------------------------------- */
.hd_01 .ja {
  font-size: 3.4rem;
}

.hd_02 {
  font-size: 3.0rem;
}

/* -----------------------------------------------------------
  .m_header
----------------------------------------------------------- */
.m_header .site_id {
  width: 300px;
}

/* -----------------------------------------------------------
  .heading
----------------------------------------------------------- */
.heading .hd_lead {
  flex: 0 1 75%;
  font-size: 1.8rem;
}

/* -----------------------------------------------------------
  .main
----------------------------------------------------------- */
.m_main .main .headline .headline_ttl .ja {
  font-size: 3.4rem;
}

/* -----------------------------------------------------------
  .card_box
----------------------------------------------------------- */
.card_box .txt_box .permits_ttl {
  font-size: 2.6rem;
}

/* -----------------------------------------------------------
  .m_footer
----------------------------------------------------------- */
.m_footer .footer__main {
  background-size: 23vw;
}

.m_footer .footer__sub .f_nav_list {
  gap: 3vw;
}

/* -----------------------------------------------------------
  トップページ
----------------------------------------------------------- */
#top .m_main .main .headline .headline_ttl .f_l {
  font-size: 4.8rem;
}

#top .m_main .main .headline .headline_ttl .f_s {
  font-size: 2.2rem;
}

#top #company_sec .company_sec_box .img_box {
  flex: 0 1 575px;
}

#top #company_sec .company_sec_box .txt_box .company_sec_hgroup .company_sec_ttl {
  font-size: 3.6rem;
}

#top #company_sec .company_sec_box .txt_box .company_sec_hgroup .company_sec_sub {
  font-size: 2.4rem;
}

#top #services_sec .contents>section:nth-of-type(2n+1) .txt_box {
  margin-left: -15vw;
}

#top #services_sec .contents>section:nth-of-type(2n) .txt_box {
  margin-right: -15vw;
}

#top #services_sec .contents>section .txt_box .services_ttl {
  font-size: 2.6rem;
}

#top #services_sec .contents>section .img_box {
  flex: 0 1 75%;
}

#top #services_sec .contents>section .img_box picture img {
  height: 500px;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_ttl {
  font-size: 5.2rem;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_sub {
  font-size: 2.8rem;
}

#top #news_sec .news_contents {
  flex: 0 1 75%;
}

/* -----------------------------------------------------------
  会社案内
----------------------------------------------------------- */


/* -----------------------------------------------------------
  事業案内
----------------------------------------------------------- */


/* -----------------------------------------------------------
  保有設備・許可
----------------------------------------------------------- */


/* -----------------------------------------------------------
  環境への取り組み
----------------------------------------------------------- */
.environment .environment_box #sdgs_sec .sdgs_box .sdgs_lead {
  font-size: 1.8rem;
}

.environment .environment_box #biz_sec .biz_box .biz_list>li .biz_icon {
  flex: 0 1 150px;
}

/* -----------------------------------------------------------
  情報公開
----------------------------------------------------------- */


/* -----------------------------------------------------------
  採用情報
----------------------------------------------------------- */
.recruit .recruitment_box .no_recruit {
  font-size: 2.6rem;
}

/* -----------------------------------------------------------
  お知らせ
----------------------------------------------------------- */
.news .news_box .news_list {
  margin-bottom: 7.5vw;
}

.news .news_box .news_list .news_head {
  padding-bottom: 1.5vw;
}

.news .news_box .news_list .news_head .news_title {
  margin-top: 1.5vw;
}

.news .pager_box {
  margin-top: calc(12.5vw / 1.5);
}

/* -----------------------------------------------------------
  お問い合わせ
----------------------------------------------------------- */
.contact .tel_box>dl dt {
  font-size: 2.0rem;
}

.contact .tel_box>dl dd .tel_num {
  font-size: 2.8rem;
}

/* -----------------------------------------------------------
  お問い合わせ完了
----------------------------------------------------------- */
.contact.complete .complete_box .complete_ttl {
  font-size: 2.8rem;
}

.contact.complete .complete_box .complete_content {
  font-size: 1.6rem;
}

}

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

:root {
  --u_nav_width: 100%;
}

html.fixed,
html.fixed body {
  overflow: hidden;
}

/* -------------------------------------------s----------------
  .m_header
----------------------------------------------------------- */
.m_header {
  padding-right: 2.5vw;
}

.m_header .m_header_box {
  align-items: center;
}

.m_header .m_header_box:after {
  width: 100%;
}

/* -----------------------------------------------------------
  toggle-panel
----------------------------------------------------------- */
:root {
  --toggle-panel-width: 350px;
}

#panel-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 1000;
  transform: translateX(0);
  transition: transform .5s;
}

#panel-btn-icon {
  background-color: #444444;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  margin-left: 0;
  transition: .3s;
}

#panel-btn-icon:before {
  background-color: #444444;
  margin-top: -11px;
}

#panel-btn-icon:after {
  background-color: #444444;
  margin-top: 9px;
}

#panel-btn .close {
  background-color: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
  background-color: #ffffff;
  margin-top: 0;
  width: 30px;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
}

#panel-btn.active {
  position: fixed;
  transform: translateX(calc(-1.1 * var(--toggle-panel-width)));
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  transition: opacity .5s;
}

.overlay.open {
  opacity: 1;
  height: 100vh;
  width: 100%;
}

/* -----------------------------------------------------------
  .g_nav
----------------------------------------------------------- */
.g_nav {
  background-color: rgba(255, 255, 255, 1);
  display: block;
  height: 100vh;
  width: var(--toggle-panel-width);
  overflow-y: auto;
  padding: 5vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transform: translate(var(--toggle-panel-width));
  transition: all .5s;
}

.g_nav.open {
  transform: translateZ(0);
}

.g_nav .site_id {
  display: block;
  margin-bottom: 4vw;
  width: 100%;
}

.g_nav .site_id a {
  display: block;
}

.g_nav .site_id_resp {
  display: block;
}

.g_nav .g_nav_list {
  align-items: flex-start;
  flex-direction: column;
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  gap: 3vw;
  margin: 4vw 0;
  padding: 4vw 0;
}

.g_nav .u_nav_list:before {
  content: none;
}

.g_nav .g_nav_list>li {
  width: 100%;
}

.g_nav .g_nav_list>li.resp_link {
  display: block;
}

.g_nav .g_nav_list>li>a {
  display: flex;
  align-items: center;
}

.g_nav .g_nav_list>li>a:before {
  background-color: #444444;
  content: "";
  height: 1px;
  width: 10px;
  margin-right: 0.5em;
}

.g_nav .g_nav_list>li>a:hover:before,
.g_nav .g_nav_list>li.on_hover>a:before {
  background-color: #00756a;
}

.g_nav .g_nav_list>li.dm_menu {
  position: static;
}

.g_nav .g_nav_list>li.dm_menu>ul {
  letter-spacing: 0.075em;
  margin-top: 1.5vw;
  min-width: auto;
  position: static;
  transform: none;
}

.g_nav .g_nav_list>li.dm_menu:hover>ul {
  box-shadow: none;
}

.g_nav .g_nav_list>.dm_menu>ul>li {
  margin-left: calc(10px + 0.5em);
  margin-top: 1vw;
  overflow: visible;
  opacity: 1;
  height: auto;
  transition: none;
}

.g_nav .g_nav_list>.dm_menu>ul>li a {
  background-color: transparent;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
}

.g_nav .g_nav_list>li.dm_menu>ul>li:first-of-type a {
  border-radius: 0;
}

.g_nav .g_nav_list>li.dm_menu>ul>li:last-of-type a {
  border-radius: 0;
}

.g_nav .g_nav_list>li.dm_menu:hover>ul>li {
  height: auto;
}

.g_nav .g_nav_list>li.dm_menu>ul>li a {
  background-color: transparent;
  display: block;
  padding: 0;
}

.g_nav .g_nav_list>li.dm_menu>ul>li a:hover,
.g_nav .g_nav_list>li.dm_menu>ul>li a.current {
  background-color: transparent;
}

.g_nav .g_nav_list>li.dm_menu>ul>li a i {
  display: none;
}

.g_nav .g_nav_list>li.dm_menu>ul>li a:hover {
  color: #00756a;
}

.g_nav .u_nav_list>li {
  width: 100%;
}

/* -----------------------------------------------------------
  .btn
----------------------------------------------------------- */
.btn {
  padding: 0.15em 1em;
}

/* -----------------------------------------------------------
  高さ
----------------------------------------------------------- */
.hit_060 {
  height: 50px !important;
}

.hit_090 {
  height: 80px !important;
}

/* -----------------------------------------------------------
  .label
----------------------------------------------------------- */
.label {
  display: block;
}

.label .label_lead {
  margin-left: 0;
  margin-top: calc(7.5vw / 4);
}

/* -----------------------------------------------------------
  hd
----------------------------------------------------------- */
.hd_01 .ja {
  font-size: 3.2rem;
}

.hd_01 .en {
  font-size: 1.5rem;
  margin-top: 15px;
}

.hd_02 {
  font-size: 2.8rem;
}

/* -----------------------------------------------------------
  .heading
----------------------------------------------------------- */
.heading .hd_lead {
  font-size: 1.7rem;
}

/* -----------------------------------------------------------
  .main
----------------------------------------------------------- */
.m_main .main .headline .headline_ttl .ja {
  font-size: 3.2rem;
}

.m_main .main .headline .headline_ttl .en {
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
  .card_box
----------------------------------------------------------- */
.card_box .txt_box .permits_ttl {
  font-size: 2.4rem;
}

/* -----------------------------------------------------------
  .m_aside
----------------------------------------------------------- */
.m_aside .l_nav .l_nav_list>li a {
  min-height: 300px;
}

.m_aside .l_nav .l_nav_list>li a .aside_text {
  font-size: 2.2rem;
}

/* -----------------------------------------------------------
  .m_footer
----------------------------------------------------------- */
.m_footer .footer__main {
  background-position: center right -2vw;
  background-size: 35vw;
}

.m_footer .footer__main .footer__main_box {
  flex-direction: column;
  gap: 5vw;
}

.m_footer .footer__main .f_inq_box {
  gap: 5vw;
}

/* -----------------------------------------------------------
  トップページ
----------------------------------------------------------- */
#top .m_main .main .headline .headline_ttl .f_l {
  font-size: 4.4rem;
}

#top #company_sec .company_sec_box .img_box {
  flex: 0 1 500px;
}

#top #company_sec .company_sec_box .txt_box .company_sec_hgroup .company_sec_ttl {
  font-size: 3.2rem;
}

#top #company_sec .company_sec_box .txt_box .company_sec_hgroup .company_sec_sub {
  font-size: 2.2rem;
}

#top #company_sec .company_sec_box .txt_box .company_sec_lead {
  margin-right: 0;
}

#top #services_sec .contents>section .txt_box .services_ttl {
  font-size: 2.4rem;
}

#top #services_sec .contents>section .img_box {
  flex: 0 1 80%;
}

#top #services_sec .contents>section:nth-of-type(2n+1) .txt_box {
  margin-left: -25vw;
}

#top #services_sec .contents>section:nth-of-type(2n) .txt_box {
  margin-right: -25vw;
}

#top #services_sec .contents>section .img_box picture img {
  height: 450px;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_ttl {
  font-size: 4.8rem;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_sub {
  font-size: 2.6rem;
}

#top #news_sec {
  display: block;
}

#top #news_sec .news_heading {
  flex-direction: row;
}

#top #news_sec .news_contents {
  margin-left: 0;
  margin-top: calc(10vw / 2);
}

/* -----------------------------------------------------------
  会社案内
----------------------------------------------------------- */


/* -----------------------------------------------------------
  事業案内
----------------------------------------------------------- */


/* -----------------------------------------------------------
  保有設備・許可
----------------------------------------------------------- */


/* -----------------------------------------------------------
  環境への取り組み
----------------------------------------------------------- */


/* -----------------------------------------------------------
  情報公開
----------------------------------------------------------- */


/* -----------------------------------------------------------
  採用情報
----------------------------------------------------------- */
.recruit .recruitment_box .no_recruit {
  font-size: 2.2rem;
}

/* -----------------------------------------------------------
  お問い合わせ
----------------------------------------------------------- */
.contact .tel_box>dl dt {
  font-size: 1.8rem;
  padding: 0.75em 1.25em;
}

.contact .tel_box>dl dd {
  padding: 0.75em 1.25em;
}

.contact .tel_box>dl dd .tel_num {
  font-size: 2.4rem;
}

.contact .tel_box>dl dd .tel_time {
  font-size: 1.5rem;
}

.contact .form_box .form_wrap>dl:not(:first-of-type) {
  margin-top: 3vw;
}

/* -----------------------------------------------------------
  お問い合わせ完了
----------------------------------------------------------- */
.contact.complete .complete_box .complete_ttl {
  font-size: 2.6rem;
}

/* -----------------------------------------------------------
  個人情報保護方針
----------------------------------------------------------- */
.privacypolicy .privacy_box>dl:not(:first-of-type) {
  margin-top: 4vw;
}

}

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

/* -----------------------------------------------------------
  .list
----------------------------------------------------------- */
.list {
  line-height: 1.5;
}

.list>li {
  margin-top: 0.35em;
}

/* -----------------------------------------------------------
  .heading
----------------------------------------------------------- */
.heading {
  display: block;
}

.heading .hd_lead {
  display: block;
  margin-top: 5vw;
}

/* -----------------------------------------------------------
  hd
----------------------------------------------------------- */
.hd_01 .ja {
  font-size: 3.0rem;
}

.hd_01 .en {
  font-size: 1.4rem;
}

.hd_02 {
  font-size: 2.6rem;
}

/* -----------------------------------------------------------
  .g_nav
----------------------------------------------------------- */
.g_nav .g_nav_list {
  gap: 4vw;
  margin: 5vw 0;
  padding: 5vw 0;
}

.g_nav .g_nav_list>li.dm_menu>ul {
  margin-top: 2vw;
}

.g_nav .g_nav_list>.dm_menu>ul>li {
  margin-top: 1.5vw;
}

/* -----------------------------------------------------------
  .main
----------------------------------------------------------- */
:root {
  --lower-main-height: calc(30vh - 100px);
}

.m_main .main .headline .headline_ttl {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
}

.m_main .main .headline .headline_ttl .ja {
  font-size: 3.0rem;
}

.m_main .main .headline .headline_ttl .en {
  font-size: 1.4rem;
}

/* -----------------------------------------------------------
  .page_lead
----------------------------------------------------------- */
.page_lead {
  line-height: 1.8;
}

/* -----------------------------------------------------------
  .wrap
----------------------------------------------------------- */
.wrap {
  margin-top: calc(10vw / 2);
}

/* -----------------------------------------------------------
  .frame
----------------------------------------------------------- */
#lower .frame>section:not(:first-of-type) {
  margin-top: calc(10vw / 1.25);
}

/* -----------------------------------------------------------
  .card_box
----------------------------------------------------------- */
.card_box .txt_box {
  margin-top: 3.5vw;
}

.card_box .txt_box .permits_ttl {
  font-size: 2.2rem;
}

.card_box .txt_box .permits_lead {
  margin-top: 3vw;
}

.card_box .txt_box .link_txt {
  margin-top: 3.5vw;
}

/* -----------------------------------------------------------
  .m_aside
----------------------------------------------------------- */
.m_aside .l_nav .l_nav_list>li a {
  min-height: 250px;
}

.m_aside .l_nav .l_nav_list>li a .aside_text {
  font-size: 2.0rem;
}

/* -----------------------------------------------------------
  .m_footer
----------------------------------------------------------- */
.m_footer .footer__main {
  background-position: center right -5vw;
  background-size: 60vw;
}

.m_footer .footer__main .footer__main_box {
  gap: 7.5vw;
}

.m_footer .footer__main .f_inq_box {
  flex-direction: column;
  align-items: flex-start;
  gap: 7.5vw;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link {
  gap: 3vw;
}

/* -----------------------------------------------------------
  トップページ
----------------------------------------------------------- */
:root {
  --top-main-height: calc(65vh - 100px);
}

#top #company_sec .company_sec_box {
  flex-direction: column-reverse;
}

#top #company_sec .company_sec_box .txt_box .company_sec_hgroup .company_sec_sub {
  margin-top: 5vw;
}

#top #company_sec .company_sec_box .txt_box .company_sec_lead {
  margin-top: 4vw;
}

#top #company_sec .company_sec_box .txt_box .link_box {
  margin-top: 5vw;
}

#top #company_sec .company_sec_box .img_box {
  flex: 0 1 100%;
}

#top #company_sec .company_sec_box .img_box picture img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: bottom;
}

#top #services_sec .contents>section .img_box {
  flex: 0 1 82.5%;
}

#top #services_sec .contents>section .img_box picture img {
  height: 400px;
}

#top #services_sec .contents>section .txt_box {
  padding: 4.5vw;
}

#top #services_sec .contents>section:nth-of-type(2n+1) .txt_box {
  margin-left: -40vw;
}

#top #services_sec .contents>section:nth-of-type(2n) .txt_box {
  margin-right: -40vw;
}

#top #services_sec .contents>section .txt_box .services_ttl {
  font-size: 2.2rem;
}

#top #services_sec .contents>section .txt_box .services_txt {
  margin-top: 3vw;
}

#top #services_sec .contents>section .txt_box .link_txt {
  margin-top: 3vw;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_ttl {
  font-size: 4.2rem;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_sub {
  font-size: 2.2rem;
  margin-top: 3.5vw;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_lead {
  margin-top: 3vw;
}

#top #environment_sec .environment_sec_box .environment_box .link_txt {
  margin-top: 5vw;
}

#top #news_sec .news_heading {
  display: flex;
}

#top #news_sec .news_contents .news_list article a {
  padding-bottom: 2.5vw;
  padding-top: 2.5vw;
}

#top #news_sec .news_contents .news_list article a .news_head .news_cat {
  margin-left: 10px;
}

/* -----------------------------------------------------------
  会社案内
----------------------------------------------------------- */


/* -----------------------------------------------------------
  事業案内
----------------------------------------------------------- */


/* -----------------------------------------------------------
  保有設備・許可
----------------------------------------------------------- */


/* -----------------------------------------------------------
  環境への取り組み
----------------------------------------------------------- */
.environment .environment_box #sdgs_sec .sdgs_box .sdgs_lead {
  font-size: 1.7rem;
}

.environment .environment_box #biz_sec .biz_box .biz_list>li .biz_icon {
  flex: 0 1 100px;
}

.environment .environment_box #biz_sec .biz_box .biz_list>li .biz_lead {
  font-size: 1.6rem;
  line-height: 1.6;
}

/* -----------------------------------------------------------
  情報公開
----------------------------------------------------------- */


/* -----------------------------------------------------------
  採用情報
----------------------------------------------------------- */
.recruit .recruitment_box .no_recruit {
  font-size: 2.0rem;
}

/* -----------------------------------------------------------
  お知らせ
----------------------------------------------------------- */
.news .news_box .news_list {
  margin-bottom: 10vw;
}

.news .news_box .news_list .news_head {
  padding-bottom: 2vw;
}

.news .news_box .news_list .news_head .news_title {
  font-size: 2.0rem;
  margin-top: 2vw;
}

.news .news_box .news_list .news_body {
  margin-top: 2vw;
}

/* -----------------------------------------------------------
  お問い合わせ
----------------------------------------------------------- */
.horizontal>*:not(:first-of-type) {
  margin-left: 1.5vw;
}

.contact .tel_box>dl {
  display: block;
}

.contact .tel_box>dl dt {
  padding: 1em 1.25em;
}

.contact .tel_box>dl dd {
  flex-direction: column;
  padding: 1em 1.25em;
}

.contact .tel_box>dl dd .tel_time {
  margin-left: 0;
  margin-top: 0.5vw;
}

.contact .form_box .form_wrap {
  padding-bottom: 4vw;
  padding-top: 4vw;
}

/* -----------------------------------------------------------
  お問い合わせ完了
----------------------------------------------------------- */
.contact.complete .complete_box .complete_ttl {
  font-size: 2.4rem;
}

.contact.complete .complete_box .complete_content {
  margin-top: 4vw;
}

.contact.complete .complete_box .complete_btn {
  margin-top: 4vw;
}

}

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

/*----------------------------------------------------
  共通
----------------------------------------------------*/
body {
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
  .pe_elt
----------------------------------------------------------- */
.pe_elt {
  pointer-events: all;
}

/* -----------------------------------------------------------
  .br_sp_elt
----------------------------------------------------------- */
.br_sp_elt {
  display: none;
}

/* -----------------------------------------------------------
  .list
----------------------------------------------------------- */
.list02>li {
  margin-top: 0.5em;
}

/* -----------------------------------------------------------
  .label
----------------------------------------------------------- */
.label .label_lead {
  margin-top: calc(12.5vw / 4);
}

/* -----------------------------------------------------------
  .btn
----------------------------------------------------------- */
.btn {
  padding: 0.1em 0.75em;
}

/* -----------------------------------------------------------
  高さ
----------------------------------------------------------- */
.hit_060 {
  height: 45px !important;
}

/* -----------------------------------------------------------
  幅
----------------------------------------------------------- */
.wid_250 {
  width: auto !important;
}

/* -----------------------------------------------------------
  hd
----------------------------------------------------------- */
.hd_01 .ja {
  font-size: 2.4rem;
}

.hd_01 .en {
  font-size: 1.3rem;
  margin-top: 10px;
}

.hd_02 {
  font-size: 2.0rem;
}

/* -----------------------------------------------------------
  .container
----------------------------------------------------------- */
.container {
  margin-top: 12.5vw;
}

.container>section:not(:first-of-type) {
  margin-top: 12.5vw;
}

/* -----------------------------------------------------------
  .contents
----------------------------------------------------------- */
.contents {
  margin-top: calc(12.5vw / 2);
}

/* -----------------------------------------------------------
  .wrap
----------------------------------------------------------- */
.wrap {
  margin-top: calc(12.5vw / 2);
}

/* -----------------------------------------------------------
  .frame
----------------------------------------------------------- */
#lower .frame>section:not(:first-of-type) {
  margin-top: calc(12.5vw / 1.15);
}

/* -----------------------------------------------------------
  .m_header
----------------------------------------------------------- */
.m_header {
  padding-left: 5vw;
  padding-right: 5vw;
}

.m_header.hidden {
  transform: translateY(-70px);
}

.m_header .m_header_box {
  height: 70px;
}

.m_header .site_id {
  width: 225px;
}

/* -----------------------------------------------------------
  toggle-panel
----------------------------------------------------------- */
:root {
  --toggle-panel-width: 275px;
}

/* -----------------------------------------------------------
  .heading
----------------------------------------------------------- */
.heading .hd_lead {
  font-size: 1.5rem;
}

.heading .hd_lead {
  margin-top: calc(12.5vw / 2);
}

/* -----------------------------------------------------------
  .g_nav
----------------------------------------------------------- */
.g_nav {
  padding: 7.5vw;
}

.g_nav .g_nav_list {
  gap: 5vw;
  margin: 7.5vw 0;
  padding: 7.5vw 0;
}

.g_nav .g_nav_list>li.dm_menu>ul {
  margin-top: 3vw;
}

.g_nav .g_nav_list>.dm_menu>ul>li {
  margin-top: 2vw;
}

/* -----------------------------------------------------------
  .main
----------------------------------------------------------- */
:root {
  --lower-main-height: calc(35vh - 70px);
}

.m_main .main {
  width: 100%;
}

.m_main .main .headline .headline_ttl .ja {
  font-size: 2.2rem;
}

.m_main .main .headline .headline_ttl .en {
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
  .card_box
----------------------------------------------------------- */
.card_box {
  grid-template-columns: 1fr;
  gap: calc(12.5vw / 1.25);
}

.card_box .txt_box {
  margin-top: 7.5vw;
}

.card_box .txt_box .permits_ttl {
  font-size: 1.9rem;
}

.card_box .txt_box .permits_lead {
  margin-top: 5vw;
}

.card_box .txt_box .link_txt {
  margin-top: 5vw;
}

/* -----------------------------------------------------------
  .m_aside
----------------------------------------------------------- */
.m_aside {
  margin-top: 12.5vw;
}

.m_aside .l_nav .l_nav_list {
  flex-direction: column;
}

.m_aside .l_nav .l_nav_list>li a {
  min-height: 175px;
}

.m_aside .l_nav .l_nav_list>li a .aside_text {
  font-size: 1.7rem;
}

/* -----------------------------------------------------------
  .m_footer
----------------------------------------------------------- */
.m_footer {
  margin-top: 12.5vw;
}

.m_footer .footer__main {
  background-position: top -1vw right -1vw;
    background-size: 50vw;
  padding-bottom: 12.5vw;
  padding-top: 12.5vw;
}

.m_footer .footer__main .footer__main_box {
  gap: 12.5vw;
}

.m_footer .footer__main .f_add_box .f_name .f_name_logo>img {
  width: 250px;
}

.m_footer .footer__main .f_add_box .f_add .add>span:nth-of-type(2) {
  display: block;
}

.m_footer .footer__main .f_add_box .f_add .add>span:not(:first-of-type) {
  margin-left: 0;
  margin-top: 0.15em;
}

.m_footer .footer__main .f_inq_box {
  gap: 10vw;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link {
  gap: 5vw;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link .f_inq_icon {
  height: 80px;
  width: 80px;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link .f_inq_txt .inq_ttl {
  font-size: 1.7rem;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link .f_inq_txt.tel_txt .inq_cta {
  font-size: 2.8rem;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link .f_inq_txt.mail_txt .inq_cta {
  margin-top: 7px;
}

.m_footer .footer__main .f_inq_box .f_inq_btn .f_inq_link .f_inq_txt .inq_open {
  font-size: 1.3rem;
}

.m_footer .footer__sub {
  padding-bottom: 7.5vw;
  padding-top: 7.5vw;
}

.m_footer .footer__sub .f_nav_list {
  gap: 7.5vw;
}

.m_footer .footer__sub .footer__sub_box {
  display: block;
}

.m_footer .footer__sub .footer__sub_box .copyright {
  margin-top: 5vw;
}

/* -----------------------------------------------------------
  トップページ
----------------------------------------------------------- */
:root {
  --top-main-height: calc(75vh - 70px);
}

#top .m_main .main .headline {
  justify-content: flex-start;
}

#top .m_main .main .headline .headline_ttl {
  letter-spacing: 0.15em;
}

#top .m_main .main .headline .headline_ttl .f_l {
  font-size: 2.4rem;
}

#top .m_main .main .headline .headline_ttl .f_s {
  font-size: 1.6rem;
}

#top #company_sec .company_sec_box .txt_box .company_sec_hgroup .company_sec_ttl {
  font-size: 2.4rem;
}

#top #company_sec .company_sec_box .txt_box .company_sec_hgroup .company_sec_sub {
  font-size: 1.8rem;
  margin-top: 7.5vw;
}

#top #company_sec .company_sec_box .txt_box .company_sec_lead {
  font-size: 1.5rem;
  margin-top: 5vw;
}

#top #company_sec .company_sec_box .txt_box .link_box {
  margin-top: 7.5vw;
}

#top #services_sec {
  padding: 12.5vw 0;
}

#top #services_sec .contents>section {
  flex-direction: column-reverse;
  justify-content: flex-start;
  margin-top: calc(12.5vw / 2);
}

#top #services_sec .contents>section:nth-of-type(2n) {
  flex-direction: column-reverse;
}

#top #services_sec .contents>section .img_box picture img {
  height: auto;
}

#top #services_sec .contents>section:nth-of-type(2n+1) .txt_box {
  margin-left: 0;
}

#top #services_sec .contents>section:nth-of-type(2n) .txt_box {
  margin-right: 0;
}

#top #services_sec .contents>section .txt_box {
  flex: 0 1 auto;
  padding: 7.5vw;
}

#top #services_sec .contents>section .txt_box .services_ttl {
  font-size: 1.9rem;
}

#top #services_sec .contents>section .txt_box .services_txt {
  margin-top: 5vw;
}

#top #services_sec .contents>section .txt_box .link_txt {
  margin-top: 5vw;
}

#top #environment_sec{
  padding: 12.5vw 0;
}

#top #environment_sec:before {
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.6) 0%,rgba(10, 33, 6, 0.6) 25%,rgba(10, 33, 6, 0.5) 50%,rgba(10, 33, 6, 0.3) 100%);
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_ttl {
  font-size: 3.0rem;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_sub {
  font-size: 1.6rem;
  margin-top: 5vw;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_lead {
  font-size: 1.5rem;
  margin-top: 5vw;
}

#top #environment_sec .environment_sec_box .environment_box .link_txt {
  margin-top: 7.5vw;
}

#top #news_sec .news_contents {
  margin-top: calc(12.5vw / 2);
}

#top #news_sec .news_contents .news_list article a {
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 5vw;
  padding-top: 5vw;
}

#top #news_sec .news_contents .news_list article a:after {
  content: none;
}

#top #news_sec .news_contents .news_list article a .news_head .news_cat {
  height: 20px;
  padding: 0.15em;
}

#top #news_sec .news_contents .news_list article a .news_body {
  flex: 0 1 auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2vw;
  width: 100%;
}

/* -----------------------------------------------------------
  会社案内
----------------------------------------------------------- */


/* -----------------------------------------------------------
  事業案内
----------------------------------------------------------- */


/* -----------------------------------------------------------
  保有設備・許可
----------------------------------------------------------- */


/* -----------------------------------------------------------
  環境への取り組み
----------------------------------------------------------- */
.environment .environment_box #sdgs_sec .sdgs_box .sdgs_lead {
  font-size: 1.6rem;
  text-align: left;
}

.environment .environment_box #biz_sec .biz_box .biz_list {
  grid-template-columns: 1fr;
  gap: calc(12.5vw / 2);
}

.environment .environment_box #biz_sec .biz_box .biz_list>li .biz_icon {
  flex: 0 1 70px;
}

.environment .environment_box #biz_sec .biz_box .biz_list>li .biz_lead {
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
  情報公開
----------------------------------------------------------- */

/* -----------------------------------------------------------
  採用情報
----------------------------------------------------------- */
.recruit .recruitment_box .no_recruit {
  font-size: 1.8rem;
}

/* -----------------------------------------------------------
  お知らせ
----------------------------------------------------------- */
.news .news_box .news_list {
  margin-bottom: 12.5vw;
}

.news .news_box .news_list .news_head {
  padding-bottom: 5vw;
}

.news .news_box .news_list .news_head .news_heading .news_cat {
  height: 20px;
  margin-left: 10px;
  padding: 0.15em;
}

.news .news_box .news_list .news_head .news_title {
  font-size: 1.7rem;
  margin-top: 3vw;
  line-height: 1.4;
}

.news .news_box .news_list .news_body {
  margin-top: 5vw;
}

.news .pager {
  gap: 7px;
}

.news .pager li {
  height: 33px;
  width: 33px;
}

/* -----------------------------------------------------------
  お問い合わせ
----------------------------------------------------------- */
.contact .tel_box>dl dt {
  font-size: 1.7rem;
  padding: 0.75em 1em;
}

.contact .tel_box>dl dd .tel_time {
  margin-top: 2vw;
  text-align: center;
}

.contact .tel_box>dl dd .tel_time>span {
  display: block;
}

.contact .form_box .form_wrap {
  padding-bottom: 5vw;
  padding-top: 5vw;
}

.contact .form_box .form_wrap>dl:not(:first-of-type) {
  margin-top: 5vw;
}

.horizontal>*:not(:first-of-type) {
  margin-left: 2vw;
}

.add li.postal {
  width: 8.5em;
}

input[type="checkbox"] {
  height: 16px;
  width: 16px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"] {
  padding: 0 0.75em;
}

.contact .form_box .send_wrap .agree {
  margin-bottom: 5vw;
  margin-top: 4vw;
}

.contact #form_submit #form_submit_button {
  height: 50px !important;
  width: 100% !important;
}

/* -----------------------------------------------------------
  お問い合わせ完了
----------------------------------------------------------- */
.contact.complete .complete_box .complete_ttl {
  font-size: 1.7rem;
}

.contact.complete .complete_box .complete_content {
  margin-top: 7.5vw;
}

.contact.complete .complete_box .complete_content>p>span {
  display: block;
}

.contact.complete .complete_box .complete_btn {
  margin-top: 7.5vw;
}

.contact.complete .complete_box .complete_btn .complete_back .btn {
  /* height: 50px !important; */
  width: 200px !important;
}

/* -----------------------------------------------------------
  個人情報保護方針
----------------------------------------------------------- */
.privacypolicy .privacy_box>dl:not(:first-of-type) {
  margin-top: 7.5vw;
}

}