body {
  margin: 0;
}
h1,h2,h3 {
  margin-block-start: 0;
  margin-block-end: 0;
}
p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","Yu Gothic", "YuGothic", Meiryo, sans-serif;
}
ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","Yu Gothic", "YuGothic", Meiryo, sans-serif;
}
img {
  vertical-align: bottom;
}
a{
  color: inherit;
  text-decoration: none;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
}
header .inner h1 {
  width: 180px;
}
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 100;
  background: #fff;
}
.header_menu {
  display: flex;
}
.header_menu li {
  margin-right: 15px;
  line-height: 100px;
  font-weight: bold;
}
.header_menu li .u_line {
  position: relative;
  text-decoration: none;
}
.header_menu li .u_line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px; /* テキストからの距離は調整 */
  width: 0;
  height: 2px;
  background: #333;
  transition: width 0.3s ease;
}
.header_menu li .u_line2 {
  position: relative;
  text-decoration: none;
}
.header_menu li .u_line2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -43px; /* テキストからの距離は調整 */
  width: 0;
  height: 2px;
  background: #333;
  transition: width 0.3s ease;
}
.summary {
  height: 23px;
  display: block;
}
.header_menu li .u_line:hover::after {
  width: 100%; /* ホバーで横に伸びる */
}
.header_menu li .u_line2:hover::after {
  width: 100%; /* ホバーで横に伸びる */
}
.header_menu li a {
  color: #000;
  text-decoration: none;
}
.header_menu .drawer{
  position: relative;
}
.header_menu details{
  cursor: pointer;
}
.header details > summary:first-of-type {
  list-style: none;
}
.header_menu .drawer .nav_child{
  background: #042478;
  font-size: 14px;
  box-sizing: content-box;
  width: 8em;
  padding: .4em .8em;
  position: absolute;
  left: -15px;
  top: 65px;
}
.drawer details::details-content {
  opacity: 0;
  block-size: 0;
  transition: .4s ease;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
}
.drawer details[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
.header_menu .drawer .drawer-list{
  line-height: 1;
}
.header_menu .drawer .drawer-list a{
  display: block;
  color: #fff;
  font-size: 14px;
  padding: .5em 0;
}
.container {
  box-sizing: border-box;
}
.contents {
  padding-top: 100px;
}
.contact_btn {
  background: #f8b551;
  height: 100px;
  line-height: 45px!important;
  display: block;
  padding: 20px 15px 0;
  margin-left: 20px;
  box-sizing: border-box;
}
.contact_btn a {
  color: #fff!important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_btn img {
  display: block;
  width: 35px;
}
.mv {
  position: relative;
}
.mv .sld img{
  display: block;
  width: 100%;
  vertical-align: bottom;
}
.mv_inner {
  width: 20%;
  min-width: 340px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.mv_inner img{
  display: block;
  width: 100%;
  /* height: 100%; */
}
.sec_01 .container {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.logo_row {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  padding-bottom: 100px;
}
.logo_row span {
  display: block;
  margin: 0 25px;
}
.logo_row img {
  width: auto;
  height: 80px;
}
.section_wrap {
  position: relative;
  margin-bottom: 100px;
}
.section_wrap .parts_inner {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
/*  display: flex;*/
/*  justify-content: space-between;*/
}
.section_wrap .parts_inner p.parts_ttl{
  font-size: 44px;
  line-height: 1.4;
}
.section_wrap .parts_inner p.parts_text {
/*  line-height: 25px;*/
  line-height: 1.8;
  font-size: 16px;
  margin-top: 1.5em;
}
.section_wrap .parts_inner2 {
  width: 52%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.parts_bg {
  width: 64%;
}
.text_l {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","Yu Gothic", "YuGothic", Meiryo, sans-serif;
  /* background: #fff; */
  font-size: 44px;
  font-weight: bold;
  padding: 5px 0;
  line-height: 64px;
}
.bg_w {
  /* background: #fff; */
  padding: 3px;
}
.link_btn {
  font-family: sans-serif;
  background: #042478;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 66px;
  text-decoration: none;
  padding: 0;
  border-radius: 50px;
  max-width: 240px;
  height: 70px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-indent: .5em;
  box-sizing: border-box;
  border: 1px solid #042478;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.link_btn::after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
  display: inline-block;
  margin-left: 0;
}
.link_btn:hover {
  background: #fff;
  color: #042478;
}
.link_btn:hover::after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #042478;
  display: inline-block;
  margin-left: 0;
}
.link_btn2 {
  font-family: sans-serif;
  background: #aaaaaa;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 70px;
  text-decoration: none;
  padding: 0;
  border-radius: 50px;
  max-width: 240px;
  height: 70px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-indent: .5em;
  border: 1px solid #aaaaaa;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.link_btn2::after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: inline-block;
  color: #fff;
}
.link_btn2:hover {
  background: #fff;
  color: #aaaaaa;
}
.link_btn2:hover::after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #aaaaaa;
  margin-left: 0;
}
.link_btn3 {
  font-family: sans-serif;
  background: #fff;
  color: #535353;
  font-weight: 600;
  text-align: center;
  line-height: 70px;
  text-decoration: none;
  padding: 0;
  border: 1px solid #535353;
  border-radius: 50px;
  width: 240px;
  height: 70px;
  display: block;
  margin: 0;
  position: relative;
  text-indent: .5em;
}
.link_btn3::after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: inline-block;
  color: #535353;
}
.link_btn3:hover {
  background: #535353;
  color: #fff;
}
.link_btn3:hover::after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
  margin-left: 0;
}

.section_title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 60px;
  color: #042478;
  text-align: center;
  line-height: 40px;
}
.section_title2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 60px;
  color: #535353;
  text-align: right;
  line-height: 40px;
}
.section_title3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 60px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.sec_service {
  background: #E5E9F2;
  clip-path: polygon(
    0 0,         /* 左上 */
    100% 120px,   /* 右上を下げる */
    100% calc(100% - 120px), /* 右下を上げる */
    0 100%       /* 左下 */
  );
}
.sec_service .container {
  max-width: 1024px;
  margin: 0 auto 0;
  padding: 150px 0;
}
.section_title span {
  font-size: 20px;
  color: #042478;
}
.section_title2 span {
  font-size: 20px;
  color: #7d7d7d;
}
.section_title3 span {
  font-size: 20px;
  color: #fff;
}
.sec_service .f_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.sec_service_parts {
  width: 47%;
  margin-bottom: 50px;
}
.sec_service_parts p {
  padding-left: 15px;
  padding-top: 15px;
}
.sec_service_parts a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #042478;
  text-decoration: none;
  text-align: right;
  display: block;
  line-height: 27px;
}
.sec_works {
  background: url(../img/sec_works_bg.png);
  background-position: top right;
  background-size: 800px;
  background-repeat: no-repeat;
  margin-top: -400px;
}
.sec_works .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 450px 0 100px;
}
.sec_works .f_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}
.sec_works_parts {
  width: 23.5%;
}
.sec_works_parts .thumb{
  width: 100%;
  height: 179px;
}
.sec_works_parts .thumb img{
  display: block;
  width: 100%;
  height: 179px;
  border-radius: 20px;
  object-fit: cover;
}
.sec_works_parts h3 {
  font-size: 15px;
  color: #042478;
  padding-top: 13px;
}
.sec_works_parts p {
  padding-top: 10px;
  font-size: 13px;
}
.sec_news {
  background: #F0F0F0;
  clip-path: polygon(
    0 0,         /* 左上 */
    100% 100px,   /* 右上を下げる */
    100% calc(100% - 100px), /* 右下を上げる */
    0 100%       /* 左下 */
  );
}
.sec_news .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 200px 0;
}
.sec_news .row {
  display: flex;
  justify-content: space-between;
}
.sec_company .row {
  display: flex;
  justify-content: space-between;
}
.row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.row3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news_contents {
  width: 65%;
}
.news_contents ul li a {
  text-decoration: none;
  color: #000;
}
.news_contents ul {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
.news_contents ul li {
  border-top: 1px solid #000;
  padding: 15px 30px;
  display: flex;
  justify-content: flex-start;
}
.news_contents ul li .day {
  margin-right: 20px;
}
.sec_company .container {
  max-width: 1024px;
  margin: 0 auto;
}
.sec_company_parts {
  width: 47%;
}
.sec_company_parts h3 {
  font-size: 30px;
  color: #535353;
  line-height: 30px;
}
.sec_company_parts h3 span {
  font-size: 12px;
  color: #042478;
}
.sec_contact {
  background: url(../img/sec_contact_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec_contact .container {
  max-width: 1024px;
  margin: 100px auto 0;
  padding: 100px 0 160px;
}
.row_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.wrap_item {
  width: 48%;
  height: 70px;
}
.wrap_item p {
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
}
.box_btn {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #434343;
}
.box_btn span {
  margin: 0 20px;
}
.box_btn:hover {
  opacity: 0.8;
}
.sec_access .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 100px 0;
}
.sec_access_row {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.gmap {
  width: 50%;
}
.gmap iframe {
  border-radius: 20px;
  height: 400px;
}
.text_side {
  margin-left: 30px;
}
.text_side h3 {
  font-size: 18px;
  color: #042478;
  margin-bottom: 10px;
}
.text_side p {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.footer {
  background: #031649;
}
.footer .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 0;
}
.footer p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.left_side img {
  width: 149px;
  margin-bottom: 40px;
}
.row4 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.text_s {
  font-size: 12px!important;
}
.mr40 {
  margin-right: 90px;
}
.footer_menu li {
  margin-bottom: 15px;
}
.footer_menu li::before {
content: '\f105';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
color: #fff;
padding: 0 7px 0 0
}
.footer_under {
  text-align: center;
  padding: 20px 0;
}
.footer_under span {
  font-size: 10px;
  font-weight: bold;
}
.sp_only {
  display: none;
}


/* ハンバーガーボタンのスタイル */
.hamburger {
  width: 60px;
  height: 60px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
  background: #042478;
  padding: 0 16px;
}
.hamburger span {
  display: block;
  height: 1.5px;
  background: #fff;
  margin: 8px 0;
  transition: all 0.3s ease;
}

/* メニューの初期状態 */
.nav-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #042478;
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 70px 20px 50px;
  box-sizing: border-box;
}
.nav-menu ul {
  list-style: none;
  padding: 0;
}
.nav-menu li {
  margin-bottom: 20px;
}
.nav-menu li.drawer .nav_child{
  margin-top: 10px;
}
.nav-menu li.drawer .drawer-list{
  margin-bottom: 10px;
  margin-left: 15px;
}
.nav-menu li.drawer .drawer-list a{
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.nav-menu a, .nav-menu li.drawer summary {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.nav-menu a:before, .nav-menu li.drawer summary:before{
  display: inline-block;
  content: "";
  width: .5em;
  height: .5em;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform-origin: center;
  transform: rotate(45deg);
  margin-right: .4em;
  transition: .4s ease;
}
.nav-menu li.drawer details[open] summary:before{
  transform: rotate(135deg);
}


/* 開いたときのスタイル */
.nav-menu.active {
  right: 0;
}

/* ハンバーガー変形アニメーション（任意） */
.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}


@media screen and (max-width:768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .header {
    height: 60px;
  }
  header .inner {
    align-items: stretch;
  }
  header .inner h1 {
    width: 95px;
    margin-left: 20px;
  }
  .sp_header_menu_row {
    display: flex;
  }
  .contact_btn {
    height: 60px;
    line-height: 25px!important;
    padding: 12px 10px 0;
    margin-left: 0;
  }
  .contact_btn a {
    color: #fff!important;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
  }
  .contact_btn img {
    width: 23px;
  }
  .contents {
    padding-top: 60px;
  }
  .link_btn {
    font-size: 14px;
    line-height: 50px;
    max-width: 180px;
    height: 50px;
  }
  .link_btn2 {
    font-size: 14px;
    line-height: 50px;
    max-width: 180px;
    height: 50px;
  }
  .link_btn3 {
    font-size: 14px;
    line-height: 38px;
    text-decoration: none;
    padding: 0;
    border: 1px solid #535353;
    border-radius: 50px;
    width: 130px;
    height: 38px;
  }
  .section_title {
    font-size: 32px;
    line-height: 31px;
  }
  .section_title2 {
    font-size: 32px;
    text-align: center;
    line-height: 25px;
  }
  .section_title3 {
    font-size: 32px;
    line-height: 25px;
  }
  .section_title span {
    font-size: 14px;
  }
  .section_title2 span {
    font-size: 14px;
  }
  .section_title3 span {
    font-size: 14px;
  }
  /* .mv_inner{
    height: 51.8%;
    top: 40%;
    left: 5%;
  } */
  .mv_inner {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  .sec_01 .container {
    padding: 30px 20px;
  }
  .logo_row {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .logo_row span {
    display: block;
    margin: 0 12px;
  }
  .logo_row img {
    width: auto;
    height: 40px;
  }
  .section_wrap {
    margin-bottom: 320px;
    width: 100%;
    margin-left: 0;
  }
  .section_wrap .parts_inner2 {
    width: 94%;
    right: -8px;
    top: 95%;
    bottom: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
  .parts_bg {
    width: 100%;
  }
  .section_wrap .parts_inner {
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
  .sec_01 .parts_inner p {
    font-size: 12.5px;
    line-height: 22px;
  }
  .section_wrap .parts_inner p.parts_text{
    font-size: clamp(12px, 2.5vw, 24px);
    margin-top: calc(1em + 6px);
    line-height: 1.75;
  }
  .section_wrap .parts_inner p.parts_ttl{
    font-size: clamp(22px, 4.7vw, 47px);
    line-height: 1;
  }
  .text_l {
/*    font-size: 23px;*/
    padding: 3px 0;
    font-size: 4.7vw;
    line-height: 1;
  }
  .bg_w {
    padding: 1px;
  }
  .sec_service {
    background: #E5E9F2;
    clip-path: polygon(
    0 0,         /* 左上 */
    100% 50px,   /* 右上を下げる */
    100% calc(100% - 50px), /* 右下を上げる */
    0 100%       /* 左下 */
  );
  }
  .sec_service .container {
    padding: 80px 20px 60px;
  }
  .sec_service .f_row {
    flex-direction: column;
    margin-top: 30px;
  }
  .sec_service_parts {
    width: 100%;
  }
  .sec_service_parts p {
    font-size: 14px;
    padding: 10px 0 15px 15px;
  }
  .sec_works {
    background: none;
    margin-top: -400px;
  }
  .sec_works .container {
    padding: 430px 20px 50px;
  }
  .sec_works_parts {
    width: 47.5%;
    margin-bottom: 20px;
  }
  .sec_works_parts .thumb, .sec_works_parts .thumb img{
    height: 33vw;
  }
  .sec_works_parts h3 {
    font-size: 13px;
    padding-top: 12px;
  }
  .sec_works_parts p {
    font-size: 12px;
  }
  .sec_news {
    clip-path: polygon(
      0 0,         /* 左上 */
      100% 40px,   /* 右上を下げる */
      100% calc(100% - 40px), /* 右下を上げる */
      0 100%       /* 左下 */
    );
  }
  .sec_news .container {
    padding: 90px 20px;
  }
  .sec_news .row {
    flex-direction: column;
  }
  .news_contents {
    width: 100%;
  }
  .news_contents ul {
    padding-top: 20px;
  }
  .news_contents ul li {
    padding: 20px 30px;
  }
  .news_contents ul li span {
    font-size: 14px;
  }
  .sec_company .container {
    padding: 60px 20px 10px;
  }
  .sec_company .row {
    flex-direction: column;
  }
  .sec_company_parts {
    width: 100%;
    margin-bottom: 50px;
  }
  .sec_company_parts h3 {
    font-size: 19px;
    line-height: 30px;
  }
  .sec_company_parts h3 span {
    font-size: 10px;
    color: #042478;
    margin-left: 10px;
  }
  .row2 {
    margin-top: 10px;
  }
  .row_wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .wrap_item {
    width: 80%;
    height: auto;
    margin-bottom: 30px;
  }
  .wrap_item p {
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
  }
  .sec_contact .container {
    margin: 0 auto 0;
    padding: 50px 0 20px;
  }
  .box_btn {
    border-radius: 5px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .sec_access .container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .sec_access_row {
    flex-direction: column;
    margin-top: 10px;
  }
  .gmap {
    width: 100%;
  }
  .gmap iframe {
    border-radius: 0;
    height: 200px;
  }
  .text_side {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .text_side h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer .container {
    padding: 30px 20px;
  }
  .row3 {
    flex-direction: column;
  }
  .footer p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
  }
  .footer_menu li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .row4 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .left_side img {
    width: 120px;
    margin-bottom: 20px;
  }
  .mr40 {
    margin-right: 40px;
  }
  .footer_under {
    line-height: 10px;
    padding: 10px 0;
  }

  /* .beside_slide {
    overflow-x: auto;
  }
  .beside_slide .table01 {
  min-width: 800px;
  border-collapse: collapse;
  }
  .beside_slide .table02 {
  min-width: 800px;
  border-collapse: collapse;
  } */

}

.page_mv_inner {
  max-width: 900px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.page_title {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.page_title span {
  font-size: 20px;
}
.page_copy {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  white-space: nowrap;
}

/* company */
.company_sec_01 {
  background: #E5E9F2;

}
.company_sec_01 .container {
  max-width: 1024px;
  margin: 100px auto 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.company_sec_01 .section_module {
  display: flex;
  margin-top: 50px;
}
.company_sec_01 .section_module .left_side {
  width: 260px;
  margin-right: 40px;
}
.company_sec_01 .section_module .left_side img {
  width: 260px;
  margin: 0 auto;
}
.company_sec_01 .section_module .left_side .text {
  font-size: 20px;
  color: #042478;
  text-align: center;
  margin-top: 10px;
}
.company_sec_01 .section_module .left_side .text span {
  font-size: 25px;
}
.company_sec_01 .section_module .right_side .text {
  font-size: 48px;
  font-weight: bold;
  color: #042478;
  text-align: center;
  position: relative;
}
.company_sec_01 .section_module .right_side .text span {
  font-size: 58px;
}
.company_sec_01 .section_module .right_side p {
  font-size: 18px;
  line-height: 35px;
}
.rubi::before {
  content: 'おもい';
  font-size: 30px;
  font-weight: normal;
  color: #042478;
  position: absolute;
  top: -50px;
  left: 33%;
}
.company_sec_02 .container {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.company_sec_02 h3 {
  font-size: 20px;
  color: #042478;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 5px;
}
.company_sec_02 .section_module .text {
  margin-top: 10px;
  line-height: 25px;
}
.company_sec_02 .section_module {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.company_sec_02 .section_parts {
  width: 45%;
  margin-bottom: 50px;
}
.link_text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  text-align: right;
  display: block;
  line-height: 27px;
  margin-top: 10px;
}
.company_sec_02 .section_module2 {
  width: 46%;
  margin: 40px auto 0;
}
.company_sec_02 .section_module2 .title {
  font-size: 20px;
  color: #042478;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 5px;
  font-weight: bold;
}
.company_sec_02 .section_module2 .text {
  line-height: 30px;
}
.company_sec_03 .container {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 100px;
}
.company_sec_03 .section_module {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.company_sec_03 .section_module dl {
  display: flex;
}
.company_sec_03 .section_module .ai_c {
  display: flex;
  align-items: flex-start;
}
.company_sec_03 .section_module .ai_c dt {
  margin-top: 10px;
}
.company_sec_03 .section_module dt {
  color: #042478;
  font-weight: bold;
}


/* 各行を横並び */
.company-info dl {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 2px 0;
  margin-bottom: 15px;
}

/* dt（左項目） */
.company-info dt {
  width: 80px; /* ここで全項目の表示幅を固定 */
  display: inline-block;
  text-align: justify;
  text-justify: inter-character; /* 文字間で均等に調整 */
  /* letter-spacing: 0.3em; */
  margin-right: 1em;
  height: 0;
}

.company-info dt::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

/* dd（右側内容） */
.company-info dd {
  margin: 0;
  flex: 1;
  word-break: break-word;
}




@media screen and (max-width:768px) {
  .company_sec_01 .container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .company_sec_02 .container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .company_sec_02 h3 {
    font-size: 12.5px;
  }
  .text_ss {
    letter-spacing: 3px!important;
    white-space: nowrap;
  }
  .company_sec_02 .section_module .text {
    font-size: 14px;
  }
  .company_sec_02 .section_parts {
    width: 48%;
    margin-bottom: 50px;
  }
  .link_text {
    text-align: center;
  }
  .company_sec_02 .section_module2 {
    width: 100%;
    margin: 20px auto 0;
  }
  .company_sec_03 .section_module {
    flex-direction: column;
    margin-top: 20px;
  }

  .company_sec_01 .section_module {
    flex-direction: column;
  }
  .company_sec_01 .section_module .left_side {
    width: 260px;
    margin: 0 auto 40px;
  }
  .company_sec_01 .section_module .left_side img {
    width: 260px;
    margin: 0 auto;
  }
  .company_sec_01 .section_module .left_side .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .company_sec_01 .section_module .left_side .text span {
    font-size: 22px;
  }
  .company_sec_01 .section_module .right_side .text {
    font-size: 35px;
    text-align: center;
    position: relative;
  }
  .company_sec_01 .section_module .right_side .text span {
    font-size: 46px;
  }
  .company_sec_01 .section_module .right_side p {
    font-size: 16px;
    line-height: 35px;
  }
  .company_sec_03 .container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .company_sec_03 .section_module dd {
    width: 58%;
  }

  .company_sec_02 .section_module2 .text {
    font-size: 14px;
  }
}

@media screen and (max-width:431px) {
  .rubi::before {
    content: 'おもい';
    font-size: 23px;
    position: absolute;
    top: -44px;
    left: 103%;
    width: 70px;
  }
}
@media screen and (max-width:415px) {
  .rubi::before {
    content: 'おもい';
    font-size: 23px;
    position: absolute;
    top: -44px;
    left: 74%;
    width: 70px;
  }
}

/* product_list */
.mv_bg {
  background: #042478;
  height: 280px;
  position: relative;
}
.page_mv_inner2 {
  max-width: 900px;
  position: absolute;
  top: 69%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.product_list_sec_01 .container {
  max-width: 1400px;
  margin: 30px auto 0;
  padding: 0 16px;
}
.twocolumn {
  display: flex;
}
.product_list_contents {
  width: 100%;
  margin-left: 50px;
}
.product_list_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product_item {
  width: 266px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 50px;
}
.product_item h3 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}
.product_item a {
  text-decoration: none;
  color: #000;
}
.product_list_price {
  font-size: 16px;
  margin-top: 10px;
}
.product_list_cat {
  font-size: 14px;
  color: #8C8C8C;
  margin-top: 10px;
}
.left_nav {
  min-width: 380px;
  max-width: 380px;
}
.left_nav .title {
  background: #042478;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.left_nav h3 {
  font-size: 20px;
  padding: 10px 0 10px 20px;
  border-bottom: 2px solid #042478;
}

.acc-title {
  cursor: pointer;
  padding: 10px 15px 10px 60px;
  margin: 0;
  border-bottom: 1px solid #042478;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: normal;
}

/* アイコン（▶）を擬似要素で追加 */
.acc-title::after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  transition: transform 0.2s;
}

/* 開いているときは下向き（▼） */
.acc-title.active::after {
  transform: rotate(90deg);
}
.acc-title.active{
  border-bottom: 1px solid transparent;
}
.acc-title.active + .acc-content{
  border-bottom: 1px solid #042478;
}

.acc-content {
  display: none;
  padding: 10px 0 10px 30px;
  border-top: none;
}
.acc-content a {
  text-decoration: none;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.acc-content a:before {
  content: '◼︎';
  font-weight: 900;
  color: #042478;
  padding: 0 7px 0 0;
  font-size: 16px;
}
.product_contents {
  margin-left: 70px;
}
.product_contents .list {
  display: flex;
}
.product_contents .list .item {
  display: flex;
}
.product_name {
  font-size: 18px;
}
.product_pricetype {
  min-width: 140px;
  display: inline-block;
}
.product_price {

}
.product_cat {

}
.product_list_thum {
  /* object-fit: cover;
  height: 275px; */
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形 */
  object-fit: cover;   /* 画像をトリミングして正方形に収める */
}

@media screen and (max-width:768px) {
  .product_list_contents {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .acc-title {
    cursor: pointer;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #042478;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: normal;
  }
  .acc-content {
    padding: 10px;
  }
  .product_list_wrap {
    justify-content: space-between;
  }
  .product_item {
    width: 48%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
}
/* .product_list_thum {
    height: 170px;
} */
.product_item h3 {
  font-size: 15px;
  margin-top: 8px;
}
.product_list_price {
  font-size: 14px;
  margin-top: 8px;
}
.product_list_cat {
  font-size: 12px;
  margin-top: 8px;
}

}


.product_detail_sec_01 .container {
  max-width: 1400px;
  margin: 30px auto 0;
}

.product_cat_title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.product_detail {
  max-width: 730px;
  margin-left: 70px;
}
.pd_top .product_name {
  background: #042478;
  font-size: 30px;
  color: #fff;
  /* text-align: center; */
  padding: 10px 0 10px 10px;
}
.product_thum {
  margin-top: 20px;
}
.product_price {

}
.product_cat {

}
.pd_row {
  margin-top: 20px;
  display: flex;
}
.pd_row h4 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 25px;
  color: #042478;
}
.pd_row .left_side {
  width: 50%;
}
.pd_row .right_side {
  width: 50%;
}
.pd_row .right_side_inner {
  background: #F0F0F0;
  padding: 22px;
}
.pd_row .right_side_inner .product_name {
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: 1.5px solid #000;
  margin-bottom: 5px;
}
.pd_row .right_side_inner .product_price_text {
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.pd_row .right_side_inner .product_price {
  font-size: 33px;
  color: #FF0000;
}
.pd_row .right_side_inner .product_price_tax {
  font-size: 18px;
}
.pd_row .right_side_inner .product_stock_text {
  font-size: 20px;
  padding-bottom: 20px;
}
.order_btn {
  background: #F8B551;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px 0;
}
.pb30 {
  /* padding-bottom: 30px; */
  margin-bottom: 30px;
}
.product_features::before {
  content: '●';
  font-size: 18px;
  font-weight: normal;
  color: #042478;
}
.product_features_r {
  /* color: red; */
  width: 85%;
}

.pankuzu {
  padding-bottom: 40px;
}
.left_side .box .product_features_parts {
  width: 80%;
}

.product_detail .info_text {
  padding-top: 30px;
}

@media screen and (max-width:768px) {
  .product_features::before {
    content: '●';
    font-size: 14px;
  }
  .pankuzu {
    font-size: 14px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .product_detail_sec_01 .container {

  }
  .product_cat_title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .pd_top .product_name {
    font-size: 16px;
  }
  .twocolumn {
    flex-direction: column-reverse;
  }
  .product_detail {
    width: 100%;
    margin-left: 0;
  }
  .pd_top {
    padding: 10px 20px;
  }
  .pd_row {
    flex-direction: column;
  }
  .pd_row .left_side {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .pd_row .right_side {
    width: 100%;
  }
  .pd_row .right_side_inner .product_name {
    font-size: 15px;
    padding-bottom: 20px;
    border-bottom: 1.5px solid #000;
  }
  .left_side .box {
    display: flex;
  }
  .left_side .box .product_features_parts {
    width: 100%;
  }
  .left_side .box p {
    width: 100%;
  }
  .pd_row h4 {
    font-size: 14px;
    width: 80px;
    padding-right: 10px;
  }
  .pd_row p {
    font-size: 14px;
  }
  .pd_row .right_side_inner .product_price_text {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .pd_row .right_side_inner .product_price {
    font-size: 31px;
    color: #FF0000;
  }
  .pd_row .right_side_inner .product_price_tax {
    font-size: 16px;
  }
  .pd_row .right_side_inner .product_stock_text {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .info_text {
    font-size: 14px;
    padding: 20px;
  }
  .left_nav {
    width: 100%;
    min-width: auto;
  }
  .left_nav .title {
    font-size: 18px;
    text-align: left;
    padding: 10px 20px;
  }
  .left_nav h3 {
    font-size: 18px;
    padding: 10px 0 10px 20px;
    border-bottom: 2px solid #042478;
  }
  /*.accordion_module {
    display: flex;
  }
  .accordion_item {
    width: 50%;
  }*/
  .accordion {
/*    padding-bottom: 50px;*/
  }
  .left_nav h3:last-of-type{
    margin-bottom: 50px;
  }
  .acc-title {
    font-size: 13px;
  }
  .acc-content {
    font-size: 13px;
  }
  .page_mv_inner2{
    width: 100%;
  }
  .page_title {
    font-size: 45px;
    line-height: 30px;
  }
  .page_title span {
    font-size: 16px;
  }
  .mv_bg {
    height: 140px;
  }
}

.screen-reader-text {
  display: none;
}


.page_title2 {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
}
.page_title2 span {
  font-size: 20px;
}

.ss_sec_01 .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 0;
}
.ss_sec_01_copy {
  font-size: 20px!important;
  line-height: 40px;
  padding-bottom: 60px;
  padding-left: 0!important;
}
.text_center {
  text-align: center;
}
.ss_sec_01 h3 {
  background: #042478;
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 10px;
  letter-spacing: 10px;
  margin-top: 50px;
}
.ss_sec_01 .h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
.ss_sec_01 h4 {
  background: #E5E9F2;
  font-size: 30px;
  color: #042478;
  padding: 10px 10px 10px 30px;
  letter-spacing: 10px;
}
.deco_text {
  background: #E5E9F2;
  color: #042478;
  padding: 10px 10px 10px 30px;
}
.ss_sec_01 p {
  font-size: 23px;
  margin-bottom: 40px;
  padding-left: 30px;
}
.ss_sec_01 .text {
  font-size: 23px;
  margin-bottom: 40px;
}
.ss_sec_01 .text span {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .ss_sec_01 .container {
    padding: 60px 20px;
  }
  .page_mv_inner {
    width: 100%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  .page_title2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 25px;
  }
  .page_title2 span {
    font-size: 16px;
  }
  .ss_sec_01_copy {
    font-size: 16px!important;
    line-height: 32px;
    padding-bottom: 10px;
  }
  .ss_sec_01 h3 {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    letter-spacing: 5px;
    margin-top: 50px;
  }
  .ss_sec_01 .h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .ss_sec_01 h4 {
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    letter-spacing: 5px;
  }
  .ss_sec_01 p {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .ss_sec_01 .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .ss_sec_01 .text span {
    font-size: 16px;
  }
}

.rs_sec_01 .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 0;
}
.rs_sec_01 .btitle {
  font-size: 56px;
  color: #042478;
  text-align: center;
  margin-bottom: 40px;
}
.box7000 {
  max-width: 730px;
  margin: 0 auto;
}
.box7000 ul li {
  font-size: 20px;
  padding-bottom: 12px;
}
.box7000 ul li:before {
  content: '◼︎';
  font-weight: 900;
  color: #042478;
  padding: 0 7px 0 0;
  font-size: 21px;
}
.box7000_inner {
  border: 4px solid #F8B551;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
}
.box7000_inner p {
  font-size: 22px;
}
.box7000_inner p:before {
  content: '◼︎';
  font-weight: 900;
  color: #F8B551;
  padding: 0 7px 0 0;
  font-size: 21px;
}
.box7000_inner p .text_m {
  font-size: 20px;
}
.underline {
  text-decoration-line: underline;       /* 下線 */
  text-decoration-color: #F8B551;           /* 下線の色 */
  text-decoration-thickness: 5px;       /* 線の太さ */
  text-underline-offset: 4px;           /* テキストとの間隔 */
}

.rs_sec_02 {
  background: #042478;
  clip-path: polygon(
  0 190px,              /* 左上を下げる */
  100% 0,              /* 右上 */
  100% 100%,           /* 右下 */
  0 calc(100% - 190px)  /* 左下を上げる */
);
}
.rs_sec_02 .container {
  padding: 240px 0;
}

.row_module {
  display: flex;
  max-width: 890px;
  margin: 0 auto;
}
.row_module ul li::before {
content: '\f14a';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
color: #fff;
padding: 0 7px 0 0
}
.right_parts {
  width: 48%;
}
.left_text {
  width: 48%;
  padding-left: 40px;
}
.left_text h4 {
  font-size: 25px;
  color: #fff;
  font-weight: normal;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.left_text ul li {
  font-size: 16px;
  color: #fff;
  padding-bottom: 5px;
}
.left_text p {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}
.rs_sec_03 .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}
.rs_sec_03 p {
  font-size: 19px;
  margin-top: 40px;
}
.row_module2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.row_module2 li {
  width: 30%;
  margin-bottom: 30px;
}
.row_module2 li span {
  text-align: center;
  display: block;
  color: #042478;
  font-size: 19px;
  margin-top: 10px;
}
.rs_sec_04 {
  background: #E5E9F2;
}
.rs_sec_04 .container {
  max-width: 930px;
  margin: 0 auto;
  padding: 60px 0;
}
.rs_sec_04 .row_module3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.rs_sec_04 h3{
  font-size: 20px;
  color: #042478;
  margin-bottom: 10px;
}
.row_module3 .module ul li:before {
  content: '◼︎';
  font-weight: 900;
  color: #042478;
  padding: 0 7px 0 0;
  font-size: 21px;
}
.rs_sec_05 .container {
  padding: 60px 0;
}
.box711 {
  max-width: 710px;
  margin: 0 auto;
  border: 3px solid #042478;
  padding: 25px 30px;
}
.box711 h4 {
  margin-block-start: 0;
  margin-block-end: 0;
  background: #042478;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.box711 p {
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
}

@media screen and (max-width:768px) {
  .rs_sec_01 .btitle {
    font-size: 32px;
    color: #042478;
    text-align: center;
    margin-bottom: 40px;
  }
  .rs_sec_01 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box7000 ul li {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .box7000_inner p .text_m {
    font-size: 16px;
  }
  .box7000_inner p {
    font-size: 18px;
  }
  .rs_sec_02 {
    clip-path: polygon(
    0 80px,              /* 左上を下げる */
    100% 0,              /* 右上 */
    100% 100%,           /* 右下 */
    0 calc(100% - 80px)  /* 左下を上げる */
  );
  }
  .rs_sec_02 .container {
    padding: 100px 20px;
  }
  .row_module {
    flex-direction: column;
    align-items: center;
  }
  .right_parts {
    width: 90%;
  }
  .left_text {
    width: 100%;
    padding-left: 0;
  }
  .left_text h4 {
    font-size: 18px;
    border-bottom: 1.5px solid #fff;
    padding-bottom: 3px;
  }
  .left_text p {
    font-size: 14px;
    margin-top: 20px;
  }
  .row_module2 li {
    width: 47%;
    margin-bottom: 30px;
  }
  .rs_sec_03 .container {
    padding: 50px 20px;
  }
  .row_module2 li span {
    font-size: 14px;
    margin-top: 8px;
  }
  .rs_sec_03 p {
    font-size: 17px;
    margin-top: 30px;
  }
  .rs_sec_04 .container {
    padding: 40px 20px;
  }
  .rs_sec_04 .row_module3 {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .rs_sec_05 .container {
    padding: 40px 20px;
  }
  .row_module3 .module {
    margin-bottom: 30px;
  }

  .cat-min-list li {
    padding: 13px 0 10px 20px!important;
}
.left_nav {
    max-width: 100%;
}

.mv_inner img{
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.company_sec_01 .container {
  margin: 30px auto 0;
}

}


.fadein {
  opacity: 0;                /* 初期状態は非表示 */
  transform: translateY(20px); /* 少し下から上がる */
  transition: all 0.8s ease;  /* アニメーション時間 */
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);   /* 元の位置に戻す */
}


.pop-right{
  display:inline-block;              /* transform させやすく */
  transform: translateX(0);
  transition: transform .28s cubic-bezier(.34,1.56,.64,1); /* ちょいオーバーシュート */
  will-change: transform;
  width: 140px;
  margin: 10px 0 0 auto;
}
.pop-right:hover,
.pop-right:focus-visible{            /* キーボード操作にも対応 */
  transform: translateX(8px);        /* 好みで 6〜12px に調整 */
}

/* 動きを控えたい人の設定を尊重（アクセシビリティ） */
@media (prefers-reduced-motion: reduce){
  .pop-right{ transition: none; }
}

.pop-right2{
  transform: translateY(0);
  transition: transform .28s cubic-bezier(.34,1.56,.64,1); /* ちょいオーバーシュート */
  will-change: transform;
}
.pop-right2:hover,
.pop-right2:focus-visible{            /* キーボード操作にも対応 */
  transform: translateY(-8px);        /* 好みで 6〜12px に調整 */
}

/* 動きを控えたい人の設定を尊重（アクセシビリティ） */
@media (prefers-reduced-motion: reduce){
  .pop-right2{ transition: none; }
}





.cat-acc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-acc-all a {
  display: inline-block;
  margin: 0 0 10px;
  text-decoration: none;
}

.cat-acc-item {
  margin: 0 0 0;
  border-bottom: 2px solid #042478;
}

.cat-acc-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .45rem .6rem;
  background: #fff;
  color: #111;
  text-decoration: none;
padding: 15px 20px 15px 20px;
/* border-bottom: 2px solid #042478; */
}

.cat-acc-parent.is-active {
  font-weight: 700;
  border-color: #0a3a80;
}

.cat-acc-caret::before {
  content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transition: transform 0.2s;
}

[aria-expanded="true"] .cat-acc-caret::before {
  transform: rotate(90deg);
}

.cat-acc-children {
  list-style: none;
  margin: 6px 0 8px 30px;
  padding-left: 10px;
  border-left: 2px solid #eee;
  display: none;
}

.cat-acc-children.is-open {
  display: block;
}

.cat-acc-child {
  display: block;
  padding: .3rem 0;
  text-decoration: none;
}

.cat-acc-child.is-active {
  font-weight: 700;
  /* text-decoration: underline; */
}

.cat-acc-all .is-active {
  font-weight: 700;
  text-decoration: underline;
}

.cat-acc-products li {
  padding-left: 25px;
  margin: 10px 0;
}
.cat-min-list li {
  padding: 10px 0 10px 20px;
  /* border-bottom: 1.5px solid #cbcbcb; */
}
.cat-min-list li a::before {
  content: '◼︎ ';
  font-size: 18px;
  font-weight: normal;
  color: #042478;
  display: inline-block; /* inline-block にして余白を管理しやすく */
  margin-right: 0.1em;
}


.cat-acc-parent.is-active,
.cat-acc-child.is-active {
  font-weight: bold; /* アクティブだけ太字 */
  background: #E5E9F2;
}

.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.c-pagination__list li {
  margin: 0 10px;
  padding: 3px 8px;
}

.c-pagination__list li .is-current {
  background: #f8b551;
  font-weight: bold;
  padding: 2px 8px;
}

.mt10 {
  margin-top: 10px;
  display: inline-block;
}



/* 左ナビ：開いた状態のULは必ず表示 */
.cat-acc-children.is-open { display:block !important; }



/* ミニリストで“現在の商品”を強調 */
.cat-min-holder a.is-current {
  position: relative;
  display: block;
  /* padding: 8px 10px 8px 6px; */
  font-weight: 700;
  background: #eef5ff;
}

/* ホバー時のトーン */
.cat-min-holder a.is-current:hover {
  background: #e3ecff;
}

/* 既存のカテゴリ強調も少しだけ太くしたいとき（任意） */
.cat-acc-parent.is-active,
.cat-acc-child.is-active {
  font-weight: 700;
}


.indent {
  text-indent: -1.2em;
  padding-left: 1.2em!important;
}
@media screen and (max-width:768px) {
.box7000_inner p:before {
    padding: 0 3px 0 0;
}

.pb30 {
  margin-bottom: 25px;
}

.product_features_r {
  width: 100%;
  margin-bottom: 25px;
}

.product_list_sec_01 .container {
  padding: 0;
}
}
