@charset "UTF-8";
.p-lower p {
  line-height: 1.8;
}
/*下層タイトル*/
.p-lower_ttl_wrap {
  width: 100%;
  height: clamp(100px, 18vw, 280px);
  background-image: url(../images/home/img_contact_bg.jpg);
  background-size: 100% auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.p-lower_ttl_wrap.contact {
  height: clamp(100px, 18vw, 100px);
  background-image: none;
  background-color: #f2f5fc;
}
@media screen and (max-width: 640px) {
  .p-lower_ttl_wrap {
    background-image: url(../images/home/img_contact_bg.jpg);
    background-size: 130% auto;
    background-position: center top;
  }
  .p-lower_ttl_wrap.contact {
    background-image: url(../images/home/img_contact_bg.jpg);
    background-size: 130% auto;
    background-position: center top;
  }
}
.p-lower_ttl {
  font-size: clamp(24px, 3.6vw, 42px);
  font-weight: bold;
  color: #0ba097;
  text-align: center;
  line-height: 1.5;
  text-shadow: #f2f5fc 2px 0px, #f2f5fc -2px 0px, #f2f5fc 0px -2px, #f2f5fc 0px 2px, #f2f5fc 2px 2px, #f2f5fc -2px 2px, #f2f5fc 2px -2px, #f2f5fc -2px -2px, #f2f5fc 1px 2px, #f2f5fc -1px 2px, #f2f5fc 1px -2px, #f2f5fc -1px -2px, #f2f5fc 2px 1px, #f2f5fc -2px 1px, #f2f5fc 2px -1px, #f2f5fc -2px -1px;
}
.c-title-h2 {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: bold;
  color: #0ba097;
  text-align: left;
  line-height: 1.5;
  margin-bottom: clamp(10px, 1.5vw, 25px);
}
.p-lower {
  width: 100%;
  padding: 0 clamp(16px, 3.3333333333vw, 40px);
  position: relative;
}
.p-lower__inner {
  padding: clamp(40px, 5vw, 50px) 0 clamp(80px, 10vw, 120px);
  position: relative;
}
.p-lower__inner.top {
  padding: clamp(40px, 5vw, 50px) 0 clamp(60px, 8.3333333333vw, 80px);
  position: relative;
}
/*パンクズ*/
.p-bread {
  padding: 0 clamp(16px, 3.3333333333vw, 40px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-bread {
    display: none;
  }
}
.p-bread ul {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.p-bread ul li {
  padding-right: 40px;
  position: relative;
}
.p-bread ul li span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  padding: 15px 0px;
}
.p-bread ul li:last-of-type::after {
  display: none;
}
.p-bread ul li a {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  padding: 15px 0px;
  color: #828996;
  transition: 0.2s all;
}
.p-bread ul li a:hover {
  color: #41aca4;
}
.p-bread ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #001d38;
  border-right: 1px solid #001d38;
  transform: rotate(45deg);
}
/*ボタン共通*/
.p-lower__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.p-lower__link {
  width: min(100%, 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: clamp(17px, 2.0833333333vw, 25px) 20px clamp(19px, 2.25vw, 27px);
  background: #078981;
  border-radius: 9999px;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 10px;
}
/* 注釈 */
.notes {
  font-size: 0.8em;
  padding-top:30px;
}
.p-lower__link.white {
  background: #ffffff;
  color: #078981;
  border: 2px solid #078981;
  padding: clamp(15px, 2.0833333333vw, 23px) 20px clamp(17px, 2.25vw, 25px);
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-lower__link:hover {
    background: #41aca4;
  }
  .p-lower__link.white:hover {
    background: #078981;
    color: #ffffff;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-lower__link:hover::before {
    width: 32px;
    right: calc(clamp(10px, 4.7826086957vw, 22px) - 4px);
  }
  .p-lower__link:hover.white::before {
    background: #ffffff;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-lower__link:hover::after {
    right: calc(clamp(10px, 4.7826086957vw, 22px) - 2px);
  }
  .p-lower__link:hover.white::after {
    background: #ffffff;
  }
}
.p-lower__link::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #ffffff;
  clip-path: polygon(0 0, calc(100% - 2px) 0, 100% 100%, 0 100%);
  position: absolute;
  right: clamp(10px, 4.7826086957vw, 22px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.2s ease-in-out, right 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, right 0.2s ease-in-out;
}
.p-lower__link::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: calc(clamp(10px, 4.7826086957vw, 22px) + 2px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.p-lower__link.white::before {
  background: #078981;
}
.p-lower__link.white::after {
  background: #078981;
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-lower__link.back:hover::before {
    right: inherit;
    left: calc(clamp(10px, 4.7826086957vw, 22px) - 4px);
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-lower__link.back:hover::after {
    right: inherit;
    left: calc(clamp(10px, 4.7826086957vw, 22px) - 2px);
  }
}
.p-lower__link.back::before {
  left: clamp(10px, 4.7826086957vw, 22px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}
.p-lower__link.back::after {
  left: calc(clamp(10px, 4.7826086957vw, 22px) + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
/*加水分解とは*/
.p-hydrolysis_imgwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.p-hydrolysis_imgwrap .img01 {
  width: 48%;
  display: flex;
}
.p-hydrolysis_imgwrap .img01 img {
  object-fit: cover;
}
.p-hydrolysis_imgwrap .img02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #f6f9f9;
  padding: 50px 20px;
}
.p-hydrolysis_imgwrap .img02 img {
  width: 60%;
  margin-right: 8%;
}
.p-hydrolysis_btnwrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #a4b8c4;
}
@media screen and (max-width: 920px) {
  .p-hydrolysis_btnwrap .p-lower__link {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .p-hydrolysis_imgwrap {
    margin-top: 20px;
  }
  .p-hydrolysis_imgwrap .img01 {
    width: 100%;
  }
  .p-hydrolysis_imgwrap .img02 {
    width: 100%;
    background-color: #ffffff;
    padding: 0;
  }
  .p-hydrolysis_imgwrap .img02 img {
    width: 100%;
    margin-right: 0;
  }
  .p-hydrolysis_btnwrap {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: -20px;
  }
  .p-hydrolysis_btnwrap .p-lower__link {
    margin-bottom: 20px;
    width: min(100%, 400px);
    max-width: 320px;
  }
}
.p-hydrolysis_flow {
  display: flex;
  flex-direction: row;
  margin: 0 0 25px;
  padding: 40px;
  /* border: 1px solid #a4b8c4; */
}
.p-hydrolysis_flow img {
  width: 100%;
}
.p-hydrolysis_flow_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
.p-hydrolysis_flow_box dl {
  width: 48.5%;
}
.p-hydrolysis_flow_box dl dt {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  background-color: #f6f9f9;
  border-top: 1px solid #a4b8c4;
  font-weight: bold;
  color: #0ba097;
}
.p-hydrolysis_flow_box dl dt span {
  margin-right: 10px;
  font-size: 18px;
}
.p-hydrolysis_flow_box dl dd {
  width: 100%;
  padding: 5px 20px 30px 50px;
  font-size: 15px;
  line-height: 1.8;
}
.p-hydrolysis_flow_img {
  width: 100%;
  margin: 0 auto;
}
.p-hydrolysis_flow2 {
  margin-top: 0;
  padding-top: 40px;
  border-top: 1px solid #a4b8c4;
}
@media screen and (max-width: 640px) {
  .p-hydrolysis_flow {
    flex-direction: column;
    margin: 20px 0;
    padding: 0;
    border: none;
  }
  .p-hydrolysis_flow .img01 {
    padding-bottom: 30px;
  }
  .p-hydrolysis_flow_box {
    margin: 0;
  }
  .p-hydrolysis_flow_box dl {
    width: 100%;
  }
  .p-hydrolysis_flow_box dl dt {
    padding: 10px;
    font-size: 15px;
  }
  .p-hydrolysis_flow_box dl dt span {
    margin-right: 10px;
    font-size: 16px;
  }
  .p-hydrolysis_flow_box dl dd {
    padding: 5px 0 20px 35px;
    font-size: 14px;
  }
  .p-hydrolysis_flow_img {
    width: 100%;
  }
  .p-hydrolysis_flow2 {
    padding-top: 20px;
  }
}
.p-hydrolysis_example {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.p-hydrolysis_example dl {
  width: 32%;
}
.p-hydrolysis_example dl dt {
  width: 100%;
  margin-bottom: 15px;
}
.p-hydrolysis_example dl dd {
  font-size: 18px;
  font-weight: bold;
}
.p-hydrolysis_example dl dd span {
  color: #0ba097;
  margin-right: 10px;
}
.p-hydrolysis_example_txt {
  background-color: #f6f9f9;
  padding: 30px 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .p-hydrolysis_example {
    margin-bottom: 0;
  }
  .p-hydrolysis_example dl {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-hydrolysis_example dl dt {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-hydrolysis_example_txt {
    padding: 20px;
  }
}
/*油化還元とは*/
.p-oil_machine_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-oil_machine_wrap .txt01 {
  width: 100%;
  margin-bottom: 40px;
}
.p-oil_machine_wrap .img01 {
  display: flex;
}
.p-oil_machine_wrap  img {
  padding: 0 10px;
}
.p-oil_machine_wrap .img01 img {
  object-fit: cover;
}
.p-oil_machine_wrap .txt100 {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-oil_machine_wrap .txt01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-oil_machine_wrap .img01 {
    width: 100%;
  }
}
/*JIC環境Works*/
.p-works_imgwrap figure {
  width: 50%;
  max-width: 500px;
  float: right;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 640px) {
  .p-works_imgwrap figure {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
/*よくある質問*/
.p-faq_wrap {
  width: 100%;
  border-top: 2px solid #0ba097;
  border-bottom: 2px solid #0ba097;
}
.p-faq-list {
  display: grid;
  -webkit-box-pack: center;
  justify-content: center;
  grid-template-columns: 90px 1fr;
  grid-template-areas:
    "fqaNo question"
    "fqaNo answer";
  gap: 25px 30px;
  padding: 30px 50px 30px 10px;
  border-bottom: 1px solid #a4b8c4;
}
.p-faq-list:last-child {
  border-bottom: none;
}
.p-faq-list_txtq {
  grid-area: fqaNo;
  font-weight: bold;
  padding: 0px 15px;
  font-size: 26px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0ba097;
}
.p-faq-list_txtmain {
  grid-area: question;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}
.p-faq-list_txtanswer {
  grid-area: answer;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 640px) {
  .p-faq-list {
    grid-template-columns: 40px 1fr;
    gap: 15px 15px;
    padding: 15px 0;
  }
  .p-faq-list_txtq {
    padding: 0px;
    font-size: 20px;
  }
  .p-faq-list_txtmain {
    font-size: 16px;
  }
  .p-faq-list_txtanswer {
    font-size: 14px;
  }
}
/*お問い合わせ*/
.p-form__telwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid #a4b8c4;
  border-bottom: 1px solid #a4b8c4;
}
.p-form__telwrap dl {
  width: 33.3333%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #a4b8c4;
}
.p-form__telwrap dl:last-of-type {
  border-right: none;
}
@media screen and (max-width: 640px) {
  .p-form__telwrap dl {
    width: 100%;
    border-right: none;
  }
  .p-form__telwrap {
    flex-flow: column;
    border-bottom: none;
  }
}
.p-form__telwrap dt {
  font-size: 18px;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #a4b8c4;
  background-color: #f6f9f9;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .p-form__telwrap dt {
    border-bottom: none;
    width: 100%;
    padding: 4vw;
  }
}
.p-form__telwrap dd {
  font-size: 22px;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  fli flex-wrap: wrap;
  line-height: 1.6;
}
.p-form__telwrap dd span {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-form__telwrap dd {
    width: 100%;
    padding: 4vw;
    border-bottom: 1px solid #a4b8c4;
    text-align: left;
  }
}
.p-form__telwrap dd .tel {
  color: #0ba097;
  font-weight: bold;
}
.p-form__txt {
  margin-bottom: clamp(15px, 1.5vw, 20px);
  font-feature-settings: "palt";
  line-height: 2;
}
:-moz-placeholder-shown {
  color: #bbb;
}
:placeholder-shown {
  color: #bbb;
}
::-webkit-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
:focus:-moz-placeholder-shown {
  color: inherit;
}
:focus:placeholder-shown {
  color: inherit;
}
:focus::-webkit-input-placeholder {
  font-size: 0;
}
:focus:-moz-placeholder {
  font-size: 0;
}
:focus::-moz-placeholder {
  font-size: 0;
}
:focus:-ms-input-placeholder {
  font-size: 0;
}
select::-ms-expand {
  display: none;
}
input[type=checkbox], input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#entryForm dl {
  margin-top: -1px;
  line-height: 1.3;
  display: flex;
  text-align: left;
  border-top: 1px solid #a4b8c4;
}
@media screen and (max-width: 640px) {
  #entryForm dl {
    flex-flow: column;
  }
}
#entryForm dl dt {
  padding: 40px 0 40px 130px;
  border-bottom: 1px solid #a4b8c4;
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  #entryForm dl dt {
    padding: 5vw 0 0 80px;
    width: 100%;
    display: block;
    border-bottom: none;
    font-size: 16px;
  }
}
#entryForm dl dt span {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #entryForm dl dt span {
    font-size: 14px;
  }
}
#entryForm dl dt::after {
  content: "Optional";
  width: 80px;
  height: 24px;
  padding: 0 0.5em;
  background: #999999;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -12px;
}
@media screen and (max-width: 640px) {
  #entryForm dl dt::after {
    font-size: 12px;
    width: 70px;
    right: 24px;
    left: 0;
    top: 4.5vw;
    margin-top: 0;
  }
}
#entryForm dl dt.required:after {
  content: "Required";
  background: #e6001a;
}
#entryForm dl dd {
  padding: 40px 0 30px 40px;
  border-bottom: 1px solid #a4b8c4;
  box-sizing: border-box;
  font-size: 16px;
  width: 70%;
}
@media screen and (max-width: 640px) {
  #entryForm dl dd {
    padding: 4vw 0 5vw;
    font-size: 14px;
    width: 100%;
  }
}
p.error_messe {
  color: #e6001a;
  font-weight: bold;
  font-size: 16px;
}
#entryForm dl dd input[type=text], #entryForm dl dd input[type=email], #entryForm dl dd input[type=tel] {
  width: 100%;
  padding: 0.8em;
  border: 1px solid #d6e1e7;
  border-radius: 3px;
  background-color: #f6f9f9;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
}
@media screen and (max-width: 640px) {
  #entryForm dl dd input[type=text], #entryForm dl dd input[type=email], #entryForm dl dd input[type=tel] {
    font-size: 16px;
  }
}
#entryForm dl dd textarea {
  width: 100%;
  height: 125px;
  padding: 0.8em;
  border: 1px solid #d6e1e7;
  border-radius: 3px;
  background-color: #f6f9f9;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
}
@media screen and (max-width: 640px) {
  #entryForm dl dd textarea {
    margin-left: 0;
    width: 100%;
    font-size: 16px;
  }
}
#entryForm dl dd .group {
  margin-bottom: -8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #entryForm dl dd .group {
    margin-bottom: -10px;
  }
}
#entryForm dl dd .group label {
  padding: 0;
  margin: 0 30px 8px 0;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  word-break: break-all;
}
@media screen and (max-width: 640px) {
  #entryForm dl dd .group label {
    font-size: 16px;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#entryForm dl dd .group label input[type=radio] + span {
  position: relative;
  padding: 0 0.5em 0 1.75em;
}
#entryForm dl dd .group label input[type=radio] + span::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 1px solid #a4b8c4;
  border-radius: 1.25em;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transition: 0.2s;
}
#entryForm dl dd .group label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#entryForm dl dd .group label input[type=radio]:checked + span::before {
  border: 4px solid #0ba097;
}
#entryForm dl dd .group label input[type=checkbox] + span {
  position: relative;
  padding: 0 0.5em 0 1.75em;
}
#entryForm dl dd .group label input[type=checkbox] + span::after, #entryForm dl dd .group label input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
}
#entryForm dl dd .group label input[type=checkbox] + span::before {
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 1px solid #a4b8c4;
  border-radius: 3px;
  z-index: 0;
  transition: 0.2s;
}
#entryForm dl dd .group label input[type=checkbox] + span::after {
  width: 0.5em;
  height: 0.75em;
  margin-top: -0.5em;
  margin-left: 0.4em;
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
#entryForm dl dd .group label input[type=checkbox]:checked + span::before {
  background-color: #0ba097;
}
#entryForm dl dd .group label input[type=checkbox]:checked + span::after {
  border: 0.1875em solid #fff;
  border-width: 0 0.1875em 0.1875em 0;
  transform: scale(1) rotate(45deg);
}
.buttonArea {
  padding: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .buttonArea {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .buttonArea {
    padding: 30px 0 0;
    flex-direction: column-reverse;
  }
}
.buttonArea li {
  width: 48%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .buttonArea li {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .buttonArea li.check {
    width: 100%;
  }
}
.buttonArea li .button_wrap {
  color: #ffffff;
  position: relative;
  line-height: clamp(52px, 5.5vw, 70px);
  width: 100%;
  background-color: #078981;
  border-radius: 100px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  .buttonArea li .button_wrap {
    width: min(100%, 320px);
    margin: 0 auto;
  }
}
.buttonArea li .button_wrap.graybtn {
  background-color: #999999;
}
@media screen and (max-width: 640px) {
  .buttonArea li .button_wrap.graybtn {
    margin-top: 20px;
  }
}
.buttonArea li .button_wrap::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #ffffff;
  clip-path: polygon(0 0, calc(100% - 2px) 0, 100% 100%, 0 100%);
  position: absolute;
  right: clamp(10px, 4.7826086957vw, 22px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.2s ease-in-out, right 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, right 0.2s ease-in-out;
}
.buttonArea li .button_wrap::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: calc(clamp(10px, 4.7826086957vw, 22px) + 2px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.buttonArea li .button_wrap.graybtn::before {
  left: clamp(10px, 4.7826086957vw, 22px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}
.buttonArea li .button_wrap.graybtn::after {
  left: calc(clamp(10px, 4.7826086957vw, 22px) + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .buttonArea li .button_wrap:hover {
    background: #41aca4;
  }
  .buttonArea li .button_wrap:hover::before {
    width: 32px;
    right: calc(clamp(10px, 4.7826086957vw, 22px) - 4px);
  }
  .buttonArea li .button_wrap:hover::after {
    right: calc(clamp(10px, 4.7826086957vw, 22px) - 2px);
  }
  .buttonArea li .button_wrap.graybtn:hover::before {
    width: 32px;
    left: calc(clamp(10px, 4.7826086957vw, 22px) - 4px);
  }
  .buttonArea li .button_wrap.graybtn:hover::after {
    left: calc(clamp(10px, 4.7826086957vw, 22px) - 2px);
  }
}
.buttonArea li .button_wrap input[type=submit] {
  width: 100%;
  height: clamp(52px, 5.5vw, 70px);
  line-height: clamp(52px, 5.5vw, 70px);
  text-align: center;
  margin: 0;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
  font-style: normal;
  font-feature-settings: "palt";
  cursor: pointer;
  transition: 0.2s all;
  border: none;
}
@media screen and (max-width: 640px) {
  .buttonArea li .button_wrap input[type=submit] {
    width: min(100%, 320px);
    margin: 0 auto;
  }
}
.buttonArea li .button_wrap input[type=button] {
  width: 100%;
  height: clamp(52px, 5.5vw, 70px);
  line-height: clamp(52px, 5.5vw, 70px);
  text-align: center;
  margin: 0;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
  font-style: normal;
  font-feature-settings: "palt";
  cursor: pointer;
  transition: 0.2s all;
  border: none;
}
@media screen and (max-width: 640px) {
  .buttonArea li .button_wrap input[type=button] {
    width: min(100%, 320px);
    margin: 0 auto;
  }
}
.formTable {
  width: 100%;
  margin: 0 auto;
}
.formTable tr {
  border-top: 1px solid #a4b8c4;
  border-bottom: 1px solid #a4b8c4;
  margin-top: -1px;
}
.formTable tr th {
  width: 30%;
  padding: 30px 0 30px 50px;
  font-weight: bold;
}
.formTable tr td {
  width: 70%;
  padding: 30px 0;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .formTable tr th, .formTable tr td {
    display: block;
  }
  .formTable tr th {
    width: 100%;
    padding: 5vw 10px 0 10px;
    border-bottom: none;
    margin-top: -1px;
  }
  .formTable tr td {
    width: 100%;
    padding: 4vw 10px 5vw;
    font-size: 14px;
    border-top: none;
  }
}
/*下層サブメニュー*/
.p-home_works.lower {
  width: 100%;
  padding: 0 clamp(16px, 3.3333333333vw, 40px);
  position: relative;
  margin-bottom: 80px;
}
.p-home_works.lower.inquiry {
  margin-bottom: 0;
}
.p-home_works.fadein.active::before {
  width: 100%;
}
.p-home_works::before {
  content: "";
  width: 0;
  height: 100%;
  background: #ebf9f8;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .p-home_works::before {
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
}
@media print {
  .p-home_works::before {
    width: 100% !important;
  }
}
.p-home_works__inner.lower {
  padding: clamp(30px, 4vw, 40px) 0 clamp(30px, 4vw, 40px);
  position: relative;
}
.p-home_works__link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3.0364583333vw, 20px) 20px;
}
@media screen and (max-width: 1024px) {
  .p-home_works__link-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-home_works__link-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .p-home_works__link-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print {
  .p-home_works__link-list {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}
.p-home_works__link-list.fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-home_works__link-list.fadein.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-home_works__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(105, 141, 139, 0.3);
  box-shadow: 0px 3px 6px 0 rgba(105, 141, 139, 0.3);
  position: relative;
}
.p-home_works__link::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #ffffff;
  clip-path: polygon(0 0, calc(100% - 2px) 0, 100% 100%, 0 100%);
  position: absolute;
  right: 5px;
  bottom: 12px;
  z-index: 1;
  -webkit-transition: width 0.3s ease-in-out, right 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, right 0.3s ease-in-out;
}
.p-home_works__link::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 7px;
  bottom: 12px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.p-home_works__link-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 285/190;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home_works__link-img {
    aspect-ratio: 288/170;
  }
}
.p-home_works__link-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-home_works__link:hover .p-home_works__link-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.p-home_works__link-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: clamp(40px, 5vw, 60px);
  padding: 15px 30px 17px 19px;
  background: #ffffff;
  position: relative;
}
.p-home_works__link-txt::before {
  content: "";
  width: 40px;
  aspect-ratio: 1;
  background: #0ba097;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-home_works__link:hover .p-home_works__link-txt::before {
    width: 0;
  }
}
.p-home_works__link-txt .cont {
  display: block;
  margin: clamp(-4px, -0.2916666667vw, -3.5px) 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.44;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-home_works__link:hover .p-home_works__link-txt .cont {
    color: #41aca4;
  }
}
.p-home_works__link-txt .cont ._small {
  display: inline-block;
  font-size: clamp(14px, 1.3333333333vw, 16px);
}
/*将来にむけて*/
.p-future_wrap {
  width: 100%;
}
.p-future_flex01 {
  justify-content: start;
}
.p-future_flex02 {
  justify-content: end;
  display: flex;
}
.p-future_flex01 li {
  margin: 0 20px 20px 0;
  height: 280px;
  display: inline-block;
}
.p-future_flex02 li {
  margin: 0 0 0 20px;
  height: 280px;
  display: inline-block;
}
.p-future_flexitem img {
  max-width: 100%;
  height: 100%;
  max-height: auto;
}
@media screen and (max-width: 1000px) {
  .p-future_flex01, .p-future_flex02 {
    justify-content: inherit;
  }
  .p-future_flex01 ul, .p-future_flex02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-future_flex01 li {
    margin: 0 0 20px;
    height: auto;
  }
  .p-future_flex01 li:first-child {
    width: 42%;
  }
  .p-future_flex01 li:nth-child(2) {
    width: 55%;
  }
  .p-future_flex02 li {
    margin: 0;
    height: auto;
  }
  .p-future_flex02 li:first-child {
    width: 55.5%;
  }
  .p-future_flex02 li:nth-child(2) {
    width: 41.5%;
  }
}
@media screen and (max-width: 640px) {
  .p-future_wrap {
    margin: 0 auto;
    max-width: 100%;
  }
  .p-future_flex {
    display: inline-block;
    flex-wrap: nowrap;
  }
  .p-future_flex01 li {
    display: block;
    height: auto;
  }
  .p-future_flex02 li {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .p-future_flex01 li:first-child {
    width: 100%;
  }
  .p-future_flex01 li:nth-child(2) {
    width: 100%;
  }
  .p-future_flex02 li:first-child {
    width: 100%;
  }
  .p-future_flex02 li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
  .p-future_flexitem {
    height: auto;
    width: 100%;
  }
  .p-future_flexitem img {
    width: 100%;
    height: auto;
  }
}
/*納入実績*/
.p-delivery_record_wrap {
  width: 100%;
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.p-delivery_record_wrap h3 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: -40px;
}
.p-delivery_record_wrap p {
  font-size: 2em;
  font-weight: bold;
}
.p-delivery_record_wrap p.commingsoon {
  font-size: 1.6em;
  font-weight: bold;
  display: block;
  margin-top: 11px;
}
.p-delivery_record_wrap span {
  font-size: 3.5em;
  letter-spacing: -0.02em;
}
.p-delivery_record_wrap img {
  width: 80%;
  height: 300px;
  object-fit: cover;
  margin: auto;
  display: block;
}
.p-delivery_record_flex01 {
  width: 100%;
  padding: 50px 0;
  color: #828996;
  background: #fff;
  border: solid 1px #0ba097;
  text-align: center;
}
.p-delivery_record_flex02 {
  width: 100%;
  padding: 50px 0;
  color: #fff;
  background: #0ba097;
  border: solid 1px #0ba097;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-delivery_record_wrap {
    display: block;
  }
  .p-delivery_record_wrap h3 {
    font-size: 1.5em;
    margin-bottom: -30px;
  }
  .p-delivery_record_wrap p {
    font-size: 1.75em;
  }
  .p-delivery_record_wrap p.commingsoon {
    font-size: 1.4em;
    margin-top: 0;
  }
  .p-delivery_record_wrap span {
    font-size: 2.5em;
  }
  .p-delivery_record_flex01 {
    width: 100%;
    padding: 50px 0;
    margin-bottom: 10px;
  }
  .p-delivery_record_flex02 {
    width: 100%;
    padding: 50px 0;
  }
  .p-delivery_record_wrap img {
    height: auto;
  }
}
/*Topics*/
.p-topics_imgwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #a4b8c4;
}
.p-topics_imgwrap:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.p-topics_imgwrap figure {
  width: 50%;
  max-width: 500px;
  float: right;
  margin: 0 0 20px 20px;
}
.p-topics_imgwrap .txt {
  width: calc(50% - 20px);
}
.p-topics_imgwrap .txt small {
  font-size: 14px;
  color: #828996;
}
@media screen and (max-width: 640px) {
  .p-topics_imgwrap {
    flex-direction: row;
    margin-top: 25px;
    padding-top: 25px;
  }
  .p-topics_imgwrap figure {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .p-topics_imgwrap .txt {
    width: 100%;
  }
}
/* アフターサービス */
.p-servece_wrap {
  width: 100%;
  border-top: 2px solid #0ba097;
  border-bottom: 2px solid #0ba097;
  display: inline-flex;
}
.p-servece_wrap table {
  width: 60%;
}
.p-servece_wrap tr {
  line-height: 1.8;
  padding: 30px 0 30px 30px;
}
.p-servece_wrap tr:not(:last-child) {
  border-bottom: 1px solid #a4b8c4;
}
.p-servece_wrap table th, td {
  display: block;
  margin: 30px 0 30px 30px;
}
.p-servece_wrap table th {
  font-size: 1.1em;
  font-weight: bold;
}
.p-servece_wrap figure {
  width: 40%;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .p-servece_wrap {
    display: block;
  }
  .p-servece_wrap table {
    width: 100%;
  }
  .p-servece_wrap table th, td {
    margin: 15px 0;
  }
  .p-servece_wrap figure {
    width: 100%;
    padding: 0 0 15px 0;
  }
}