@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body{
  background: #fff;
}
/* =====================
  stepjobサイトTOP
 ======================= */
/* .home_title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #001446!important;
}

.home_title i {
  display: block;
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 4.6rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.6rem;
  margin: 0 auto 1.0rem;
  position: relative;
}

.home_title i:after {
  content: "";
  width: 100%;
  height: 0.4rem;
  background: currentColor;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
} */
.kv_sub{
 text-shadow: 2px 2px 5px rgb(54 167 191 / 38%);
}
/*.kv {
   height: 900px;
    background: url(../img/home/kv_img.jpg) no-repeat center/cover;
    display: flex;
    justify-content: left;
    align-items: left;
    color: #fff;
    padding-left: 3%;
    padding-top: 15%;
    text-align: left;
    padding-bottom: 6vw;
}*/
.kv {
  height: 100%;
  width:100%;
  background: url(../img/home/kv.jpg) no-repeat center/cover;
    display: flex;
    justify-content: left;
    align-items: left;
    color: #fff;
    padding-left: 3%;
    padding-top: 15%;
    text-align: left;
  padding-bottom: 6vw;

}
.kv_main {
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}

.kv_sub {
    font-size: 5.2rem;
    font-weight: 700;
    margin-top: 20rem;
    margin-bottom: 1.6rem;
    transition-delay: 100ms;
    letter-spacing: 0.4rem;
}

.kv .txt {
  font-size: 1.7rem;
  line-height: 1.65;
  margin-bottom: 3.5rem;
  transition-delay: 200ms;
}

.kv .links {
  display: flex;
  justify-content: left;
/*  margin-top:30px;*/
/*  margin: 0 auto;*/
  transition-delay: 300ms;
}

.kv .links p {
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 2.0rem;
  letter-spacing: 0.04em;
  padding: 2.0rem;
  display: flex;
  align-items: center;
  background: #000000ad;
}

.kv .links ul {
  display: flex;
  background: #000000ad;
  padding: 2.0rem 4rem;
}

.kv .links ul li {
  margin-right: 1.4rem;
}

.kv .links ul li:last-child {
  margin-right: 0;
}

.kv .links ul li .btn {
  font-size: 1.2rem;
}

.news_cat_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1px;
  margin-bottom: 3.6rem;
}

/*----news----*/
.news_cat_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1px;
  margin-bottom: 3.6rem;
}

.news_cat_list li {
  border: 1px solid #e6e6e6;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 1em;
  min-width: 15.6rem;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  margin: -1px 0 0 -1px;
}

.news_cat_list li.show {
  background: #00A26A !important;
  /* border-color: #00A26A; */
  color: #fff;
}

.news_cat_list li:hover {
  background:#00A26A;
}

.news_cont {
  display: none;
}

.news_cont.show {
  display: block;
  -webkit-animation: 1s fadeIn;
          animation: 1s fadeIn;
}

.news_list {
  border-top: 1px solid #e2e2e2;
  margin-bottom: 4.0rem;
}

.news_list li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 1.6rem 0;
  text-decoration: none;
　color: #333;
}

.news_list li a time {
　width: 12%;
  flex-shrink: 0;
  margin-right: 1rem;
}

.news_list li a .cat {
 width: 12%;
  flex-shrink: 0;
  text-align: center;
  background: #051665;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 0.7rem;
  margin-right: 2.5rem;
}

.news_list li a:hover {
  background: #F9FFFD;
  color: #333333;
}

.news_list li a.pdf .tit:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/ico_pdf.png) no-repeat center/contain;
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: -1px;
}

.about {
  background: url(../img/home/about_bg.jpg) no-repeat center/cover;
}

.about_cont {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4.8rem 0;
  margin-bottom: 4.0rem;
  display: flex;
  justify-content: space-between;
}

.about_cont_item {
  width: 23%;
  text-align: center;
}

.about_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.about .data {
  border-radius: 50%;
  border: 7px solid rgba(217, 178, 26, 0.7);
  width: calc(52% + 14px);
  padding-top: 52%;
  height: 0;
  position: relative;
  margin: 0 auto 2.4rem;
}

.about .data span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 5.0rem;
  line-height: 1;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .txt {
  opacity: 0.8;
}

.service_list {
  display: flex;
  flex-wrap: wrap;
}

.service_list_item {
  width: 31.6%;
  margin-right: 2.6%;
  margin-bottom: 6.0rem;
}
.service_list_item p{
  padding:10px;
}
.service_list_item:nth-child(3n) {
/*  margin-right: 0;*/
}

.service_list_item.fadeInUp:nth-child(3n-1) {
  transition-delay: 100ms;
}

.service_list_item.fadeInUp:nth-child(3n) {
  transition-delay: 200ms;
}

.service_list .name a {
  display: block;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-left: 0;
  position: relative;
  font-weight: 700;
  padding: 1em 1.5em;
  margin-bottom: 2.5rem;
  text-decoration: none;
}

.service_list .name a:before {
  content: "";
  width: 0.5rem;
  height: 100%;
  background: #d64869;
  position: absolute;
  left: 0;
  top: 0;
}

.service_list .name a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #d64869;
  border-right: 2px solid #d64869;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service_list .name a:hover {
  background: rgba(214, 72, 105, 0.15);
  color: #333333;
}

.service_list .sub li {
  margin-bottom: 1em;
  padding-left: 2.0rem;
  position: relative;
}

.service_list .sub li:before {
  content: "";
  width: 1.0rem;
  height: 1.0rem;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0.75rem;
  left: 0;
}

.locations {
  background: #d9b21a;
  color: #fff;
  position: relative;
}

.locations:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.locations:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/home/locations_bg1.png) no-repeat center/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.locations .inner {
  position: relative;
  z-index: 2;
}

.locations_box {
  display: flex;
}

.locations_box .all {
  width: 42.3%;
  background: url(../img/home/locations_bg2.png) no-repeat top left/10rem;
  padding-left: 13.0rem;
}

.locations_box .all p {
  line-height: 2.0;
  margin-bottom: 3.0rem;
}

.locations_box .pic_box {
  width: 10%;
  margin: 0 3.0rem;
  flex-shrink: 0;
}

.locations_box .pic_box .pic {
  height: calc(100% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.locations_box .pic_box .pic li {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  padding-top: calc(100% - 20px);
  height: 0;
  position: relative;
  border: 10px solid rgba(255, 255, 255, 0.3);
}

.locations_box .pic_box .pic li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.locations_box .area_box {
  width: 42.3%;
}

.locations_box .area_box .area_list {
  display: flex;
  flex-wrap: wrap;
}

.locations_box .area_box .area_list li {
  width: 23.2%;
  margin-right: 2.4%;
  margin-bottom: 2.4%;
}

.locations_box .area_box .area_list li:nth-child(4n) {
  margin-right: 0;
}

.locations_box .area_box .area_list li a {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px;
  border: 1px solid #fff;
  background: #c9a310;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.locations_box .area_box .area_list li a.overseas {
  background: #aa890b;
}

.locations_box .area_box .area_list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
}

.locations_box .area_box .area_list li a:hover:before {
  opacity: 1;
}

.members {
  background: url(../img/home/members_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.members_list {
  margin: 6.0rem 0;
  display: flex;
  flex-wrap: wrap;
}

.members_list li {
  width: 17.8%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
}

.members_list li:nth-child(5n) {
  margin-right: 0;
}

.members_list li a {
  display: block;
  background: #000;
  color: #fff;
  border: 1px solid #666666;
  text-align: center;
  padding: 1em;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}

.members_list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
}

.members_list li a:hover:before {
  opacity: 1;
}


.service_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
}
.ico{
      font-size: 4rem;
    font-family: acumin-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: -30px;
}
.x-icon {
  width: 4rem;
/*  height: 20px;*/
  position: relative;
      margin-right: 30px;
    margin-left: -10px;
}

.x-icon:before, .x-icon:after {
  content: "";
  position: absolute;
  top: 50%;
    left: 20px;
    width: 100%;
    height: 4px;
    background-color: #051665;
}

.x-icon:before {
  transform: rotate(45deg);
}

.x-icon:after {
  transform: rotate(-45deg);
}
.service_list_item {
    width: 330px;
    height:330px;
    border-radius: 50%;
    background: #051665;
    margin-bottom: 20px;    
    color: #ffffff;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.service_list_item a{
  color: #FF5722;;
}
.service_list.service_list_item .x-icon:nth-child(1){
  margin-left:-20px;
}

h5{
  height: 60px!important;
  text-align: center!important;
}
.about_area {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 60px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #2ca26a;
    position: relative;
    color: #29985f;
    z-index: 0;
    max-width: 1240px;
    margin: 0 auto;
    margin-top: -80px;
}
.text-center{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color:#3d489b;
  margin-top: 2rem; 
  padding: 1rem;
}
.plan_batch {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
    font-weight: 700;
    height: 100px;
    -ms-flex-pack: center;
    justify-content: center;    
    line-height: 20px;
    position: relative;
    top: -70px;
    width: 100px;
    z-index: 10;
    margin:auto;
}
.plan_batch strong {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #01354b;
  line-height: 36px;
}
.plan_batch::before {
    animation: rotate 20s linear 0s infinite;
    background: url(../img/home/batch.svg) no-repeat center;
    background-size: contain;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.service_list_item_inner_txt h5:after {
  content: "";
    width: 180px;
    height: 7px;
    background: #ff7800;
    background: linear-gradient(to right, #00ac68 41%, #00c400 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7800", endColorstr="#ffc000", GradientType=1);
    display: block;
    position: absolute;
    /* bottom: 40; */
    left: 0;
    right: 0;
    margin: 5px auto;
}
.service_list_item_inner_txt h5 {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    margin-bottom: 20px;
    position: relative;
    color:#fff!important;
    border-left: none!important;    
}
/* .service_list_item_inner p{ */
/*  margin-top:30px;*/
/* text-align:center; */
/* } */

.article h2.left2::before {
    display: none;
}
.lrover6 {
    margin: 0px 0px 0px 0px;
    text-align: center;
    padding-top: 35px;
    padding-right: 0;
    padding-bottom: 35px;
    padding-left: 0;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/wp-content/uploads/2023/04/fooder_bg-scaled.jpg);
    background-size: cover;
    background-position: center;
}
.wrap4 > div > *:first-child {
    margin-top: 0;
    /* display: flex; */
}
.wakus {
    border: 1px solid #ece4d3;
    border-radius: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 10px;
    padding: 10px 10px 10px 10px;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    box-shadow: 0px 8px 10px -5px rgba(0,0,0,.4);
    width: 92%;
    margin: 0 auto 20px auto;
    text-align: center;
}
.circle1 {
    position: relative;
    width: 80px;
    height: 80px;
    padding: 10%;
    border-radius: 50%;
    background: #00a662;
    margin: 0em auto 0.5em auto;
}
.circle1 span {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -0.7em 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
}
.column-support1,.column-support2{
  width: 34%;
}
 .column-right {
  width: 65%;
}
/* タブレット*/
  @media (min-width: 769px)and(max-width: 993px){
  .about_area {
  max-width: 743px;
  }
  .service_list_item_inner_txt h5 {
    font-size: 25px;
  }
  .p-detail {
    margin-top: 2%;
    font-size: 1.5rem;
  }
}
/* ------------------------ */
/* スマホ
  ------------------------ */

@media (max-width: 992px) {
  .column-wrap{
    flex-direction: column;
    margin: 1% auto;
}
.column-support2 img {
  margin-top: 1rem!important;
  margin-bottom: 2rem!important;
}
.about_area {
  max-width: 90%;
}
.service_list_item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 3.7rem;
  border-radius: 0px;
  height: 260px;
}
.p-detail {
  margin-top: 2%;
  padding: 10px;
  font-size: 1.5rem;
}
.service_list_item_inner_txt h5:after {
    margin: 10px auto;
}
.service_list_item_inner_txt h5{
  padding:0;
  font-size: 25px;
  }
.column-left {
  margin-top: 0rem!important;
}
.cont_list .list_box .pic,.column-wrap > div{
	width: 100%;
  }
.cont_list .list_box .pic img{
    margin: 0 auto!important;
    width: 80%;
}
.news{
    margin-top:8rem;
  }
  .home_title {
    font-size: 1.8rem;
   margin-bottom: 5%;
  }
  .home_title i {
    font-size: 2.8rem;
  }
  .home_title i:after {
    height: 0.3rem;
  }
  .kv {
    height: 67.2vh;
    background: no-repeat center bottom -1px/100% auto, url(../img/home/kv_spimg.jpg) no-repeat center/cover;
  }
  .kv_box{
    width:100%;
  }
  .kv_main {
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 1.6rem;
  }
  .kv_sub {
    font-size: 2.5rem;
       margin-top: 32rem;
/*    margin-bottom: 1.4rem;*/
  }
  .kv .txt {
    font-size: 1.3rem;
    margin-bottom: 3.0rem;
  }
  .kv .links {
    flex-direction: column;
    width: 100%;
    margin-left: 0rem;
  }
  .kv .links p {
    font-size: 1.6rem;
    padding: 1.6rem;
    justify-content: center;
  }
  .kv .links ul {
    width: 100%;
    padding: 0 1.6rem 1.6rem;
/*    flex-direction: column;*/
 margin-top: 5rem;
    background:none;
  }
  .kv .links ul li {
       width: calc(80% - 0rem);
       margin-top: 10px;
  }
  .kv .links ul li .btn {
    font-size: 1.0rem;
  }
  .news_cat_list {
    margin-bottom: 3.0rem;
  }
  .news_cat_list li {
    font-size: 1.3rem;
    min-width: calc((100% + 3px) / 3);
    padding: 1.6rem 1em;
  }
  .news_list {
    margin-bottom: 3.0rem;
  }
  .news_list li a {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news_list li a time {
    width: auto;
  }
  .news_list li a .cat {
    width: auto;
    margin-right: 0;
    font-size: 1.1rem;
    min-width: 30%;
    padding: 0.5em;
  }
  .news_list li a .tit {
    width: 100%;
    margin-top: 1.0rem;
  }
  .about_cont {
    flex-wrap: wrap;
  }
  .about_cont_item {
    width: 100%;
    margin-bottom: 3.6rem;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about_cont_item:last-child {
    margin-bottom: 0;
  }
  .about_title {
    font-size: 1.6rem;
    width: 100%;
  }
  .about .data {
    width: 33%;
    padding-top: calc(33% - 14px);
    margin: 0;
  }
  .about .data span {
    font-size: 3.4rem;
  }
  .about .txt {
    width: 62%;
  }
  .service_list_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.7rem;
    border-radius:0px;
    height: 300px;
  }
  .service_list_item:last-child {
    margin-bottom: 0;
  }
  .x-icon{
    margin-bottom: 5rem;
  }
  .service_list .sub li:before {
    top: 0.5rem;
  }
  .locations {
    background: #000;
  }
  .locations:before {
    display: none;
  }
  .locations:after {
    bottom: 0;
    margin: auto;
    z-index: 0;
  }
  .locations_box {
    flex-wrap: wrap;
  }
  .locations_box .all {
    width: 100%;
    background-size: 7.0rem;
    padding: 0;
  }
  .locations_box .all p {
    line-height: 1.615;
  }
  .locations_box .all .txt {
    padding-left: 8.6rem;
  }
  .locations_box .pic_box {
    width: 100%;
    padding: 3.6rem 0;
    margin: 0;
    position: relative;
  }
  .locations_box .pic_box:before {
    content: "";
    width: calc(100% + 40px);
    height: 50%;
    background: rgba(217, 178, 26, 0.6);
    position: absolute;
    left: -20px;
    bottom: 0;
  }
  .locations_box .pic_box .pic {
    height: 8.4rem;
    flex-direction: row;
    justify-content: center;
  }
  .locations_box .pic_box .pic li {
    width: 8.4rem;
    padding-top: calc(8.4rem - 14px);
    border-width: 7px;
    margin: 0 2.4rem;
  }
  .locations_box .area_box {
    width: 100%;
    position: relative;
  }
  .locations_box .area_box:before {
    content: "";
    width: calc(100% + 4.0rem);
    height: calc(100% + 4.5rem);
    background: rgba(217, 178, 26, 0.6);
    position: absolute;
    top: 0;
    left: -20px;
  }
  .locations_box .area_box .area_list li {
    width: 30%;
    margin-right: 5% !important;
    margin-bottom: 5%;
  }
  .locations_box .area_box .area_list li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .locations_box .area_box .area_list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .locations_box .area_box .area_list li a {
    font-weight: 500;
    padding: 1.5em 1em;
  }
  .members_list {
    margin: 3.6rem 0;
    justify-content: space-between;
  }
  .members_list li {
    width: 47.6%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .members_list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .members_list li a {
    padding: 1.5em 1em;
  }
  /* .service_list_item_inner_txt h5{ */
    /* margin-bottom: 4rem; */
  /* } */
}
.wakus.fa, .wakus.far,.wakus .fas{
  color: #001446!important;
}
/* IEハック
  ------------------------ */
@media all and (-ms-high-contrast: none) {
  .home_title i:after {
    width: 8%;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .home_title {
    margin-bottom: 10%;
}
.column-wrap {
  margin: -5% auto;
}
 .kv_sub {
    margin-top: 23rem;
  }
  .news {
    margin-top:15rem;
}
.kv .links ul li {
    width: calc(100% - 0rem);
}
.service_list_item_inner span{
text-align:left;
}
.left{
  text-align:left;
  }
.service_list_item p{
  padding:10px;
  }
  .column-wrap>div,
  .column-support1 img,
  .column-support2 img {
  margin-top: 1rem!important;
  margin-bottom: 2rem!important;
  }
  }
  @media (max-width: 375px) {
    .kv .links ul{
      flex-wrap: wrap;
    }
    .kv .links ul li{
      margin-right:0;
    }
    .news {
      margin-top: 20rem;
  }
  }

/* ==== 2025/12/11 追加：トップKV改修==== */
.kv {
  align-items: center;
}

.kv_box-renew {
  width: 100%;
}

.kv_copy-renew {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
  transition-delay: 100ms;
  letter-spacing: 1rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.kv_title-renew {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
  font-feature-settings: "palt";
}

.kv_links-renew {
  display: flex;
  justify-content: left;
  transition-delay: 300ms;
  margin-bottom: 2rem;
}

.kv_links-renew ul {
  display: flex;
}

.kv_links-renew ul li {
  margin-right: 1.4rem;
}

.kv_links-renew ul li:last-child {
  margin-right: 0;
}

.kv_links-renew ul li .btn {
  font-size: 1.2rem;
  margin: 0;
  padding: 1.8rem;
  white-space: nowrap;
  border: 1px solid #00A26A;
}

.kv_links-renew li:last-child .btn {
  background: #fff;
  color: #00A26A;
  border: 1px solid #00A26A;
}

.kv_underlink-renew a {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  text-decoration: underline;
  color: #ffffff;
}

@media (max-width: 992px) {
  .kv_box-renew {
    width: 100%;
  }

  .kv_copy-renew {
    font-size: 2.5rem;
    margin-top: 32rem;
    margin-bottom: 1.6rem;
    letter-spacing: 0.4rem;
  }

  .kv_title-renew {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 1.6rem;
  }

  .kv_links-renew {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .kv_links-renew ul {
    width: calc(100% - 3%);
    margin-top: 5rem;
    background: none;
  }

  .kv_links-renew ul li {
    width: calc(100% - 0rem);
    margin-top: 10px;
  }

  .kv_links-renew ul li .btn {
    font-size: 1.0rem;
  }

  .kv_underlink-renew a {
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #000000;
  }
}

@media (max-width: 375px) {
  .kv_copy-renew {
    font-size: 2.2rem;
    margin-top: 32rem;
    margin-bottom: 1.6rem;
    letter-spacing: 0.4rem;
  }
  .kv_links-renew ul {
    flex-wrap: wrap;
  }

  .kv_links-renew ul li {
    margin-right: 0;
  }

  .kv_links-renew ul li .btn {
    padding: 1.6rem;
  }
}