@charset "UTF-8";


/* ------------------------------------------

                 top

------------------------------------------- */
.top01 {
  width: 100%;
  height: auto;

}

.top01 .ft-36 {
  color: #333;
}

.txt {
  max-width: 570px;
}

.top01 .txt {
  text-align: left;
}

.parallelogram {
  position: relative;
}

.parallelogram .container_wrapper {
  max-width: 1350px;
  width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
}

.parallelogram .container {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  position: relative;
}

.parallelogram .image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  max-width: 610px;
}

.parallelogram .image a {
  display: none;
}

.parallelogram .l-content {
  max-width: 1040px;
  margin-left: 0px;
  width: 70%;
  position: relative;
  padding: 70px 0 0.1% 0;
  z-index: 1;
}

.l-content p.top_btn {
  line-height: 1.6;
}

.top_btn a {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  padding: 25px 60px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-family: 'Open Sans', sans-serif;
  background: linear-gradient(to right, rgb(200, 148, 37), rgb(231, 196, 92));
}

.parallelogram .l-content::before {
  content: '';
  /*ボックス作成*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  transform: skew(-20deg);

}

.top01 .spilit {
  position: relative;
}

.r-parallelogram {
  position: absolute;
  left: 62%;
  top: 0;
  z-index: -2;
}

.top02 {
  background: #f1f1f1;
  padding: 100px 0;
}

.top02 h1 {
  margin: 1em 0;
  line-height: 3.5rem;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
}

.top02 .top02_box {
  margin-bottom: 40px;
}

.top02 .technology_box,
.top02 .facility_box {
  color: #fff;
  padding: 50px 70px;
  text-align: center;
  max-width: 750px;
  width: 100%;
}

.top02 .technology_box p,
.top02 .facility_box p {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 40px 0;
}

.top02 .technology_box .btn01,
.top02 .facility_box .btn01 {
  margin: 0 auto;
}

.top02 .technology_box .btn02,
.top02 .facility_box .btn02 {
  margin: 0 auto;
}

.top02 .technology_box {
  background: url(../img/top/top_box01.jpg) no-repeat center center;
}

.top02 .facility_box {
  background: url(../img/top/top_box02.jpg) no-repeat center center;
}

.top02 .parallelogram {
  height: 150px;
}

.parallelogram .l-tit {
  max-width: 1040px;
  margin-left: 0px;
  width: 28%;
  height: 150px;
  position: relative;
  z-index: 1;
  background: #333;
  color: #fff;
  padding-top: 4vw;
  text-align: center;
}

.parallelogram .l-tit::before {
  content: '';
  /*ボックス作成*/
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -30px;
  top: 0px;
  border-right: 30px solid transparent;
  border-top: 150px solid #333;
  border-left: 15px solid transparent;
}

.parallelogram .l-tit p {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 3.52rem;
}

.parallelogram .r-txt {
  background: url(../img/top/top02.png) no-repeat;
  background-position-x: 100%;
  background-color: #fff;
  width: 72%;
  height: 150px;
  padding-left: 100px;
  padding-top: 30px;
}

.top03 {
  background: url(../img/top/recruit_bg.jpg) no-repeat center center/cover;
  text-align: center;
  padding: 80px 0;
}

.top03 h1 {
  margin: 0 0 60px 0;
  line-height: 3.5rem;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
}

.top03 p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 40px 0;
}

.top03 h2 {
  color: #fff;
  padding: 10px 0 0 0;
  font-size: 18px;
}

.top03 li {
  width: 33%;
  max-width: 330px;
}

.top03 li img {
  height: 200px;
}

.top04 {
  background: url(../img/top/scram.png) no-repeat right bottom;
  padding: 60px 0 150px 0;
}

.top04 .magazin {
  background: url(../img/top/magazin.png) no-repeat center center;
  margin: 0 auto;
  background-size: cover;
  max-width: 1040px;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 60px;
}

.magazin .magazin_txt {
  /*background: #dcab15;*/
  z-index: 1;
  position: relative;
}

.magazin .magazin_txt p {
  z-index: 1;
  padding: 20px 0;
}

.magazin .magazin_txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #dcab15;
  transform: skewX(15deg);
  padding: 20px 0;
  width: 510px;
  margin: 0 auto;
}

.top04 .senter {
  width: 100%;
  background: url(../img/top/senter.png) no-repeat;
  background-position: right;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 70px 0 70px 35px;
}

@media screen and (max-width: 1240px) {
  .parallelogram .l-content {
    width: 48vw;
  }
}

@media screen and (max-width: 950px) {
  .parallelogram .image_sp {
    background: url(../img/top/top01_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 240px 0 70px 0;
  }

  .parallelogram .image_sp p {
    margin: 0 auto;
    max-width: 220px;
  }

  .parallelogram .image img {
    display: none;
  }

  .parallelogram .l-content::before {
    display: none;
  }

  .parallelogram .l-content {
    margin-left: 0px;
    width: 100%;
    position: relative;
    padding: 80px 0;
    z-index: 1;
    text-align: center;
  }

  .parallelogram .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .txt {
    max-width: 96%;
    width: 100%;
    margin: 0 auto 60px;
  }

  .top02 .technology_box {
    background: url(../img/top/top_box01.jpg) no-repeat center center;
    background-size: cover;
  }

  .top02 .facility_box {
    background: url(../img/top/top_box02.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .top02 .top02_box {
    margin-bottom: 70px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .top02 {
    background: #f1f1f1;
    padding: 70px 0;
  }

  .top02 h1 {
    margin: 1em 0;
    font-size: 2em;
  }

  .top02 .technology_box,
  .top02 .facility_box {
    text-align: center;
    max-width: 100%;
  }

  .top02 .technology_box {
    margin-bottom: 70px;
  }

  .top02 .technology_box p,
  .top02 .facility_box p {
    margin: 0 0 35px 0;
    font-size: 1em;
  }

  .top02 .parallelogram {
    height: 150px;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top03 {
    background: url(../img/top/recruit-bg_sp.jpg) no-repeat center center/cover;
    text-align: center;
    padding: 40px 0;
  }

  .top03 h1 {
    margin: 1em 0;
    font-size: 2em;
  }

  .top03 p {
    font-weight: 500;
    font-size: 1em;
    margin: 0 3em;
  }

  .parallelogram .l-tit {
    width: 45%;
    padding-top: 8vw;
  }

  .parallelogram .l-tit::before {
    content: '';
    /*ボックス作成*/
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -30px;
    top: 0px;
    border-right: 30px solid transparent;
    border-top: 150px solid #333;
    border-left: 15px solid transparent;
  }

  .parallelogram .r-txt {
    background: url(../img/top/top02_sp.png) no-repeat;
    background-position-x: 25%;
    /*background-color: rgba(255, 255, 255, 0.65);*/
    background-color: #fff;
    width: 72%;
    height: 150px;
    padding-left: 30px;
    padding-top: 30px;
  }

  .top03 .box ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0 0;
  }

  .top03 .box ul li {
    max-width: 660px;
    width: 100%;
    margin: 0 auto 65px;
  }

  .top03 li img {
    background-size: cover;
    height: auto;
    width: 90%;
  }
}

.top04 {
  background: url(../img/top/scram_sp.jpg) no-repeat right bottom;
  padding: 165px 0 150px 0;
}

.top04 .magazin {
  background: url(../img/top/magazin.png) no-repeat center center;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 130px;
}

.top04 .senter {
  width: 100%;
  margin: 0 auto;
  background: url(../img/top/senter.png) no-repeat;
  background-position: right;
  background-color: #fff;
  border: 1px solid #333;
  padding: 70px 0 70px 35px;
}

.magazin .magazin_txt {
  /*background: #dcab15;*/
  width: 60%;
  margin: 0 auto;
  padding: 20px 0;
}

.magazin .ft-34r {
  font-size: 3rem;
  font-weight: 600;
}

.top04 .senter {
  width: 100%;
  background: url(../img/top/senter.png) no-repeat;
  background-position: right;
  background-color: #fff;
  border: 1px solid #ccc;
  background-size: contain;
  padding: 50px 0 50px 35px;
}

.magazin .magazin_txt::before {
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 550px) {
  .parallelogram .r-txt .ft-35 {
    font-size: 2.8rem;
  }

  .parallelogram .l-tit {
    width: 45%;
    padding-top: 10vw;
  }

  .parallelogram .l-tit .ft-22 {
    font-size: 1.8rem;
    height: 2.88rem;
  }

  .top04 .senter {
    padding: 35px 0 35px 35px;
  }

}

@media screen and (max-width: 445px) {
  .parallelogram .r-txt .ft-35 {
    font-size: 2.2rem;
  }

  .parallelogram .l-tit {
    width: 45%;
    padding-top: 55px;
  }

  .parallelogram .l-tit .ft-22 {
    font-size: 1.6rem;
    height: 2.56rem;
  }

  .parallelogram .r-txt .ft-18r {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 375px) {
  .top04 {
    background: url(../img/top/scram_sp.jpg) no-repeat right bottom;
    padding: 100px 0 95px 0;
  }

  .top04 .senter {
    padding: 25px 0 25px 35px;
  }

  .top04 .ft-32m {
    font-size: 2.2rem;
    font-weight: 500;
  }

  .top04 .magazin {
    margin-bottom: 100px;
  }

  .top02 .technology_box,
  .top02 .facility_box {
    padding: 3em;
  }

  .parallelogram .image_sp {
    background: url(../img/top/top01_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0 70px 0;
  }

  .top_slide .feauter {
    position: absolute;
    right: 0;
    bottom: 15vw;
    z-index: 99;
    max-width: 100%;
  }
}



.swiper-container .swiper-pagination {
  margin-left: 15%;
}

.swiper-container .swiper-pagination-bullet {
  transform: skew(15deg, 0deg);
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 0px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0);
  border: 2px solid rgb(231, 196, 92);
  background: rgba(0, 0, 0, 0);
}

.swiper-container .swiper-pagination-bullet-active {
  color: rgba(0, 0, 0, 0);
  background: rgb(231, 196, 92);
}




/* matsuoka 追加 */


.recruit_min_box p {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 3.5rem;
}

.l-content h1 {
  font-size: 3.6rem;
  margin: 0 0 30px 0;
  font-weight: bold;
  line-height: 3.5rem;
}

.l-content p {
  text-align: left;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 55px;
  max-width: 570px;
  line-height: 2.5em;
}

@media screen and (max-width: 768px) {
  .recruit_min_box p {
    font-size: 2em;
  }

  .l-content h1 {
    font-size: 2em;
    margin: 0 0 40px 0;
  }

  .l-content p {
    font-size: 1.6rem;
    max-width: 85%;
    margin: 0 30px 60px;
  }

  .magazin .magazin_txt p {
    font-size: 2.2rem;
  }




}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border: 2px solid #ccc;
  z-index: 99;
}

.pagetop a {
  color: white;
  text-decoration: none;
  position: relative;
}

.pagetop a .f-btn {
  width: 2px;
  height: 42px;
  margin: 8px auto 0;
  background-color: #ccc;
}

.pagetop a .f-btn:before {
  content: '';
  width: 2px;
  height: 24px;
  border-right: 2px solid #ccc;
  transform: rotate(-30deg);
  position: absolute;
  top: 8px;
  left: 32px;
}

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

  /* 上に戻るボタン */
  .pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    border: 2px solid #ccc;
    z-index: 99;
  }

  .pagetop a {
    color: white;
    text-decoration: none;
    position: relative;
  }

  .pagetop a .f-btn {
    width: 2px;
    height: 32px;
    margin: 6px auto 0;
    background-color: #ccc;
  }

  .pagetop a .f-btn:before {
    content: '';
    width: 3px;
    height: 20px;
    border-right: 2px solid #ccc;
    transform: rotate(-30deg);
    position: absolute;
    top: 6px;
    left: 23px;
  }

  /*.iPhone .pagetop a .f-btn:before{
//ここにiPhone用のCSS
content: '';
    width: 3px;
    height: 20px;
    border-right: 2px solid #ccc;
    transform: rotate(-30deg);
    position: absolute;
    top: 3px;
    left: 23px;
}*/
  _::-webkit-full-page-media,
  _:future,
  :root .pagetop a .f-btn:before {
    content: '';
    width: 3px;
    height: 20px;
    border-right: 2px solid #ccc;
    transform: rotate(-30deg);
    position: absolute;
    top: 0px;
    left: 23px;
  }
}

/*baseバナー追加*/
.ikuma_online_shop {
  padding-bottom: 100px;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  .ikuma_online_shop {
    padding-bottom: 50px;
  }

  .top_slide {
    margin-bottom: 50px;
  }
}

.top_slide .feauter.copy {
  position: absolute;
  left: 0;
  bottom: unset;
  top: 120px;
  font-size: 40px;
  letter-spacing: 6px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-shadow: 1px 1px 10px black;
}

@media screen and (max-width: 768px) {
  .top_slide .feauter.copy {
    font-size: 23px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 550px) {
  .top_slide .feauter {
    position: absolute;
    right: 0;
    bottom: 15vw;
    z-index: 99;
    max-width: 100%;
  }
}


ul.certified_company_box {
  position: absolute;
  top: 210px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
}

ul.certified_company_box li {
  position: relative;
  width: 170px;
  height: 170px;
}

ul.certified_company_box li:before {
  transform: skewX(-6deg);
  content: "";
  /*ボックスを作る*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 2px solid #DCAB15;
  height: 100%;
}

ul.certified_company_box li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

ul.certified_company_box li a img {
  display: block;
  width: 170px;
  height: 170px;
  padding: 25px;
}

ul.certified_company_box li a span.name {
  position: absolute;
  bottom: -60px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  display: block;
  width: 170px;
  font-weight: bold;
  text-shadow: 1px 1px 10px black;
}

.number_box {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 50px auto 0;
  padding-bottom: 50px;
}

.number_box ul.number_flex_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.number_box ul.number_flex_list li {
  position: relative;
  width: 200px;
  height: 170px;
  letter-spacing: 1.5px;
}

.number_box ul.number_flex_list li:first-child {
  margin-right: 80px;
}

.number_box ul.number_flex_list li:nth-child(2) {
  margin-right: 120px;
}

.number_box ul.number_flex_list li.item_l {
  width: 600px;
}


.number_box ul.number_flex_list li::before {
  transform: skewX(-6deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 2px solid #DCAB15;
  height: 100%;
}

.number_box ul.number_flex_list li p {
  color: #143464;
  position: relative;
  padding-top: 50px;
  font-size: 75px;
  font-weight: bold;
  text-align: center;
}

.number_box ul.number_flex_list li img.icon {
  position: absolute;
  width: 60px;
  bottom: -40px;
  right: -10px;
}

.number_box ul.number_flex_list li p span.band {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -120px;
  color: #fff;
  z-index: 1;
  font-size: 16px;
  width: 240px;
  padding: 5px 0;
}

.number_box ul.number_flex_list li.item_l p span.band {
  width: 110%;
  margin-left: -55%;
}

.number_box ul.number_flex_list li p span.band::before {
  transform: skewX(-6deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #DE2C00;
  height: 100%;
  z-index: -1;
}

.number_box ul.number_flex_list li p span.sub_txt {
  font-size: 20px;
  padding-left: 5px;
  color: #333;
}

.number_box ul.number_flex_list li.item_l span.num_txt {
  font-size: 20px;
  display: inline-block;
  text-align: left;
  color: #333;
  padding-right: 20px;
}

.number_box ul.number_flex_list li.item_l span.num_txt .strong_txt {
  color: #DE2C00;
}

.number_box ul.number_flex_list li.item_l .middle_txt {
  font-size: 24px;
  color: #333;
  vertical-align: middle;
  padding-right: 15px;
}


section.top01.top_wide_wrap {
  background-color: #f1f1f1;
  padding: 10 0px 0;
}

section.top01.top_wide_wrap .cont_area {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}

section.top01.top_wide_wrap h2,
section.top02.top_wide_wrap h2 {
  text-align: center;
  font-size: 35px;
}

section.top01.top_wide_wrap h2 .arial,
section.top02.top_wide_wrap h2 .arial {
  display: block;
  font-size: 1.4rem;
  color: #c89425;
}

.top03.new_box h2 {
  margin: 0 0 60px 0;
  line-height: 3.5rem;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
}


section.top01.top_wide_wrap ul.point_list_box {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.top01.top_wide_wrap ul.point_list_box li {
  width: 31%;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
}

section.top01.top_wide_wrap ul.point_list_box li p.title {
  font-size: 25px;
  font-weight: bold;
  padding-top: 10px;
  border-bottom: 1.5px solid #DCAB15;
}

section.top01.top_wide_wrap ul.point_list_box li p span.ini_txt {
  font-size: 40px;
  font-weight: bold;
  color: #DCAB15;
  padding-right: 10px;
}

section.top01.top_wide_wrap ul.point_list_box li p.n_txt {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

section.top01.top_wide_wrap ul.point_list_box li.hidden_item {
  background-color: inherit;
  height: 0px;
}

.top03.new_box {
  background-image: url(../img/top/top3_recruit_bg.jpg);
}

.top03.new_box .flexbox {
  justify-content: center;
  gap: 60px;
}

.top03.new_box .flexbox .top_btn a {
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

section.top02.new_box {
  background-color: #fff;
  padding-bottom: 0;
}

section.top02.new_box .top02_box {
  width: 90%;
  margin: 60px auto 40px;
  flex-wrap: wrap;
}

section.top02.new_box .top02_box>div {
  width: 50%;
  padding: 60px 0;
  margin-bottom: 40px;
  max-width: unset;
  text-align: center;
}

section.top02.new_box .top02_box>div a {
  margin: 0 auto;
}

section.top02.new_box .top02_box h3 {
  margin: 1em 0 1.5em;
  line-height: 3.5rem;
  font-size: 3.2rem;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
}

section.top02.new_box .top02_box .company_box {
  background: url(../img/top/top_box03.jpg) no-repeat center center;
}

section.top02.new_box .top02_box .history_box {
  background: url(../img/top/top_box04.jpg) no-repeat center center;
}

section.top04.new_box {
  padding-top: 60px;
}

section.top04.new_box .flex {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

section.top04.new_box .flex .video_item {
  width: 50%;
}

section.top04.new_box .flex .video_item video {
  width: 100%;
}

section.top04.new_box .flex .ikuma_online_shop {
  width: 47%;
  padding-bottom: 0;
  margin: unset;
  max-width: unset;
}

@media screen and (min-width: 1110px) and (max-width: 1290px) {
  .number_box {
    width: 98%;
  }

  .number_box ul.number_flex_list li:first-child {
    margin-right: 50px;
  }

  .number_box ul.number_flex_list li:nth-child(2) {
    margin-right: 80px;
  }

  .number_box ul.number_flex_list li.item_l {
    width: 540px;
  }
}

@media screen and (max-width: 1109px) {
  .number_box ul.number_flex_list li:first-child {
    margin-right: 100px;
  }

  .number_box ul.number_flex_list li:nth-child(2) {
    margin-right: 0px;
  }

  .number_box ul.number_flex_list li.item_l {
    margin-top: 60px;
  }

  section.top01.top_wide_wrap ul.point_list_box li {
    width: 48%;
  }

}

@media screen and (max-width:847px) {
  ul.certified_company_box {
    gap: 20px;
  }
}

@media screen and (min-width: 551px) and (max-width: 768px) {
  .number_box {
    margin-top: 470px;
  }
}

@media screen and (max-width: 768px) {
  .top03.new_box {
    background-image: url(../img/top/top3_recruit_bg_sp.jpg);
  }

  .top_slide .feauter.copy {
    font-size: 23px;
    letter-spacing: 4px;
  }

  ul.certified_company_box {
    gap: 40px;
    top: 210px;
    left: 2.5%;
    width: 95%;
    justify-content: center;
  }

  ul.certified_company_box li {
    width: 40%;
    aspect-ratio: 1;
    max-width: 240px;
    margin-bottom: 40px;
    height: unset;
  }

  ul.certified_company_box li a img {
    width: 100%;
    height: 100%;
    padding: 25px;
  }

  ul.certified_company_box li a span.name {
    width: inherit;
  }

  section.top01.top_wide_wrap ul.point_list_box li {
    width: 100%;
  }

  .top03.new_box .flexbox {
    flex-wrap: wrap;
    gap: unset;
  }

  .top03 p {
    margin-bottom: 30px;
  }

  section.top02.new_box .top02_box>div {
    width: 100%;
  }

  section.top04.new_box .flex .video_item {
    width: 100%;
    margin-bottom: 30px;
  }

  section.top04.new_box .flex .ikuma_online_shop {
    width: 100%;
  }

}

@media screen and (max-width: 580px) {
  .number_box {
    margin-top: 100px;
  }

  .number_box ul.number_flex_list {
    justify-content: space-between;
  }

  .number_box ul.number_flex_list li {
    margin-right: 0 !important;
    width: 44%;
  }

  .number_box ul.number_flex_list li p span.band {
    margin-left: -60%;
    width: 120%;
    font-size: 14px;
  }

  .number_box ul.number_flex_list li.item_l {
    height: 200px;
  }

  .number_box ul.number_flex_list li.item_l p {
    padding-top: 90px;
  }

  .number_box ul.number_flex_list li.item_l span.num_txt {
    font-size: 15px;
    position: absolute;
    left: 20px;
    top: 55px;
  }


}

/* CM ギャラリー */

section.top02.cm_box {
  width: 95%;
  margin: 0 auto;
  padding-top: 60px;
}

section.top02.cm_box h2 {
  text-align: center;
  /*font-size: 35px;*/
  font-size: 26px;
  text-align: left;
}

section.top02.cm_box .flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  justify-content: flex-end;
  margin-bottom: 60px;
  column-gap: 30px;
}

section.top02.cm_box .flex .video_item {
  width: 25%;
}

section.top02.cm_box .flex .video_item video {
  width: 100%;
}

section.top02.cm_box .flex .video_item span.cm_title {
  font-size: 1em;
  font-weight: bold;
}

section.top02.cm_box .flex .video_item span.cm_time {
  padding: 3px 10px;
  border: 1px solid #DCAB15;
  color: #DCAB15;
  font-weight: bold;
  margin-right: 10px;
}

section.top02.cm_box button {
  cursor: pointer;
  padding: 0;
  margin-bottom: 15px;
}

section.top02.cm_box button:hover {
  opacity: 0.8;
  transition: 0.3s;
}


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

  section.top02.cm_box {
    padding-top: 40px;
  }

  section.top02.cm_box h2 {
    font-size: 20px;
  }

  section.top02.cm_box .flex {
    row-gap: 30px;
  }

  section.top02.cm_box .flex .video_item {
    width: 70%;
    position: relative;
  }

  section.top02.cm_box button {
    margin-bottom: 6px;
  }

  section.top02.cm_box .flex .video_item span.cm_title {
    font-size: 0.95em;
    font-weight: 500;
  }

  section.top02.cm_box .flex .video_item span.cm_time {
    padding: 4px 6px;
    position: absolute;
    top: -15px;
    left: -20px;
    background-color: #fff;
    font-size: 0.9em;
    font-weight: 500;
  }


}


/* -------------------------------------------

            Independent Slider Section

------------------------------------------- */

.nx-independent-slider-section {
  margin-top: 15px;
  /* 30pxから15pxへ */
  margin-bottom: 0px !important;
  /* 修正：下の余白を0に */
  position: relative;
  background-color: #fff !important;
  padding: 10px 0 20px 0;
  /* 上部のみ20pxから10pxへ */
  /* セクション全体の歪みを解除 */
  transform: none !important;
}

/* スライダー本体 - 幅制限(800px)とはみ出し防止 */
.nx-independent-slider-section .swiper-container {
  max-width: 800px;
  /* 840pxから800pxに変更 */
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  /* コンテナ自体の歪みを解除 */
  transform: none !important;
}

.nx-independent-slider-section .swiper-slide img {
  width: 100%;
  height: auto;
  /* レスポンシブ比率を維持 */
  aspect-ratio: 800 / 600;
  /* 4:3の比率を明示的に指定（必要に応じて） */
  object-fit: cover;
  /* 比率に合わせて収める */
  max-width: 800px;
  /* 840pxから800pxに変更 */
  display: block;
  margin: 0 auto;
  border-radius: 0 !important;
  /* 画像自体の歪みを解除 */
  transform: none !important;
  /* 画質向上のためのレンダリング設定 */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ページネーション - 非表示 */
.nx-independent-slider-section .swiper-pagination {
  display: none !important;
}

/* 横方向スワイプ時の挙動制御 */
.nx-independent-swiper.swiper-horizontal {
  touch-action: pan-y;
}

@media screen and (max-width: 768px) {
  .nx-independent-slider-section {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 5px 0 10px 0;
  }
}

@media screen and (max-width: 550px) {
  .nx-independent-slider-section .swiper-container {
    height: auto !important;
    /* style.cssの120vwを打ち消し */
  }
}



/* 202512 改修 - メインスライドのオリジナル状態への復元 */

.top_slide .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 550px) {
  .top_slide {
    margin-bottom: 0px !important;
  }
}