/* 共通 */
.l-content {
  /* padding: 0!important;
	margin: 0!important;
	max-width: unset!important; */
  z-index: unset;
  padding-top: 100px!important;
}
@media only screen and (max-width: 980px) {
  .l-content {
    padding-top: 80px!important;
  }
}
@media only screen and (max-width: 680px) {
  .l-content {
    padding-top: 76px!important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.45;
  scroll-margin-top: 105px;
}

/* h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif !important;
} */

/* section,
div {
  scroll-margin-top: 105px;
}

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

  section,
  div {
    scroll-margin-top: 95px;
  }
} */

img {
  width: 100%;
}

.pc {
  display: block !important;
}

.pc_tab {
  display: block;
}

.sp {
  display: none !important;
}

.tab_only {
  display: none !important;
}

.sp_only {
  display: none !important;
}

@media only screen and (max-width: 980px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .tab_only {
    display: block !important;
  }
}

@media only screen and (max-width: 680px) {
  .pc_tab {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .tab_only {
    display: none !important;
  }
}

.section_inner {
  max-width: 1180px;
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 1250px) {
  .section_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.more_btn {
  text-align: right;
}

.more_btn_link {
  position: relative;
  padding-right: 45px;
  height: 30px;
  display: inline-flex;
  align-items: center;
}

.more_btn_link::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("/wp-content/uploads/2024/10/more_btn_icon_blue.png");
  width: 30px;
  height: 30px;
  transition: 0.3s;
  background-size: cover;
}

.more_btn_link:hover:before {
  transform: scale(1.2);
}

.more_btn_link span {
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
}

.more_btn_link:hover {
  color: #0A3F9A;
}

.more_btn_link:hover::before {
  transform: scale(1.2);
}

@media only screen and (max-width: 980px) {}

@media only screen and (max-width: 680px) {}

/* キービジュアルここから */
.top_kv {
  position: relative;
}

.top_kv_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.top_kv_bg_img img {
  height: 100%;
  object-fit: cover;
}

.top_kv_text_container {
  position: relative;
  padding: 300px 0 95px;
  color: #fff;
  text-align: center;
  background-color: rgba(77, 84, 103, 0.5);
}

.top_kv_sub_title {
  font-size: 20px;
  font-weight: bold;
}

.top_kv_title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 10px;
}

.top_kv_text {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 980px) {
  .top_kv_text_container {
    padding: 250px 0 80px;
  }

  .top_kv_title {
    font-size: 42px;
  }

  .top_kv_sub_title,
  .top_kv_text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 680px) {
  .top_kv_text_container {
    padding: 200px 0 50px;
  }

  .top_kv_title {
    font-size: 36px;
  }

  .top_kv_sub_title,
  .top_kv_text {
    font-size: 16px;
  }

}

/* TOPお知らせここから */
.top_news {
  padding: 55px 0 35px;
}

.top_news .top_section_title_container {
  max-width: 300px;
}

.top_news_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.top_section_title_container {
  color: #0A3F9A;
}

.top_section_sub_title {
  position: relative;
  padding-left: 40px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
}

.top_section_sub_title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/wp-content/uploads/2024/11/title_icon_blue.png");
  background-size: cover;
  width: 30px;
  height: 24px;
}

.top_section_title {
  font-family: "Lato", sans-serif;
  font-size: 96px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.top_news_list_container {
  width: calc(100% - 300px);
}

.news_item_link {
  padding: 20px 10px 10px;
  border-bottom: solid 0.5px #7A7A7A;
  display: flex;
  gap: 25px;
}

.news_item_meta {
  display: flex;
  gap: 20px;
  align-items: center;
}

.news_item_day,
.news_item_title {
  font-size: 16px;
  font-weight: 500;
}

.news_item_tag_list {}

.top_news .news_item_tag {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 2px 30px;
  background-color: #0A3F9A;
  display: block;
}

.news_item_tag p {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}


@media only screen and (max-width: 980px) {
  .top_news_container {
    flex-direction: column;
  }

  .top_news .top_section_title_container,
  .top_news_list_container {
    max-width: unset;
    width: 100%;
    margin-bottom: 25px;
  }

  .top_section_title {
    font-size: 64px;
  }

  .news_item_link {
    flex-direction: column;
    gap: 0;
    padding: 10px;
  }
}

@media only screen and (max-width: 680px) {
  .top_section_title_container {
    text-align: center;
  }
  .top_section_title {
    font-size: 32px;
  }
  .top_section_sub_title {
    display: inline-block;
  }
  .top_section_main_title {
    text-align: center;
  }
  .top_news .news_item_tag {
    padding: 1px 30px 2px;
  }

}

/* 製品案内ここから */
.top_product {
  background-color: #F7F7F7;
  padding: 75px 0 115px;
}

.top_product_container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}

.top_product .more_btn {
  text-align: left;
  margin-bottom: 25px;
}

.top_product_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
}

.top_product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.top_product_item {
  position: relative;
  max-width: 500px;
  width: calc(100% / 2 - 30px);
  border: 3px solid #0A3F9A;
  background-color: #fff;
  border-radius: 10px 10px 0px 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 35px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.top_product_item:hover {
  background-color: #0A3F9A;
  color: #fff;
}

.top_product_item:nth-child(n + 3) {
  margin-bottom: 0;
}

.top_product_item::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url("/wp-content/uploads/2024/11/item_icon_blue.png");
  background-size: cover;
  width: 40px;
  height: 35px;
}

.top_product_img {
  max-width: 115px;
  width: 25%;
}

.top_product_item_text {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  margin: auto;
}

.top_product_item_text span {
  font-size: 20px;
}

@media only screen and (max-width: 980px) {
  .top_product {
    padding: 60px 0 80px;
  }

  .top_product_list {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .top_product_item {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
  }

  .top_product_item:nth-child(n + 3) {
    margin-bottom: 30px;
  }

  .top_product_item:last-child {
    margin-bottom: 0;
  }

  .top_product_item_text {
    font-size: 22px;
  }

  .top_product_item_text span {
    font-size: 18px;
  }

  .top_product .more_btn {
    text-align: right;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 680px) {
  .top_product {
    padding: 50px 0;
  }
  .top_product_container {
    justify-content: center;
  }
  .top_product_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_product_item:nth-child(n + 3) {
    margin-bottom: 20px;
  }
  .top_product_item::before {
    width: 30px;
    height: 25px;
  }
  .top_product_item_text {
    font-size: 20px;
  }

  .top_product_item_text span {
    font-size: 16px;
  }
}

/* サポートここから */
.top_support_survice {
  padding: 77px 0 105px;
}

.top_support_survice .top_section_title_container {
  margin-bottom: 65px;
}

.top_support_survice_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.top_support_survice_img {
  max-width: 500px;
  width: 45%;
}

.top_support_survice_text_container {
  max-width: 580px;
  width: 50%;
  padding-top: 10px;
}

.top_support_survice_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 90px;
}

.top_support_survice_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.top_support_survice_list::before,
.top_support_survice_list::after {
  content: "";
  max-width: 280px;
  width: calc(100% / 4 - 20px);
}

.top_support_survice_list::before {
  order: 1;
}

.top_survice_item {
  position: relative;
  max-width: 280px;
  width: calc(100% / 4 - 20px);
  border: 3px solid #0A3F9A;
  background-color: #fff;
  border-radius: 10px 10px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.top_survice_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.top_survice_item:hover {
  background-color: #0A3F9A;
  color: #fff;
}

.top_survice_item::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2024/11/item_icon_blue.png);
  background-size: cover;
  width: 40px;
  height: 35px;
}

.top_survice_item p {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.35;
}

.top_survice_item span {
  font-size: 20px;
}

@media only screen and (max-width: 980px) {
  .top_support_survice {
    padding: 60px 0 80px;
  }

  .top_support_survice .top_section_title_container {
    margin-bottom: 50px;
  }

  .top_support_survice_text_container {
    padding-top: 0;
  }

  .top_support_survice_list::before,
  .top_support_survice_list::after,
  .top_survice_item {
    width: calc(100% / 3 - 20px);
  }

  .top_survice_item:nth-last-child(-n+3) {
    margin-bottom: 30px;
  }

  .top_survice_item:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 680px) {
  .top_support_survice {
    padding: 50px 0;
  }

  .top_support_survice .top_section_title_container {
    margin-bottom: 30px;
  }
  .top_support_survice_container {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .top_support_survice_img {
    max-width: unset;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }

  .top_support_survice_text_container {
    max-width: unset;
    width: 100%;
  }

  .top_support_survice_text {
    margin-bottom: 30px;
  }

  .top_support_survice_list::before,
  .top_support_survice_list::after {
    width: calc(100% / 2 - 20px);
  }

  .top_survice_item {
    width: calc(100% / 2 - 20px);
    height: 74px;
    margin-bottom: 20px;
  }
  .top_survice_item p {
    font-size: 18px;
  }
  .top_survice_item span {
    font-size: 16px;
  }

  .top_survice_item::before {
    width: 25px;
  }
  .top_survice_item:last-child {
    margin-bottom: 0;
  }

}

/* 会社案内 */
.top_company {
  position: relative;
}

.top_company_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.top_company_bg img {
  height: 100%;
  object-fit: cover;
}

.top_company_area {
  padding: 75px 0;
  background-color: rgba(240, 240, 240, 0.82);
  position: relative;
}

.top_company .top_section_title_container {
  margin-bottom: 25px;
}

.top_company_container {
  display: flex;
  justify-content: space-between;
}

.top_company_text_container {
  max-width: 580px;
  width: 50%;
}

.top_company_text {
  font-size: 16px;
  font-weight: 500;
  padding-top: 30px;
  margin-bottom: 85px;
}

.top_company .more_btn {
  text-align: left;
}

.top_company_container_img {
  max-width: 500px;
  width: 45%;
}

@media only screen and (max-width: 980px) {
  .top_company_area {
    padding: 60px 0;
  }

  .top_company_text {
    padding-top: 0;
    margin-bottom: 50px;
  }

}

@media only screen and (max-width: 680px) {
  .top_company_area {
    padding: 50px 0;
  }
  .top_company .more_btn {
    text-align: right;
  }
  .top_company_container {
    flex-direction: column-reverse;
  }

  .top_company_text_container {
    max-width: unset;
    width: 100%;
  }

  .top_company_text {
    margin-bottom: 30px;
  }

  .top_company_container_img {
    max-width: unset;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }

}

/* お問い合わせ */
.top_contact {
  padding: 60px 0 75px;
  background-color: #0A3F9A;
}

.top_contact .top_section_title_container {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

.top_contact .top_section_title {
  line-height: 1.2;
}

.top_contact .top_section_sub_title {
  position: relative;
  display: inline-block;
  color: #fff;
}

.top_contact .top_section_sub_title::before {
  background-image: url("/wp-content/uploads/2024/10/title_icon_white.png");
}

.top_contact_text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-top: 10px;
}

.top_contact_container {
  display: flex;
  justify-content: center;
  gap: 35px;
}

.top_contact_item {
  max-width: 500px;
  width: calc(100% / 2 - 20px);
  background-color: #fff;
  border-radius: 15px;
}

.top_contact_item_box {
  display: block;
  text-align: center;
}

.tel .top_contact_item_box {
  padding: 20px 0 15px;
}

.top_contact_tel_number {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #0A3F9A;
  padding-left: 35px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.top_contact_tel_number:hover {
  opacity: 0.6;
}

.top_contact_tel_number::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/wp-content/uploads/2024/10/contact_tel.png");
  background-size: cover;
  width: 23px;
  height: 30px;

}

.top_contact_tel_number span {
  font-size: 20px;
  color: #000;
}

.top_contact_tel_text {
  font-size: 20px;
  font-weight: 400;
}

.top_contact_item_title {
  font-size: 20px;
  font-weight: bold;
}

.mail .top_contact_item_box {
  padding: 30px 0 45px;
}

.mail .top_contact_item_title p {
  position: relative;
  display: inline;
  padding-left: 40px;
}

.mail .top_contact_item_title p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/uploads/2024/10/mail_icon-black.png");
  background-size: cover;
}

.top_contact_mail_link {
  position: relative;
  display: block;
  max-width: 220px;
  width: 100%;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #0A3F9A;
  background-color: #0A3F9A;
  color: #fff;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 0;
  margin-top: 30px;
}

.top_contact_mail_link:hover {
  background-color: #fff;
  color: #0A3F9A;
}

.top_contact_mail_link p {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
}

.top_contact_mail_link::before {
  position: absolute;
  content: "";
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/wp-content/uploads/2024/10/arrow_white.png");
  background-size: cover;
  width: 22px;
  height: 18px;
}

.top_contact_mail_link:hover::before {
  background-image: url("/wp-content/uploads/2024/10/arrow_blue.png");
}

@media only screen and (max-width: 980px) {
  .top_contact {
    padding: 60px 0;
  }

  .top_contact .top_section_title_container {
    margin-bottom: 50px;
  }

  .top_contact_container {
    flex-direction: column;
    gap: 30px;
  }

  .top_contact_item {
    width: 90%;
    margin: auto;
  }
  .top_contact_text {
    padding-top: 25px;
  }
  .top_contact_tel_number {
    font-size: 36px;
  }
}

@media only screen and (max-width: 680px) {
  .top_contact {
    padding: 50px 0;
  }

  .top_contact .top_section_title_container {
    margin-bottom: 30px;
  }

  .top_contact_tel_number {
    font-size: 28px;
    margin: 5px 0;
  }

  .top_contact_item_title,
  .top_contact_tel_text,
  .top_contact_tel_number span {
    font-size: 16px;
  }

  .tel .top_contact_item_box {
    padding: 10px 0;
  }

  .mail .top_contact_item_box {
    padding: 20px 0;
  }

  .top_contact_mail_link {
    margin-top: 20px;
  }
}

/* 採用情報 */
.top_recruit {
  position: relative;
  color: #fff;
}

.top_recruit_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.top_recruit_bg img {
  height: 100%;
  object-fit: cover;
}

.top_recruit_area {
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}

.top_recruit .top_section_sub_title {
  color: #fff;
}

.top_recruit .top_section_sub_title::before {
  background-image: url("/wp-content/uploads/2024/10/title_icon_white.png");
}

.top_recruit .top_section_title_container {
  margin-bottom: 35px;
  color: #fff;
}

.top_recruit_text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}

.recruit_more_btn {
  text-align: left;
}

.recruit_more_btn_link {
  position: relative;
  display: block;
  max-width: 220px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #0A3F9A;
  background-color: #0A3F9A;
  color: #fff;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 0;
  margin-top: 30px;
}

.recruit_more_btn_link:hover {
  background-color: #fff;
  color: #0A3F9A;
}

.recruit_more_btn_link span {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.recruit_more_btn_link::before {
  position: absolute;
  content: "";
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/wp-content/uploads/2024/10/arrow_white.png");
  background-size: cover;
  width: 22px;
  height: 18px;
}

.recruit_more_btn_link:hover::before {
  background-image: url("/wp-content/uploads/2024/10/arrow_blue.png");
}
@media only screen and (max-width: 980px) {
  .top_recruit_text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .top_recruit_text {
    font-size: 18px;
    text-align: center;
  }
  .recruit_more_btn_link {
    margin: auto;
  }
}
/* ヘッダー */
#header {
  background: #fff;
  /* position: relative; */
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  transition: background-color 0.3s;
}

#header.scrolled {
  position: fixed;
  background-color: #fff;
  color: #333;
}

.scrolled {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.header_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header_logo {
  max-width: 350px;
  width: 25%;
  padding: 10px 0 10px 33px;
  display: flex;
  align-items: center;
}

.header_logo_img {
  display: block;
  width: 100%;
}

.header_nav {
  max-width: 855px;
  width: 70%;
  display: flex;
  justify-content: space-between;
}

.header_nav_menu {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_right_nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.header_nav_menu_item {
  font-size: 16px;
  font-weight: 500;
  height: 100%;
}

.header_nav_menu_item_link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.header_nav_menu_item_link::after {
  content: '';
  position: absolute;
  bottom: 25%;
  left: 0%;
  right: 0;
  margin: auto;
  width: 65%;
  height: 2px;
  background: #fff;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.header_nav_menu_item_link:hover::after {
  transform: scale(1, 1);
  background-color: #0A3F9A;
}
.header_contact_tel,
.header_contact_mail {
  position: relative;
  height: 100%;
  color: #fff;
}

.header_contact_mail {
  background-color: #000;
  border: 1px solid #000;
}

.header_contact_tel {
  background-color: #0A3F9A;
  border: 1px solid #0A3F9A;
}
.header_contact_mail:hover,
.header_contact_tel:hover {
  opacity: 0.5;
}


.header_contact_link {
  display: block;
  padding: 17px 14px 16px;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
}

.header_contact_link span {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: 4px;
}

.header_contact_mail_img img {
  width: 30px;
  margin: auto;
}

.header_contact_tel_img img {
  width: 23px;
  margin: auto;
}



@media only screen and (max-width: 1200px) {
  .header_logo {
    padding-left: 20px;
  }

  .header_nav {
    width: 75%;
  }

  .header_nav_menu {
    margin-right: 20px;
    justify-content: right;
  }

  .header_nav_menu_item {
    font-size: 13px;
  }
}

@media only screen and (max-width: 980px) {
  .header_inner {
    padding: 20px;
  }

  .header_logo {
    padding: 0;
    width: 200px;
  }

  .header_nav {
    display: none;
  }

  .header_right_nav,
  .header_nav_menu {
    display: none;
  }

  .header_contact_link {
    width: 100%;
    height: unset;
    display: flex!important;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
  }

  .header_contact_link span {
    color: #fff;
    margin-top: 0;
  }

  .header_contact_link span {
    color: #fff;
  }
  .header_nav_menu_item_link::after {
    display: none;
  }
  .header_contact_tel .header_contact_link:hover span {
    color: #000;
  }
  .header_contact_tel,
  .header_contact_mail {
    border-radius: 30px;
  }
  .header_contact_mail {
    margin-bottom: 10px;
  }
  .header_contact_mail_img img,
  .header_contact_tel_img img {
      height: 22px;
  }
  .header_contact_mail_img img {
      width: 22px;
  }
  .header_contact_tel_img img {
      width: 17px;
  }

  .header_contact_mail .header_contact_link:hover span {
    color: #000;
  }
}

@media only screen and (max-width: 680px) {
  .header_logo {
    width: 180px;
  }
  .header_nav_menu_item  {
    font-size: 16px;
  }
  li.header_contact_mail {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .header_contact_link span {
    font-size: 16px;
  }
  #g-nav.panelactive ul {
    width: 75%;
  }
  #g-nav .header_contact_link {
    padding: 12px 0;
  }

}

/* フッター */
.l-footer {
  background-color: #fff!important;
}
.footer {
  position: relative;
  background-color: transparent!important;
}

.footer::before {
  position: absolute;
  content: "";
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 410px;
  width: 100%;
  height: 340px;
  background-image: url("/wp-content/uploads/2024/10/footer_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.footer_inner {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  padding: 75px 0 25px;
}

.footer_logo {
  max-width: 250px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

.footer_company_container {
  max-width: 720px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.footer_company_item {
  max-width: 340px;
  width: calc(100% / 2 - 10px);
  font-size: 16px;
  color: #000;
}

.footer_company_item:last-child {
  margin-bottom: 0;
}

.footer_company_item a {
  text-decoration: underline;
}

.footer_company_title {
  font-weight: bold;
}

.footer_nav_container {
  max-width: 910px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.footer_nav_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer_nav_menu_item_link {
  font-size: 16px;
  font-weight: 500;
}

.footer_nav_menu_item_link:hover {
  opacity: 0.6;
}

.footer_copyright {
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .footer_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .footer_inner {
    padding-top: 50px;
  }

  .footer_nav_container {
    flex-direction: column;
    gap: 20px;
  }

  .footer_nav_menu {
    justify-content: center;
  }
}
@media only screen and (max-width: 740px) {
  .footer_company_item {
    width: calc(100% / 2 - 5px);
    font-size: 15px;
  }
}
@media only screen and (max-width: 680px) {
  .footer_inner {
    padding-top: 30px;
  }

  .footer::before {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
  }

  .footer_company_container {
    padding-top: 30px;
    border-top: 1px solid #D9D9D9;
    margin-bottom: 45px;
  }

  .footer_nav_menu {
    flex-direction: column;
    text-align: center;
  }

  .footer_company_item {
    width: 100%;
    font-size: 16px;
    margin: auto;
    margin-bottom: 20px;
  }

  .footer_copyright {
    font-size: 12px;
  }
}


/* 製品案内ここから */
.page_title_area {
  background-color: #0A3F9A;
  color: #fff !important;
  padding: 80px 0;
  text-align: center;
}

.page_title_inner {
  text-align: center;
}

.page_sub_title {
  display: block;
  font-size: 20px !important;
  margin: 0 !important;
  font-weight: bold;
  line-height: 1.4;
  color: #fff !important;
  font-family: "Lato", serif !important;
}

.page_main_title {
  display: block;
  font-size: 40px !important;
  font-weight: bold;
  line-height: 1.45;
  font-family: "Noto Sans JP", sans-serif !important;
  margin: 0 !important;
}

.page_text {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

.page_text span {}

.product_info_text {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.product_link_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* .product_link_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
} */
.product_link_list .swell-block-columns__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
.post_content .product_link_item {
  max-width: 500px;
  width: calc(100% / 2 - 30px)!important;
  display: flex;
  margin: 0!important;
  margin-bottom: 35px!important;
}
.truck_scale .product_link_item {
  width: calc(100% / 4 - 20px)!important;
  margin-bottom: 0!important;
}
.product_link_item:nth-child(n + 3) {
  margin-bottom: 0!important;
}
.product_link_item_btn {
  display: flex;
  width: 100%;
}
.product_link {
  position: relative;
  width: 100%;
  border: 3px solid #0A3F9A;
  background-color: #fff;
  border-radius: 10px 10px 0px 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.product_link::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2024/11/item_icon_blue.png);
  background-size: cover;
  width: 40px;
  height: 35px;
}
.product_link_item_btn_img {
  max-width: 115px;
  width: 25%;
}
.product_link_item_btn_text {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.product_btn_sub_text {
  font-size: 20px;
}
.product_link:hover {
  background-color: #0A3F9A;
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  .page_title_inner {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 980px) {
  .product_link_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product_link_list .swell-block-columns__inner {
    justify-content: space-around;
  }
  .page_sub_title {
    font-size: 18px !important;
  }

  .page_main_title {
    font-size: 36px !important;
  }
  .page_text {
    font-size: 18px;
  }

  .product_info_text {
    margin-top: 10px;
  }

  .page_title_area {
    padding: 40px 0 50px;
  }

  .product_link_list {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
  }
  .truck_scale .product_link_item,
  .post_content .product_link_item {
    max-width: 300px;
    width: calc(100% / 2 - 20px)!important;
  }
  .post_content .product_link_item {
    max-width: 500px;
  }
  .truck_scale .product_link_item {
    margin-bottom: 20px!important;
    height: 92px;
  }
  .truck_scale .product_link_item:nth-child(n + 3) {
    margin-bottom: 0!important;
  }
  .product_link_item_btn_text {
    font-size: 22px;
  }
  .product_btn_sub_text {
    font-size: 18px;
  }
  .product_link_btn a {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 680px) {
  .product_link_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page_sub_title {
    font-size: 18px !important;
  }

  .page_main_title {
    font-size: 32px !important;
  }
  .page_text {
    font-size: 16px;
  }

  .page_title_area {
    padding: 30px 0;
  }
  .product_link_page .product_link_btn a {
    height: 65px;
  }
  .product_link_list {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .truck_scale .product_link_item,
  .post_content .product_link_item {
    max-width: unset;
    width: 100%!important;
    margin: auto!important;
  }
  .truck_scale .product_link_item {
    height: 84px;
  }
  .truck_scale .product_link_item,
  .truck_scale .product_link_item:nth-child(3) {
    margin-bottom: 20px!important;
  }
  .product_link::before {
    width: 30px;
    height: 25px;
  }
  .product_link_item_btn_text {
    font-size: 20px;
  }
  .product_btn_sub_text {
    font-size: 16px;
  }
  .product_link_btn a {
    padding: 5px 0;
  }
}

.product_section {
  position: relative;
}
.product_section .section_inner {
  padding-top: 50px;
  padding-bottom: 100px;
}
.bg_gray {
  background-color: #F7F7F7;
}

.product_section_title_container {
  text-align: center;
  margin-bottom: 55px !important;
}

.product_section_main_title {
  display: block;
  font-size: 36px !important;
  font-weight: bold;
  line-height: 1.45;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  z-index: unset !important;
}

.section_text {
  font-size: 16px;
}

.product_container {
  display: flex;
  justify-content: space-between;
  gap: 35px 20px;
  flex-wrap: wrap;
}

.product_container.item_2 {
  justify-content: space-around;

}

.product_container::before,
.product_container::after {
  content: "";
  max-width: 380px;
  width: calc(100% / 3 - 30px);
}

.product_container::before {
  order: 1;
}


.no_link a {
  pointer-events: none;
  cursor: default;
}

.product_item {
  position: relative;
  max-width: 380px;
  width: calc(100% / 3 - 15px);
  box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.22);
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}

.product_item_link {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product_item_link:hover {
  opacity: 0.6;
}
.product_item_link a {
    display: block;
    width: 100%;
}
.product_item_link a:hover {
    background-color: #0A3F9A;
    color: #fff;
}
.product_item_link a:hover .material-symbols-outlined {
    color: #fff;
}

.no_link .product_item_link:hover {
  opacity: 1;
}

.product_item_img {
  width: 100%;
}

.product_item_img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.product_item_info {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.product_item_title {
  display: block;
  font-size: 20px !important;
  margin-bottom: 15px !important;
}

#others .product_item_title {
  min-height: 56px;
}
#indicator .product_item_title {
  min-height: 56px;
}
.product_item_text {
  display: block;
  text-align: left;
  font-size: 14px !important;
  line-height: 1.6!important;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
}

.product_item_more {
  margin-top: auto;
  margin-left: auto;
  width: 32px;
}

.product_item_more_file {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: auto;
  gap: 5px;
}

@media only screen and (max-width: 980px) {
  .product_section .section_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product_section_title_container {
    margin-bottom: 30px !important;
  }

  .product_section_main_title {
    font-size: 32px !important;
  }


  .product_container {
    justify-content: space-around;
    gap: 30px 20px;
  }

  .product_item {
    width: calc(100% / 2 - 30px);
  }

  .product_item_title {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  #indicator .product_item_title,
  #others .product_item_title {
    min-height: 50px;
  }
  .product_item_text {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 680px) {
  .product_section .section_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product_section_title_container {
    margin-bottom: 20px;
  }

  .product_section_main_title {
    font-size: 26px !important;
  }

  .product_container {
    gap: 20px;
  }

  .product_item {
    width: 100%;
  }
  .product_item_title {
    min-height: unset;
  }
  #indicator .product_item_title,
  #others .product_item_title {
    min-height: unset;
  }
  .product_container::before,
  .product_container::after {
    display: none;
  }

  .product_item_link {
    width: 100%;
  }
}


.product_contact {
  background-color: #F7F7F7;
  padding: 80px 0;
}

.product_contact_title {
  display: block;
  font-size: 32px !important;
  font-weight: bold;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.product_contact_container {
  max-width: 715px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.product_contact_tel {
  max-width: 375px;
  width: 55%;
  text-align: center;
}

.product_contact_tel_number {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #0A3F9A;
  padding-left: 35px;
}

.product_contact_tel_number::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/wp-content/uploads/2024/10/tel_icon_black.png");
  background-size: cover;
  width: 23px;
  height: 30px;
}
.product_contact_tel_number a:hover {
  opacity: 0.6;
}
.product_contact_tel_number span {
  font-size: 20px;
  color: #000;
}

.product_contact_container .more_btn_blue {
  width: 220px;
  display: flex;
  align-items: center;
}

.product_contact_container .more_btn_blue_link {
  margin-top: 0;
  position: relative;
  display: block;
  max-width: 220px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #0A3F9A;
  background-color: #0A3F9A;
  color: #fff;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 0;
}
.product_contact_container .more_btn_blue_link:hover {
  background-color: #fff;
  color: #0A3F9A;
}
.more_btn_blue_link span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 980px) {
  .product_contact {
    padding: 60px 0;
  }

  .product_contact_title {
    font-size: 28px !important;
  }

  .product_contact_tel_number {
    font-size: 32px;
  }
}

@media only screen and (max-width: 680px) {
  .product_contact {
    padding: 30px 0;
  }
  .product_contact_title {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }

  .product_contact_container {
    flex-direction: column;
  }

  .product_contact_tel,
  .product_contact_container .more_btn_blue {
    max-width: unset;
    width: 100%;
    margin: auto;
    justify-content: center;
  }

  .product_contact_container .more_btn_blue {
    margin-top: 20px;
  }

  .product_contact_tel_number {
    font-size: 28px;
  }

  .product_contact_tel_number span {
    font-size: 16px;
  }
}

/* 会社案内 */


#company_about {
  margin-bottom: 140px !important;
}

.company_about_container {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 80px 0 90px;
  background-color: #fff;
  border-radius: 20px;
}

.company_about_container_inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

.company_about_title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 32px !important;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 100px !important;
}

.company_about_title::before {
  content: "";
  display: block !important;
  position: absolute;
  background-color: #0A3F9A;
  bottom: -26px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
}

/* ロゴの由来 */
.origin_name {
  margin-top: 65px;
  margin-bottom: 80px!important;
}
.origin_name_container {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.origin_name_container_inner {
  max-width: 1040px;
  margin: auto;

}
.origin_name_img {
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.origin_name_text {
  font-size: 20px;
}
@media only screen and (max-width: 1100px) {
  .origin_name_container_inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 980px) {
  .origin_name_img {
    margin-bottom: 30px;
  }
  .origin_name_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 680px) {
  .origin_name_container {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .origin_name_img {
    margin-bottom: 20px;
  }
  .origin_name_text {
    font-size: 16px;
  }
}
/* 会社情報 */
.company_about_table table {
  width: 100%;
  table-layout: fixed;
}

.company_about_table th {
  width: 185px;
  padding: 20px 0;
  padding-left: 8px;
}

.company_about_table th h3 {
  font-size: 20px;
  font-weight: bold;
}

.company_about_table td {
  padding: 20px 0;
  padding-left: 50px;
}

.company_about_table td p {
  font-size: 20px;
  line-height: 1.45;
}

.company_about_table ul {
  padding: 0;
}

.post_content .company_about_table td {
  border-bottom: 1px solid #BEBEBE;
}

.post_content .company_about_table th {
  border-bottom: 2px solid #0A3F9A;
}

.company_adress p {
  margin-bottom: 35px;
}

.company_adress {
  margin-bottom: 50px;
}
.company_adress:last-child {
  margin-bottom: 30px;
}
.company_adress iframe {
  width: 100%;
}

@media only screen and (max-width: 980px) {
  #company_about {
    margin-bottom: 150px !important;
  }

  .company_about_container {
    padding: 60px 0 70px;
  }

  .company_about_container_inner {
    padding: 0 20px;
  }

  .company_about_title {
    font-size: 28px !important;
    margin-bottom: 80px !important;
  }

  .company_about_table th,
  .company_about_table td {
    width: 100%;
    display: block;
  }

  .company_about_table th {
    border-bottom: unset;
    padding-left: 10px;
  }
  .company_about_table th h3 {
    font-size: 20px;
  }
  .company_about_table td {
    border-bottom: 2px solid #0A3F9A;
  }

  .company_adress {
    margin-bottom: 30px;
  }
  .company_adress:last-child {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 680px) {
  #company_about {
    margin-bottom: 100px !important;
  }

  .company_about_container {
    padding: 50px 0;
  }

  .company_about_title {
    font-size: 24px !important;
    margin-bottom: 50px !important;
  }

  .company_about_table td {
    padding: 10px 0;
    padding-left: 7px;
  }
  .company_about_table td p {
    font-size: 16px;
  }
  .post_content .company_about_table td {
    border-bottom: unset;
  }

  .company_about_table th {
    width: 185px;
    padding: 10px 0;
    padding-left: 8px;
  }
  .company_about_table th h3 {
    font-size: 18px;
  }

  .company_adress {
    margin-bottom: 20px;
  }
  .company_adress:last-child {
    margin-bottom: 10px;
  }

}


/* リクルートボタンここから */
.recruit_btn {
  padding: 115px 0 145px;
  background-color: #EAF2F9;
}

.recruit_btn_container {
  display: flex;
  justify-content: space-between;
}

.recruit_btn_item {
  max-width: 340px;
  width: 30%;
  background-image: url("/wp-content/uploads/2024/10/recruit_btn_1.png");
  background-size: cover;
}

.recruit_btn_item:hover {
  opacity: 0.6;
}

.recruit_btn_item:nth-child(2) {
  background-image: url("/wp-content/uploads/2024/10/recruit_btn_2.png");
}

.recruit_btn_item:nth-child(3) {
  background-image: url("/wp-content/uploads/2024/10/recruit_btn_3.png");
}

.recruit_btn_item_bg {
  background-color: rgba(10, 63, 154, 0.7);
}

.recruit_btn_item:nth-child(2) .recruit_btn_item_bg {
  background-color: rgba(255, 255, 255, 0.7);
}

.recruit_btn_item:nth-child(2) .recruit_btn_item_link {
  color: #0A3F9A;
}

.recruit_btn_item:nth-child(2) .recruit_btn_item_link::before {
  background-image: url("/wp-content/uploads/2024/06/recruit_btn_icon_blue.png");
}

.recruit_btn_item_link {
  display: block;
  padding: 105px 0;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 1.15;
}

.recruit_btn_item_link::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2024/06/recruit_btn_icon_white.png");
  background-size: cover;
  width: 50px;
  height: 22px;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

.recruit_btn_item:nth-child(2)::before {
  background-image: url("/wp-content/uploads/2024/06/recruit_btn_icon_blue.png");
}

@media only screen and (max-width: 980px) {
  .recruit_btn {
    padding: 80px 0 120px;
  }

  .recruit_btn_item_link {
    font-size: 28px;
  }
}

@media only screen and (max-width: 680px) {
  .recruit_btn {
    padding: 50px 0 100px;
  }

  .recruit_btn_container {
    flex-direction: column;
    gap: 20px;
  }

  .recruit_btn_item {
    width: 100%;
    margin: auto;
  }

  .recruit_btn_item_link {
    font-size: 24px;
  }
}

/* リクルートボタンここまで */
/* リクルートメッセージここから */
.recruit_message {
  padding-bottom: 130px;
  background-color: #EAF2F9;
}

.recruit_message_container {
  background-color: #fff;
  padding: 75px 20px 65px;
}

.recruit_message_img {
  max-width: 740px;
  width: 80%;
  margin: auto;
  margin-bottom: 65px;
}

.recruit_message_text,
.recruit_message_name {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 35px;
}

.recruit_message_name {
  line-height: 2.75;
}

@media only screen and (max-width: 980px) {
  .recruit_message {
    padding-bottom: 100px;
  }

  .recruit_message_img {
    margin-bottom: 40px;
  }

  .recruit_message_container {
    padding: 60px 20px 40px;
  }
}

@media only screen and (max-width: 680px) {
  .recruit_message {
    padding-bottom: 50px;
  }

  .recruit_message_container {
    padding: 50px 20px 20px;
  }

  .recruit_message_img {
    margin-bottom: 20px;
  }

  .recruit_message_text {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

/* リクルートメッセージここまで */
/* リクルート画像 */
.recruit_img {
  background-color: #EAF2F9;
  padding-bottom: 240px;

}

.recruit_img_container {
  height: 56.6vw;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.recruit_img_container_inner {}

.recruit_img_item {
  position: absolute;
  content: "";
}

.recruit_img_item:first-child {
  max-width: 520px;
  width: 36.112vw;
  left: 0;
  top: 0;
}

.recruit_img_item:nth-child(2) {
  max-width: 585px;
  width: 40.63vw;
  right: 0;
  top: 17.71vw;
}

.recruit_img_item:nth-child(3) {
  max-width: 475px;
  width: 32.99vw;
  left: 5vw;
  bottom: 0;
}

@media only screen and (max-width: 1250px) {
  .recruit_img {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .recruit_img {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 680px) {
  .recruit_img {
    padding-bottom: 100px;
  }
}

/* 募集要項ここから */
.job_description {
  padding-bottom: 215px;
  background-color: #EAF2F9;
}

.job_description_inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

.job_description_container {
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 80px 60px 85px;
}

.job_description_title {
  display: block;
  font-size: 32px !important;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 55px !important;
}

.job_description_table {
  width: 100%;
  font-size: 16px;
}

.post_content .job_description_table {
  max-width: 800px;
  margin: auto;
}

.job_description_table tr {
  border-top: 1px solid #000;
}

.job_description_table th {
  width: 175px;
  font-weight: bold;
  padding: 20px 0;
  padding-left: 15px;
}

.job_description_table td {
  padding: 20px 0;
}

.post_content .job_description_list,
.post_content .job_description_sub_list {
  padding-left: 0;
  list-style: none;
}

.job_description_list li {
  padding-left: 1em;
  position: relative;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}

.job_description_list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.double_circle.job_description_list li::before {
  content: "◎";
}

.job_description_sub_list li {
  padding-left: 0;
  font-weight: 400;
}

.job_description_sub_list li::before {
  display: none;
}

.job_description_btn {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 19px 0;
  background: linear-gradient(180deg, #0A3F9A 0%, #0A3F9A 100%);
  border: 1px solid #0A3F9A;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.job_description_btn:hover {
  background: #fff;
  color: #0A3F9A;
}

@media only screen and (max-width: 980px) {
  .job_description {
    padding-bottom: 150px;
  }

  .job_description_inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job_description_container {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job_description_title {
    font-size: 28px !important;
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 680px) {
  .job_description {
    padding-bottom: 100px;
  }

  .job_description_container {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .job_description_title {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }

  .job_description_table th,
  .job_description_table td {
    display: block;
  }

  .job_description_table th {
    width: 100%;
    padding-bottom: 0;
  }

  .job_description_table td {
    padding: 20px;
  }

  .job_description_btn {
    margin: auto;
    margin-top: 30px;
  }
}

/* 募集要項ここまで */
/* 流れここから */
.flow {
  background-color: #EAF2F9;
  padding-bottom: 100px;
  padding-top: 80px;
}

.flow_area {
  padding: 0 20px;
  margin-bottom: 80px;
}

.flow_main_title {
  display: block;
  font-weight: bold;
  font-size: 32px !important;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}

.flow_main_title::before {
  display: block !important;
  content: "";
  position: absolute;
  background-color: #0A3F9A;
  bottom: -26px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
}

.flow_box {
  max-width: 870px;
  width: 100%;
  margin: auto;
  margin-bottom: 23px;
}

.flow_box_flex {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  gap: 70px;
  background-color: #fff;
  border-radius: 30px;
}

.flow_img {
  width: 30%;
}

.flow_img img {
  width: 190px;
  border-radius: 50%;
}

.flow_text_box {
  width: 65%;
  padding-top: 25px;
}

.flow_title {
  width: 170px;
  background: linear-gradient(180deg, #0A3F9A 0%, #0A3F9A 100%);
  margin-bottom: 16px;
  text-align: left;
  border-radius: 30px;
  margin-right: auto;
}

.flow_title p {
  padding: 7px 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.flow_sub_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-right: auto;
}
.flow_sub_title a {
  border-bottom: 2px solid;
}
.flow_text {
  font-size: 16px;
  margin-right: auto;
}

.flow_triangle {
  width: 100px;
  margin: auto;
  margin-bottom: 23px;
}

@media only screen and (min-width: 981px) {
  .flow_title p {
    padding: 2px 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
}

@media only screen and (max-width: 980px) {
  .flow {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .flow_area {
    margin-bottom: 60px;
  }

  .flow_title {
    font-size: 36px;
  }
  .flow_main_title {
    font-size: 28px!important;
  }
  .flow_box {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .flow_box_flex {
    gap: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .flow_title {
    font-size: 32px;
  }
  .flow_title p {
    padding: 7px 0;
    font-size: 20px;
  }
  .flow_sub_title {
    font-size: 16px;
  }

  .flow_text {
    font-size: 14px;
  }

  .flow .section_text {
    text-align: center;
  }
  .flow_triangle {
    width: 50px;
    margin: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .flow {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .flow_area {
    margin-bottom: 50px;
  }

  .flow_box_flex {}

  .flow_title {
    font-size: 28px;
  }
  .flow_main_title {
    font-size: 24px!important;
  }

  .flow_title p {
    padding: 2px 0;
  }

  .flow_text_box {
    padding-top: 0;
  }

  .flow_img img {
    width: 100%;
  }

  .flow .section_text {
    text-align: left;
  }
}

/* 社員の声ここから */
.real_voice {
  padding: 140px 0 120px;
  background-color: #EAF2F9;
}

.real_voice_item {
  padding-bottom: 65px;
  border-bottom: 2px solid #BDE0FF;
}

.real_voice_item:nth-child(n + 2) {
  padding-top: 55px;

}

.real_voice_item:last-child {
  border-bottom: none;
}

.real_voice_item_inner {
  padding: 28px 0 24px;
  max-width: 970px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.real_voice_item_img {
  max-width: 280px;
  width: 30%;
}

.real_voice_item_text_container {
  max-width: 615px;
  width: 70%;
}

.real_voice_item_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #0A3F9A;
  margin-bottom: 32px;
  padding-top: 15px;
}

.real_voice_item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

@media only screen and (max-width: 1040px) {
  .real_voice_item_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .real_voice {
    padding: 80px 0;
  }

  .real_voice_item_inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .real_voice_item {
    padding-bottom: 30px;
  }

  .real_voice_item:nth-child(n + 2) {
    padding-top: 30px;
  }

  .real_voice_item_title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .real_voice {
    padding: 50px 0;
  }

  .real_voice_item_inner {
    flex-direction: column;
  }

  .real_voice_item_img {
    width: 100%;
    margin: auto;
  }

  .real_voice_item_text_container {
    max-width: unset;
    width: 100%;
  }
}

/* よくある質問 */

.faq_section {
  padding: 100px 0;
}

.faq_section_title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 36px !important;
  font-weight: bold;
  margin-top: 0px !important;
  margin-bottom: 50px !important;
}
/* .faq_section_title::before {
  content: "";
  display: block !important;
  position: absolute;
  background-color: #0A3F9A;
  bottom: -26px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
} */
.faq_left {
  max-width: 60px;
}

.faq_area {
  margin-bottom: 100px;
}

.faq_area .faq_right {
  margin-left: 0;
}

.faq_area .swell-block-accordion__title {
  background: #0A3F9A !important;
  padding: 15px;
  border-radius: 15px;
}

.faq_area .wp-block-column {
  margin-left: 0 !important;
}

.faq_area .swell-block-accordion__label strong {
  color: #fff !important;
}

.swell-block-accordion.is-style-simple .swell-block-accordion__body {
  padding: 15px;
}
details.swell-block-accordion__item.is-opened {
  border-radius: 15px;
}
.is-opened .swell-block-accordion__body {
  border-radius: 15px;
}
.faq_area .swell-block-accordion__body {
  margin: 0 !important;
  background: #fff !important;
  color: #000;
}

.faq_area .swell-block-accordion__body .swell-block-columns__inner {
  margin-left: 0 !important;
  margin-bottom: 0.5em !important;
}
.faq_area .swell-block-accordion__item.is-opened .swell-block-accordion__title {
  border-radius: 15px 15px 0 0;
}
.faq_area .swell-block-accordion__body strong {
  font-size: 20px;
}

.faq_area .swell-block-columns .swell-block-column {
  margin: 0 !important;
}

.faq_area .swell-block-accordion__body .wp-block-columns {
  gap: 2em !important;
}

.faq_area .swell-block-accordion__item {
  margin-bottom: 15px !important;
  border: 1px solid #707070 !important;
  border-radius: 15px;
}
.faq_area .swell-block-accordion__label {
  position: relative;
  margin-left: 4em;
  color: #fff;
}

.faq_area .swell-block-accordion__label strong {
  position: absolute;
  left: -3em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.faq_a {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.faq_a_text {
  display: flex;
  align-items: center;
}

.faq_area .icon-minus:before,
.faq_area .icon-plus:before {
  color: #fff;
}

@media screen and (max-width: 980px) {
  .faq_section {
    padding: 80px 0;
  }
  .faq_section_title {
    font-size: 32px!important;
  }
  .faq_area {
    margin-bottom: 80px;
  }

  .faq_area .swell-block-accordion__label {
    margin-left: 7vw;
  }

  .faq_area .swell-block-accordion__label strong {
    left: -7vw;
  }

  .faq_area .swell-block-accordion__body .wp-block-columns {
    gap: 1em !important;
  }

  .faq_a {
    justify-content: left;
  }

  .swell-block-accordion.is-style-simple .swell-block-accordion__body {
    padding: 1em;
  }
}

@media screen and (max-width: 680px) {
  .faq_section {
    padding: 50px 0;
  }
  .faq_section_title {
    font-size: 28px!important;
    margin-bottom: 30px!important;
  }
  .faq_area {
    margin-bottom: 50px;
  }

  .faq_area .swell-block-accordion__label {
    margin-left: 11vw;
  }

  .faq_area .swell-block-accordion__label strong {
    left: -11vw;
  }
}

/* 個人情報保護方針ここから */
.privacy_policy {
  padding: 120px 0 150px;
}

.privacy_policy_inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.policy_text {
  margin-bottom: 65px;
}

.policy_date {
  text-align: right;
  margin-bottom: 90px;
}

.policy_title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.post_content .policy_text_list {
  list-style: decimal;
}

.policy_text_list li {}

.policy_counter {
  text-align: center;
}

.policy_counter a {
  color: #0F82D3;
  text-decoration: underline;
}

.policy_counter a:hover {
  color: #0A3F9A;
}

@media only screen and (max-width: 980px) {
  .privacy_policy {
    padding: 80px 0 100px;
  }

  .policy_date {
    margin-bottom: 60px;
  }

  .policy_title {
    margin-bottom: 30px;
  }

  .policy_text {
    margin-bottom: 45px
  }
}

@media only screen and (max-width: 680px) {
  .privacy_policy {
    padding: 50px 0 80px;
  }

  .policy_date {
    margin-bottom: 30px;
  }

  .policy_title {
    margin-bottom: 20px;
  }

  .policy_text {
    margin-bottom: 30px
  }
}

/* お問い合わせここから */
.contact_sec {
  padding: 100px 0 120px;
  background-color: #ffffff;
}

.contact_sec_inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.contact_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}

.contact_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}

.contact_box {
  margin-bottom: 20px;
}
.contact_box_flex {
  display: flex;
  gap: 10px;
}
.contact_box_flex .contact_box_flex {
  width: 50%;
  margin-bottom: 20px;
}
.contact_name_box,
.contact_box_title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  line-height: 1.45;
}

.contact_box_title label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.label-req {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #FF4D00;
  padding: 1px 6px;
  display: inline-block;
  height: 19px;
}
.contact_name_box {
  display: flex;
  justify-content: space-between;
	align-items: center;
  width: 90px;
  gap: 10px;
  margin-bottom: 0;
}
.contact_name_input {
  width: calc(100% - 90px);
}
.policy_agree {}

.agree {
  margin-bottom: 18px;
}

.agree a {
  text-decoration: underline;
}

.agree a:hover {
  color: #888888;
}
.contact_box .more_btn {
  margin-top: 40px;
}
@media only screen and (max-width: 980px) {
  .contact_sec {
    padding: 40px 0 100px;
  }
}

@media only screen and (max-width: 680px) {
  .contact_sec {
    padding: 30px 0 80px;
  }
  .contact_name_box {
    justify-content: left;
    gap: 5px;
  }
  .contact_box_flex {
    flex-direction: column;
    gap: 20px 10px;
    margin-bottom: 20px;
  }
  .contact_box_flex .contact_box_title {
    margin-bottom: 0;
  }
  .contact_box_flex .contact_box_flex {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
  .contact_box_flex .contact_box_flex:first-child,
  .contact_box_flex .contact_box_flex:last-child,
  .contact_box_flex .contact_input {
    width: 100%;

  }
}

/* お問い合わせ内容 */
.inquiry {
  margin-bottom: 20px;
}

.wpcf7-form-control {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wpcf7-list-item {
  margin-left: 0;
}
.contact_name_input input,
.contact_input input,
.contact_input textarea {
  background-color: #fff;
  border: 1px solid #000;
}
.recruit_birth p,
.recruit_birth {
  display: flex;
  align-items: center;
  gap: 10px;
}
.recruit_birth_day {
  width: 25px;
}
.contact_sec_inner .wpcf7-form-control {
  padding: 7px 5px;
}
.recruit_birth .wpcf7-form-control-wrap {
  background-color: #fff;
  border: 1px solid #000;
}
.wpcf7-list-item input {
  display: none;
}

.form-control {}

.btn-submit {
  height: 60px;
  max-width: 300px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #0A3F9A;
  border: 2px solid #0A3F9A;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 0px !important;
  text-align: center;
  margin: auto;
}
.btn-submit:hover {
  background-color: #fff;
  color: #0A3F9A;
}
@media only screen and (max-width: 850px) {
  .contact_sec_inner {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 680px) {
  .inquiry {
    margin-bottom: 30px;
  }
}

/* ラベル文字の左側の余白：チェックボックの枠が入るスペース＋ラベル文字との余白 */
.policy_agree input+span,
.contact_koumoku input+span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}

/* チェックボックスの枠とチェックマークの共通書式 */
.policy_agree input+span::after,
.policy_agree input+span::before,
.contact_koumoku input+span::after,
.contact_koumoku input+span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

/* チェックボックスの枠 */
.policy_agree input+span::before,
.contact_koumoku input+span::before {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* チェックマークにチェックが付いていない時 */
.policy_agree input+span::after,
.contact_koumoku input+span::after {
  border: none;
  background-color: #0F82D3;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

/* チェックマークにチェックが付いた時 */
.policy_agree input:checked+span::after,
.contact_koumoku input:checked+span::after {
  display: block;
}

/* お知らせ画像無しここから */
.blog_list_no_img {
  padding: 100px 0 100px;
}

.blog_list_no_img_inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

.blog_list_no_img_container {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  position: relative;
}

.blog_item_ni {
  border-top: 1px solid #A1A1A1;
}

.blog_list_no_img_container .blog_item_ni:last-child {
  border-bottom: 1px solid #A1A1A1;
}

.blog_item_link:hover {
  opacity: 0.6;
}

.blog_item_link {
  display: flex;
  flex-direction: column;
  gap: 0 30px;
  padding: 15px;
  margin: auto;
}

.blog_item_ni .blog_item_meta {
  display: flex;
  gap: 20px;
  margin-bottom: 7px;
  align-items: center;
}

.blog_item_ni .blog_item_day {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.55px;
  display: flex;
  align-items: center;
  width: 115px;
  color: #7A7A7A;
  margin-bottom: 0;
}

.blog_item_ni .blog_item_tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 135px);
}

.blog_item_ni .blog_item_tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 2px 30px;
  background: #0A3F9A;
  display: block;
}

.blog_item_ni .blog_item_tag p {
  white-space: nowrap;
}

.blog_item_ni .blog_item_title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.55px;
  line-height: 1.7;
  display: flex;
  align-items: center;
}

ul.page-numbers {
  position: absolute;
  background-color: #fff;
  right: 0;
  left: 0;
  bottom: 0px;
  margin: auto;
  display: flex;
  justify-content: center;
  box-shadow: none;
}

ul.page-numbers:hover {
  background-color: transparent;
}

li .page-numbers {
  width: 40px;
  background-color: #fff;
  border-bottom: 2px solid #EEEEEE;
  color: #000;
  margin: 0;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

li .page-numbers:hover {
  background-color: #fff;
  color: #888;
  opacity: 0.6;
}

.current.page-numbers {
  border-bottom: 2px solid #0A3F9A;
  background-color: #fff;
  color: #000;
}
.current.page-numbers:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}

.page-numbers.next,
.page-numbers.prev {
  border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 980px) {
  .blog_list_no_img {
    padding: 80px 0;
  }
  .blog_list_no_img_inner {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 680px) {
  .blog_list_no_img {
    padding: 50px 0;
  }
  .blog_item_ni .blog_item_tag {
    padding: 1px 30px 2px;
  }
}

/* お知らせ画像無しここまで */

/* お知らせ詳細ここから */
/* ぱんくずここから */
.breadcrumb {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
  color: #747474;
}

.breadcrumb_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  margin: auto;
  max-width: 1180px;
  width: 100%;
}
.breadcrumb a:hover {
  opacity: 0.6;
}


/* ぱんくずここまで */
.news_details {
  padding: 30px 0 80px;
  background-color: #EAF2F9;
}

.news_details_inner {
  max-width: 880px;
  width: 100%;
  margin: auto;
}

.news_details_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}

.news_item_tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news_item_tag {
  text-align: center
}


.news_item_tag a {
  align-items: center;
  display: flex;
  height: 26px;
  padding: 3px 23px;
  color: #fff;
  background-color: #0A3F9A;
  border: 1px solid #0A3F9A;
}
.news_item_tag a:hover {
  background-color: #fff;
  color: #0A3F9A;
}

.news_item_tag a,
.news_item_tag a p {
  font-size: 12px;
  font-weight: 500
}

.news_item_tag a:hover {
  text-decoration: none
}

.blog_date {
  color: #7a7a7a;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news_details_heading_img {
  margin-bottom: 80px;
}

.news_details_sub_title {
  border-left: 5px solid #0A3F9A;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-left: 12px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 45px;
}

.news_details_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.sub_section {
  background-color: #fff;
  margin-bottom: 100px;
}

.sub_section_inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 25px 0 15px;
}

.sub_section_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.sub_section_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.back_btn {
  margin-top: 30px;
  text-align: center;
}

.back_btn_link {
  display: block;
  border-radius: 50px;
  border: 2px solid #0A3F9A;
  background-color: #0A3F9A;
  max-width: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
}

.back_btn_link:before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 1s;
  z-index: 0;
  border-radius: 48px;
}

.back_btn_link:hover:before {
  transform: scale(1);
  transform-origin: left top;
}



.back_btn_link p {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 22px 0;
  position: relative;
  z-index: 1;
}

.back_btn_link p:hover {
  color: #0A3F9A;
}
.post_navigation {
  display: flex;
  margin-top: 30px;
}
.prev-post, .next-post {
  width: calc(100% / 2 - 40px);
  position: relative;
  color: #0A3F9A;
  text-decoration: underline;
}
.prev-post {
  margin-right: auto;
  text-align: left;
}
.next-post {
  margin-left: auto;
  text-align: right;
}
.prev-post a:hover,
.next-post a:hover{
  opacity: 0.6;
}
@media only screen and (max-width: 980px) {
  .news_details_inner {
    padding: 0 20px;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .news_details_title {
    margin-bottom: 20px;
  }

  .news_details_heading_img {
    margin-bottom: 50px;
  }

  .news_details_sub_title {
    margin-bottom: 30px;
  }
  .back_btn_link p {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 680px) {
  .back_btn_link p {
    padding: 10px 0;
  }

}
/* 商品詳細ページ */
.product_detail_link_section {
  padding-top: 100px;
  margin-bottom: 80px !important;
}
.post_content .product_detail_section {
  margin-bottom: 100px!important;
}
.product_detail_inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.product_detail h2 {
  display: block;
  font-size: 36px !important;
  text-align: center;
  margin-bottom: 45px !important;
}

.product_detail h3 {
  display: block;
  font-size: 28px !important;
  text-align: center;
  margin-bottom: 35px !important;
}

.page_active .swell-block-button__link {
  background-color: #fff;
  color: #0A3F9A;
}
.truck_scale .page_active .swell-block-button__link {
  background-color: #0A3F9A;
  color: #fff;
}
.truck_scale .product_link_list .swell-block-columns__inner {
  gap: 0 20px;
}
.product_model {
  margin-bottom: 30px;
}
.product_model_detail {
  margin-bottom: 20px;
}
.product_model td:first-child,
.product_model td:nth-child(3) {
  width: 20%;
  background-color: #B8B8B8;
  font-weight: bold;
}
.post_content .product_model_detail td,
.post_content .product_model_detail th,
.post_content .product_model td,
.post_content .product_model th {
  border: 1px solid #000;
}
.c-scrollHint {
  display: none;
}
.product_detail_section .top_contact_mail_link {
    max-width: 300px;
}
.product_detail_section .top_contact_mail_link p {
    padding-left: 10px;
    padding-right: unset;
}
.product_detail_section .top_contact_mail_link::before {
    content: "\e415";
    right: unset;
    left: 5px;
    background-image: none;
    font-family: 'Material Symbols Outlined';
    width: 35px;
    height: 35px;
    font-size: 20px;
}
@media only screen and (max-width: 980px) {

  .post_content .product_detail_link_section {
    padding-top: 80px;
    margin-bottom: 50px !important;
  }

  .post_content .product_detail_section {
    margin-bottom: 80px!important;
  }
  .product_detail h2 {
    font-size: 32px !important;
    margin-bottom: 30px !important;
  }

  .product_detail h3 {
    font-size: 18px !important;
    margin-bottom: 30px !important;
  }

  .product_detail_inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 800px) {
  .c-scrollHint {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  
  .post_content .product_detail_section {
    margin-bottom: 50px!important;
  }
  .post_content .product_model_detail td:first-child {
    width: 100px;
  }
  .post_content .product_model td,
  .post_content .product_model th {
    display: block;
    width: 100%;
  }
  .product_detail_link_section {
    padding-top: 50px;
    margin-bottom: 30px !important;
  }

  .product_detail h2 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
  }

  .product_detail h3 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
}

/* サービス */
.service_link_section {
  padding-top: 80px;
  margin-bottom: 60px !important;
}
.page_survice_item {
  position: relative;
  display: flex;
  max-width: 250px;
  width: calc(100% / 4 - 20px);
}
.service_link_section .product_link_list .swell-block-columns__inner::before,
.service_link_section .product_link_list .swell-block-columns__inner::after {
  content: "";
  max-width: 250px;
  width: calc(100% / 4 - 20px);
}
.service_link_section .product_link_list .swell-block-columns__inner::before {
  order: 1;
}
.page_survice_item_btn {
  display: flex;
  width: 100%;
}
.page_survice_item_btn_link {
  position: relative;
  width: 100%;
  border: 3px solid #0A3F9A;
  background-color: #fff;
  border-radius: 10px 10px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}
.page_survice_item_btn_link:hover {
  background-color: #0A3F9A;
  color: #fff;
}
.page_survice_item_btn_link span {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.35;
}
.page_survice_item_btn_link .page_survice_item_sub {
  font-size: 20px;
}
.page_survice_item_btn_link::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2024/11/item_icon_blue.png);
  background-size: cover;
  width: 40px;
  height: 35px;
}
.service_link_section .product_link_list .swell-block-columns__inner{
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.product_service {
  padding: 100px 0 30px;
  background-color: rgba(10, 63, 154, 0.1);
}

.product_service_item {
  position: relative;
  background-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 55px;
  scroll-margin-top: 100px;
}
.product_service .product_service_item:last-child {
  margin-bottom: 0!important;
}

.product_service_item_box {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-right: 60px;
}

.reverse .product_service_item_box {
  padding-right: 0;
  padding-left: 60px;
}

.product_service_item_sub_title_box {
  display: flex;
  justify-content: space-between;
}

.product_service_item_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.reverse .product_service_item_container {
  display: flex;
  flex-direction: row-reverse;
}

.product_service_item_container_bg {
  background-color: #fff;
  border-radius: 0px 20px 20px 0px;
  width: calc(50% + 41.5vw);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.reverse .product_service_item_container_bg {
  right: 0;
  left: unset;
  border-radius: 20px 0px 0px 20px;
}

.product_service_item_text_container {
  max-width: 500px;
  width: 45%;
}

.product_service_item_title {
  display: block;
  font-size: 32px !important;
  color: #0A3F9A !important;
  margin-bottom: 15px !important;
}

.product_service_item_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
}

.product_service_item_img {
  max-width: 550px;
  width: 55%;
  display: flex;
  align-items: center;
}
.product_service_item_img img {
  border-radius: 20px;
}
/* .reverse .product_service_item_img img {
    height: 310px;
    object-fit: scale-down;
} */
@media only screen and (max-width: 1400px) {
  .product_service_item_container_bg {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 1300px) {
  .product_service_item_box {
    padding-left: 40px;
    padding-right: 60px;
  }

  .reverse .product_service_item_box {
    padding-right: 40px;
    padding-left: 60px;
  }

  .product_service_item_container {
    /* justify-content: left; */
    gap: 5vw
  }

  .reverse .product_service_item_container {
    /* justify-content: right; */
  }

  .product_service_item_sub_title_bk,
  .product_service_item_img {
    width: 50%;
  }

}

@media only screen and (max-width: 1200px) {
  .product_service_item_text_container {
    max-width: 400px;
    width: 40%;
  }

}

@media only screen and (max-width: 980px) {
  .service_link_section {
    padding-top: 50px;
    margin-bottom: 50px!important;
  }

  .product_service {
    padding: 80px 0 50px;
  }
  .service_link_section .product_link_list .swell-block-columns__inner {
    justify-content: space-around;
  }
  .page_survice_item {
    max-width: 300px;
    width: calc(100% / 3 - 20px);
    height: 74px;
  }
  .service_link_section .product_link_list .swell-block-columns__inner::before,
  .service_link_section .product_link_list .swell-block-columns__inner::after {
    max-width: 300px;
    width: calc(100% / 3 - 20px);
  }
  .page_survice_item_btn_link::before {
    width: 25px;
  }
  .page_survice_item_btn_link span {
    font-size: 18px;
  }
  .page_survice_item_btn_link .page_survice_item_sub {
    font-size: 16px;
  }
  .product_service_item {
    position: relative;
  }

  .observation_point_sub_title {
    font-size: 24px;
  }

  .observation_point_title {
    margin-bottom: 50px;
  }

  .observation_point_title p {
    font-size: 40px;
    padding-top: 20px;
    padding-left: 50px;
  }

  .observation_point_title p::before {
    font-size: 62px;
  }

  .product_service_item_sub_title {
    font-size: 28px;
  }

  .product_service_item_sub_title span {
    font-size: 40px;
  }

  .product_service_item_title {
    font-size: 28px !important;
  }

  .product_service_item_sub_title,
  .product_service_item_text_container {
    width: 50%;
  }

  .product_service_item_text_container {
    max-width: 400px;
  }
  .product_service_item_text {
    line-height: 1.6;
  }
  .product_service_item_container {
    align-items: center;
    position: static;
  }

  .product_service_item_sub_title_bk,
  .product_service_item_img {
    width: 45%;
  }

  .product_service_item_text_container {
    position: relative;
  }

  .product_service_item_img {
    position: relative;
  }

  .product_service_item_img.tab_only {
    position: absolute;
    right: 15%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 220px;
    height: 100%;
  }

  .product_service_item_img.tab_only img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
  }

}

@media only screen and (max-width: 680px) {
  .service_link_section {
    padding-top: 30px;
    margin-bottom: 30px!important;
  }

  .product_service {
    padding: 50px 0 20px;
  }
  .service_link_section .product_link_list .swell-block-columns__inner {
    gap: 15px 0;
  }
  .page_survice_item {
    max-width: 300px;
    width: calc(100% / 2 - 10px);
    height: 70px;
  }
  .service_link_section .product_link_list .swell-block-columns__inner::before,
  .service_link_section .product_link_list .swell-block-columns__inner::after {
    max-width: 300px;
    width: calc(100% / 2 - 10px);
  }
  .observation_point {
    padding: 60px 0 70px;
  }

  .observation_point_title {
    margin-bottom: 30px;
  }

  .observation_point_sub_title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .product_service_item_sub_title span {
    font-size: 35px;
  }

  .observation_point_title p {
    font-size: 30px;
    padding-top: 20px;
    padding-left: 40px;
  }

  .observation_point_title p::before {
    font-size: 55px;
  }


  .product_service_item_container_bg {
    width: calc(100% - 20px);
  }

  .product_service_item_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .reverse .product_service_item_container,
  .product_service_item_container {
    flex-direction: column;
    padding: 0;
  }

  .reverse .product_service_item_sub_title_box {
    flex-direction: column-reverse;
  }

  .reverse .product_service_item_sub_title,
  .product_service_item_sub_title,
  .product_service_item_text_container {
    width: 100%;
    max-width: unset;
  }

  .product_service_item_sub_title_bk,
  .product_service_item_img {
    width: 100%;
    max-width: unset;
  }

  .product_service_item_img.sp_only {
    width: 80%;
    position: relative;
  }

  .product_service_item_img {
    position: relative;
  }

  .product_service_item_box {
    padding-left: 20px;
    padding-right: 40px;
  }

  .reverse .product_service_item_box {
    padding-right: 20px;
    padding-left: 40px;
  }

  .product_service_item_sub_title {
    font-size: 24px;
  }

  .product_service_item_title {
    font-size: 24px !important;
  }

  .product_service_item_text {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 400px) {
  .product_service_item_img.sp_only {
    width: 100%;
  }

}

/* レンタル */
.post_content .product_rental {
  padding-top: 50px!important;
  padding-bottom: 150px!important;
  background-color: rgba(10, 63, 154, 0.1);
}
.rental_title {
  display: block;
  text-align: center;
  color: #0A3F9A!important;
  font-size: 36px !important;
  font-weight: 900!important;
  margin-bottom: 100px !important;
}

.product_rental_item {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 65px;
  padding: 40px 0;
}

.product_rental_item_main_title {
  display: block;
  text-align: center;
  color: #0A3F9A!important;
  font-size: 28px !important;
  font-weight: 900!important;
  margin-bottom: 25px !important;
}
.product_rental_item_sub_title {
  display: block;
  text-align: center;
  color: #0A3F9A;
  font-size: 20px !important;
  margin-bottom: 15px !important;
}

.product_rental_item_text {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.product_rental_item_img_container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.product_rental_item_img {
  width: calc(100% / 2 - 25px);
  max-width: 475px;
  border-radius: 20px;
  overflow: hidden;
}

.product_rental_item_img img {
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 1100px) {
  .product_rental_item_text,
  .product_rental_item_img_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 980px) {
  .post_content .product_rental {
    padding-top: 30px!important;
    padding-bottom: 100px!important;
  }
  .product_rental_item_img_container {
    gap: 30px;
  }
  .rental_title {
    font-size: 32px!important;
    margin-bottom: 50px!important;
  }
  .product_rental_item_main_title {
    font-size: 24px!important;
  }
  .product_rental_item_sub_title {
    font-size: 18px!important;
  }
}
@media only screen and (max-width: 680px) {
  .post_content .product_rental {
    padding-bottom: 30px!important;
  }
  .product_rental_item_img_container {
    flex-direction: column;
  }

  .product_rental_item_img {
    width: 100%;
    margin: auto;
  }
  .rental_title {
    font-size: 24px!important;
    margin-bottom: 30px!important;
  }
  
  .product_rental_item_main_title {
    font-size: 20px!important;
  }
}

/* プライバシーポリシー */
.privacy {
  padding: 100px 0 150;
}

.privacy_inner {
  max-width: 880px;
  width: 100%;
  margin: auto;
}

.privacy_container {
  padding: 100px 0 150px;
}

.privacy_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.privacy_text {
  font-size: 16px;
  padding-left: 1em;
  margin-bottom: 10px;
}
.privacy_text a {
  text-decoration: underline;
}
.privacy .privacy_list {
  padding: 0;
  counter-reset: list-counter;
}

.privacy_list li {
  counter-increment: list-counter;
  list-style: none;
  position: relative;
  padding-left: 2.5em;
}

.privacy_list li::before {
  content: "（" counter(list-counter) "）";
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 980px) {
  .privacy_inner {
    padding: 0 20px;
  }
}
/* 送信完了 */
.completed {
  padding: 80px 0 100px;
}
.completed_text {
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .completed {
    padding: 50px 0 80px;
  }
  .completed_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 680px) {
  .completed {
    padding: 30px 0 50px;
  }
  .completed_text {
    font-size: 16px;
  }
}