@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  padding-top: 0px;
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.pagehead-bg::before{
  content: "";
  background: rgb(3, 74, 148, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 300px;
  }
}

/******************************
  ページhead
******************************/
.pagehead-ttl {
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
.pagehead-ttl h2 {
  font-size: 26px;
  width: 100%;
  line-height: 1;
  letter-spacing: 2px;
}
.pagehead-ttl p {
  font-size: 22px;
  width: 100%;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  .pagehead-ttl {
  top: 35%;
  left: unset;
  width: 100%;
  padding: 10px;
  transform: translateY(0%) translateX(0%);
}
  .pagehead-ttl h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .pagehead-ttl p {
    font-size: 16px;
  }
}

/*****************************
  top 汎用SECTION
*****************************/
.top_sec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
.top_sec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.top_sec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .top_sec,.top_sec_shot,.top_sec_long {
    margin: 0px 0;
    padding: 50px 0 50px;
  }
}

/*****************************
  下層 汎用SECTION
*****************************/
.pagesec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
.pagesec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.pagesec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .pagesec,.pagesec_shot,.pagesec_long {
    margin: 0px 0;
    padding: 60px 0 60px;
  }
}


/*****************************
  フォーム コンタクトフォーム(width: 900px;)
*****************************/

.privacy-link{
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
.privacy-link{
  margin-left: 35px;
  display: block;
}
}

.firsttxt{
  max-width: 900px;
  margin: 10px auto 30px;
}
.ppbox{
  max-width: 900px;
  margin: 10px auto 10px;
}
.formbox{
  max-width: 900px;
  margin: 0 auto;
}
.formbox .fomin{
  background: #F5F5F5;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl span{
background: #EF3647;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomttl span.any{
  background: #004AAB;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomcontent{
  background: #fff;
  padding: 2rem 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  display: block;
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

/* .formbox input,
.formbox textarea,
.formbox select,
.input-submit input{
} */
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: -5px;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .ttlbox1{
  margin-bottom: 2rem;
}
.pagesec-contact .firsttxt{
  margin: 0 auto ;
  max-width: 900px;
  padding: 1rem;
}
.pagesec-contact .firsttxt p{
  font-size: 18px;
}
.pagesec-contact .txtbox{
  margin: 2rem auto ;
  max-width: 900px;
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .attention{
  color: #A42020;
  font-weight: bold;
  margin-top: -1rem;
}
.pagesec-contact .txtbox .telbox{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbox a{
  color: #003da5;
  font-size: 2.4rem;
  font-weight: bold;
}
.pagesec-contact .txtbox .telbox a i{
  margin-right: .3rem;
}
.pagesec-contact .txtbox .telbox p{
  font-weight: bold;
  margin: 0;
}

.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 900px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 900px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 900px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 900px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
  background: #408F00;
  border: 1px solid #408F00;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 0%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 2rem ;
  position: relative;
  transition: .3s;
}
.fomb:hover input{
  background-color: #fff;
  color: #333;
}
.fomb input:disabled{
  background: #b5b5b5 !important;
  color: #ebebeb;
  border: 1px solid #b5b5b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-contact .formlinks li{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-contact .formlinks li a{
    border: 1px solid #0F2453;
    border-bottom: 0;
  }
  .pagesec-contact .formlinks li:last-of-type{
    border-bottom: 1px solid #0F2453;
  }
}



/*****************************
 fade-up
*****************************/
.fade-up{
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 1s cubic-bezier(.25,.1,.25,1),
    transform 1s cubic-bezier(.25,.1,.25,1);
}

.fade-up.is-show{
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------------
fade-up用 delay
------------------------------------------*/
.animate__delay-01s { transition-delay: 0.1s; }
.animate__delay-02s { transition-delay: 0.2s; }
.animate__delay-03s { transition-delay: 0.3s; }
.animate__delay-04s { transition-delay: 0.4s; }
.animate__delay-05s { transition-delay: 0.5s; }
.animate__delay-06s { transition-delay: 0.6s; }
.animate__delay-07s { transition-delay: 0.7s; }
.animate__delay-08s { transition-delay: 0.8s; }
.animate__delay-09s { transition-delay: 0.9s; }
.animate__delay-10s { transition-delay: 1.0s; }
.animate__delay-11s { transition-delay: 1.1s; }
.animate__delay-12s { transition-delay: 1.2s; }
.animate__delay-13s { transition-delay: 1.3s; }
.animate__delay-14s { transition-delay: 1.4s; }
.animate__delay-15s { transition-delay: 1.5s; }
.animate__delay-16s { transition-delay: 1.6s; }
.animate__delay-17s { transition-delay: 1.7s; }
.animate__delay-18s { transition-delay: 1.8s; }
.animate__delay-19s { transition-delay: 1.9s; }
.animate__delay-20s { transition-delay: 2.0s; }

/*****************************
  scroll to TOP
*****************************/

.scroll-top { 
  scroll-behavior: smooth; 
} /* アンカー時なども滑らかに */

.scroll-top{
  position: fixed;
  right: clamp(12px, 2vw, 20px);
  bottom: calc(clamp(12px, 2vw, 20px) + env(safe-area-inset-bottom, 0px));

  /* 変数を直書き */
  width: 56px;
  height: 56px;
  background: #fff;
  color: #00448c;

  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.18), 0 2px 5px rgba(0,0,0,.12);
  cursor: pointer;
  z-index: 1000;

  opacity: 0;
  transform: scale(.8);
  transition: opacity .2s ease, transform .2s ease, filter .2s ease;
  pointer-events: none; /* 非表示時はクリックさせない */

  border: 2px solid #00448c;
}

@media screen and (max-width: 767px) {
  .scroll-top{
    bottom: calc(clamp(60px, 1vw, 10px) + env(safe-area-inset-bottom, 0px));
  }
}

.scroll-top.is-show{
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.scroll-top:hover{ 
  filter: brightness(1.05); 
}

.scroll-top:focus-visible{
  outline: 3px solid #928573;
  outline-offset: 3px;
}

.scroll-top svg{
  width: 24px;
  height: 24px;
}

/* 省エネ設定の人にはアニメ抑制 */
@media (prefers-reduced-motion: reduce){
  .scroll-top{ transition: none; }
  html{ scroll-behavior: auto; }
}

/*****************************
よくある質問
*****************************/
.qa_box{
  margin: 50px 0;
}

.qa dl {
  cursor: pointer;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #F7F7F7;
  margin-bottom: 10px;
}
.qa dl.open {
  border-radius: 5px;
  background: #00997a;
}
.qa dt {
  margin: 0;
  position: relative;
}
.qa dl dt::before,
.qa dl dt::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  width: 23px;
  height: 2px;
  background: #00997a;
}
.qa dl.open dt::before,
.qa dl.open dt::after{
  background: #fff;
}
.qa dl dt::after{
  transform:rotate(90deg);
  -moz-transition: -moz-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
}
.qa .open dt::after{
  transform:rotate(360deg);
}
.qa dt p {
  font-size: 18px;
width: calc(100% - 60px);
display: inline-block;
padding-left: 10px;
  line-height: 1.6;
  color: #504538;
  letter-spacing: 1px;
}

.qa .open dt p {
  font-size: 18px;
width: calc(100% - 60px);
  display: inline-block;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.qa .open dt p {
  font-size: 14px;
}
}


.qa dt .mark,
.qa dd .mark{
  color: #00997a;
  font-size: 30px;
  line-height: 0.8;
}
.qa .open dt .mark,
.qa .open dd .mark{
  color: #ffffff;
  font-size: 30px;
  line-height: 0.8;
  left: 0;
}
@media screen and (max-width: 767px) {
  .qa dt .mark,
  .qa dd .mark{
    vertical-align: top;
  }
}

.qa dd .mark{
  position: absolute;
}
.qa dd {
  height: auto;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}
.qa dd .answer_area {
  width: calc(100% - 35px);
  margin-left: 35px;
  margin-right: 0px;
  padding: 10px 15px;
  background: #fbfbfb;
  min-height: 100px;
  border-radius: 5px;
}
.qa dd p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.qa dd p:first-child{
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .qa dd{
    padding: 0 0 2rem ;
  }
  .qa dt p,
  .qa dd p{
font-size: 14px;
  }
  .qa dl dt::before,
  .qa dl dt::after{
    top: 1.5rem;
    right: 0;
}
}


/*****************************
top_standard_flex
*****************************/
.top_standard_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 0px;
}

.top_standard_flex .left_area{
width: 47%;
margin-right: 3%;
align-items: center;
}
.top_standard_flex .right_area{
width: 50%;
padding: 0px;
}

.top_standard_flex img{
  width: 100%;
  aspect-ratio: 780 / 810;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
.top_standard_flex{
  margin-bottom: 50px;
}
.top_standard_flex .left_area{
width: 600px;
max-width: 100%;
margin: 0 auto 30px;
align-items: center;
}
.top_standard_flex .right_area{
width: 100%;
padding: 0px;
}
}

/*****************************
top_standard_flex02
*****************************/

.top_standard_flex02{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: center;
}

.top_standard_flex02 .left_area{
width: 45%;
margin-right: 3%;
padding: 0px;
}
.top_standard_flex02 .right_area{
width: 52%;
align-items: center;
}

@media screen and (max-width: 1024px) {
.top_standard_flex02 .left_area{
  width: 100%;
  padding: 0px;
}

.top_standard_flex02 .right_area{
width: 600px;
max-width: 100%;
margin: 0 auto 30px;
align-items: center;
}
}

.top_standard_flex02 img{
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
.top_standard_flex02{
  flex-direction: column-reverse;
}
}

/*****************************
new-label
*****************************/
.new-label {
    font-size: 12px;
    vertical-align: inherit;
    background: #EF3647;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    width: 35px;
    align-content: center;
   line-height: 1.7;
}
.date {
    display: inline-block;
    vertical-align: middle;
}


/* =========================================
   計測項目から探す（導入事例）
========================================= */
.cat-title-case{
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 3.6rem 0 1.6rem;
  padding: 1.1rem 1.6rem;
  background: #eef2f6;
  border-left: 4px solid #0066cc;
  border-radius: 0;
}

.cat-title-case img{
  width: 30px;
  aspect-ratio: 1 / 1;
  flex: 0 0 30px;
  object-fit: contain;
}

.cat-title-case h3{
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #0066cc;
  letter-spacing: 0.04em;
}

/* リスト全体 */
.search-list{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 20px;
  margin: 0 0 3.2rem;
  padding: 0 0 0 10px;
width: 100%;
}

/* 追尾回避 */
@media screen and (max-width: 1360px) {
.search-list{
    width: calc(100% - 100px);
}
}
@media screen and (max-width: 1024px) {
.search-list{
    width: 100%;
}
}
/* 追尾回避 */



/* 4カラム基準 */
.search-list li{
  width: calc((100% - 60px) / 4);
  margin: 0;
  padding: 0;
}

/* ボックス */
.search-list li a{
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1rem;
  background: #fff;
  border: 1px solid #0066cc;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  box-sizing: border-box;
  transition: background-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* hover */
.search-list li a:hover{
  background: #1f67c7;
  color: #fff;
  border-color: #1f67c7;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(31, 103, 199, 0.18);
}

/* 改行の見え方 */
.search-list li a br{
  display: block;
}

/* 小さいカテゴリも見栄え調整 */
.search-list li:has(a:not(:has(br))) a{
  min-height: 64px;
}

/* 余白バランス */
.cat-title-case + .search-list{
  margin-top: 0;
}

/* タブ解除後の連続表示に合わせてセクション間のメリハリ */
.search-list + .cat-title-case{
  margin-top: 2.8rem;
}

/* =========================================
   Tablet
========================================= */
@media only screen and (max-width: 1024px){
  .cat-title-case{
    margin: 3rem 0 1.4rem;
    padding: 1rem 1.2rem;
    gap: 10px;
  }

  .cat-title-case img{
    width: 26px;
    flex-basis: 26px;
  }

  .cat-title-case h3{
    font-size: 18px;
  }

  .search-list{
    gap: 14px;
    padding-left: 0;
    margin-bottom: 2.8rem;
  }

  .search-list li{
    width: calc((100% - 28px) / 3);
  }

  .search-list li a{
    min-height: 70px;
    font-size: 15px;
    padding: 1.1rem .8rem;
  }
}

/* =========================================
   SP
========================================= */
@media only screen and (max-width: 767px){
  .cat-title-case{
    margin: 2.4rem 0 1.2rem;
    padding: .9rem 1rem;
    gap: 8px;
  }

  .cat-title-case img{
    width: 22px;
    flex-basis: 22px;
  }

  .cat-title-case h3{
    font-size: 16px;
  }

  .search-list{
    gap: 10px;
    margin-bottom: 2.4rem;
  }

  .search-list li{
    width: calc((100% - 10px) / 2);
  }

  .search-list li a{
    min-height: 62px;
    padding: 1rem .8rem;
    font-size: 1.4rem;
    line-height: 1.35;
  }
}

/* =========================================
   極小SP
========================================= */
@media only screen and (max-width: 480px){
  .search-list li{
    width: 100%;
  }

  .search-list li a{
    min-height: 56px;
  }
}

/* =========================================
   地域から事例を探す
   地図なしリニューアル版
========================================= */

/* セクション全体 */
.region{
  padding: 80px 0;
}

/* 一覧全体 */
.region-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

/* 追尾回避 */
@media screen and (max-width: 1360px) {
.region-list{
    width: calc(100% - 100px);
}
}
@media screen and (max-width: 1024px) {
.region-list{
    width: 100%;
}
}
/* 追尾回避 */



/* 各地方カード */
.region__item{
  margin: 0;
  padding: 22px 22px 18px;
  background: #fff;
  border: 1px solid #d9e4f2;
  box-shadow: 0 10px 30px rgba(25, 54, 105, 0.06);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.region__item:hover{
  transform: translateY(-3px);
  border-color: #bfd3ee;
  box-shadow: 0 16px 34px rgba(25, 54, 105, 0.10);
}

/* 地方名 */
.region__name{
  position: relative;
  margin: 0 0 14px;
  padding-left: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #22324a;
}

.region__name::before{
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1f67c7;
  box-shadow: 0 0 0 6px rgba(31, 103, 199, 0.14);
}

/* リンク一覧 */
.region__item ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.region__item ul li{
  margin: 0;
  padding: 0;
}

/* 都道府県リンク */
.region__item ul li a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  background: #f7fbff;
  border: 1px solid #d2e1f3;
  border-radius: 999px;
  text-decoration: none;
  color: #1f67c7;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition:
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.region__item ul li a:hover{
  background: #1f67c7;
  color: #fff;
  border-color: #1f67c7;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(31, 103, 199, 0.18);
}

/* カード上部にほんのり帯 */
.region__item::before{
  content: "";
  display: block;
  width: calc(100% + 44px);
  height: 6px;
  margin: -22px -22px 18px;
  background: linear-gradient(90deg, #1f67c7 0%, #71a8f0 100%);
}

/* 地方ごとにアクセント色 */
.region__item:nth-child(1)::before{
  background: linear-gradient(90deg, #1f67c7 0%, #5e9cf0 100%);
}
.region__item:nth-child(2)::before{
  background: linear-gradient(90deg, #14a44d 0%, #61cd8f 100%);
}
.region__item:nth-child(3)::before{
  background: linear-gradient(90deg, #44b8df 0%, #8cdcf2 100%);
}
.region__item:nth-child(4)::before{
  background: linear-gradient(90deg, #8b6fe8 0%, #b79cf5 100%);
}
.region__item:nth-child(5)::before{
  background: linear-gradient(90deg, #f0c21a 0%, #f6dc79 100%);
}
.region__item:nth-child(6)::before{
  background: linear-gradient(90deg, #ec6b9b 0%, #f4a5c3 100%);
}
.region__item:nth-child(7)::before{
  background: linear-gradient(90deg, #ef8a1f 0%, #f6b56d 100%);
}
.region__item:nth-child(8)::before{
  background: linear-gradient(90deg, #e54f5d 0%, #f08b95 100%);
}

/* 地方名ドットも色連動 */
.region__item:nth-child(1) .region__name::before{
  background: #1f67c7;
  box-shadow: 0 0 0 6px rgba(31,103,199,.14);
}
.region__item:nth-child(2) .region__name::before{
  background: #14a44d;
  box-shadow: 0 0 0 6px rgba(20,164,77,.14);
}
.region__item:nth-child(3) .region__name::before{
  background: #44b8df;
  box-shadow: 0 0 0 6px rgba(68,184,223,.16);
}
.region__item:nth-child(4) .region__name::before{
  background: #8b6fe8;
  box-shadow: 0 0 0 6px rgba(139,111,232,.16);
}
.region__item:nth-child(5) .region__name::before{
  background: #f0c21a;
  box-shadow: 0 0 0 6px rgba(240,194,26,.18);
}
.region__item:nth-child(6) .region__name::before{
  background: #ec6b9b;
  box-shadow: 0 0 0 6px rgba(236,107,155,.16);
}
.region__item:nth-child(7) .region__name::before{
  background: #ef8a1f;
  box-shadow: 0 0 0 6px rgba(239,138,31,.16);
}
.region__item:nth-child(8) .region__name::before{
  background: #e54f5d;
  box-shadow: 0 0 0 6px rgba(229,79,93,.16);
}

/* 地図は非表示 */
.region > img,
.region map{
  display: none;
}

/* =========================================
   1200px以下
========================================= */
@media only screen and (max-width: 1200px){
  .region{
    padding: 72px 0;
  }

  .region .sec-title{
    margin-bottom: 30px;
    font-size: 3.4rem;
  }

  .region-list{
    gap: 16px;
  }

  .region__item{
    padding: 20px 20px 16px;
  }

  .region__item::before{
    width: calc(100% + 40px);
    margin: -20px -20px 16px;
  }

  .region__name{
    font-size: 2rem;
  }
}

/* =========================================
   820px以下
========================================= */
@media only screen and (max-width: 820px){
  .region{
    padding: 64px 0;
  }

  .region .sec-title{
    margin-bottom: 26px;
    font-size: 3rem;
  }

  .region-list{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .region__item{
    padding: 18px 18px 14px;
  }

  .region__item::before{
    width: calc(100% + 36px);
    margin: -18px -18px 16px;
  }

  .region__name{
    margin-bottom: 12px;
    font-size: 1.9rem;
  }

  .region__item ul{
    gap: 8px;
  }

  .region__item ul li a{
    min-height: 38px;
    padding: 0 13px;
    font-size: 1.4rem;
  }
}

/* =========================================
   767px以下
========================================= */
@media only screen and (max-width: 767px){
  .region{
    padding: 48px 0;
  }

  .region .sec-title{
    gap: 10px;
    margin-bottom: 22px;
    font-size: 2.4rem;
  }

  .region .sec-title::before{
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .region__item{
    padding: 16px 14px 14px;
  }

  .region__item::before{
    width: calc(100% + 28px);
    height: 5px;
    margin: -16px -14px 14px;
  }

  .region__name{
    padding-left: 18px;
    font-size: 18px;
  }

  .region__name::before{
    width: 8px;
    height: 8px;
  }

  .region__item ul li a{
    min-height: 34px;
    padding: 0 11px;
    font-size: 1.3rem;
  }
}

/* ========================================
   機器導入事例一覧
======================================== */
.item-list-container{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    width: 100%;
}

/* 追尾回避 */
@media screen and (max-width: 1360px) {
.item-list-container{
    width: calc(100% - 150px);
}
}
@media screen and (max-width: 1024px) {
.item-list-container{
    width: 100%;
}
}
/* 追尾回避 */



/* 一覧レイアウト */
#content .d-flex{
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
  align-items: stretch;
}

/* 1カード */
#content .d-flex > a{
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 48px) / 3);
  min-height: 100%;
  text-decoration: none;
  color: #1e2a37;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(0, 68, 140, .10);
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 10px 30px rgba(16, 52, 90, .08),
    0 2px 8px rgba(16, 52, 90, .04);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

#content .d-flex > a:hover{
  transform: translateY(-8px);
  border-color: rgba(0, 68, 140, .22);
  box-shadow:
    0 18px 42px rgba(16, 52, 90, .14),
    0 8px 18px rgba(16, 52, 90, .08);
  opacity: 0.9;
}

/* 画像 */
#content .d-flex > a .img{
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(0,68,140,.08) 0%, rgba(42,127,209,.04) 100%);
}

#content .d-flex > a .img::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.10) 100%);
  pointer-events: none;
  z-index: 1;
}

#content .d-flex > a .img canvas{
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transform: scale(1);
  transition: transform .6s ease;
}

#content .d-flex > a:hover .img canvas{
  transform: scale(1.06);
}

/* タイトル群 */
#content .d-flex > a .title{
  order: 2;
  margin: 24px 24px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .04em;
  color: #0d2c4f;
}

#content .d-flex > a .title span{
  display: inline-block;
  margin: 0;
  color: #2a7fd1;
  font-weight: 500;
}

#content .d-flex > a .subtitle{
  order: 3;
  margin: 0px 20px 25px;
  padding-top: 25px;
  font-size: 12px;
  line-height: 1;
  color: #7a7a7a;
  border-top: 1px solid rgba(0, 68, 140, .10);
}

@media screen and (max-width: 1360px) {
#content .d-flex > a .subtitle{
  margin: 0px 70px 25px 20px;
  line-height: 1.6;
}
}


#content .d-flex > a .subtitle span{
  display: inline-block;
  margin-left: 5px;
  color: #8aa7c4;
}

/* 右下アクセント矢印 */
#content .d-flex > a::after{
  content: "";
  position: absolute;
  right: 22px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, #00448c 0%, #2a7fd1 100%);
  box-shadow: 0 8px 18px rgba(0, 68, 140, .18);
  opacity: .96;
  transition: transform .35s ease;
}

#content .d-flex > a:hover::after{
  transform: translateX(4px);
}

/* 矢印本体 */
#content .d-flex > a .subtitle::after{
  content: "";
  position: absolute;
  right: 38px;
  bottom: 26px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 3;
 transition: 0.35s;
}
#content .d-flex > a:hover .subtitle::after{
  right: 33px;
  transition: 0.35s;
}

/* ページネーション */
.wp-pagenavi{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 56px;
}

.wp-pagenavi a,
.wp-pagenavi span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: .95rem;
  text-decoration: none;
  border: 1px solid rgba(0, 68, 140, .14);
  background: #fff;
  color: #00448c;
  transition: all .3s ease;
}

.wp-pagenavi a:hover{
  background: #00448c;
  color: #fff;
  border-color: #00448c;
}

.wp-pagenavi .current{
  background: linear-gradient(135deg, #00448c 0%, #2a7fd1 100%);
  color: #fff;
  border-color: transparent;
}

/* 投稿がない時 */
#content section > p{
  text-align: center;
  padding: 48px 24px;
  border: 1px solid rgba(0, 68, 140, .10);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  color: #4f6274;
  line-height: 1.9;
  box-shadow: 0 10px 30px rgba(16, 52, 90, .05);
}




/* =========================
   レスポンシブ
========================= */
@media screen and (max-width: 1024px){
  #content .d-flex > a{
    width: calc((100% - 24px) / 2);
  }

  #content .d-flex{
    gap: 24px;
  }

  #content .d-flex > a .title{
    margin: 20px 20px 8px;
    font-size: 14px;
  }

  #content .d-flex > a .subtitle{
    margin: 0 20px 22px;
  }
}

@media screen and (max-width: 767px){
  .container{
    width: min(100%, calc(100% - 24px));
  }

  #content section{
    padding: 24px 0 56px;
  }

  #content .d-flex{
    gap: 18px;
  }

  #content .d-flex > a{
    width: 100%;
    border-radius: 20px;
  }

  #content .d-flex > a .img{
    aspect-ratio: 4 / 3;
  }

  #content .d-flex > a .title{
    margin: 18px 16px 8px;
    font-size: 14px;
    line-height: 1.55;
  }

  #content .d-flex > a .subtitle{
    margin: 0 16px 18px;
    padding-top: 12px;
    padding-right: 54px;
    font-size: 12px;
    line-height: 1.7;
  }

  #content .d-flex > a::after{
    right: 16px;
    bottom: 14px;
    width: 38px;
    height: 38px;
  }

  #content .d-flex > a .subtitle::after{
    right: 30px;
    bottom: 28px;
  }

  .wp-pagenavi{
    margin-top: 40px;
    gap: 8px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span{
    min-width: 40px;
    height: 40px;
    font-size: .9rem;
  }
}

/* ========================================
   ページネーション
======================================== */
.custom-pagination{
  margin-top: 56px;
  text-align: center;
}

.custom-pagination .page-numbers{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-pagination .page-numbers li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-pagination .page-numbers a,
.custom-pagination .page-numbers span{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
    border: 1px solid #8e8e8e;
    background: #eeeeee;
    color: #7a7a7a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
  transition: all .25s ease;
}

.custom-pagination .page-numbers a:hover{
  background: #e9e5dc;
  color: #333;
  border-color: #c9c2b6;
}

.custom-pagination .page-numbers .current{
  background: #0d63c8;
  color: #fff;
  border-color: #0d63c8;
}

.custom-pagination .page-numbers .dots{
  background: transparent;
  border: none;
  min-width: auto;
  padding: 0 4px;
}

/* prev next */
.custom-pagination .page-numbers .prev,
.custom-pagination .page-numbers .next{
  font-size: 1.1rem;
}

/* SP */
@media screen and (max-width: 767px){
  .custom-pagination{
    margin-top: 40px;
  }

  .custom-pagination .page-numbers{
    gap: 3px;
    flex-wrap: wrap;
  }

  .custom-pagination .page-numbers a,
  .custom-pagination .page-numbers span{
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
  }
}


/* ========================================
   下部ボタン2カラム
======================================== */

.field-btns{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px;
  margin: 70px 0;
  padding: 0;
  list-style: none;
}

.field-btns li{
  flex: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}

.field-btns li a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 18px 24px;
  border: 1px solid #0057c8;
  background: transparent;
  color: #0057c8;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  letter-spacing: .03em;
  transition: all .25s ease;
  box-sizing: border-box;
}

/* hover */
.field-btns li a:hover{
  background: #0057c8;
  color: #fff;
}

/* active */
.field-btns li a:active{
  transform: translateY(1px);
}

/* PC幅感 */
@media screen and (min-width: 1025px){

  .field-btns{
    width: min(1000px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

}

/* tablet */
@media screen and (max-width: 1024px){

  .field-btns{
    gap: 24px;
    margin-top: 56px;
  }

  .field-btns li a{
    min-height: 64px;
    font-size: 1.2rem;
    padding: 16px 18px;
  }

}

/* SP */
@media screen and (max-width: 767px){

  .field-btns{
    flex-direction: column;
    gap: 14px;
    margin-top: 40px;
  }

  .field-btns li a{
    min-height: 56px;
    font-size: 14px;
    padding: 14px 16px;
  }
}



/* =========================
製品紹介ページ専用
干渉しない専用クラス設計
========================= */

.product-catalog-page{
  background:
    linear-gradient(180deg, #f3f6f9 0%, #ffffff 22%, #ffffff 100%);
  color: #1f2d3d;
}

.product-catalog-section{
  position: relative;
  padding: 88px 0;
}

.product-catalog-section + .product-catalog-section{
  border-top: 1px solid #d7e0e8;
}

.product-catalog-heading{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cfd8e2;
}

/* 追尾回避 */
.product-catalog-heading{
    width: 100%;
}
@media screen and (max-width: 1360px) {
.product-catalog-heading{
    width: calc(100% - 100px);
}
}
@media screen and (max-width: 1024px) {
.product-catalog-heading{
    width: 100%;
}
}
/* 追尾回避 */

.product-catalog-heading__main-wrap{
  position: relative;
  padding-left: 22px;
  flex: 0 0 auto;
}

.product-catalog-heading__main-wrap::before{
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 6px;
  height: calc(100% - 4px);
  background: linear-gradient(180deg, #003678 0%, #0b5ea8 100%);
  border-radius: 999px;
}

.product-catalog-heading__eyebrow{
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .16em;
  color: #5f7488;
}

.product-catalog-heading__title{
  margin: 0;
  font-size: clamp(2.8rem, 3vw, 4rem);
  line-height: 1.3;
  color: #003678;
}

.product-catalog-heading__lead{
  max-width: 560px;
  margin: 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #4d6072;
}

.product-catalog-block{
  position: relative;
}
/* 追尾回避 */
.product-catalog-block{
    width: 100%;
}
@media screen and (max-width: 1360px) {
.product-catalog-block{
    width: calc(100% - 100px);
}
}
@media screen and (max-width: 1024px) {
.product-catalog-block{
    width: 100%;
}
}
/* 追尾回避 */

.product-catalog-grid{
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-catalog-grid--category{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-catalog-grid--field{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-catalog-grid__item{
  margin: 0;
}

.product-catalog-card{
  position: relative;
  display: flex;
  text-decoration: none;
  color: #1f2d3d;
  background: #fff;
  border: 1px solid #cfd8e2;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, color .3s ease;
}

.product-catalog-card:hover{
  transform: translateY(-4px);
  border-color: #8aa6c2;
  box-shadow: 0 14px 30px rgba(18, 38, 63, .08);
  color: #003d7a;
}

.product-catalog-card--category{
  align-items: center;
  gap: 18px;
  min-height: 108px;
  padding: 22px 20px;
  border-radius: 12px;
}

.product-catalog-card__icon{
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e2ea;
  background: linear-gradient(180deg, #fbfcfd 0%, #f2f6f9 100%);
  border-radius: 10px;
}

.product-catalog-card__icon img{
  max-width: 34px;
  max-height: 34px;
  width: auto;
  height: auto;
  display: block;
}

.product-catalog-card__name{
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .03em;
}

.product-catalog-card--field{
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.product-catalog-card__image-wrap{
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #dfe7ee;
}

.product-catalog-card__image-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 24, 44, .10) 0%, rgba(8, 24, 44, .28) 100%);
  z-index: 1;
}

.product-catalog-card__image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.product-catalog-card--field:hover .product-catalog-card__image-wrap img{
  transform: scale(1.05);
}

.product-catalog-card__field-name{
  display: block;
  position: relative;
  padding: 18px 18px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #14283c;
  background: #fff;
}

.product-catalog-card__field-name::before{
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  width: 44px;
  height: 3px;
  background: #003d7a;
}

@media only screen and (max-width: 1024px){
  .product-catalog-grid--category,
  .product-catalog-grid--field{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-catalog-heading{
    flex-direction: column;
    align-items: flex-start;
  }

  .product-catalog-heading__lead{
    max-width: none;
  }
}

@media only screen and (max-width: 767px){
  .product-catalog-section{
    padding: 64px 0;
  }

  .product-catalog-heading{
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 18px;
  }

  .product-catalog-heading__main-wrap{
    padding-left: 16px;
  }

  .product-catalog-heading__main-wrap::before{
    width: 4px;
  }

  .product-catalog-heading__eyebrow{
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .product-catalog-heading__title{
    font-size: 2.6rem;
  }

  .product-catalog-heading__lead{
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .product-catalog-grid{
    gap: 14px;
  }

  .product-catalog-grid--category{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-catalog-grid--field{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-catalog-card--category{
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    min-height: 140px;
    padding: 18px 14px;
    text-align: center;
  }

  .product-catalog-card__icon{
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .product-catalog-card__name,
  .product-catalog-card__field-name{
    font-size: 1.4rem;
  }

  .product-catalog-card__field-name{
    padding: 14px 14px 16px;
  }

  .product-catalog-card__field-name::before{
    left: 14px;
    width: 36px;
  }
}

/* タイトル修正 */

.tax-title-sp-break .label,
.tax-title-sp-break .name{
  display:inline;
}

/* スマホ時だけ改行 */
@media only screen and (max-width: 767px){

  .tax-title-sp-break .label,
  .tax-title-sp-break .name{
    display:block;
  }

  .tax-title-sp-break .label{
    margin-bottom: 0px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .tax-title-sp-break .name{
    font-size: 22px;
    line-height: 1.8;
  }
}