@charset "UTF-8";
.text-color {
  color: #003d6a;
}

.site_catchcopy {
  color: #003d6a;
}

.imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .wpb_text_column{
	color: #000
}
body.page .page_title {
  background: linear-gradient(to bottom, rgba(224, 250, 255, 0.6039215686), rgba(255, 255, 255, 0.6509803922));
}
body.page .page_title h1 {
  text-align: center;
}
body.page .page_title h1::after {
  content: none;
}

.btn_main_color a.vc_btn3-color-theme_style_1,
.btn_main_color button.vc_btn3-color-theme_style_1 {
  background-color: #003d6a;
  color: #fff;
  padding: 0.5em 1.5em;
  border: 1px solid #003d6a !important;
  transition: 0.3s;
  font-weight: 400;
}
.btn_main_color a.vc_btn3-color-theme_style_1:hover,
.btn_main_color button.vc_btn3-color-theme_style_1:hover {
  background-color: #fff;
  color: #003d6a;
}

.btn_sub_color a.vc_btn3-color-theme_style_1,
.btn_sub_color button.vc_btn3-color-theme_style_1 {
  background-color: #3d91cf;
  color: #fff;
  padding: 0.5em 1.5em;
  border: 1px solid #3d91cf !important;
  transition: 0.3s;
  font-weight: 400;
}
.btn_sub_color a.vc_btn3-color-theme_style_1:hover,
.btn_sub_color button.vc_btn3-color-theme_style_1:hover {
  background-color: #fff;
  color: #003d6a;
}

.btn_ohter_color a.vc_btn3-color-theme_style_1,
.btn_ohter_color button.vc_btn3-color-theme_style_1 {
  background-color: #34acc6;
  color: #fff;
  padding: 0.5em 1.5em;
  border: 1px solid #34acc6 !important;
  transition: 0.3s;
  font-weight: 400;
}
.btn_ohter_color a.vc_btn3-color-theme_style_1:hover,
.btn_ohter_color button.vc_btn3-color-theme_style_1:hover {
  background-color: #fff;
  color: #003d6a;
}

.text_wrap {
  display: inline-block;
}

.top_bar_info_wr {
  display: none;
}
#menu-main-menu li.main_menu_contact a{
	color: #fff!important;
}

@media (min-width: 1026px) {
  .header_style_10.mobile_grid_landscape .header-box {
    box-shadow: none;
  }
}
.header_style_10 .header-box .container .nav-box .main_menu_nav {
  padding: 0;
}

.main_menu_nav > li > a {
  padding: 15px;
}

#header {
  padding: 0 0 10px;
}
@media (max-width: 600px) {
	#header {
  padding: 0 0 0px;
}
}

.top_bar {
  border-bottom: #e8e7e7 1px solid;
}
.top_bar .header_to_travel {
  margin-left: 12px;
}
.top_bar .header_to_travel a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003d6a;
  color: #fff;
  height: 100%;
  padding: 10px;
  min-width: 150px;
  transition: 0.3s;
}
.top_bar .header_to_travel a:hover {
  background-color: #3d91cf;
}
.top_bar .header_to_travel .imgBox {
  width: 26px;
  margin-right: 8px;
}
.top_bar .header_to_travel .imgBox img {
  width: 100%;
  height: auto;
}
.top_bar .header_to_travel p {
  margin-bottom: 2px;
}

.top_bar_search {
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-main-menu {
  /*ヘッダーメニュー画像custom */
}
#menu-main-menu li a {
  font-weight: 500;
}
#menu-main-menu .img_menu {
  display: none;
}
#menu-main-menu .header_menu_title {
  margin-bottom: 1em;
  margin-left: 26px;
}
#menu-main-menu .header_menu_title a {
  position: relative;
  padding-left: 1em;
}
#menu-main-menu .header_menu_title a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 0;
  width: 2px;
  height: 1.5em;
  background-color: #34ACC6;
}
#menu-main-menu .header_menu_title a:hover {
  background-color: transparent !important;
  color: #000;
}
@media (max-width: 1024px) {
  #menu-main-menu .header_menu_title {
    display: none;
  }
}
@media (min-width: 1025px) {
  #menu-main-menu .img_menu_wrapper {
    position: static;
  }
  #menu-main-menu .img_menu_wrapper:hover .sub_menu_wrapper {
    opacity: 1;
    visibility: visible;
  }
  #menu-main-menu .img_menu_wrapper:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  #menu-main-menu .img_menu_wrapper .sub_menu_wrapper {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url();
    list-style: none;
    padding: 14px 0;
    margin: 0;
    z-index: 1;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
    transition: all 0.3s ease;
  }
  #menu-main-menu .img_menu_wrapper .sub-menu {
    position: relative;
    width: 50%;
    right: 0;
    box-shadow: none;
  }
}

@media (min-width: 1026px) {
  .header_style_10 .header-box .container > div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main_menu_nav > li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main_menu_contact {
    width: 150px;
    height: 70px;
    background-color: #33acc3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    background-image: url(../img/share/contact_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0 0 15px 15px;
  }
  .main_menu_contact:hover {
    background-color: #3d91cf;
  }
  .main_menu_contact:hover a {
    color: #fff !important;
  }
  .main_menu_contact a {
    height: 100%;
    width: 100%;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .header_style_10 .header-box .container .nav-box .main_menu_nav .main_menu_contact > a:hover {
    color: #fff !important;
  }

  .sp_menu {
    display: none !important;
  }
}
body.home .top_makerLog_contentBox {
  padding-left: 5%;
  padding-right: 5%;
}
body.home .top_makerLog_contentBox li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
body.home .top_makerLog_contentBox li::before {
  content: none;
}
body.home .top_makerLog_contentBox .slick-prev {
  left: 3%;
  top: 43%;
}
body.home .top_makerLog_contentBox .slick-prev::before {
  content: "";
  font-size: inherit;
  border: solid 10px transparent;
  border-right: 10px solid #003d6a;
  margin-bottom: 8px;
}
body.home .top_makerLog_contentBox .slick-next {
  right: 3%;
  top: 43%;
}
body.home .top_makerLog_contentBox .slick-next::before {
  content: "";
  font-size: inherit;
  border: solid 10px transparent;
  border-left: 10px solid #003d6a;
  margin-bottom: 8px;
}
body.home .top_sponsor_slider .vc_right, body.home .top_sponsor_slider .vc_left {
  opacity: 1;
}
body.home .top_sponsor_slider .vc_right:hover, body.home .top_sponsor_slider .vc_left:hover {
  opacity: 0.7;
}
body.home .top_sponsor_slider .icon-next::before, body.home .top_sponsor_slider .icon-prev::before {
  color: #003d6a;
  font-size: 76px;
  right: -40px;
  top: -2px;
}
body.home .top_sponsor_slider .icon-prev::before {
  left: -40px;
  right: auto;
}

.single-stm_service .page_title {
  background-color: transparent;
  margin-bottom: 0;
}
.single-stm_service .page_title .container {
  display: flex;
  flex-direction: column;
}
.single-stm_service .page_title h1 {
  text-transform: none;
  text-align: center;
  order: 1;
  margin-bottom: 1em;
    font-size: 25px;
    margin-top: 1em;
    color: #002e5b;
}
.single-stm_service .page_title h1::after {
  content: none;
}
.single-stm_service .page_title h2 {
  order: 2;
  color: #000;
}
.single-stm_service .page_title h2::after {
  content: none;
}
.single-stm_service ul.products_categorys_box {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.single-stm_service ul.products_categorys_box li {
  padding: 0.3em 1em 0.5em;
  background-color: #33acc3;
  color: #fff;
  text-align: center;
  margin-right: 1em;
  margin-bottom: 10px;
}
.single-stm_service ul.products_categorys_box li:before {
  content: none;
}
.single-stm_service ul.products_categorys_box li.products_type2 {
  background-color: #3d91cf;
}
.single-stm_service h3 {
  margin-bottom: 2em;
}
.single-stm_service h4 {
  padding: 0.3rem 0;
  border-bottom: 6px double #3d91cf;
  display: inline-block;
  font-size: 20px;
}
.single-stm_service h4::after {
  content: none;
}
.single-stm_service .wpb_wrapper p{
	font-size: 16px;
}

.related_article_box {
  display: flex;
  justify-content: flex-start;
}
.related_article_box > a {
  width: calc((100% - 20px) / 3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  min-width: 300px;
}
.related_article_box > a > img {
  width: 90% !important;
  height: auto !important;
}
.related_article_box > a h4 {
  margin: 1em 0;
  text-align: left;
  border: none;
  display: block;
  width: 100%;
  text-decoration: underline;
}
.related_article_box > a .products_categorys_box li {
  font-size: 12px;
}
.related_article_box > a .textContent {
  width: 100%;
  padding: 0 5%;
}
@media (max-width: 1024px) {
  .related_article_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .related_article_box > a {
    margin-bottom: 24px;
    flex-direction: row;
    width: 100%;
  }
  .related_article_box > a > img {
    max-width: 250px;
    min-width: 100px;
    width: 20% !important;
  }
  .related_article_box > a .textContent {
    flex: 1;
    margin-left: 16px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .related_article_box > a .textContent ul {
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
  }
  .related_article_box > a .textContent h4 {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .related_article_box > a {
    flex-direction: column;
  }
  .related_article_box > a > img {
    width: 90% !important;
    margin: 0 auto;
    max-width: inherit;
  }
  .related_article_box > a .textContent {
    flex: 1;
    margin-left: 0px;
    display: block;
  }
  .related_article_box > a .textContent h4 {
    margin: 0.5em 0;
  }
}

body.post-type-archive-stm_service .page_title h1::after, body.tax-products_type .page_title h1::after, body.tax-products_maker .page_title h1::after {
  content: none;
}
body.post-type-archive-stm_service .stm_post_info, body.tax-products_type .stm_post_info, body.tax-products_maker .stm_post_info {
  display: flex;
}
body.post-type-archive-stm_service .stm_post_info:hover, body.tax-products_type .stm_post_info:hover, body.tax-products_maker .stm_post_info:hover {
  opacity: 0.7;
}
body.post-type-archive-stm_service .stm_post_info a, body.post-type-archive-stm_service .stm_post_info a p, body.tax-products_type .stm_post_info a, body.tax-products_type .stm_post_info a p, body.tax-products_maker .stm_post_info a, body.tax-products_maker .stm_post_info a p {
  text-decoration: none;
  color: #abb8c3;
}
body.post-type-archive-stm_service .stm_post_info h4::after, body.tax-products_type .stm_post_info h4::after, body.tax-products_maker .stm_post_info h4::after {
  content: none;
}
body.post-type-archive-stm_service .stm_post_info .post_date, body.tax-products_type .stm_post_info .post_date, body.tax-products_maker .stm_post_info .post_date {
  color: #abb8c3;
}
body.post-type-archive-stm_service .stm_post_info .post_thumbnail, body.tax-products_type .stm_post_info .post_thumbnail, body.tax-products_maker .stm_post_info .post_thumbnail {
  width: 40%;
  max-width: 250px;
  min-width: 120px;
}
body.post-type-archive-stm_service .stm_post_info .post_thumbnail img, body.tax-products_type .stm_post_info .post_thumbnail img, body.tax-products_maker .stm_post_info .post_thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-type-archive-stm_service .stm_post_info .textContent, body.tax-products_type .stm_post_info .textContent, body.tax-products_maker .stm_post_info .textContent {
  flex: 1;
  margin-left: 1em;
}
@media (max-width: 600px) {
  body.post-type-archive-stm_service .stm_post_info, body.tax-products_type .stm_post_info, body.tax-products_maker .stm_post_info {
    flex-direction: column;
  }
  body.post-type-archive-stm_service .stm_post_info .post_thumbnail, body.tax-products_type .stm_post_info .post_thumbnail, body.tax-products_maker .stm_post_info .post_thumbnail {
    width: 100%;
  }
  body.post-type-archive-stm_service .stm_post_info .post_thumbnail a, body.tax-products_type .stm_post_info .post_thumbnail a, body.tax-products_maker .stm_post_info .post_thumbnail a {
    max-width: initial;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.post-type-archive-stm_service .stm_post_info .post_thumbnail img, body.tax-products_type .stm_post_info .post_thumbnail img, body.tax-products_maker .stm_post_info .post_thumbnail img {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
  }
}
body.post-type-archive-stm_service .post_cat, body.tax-products_type .post_cat, body.tax-products_maker .post_cat {
  display: none;
}
body.post-type-archive-stm_service #main .container > .row, body.tax-products_type #main .container > .row, body.tax-products_maker #main .container > .row {
  justify-content: center;
  display: flex;
}


body.tax-recruit_cat .stm_post_info:hover h4 a {
  text-decoration: none;
  transition: 0.3s;
  color: #6c98e1 !important;
}

.tax-products_type .post_date, .post-type-archive-stm_service .post_date {
  display: none;
}

/* ----------------------------------------------
	取扱い品目
---------------------------------------------- */
.item-cat-title {
  color: #005f9c;
  border-bottom: 1px solid #005f9c;
  font-size: 1.25em;
  margin: 2em auto 1em;
}

.item-cat-btn {
  display: flex;
  flex-wrap: wrap;
}

a.item-cat-btn__link {
  position: relative;
  width: 16%;
  margin-right: 0.8%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.5em;
  background-color: #005f9c;
  font-size: 0.85em;
  text-decoration: none;
  margin-bottom: 0.5em;
}

a.item-cat-btn__link.wide {
  width: 32.8%;
}

a.item-cat-btn__link:nth-of-type(6),
a.item-cat-btn__link:nth-of-type(11) {
  margin-right: 0;
}

.item-cat-btn__link::before {
  content: "▼";
  position: absolute;
  color: #fff;
  left: 0.5em;
}

.item-title {
  color: #fff;
  background-color: #7ba5cc;
  font-weight: bold;
  font-size: 1.25em;
  padding: 0.5em 1em;
  margin: 2em 0 1em;
}

.item-wrap {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.item-icon {
  width: 12%;
}

.item-cnt {
  width: 86%;
}

.item-cnt-list-wrap {
  display: flex;
  flex-wrap: wrap;
}

.item-cnt-list-wrap ul {
  width: 25%;
}

/* ----------------------------------------------
	取扱いメーカー
---------------------------------------------- */
.marker-anchor-wrap {
  padding: 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.marker-anchor-wrap.scroll {
  width: 1080px;
  max-width: 95%;
  position: fixed;
  z-index: 1;
}

a.marker-anchor-btn {
  position: relative;
  width: 9.5%;
  text-align: center;
  font-weight: bold;
  border: 1px solid #C6CBCE;
  border-radius: 24px;
  color: #222222;
  font-weight: 400;
  text-decoration: none;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
@media (max-width: 1024px) {
  a.marker-anchor-btn {
    width: 19.5%;
    margin-bottom: 1%;
  }
}

a.marker-anchor-btn:hover {
  color: #fff;
  background-color: #33ACC3;
  opacity: 1;
}

.marker-title {
  margin: 3em 0 2em;
  color: #032E64;
  font-weight: 400;
  text-align: center;
  padding: 0.5em;
  font-size: 28px;
}

.marker-cnt {
  width: 95%;
  margin: 0 auto;
}

.marker-line {
  padding: 1em;
  border-bottom: 1px solid #DEE7EB;
}

.marker-company {
  position: relative;
  font-size: 1.25em;
  width: 46%;
  padding: 0.1em 0.5em;
}

.marker-company {
  color: #005f9c;
  font-weight: 400;
  font-size: 18px;
}

.maker_lists .company_name {
  color: #005f9c;
}

.marker-company a {
  color: inherit;
  text-decoration: underline;
}

.marker-kind {
  position: relative;
  width: 54%;
  padding: 0.5em 0 0.5em 1.5em;
  font-size: 0.9em;
}

.marker-kind::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #bacfe5;
}

.marker-kind-main__title {
  width: 6em;
  white-space: nowrap;
}

.marker-kind-main__title::after {
  content: "：";
}

.marker-kind-main__cnt {
  margin-left: 1em;
  flex: 1;
}

.marker-kind-main__cnt-label {
  background-color: #76a2cb;
  color: #fff;
  padding: 0em 1em;
  font-size: 0.95em;
  margin-right: 0.5em;
}

.marker-kind-main__cnt-label:nth-of-type(3) {
  margin-right: 0;
}

.marker-title {
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.marker-title::after {
  content: none;
}
@media (max-width: 1024px) {
  .marker-title {
    font-size: 1.5em !important;
  }
}
@media (max-width: 600px) {
  .marker-title {
    font-size: 1.2em !important;
  }
}

.maker_lists {
  list-style: none;
  padding: 0;
}

.marker-company {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.marker-company a {
  flex: 1;
}
.marker-company p {
  flex: 1;
  color: #000;
  font-size: 0.8em;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .marker-company {
    flex-direction: column;
    align-items: flex-start;
  }
  .marker-company p {
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}

.maker_archive .wpcfs-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  color: black;
}
.maker_archive .wpcfs-input-input {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.maker_archive .wpcfs-input-input label {
  min-width: 12em;
}
.maker_archive .wpcfs-input-input .wpcfs-input {
  flex: 1;
}
@media (max-width: 600px) {
  .maker_archive .wpcfs-search-form {
    flex-direction: column;
  }
  .maker_archive .wpcfs-search-form .wpcfs-input-submit {
    margin-top: 12px;
    width: 100%;
  }
  .maker_archive .wpcfs-search-form .wpcfs-input-submit input {
    padding: 8px 0;
    width: 100%;
  }
  .maker_archive .wpcfs-input-input {
    flex-direction: column;
    width: 100%;
  }
  .maker_archive .wpcfs-input-input .wpcfs-input {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .maker_archive .wpcfs-input-input label {
    width: 100%;
    flex: 1;
  }
  .maker_archive .wpcfs-input-input .wpcfs-input {
    flex: 1;
    border: 1px solid #000;
  }
}

.post-type-archive-maker .page_title {
  background-color: transparent;
  background: linear-gradient(to bottom, rgba(224, 250, 255, 0.6039215686), rgba(255, 255, 255, 0.6509803922));
  padding-bottom: 5vh;
}
.post-type-archive-maker .page_title .container {
  flex-direction: column;
}
.post-type-archive-maker .page_title .h2 {
  text-align: center;
}
.post-type-archive-maker .page_title .h2::after {
  content: none;
}
@media (max-width: 600px) {
  .post-type-archive-maker .page_title {
    margin-bottom: 32px;
  }
}
.post-type-archive-maker .page_title > .container {
  display: flex;
  flex-direction: column;
}

.search_maker_results.search-results .page_title {
  background-color: transparent;
  background: linear-gradient(to bottom, rgba(224, 250, 255, 0.6039215686), rgba(255, 255, 255, 0.6509803922));
  padding-bottom: 5vh;
}
.search_maker_results.search-results h1 {
  text-align: center;
  margin-bottom: 1.5em;
}
.search_maker_results.search-results h1::after {
  content: none;
}

.maker_archive {
  min-height: 100vh;
}
.maker_archive .sticky_box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000000;
  background-color: #fff;
}

@media (max-width: 600px) {
  .maker_archive .sticky_box {
    position: static;
  }
}

.maker_archive .wpcfs-search-form {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.maker_archive .wpcfs-search-form .wpcfs-input-submit input {
  padding-left: 2em;
  padding-right: 2em;
  background-color: #33ACC3;
  color: #fff;
  border: none;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 600px) {
  .maker_archive .wpcfs-search-form .wpcfs-input-submit input  {
    border-radius: 8px;
  }
}

.maker_archive .wpcfs-search-form .wpcfs-input-submit input:hover {
  opacity: 0.7;
}
.maker_archive .f1 .wpcfs-label {
  font-weight: 400;
}
.maker_archive .f1 .wpcfs-input {
  margin-left: 0;
  margin-right: 0;
}
.maker_archive .f1 .wpcfs-input .select2-selection--single {
  border: 0.5px solid #C8CDD0;
  background-color: transparent;
}
.maker_archive .f1 .select2-selection__arrow {
  display: none;
}

body.home #rev_slider_1_1_forcefullwidth {
  max-height: 80vh !important;
}
body.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper {
  max-height: 80vh !important;
}

.top_news_contentBox li {
  border-bottom: 0.5px solid #abb8c3 !important;
  margin-bottom: 0 !important;
}
.top_news_contentBox li a {
  display: flex;
  align-items: center;
}
.top_news_contentBox li a > div {
  margin-right: 1em;
  padding: 0px !important;
}
.top_news_contentBox li::before {
  content: none !important;
}
.top_news_contentBox .vc_gitem-post-data-source-post_date::before {
  content: none !important;
}
.top_news_contentBox .vc_gitem-post-category-name {
  color: #3D91CF;
}
.top_news_contentBox .new-txt {
  background-color: #E56100;
  padding: 0.1em 0.5em 0.3em;
  margin-right: 0.5em;
  color: #fff;
}
.vc_gitem-post-data-source-post_date>*{
	color: #000 !important;
	font-size: 14px !important;
}
.recruit-top-news .vc_gitem-post-data-source-post_date>*{
	color: #fff !important;
}
.wpb_content_element.vc_custom_1654150292628.top-recruit-p{
		padding-right: 0 !important;
	}
.vc_cta3-container .contact_bm .consulting-custom-title{
	margin-bottom: 25px !important;
}
@media (max-width: 600px) {
  .top_news_contentBox li {
    margin-bottom: 2em !important;
	padding-left: 10px !important;
  }
  .top_news_contentBox li a {
    flex-wrap: wrap;
  }
  .top_news_contentBox li a > div {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .top_news_contentBox li a > div > div {
    padding-top: 0 !important;
  }
  .top_news_contentBox .vc_col-sm-8 {
    width: 100% !important;
    padding-bottom: 0.5em !important;
  }
	.top-recruit-img{
		margin-bottom: 60px !important;
	}
}

body.products .page_title {
  background: linear-gradient(to bottom, rgba(224, 250, 255, 0.6039215686), rgba(255, 255, 255, 0.6509803922));
  padding-bottom: 5vh;
}
body.products .page_title .container {
  flex-direction: column;
}
body.products #product_btn_contentsBox a.vc_general {
  background-color: transparent;
  color: #000;
  border: 1px solid #C6CBCE;
  border-radius: 24px;
}
body.products #product_btn_contentsBox a.vc_general:hover {
  background-color: #3d91cf;
  color: #fff;
  border-color: #3d91cf;
}
body.products .product_detail_list .title_box .wpb_wrapper {
  display: flex;
  align-items: center;
}
body.products .product_detail_list .title_box .wpb_wrapper h3 {
  color: #222222 !important;
  font-weight: 400;
}
body.products .product_detail_list .title_box .wpb_wrapper .wpb_single_image {
  max-height: 30px;
  margin-bottom: 20px;
  margin-right: 12px;
}
body.products .product_detail_list .title_box .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.products .product_detail_list .title_box .wpb_wrapper .wpb_single_image img {
  width: auto;
  max-height: 30px;
  max-width: 48px;
}
@media (max-width: 600px) {
  body.products .product_detail_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 0 !important;
  }
  body.products .product_detail_list .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 35px !important;
  }
  body.products .product_detail_list h3 {
    margin-bottom: 0px;
  }
  body.products .product_detail_list .vc_btn3-right {
    text-align: right;
    margin-bottom: 24px !important;
  }
  body.products .product_detail_list .vc_btn3-right a {
    padding-right: 0;
  }
}

body.single .page_title, body.blog .page_title, .archive .page_title, body.search-results .page_title {
  background: linear-gradient(to bottom, rgba(224, 250, 255, 0.6039215686), rgba(255, 255, 255, 0.6509803922));
  padding-bottom: 5vh;
  margin-bottom: 1em;
}
body.single .page_title .container .h2, body.blog .page_title .container .h2, .archive .page_title .container .h2, body.search-results .page_title .container .h2 {
  text-align: center;
  padding-top: 6vh;
  margin-bottom: 1em;
}
body.single .page_title .container .h2::before, body.blog .page_title .container .h2::before, .archive .page_title .container .h2::before, body.search-results .page_title .container .h2::before {
  content: none;
}
body.single .stm_post_info .post_by, body.single .stm_post_info .comments_num, body.blog .stm_post_info .post_by, body.blog .stm_post_info .comments_num, .archive .stm_post_info .post_by, .archive .stm_post_info .comments_num, body.search-results .stm_post_info .post_by, body.search-results .stm_post_info .comments_num {
  display: none;
}
body.single .stm_post_info .post_date i, body.blog .stm_post_info .post_date i, .archive .stm_post_info .post_date i, body.search-results .stm_post_info .post_date i {
  color: #33acc3;
}
body.single .wpb_text_column a, body.blog .wpb_text_column a, .archive .wpb_text_column a, body.search-results .wpb_text_column a {
  color: #002e5b;
}
body.single .wpb_text_column a:hover{
  color: #6c98e1;
  text-decoration: none;
}
body.single .sidebar-area aside.widget, body.blog .sidebar-area aside.widget, .archive .sidebar-area aside.widget, body.search-results .sidebar-area aside.widget {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  max-width: 262px;
  margin-left: auto;
}
body.single .sidebar-area h5, body.blog .sidebar-area h5, .archive .sidebar-area h5, body.search-results .sidebar-area h5 {
  height: 47px;
  padding-top: 0;
  line-height: 47px;
  margin: 0 0 0 10px;
  font-weight: bold;
  color: #002E64;
  font-size: 14px;
  letter-spacing: 0;
}
body.single .sidebar-area ul, body.blog .sidebar-area ul, .archive .sidebar-area ul, body.search-results .sidebar-area ul {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  border: none;
}
body.single .sidebar-area ul li, body.blog .sidebar-area ul li, .archive .sidebar-area ul li, body.search-results .sidebar-area ul li {
  position: relative;
  background-color: transparent;
  list-style-type: none;
  font-size: 13px;
  margin: 0;
  min-height: 47px;
  line-height: 47px;
  border-top: solid 1px rgba(0, 0, 0, 0.1607843137);
  padding-left: 30px;
  padding-right:10px;
  letter-spacing: 0;
}
body.single .sidebar-area ul li::after, body.blog .sidebar-area ul li::after, .archive .sidebar-area ul li::after, body.search-results .sidebar-area ul li::after {
  content: "";
  position: absolute;
  margin: 20.5px 0 0 10px;
  width: 10px;
  height: 2px;
  top: 3px;
  left: 0;
  background: #34ACC6;
  transform: none;
}
body.single .sidebar-area ul li a, body.blog .sidebar-area ul li a, .archive .sidebar-area ul li a, body.search-results .sidebar-area ul li a {
  padding: 0;
  border-left: none !important;
  color: #221815;
  font-weight: 400;
}
body.single .sidebar-area ul li a:hover, body.blog .sidebar-area ul li a:hover, .archive .sidebar-area ul li a:hover, body.search-results .sidebar-area ul li a:hover {
  opacity: 0.7;
}
body.blog .stm_post_info, body.category .stm_post_info, body.post-type-archive-recruit_news .stm_post_info, body.date .stm_post_info, body.search-results .stm_post_info, body.tax-recruit_cat .stm_post_info {
  padding-bottom: 0px;
  margin-bottom: 40px;
}
body.blog .stm_post_info h4::after, body.category .stm_post_info h4::after, body.post-type-archive-recruit_news .stm_post_info h4::after, body.date .stm_post_info h4::after, body.search-results .stm_post_info h4::after, body.tax-recruit_cat .stm_post_info h4::after {
  content: none;
}
body.blog .stm_post_info h4 a, body.category .stm_post_info h4 a, body.post-type-archive-recruit_news .stm_post_info h4 a, body.date .stm_post_info h4 a, body.search-results .stm_post_info h4 a, body.tax-recruit_cat .stm_post_info h4 a {
  color: #002e5b;
}
body.blog .stm_post_info h4 a:hover, body.category .stm_post_info h4 a:hover, body.post-type-archive-recruit_news .stm_post_info h4 a:hover, body.date .stm_post_info h4 a:hover, body.search-results .stm_post_info h4 a:hover {
  color: #6c98e1;
text-decoration: none;
}

ul.urgent_notice li {
  padding-left: 0;
}
ul.urgent_notice li a {
  color: #000;
}
ul.urgent_notice li a p {
  font-size: 18px;
  font-weight: 700;
}

body.single-urgent_notice .stm_post_info .post_cat {
  display: none;
}
@media (max-width: 600px) {
.container iframe{
	width: 100%;
}
}
.bluebg_box .recruit-top-news ul.top_news_contentBox{
	width: 85%;
	margin: 0 auto 35px;
	background: none;
}
@media (max-width: 600px) {
	.bluebg_box .recruit-top-news ul.top_news_contentBox{
	width: 100%;
}
}
#recruit-footer{
	overflow: hidden;
	margin-top: 10em;
}
#recruit-footer ul{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
#recruit-footer ul li{
	color: #000;
	display: inline-block;
	padding: 3px 0 0 20px;
    margin: 0 2.5em 0 0;
}
#recruit-footer ul li:last-of-type{
    margin: 0 0 0 0;
}
#recruit-footer ul li a{
	color: #000;
	transition: .3s;
	text-decoration: none;
}
#recruit-footer ul li a:hover{
	color: #337ab7;
	text-decoration: none;
}
@media (max-width: 600px) {
	#recruit-footer{
	margin-top: 5em;
}
	#recruit-footer ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
	#recruit-footer ul li{
	display: block;
    margin: 0 0 0 1em;
}
	#recruit-footer ul li:last-of-type{
    margin: 0 0 0 1em;
}
}
body.catalog .catalog_item {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
}
body.catalog .catalog_item .image {
  width: 40%;
  max-width: 200px;
  min-width: 100px;
}
body.catalog .catalog_item .textBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 16px;
  flex: 1;
  margin-left: 20px;
}
body.catalog .catalog_item .textBox h5 {
  font-size: 18px !important;
}

.urgent_notice_wrap > div {
  display: flex;
  align-items: flex-start;
}
.urgent_notice_wrap > div > ul {
  flex: 1;
}
.urgent_notice_wrap > div h3 {
  font-size: 1.4em;
  padding-top: 0;
  margin-right: 1em;
}
.urgent_notice_wrap > div h3::after {
  content: none;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: all 1s ease;
  z-index: 9999;
  display: none;
}
@media (max-width: 600px) {
  #page_top {
    display: block;
  }
 #page_top.show {
  opacity: 0.6;
  transform: none;
}
}



#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #33acc3;
}
#page_top a:hover {
  opacity: 0.7;
}

#page_top a::before {
  content: "";
  width: 16px;
  height: 16px;
  border-left: 1px solid #33acc3;
  border-top: 1px solid #33acc3;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(45deg) translateY(-50%);
}

.recruit .top_news_contentBox svg {
  width: 1em;
  margin-left: 0.7em;
  margin-top: 2px;
}
.recruit .top_news_contentBox svg path {
  fill: #fff;
}

.other_site_link_icon {
  width: 1em;
  margin-left: 0.7em;
  margin-top: 2px;
}
.other_site_link_icon path {
  fill: #002e5b;
}
.recruit-top-title h1{
	display: none;
}
@media (max-width: 600px) {
	.recruit-top-title h1{
	display: block;
	font-size: 27px!important;
    margin: 1em 0;
}
}

body.error404 {
  background: none !important;
}
body.error404 .contact {
  min-height: 100vh;
  padding-bottom: 15vh;
  text-align: center;
}
body.error404 .contact h2::after {
  content: none;
}
body.error404 .contact .error_url, body.error404 .contact .endmargin__form {
  font-size: 1.5em;
  color: #002E64;
  margin-bottom: 1.5em;
}
body.error404 .page_title {
  background: linear-gradient(to bottom, rgba(224, 250, 255, 0.6039215686), rgba(255, 255, 255, 0.6509803922));
  padding-bottom: 5vh;
}
body.error404 .page_title h1 {
  display: none;
}
body.error404 .l-contents__form {
  max-width: 800px;
  margin: 0 auto;
}
body.error404 form {
  display: flex;
  width: 100%;
  height: 5rem;
  max-width: 600px;
  padding: 0.7rem 0;
  margin: 0 auto;
}
body.error404 form input[type=submit] {
  width: 4.8rem;
  border-right: 1px solid #000;
  text-indent: 100%;
  overflow: hidden;
  background: url(../img/search.svg) center center/50% auto no-repeat;
}
body.error404 form input[type=submit]:hover {
  opacity: 0.5;
}
body.error404 form input[type=text] {
  outline: none;
  width: calc(100% - 4.8rem);
  padding: 0 2.8rem;
}
body.error404 .btn__return_box {
  margin-top: 36px;
}
body.error404 .btn__return_box .btn__return {
  background-image: none;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #C6CBCE;
  border-radius: 24px;
  padding: 0.5em 3em 0.5em 1.5em;
  color: #222222;
}
body.error404 .btn__return_box .btn__return::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
}
body.error404 .btn__return_box .btn__return:hover {
  background-color: #33ACC3;
  color: #fff;
}
body.error404 .btn__return_box .btn__return:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.event-form tr td, .event-form tr th {
  display: block;
}
.event-form tr th {
  width: 100%;
  padding-bottom: 8px;
  font-weight:500;
	font-size: 15px;
}
.event-form tr td {
  padding-top: 0;
}
.event-form .mwform-tel-field input {
  width: auto;
}
.event-form .radio_box td {
  display: flex;
  flex-wrap: wrap;
}
.event-form .required-srt {
  margin-left: 0;
  margin-right: 8px;
}

@media (min-width: 600px) {
  .event-form .cform textarea, .event-form .cform input[type=text], .event-form .cform input[type=email], .event-form .cform input[type=search], .event-form .cform input[type=url] {
  max-width: 500px;
  }
  .event-form .privacy-policy, .event-form .submit-btn {
    text-align: left !important;
  }
}
.grecaptcha-badge { visibility: hidden; }
p.recaptcha{
	font-size: 14px;
    color: #888;
    text-align: center;
	margin: 2em 0 4em;
}
p.recaptcha a{
color: #002e5b;
}
p.recaptcha a:hover {
color: #6c98e1;
text-decoration: none;
}



div.top_solution_content_inner{
	width:100%;
	gap: 1%;
	@media(max-width:1026px){
		flex-wrap: wrap;
		gap:20px 4%;
		position: relative;
	}
	@media(max-width:600px){
		gap:12px;
	}
}
div.top_solution_content_inner a{
	@media(max-width:1026px){
	 width:48%;
	}
	@media(max-width:600px){
		 width:100%;
		margin: 0 auto;
	}
}
