:root {
  --font-jp: 'Noto Sans JP', serif;
  --font-en: 'Inter', serif;
  --color-blue: #426FC3;
  --color-black: #262626;
  --color-sky: #EDF5F7;
  --color-gray01: #434343;
  --color-gray02: #dddddd;
  --color-red: #eb4b6d;
}

.single_detail img {
  max-width: 100%;
}



/* p-single
---------------------------------------------------------------------- */
.p-single h1 {
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
  font-size: clamp(2.4rem, 4.5vw, 2.8rem);
  font-weight: 600;
  margin: 40px 0 24px;
  padding-bottom: 4px;
}
.p-single h2 {
  font-size: clamp(2.2rem, 4.2vw, 2.6rem);
  font-weight: 600;
}
.p-single * + h2 {
  margin-top: clamp(4.4rem, 8.4vw, 5.2rem);
}
.p-single h3 {
  font-size: clamp(2.0rem, 4vw, 2.4rem);
  font-weight: 600;
}
* + .p-single h3 {
  margin-top: clamp(4.0rem, 8vw, 4.8rem);
}
.p-single h4 {
  font-size: clamp(1.6rem, 3.0vw, 2.0rem);
  font-weight: 600;
}
* + .p-single h4 {
  margin-top: clamp(3.2rem, 6.0vw, 4.0rem);
}

.p-single p {
  margin: 1em 0;
}

.p-single ul,
.p-single ol {
  margin-left: 1.7rem;
}
.p-single ul {
  list-style: disc;
}
..p-single ol {
  list-style: decimal;
}


/* p-mail-form
---------------------------------------------------------------------- */
.p-mail-form {
  margin-bottom: 36px;
}
.p-mail-form input {
  -webkit-appearance: auto;
}
.p-mail-form-list dt > p,
.p-mail-form-list dd > div > p {
  margin: 0;
}
.p-mail-form-list dt {
  margin-bottom: 0.5em;
}
.p-mail-form-list dd {
  margin-bottom: 1.5em;
}
.p-mail-form-label {
  align-items: center;
  display: flex;
}
.p-mail-form-label > span:first-of-type {
  font-weight: bold;
}
.p-mail-form-required {
  background-color: var(--color-red);
  border-radius: 100vh;
  color: white;
  display: inline-block;
  font-size: 12px;
  margin-left: .5em;
  padding: 1px 12px;
}
.p-mail-form-required > p {
  font-size: 12px;
  margin: 0;
}
.p-mail-form-input__text input[type="text"],
.p-mail-form-input__text textarea {
  background-color: var(--color-sky);
  border: none;
  border-radius: 8px;
  font-size: 16px;
  padding: 12px 16px;
  width: 100%;
}

.p-mail-form-input__radio .wpcf7-radio {
  align-items: center;
  display: flex;
  gap: 1em;
}
.p-mail-form-input__radio .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.p-mail-form-input__radio .wpcf7-radio .wpcf7-list-item label {
  align-items: center;
  display: flex;
  gap: .25em;
}

.p-mail-form-privacy {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  text-align: center;
}
.p-mail-form-privacy > p {
  margin: 0;
}
.p-mail-form-privacy > p > div {
  align-items: center;
  display: flex;
}
.p-mail-form-privacy .wpcf7-list-item-label {
  display: none;
}
.p-mail-form-privacy .wpcf7-list-item {
  line-height: 1;
  margin: 0 .5em 0 0;
}
.p-mail-form-finalcheck {
  margin-bottom: 32px;
  text-align: center;
}
.p-mail-form-submit {
  text-align: center;
}
.p-mail-form-submit > p {
  margin: 0;
}
.p-mail-form-submit input[type="submit"] {
  background-color: #F28121;
  border: 2px solid #F28121;
  border-radius: 100vh;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 4em;
  transition: .3s;
}
.p-mail-form-submit input[type="submit"]:hover {
  background-color: white;
  color: #F28121;
}
.p-mail-form-submit .wpcf7-spinner {
  display: none;
}




/* p-products-index
---------------------------------------------------------------------- */
.p-product_search_box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.p-product_search_box > li {
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding: 24px;
  width: calc((100% - 24px * 2) / 3);
}
.index_product .p-product_search_box > li {
  background-color: white;
}
.p-product_search_box > li a {
  text-decoration: underline;
  transition: .3s;
}
.p-product_search_box > li a:hover {
  color: var(--color-blue);
}
.p-product_search_box__title {
  color: var(--color-blue);
  font-weight: 600;
}
.p-product_search_box__list {
  list-style: disc;
  margin-left: 1.7em;
}
@media (max-width: 768px) {
  .p-product_search_box {
    display: flex;
    flex-direction: column;
  }  
  .p-product_search_box > li {
    width: 100%;
  }
}

/* p-products-top
---------------------------------------------------------------------- */
.p-product-top-section {
  padding-bottom: 64px;
}
.p-product-top-section .index_product_search {
  margin: 0 auto;
  width: min(100%, 480px);
}
.p-product-top-section .index_product_column {
  border: 1px solid var(--color-gray02);
  border-radius: 10px;
  display: block;
  transition: .3s;
}
.p-product-top-section .index_product_column:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.p-product-top-section .p-product_search_box > li {
  border: 1px solid var(--color-gray02);
}


/* p-products-category
---------------------------------------------------------------------- */

.p-products-category-nav__block {
  align-items: center;
  border-radius: 10px;
  display: flex;
  gap: 32px;
  margin-top: 24px;
  padding: 16px;
}
.p-products-category-nav__title {
  font-weight: 700;
}
.p-products-category-nav__list {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-products-category-nav__block {
    flex-wrap: wrap;
    gap: 8px;
  }
  .p-products-category-nav__title {
    width: 100%;
  }
}

.p-products-detail-outline__text ul,
.p-products-detail-outline__text ol {
  margin-left: 1.9em;
}
.p-products-detail-outline__text ul { list-style: disc; }
.p-products-detail-outline__text ol { list-style: decimal; }
.p-products-detail-outline__text a { 
  text-decoration: underline; transition: .3s;
}
.p-products-detail-outline__text a:hover {
  color: var(--color-blue);
}
.p-products-detail-outline__img {
  float: right;
  font-size: 14px;
  margin: 8px 0 48px 48px;
  max-width: 360px;
  text-align: center;
}
.p-products-detail-outline__img img {
  margin: 0 auto;
}
.p-products-detail__title {
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
  font-size: clamp(2.4rem, 4.5vw, 2.8rem);
  font-weight: 600;
  margin: 40px 0 24px;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .p-products-detail-outline__img {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .p-products-detail-outline__img img {
    margin: 0 auto;
  }
}

.p-products-category-lineup {
  clear: both;
}
.p-products-category-lineup__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.p-products-category-lineup__list > li {
  width: calc((100% - 32px) / 3);
}
.p-products-category-lineup__item {
  align-items: center;
  border: 1px solid var(--color-blue);
  border-radius: 10px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  height: 100px;
  line-height: 1.5;
  padding: 16px;
  transition: .3s;
}
.p-products-category-lineup__item:hover {
  background-color: var(--color-sky);
  text-decoration: none;
}
.p-products-category-lineup__item-title {
  flex-shrink: 1;
}
.p-products-category-lineup__item-img {
  height: 100%;
  width: 80px;
}
.p-products-category-lineup__item img {
  margin-left: auto;
  max-height: 100%;
  max-width: 100%;  
}
@media (max-width: 768px) {
  .p-products-category-lineup__list {
    flex-direction: column;
    gap: 16px;
  }
  .p-products-category-lineup__list > li {
    width: 100%;
  }
}
.p-products-category-single img {
  margin-left: auto;
  width: auto;
}


/* p-company
---------------------------------------------------------------------- */
.p-single .p-company-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
}
.p-company-pages > li {
  width: calc((100% - 24px * 3) / 4);
}
.p-company-pages > li > a {
  background-color: var(--color-sky);
  border-radius: 10px;
  display: block;
  padding: 24px;
  transition: .3s;
}
.p-company-pages > li > a:hover {
  background-color: var(--color-blue);
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-single .p-company-pages {
    gap: 16px;
  }
  .p-company-pages > li {
    width: calc((100% - 16px) / 2);
  }
}

.p-access-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 36px;
  justify-content: space-between;
}
.p-single .p-access-list {
  list-style: none;
  margin: 0;
}
.p-access-list > li {
  line-height: 1.5;
  width: calc((100% - 36px) / 2);
}
@media (max-width: 768px) {
  .p-access-list > li {
    width: 100%;
  }
}

.p-history-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.p-history-list dt {
  padding-bottom: 48px;
  position: relative;
  width: 100px;
  white-space: nowrap;
}
.p-history-list dt::after {
  background-color: var(--color-blue);
  content: '';
  display: block;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.p-history-list dt:first-of-type::after {
  top: .75em;
}
.p-history-list dt:last-of-type::after {
  height: .75em;
}
.p-history-list dd {
  padding: 0 0 48px 24px;
  position: relative;
  width: calc(100% - 100px);
}
.p-history-list dd::after {
  background-color: var(--color-blue);
  border-radius: 100vh;
  content: '';
  display: block;
  height: 7px;
  left: -4px;
  position: absolute;
  top: .75em;
  width: 7px;
}
@media (max-width: 768px) {
  .p-history-list dt {
    width: 90px;
  }
  .p-history-list dd {
    padding: 0 0 48px 16px;
    width: calc(100% - 90px);
  }
}

.p-single .p-client-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
}
.p-client-list > li {
  width: calc((100% - 24px * 2) / 3);
}
@media (max-width: 768px) {
  .p-single .p-client-list {
    gap: 8px;
  }
  .p-client-list > li {
    width: 100%;
  }
}

.p-single .p-equipment-list {
  border-top: 3px solid var(--color-sky);
  list-style: none;
  margin: 0;
}
.p-equipment-list > li {
  border-bottom: 3px solid var(--color-sky);
  padding: 12px;
}


.p-about-imgfloatr {
  float: right;
}
@media (max-width: 768px) {
  .p-about-imgfloatr {
    float: none;
  }
}
.p-about-imgbox01 {
  display: flex;
  gap: 36px;
  padding: 36px 0;
}
.p-about-imgbox01__text {
  width: 66%;
}
@media (max-width: 768px) {
  .p-about-imgbox01 {
    flex-direction: column;
    gap: 12px;
  }
  .p-about-imgbox01__text {
    width: 100%;
  } 
}



/* p-case
---------------------------------------------------------------------- */
.p-case-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-case-item {
  align-items: start;
  border: 1px solid var(--color-gray02);
  border-radius: 10px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px;
}
.p-case-item__text {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 150px - 16px);
}
.p-case-item__text dt {
  width: 90px;
}
.p-case-item__text dd {
  width: calc(100% - 90px);
}
.p-case-item__text dt > span {
  border-radius: 100vh;
  color: white;
  display: block;
  font-size: 12px;
  padding: .1em 0;
  text-align: center;
  width: 6em;
}
.p-case-item__text dt:first-of-type > span { background-color: var(--color-red); }
.p-case-item__text dt:last-of-type > span { background-color: var(--color-blue); }
.p-case-item__text dd:first-of-type {
  padding-bottom: 16px;
}
.p-case-item__text dd a {
  text-decoration: underline;
  transition: .3s;
}
.p-case-item__text dd a:hover {
  color: var(--color-blue);
}
.p-case-item__image {
  width: 150px;
}

@media (max-width: 768px) {
  .p-case-item {
    flex-direction: column;
  }
  .p-case-item__text {
    display: block;
    width: 100%;
  }
  .p-case-item__text dt {
    padding-bottom: 4px;
    width: 100%
  }
  .p-case-item__text dd {
    width: 100%;
  }
  .p-case-item__image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .p-case-item__image img {
    max-width: 90%;
  }
}



/* p-faq
---------------------------------------------------------------------- */
.p-faq-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.p-faq-item {
  border: 1px solid var(--color-gray02);
  border-radius: 10px;
  padding: 24px;
}
.p-faq-item__title {
  border-bottom: 1px solid var(--color-gray02);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 0 0 16px 32px;
  position: relative;
}
.p-faq-item__title::before {
  color: var(--color-blue);
  content: "Q.";
  left: 0;
  position: absolute;
  top: 0;
}
.p-faq-item__body {
  padding-left: 32px;
  position: relative;
}
.p-faq-item__body::before {
  color: var(--color-red);
  content: "A.";
  font-size: 20px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}
.p-faq-item__body p {
  margin-bottom: 1em;
}



/* p-search
---------------------------------------------------------------------- */
.p-search-list__url {  font-size: 12px; }
.p-search-list__excerpt { font-size: 14px; }




/* p-begginer
---------------------------------------------------------------------- */
.p-begginer-step {
  background-color: var(--color-sky);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
}
.p-begginer-step-card {
  background-color: white;
  border-radius: 10px;
  padding: 24px;
}
.p-single .p-begginer-step-card__title {
  color: var(--color-blue);
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-begginer-step {
    gap: 24px;
    padding: 24px;
  } 
}
