/*!
header, footer, top module
 ______________________________*/

br.sp {
  display: none;
}

.sp_contact {
  display: none;
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 298px;
  height: auto;
  /*
  width: 100%;
  height: auto;
  */
  aspect-ratio: 500 / 320;
  object-fit: cover;
  border-radius: 15px;
  border: 1px solid #ccc;
}

.news_list_card_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 500 / 320;
  object-fit: cover;
  border-radius: 15px;
  border: 1px solid #ccc;
}

.card_img {
  background-color: #fff;
  padding: 5px;
  height: 190px;
  margin-bottom: 18px;
}

.card_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* 全体を収める（縦横比維持） */
}

.card_category {
  position: absolute;
  top: 186px;
  left: 15px;
  padding: 5px;
  min-width: 60px;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
}

.tit_products {
  color: var(--color-primary);
}

.cate_products {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.tit_info {
  color: #191c96;
}

.cate_info {
  color: #191c96;
  border: 1px solid #191c96;
}

.tit_csr {
  color: #0f8745;
}

.cate_csr {
  color: #0f8745;
  border: 1px solid #0f8745;
}

.tit_cer {
  color: #b1944b;
}

.cate_cer {
  color: #b1944b;
  border: 1px solid #b1944b;
}

.tit_exb {
  color: #961936;
}

.cate_exb {
  color: #961936;
  border: 1px solid #961936;
}

.tit_other {
  color: #333;
}

.cate_other {
  color: #333;
  border: 1px solid #333;
}

.date {
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
  font-size: 1.3rem;
  margin: 0 0 5px;
  padding: 0;
}

.news {
  overflow: hidden;
}

.news .swiper_cur {
  overflow: visible !important;
}

.swiper_cur .swiper-slide h4 {
  font-family: sans-serif;
  font-size: 1.5rem;
  margin: 0 0 5px;
  padding: 0;
}

.swiper_cur .swiper-slide p {
  color: #333;
  font-size: 1.3rem;
  text-align: left;
  height: 3em;
  overflow: hidden;
}

.swipe_cur_body {
  padding: 0 10px;
}

.swiper_cur .swiper-wrapper {

  position: relative;
}

.top_tab_contents {
  border-bottom: 1px solid #685593;
  padding: 0 0 150px;
}

/*

swiper mv
________________________*/


.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* 
html and body
_______________________________*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 127px;
  /* 固定ヘッダの高さ分 */
}

#top {
  background-image: url(../img/top/top_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}



/* 
header
_______________________________*/

.header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 103px;
  border-bottom: 1px solid #8b8b8b;
  z-index: 100;
  top: 0;
}

.contents {
  padding-top: 103px;
}

.header_in {
  display: flex;
  justify-content: space-between;
  padding: 26px 0 0;
}

.header h1 {
  margin: 0;
  padding: 0;
}

.header h1 a img {
  width: 235px;
  height: auto;
}

.header_r {
  min-width: 840px;
  text-align: right;
}

.header_icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

.header_icon li {
  border-left: 1px solid #e8e8e8;
  width: 40px;
  height: 26px;
  text-align: center;
  position: relative;
}

.header_icon li:last-child {
  border-right: 1px solid #e8e8e8;

}

.header_icon img {
  width: 17px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* ----------------------------------------------
 pagetop
 ---------------------------------------------- */
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -50px;
  z-index: 100;
}

.header_contact {
  display: block;
  padding: 0;
  margin: 0 0 0 10px;
  height: 40px;
}

/*

menu
___________________*/
.header input {
  display: none;
}

ul.menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0;
  padding: 0;
}

ul.menu li {
  list-style-type: none;
  position: relative;
}

/*
menu added
____________*/
ul.menu li {}


ul.menu li a,
.toggle_label a {
  color: #333;
  text-align: left;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 5px 10px;
  vertical-align: bottom;
}

ul.menu li a span,
.toggle_label span {
  display: block;
  color: #aaa;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 70%;
}

ul.toggle-inner {
  position: absolute;
  width: 250px;
  margin: 0;
  padding: 0;
}

ul.toggle-inner li {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.toggle-inner li a {
  padding: 0;
}

@media screen and (min-width: 600px) {

  /*--/*PCのみ----*/
  ul.toggle-inner {
    background-color: #fff;
    /* for animate */
    opacity: 0;
    line-height: 0;
    display: block;
  }

  ul.menu li.has-child:hover ul.toggle-inner {
    /* for animate */
    opacity: 1;
    line-height: 1.8;
    transition: line-height .2s;
    padding-top: 25px;
  }

  ul.menu li.has-child:hover ul.toggle-inner a {
    padding: 10px;
  }

  .toggle_label {
    cursor: pointer;
  }

  /*___________________________________*/
}



/*
mv
_______________*/
.mv {
  display: flex;
  align-items: flex-end;
  height: 653px;
  background-image: url(../img/top/mv_bg.jpg);
  background-repeat: repeat-x;
  background-size: contain;
}

.mv img {
  width: 795PX;
  height: auto;
  vertical-align: bottom;
}

.mv>.container {
  text-align: center;
}

.container {
  position: relative;
}

.swiper {
  overflow: visible;
}

/* 前への矢印 */
.swiper-button-prev {
  left: -10px;
}

/* 次への矢印 */
.swiper-button-next {
  right: -10px;
}

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -18px;
}


/*
news
________________*/

.news_tit {
  padding: 100px 0 0;
}

.news,
.news_btm {
  padding: 0 0 100px;
}

.news_tit h3 {
  color: #005eac;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 3px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}

.news_tit h3 span {
  display: block;
  color: #000;
  font-size: 1.8rem;
  margin: 5px 0 70px;
  font-weight: normal;
}



.news_detail {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 5px;
  list-style-type: none;
}

.news_detail li {
  padding: 0;
  margin: 0;
}

.news_detail li:nth-child(2) {
  color: #333;
}

.badge,
a .badge {
  display: block;
  min-width: 60px;
  border: 1px solid #005eac;
  padding: 3px 20px;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 5px;
}

.badge.sj,
a .badge.sj {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.badge.ls,
a .badge.ls {
  border: 1px solid var(--color-lc-scrum);
  color: var(--color-lc-scrum);
}

.badge.ms,
a .badge.ms {
  border: 1px solid var(--color-monstar-screen);
  color: var(--color-monstar-screen);
}

.badge.other,
a .badge.other {
  border: 1px solid #33aa33;
  color: #33aa33;
}

.news_list_card_body .badge,
a .news_list_card_body .badge {
  display: block;
  min-width: 60px;
  padding: 3px 20px;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 5px;
}

.news_list_card_body .badge.sj,
a .news_list_card_body .badge.sj {
  background-color: var(--color-primary);
  color: #fff !important;
}

.news_list_card_body .badge.ls,
a .news_list_card_body .badge.ls {
  background-color: var(--color-lc-scrum);
  color: #fff !important;
}

.news_list_card_body .badge.ms,
a .news_list_card_body .badge.ms {
  background-color: var(--color-monstar-screen);
  color: #fff !important;
}

.news_list_card_body .badge.other,
a .news_list_card_body .badge.other {
  background-color: #33aa33;
  color: #fff !important;
}

/*

top_about

__________________*/

.top_about {
  background-image: url(../img/top/top_bg_l.jpg);
  background-repeat: repeat-x;
  background-size: contain;
}


.top_about_mov {
  text-align: center;
  padding: 60px 0;
}

.top_about_mov h3 {
  color: var(--color-primary);
  font-weight: 600;
}
/*
.top_about_mov iframe {
  width: 560px;
  aspect-ratio: 640 / 360;
}
*/
.top_how_to_join>.container>p {
  margin-bottom: 30px;
}

/*
top_how_to_tit
________________*/

.top_how_to_tit {
  text-align: center;
  padding: 60px 0 130px;
  background-image: url(../img/top/bg_gene.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center right -42vw;
}

.top_how_to_tit h3 {
  font-size: 1.7rem;
  background-image: url(../img/common/ico_arr_d_gray.png);
  background-repeat: no-repeat;
  background-size: 34px 18px;
  background-position: center bottom;
  padding-bottom: 30px;
  font-weight: 600;
}

/*
top_tab_menu
_______________*/

.top_tab_menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.top_tab_menu>li {
  padding: 0;
  margin: 0;
}

.top_tab_menu>li:nth-child(1) {
  width: 35.5%;
}

.top_tab_menu>li:nth-child(2) {
  width: 65.5%;
}



/*

tab
________________________*/

.top_tab {
  border-bottom: 1px solid #fff;
  padding-top: 40px;
}

.section_pad_lr {
  padding: 0 50px;
}

.tab_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.top_tab h3 {
  color: #fff;
  font-size: 2.7rem;
  text-align: right;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  order: 2;
}

.top_tab h3 span {
  display: block;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
}

.mod-list-tab-01-wrapper {
  text-align: left;
  order: 1;
}

div.mod-list-tab-01-wrapper ul.mod-list-tab-01-ul {
  margin: 0 0 5px 0;
  padding: 0;
  display: inline-block;
}

div.mod-list-tab-01-wrapper ul.mod-list-tab-01-ul li {
  padding: 0;
  margin: 0 0 20px;
  box-sizing: border-box;
  list-style-type: none;
  text-align: center;
}

div.mod-list-tab-01-wrapper ul.mod-list-tab-01-ul li a {
  display: block;
  padding: 13px 30px;
  text-align: center;
  font-size: 1.6rem;
  color: var(--font-color);
  border-radius: 30px;
}

div.mod-list-tab-01-wrapper ul.mod-list-tab-01-ul li a.is-active {
  background: var(--color-primary);
  color: #fff;
  font-weight: bold;
}


.js-tab-content {
  position: relative;
  display: none;
  padding: 15px 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  transition: .5s;
  opacity: 0;
  min-height: 520px;
}

.js-tab-content.is-active {
  display: block;
  opacity: 1;
}

.js-tab-content .swiper-horizontal {
  overflow: hidden;
}

.top_tab .js-tab-content h3 {
  color: var(--color-primary);
  font-size: 2.4rem;
  padding: 37px 0 0;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: none;
}

.top_tab .js-tab-content p {
  text-align: left;
  font-size: 1.4rem;
}

.top_tab .js-tab-content img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.top_tab .js-tab-content .tab_button {
  text-align: right;
  margin-bottom: 20px;
}

.top_tab h3 {
  margin-top: 10px;
}

.top_tab #js-tab-01 h3 {
  background-image: url(../img/top/js-tab-01-tit.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: left top;
  color: var(--color-primary);
}

.top_tab #js-tab-02 h3 {
  background-image: url(../img/top/js-tab-02-tit.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: left top;
  color: var(--color-lc-scrum);
}

.top_tab #js-tab-03 h3 {
  background-image: url(../img/top/js-tab-03-tit.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: left top;
  color: var(--color-monstar-screen);
}

.top_tab #js-tab-04 h3 {
  background-image: url(../img/top/js-tab-04-tit.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: left top;
  color: var(--color-gray);
}

.top_tab #js-tab-01 {
  background-image: url(../img/top/js-tab-01-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}

.top_tab #js-tab-02 {
  background-image: url(../img/top/js-tab-02-bg1a.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}

.top_tab .js-tab-02-p {
  margin-bottom: 30%;
}

.top_tab #js-tab-03 {
  background-image: url(../img/top/js-tab-03-bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}

.top_tab #js-tab-04 {
  background-image: url(../img/top/js-tab-04-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}

.top_tab #js-tab-05 {
  background-image: url(../img/top/js-tab-05-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}

.top_tab #js-tab-02 .tab_button,
.top_tab #js-tab-03 .tab_button,
.top_tab #js-tab-04 .tab_button {
  position: absolute;
  bottom: 0;
  right: 72px;
}

.top_tab #js-tab-02 .doc_info,
.top_tab #js-tab-03 .doc_info {
  position: absolute;
  bottom: 2px;
  left: 72px;
}

.top_tab #js-tab-05 article {
  width: 50%;
}

#js-tab-05 .tab_button {
  text-align: left;
}

/*
top_contact
________________*/

.top_contact {
  text-align: center;
  padding: 220px 0 100px;
  background-image: url(../img/top/bg_gene.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: top 20px left -15vw;
}

.top_contact h3 {
  font-size: 1.7rem;
}

.top_contact_in {
  display: block;
  width: 538px;
  height: 100px;
  margin: 40px auto;
  background-image: url(../img/top/ill2.png);
  background-repeat: no-repeat;
  background-size: 82px 100px;
  background-position: bottom right;
}

.top_contact_mail {
  display: inline-block;
  height: 42px;
  background-image: url(../img/common/ico_mail.png);
  background-repeat: no-repeat;
  background-size: 42px 27px;
  padding-left: 50px;
  margin: 20px 0 0;
  color: #333;
}

/*
footer
______________________*/
footer {
  width: 100%;
  background-color: #d4f9d3;
}

.footer_sub a,
.footer_link_ul a {
  font-size: 1.3rem;
  color: #717171;
}

.footer_link_ul {
  margin: 0;
  padding: 0;
}

.footer_link_ul>li {
  padding: 0;
  list-style-type: none;
}

.footer_link_ul>li>ul {
  margin: 0;
  padding: 0 0 0 10px;
}

.footer_link_ul>li>ul>li {
  list-style-type: none;
  background-image: url(../img/common/ico_arr_blk.png);
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: left top 9px;
  padding-left: 10px;
}

.footer_link_flex {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 60px 0 0;
}

.footer_link_flex article {
  padding: 0 30px 0 0;
}

.footer_hospital {
  padding: 50px 0;
  background-image: url(../img/top/bg_gene_r_wh.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 30px right -45vw;
  ;
}

.footer_hospital h3 {
  font-size: 1.8rem;
}

.footer_ext_link {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer_ext_link li a {
  color: var(--font-color);
  font-size: 1.3rem;
  background-image: url(../img/common/ico_ext_link.png);
  background-repeat: no-repeat;
  background-size: 15px 16px;
  background-position: left center;
  padding-left: 20px;
  margin-left: 20px;
}

/*
copy
_________________*/
.copy {
  color: var(--font-color);
  text-align: left;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, "sans-serif";
  padding: 5px 0;
}

/*
#breadcrumb
________________________*/
#breadcrumb {
  display: block;
  margin: 20px 0;
  text-align: left;
  font-size: 1.3rem;
}

#breadcrumb ul {
  margin: 0;
  padding: 0;
}

#breadcrumb ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  text-align: left;
}

#breadcrumb ul li:before {
  content: " / ";
}

#breadcrumb ul li:first-child:before {
  content: none;
}

#breadcrumb ul li,
#breadcrumb ul li a {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 97%;
  color: #000;
}


@media screen and (min-width:1200px) {

  .top_products,
  .top_company_csr,
  .top_formulation {
    padding: 80px 0 130px;
  }

  .header_google {
    top: 480px;
  }
}