@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  padding-top: 0px;
  overflow: hidden;
  position: relative;
}

.topslider {
  height: 100vh;
  position: relative;
  width: 100%;
}
.topslider .slideitem {
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
.topslider {
  height: 100%;
  position: relative;
  width: 100%;
   aspect-ratio: 4/3;
}
.topslider .slideitem {
  height: 100%;
  width: 100%;
   aspect-ratio: 4/3;
}
}
@media screen and (max-width: 767px) {
.topslider {
   aspect-ratio: 4/5;
}
.topslider .slideitem {
   aspect-ratio: 4/5;
}
}

.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  /* background: linear-gradient(180deg, rgba(30, 30, 30, 0),rgb(2, 50, 110, 0.3), rgba(30, 30, 30, 0)); */
}




/*****************************
  top キャッチコピー
*****************************/
.catchcopy {
    position: absolute;
    display: block;
    max-width: 100%;
    color: #ffffff;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    padding: 0;
    z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.catchcopy h2{
font-size: 65px;
letter-spacing: 2px;
text-shadow: 0px 0px 10px #000000;
writing-mode: vertical-rl;
text-orientation: upright;
letter-spacing: .1em;
line-height: 1.8;
margin: 0 auto 10px;
font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
display: block;
  margin: 0 0 10px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.catchcopy h2 span{
  display: block;
}


.catchcopy p{
font-size: 24px;
letter-spacing: 1px;
text-shadow: 0px 0px 7px #000000;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.catchcopy p .s_text{
font-size: 18px;
letter-spacing: 1px;
text-shadow: 0px 0px 3px #000000;
padding: 0 5px;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.catchcopy .since_text{
  text-align: center;
  margin-top: 10px;
}
.catchcopy .since_text p{
font-size: 14px;
letter-spacing: 2px;
line-height: 1;
text-shadow: 0px 0px 7px #000000;
padding: 0 5px;
border: 1px solid #d8d8d8;
padding: 5px 10px;
display: inline-block;
}

@media screen and (max-width: 1400px) {
.catchcopy h2{
font-size: 60px;
}
}

@media screen and (max-width: 1180px) {
.catchcopy {
  left: 50%;
  top: 42%;

}
.catchcopy h2{
font-size: 50px;
}
.catchcopy p{
font-size: 18px;
}
.catchcopy p .s_text{
font-size: 16px;
}
}
@media screen and (max-width: 820px) {
.catchcopy h2{
font-size: 35px;
}
.catchcopy p{
font-size: 16px;
}
.catchcopy p .s_text{
font-size: 14px;
}
.catchcopy .since_text p{
font-size: 12px;
}
}

@media screen and (max-width: 600px) {
.catchcopy {
  top: 250px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.catchcopy h2{
font-size: 30px;
text-align: center;
}
.catchcopy p{
font-size: 14px;
text-align: left;
}
.catchcopy p .s_text{
font-size: 14px;
}
}

/*****************************
  topsec-news
*****************************/
.topsec-news{
  margin: 30px 0;
  padding: 30px 0;
}
.topsec-news input[type="radio"] {
  display: none;
}
.topsec-news .tab_area{
  margin-bottom: 3rem;
}
.topsec-news .tab_area .ftab{
  border-bottom: 2px solid #ccc;
  margin-right: 20px;
  position: relative;
  text-align: center;
  width: calc(20% - 20px);
  background: #d3d4d4;
  color: #fff; 
}
.topsec-news .tab_area .ftab label{
  cursor: pointer;
  display: block;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
  transition: .6s;
}
.topsec-news .tab_panel{
  display: none;
}
.topsec-news .tab_area .ftab:hover,
.topsec-news #tnewstab1:checked ~ .tab_area .tnewsftab1{
  background: #333;
  transition: .6s;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab2:hover,
.topsec-news #tnewstab2:checked ~ .tab_area .tnewsftab2{
  background: #000F45;
  transition: .6s;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab3:hover,
.topsec-news #tnewstab3:checked ~ .tab_area .tnewsftab3{
  background: #0066cc;
  transition: .6s;
  color: #fff;
}

.topsec-news #tnewstab1:checked ~ .panel_area #tnewspanel1,
.topsec-news #tnewstab2:checked ~ .panel_area #tnewspanel2,
.topsec-news #tnewstab3:checked ~ .panel_area #tnewspanel3{
  display:block;
}

@media only screen and (max-width: 1024px) {
  .topsec-news .tab_area {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-news .tab_area .ftab{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .topsec-news .t-newsttlbox,
  .topsec-news .tab_area .ftab label{
    font-size: 1.4rem;
  }
  .topsec-news .tab_area .ftab{
    width: calc(33% - 10px);
  }
}

/*****************************
  お知らせ一覧
*****************************/
.newslist{
  margin-bottom: 60px;
}
.newsbox{
  padding: 100px 30px;
  background: #F6F7FA;
}


.newslinktab{
  margin-bottom: 5rem;
}
.newslinktab li{
  width: calc(15% - 10px);
}
.newslinktab  a.label{
  border-bottom: 2px solid #ccc;
  display: block;
  margin-right: 10px;
  opacity: 1 !important;
  padding: .3rem 0;
  position: relative;
  text-align: center;
  background: #d3d4d4;
  color: #fff;
}
.newslinktab  a.label:hover,
.newslinktab  a.label.label_cr{
  background: #333;
  color: #fff;
}
.newslinktab  a.label.label_cr{
  pointer-events: none;
}
.newslinktab  a.label2:hover,
.newslinktab a.label2.label_cr{
  background: #000F45;
}
.newslinktab  a.label3:hover,
.newslinktab a.label3.label_cr{
  background: #0066cc;
}


.newslist a{
  opacity: 1 !important;
  position: relative;
  display: block;
}
.newslist a::before,
.newslist a::after{
  content: "";
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.newslist a::after{
  background: #000f45;
  transition: 0.3s;
  width: 15%;
  z-index: 1;
}
.newslist a:hover::after{
  background: #EAF0F5;
  width: 100%;
}
.newslist a .cat,
.singlehead .cat{
    border: 1px solid #000f45;
    color: #000f45;
    margin-right: 1rem;
    text-align: center;
    width: 100px;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
    background: #fff;
}
.newslist a .cat-cat01,
.singlehead .cat-cat01{
    border: 1px solid #000f45;
    color: #000f45;
}
.newslist a .cat-cat02,
.singlehead .cat-cat02{
    border: 1px solid #0066cc;
    color: #0066cc;
}
.newslist a .ttl{
  padding: 1rem 0;
}
@media only screen and (max-width: 820px) {
  .newslinktab li{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .newslinktab li{
    width: calc(50% - 10px);
  }
  .newslist a .cat{
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .newslist a .date{
    font-size: 1.4rem;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}
.newsflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  transition: 0.3s;
  background: #F6F7FA;
}
.newslist a:hover .newsflex{
  background: #edf3ff;
  transition: 0.3s;
}

.newsimg{
  width: 15%;
  margin-right: 20px;
  height: 100px;
}
.newscont{
  width: calc(85% - 20px);
}

.newscont .info{
  line-height: 1;
}

.newsimg img{
width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #fff;
}
.case_top .newsimg img{
  padding: 0px;
  background: unset;
}


@media only screen and (max-width: 767px) {
  .newsimg{
    width: 20%;
    margin-right: 10px;
    height: 90px;
  }
  .newscont{
  width: calc(80% - 10px);
}
}

/*****************************
  top sl_news
*****************************/
.topttl02{
  display: flex;
  align-items: center;
}
.topttl02 h2{
  color: #00448c;
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}
.topttl02 p{
color: #b29a20;
font-size: 18px;
}

.sl_news{
  position: absolute;
  text-align: left;
  width: min(400px, 90%);
  margin: 0 auto;
  bottom: 20px;
  right: 70px;
}
@media screen and (max-width: 1180px) {
.sl_news{
  position: absolute;
  text-align: left;
  width: min(500px, 90%);
  margin: 0 auto;
  bottom: 10%;
  left: 25%;
  right: unset;
}
}
@media screen and (max-width: 1024px) {
.sl_news{
  position: relative;
  text-align: left;
  width: min(600px, 90%);
  margin: 10px auto;
  bottom: 0px;
  left: 0%;
  right: unset;
}
}

.sl_news_area{
  padding: 20px;
  background: rgba(255,255,255,0.9);
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
.sl_news_area{
  background: rgb(233 248 255);
  border-radius: 5px;
  border: 1px solid #ccc;
}
}

.sl_newslist .sl_news_title{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.sl_newslist .sl_news_text{
  font-size: 14px;
}

/*****************************
  top newsエリア
*****************************/
.news_block{
  margin-left: 120px;
  width: calc(100% - 120px);
  padding: 70px 100px 30px 100px;
  background: #F6F7FA;
}
@media screen and (max-width: 1180px) {
.news_block{
    padding: 50px 30px 30px 50px;
}
}
@media screen and (max-width: 820px) {
.news_block{
  margin-left: 0px;
  width: 100%;
  padding:30px;
}
}
@media screen and (max-width: 480px) {
.news_block{
  padding:30px 10px;
}
}

.news_style_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.news_style_flex .left_area{
  width: 260px;
  margin-right: 40px;
}
.news_style_flex .right_area{
  width: calc(100% - 300px);
}
@media screen and (max-width: 1024px) {
.news_style_flex .left_area{
  width: 100%;
  margin-right: 0px;
}
.news_style_flex .right_area{
  width: 100%;
}

}



/*****************************
contact-map
*****************************/
.area-contact{
  padding: 80px 0;
  background: #edf1f5;
}

.area-contact__body{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.area-contact__map{
  width: 60%;
}
@media screen and (max-width: 1180px) {
.area-contact__map{
  width: 55%;
}
}
.area-contact__map-inner{
  position: relative;
}

.area-contact__map img{
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
.area-contact__map img{
  display: block;
  width: min(500px, 100%);
  margin: 0 auto;
  height: auto;
}
}



.area-contact__info{
  width: 40%;
}
@media screen and (max-width: 1180px) {
.area-contact__info{
  width: 45%;
}
}

.office-list{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.office-list .office-card{
  position: relative;
  padding: 18px 20px 16px;
  border: 2px solid #ccc;
  background: #fff;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}
@media screen and (max-width: 1024px) {
.office-list{
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: min(500px, 100%);
  margin: 0 auto;
}
.office-list .office-card{
  padding: 10px;
}
}



.office-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.office-card.is-active{
  transform: translateY(-4px);
  /* box-shadow: 0 10px 24px rgba(0,0,0,.08); */
}

.office-card__label{
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.office-card__body{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.office-card__name,
.office-card__tel{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.office-card__tel{
  text-decoration: none;
}

/* 緑 */
.office-card--green{
  border-color: #00b64f;
  color: #00b64f;
}
.office-card--green .office-card__label{
  background: #00b64f;
}
.office-card--green .office-card__tel{
  color: #00b64f;
}

/* 紫 */
.office-card--purple{
  border-color: #c79af6;
  color: #c79af6;
}
.office-card--purple .office-card__label{
  background: #c79af6;
}
.office-card--purple .office-card__tel{
  color: #c79af6;
}

/* 青 */
.office-card--blue{
  border-color: #1fc6d8;
  color: #1fc6d8;
}
.office-card--blue .office-card__label{
  background: #1fc6d8;
}
.office-card--blue .office-card__tel{
  color: #1fc6d8;
}

.area-contact__btn-wrap{
  margin-top: 34px;
}

.area-contact__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 110px;
  padding: 20px;
  background: #efcb19;
  color: #1b2d4a;
  text-decoration: none;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  transition: transform .25s ease, opacity .25s ease;
}

.area-contact__btn:hover{
  transform: translateY(-3px);
  opacity: .92;
}

.area-contact__btn-icon{
  font-size: 3rem;
  line-height: 1;
}

.js-area-map.is-changing{
  animation: mapFade .35s ease;
}

@keyframes mapFade{
  0%{
    opacity: .35;
    transform: scale(.98);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 900px){
  .area-contact__body{
    flex-direction: column;
    gap: 40px;
  }

  .area-contact__map,
  .area-contact__info{
    width: 100%;
  }

  .office-card__label{
    font-size: 16px;
  }
  .office-card__name{
    font-size: 18px;
  }
  .office-card__tel{
    font-size: 22px;
  }

  .area-contact__btn{
    min-height: 88px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 820px){
  .area-contact{
    padding: 56px 0;
  }

  .area-contact__head{
    margin-bottom: 28px;
  }

  .area-contact__head h2{
    padding: 14px 16px;
    font-size: 1.8rem;
  }

  .office-list{
    gap: 16px;
  }

  .office-card{
    padding: 10px;
  }

  .office-card__label{
    margin-bottom: 5px;
    padding: 0px 12px;
    font-size: 1.5rem;
  }

  .office-card__body{
    display: block;
  }

  .office-card__name{
    display: block;
    font-size: 16px;
  }

  .office-card__tel{
  font-size: 18px;
  display: inline-block;
  text-decoration: underline;
  }

  .office-card__name{
    margin-bottom: 4px;
  }

  .area-contact__btn{
    min-height: 74px;
    gap: 10px;
    font-size: 2rem;
  }

  .area-contact__btn-icon{
    font-size: 2.2rem;
  }
}

/*****************************
area-contact
*****************************/
.area-contact{
  position: relative;
  overflow: hidden;
  background:
  radial-gradient(circle at 20% 30%, rgba(0,120,255,.12), transparent 40%),
  radial-gradient(circle at 80% 70%, rgba(0,220,255,.08), transparent 40%),
  linear-gradient(135deg, #000F45 0%, #00165c 50%, #000F45 100%);
}

.area-contact > .inner1{
  position: relative;
  z-index: 2;
}

.network-lines{
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.network-lines span{
  position: absolute;
  display: block;
  width: 120px;
  height: .8px;
  background: linear-gradient(
    90deg,
    rgba(125,184,255,0) 0%,
    rgba(125,184,255,.9) 50%,
    rgba(125,184,255,0) 100%
  );
  opacity: .45;
  transform: rotate(-45deg);
  filter: blur(.2px);
  animation: lineMove linear infinite;
}

@keyframes lineMove{
  0%{
    transform: translate3d(200px,-200px,0) rotate(-45deg);
    opacity:0;
  }

  10%{
    opacity:.45;
  }

  90%{
    opacity:.45;
  }

  100%{
    transform: translate3d(-600px,600px,0) rotate(-45deg);
    opacity:0;
  }
}
/*****************************
home-card-section
*****************************/
.home-card-section{
  padding: 80px 0;
}

.home-card-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.home-card{
  width: calc((100% - 60px) / 3);
}

.home-card__type{
  display: block;
  color: inherit;
  text-decoration: none;
}

.home-card__head{
  position: relative;
  z-index: 1;
}

.home-card__image{
  aspect-ratio: 8 / 7;
  overflow: hidden;
  background: #ddd;
}

.home-card__image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-card__body{
  position: relative;
  z-index: 2;
  background: #fff;
  width: calc(100% - 50px);
  margin-top: -50px;
  margin-left: 50px;
  padding: 30px 10px 34px 30px;
  box-sizing: border-box;
}

.home-card__title-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.home-card__title{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #003678;
  position: relative;
}

.home-card__arrow{
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  position: relative;
  margin-top: 2px;
}

.home-card__arrow::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #4b66d1;
  border-right: 2px solid #4b66d1;
  transform: translate(-50%, -50%) rotate(45deg);
}

.home-card__subtitle{
  margin-bottom: 20px;
  letter-spacing: .08em;
  font-size: 16px;
  line-height: 1.4;
  color: #0066cc;
}

.home-card__description{
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 400;
  color: #111;
  letter-spacing: .03em;
}

@media (hover: hover){
  .home-card__type:hover .home-card__arrow{
    transform: translateX(4px);
    transition: transform .25s ease;
  }
}

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

  .home-card-section{
    padding: 50px 0;
  }

  .home-card-wrap{
    width: calc(100% - 32px);
    gap: 24px;
  }

  .home-card{
    width: 100%;
  }

  .home-card__image{
    aspect-ratio: 5 / 2;
  }

  .home-card__body{
    width: calc(100% - 24px);
    margin-top: -28px;
    margin-left: 12px;
    padding: 22px 20px 24px;
  }

  .home-card__title{
    font-size: 2.0rem;
  }

  .home-card__subtitle{
    margin-bottom: 14px;
    font-size: 1.3rem;
  }

  .home-card__description{
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

/* 初期（PC） */
.home-card__image .util-sp-hidden{
  display: block !important;
}

.home-card__image .util-pc-hidden{
  display: none !important;
}

/* 767px以下で切り替え */
@media screen and (max-width: 767px){
  .home-card__image .util-sp-hidden{
    display: none !important;
  }

  .home-card__image .util-pc-hidden{
    display: block !important;
  }
}

/*****************************
top_search_area
*****************************/

.top-product-search{
  padding: 100px 0;
  background: #F6F7FA;
}

.top-product-search__inner{
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}


.product-tabs input[type="radio"]{
  display: none;
}

.product-tabs__nav{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d6dde6;
}

.product-tabs__button{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px 20px;
  background: #eef2f6;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
  transition: background .3s ease, color .3s ease;
  border-right: 1px solid #d6dde6;
  box-sizing: border-box;
}

.product-tabs__button:last-child{
  border-right: 0;
}

.product-tabs__button span{
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.product-tabs__button span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0px;
    top: 50%;
    background-image: url(../images/common/arrow_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-10px, -50%);
    transition: all 0.4s ease 0.1s;
}



#tab-product:checked ~ .product-tabs__nav label[for="tab-product"],
#tab-field:checked ~ .product-tabs__nav label[for="tab-field"]{
  background: #fff;
  color: #333;
  letter-spacing: 2px;
}

#tab-product:checked ~ .product-tabs__nav label[for="tab-product"]::after,
#tab-field:checked ~ .product-tabs__nav label[for="tab-field"]::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #00448c;
}

.product-tabs__contents{
  background: #fff;
  padding: 42px;
  box-shadow: 0 15px 40px rgba(13,45,80,.08);
}

.product-tabs__panel{
  display: none;
}

#tab-product:checked ~ .product-tabs__contents .product-tabs__panel--product{
  display: block;
}

#tab-field:checked ~ .product-tabs__contents .product-tabs__panel--field{
  display: block;
}

.search-grid{
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-grid--product{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

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

.search-grid--field{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.search-grid__item{
  margin: 0;
}

.search-card{
  position: relative;
  display: flex;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
}

.search-card:hover{
  transform: translateY(-4px);
}

/* 製品を探す */
.search-card--product{
  align-items: center;
  gap: 16px;
  min-height: 104px;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid #d9e1ea;
  box-shadow: 0 8px 24px rgba(13,45,80,.05);
}

.search-card--product:hover{
  border-color: #0d2d50;
  box-shadow: 0 14px 30px rgba(13,45,80,.12);
}

.search-card__icon{
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
}

.search-card__icon img{
  max-width: 52px;
  max-height: 52px;
  width: auto;
  height: auto;
  display: block;
}

.search-card__text{
  flex: 1 1 auto;
  color: #0d2d50;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
}

/* 観測フィールドから探す */
/* 観測フィールドから探す（画像ドン版） */
.search-card--field{
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  transition: transform .4s ease, box-shadow .4s ease;
}

.search-card--field:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.18);
}

/* 画像 */
.search-card--field img{
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .8s ease;
}

.search-card--field:hover img{
  transform: scale(1.05);
}

/* 暗幕グラデーション（高級感の核） */
.search-card--field::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.5) 0%,
    rgba(0,0,0,0.2) 40%,
    rgba(0,0,0,0.1) 70%,
    rgba(0,0,0,0.05) 100%
  );
}

/* タイトル */
.search-card__title{
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  font-size: 26px;
  letter-spacing: 3px;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0,0,0,.4);
}

/* 下線 */
.search-card__title::after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 10px;
  background: rgba(255,255,255,.7);
  transition: width .3s ease;
}

.search-card--field:hover .search-card__title::after{
  width: 60px;
}

/* レスポンシブ */
@media screen and (max-width: 1024px){
  .search-grid--product{
    grid-template-columns: repeat(3, 1fr);
  }

  .search-grid--field{
    grid-template-columns: repeat(2, 1fr);
  }

  .product-tabs__contents{
    padding: 32px;
  }
}

@media screen and (max-width: 767px){
  .top-product-search{
    padding: 70px 0;
  }

  .product-tabs__nav{
    grid-template-columns: 1fr;
  }

  .product-tabs__button{
    min-height: 62px;
    font-size: 16px;
    border-right: 0;
    border-bottom: 1px solid #d6dde6;
  }

  .product-tabs__button:last-child{
    border-bottom: 0;
  }

  .product-tabs__contents{
    padding: 22px 16px;
  }

  .search-grid--product,
  .search-grid--field{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .search-card--product{
    min-height: 88px;
    padding: 16px 14px;
    gap: 14px;
  }

  .search-card__icon{
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .search-card__icon img{
    max-width: 40px;
    max-height: 40px;
  }

  .search-card__text{
    font-size: 15px;
  }

  .search-card--field{
    min-height: 180px;
  }

  .search-card__title{
    left: 16px;
    bottom: 14px;
    font-size: 18px;
  }
}