@charset "UTF-8";

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

.topslider {
  height: 95vh;
  position: relative;
  width: 100%;
}
.topslider .slideitem {
  height: 95vh;
  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/4;
}
.topslider .slideitem {
   aspect-ratio: 4/4;
}
}

.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .9) 20%, rgba(255, 255, 255, .7) 35%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 60%);
}

@media screen and (max-width:1024px){
.topslider::after{
        background: rgba(255, 255, 255, 0.3);
  }
}

/*****************************
  top アイテム
*****************************/


.topfv-item1 {
  position: absolute;
  top: 280px;
  left: 50%;
  z-index: 5;
  width: min(92%, 1120px);
  transform: translateX(-50%);
  color: #07164a;
}

.topfv-label {
  display: inline-block;
  margin: 0 0 24px;
  padding: 10px 34px 10px 26px;
  background: linear-gradient(90deg, #06194c 0%, #0a2d74 100%);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
}

.topfv-copy {
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .06em;
  text-shadow: 0 2px 8px rgba(255,255,255,.8);
  width: fit-content;
  position: relative;
}
.topfv-copy::before {
content: "";
    position: absolute;
    inset: -30px -40px;
    z-index: -1;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.75) 68%, rgba(255, 255, 255, 0.3) 100%);
    filter: blur(22px);
    pointer-events: none;
}
@media screen and (max-width:1024px){
.topfv-copy::before {
  inset: -10px -10px;
  filter: blur(40px);
}
}


.topfv-main {
  position: relative;
  margin: 0 0 18px;
  font-size: clamp(56px, 6vw, 88px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1px;
  width: fit-content;
}
.topfv-main::before {
  content: "";
  position: absolute;
  inset: -30px -40px;
  z-index: -1;
background: radial-gradient(ellipse, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.75) 68%, rgba(255, 255, 255, 0.3) 100%);
  filter: blur(22px);
  pointer-events: none;
}
@media screen and (max-width:1024px){
.topfv-main::before {
  inset: -10px -10px;
  filter: blur(40px);
}
}

.topfv-sub{
  position:relative;
  margin:0 0 22px;
  width: fit-content;
}

.topfv-sub::before{
  content:"";
  position:absolute;
  inset:-30px -40px;
  z-index:-1;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.75) 68%, rgba(255, 255, 255, 0.3) 100%);
  filter:blur(22px);
}
@media screen and (max-width:1024px){
.topfv-sub::before{
  inset: -10px -10px;
  filter: blur(40px);
}
}

.topfv-sub .slash{

  font-size:30px;
  font-weight:800;
  line-height:1.4;
  letter-spacing:1px;
}
.topfv-sub .slash::before{
  content:"＼ ";
  transform: rotate(22deg);
  display: inline-block;
}

.topfv-sub .slash::after{
  content:" ／";
  transform: rotate(-22deg);
  display: inline-block;
}

.topfv-result {
  margin: 0;
  color: #111;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .04em;
  display: flex;
  align-items: baseline;
  position: relative;
  width: fit-content;
  padding: 0 50px;
}
.topfv-result::before {
content: "";
  position: absolute;
  inset: -30px -40px;
  z-index: -1;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.75) 68%, rgba(255, 255, 255, 0.3) 100%);
  filter: blur(22px);
  pointer-events: none;
}

@media screen and (max-width:1024px){
.topfv-result::before {
  inset: -10px -10px;
  filter: blur(40px);
}
}

.award01{
  position: absolute;
    content: "";
    width: 50px;
    aspect-ratio: 1/2;
    left: 0px;
    top: 0%;
    background-image: url(../images/common/award01.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.award02{
position: absolute;
    content: "";
    width: 50px;
    aspect-ratio: 1/2;
    right: 0px;
    top: 0%;
    background-image: url(../images/common/award02.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.topfv-result span {
  display: inline-block;
  margin: 0 8px;
  color: #CA9823;
  font-size: 80px;
  line-height: 1;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 3px;
  text-shadow: 2px 2px 0 rgba(255,255,255,.9);
}

/******************************
  TOP FIRST VIEW ITEM2
******************************/
.topfv-item2 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 6;
  display: grid;
  grid-template-columns: 600px minmax(0, 1fr);
  gap: 18px;
  width: min(96%, 1230px);
  transform: translateX(-50%);
}

.topfv-card-list {
  display: grid;
    grid-template-columns: 0.8fr 1fr 0.6fr 0.6fr;
  gap: 8px;
}

.topfv-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 18px 10px;
  border: 1px solid #c9d8ef;
  border-radius: 6px;
  background: rgba(255,255,255,.92);
  text-align: center;
}

.topfv-card img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 12px;
}
.topfv-card-list .topfv-card:nth-child(2) img {
  display: block;
  width: 160px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 12px;
}
@media screen and (max-width: 767px) {
.topfv-card {
  min-height: 100px;
  padding: 10px 10px;
}

.topfv-card img {
  width: 50px;
  height: 50px;
  margin: 0 auto 0px;
}
.topfv-card-list .topfv-card:nth-child(2) img {
  width: 100px;
  height: 50px;
  margin: 0 auto 0px;
}
}





.topfv-card p {
  margin: 0;
  color: #00133b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.topfv-banner img {
  display: block;
  width: min(550px, 100%);
  margin: 0 auto;
  aspect-ratio: 1000 / 335;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #f4a83b;
  opacity: 1;
}

/******************************
  TOP FIRST VIEW TEL
******************************/
.topfv-item3 {
  position: absolute;
  top: 140px;
  right: 50%;
  z-index: 7;
  width: 290px;
  transform: translateX(560px);
  border: 1px solid #fff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
  overflow: hidden;
  border: 1px solid #c9d8ef;
}

.topfv-tel-head {
  margin: 0;
  padding: 12px 10px;
  background: #06194c;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.topfv-tel-body {
  padding: 18px 14px 14px;
}

.topfv-tel-num{
  width: fit-content;
  margin: 0 auto 5px;
  color: #00133b;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 3px;
  position: relative;
  padding-left: 25px;
}
.topfv-tel-num a {
  color: #00133b;
}


.topfv-tel-num::before {
    position: absolute;
    content: "";
    width: 24px;
    aspect-ratio: 3 / 4;
    left: -2px;
    top: 4px;
    background-image: url(../images/common/tel.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
.topfv-tel-num::before {
    width: 22px;
    left: -5px;
    top: 2px;
}
}


.topfv-tel-time {
    margin: 0px 0 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9d8ef;
    color: #00133b;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.topfv-item3 ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.topfv-item3 li {
  position: relative;
  padding-left: 26px;
  color: #07164a;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
.topfv-tel-time {
    margin: 0px 0 10px;
    padding-bottom: 10px;
}
.topfv-item3 ul {
  margin: 0 0 10px;
}
.topfv-item3 li {
  font-size: 20px;
}
}



.topfv-item3 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
}

/* contact_btn */
.topfv-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 12px 12px 35px;
  border-radius: 4px;
  background: linear-gradient(180deg, #b60000 0%, #AB0001 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  width: min(300px, 100%);
}

.topfv-contact-btn::before {
  position: absolute;
    content: "";
    width: 35px;
    aspect-ratio: 4 / 3;
    left: 10px;
    top: 28%;
    background-image: url(../images/common/mail.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.topfv-contact-btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* contact_btn */
.contact-btn {
display: flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 8px 30px 8px 45px;
border-radius: 4px;
background: linear-gradient(180deg, #b60000 0%, #AB0001 100%);
color: #fff;
font-size: 15px;
font-weight: 800;
line-height: 1.4;
text-decoration: none;
position: relative;
}
.headcon .contact-btn {
background: linear-gradient(180deg, #CA9823 0%, #CA9823 100%);
}
.customs-support__btn .contact-btn {
background: linear-gradient(180deg, #CA9823 0%, #CA9823 100%);
}
.purchase-contact  .contact-btn {
background: linear-gradient(180deg, #CA9823 0%, #CA9823 100%);
}
.delivery-contact .contact-btn {
background: linear-gradient(180deg, #00133B 0%, #00133B 100%);
}
.logistics-contact-box .contact-btn {
background: linear-gradient(180deg, #CA9823 0%, #CA9823 100%);
}

.cmnnav.active .contact-btn {
display: none;
}

.contact-btn::before {
  position: absolute;
  content: "";
  width: 27px;
  aspect-ratio: 4 / 3;
  left: 10px;
  top: 31%;
  background-image: url(../images/common/mail.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-btn::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 51%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1180px) {
.contact-btn {
  min-height: 40px;
  padding: 8px 22px 8px 8px;
  font-size: 14px;
}
.contact-btn::before {
  display: none;
}
}




/******************************
  TOP FIRST VIEW RESPONSIVE
******************************/
@media screen and (max-width: 1180px) {
  .topfv-item3 {
    right: 24px;
    transform: none;
  }

  .topfv-item1 {
    left: 24px;
    width: calc(100% - 48px);
    transform: none;
  }

  .topfv-item2 {
    width: calc(100% - 48px);
  }
}

@media screen and (max-width: 1024px) {
  .topsec-firstview .topslider,
  .topsec-firstview .slideitem {
    height: 620px;
  }
  .topfv-item1 {
    top: 150px;
  }

  .topfv-label {
    font-size: 22px;
  }

  .topfv-copy {
    font-size: 26px;
  }

  .topfv-sub .slash {
    font-size: 24px;
}
  .topfv-sub {
   margin: 0px 0 40px;
  }

  .topfv-result {
    font-size: 24px;
  }

  .topfv-result span {
    font-size: 80px;
  }

  .topfv-item2 {
    position: static;
    display: block;
    padding: 24px 2rem 0;
    transform: none;
    width: min(96%, 800px);
    margin: 0 auto;
  }

  .topfv-card-list {
    margin-bottom: 16px;
  }

  .topfv-item3 {
    position: static;
    transform: none;
    width: min(500px, 90%);
    margin: 30px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }
}

@media screen and (max-width: 767px) {
  .topsec-firstview .topslider,
  .topsec-firstview .slideitem {
    height: 520px;
  }

  .topfv-item1 {
    top: 110px;
    left: 16px;
    width: calc(100% - 32px);
  }

  .topfv-label {
    margin-bottom: 16px;
    padding: 8px 24px 8px 18px;
    font-size: 17px;
  }

  .topfv-copy {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .topfv-main {
    margin-bottom: 14px;
    font-size: 40px;
    letter-spacing: .04em;
  }

  .topfv-sub {
    margin-bottom: 30px;
  }

  .topfv-sub .slash {
      font-size: 20px;
    }

  .topfv-result {
    font-size: 18px;
    padding: 0 40px;
  }

  .topfv-result span {
    font-size: 44px;
  }
  .award01 {
    width: 35px;
    left: 0px;
    top: -20%;
  }
  .award02 {
    width: 35px;
    right: 0px;
    top: -20%;
  }
  .topfv-item2 {
    padding: 20px 1.5rem 0;
  }

  .topfv-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .topfv-card p {
    font-size: 15px;
  }

  .topfv-banner img {
    height: auto;
  }

  .topfv-item3 {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

  .topfv-tel-num {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .topsec-firstview .topslider,
  .topsec-firstview .slideitem {
    height: 400px;
  }
  .topfv-copy {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .topfv-main {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .topfv-sub .slash {
        font-size: 18px;
    }

  .topfv-card-list {
    grid-template-columns: 1fr 1fr;
  }
  .topfv-result span {
        font-size: 44px;
  }
  .topfv-result span {
      font-size: 32px;
      margin: 0 8px;
      text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  }
  .topfv-result {
    font-size: 18px;
    padding: 0 30px;
}
  .award01 {
    width: 25px;
    left: 0px;
    top: -20%;
  }
  .award02 {
    width: 25px;
    right: 0px;
    top: -20%;
  }
}

/*****************************
  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{
  background: #ccc;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: calc(15% - 10px);
}
.topsec-news .tab_area .ftab label{
  cursor: pointer;
  display: block;
  font-weight: bold;
  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: #101010;
  transition: .6s;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab2:hover,
.topsec-news #tnewstab2:checked ~ .tab_area .tnewsftab2{
  background: #001A66;
  transition: .6s;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab3:hover,
.topsec-news #tnewstab3:checked ~ .tab_area .tnewsftab3{
  background: #E40000;
  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;
}
.newslinktab{
  margin-bottom: 5rem;
}
.newslinktab li{
  width: calc(15% - 10px);
}
.newslinktab  a.label{
  background: #ccc;
  display: block;
  font-weight: bold;
  margin-right: 10px;
  opacity: 1 !important;
  padding: .3rem 0;
  position: relative;
  text-align: center;
}
.newslinktab  a.label:hover,
.newslinktab  a.label.label_cr{
  background: #101010;
  color: #fff;
}
.newslinktab  a.label.label_cr{
  pointer-events: none;
}
.newslinktab  a.label2:hover,
.newslinktab a.label2.label_cr{
  background: #00133B;
}
.newslinktab  a.label3:hover,
.newslinktab a.label3.label_cr{
  background: #185D2F;
}

.newslist li{
  margin-top: 1rem;
}
.newslist a{
  opacity: 1 !important;
  position: relative;
}
.newslist a::before,
.newslist a::after{
  content: "";
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.newslist a::after{
  background: #CA9823;
  transition: 0.3s;
  width: 20%;
  z-index: 1;
}
.newslist a:hover::after{
  width: 100%;
}
.newslist a .cat,
.singlehead .cat{
  background: #E40000;
  border-radius: 5px;
  color: #fff;
  margin-right: 1rem;
  text-align: center;
  width: 100px;
}

.top-useful .newslist a .cat,.top-useful .singlehead .cat{
  background: #E40000;
  border-radius: 5px;
  color: #fff;
  margin-right: 1rem;
  text-align: center;
  width: 70px;
}


.newslist a .cat-cat01,
.singlehead .cat-cat01,
.top-useful .newslist a .cat-cat01,
.top-useful .singlehead .cat-cat01{
background: #00133b;
}
.newslist a .cat-cat02,
.singlehead .cat-cat02,
.top-useful .newslist a .cat-cat02,
.top-useful .singlehead .cat-cat02{
  background: #185D2F;
}





.newslist a .ttl{
  padding: 1rem 0;
}


.top-useful__wrap .ttl{
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



@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: 1.2rem;
    line-height: 2;
    width: 110px;
  }
  .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;
}
.newsimg{
  width: 20%;
  margin-right: 20px;
}
.newscont{
  width: 76%;
}
.newsimg img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  padding: 5px;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 767px) {
  .newsimg{
    margin-right: 10px;
  }
  .newsimg img{
    padding: 0;
    height: auto;
  }
}


/******************************
  TOP MESSAGE
******************************/
.top-message {
    position: relative;
    padding: 90px 0 60px;
    overflow: hidden;
    background: #fff;
}

.top-message::before{
content: "";
position: absolute;
inset: 0;
margin: 101px auto 0;
width: min(800px, 90%);
aspect-ratio: 1200 / 533;
background: url(../images/top/world-map.webp) no-repeat center / contain;
opacity: 0.3;
pointer-events: none;
}

.top-message__body{
  position:relative;
  z-index:2;
  max-width:760px;
  margin:0 auto;
  text-align:center;
}
.top-message__ttl{
  margin:0 0 40px;
  color:#00133b;
  font-size:35px;
  font-weight:700;
  line-height:1.4;
  font-family: "Times New Roman" ,"游明朝", "Yu Mincho", "游明朝体", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
}

.top-message__ttl::after{
  content:"";
  display:block;
  width: 100px;
  height: 2px;
  margin: 10px auto 0;
  background: #CA9823;
}

.top-message__txt p{
  margin: 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}

@media (max-width:767px){

.top-message{
  padding:70px 0;
}
.top-message__ttl{
  font-size:28px;
}

.top-message__txt p{
  font-size:15px;
  line-height:2;
}
}

/******************************
  TOP SERVICE
******************************/
.top-service{
  position:relative;
  padding:0 0 60px;
  background:#fff;
  overflow:hidden;
}

.top-service__main{
  position:relative;
  min-height:430px;
  padding:70px 0 150px;
  background:url(../images/top/top_bg01.webp) no-repeat center / cover;
}

.top-service__main::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(0,19,59,.70) 0%,
    rgba(0,19,59,.50) 38%,
    rgba(0,19,59,.22) 70%,
    rgba(0,19,59,.08) 100%
  );
}

.top-service__content{
  position:relative;
  z-index:2;
  color:#fff;
}

.top-service__ttl{
  margin:0;
  font-family: "Times New Roman" ,"游明朝", "Yu Mincho", "游明朝体", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
  font-size:82px;
  font-weight:400;
  line-height:1;
  letter-spacing:.06em;
}

.top-service__sub{
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
  margin: 5px 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.top-service__lead p{
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .04em;;
}

.top-service__cards{
  position:relative;
  z-index:3;
  margin-top:-110px;
}

.top-service__list{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}

a.top-service__item{
  background:#fff;
  box-shadow:0 8px 24px rgba(0,19,59,.16);
  border: 2px solid #fff;
  transition: 0.5s;
}
a:hover.top-service__item{
  opacity: 1;
  border: 2px solid #ca9823;
  transition: 0.5s;
}

.top-service__img img{
  display:block;
  width:100%;
  aspect-ratio: 318 / 185;
  object-fit:cover;
}

.top-service__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:76px;
  height:76px;
  margin:-38px auto 18px;
  border-radius:50%;
  background:#00133b;
  position:relative;
  z-index:2;
  border: 2px solid #fff;
}

.top-service__icon img{
  display:block;
  width: 45px;
  height: 45px;
  object-fit:contain;
}

.top-service__txt{
  padding:0 15px 32px;
  text-align:center;
}

.top-service__txt h3{
  margin:0 0 18px;
  color:#00133b;
  font-size:24px;
  font-weight:800;
  line-height:1.4;
}

.top-service__txt p{
  margin:0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing:.03em;
}

@media screen and (max-width:1024px){
  .top-service__list{
    grid-template-columns:repeat(2, 1fr);
  }

  .top-service__main{
    min-height:auto;
  }
}

@media screen and (max-width:767px){
  .top-service{
    padding-bottom:60px;
  }

  .top-service__main{
    padding:60px 0 120px;
  }

  .top-service__ttl{
    font-size:54px;
  }

  .top-service__sub{
    font-size:20px;
  }

  .top-service__lead p{
    font-size:16px;
    line-height:1.8;
  }

  .top-service__cards{
    margin-top:-80px;
  }

  .top-service__list{
    grid-template-columns:1fr;
    gap:24px;
  }

  .top-service__txt h3{
    font-size:22px;
    margin: 0px 0 5px;
  }
}

/******************************
  TOP STRENGTH
******************************/
.top-strength{
  position:relative;
  padding:20px 0 60px;
  background:#fff;
}

.top-strength__box{
  position:relative;
  padding: 30px 30px 30px;
  border-radius:20px;
  background:
    linear-gradient(rgba(0,19,59,.7), rgba(0,19,59,.5)),
    url(../images/top/dairiseki.webp) no-repeat center / cover;
  box-shadow:0 8px 24px rgba(0,19,59,.18);
  overflow:hidden;
  margin-bottom: 20px;
}

.top-strength__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 40px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .08em;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
}

.top-strength__ttl::before,
.top-strength__ttl::after{
  content:"";
  width:70px;
  height:2px;
  background:#CA9823;
}

.top-strength__list{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
}

.top-strength__item{
  display:grid;
  grid-template-columns:56px minmax(0, 1fr);
  grid-template-rows:auto auto;
  gap: 18px 10px;
  padding:0 24px;
  border-right:1px solid rgba(255,255,255,.32);
}

.top-strength__item:first-child{
  padding-left:0;
}

.top-strength__item:last-child{
  padding-right:0;
  border-right:none;
}

.top-strength__icon{
  grid-column:1;
  grid-row:1;
}

.top-strength__icon img{
  display:block;
  width:52px;
  height:52px;
  object-fit:contain;
}

.top-strength__txt{
  display:contents;
}

.top-strength__txt h3{
  grid-column:2;
  grid-row:1;
  margin:0;
  color: #F8C754;
  font-size:17px;
  font-weight:800;
  line-height:1.5;
}

.top-strength__txt p{
  grid-column:1 / -1;
  grid-row:2;
  margin:0;
  color:#fff;
  font-size:16px;
  font-weight:600;
  line-height:1.7;
}

@media screen and (max-width:1180px){
  .top-strength__box{
    padding:28px 24px 30px;
  }

  .top-strength__item{
    grid-template-columns:46px minmax(0, 1fr);
    gap:10px 12px;
    padding:0 16px;
  }

  .top-strength__icon img{
    width:44px;
    height:44px;
  }

  .top-strength__txt h3{
    font-size:15px;
  }

  .top-strength__txt p{
    font-size:14px;
  }
}

@media screen and (max-width:1024px){
  .top-strength__list{
    grid-template-columns:repeat(2, 1fr);
  }

  .top-strength__item{
    padding:22px;
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.25);
  }

  .top-strength__item:first-child{
    padding-left:22px;
  }

  .top-strength__item:last-child{
    padding-right:22px;
    border-bottom:none;
  }

  .top-strength__item:nth-last-child(2){
    border-bottom:none;
  }
}

@media screen and (max-width:767px){
  .top-strength{
    padding:16px 0 60px;
  }

  .top-strength__box{
    padding:26px 20px;
    border-radius:8px;
    background:
    linear-gradient(rgba(0,19,59,.7), rgba(0,19,59,.5)),
    url(../images/top/dairiseki_sp.webp) no-repeat center / cover;
  }

  .top-strength__ttl{
    display:block;
    margin-bottom:18px;
    font-size:22px;
  }

  .top-strength__ttl::before,
  .top-strength__ttl::after{
    display:none;
  }

  .top-strength__list{
    grid-template-columns:1fr;
  }

  .top-strength__item{
    padding:20px 0;
    border-bottom:1px solid rgba(255,255,255,.25);
  }

  .top-strength__item:first-child{
    padding-left:0;
  }

  .top-strength__item:last-child{
    padding-right:0;
  }

  .top-strength__item:nth-last-child(2){
    border-bottom:1px solid rgba(255,255,255,.25);
  }

  .top-strength__txt h3{
    font-size:17px;
  }

  .top-strength__txt p{
    font-size:15px;
  }
}

/******************************
  TOP CONTACT
******************************/
.top-contact{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#f5f7fb;
}

.top-contact__img img{
  display:block;
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
}

.top-contact__content{
  display:flex;
  align-items:center;
  padding: 60px 7vw;
  background:#F2F3F8;
}

.top-contact__inner{
  max-width:520px;
}

.top-contact__ttl{
  position: relative;
  margin: 0;
  padding-left: 90px;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}
@media screen and (max-width: 767px) {
.top-contact__ttl{
        padding-left: 68px;
        font-size: 54px;
    }
}

.fot_style .top-contact__ttl{
  padding-left: 0px;
}

.top-contact__ttl::before{
  content: "01";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
  color: rgba(0, 19, 59, .08);
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .04em;
}
@media screen and (max-width: 767px) {
.top-contact__ttl::before{
        font-size: 54px;
    }
}

.fot_style .top-contact__ttl::before{
  display: none;
}



.top-contact__sub{
  margin:5px 0 20px;
  color:#111;
  font-family:"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size:24px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:2px;
}

.top-contact__lead{
  margin:0 0 28px;
  color:#333;
  font-size:16px;
  font-weight:400;
  line-height:1.8;
  letter-spacing:.04em;
}

.top-contact__tel{
  color:#00133b;
}

.top-contact__tel-label{
  margin:0 0 8px;
  color:#00133b;
  font-size:16px;
  font-weight:700;
  line-height:1.5;
}

.top-contact__tel-num{
  margin:0;
  color:#00133b;
  font-family:"Times New Roman","Georgia",serif;
  font-size:42px;
  font-weight:400;
  line-height:1.1;
  letter-spacing:.04em;
}

.top-contact__tel-num::before{
  content:"";
  display:inline-block;
  width:25px;
  aspect-ratio: 3 / 4;
  margin-right:10px;
  background-image: url(../images/common/tel.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align:-3px;
}

.top-contact__tel-time{
    margin: 0px 0 0 40px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

@media screen and (max-width:767px){
  .top-contact{
    grid-template-columns:1fr;
  }

  .top-contact__img img{
    min-height:260px;
  }

  .top-contact__content{
    padding:50px 2rem;
  }

  .top-contact__ttl{
    font-size:54px;
  }

  .top-contact__sub{
    font-size:20px;
  }

  .top-contact__tel-num{
    font-size:34px;
  }

  .top-contact__tel-time{
    margin-left:0;
  }
}


/******************************
  TOP STRONG
******************************/
.top-strong{
  position:relative;
  padding:60px 0;
  background:#fff;
  overflow:hidden;
}

.top-strong__head{
  max-width:1180px;
  margin:0 auto 42px;
}

.top-strong__ttl{
  position:relative;
  margin:0;
  padding-left:90px;
  color:#00133b;
  font-family:"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size:82px;
  font-weight:400;
  line-height:1;
  letter-spacing:.06em;
}

.top-strong__ttl::before{
  content:"02";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-52%);
  color:rgba(0,19,59,.08);
  font-size:82px;
  font-weight:400;
  line-height:1;
  letter-spacing:.04em;
}

.top-strong__sub{
  margin:5px 0 20px;
  padding-left:90px;
  color:#111;
  font-family:"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size:24px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:2px;
}

.top-strong__lead{
  margin:0;
  padding-left:90px;
  color:#333;
  font-size:16px;
  font-weight:400;
  line-height:1.8;
  letter-spacing:.04em;
}

.top-strong__list{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  max-width:1500px;
  margin:0 auto;
}

.top-strong__item{
  position:relative;
  padding:0 10px;
  text-align:center;
  border-right:1px solid rgba(202,152,35,.7);
}

.top-strong__item:first-child{
  border-left:0;
}

.top-strong__item:last-child{
  border-right:0;
}

.top-strong__num{
  margin:0 0 8px;
  color:#CA9823;
  font-family:"Times New Roman","Georgia",serif;
  font-size:34px;
  font-weight:400;
  line-height:1;
}

.top-strong__item h3{
  margin:0 0 18px;
  color:#00133b;
  font-size:18px;
  font-weight:800;
  line-height:1.5;
}

.top-strong__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:70px;
  margin:0 0 20px;
}

.top-strong__icon img{
  display:block;
  width:72px;
  height:72px;
  object-fit:contain;
}

.top-strong__item p:not(.top-strong__num){
  margin:0;
  color:#333;
  font-size:16px;
  font-weight:400;
  line-height:1.8;
  letter-spacing:.04em;
  text-align: center;
}

@media screen and (max-width:1180px){
  .top-strong__list{
    grid-template-columns:repeat(3, 1fr);
    gap:34px 0;
  }

  .top-strong__item:nth-child(3){
    border-right:0;
  }
}

@media screen and (max-width:767px){
  .top-strong{
    padding:60px 0;
  }

  .top-strong__head{
    margin-bottom:34px;
  }

  .top-strong__ttl{
    padding-left:68px;
    font-size:54px;
  }

  .top-strong__ttl::before{
    font-size:54px;
  }

  .top-strong__sub{
    padding-left:68px;
    font-size:20px;
  }

  .top-strong__lead{
    padding-left:0;
    font-size:16px;
  }

  .top-strong__list{
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .top-strong__item{
    padding:18px 0;
    border-right:0;
    border-bottom:1px solid rgba(202,152,35,.45);
  }

  .top-strong__item:last-child{
    border-bottom:0;
  }

  .top-strong__item h3{
    font-size:18px;
  }

  .top-strong__item p:not(.top-strong__num){
    font-size:15px;
  }
}


/******************************
  TOP CASE
******************************/
.top-case{
  position:relative;
  background:url(../images/top/topbg_case.webp) no-repeat center / cover;
  overflow:hidden;
}

.top-case::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 19, 59, .3) 0%, rgba(0, 19, 59, .3) 100%);
}

.top-case-cover{
  background: rgb(255, 255, 255, 0.7);
  width: 90%;
  margin: 0 auto;
  padding: 50px 30px;
  position: relative;
}
.service-case .top-case-cover{
  background: rgb(255, 255, 255, 0.8);
}

@media screen and (max-width: 1024px) {
.top-case-cover{
  width: 100%;
  padding: 20px 20px;
}
}
@media screen and (max-width: 820px) {
.top-case-cover{
  width: 100%;
  padding: 20px 0px;
}
}
@media screen and (max-width: 767px) {
.top-case-cover{
  width: 95%;
  padding: 20px 0px;
}
}

.top-case__head{
  display:grid;
  grid-template-columns:300px minmax(0, 1fr);
  column-gap:60px;
  max-width:1280px;
  margin:0 auto 34px;
}

.top-case__ttl{
  position:relative;
  grid-column:1;
  margin:0;
  padding-left:90px;
  color:#00133b;
  font-family:"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size:82px;
  font-weight:400;
  line-height:1;
  letter-spacing:.06em;
}

.top-case__ttl::before{
  content:"03";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-52%);
  color:rgba(0,19,59,.08);
  font-size:82px;
  font-weight:400;
  line-height:1;
  letter-spacing:.04em;
}

.top-case__sub{
  grid-column:1;
  margin:5px 0 0;
  padding-left:90px;
  color:#111;
  font-family:"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size:24px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:2px;
}

.top-case__lead{
  grid-column:2;
  grid-row:1 / span 2;
  align-self:center;
  margin:0;
  color:#111;
  font-size:16px;
  font-weight:400;
  line-height:1.8;
  letter-spacing:.04em;
}

.top-case__list{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:40px;
  max-width:1280px;
  margin:0 auto;
}

.top-case__item{
  background:#fff;
  border-radius:4px;
  box-shadow:0 8px 24px rgba(0,19,59,.16);
  overflow:hidden;
}
.case-archive-listsec .top-case__item{
  background:#fff;
  border-radius:4px;
  box-shadow:unset;
  overflow:hidden;
}

.top-case__item a{
  display:block;
  color:inherit;
  text-decoration:none;
}

.top-case__img img{
  display:block;
  width:100%;
  aspect-ratio: 5 / 3;
  object-fit:cover;
  background: #f7f7f7;
}

.top-case__body{
  padding:20px 22px 28px;
}

.top-case__label{
  margin:0 0 6px;
  color:#111;
  font-family:"Times New Roman","Georgia",serif;
  font-size:16px;
  font-weight:400;
  line-height:1.4;
}

.top-case__item-ttl{
  margin:0 0 16px;
  color:#111;
  font-size:22px;
  font-weight:800;
  line-height:1.5;
}
@media screen and (max-width: 820px) {
.top-case__item-ttl{
  margin:0 0 10px;
  font-size:18px;
}
}


.top-case__txt{
  margin:0;
  color:#333;
  font-size:16px;
  font-weight:400;
  line-height:1.8;
  letter-spacing:.04em;
}



@media screen and (max-width:1180px){
  .top-case__head{
    grid-template-columns:1fr;
    row-gap:18px;
  }

  .top-case__lead{
    grid-column:1;
    grid-row:auto;
    padding-left:90px;
  }

  .top-case__list{
    gap:24px;
  }
}
@media screen and (max-width:820px){
  .top-case__list{
    gap:10px;
  }
}

@media screen and (max-width:767px){
  .top-case{
    padding:60px 0;
  }

  .top-case__ttl{
    padding-left:68px;
    font-size:54px;
  }

  .top-case__ttl::before{
    font-size:54px;
  }

  .top-case__sub{
    padding-left:68px;
    font-size:20px;
  }

  .top-case__lead{
    padding-left:0;
    font-size:16px;
  }

  .top-case__list{
    grid-template-columns:1fr;
    gap:20px;
  }

  .top-case__item-ttl{
    font-size:20px;
  }

  .top-case__txt{
    font-size:15px;
  }
}


/******************************
  TOP USEFUL
******************************/
.top-useful{
  position:relative;
  padding:60px 0;
  overflow:hidden;
  background: #F2F3F8;
}

.top-useful__wrap{
  display:grid;
  grid-template-columns: 550px minmax(0, 1fr) 400px;
  gap:0px;
  align-items:center;
  max-width:1500px;
  margin:0 auto;
}
.top-useful__head{
  padding: 10px 40px;
}

.top-useful__img{
  height: 400px;
}
@media screen and (max-width: 767px) {
.top-useful__img{
    height: auto;
}
}

.top-useful__news{
    padding: 20px 20px;
    height: 400px;
}
@media screen and (max-width: 767px) {
.top-useful__news{
    padding: 20px 10px;
}
}

@media screen and (max-width: 767px) {
.top-useful__news{
    height: auto;
}
}



.top-useful__ttl{
  position:relative;
  margin:0;
  padding-left:90px;
  color:#00133b;
  font-family:"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size:82px;
  font-weight:400;
  line-height:1;
  letter-spacing:.06em;
}

.top-useful__ttl::before{
  content:"04";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-52%);
  color:rgba(0,19,59,.08);
  font-size:82px;
  font-weight:400;
  line-height:1;
  letter-spacing:.04em;
}

.top-useful__sub{
  margin:5px 0 28px;
  padding-left:90px;
  color:#111;
  font-family:"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size:24px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:2px;
}

.top-useful__lead{
  margin:0;
  padding-left:90px;
  color:#111;
  font-size:16px;
  font-weight:400;
  line-height:1.8;
  letter-spacing:.04em;
}

.top-useful__img img{
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 7 / 8;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 767px) {
.top-useful__img img{
    aspect-ratio: unset;
}
}

.top-useful__news input{
  display:none;
}

.top-useful__news .tab_area{
  display:flex;
  gap:8px;
  margin:0 0 14px;
}

.top-useful__news .ftab label{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:92px;
  min-height:30px;
  padding:4px 14px;
  background:#00133b;
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  cursor:pointer;
}

.top-useful__news .tab_panel{
  display:none;
}

#tnewstab1:checked ~ .panel_area #tnewspanel1{
  display:block;
}


/*
CSSファイルにPHPを書けない場合は、下のチェック制御をカテゴリ数に合わせてCSSへ手動追加してください。
*/

#tnewstab2:checked ~ .panel_area #tnewspanel2,
#tnewstab3:checked ~ .panel_area #tnewspanel3,
#tnewstab4:checked ~ .panel_area #tnewspanel4,
#tnewstab5:checked ~ .panel_area #tnewspanel5,
#tnewstab6:checked ~ .panel_area #tnewspanel6,
#tnewstab7:checked ~ .panel_area #tnewspanel7,
#tnewstab8:checked ~ .panel_area #tnewspanel8{
  display:block;
}

.top-useful__news .newslist{
  margin:0;
  padding:0;
  list-style:none;
}

.top-useful__news .newslist li{
  border-bottom:1px solid #d9dee7;
}

.top-useful__news .newslist a{
  display:grid;
  grid-template-columns:85px 70px minmax(0, 1fr);
  gap:10px;
  align-items:center;
  padding: 10px 0;
  color:#111;
  text-decoration:none;
}

.top-useful__news .newslist time{
  color:#111;
  font-size:15px;
  font-weight:500;
  line-height:1.4;
}

.top-useful__news .cat{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:3px 10px;
  background:#00133b;
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}

.top-useful__news .ttl{
  color:#111;
  font-size:15px;
  font-weight:500;
  line-height:1.6;
}

@media screen and (max-width:1180px){
  .top-useful__wrap{
    grid-template-columns:1fr 1fr;
    gap:32px;
  }

  .top-useful__head{
    grid-column:1 / -1;
  }

  .top-useful__lead{
    padding-left:90px;
  }
}

@media screen and (max-width:767px){
  .top-useful__wrap{
    display: block;
  }

  .top-useful__ttl{
    font-size: 54px;
    margin-top: 40px;
    padding-left: 0px;
  }

  .top-useful__ttl::before{
    font-size:54px;
    top: -30%;
  }

  .top-useful__sub{
    padding-left:0px;
    font-size:20px;
  }

  .top-useful__lead{
    padding-left:0;
    font-size:16px;
  }

  .top-useful__news .newslist a{
    grid-template-columns:1fr;
    gap:6px;
  }
}

/******************************
  TOP USEFUL LINKS
******************************/
.top-useful-links{
  position: relative;
  padding: 60px 0;
  background: #fff;
  overflow: hidden;
}

.top-useful-links__head{
  margin: 0 auto 38px;
  padding: 0px 40px;
}

/* 上山翔共通タイトル */
.top-useful-links__ttl{
  position: relative;
  margin: 0;
  padding-left: 90px;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}
.top-useful-links__ttl::before {
    content: "03";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
    color: rgba(0, 19, 59, .08);
    font-size: 82px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .04em;
}

.top-useful-links__sub{
  margin: 5px 0 20px;
  padding-left: 90px;
  color: #111;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.top-useful-links__content{
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  gap: 40px;
  align-items: center;
  margin: 0 auto;
}

.top-useful-links__list{
  width: 100%;
}

.top-useful-links__item{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 26px;
  align-items: end;
  margin: 0 0 34px;
}

.top-useful-links__item:last-child{
  margin-bottom: 0;
}

.top-useful-links__txt h3{
  margin: 0 0 8px;
  color: #111;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .06em;
}

.top-useful-links__txt p{
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .04em;
}

.top-useful-links__img{
  position: relative;
}

.top-useful-links__img img{
  display: block;
  width: min(600px, 100%);
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/******************************
  TOP USEFUL LINKS RESPONSIVE
******************************/
@media screen and (max-width: 1180px){
  .top-useful-links__content{
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    gap: 36px;
  }

  .top-useful-links__item{
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 20px;
  }
}

@media screen and (max-width: 1024px){
  .top-useful-links__content{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .top-useful-links__list{
    order: 2;
  }

  .top-useful-links__img{
    order: 1;
  }
}

@media screen and (max-width: 767px){
  .top-useful-links{
    padding: 60px 0;
  }

  .top-useful-links__head{
    margin-bottom: 28px;
  }

  .top-useful-links__ttl{
        font-size: 54px;
        margin-top: 40px;
        padding-left: 0px;
  }

  .top-useful-links__sub{
    padding-left: 0px;
    font-size: 20px;
  }

  .top-useful-links__item{
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }

  .top-useful-links__txt h3{
    font-size: 22px;
  }

  .top-useful-links__txt p{
    font-size: 15px;
  }

  .top-useful-links__img::after{
    bottom: 18px;
    height: 24px;
  }
  .top-useful-links__ttl::before {
    font-size: 54px;
    top: -25px;
}
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    }
    @media screen and (max-width: 767px) {
    .gmap {
    padding-bottom: 100%;
      }
    }
    .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }


/* ----------------------------------------
物流サービス
------------------------------------------ */
.logistics-service {
  padding: 60px 0;
  background: #fff;
}

.logistics-service__head {
  margin-bottom: 35px;
  text-align: center;
}

.logistics-service__heading {
  color: #00133b;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.logistics-service__lead {
  margin-top: 10px;
  color: #00133b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.logistics-service__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 34px;
}

.logistics-service__item {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e5e9;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 19, 59, 0.1);
}

.logistics-service__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 560 / 215;
}

.logistics-service__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.logistics-service__item:hover .logistics-service__image img {
  transform: scale(1.03);
}

.logistics-service__body {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 26px 22px;
}

.logistics-service__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: #001b4b;
  border-radius: 50%;
}

.logistics-service__icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.logistics-service__content {
  min-width: 0;
}

.logistics-service__title {
  color: #00133b;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

.logistics-service__point {
  position: relative;
  margin-top: 4px;
  padding-left: 20px;
  color: #b27a00;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.logistics-service__point::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #e9a900;
  content: "✓";
  font-size: 16px;
  font-weight: 700;
}

.logistics-service__text {
  margin-top: 14px;
  color: #00133b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.logistics-service__button {
  width: 100%;
  max-width: 270px;
  margin-top: 18px;
}

.logistics-service__button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 18px 10px 24px;
  background: #001b4b;
  border: 1px solid #001b4b;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.logistics-service__button a:hover {
  opacity: 0.75;
}

.logistics-service__arrow {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

/* ----------------------------------------
1180px
------------------------------------------ */
@media screen and (max-width: 1180px) {
  .logistics-service__heading {
    font-size: 24px;
  }

  .logistics-service__list {
    gap: 24px;
  }

  .logistics-service__body {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 15px;
    padding: 18px 20px 22px;
  }

  .logistics-service__icon {
    width: 70px;
    height: 70px;
  }

  .logistics-service__icon img {
    width: 40px;
    height: 40px;
  }

  .logistics-service__title {
    font-size: 22px;
  }

  .logistics-service__text {
    font-size: 15px;
  }
}

/* ----------------------------------------
1024px
------------------------------------------ */
@media screen and (max-width: 1024px) {
  .logistics-service__body {
    display: block;
  }

  .logistics-service__icon {
    float: left;
    margin: 0 16px 10px 0;
  }

  .logistics-service__content {
    min-width: 0;
  }

  .logistics-service__button {
    clear: both;
  }
}

/* ----------------------------------------
820px
------------------------------------------ */
@media screen and (max-width: 820px) {
  .logistics-service {
    padding: 60px 0;
  }

  .logistics-service__head {
    margin-bottom: 30px;
  }

  .logistics-service__heading {
    font-size: 22px;
  }

  .logistics-service__lead {
    font-size: 15px;
  }

  .logistics-service__list {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  .logistics-service__body {
    display: grid;
    grid-template-columns: 75px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }

  .logistics-service__icon {
    float: none;
    width: 75px;
    height: 75px;
    margin: 0;
  }

  .logistics-service__icon img {
    width: 35px;
    height: 35px;
  }

  .logistics-service__button {
    clear: none;
  }
}

/* ----------------------------------------
767px
------------------------------------------ */
@media screen and (max-width: 767px) {
  .logistics-service__heading {
    font-size: 21px;
  }

  .logistics-service__lead {
    margin-top: 8px;
    font-size: 14px;
  }

  .logistics-service__title {
    font-size: 21px;
  }

  .logistics-service__point {
    font-size: 14px;
  }

  .logistics-service__text {
    font-size: 14px;
  }

  .logistics-service__button a {
    font-size: 14px;
  }
}

/* ----------------------------------------
480px
------------------------------------------ */
@media screen and (max-width: 480px) {
  .logistics-service__body {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 16px 15px 20px;
  }

  .logistics-service__icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 12px;
  }

  .logistics-service__content {
    width: 100%;
  }

  .logistics-service__title {
    text-align: center;
  }

  .logistics-service__point {
    width: fit-content;
    margin: 5px auto 0;
  }

  .logistics-service__text {
    margin-top: 12px;
  }

  .logistics-service__button {
    width: 100%;
    max-width: none;
    margin-top: 14px;
  }
}


.china-support-box {
    display: flex;
    align-items: center;
    gap: 30px;
    width: min(900px, 100%);
    margin: 50px auto 30px;
    padding: 15px 28px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-sizing: border-box;
    background: #f6f6f7;
}

.china-support-box__icon {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #172d50;
  border-radius: 50%;
  box-sizing: border-box;
}

.china-support-box__icon span {
    position: absolute;
    top: 10px;
    left: 11px;
    width: 15px;
    height: 10px;
    border-left: 2px solid #172d50;
    border-bottom: 2px solid #172d50;
    transform: rotate(-45deg);
}

.china-support-box__text {
  margin: 0;
  color: #172d50;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.china-support-box__text span{
  color: #CA9823;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .china-support-box {
    gap: 15px;
    padding: 15px;
  }

  .china-support-box__icon {
    width: 28px;
    height: 28px;
  }

  .china-support-box__icon span {
    top: 7px;
    left: 7px;
    width: 10px;
    height: 5px;
  }

  .china-support-box__text {
    font-size: 13px;
    line-height: 1.7;
  }

  .china-support-box__text br {
    display: none;
  }
}