/* custom properties */
:root {
  --color-primary: #009b94;
  --color-secondary: #004097;
  --color-link: #193342;
  --color-hover: #009b94;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #666;
  --color-lightgray: #999;
  --color-lightgray2: #ccc;
  --color-lightgray3: #e4e4e4;
  --color-maintext: #193342;
  --color-subtext: #333;
  --color-bg01: #F3F7FA;
  --color-bg02: #e4f2f2;
  --color-bg03: #BDE5E3;
  --color-bg04: #e8fffe;
  --font-family-sans-serif: YakuHanJPs, Arial, "Helvetica Neue", "Noto Sans JP", sans-serif;
  --font-family-font-awesome: "Font Awesome 5 Free"; }

/*------------------------------------------------------------
	HOME
------------------------------------------------------------*/
#gHeader {
  border-bottom: none; }

#inquiry_link_block {
  margin-top: 0; }

#home_hero {
  background-image: linear-gradient(var(--color-white) 50%, var(--color-bg02) 50%); }
  @media screen and (max-width: 767px) {
    #home_hero .content {
      margin: 0; } }
  #home_hero .content #slick-slide {
    box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 767px) {
      #home_hero .content #slick-slide {
        box-shadow: none; } }
    #home_hero .content #slick-slide.slick-dotted.slick-slider {
      margin-bottom: 0; }
    #home_hero .content #slick-slide .slick-dots {
      bottom: 15px; }
      #home_hero .content #slick-slide .slick-dots li button:before {
        color: var(--color-white);
        font-size: 10px;
        opacity: 0.5; }
      #home_hero .content #slick-slide .slick-dots li.slick-active button:before {
        opacity: 1.0; }

#home_news {
  background-color: var(--color-bg02); }
  #home_news .content {
    display: flex;
    align-items: center;
    padding: 2.5rem 0; }
    @media screen and (max-width: 767px) {
      #home_news .content {
        margin: 0;
        padding: 1rem 0; } }
    #home_news .content .section_title {
      padding: 0 2.5rem;
      font-size: 1.6rem;
      font-weight: 800;
      letter-spacing: 0; }
      @media screen and (max-width: 767px) {
        #home_news .content .section_title {
          padding: 0 1.5rem; } }
    #home_news .content .news_list {
      position: relative;
      display: flex;
      align-content: center;
      width: 100%;
      padding: 1.4rem 2.5rem;
      border-left: 1px solid var(--color-white); }
      @media screen and (max-width: 767px) {
        #home_news .content .news_list {
          display: block;
          padding: 1rem 3rem 1rem 1.5rem; } }
      #home_news .content .news_list dt {
        margin-right: 2rem;
        font-weight: 600; }
      #home_news .content .news_list dd {
        font-weight: 600; }
        #home_news .content .news_list dd::after {
          content: "";
          display: inline-block;
          width: 1.4rem;
          height: 1.4rem;
          margin-left: 2rem;
          -webkit-mask: url("../img/icon01.svg");
          mask: url("../img/icon01.svg");
          mask-size: cover;
          vertical-align: middle;
          background-color: var(--color-primary); }
          @media screen and (max-width: 767px) {
            #home_news .content .news_list dd::after {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 1rem;
              margin: auto; } }

#home_products {
  margin-top: 5rem; }
  @media screen and (max-width: 767px) {
    #home_products {
      margin-top: 4rem; } }
  #home_products .comLinkList > li {
    border: 1px solid #D5DCE1; }
    #home_products .comLinkList > li .txt {
      padding: 2.5rem 4rem 2.5rem 2rem;
      font-size: 1.6rem; }

#home_search {
  margin-top: 5rem; }
  #home_search .comLinkList_wrapper {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #home_search .comLinkList_wrapper {
        display: block; } }
    #home_search .comLinkList_wrapper .comLinkList {
      display: block;
      width: calc((100% - 3rem)/3);
      margin: 0; }
      @media screen and (max-width: 767px) {
        #home_search .comLinkList_wrapper .comLinkList {
          width: 100%; } }
      #home_search .comLinkList_wrapper .comLinkList > li {
        width: 100%; }
        #home_search .comLinkList_wrapper .comLinkList > li:first-child {
          border-top: 1px solid #D5DCE1; }
          @media screen and (max-width: 767px) {
            #home_search .comLinkList_wrapper .comLinkList > li:first-child {
              border-top: none; } }
        #home_search .comLinkList_wrapper .comLinkList > li .txt {
          padding: 2.5rem 4rem 2.5rem 2rem; }
      @media screen and (max-width: 767px) {
        #home_search .comLinkList_wrapper .comLinkList:first-child > li:first-child {
          border-top: 1px solid #D5DCE1; } }

#home_subpage_list {
  margin-top: 8rem;
  padding: 10rem 0;
  background-color: var(--color-bg02); }
  @media screen and (max-width: 767px) {
    #home_subpage_list {
      margin-top: 6rem;
      padding: 4rem 0; } }
  #home_subpage_list .comLinkList {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; }
    @media screen and (max-width: 767px) {
      #home_subpage_list .comLinkList {
        column-gap: 1rem;
        row-gap: 2rem; } }
    #home_subpage_list .comLinkList > li {
      width: calc((100% - 3rem)/3);
      background-color: var(--color-white); }
      @media screen and (max-width: 767px) {
        #home_subpage_list .comLinkList > li {
          width: calc((100% - 1rem)/2); } }
      #home_subpage_list .comLinkList > li a {
        border: none; }
        #home_subpage_list .comLinkList > li a .txt {
          display: flex;
          align-items: center;
          min-height: 6rem;
          padding: 3.4rem 4rem 3.4rem 2rem; }
          @media screen and (max-width: 767px) {
            #home_subpage_list .comLinkList > li a .txt {
              padding: 1rem 2rem 1rem 1rem;
              font-size: 1.1rem; } }
          @media screen and (max-width: 767px) {
            #home_subpage_list .comLinkList > li a .txt::after {
              right: 1rem;
              width: 0.8rem;
              height: 0.8rem; } }
          #home_subpage_list .comLinkList > li a .txt br {
            display: none; }
            @media screen and (max-width: 767px) {
              #home_subpage_list .comLinkList > li a .txt br {
                display: inline; } }
