@charset "UTF-8";
/*_______________________________________

topページ
_______________________________________*/
.page_index #container {
  padding-top: 0;
}

/* sliderBox
--------------------------------------------------*/
.sliderBox {
  position: relative;
}

.sliderBox .sliderTxtbox {
  position: absolute;
  left: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.sliderBox .sliderTxtbox .h1Ttl {
  font-size: 60px;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 2;
}

.sliderBox .sliderTxtbox .h1Ttl.en, .sliderBox .sliderTxtbox .h1Ttl.ch {
  font-size: 40px;
}

.sliderBox .sliderTxtbox .sliderTxt {
  font-size: 37px;
  font-weight: 500;
  line-height: 1.432;
  font-family: 'Outfit', sans-serif;
}

.sliderBox .slick-dots {
  bottom: 10px;
  text-align: left;
  margin-left: 40px;
}

.sliderBox .slick-dots li {
  width: 40px;
  height: 3px;
}

.sliderBox .slick-dots li button {
  width: 40px;
  height: 3px;
  border-radius: 0%;
  background-color: #fff;
  padding: 0;
}

.sliderBox .slick-dots li.slick-active button::before {
  background-color: #0058A6;
  opacity: 1;
  width: 40px;
  height: 3px;
}

.sliderBox .slick-dots li button::before {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .sliderBox .sliderTxtbox {
    position: absolute;
    left: 8%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
  }
  .sliderBox .sliderTxtbox .h1Ttl {
    font-size: 40px;
  }
  .sliderBox .sliderTxtbox .h1Ttl.en, .sliderBox .sliderTxtbox .h1Ttl.ch {
    font-size: 40px;
  }
  .sliderBox .sliderTxtbox .sliderTxt {
    font-size: 23px;
  }
}

@media screen and (max-width: 480px) {
  .sliderBox .sliderTxtbox {
    left: 50%;
    width: 80%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .sliderBox .sliderTxtbox .h1Ttl {
    font-size: calc(40 / 375 * 100vw);
  }
  .sliderBox .sliderTxtbox .h1Ttl.en, .sliderBox .sliderTxtbox .h1Ttl.ch {
    font-size: calc(24 / 375 * 100vw);
  }
  .sliderBox .sliderTxtbox .sliderTxt {
    font-size: calc(23 / 375 * 100vw);
  }
}

/* PRODUCT LINEUP
--------------------------------------------------*/
.topProductContainer {
  margin-bottom: 140px;
}

.topProductbox .item {
  width: 31.7757%;
  margin-right: 2.3365%;
  margin-bottom: 40px;
}

.topProductbox .item:nth-child(3n) {
  margin-right: 0;
}

.topProductbox .item a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topProductbox .item a:hover {
  opacity: 0.8;
}

.topProductbox .item a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.topProductbox .item a:hover .img::after {
  right: 10px;
}

.topProductbox .item a .img {
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  height: 210px;
}

.topProductbox .item a .img img {
  -webkit-transition: all .8s;
  transition: all .8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topProductbox .item a .img::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  background-color: #0058A6;
  z-index: 1;
}

.topProductbox .item a .img::after {
  content: '';
  display: block;
  position: absolute;
  right: 13px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.topProductbox .item a .txtbox {
  display: block;
  padding: 0 15px;
}

.topProductbox .item a .txtbox .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  color: #3E3E3E;
  margin-bottom: 10px;
}

.topProductbox .item a .txtbox .txt {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
  color: #848484;
}

@media screen and (max-width: 768px) {
  .topProductContainer {
    margin-bottom: 90px;
  }
  .topProductbox .inner {
    max-width: 560px;
    width: 93.334%;
  }
  .topProductbox .item {
    width: 47.15%;
    margin-right: 5.7%;
    margin-bottom: 40px;
  }
  .topProductbox .item:nth-child(3n) {
    margin-right: 5.7%;
  }
  .topProductbox .item:nth-child(2n) {
    margin-right: 0;
  }
  .topProductbox .item a .img {
    height: 180px;
    margin-bottom: 0;
  }
  .topProductbox .item a .img::before {
    width: 25px;
    height: 25px;
  }
  .topProductbox .item a .img::after {
    right: 11px;
    bottom: 8px;
    width: 6px;
    height: 6px;
  }
  .topProductbox .item a .txtbox {
    padding: 0;
  }
  .topProductbox .item a .txtbox .title {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  .topProductbox .item a .txtbox .txt {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .topProductbox .item a .img {
    height: 100px;
  }
}

/* topSupportContainar
--------------------------------------------------*/
.topSupportContainar {
  margin-bottom: 110px;
  border: 1px solid #B7B7B7;
}

.topSupportContainar .item {
  width: calc(100% / 3);
  position: relative;
  border-right: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
}

.topSupportContainar .item:nth-child(3n) {
  border-right: none;
}

.topSupportContainar .item:nth-child(n+4) {
  border-bottom: none;
}

.topSupportContainar .item a {
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topSupportContainar .item a:hover {
  opacity: 0.8;
}

.topSupportContainar .item a .name {
  color: #0058A6;
  font-size: 22px;
  margin-left: 15px;
  font-weight: bold;
  line-height: 1.6;
}

.topSupportContainar .item .img {
  width: 30px;
  height: 30px;
}

.topSupportContainar .item .img img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1360px) {
  .topSupportContainar .item a .name {
    font-size: 16px;
  }
  .topSupportContainar .item a {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .topSupportContainar {
    margin-bottom: 50px;
  }
  .topSupportContainar .item {
    width: calc(100% / 2);
    border-right: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
  }
  .topSupportContainar .item:nth-child(2n) {
    border-right: none;
  }
  .topSupportContainar .item:nth-child(3n) {
    border-right: 1px solid #B7B7B7;
  }
  .topSupportContainar .item:nth-child(4) {
    border-bottom: 1px solid #B7B7B7;
  }
  .topSupportContainar .item:nth-child(n+5) {
    border-bottom: none;
  }
  .topSupportContainar .item:last-child {
    border-right: none;
  }
  .topSupportContainar .item a {
    text-decoration: none;
    padding: 21px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .topSupportContainar .item a:hover {
    opacity: 0.8;
  }
  .topSupportContainar .item a .name {
    margin-left: 0px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .topSupportContainar .item .img {
    width: 40px;
    height: 40px;
    position: relative;
    top: -3px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
  .topSupportContainar .item .img img {
    width: 40px;
    height: 40px;
  }
}

/* topCompanybox
--------------------------------------------------*/
.topCompanybox {
  position: relative;
  padding-top: 80px;
  margin-bottom: 140px;
}

.topCompanybox::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/top_section01.jpg) no-repeat center center/cover;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
}

.topCompanybox .itembox {
  width: 49.048%;
}

.topCompanybox .itembox .h3Ttl {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
}

.topCompanybox .itembox .h3Ttl span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.5em;
}

.topCompanybox .itembox .img {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  height: 265px;
}

.topCompanybox .itembox .img a {
  display: block;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topCompanybox .itembox .img a:hover {
  opacity: 0.8;
}

.topCompanybox .itembox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topCompanybox .itembox .img::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  background-color: #0058A6;
  z-index: 1;
}

.topCompanybox .itembox .img::after {
  content: '';
  display: block;
  position: absolute;
  right: 13px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.topCompanybox .itembox .img:hover::after {
  right: 10px;
}

@media screen and (max-width: 1200px) {
  .topCompanybox .itembox .h3Ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .topCompanybox {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
  .topCompanybox::before {
    content: '';
    display: block;
    position: absolute;
    background: url(/dcms_media/image/top_section01sp.jpg) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .topCompanybox .inner {
    width: 76%;
  }
  .topCompanybox .itembox {
    width: 100%;
    margin-bottom: 60px;
  }
  .topCompanybox .itembox:last-child {
    margin-bottom: 0;
  }
  .topCompanybox .itembox .h3Ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .topCompanybox .itembox .h3Ttl span {
    font-size: 16px;
  }
  .topCompanybox .itembox .img {
    height: auto;
  }
}

/* topNewsbox
--------------------------------------------------*/
.topNewsbox {
  margin-bottom: 95px;
}

.topNewsbox .dlb_rss {
  margin-bottom: 60px;
}

.topNewsbox .dlb_rss dl {
  border-style: solid;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topNewsbox .dlb_rss dl::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0058A6;
  border-right: 2px solid #0058A6;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topNewsbox .dlb_rss dl:hover::after {
  right: 10px;
}

.topNewsbox .dlb_rss .rss_date {
  color: #0058A6;
}

.topNewsbox .dlb_rss .rss_title {
  color: #0058A6;
}
.topNewsbox .dlb_rss .rss_title a{
  display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -o-align-items: start;
  -webkit-box-align: start;
  -ms-flex-align:start; /* ie 10 */
}
.topNewsbox .dlb_rss .rss_title .pdf {
  padding-right: 50px;
  font-weight: 500;
  position: relative;
  max-width: calc(100% - 205px);
}

.topNewsbox .dlb_rss .rss_title .pdf::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/ico-pdf.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 26px;
  right: 13px;
  top: -2px;
}

.topNewsbox .dlb_rss .rss_new {
  min-width: 120px;
  margin-right: 25px;
  text-align: center;
  background-color: #0058A6;
}

.topNewsbox .dlb_rss .rss_paging_container {
  text-align: center;
  margin-top: 40px;
}

.topNewsbox .dlb_rss .js-rss_paging_text {
  display: none;
}

.topNewsbox .dlb_rss .rss_paging_button.js-rss_paging_go_prev.rss_paging_button_unclickable {
  display: none;
}

.topNewsbox .dlb_rss .rss_paging_button.js-rss_paging_go_next.rss_paging_button_unclickable {
  display: none;
}

.topNewsbox .dlb_rss .rss_paging_button {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.topNewsbox .dlb_rss .rss_paging_button.js-rss_paging_go_first {
  color: #0058A6;
}

.topNewsbox .dlb_rss .rss_paging_button.js-rss_paging_go_last {
  color: #0058A6;
}

.topNewsbox .dlb_rss .js-rss_paging_each_page_button {
  color: #B7B7B7;
  border: 1px solid #B7B7B7;
}

.topNewsbox .dlb_rss .js-rss_paging_each_page_button.rss_paging_button_unclickable.rss_paging_button_current_page {
  color: #fff;
  background-color: #0058A6;
}

@media screen and (max-width: 768px) {
  .topNewsbox {
    margin-bottom: 60px;
  }
  .topNewsbox .dlb_rss {
    margin-bottom: 30px;
  }
  .topNewsbox .dlb_rss dl{
    display: block;
  }
  .topNewsbox .dlb_rss dl::after {
    right: 10px;
  }
  .topNewsbox .dlb_rss dl:hover::after {
    right: 5px;
  }
  .topNewsbox .dlb_rss .rss_title a{
    display: block;
    max-width: 100%;
  }
  .topNewsbox .dlb_rss .rss_title .pdf{
    display: revert;
    max-width: 100%;
    padding-right: 30px;
  }
  .topNewsbox .dlb_rss .rss_title .pdf::after{
    top: unset;
    width: 20px;
    height:  22px;
    bottom: -4px;
    right: 5px;
  }
  .topNewsbox .dlb_rss .rss_date {
    font-size: 12px;
    width: 110px;
  }
  .topNewsbox .dlb_rss .rss_title {
    font-size: 15px;
    padding: 3px 20px 3px 0;
    line-height: 2;
  }
  .topNewsbox .dlb_rss .rss_new {
    width: 90px;
    display: block;
    margin-right: 10px;
    padding: 0px 3px;
    font-size: 10px;
    position: absolute;
    top: 15px;
    left: 90px;
  }
  .topNewsbox .dlb_rss .rss_ttl {
  /*  -webkit-transform: translateX(-110px);
            transform: translateX(-110px);
    display: block;
    width: calc(100% + 110px);*/
  }
}

@media screen and (max-width: 690px) {
  .topNewsbox .dlb_rss .rss_ttl {
    /*-webkit-transform: translateX(-90px);
            transform: translateX(-90px);
    display: block;
    width: calc(100% + 90px);*/
  }
}

@media screen and (max-width: 480px) {
  .topNewsbox .dlb_rss .rss_ttl {
    /*-webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    display: block;
    width: calc(100% + 80px);*/
  }
}

/* topSustabox
--------------------------------------------------*/
.topSustabox {
  margin-bottom: 90px;
  padding-top: 80px;
  padding-bottom: 70px;
  background: url(/dcms_media/image/top_section02.jpg) no-repeat center center/cover;
}

.topSustabox .text {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.778;
}

@media screen and (max-width: 768px) {
  .topSustabox {
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 70px;
    background: url(/dcms_media/image/top_section02sp.jpg) no-repeat center center/cover;
  }
  .topSustabox .text {
    margin-bottom: 60px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .topSustabox .text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* topPickBox
--------------------------------------------------*/
.topPickBox {
  margin-bottom: 200px;
}

.topPickBox__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topPickBox__slider__item {
  width: 31.7757%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.topPickBox__slider__item a {
  color: #333;
  text-decoration: none;
}

.topPickBox__slider__item .img {
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}

.topPickBox__slider__item .txtbox .title {
  display: block;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 20px;
  position: relative;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 8px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.topPickBox__slider__item .txtbox .title::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0058A6;
  border-right: 2px solid #0058A6;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topPickBox__slider .slick-prev {
  cursor: pointer;
}

.topPickBox__slider .slick-prev::before {
  background: url(../image/common/slider-arrow--prev.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: -170px;
  right: auto;
  left: 0.5%;
  width: 72px;
  height: 97px;
  z-index: 10;
  top: auto;
}

.topPickBox__slider .slick-prev::after {
  content: none;
}

.topPickBox__slider .slick-next {
  cursor: pointer;
}

.topPickBox__slider .slick-next::before {
  background: url(../image/common/slider-arrow--next.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: -170px;
  left: auto;
  right: 0.5%;
  width: 72px;
  height: 97px;
  z-index: 10;
  top: auto;
}

.topPickBox__slider .slick-next::after {
  content: none;
}

@media screen and (max-width: 690px) {
  .topPickBox__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topPickBox__slider__item {
    width: 46%;
  }
  .topPickBox__slider__item .txtbox .title {
    font-size: 20px;
  }
  .topPickBox__slider__item .txtbox .title::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0058A6;
    border-right: 2px solid #0058A6;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media screen and (max-width: 480px) {
  .topPickBox__slider__item {
    width: 100%;
  }
  .topPickBox__slider__item .img {
    width: 100%;
    -o-object-position: center center;
       object-position: center center;
  }
  .topPickBox__slider__item .txtbox .title {
    font-size: 20px;
    position: relative;
  }
  .topPickBox__slider__item .txtbox .title::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0058A6;
    border-right: 2px solid #0058A6;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .topPickBox__slider .slick-prev {
    cursor: pointer;
  }
  .topPickBox__slider .slick-prev::before {
    bottom: -170px;
    left: 0.5%;
    width: 72px;
    height: 97px;
  }
  .topPickBox__slider .slick-prev::after {
    content: none;
  }
  .topPickBox__slider .slick-next {
    cursor: pointer;
  }
  .topPickBox__slider .slick-next::before {
    bottom: -170px;
    right: 0.5%;
    width: 72px;
    height: 97px;
    z-index: 10;
  }
  .topPickBox__slider .slick-next::after {
    content: none;
  }
}

/*-------------------------------
---------------------------------
---------------------------------
---------------------------------
---------------------------------
---------------------------------
企業情報
---------------------------------
---------------------------------
---------------------------------
---------------------------------
---------------------------------
-------------------------------*/
/*_______________________________________

企業情報ーごあいさつ
_______________________________________*/
.profileMessagebox {
  margin-bottom: 130px;
}

.profileMessagebox .left {
  width: 46.3%;
}

.profileMessagebox .left .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  margin-bottom: 20px;
}

.profileMessagebox .left .txt:last-child {
  margin-bottom: 30px;
}

.profileMessagebox .left .name {
  width: 280px;
  margin-left: auto;
}

.profileMessagebox .right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .profileMessagebox {
    margin-bottom: 90px;
  }
  .profileMessagebox .left {
    width: 100%;
  }
  .profileMessagebox .left .txt {
    font-size: 15px;
    line-height: 1.733;
  }
  .profileMessagebox .left .txt:last-child {
    margin-bottom: 40px;
  }
  .profileMessagebox .left .name {
    width: 200px;
  }
  .profileMessagebox .right {
    width: 100%;
    margin-bottom: 40px;
  }
}

/*_______________________________________

企業情報ー会社概要
_______________________________________*/
.profileProfilebox .table {
  border-collapse: inherit;
  border: 1px solid #C9C9C9;
  width: 100%;
}

.profileProfilebox .table tr {
  border-bottom: 1px solid #c9c9c9;
}

.profileProfilebox .table tr:last-child {
  border-bottom: none;
}

.profileProfilebox .table tr th {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  border-right: 1px solid #C9C9C9;
  background-color: #F6F6F6;
  vertical-align: middle;
  padding: 20px;
  width: 20%;
  min-width: 180px;
}

.profileProfilebox .table tr th .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.profileProfilebox .table tr td {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  padding: 20px;
}

.profileProfilebox .table tr td .position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.profileProfilebox .table tr td .position .yaku {
  width: 25%;
  margin-right: 30px;
  font-weight: 400;
}

.profileProfilebox .table tr td .position .name {
  width: 50%;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .profileProfilebox .table {
    border: none;
    width: 100%;
  }
  .profileProfilebox .table tr {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .profileProfilebox .table tr th {
    font-size: 15px;
    border: none;
    padding: 11px;
    width: 100%;
    min-width: auto;
  }
  .profileProfilebox .table tr th .sub {
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
  }
  .profileProfilebox .table tr td {
    font-size: 15px;
    padding: 11px;
    width: 100%;
  }
  .profileProfilebox .table tr td .position {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
  .profileProfilebox .table tr td .position .yaku {
    width: 50%;
    margin-right: 3%;
    font-weight: 400;
  }
  .profileProfilebox .table tr td .position .name {
    width: 50%;
    font-weight: 400;
  }
}

.profileProfilebox.en .table {
  border-collapse: inherit;
  border: 1px solid #C9C9C9;
  width: 100%;
}

.profileProfilebox.en .table tr {
  border-bottom: 1px solid #c9c9c9;
}

.profileProfilebox.en .table tr:last-child {
  border-bottom: none;
}

.profileProfilebox.en .table tr th {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  border-right: 1px solid #C9C9C9;
  background-color: #F6F6F6;
  vertical-align: middle;
  padding: 20px;
  width: 20%;
  min-width: 180px;
}

.profileProfilebox.en .table tr th .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.profileProfilebox.en .table tr td {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  padding: 20px;
}

.profileProfilebox.en .table tr td .position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.profileProfilebox.en .table tr td .position .yaku {
  width: 41%;
  margin-right: 30px;
  font-weight: 400;
}

.profileProfilebox.en .table tr td .position .name {
  width: 45%;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .profileProfilebox.en .table {
    border: none;
    width: 100%;
  }
  .profileProfilebox.en .table tr {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .profileProfilebox.en .table tr th {
    font-size: 15px;
    border: none;
    padding: 11px;
    width: 100%;
    min-width: auto;
  }
  .profileProfilebox.en .table tr th .sub {
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
  }
  .profileProfilebox.en .table tr td {
    font-size: 15px;
    padding: 11px;
    width: 100%;
  }
  .profileProfilebox.en .table tr td .position {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
  .profileProfilebox.en .table tr td .position .yaku {
    width: 42%;
    margin-right: 30px;
    font-weight: 400;
  }
  .profileProfilebox.en .table tr td .position .name {
    width: 45%;
    font-weight: 400;
  }
}

/*_______________________________________

企業情報ー経営方針
_______________________________________*/
.profilePolicy_title {
  margin-bottom: 100px;
}

.profilePolicy_title.mb {
  margin-bottom: 30px;
}

.profilePolicy_title .txt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.profilePolicy_title .txt .span {
  display: block;
  font-family: 'Outfit', sans-serif;
  color: #0058A6;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .profilePolicy_title {
    margin-bottom: 70px;
  }
  .profilePolicy_title .txt {
    font-size: 18px;
  }
  .profilePolicy_title .txt .span {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.profilePolicy_img {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .profilePolicy_img {
    margin-bottom: 70px;
  }
}

.profilePolicy_flex {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.profilePolicy_flex .img {
  width: 190px;
  min-width: 190px;
  margin-right: 30px;
}

.profilePolicy_flex .txtbox .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .profilePolicy_flex {
    margin-bottom: 70px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .profilePolicy_flex .img {
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .profilePolicy_flex .img img {
    max-width: 190px;
  }
  .profilePolicy_flex .txtbox {
    width: 100%;
  }
  .profilePolicy_flex .txtbox .txt {
    text-align: center;
  }
}

/*_______________________________________

企業情報ー三ツ星ベルトの歩み
_______________________________________*/
.profileHistorybox .table {
  border: 1px solid #C9C9C9;
  width: 100%;
  border-collapse: inherit;
}

.profileHistorybox .table tr {
  border-bottom: 1px solid #c9c9c9;
}

.profileHistorybox .table tr:last-child {
  border-bottom: none;
}

.profileHistorybox .table tr th {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  border: 0;
  border-right: 1px solid #C9C9C9;
  background-color: #F6F6F6;
  vertical-align: baseline;
  padding: 20px 0px 20px 20px;
  width: 20%;
  min-width: 210px;
}

.profileHistorybox .table tr td {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  padding: 20px;
  border: 0;
  border-right: 1px solid #C9C9C9;
}

.profileHistorybox .table tr td.year {
  width: 85px;
  vertical-align: baseline;
  text-align: center;
}

.profileHistorybox .table tr td .btn {
  display: block;
  margin-top: 10px;
}

.profileHistorybox .table tr td .btn a {
  background-color: #0058A6;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 4px 30px 4px 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.profileHistorybox .table tr td .btn a:hover {
  opacity: 0.8;
}

.profileHistorybox .table tr td .btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .profileHistorybox .table {
    border: none;
    width: 100%;
  }
  .profileHistorybox .table tr {
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .profileHistorybox .table tr th {
    font-size: 15px;
    border-right: none;
    padding: 11px;
    height: 55px;
    width: 100%;
  }
  
  .profileHistorybox .table tr td {
    font-size: 15px;
    padding: 11px;
    border-right: none;
    width: 100%;
  }
  .profileHistorybox .table tr td.year {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .profileHistorybox .table tr td .btn {
    display: block;
    margin-top: 10px;
  }
  .profileHistorybox .table tr td .btn a {
    background-color: #0058A6;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding: 4px 30px 4px 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .profileHistorybox .table tr td .btn a:hover {
    opacity: 0.8;
  }
  .profileHistorybox .table tr td .btn a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

/*_______________________________________

企業情報ーコーポレートガバナンス
_______________________________________*/
.profileGoverTxt {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.6875;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .profileGoverTxt {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.profileGoverover {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.profileGoverover::-webkit-scrollbar {
  display: none;
}

.profileGoverover .profileGovertable {
  width: 100%;
  width: 1080px;
}

.profileGoverover .profileGovertable tr {
  border: none;
  border-bottom: 1px solid #c9c9c9 !important;
}

.profileGoverover .profileGovertable tr th {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border: none;
  border-right: 1px solid #c9c9c9;
}

.profileGoverover .profileGovertable tr th.none {
  border: none;
}

.profileGoverover .profileGovertable tr th.thead {
  text-align: center;
  background-color: #3E3E3E;
  color: #fff;
  padding: 25px 5px;
}

.profileGoverover .profileGovertable tr th.ttitle {
  text-align: left;
  min-width: 210px;
  width: 20%;
  background-color: #F6F6F6;
  padding: 26px 20px;
}

.profileGoverover .profileGovertable tr th.ttitle .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.profileGoverover .profileGovertable tr td {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border: none;
  border-right: 1px solid #c9c9c9;
  vertical-align: middle;
}

.profileGoverover .profileGovertable tr td.pad {
  padding: 26px 10px;
}

.profileGoverover .profileGovertable tr td a {
  text-decoration: none;
  color: #000;
}

.profileGoverover .profileGovertable tr td.txt-left {
  text-align: left;
}

.profileGoverover .profileGovertable tr td.none {
  border: none;
}

@media screen and (max-width: 1380px) {
  .profileGoverover {
    overflow-x: scroll;
    -ms-overflow-style: initial;
    scrollbar-width: initial;
  }
}

@media screen and (max-width: 768px) {
  .profileGoverover .profileGovertable {
    width: 100%;
    width: 1080px;
  }
  .profileGoverover .profileGovertable tr th {
    font-size: 15px;
  }
  .profileGoverover .profileGovertable tr th.thead {
    padding: 19.5px 5px;
  }
  .profileGoverover .profileGovertable tr th.ttitle {
    padding: 19.5px 20px;
  }
  .profileGoverover .profileGovertable tr th.ttitle .sub {
    font-size: 13px;
  }
  .profileGoverover .profileGovertable tr td {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .profileGoverover {
    margin-right: -10%;
  }
}

/*_______________________________________

企業情報ー国内ネットワーク-海外ネットワーク
_______________________________________*/
.profifeOfficetable {
  width: 100%;
}

.profifeOfficetable tr {
  border-bottom: 1px solid #C9C9C9;
}

.profifeOfficetable tr:first-child {
  border-top: 1px solid #C9C9C9;
}

.profifeOfficetable tr th {
  background-color: #F6F6F6;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  width: 20%;
  border: none;
  border-right: 1px solid #c9c9c9;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.profifeOfficetable tr th span {
  display: inline-block;
  min-width: 85px;
}

.profifeOfficetable tr .officeCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 20px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.profifeOfficetable tr .officeCont .left {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6875;
}

.profifeOfficetable tr .officeCont .left .name {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.profifeOfficetable tr .officeCont .left .tel a {
  text-decoration: none;
  color: #000;
}

.profifeOfficetable tr .officeCont .left .month {
  margin-top: 15px;
}

.profifeOfficetable tr .officeCont .left .product .span {
  display: inline-block;
  color: #1083BF;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  border: 1px solid #1083BF;
  padding: 2px 4px;
}

.profifeOfficetable tr .officeCont .left .commonBtn01 {
  margin-top: 20px;
  margin-bottom: 0;
}

.profifeOfficetable tr .officeCont .right {
  width: 270px;
  min-width: 270px;
  margin-left: 20px;
}

.profifeOfficetable tr .officeCont .right .img {
  height: 165px;
}

.profifeOfficetable tr .officeCont .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profileLnternal_img a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.profileLnternal_img a .img {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.profileLnternal_img a .txtLink {
  display: block;
  text-align: left;
  line-height: 1.2;
}

.profileLnternal_img a .txtLink .pdf {
  display: inline-block;
  color: #ff1d25;
  font-weight: 400;
  border: 1px solid #ff1d25;
  padding: 0 3px;
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  .profifeOfficetable {
    width: 100%;
  }
  .profifeOfficetable tr {
    border: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .profifeOfficetable tr:first-child {
    border: none;
  }
  .profifeOfficetable tr:last-child {
    border-bottom: 1px solid #C9C9C9;
  }
  .profifeOfficetable tr th {
    width: 100%;
    padding: 11px;
    padding-left: 15px;
    font-size: 15px;
    border-right: none;
  }
  .profifeOfficetable tr .officeCont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 15px;
    width: 100%;
  }
  .profifeOfficetable tr .officeCont .left {
    width: 100%;
    font-size: 15px;
  }
  .profifeOfficetable tr .officeCont .left .month {
    margin-top: 10px;
  }
  .profifeOfficetable tr .officeCont .left .product .span {
    display: inline-block;
    color: #1083BF;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    border: 1px solid #1083BF;
    padding: 2px 4px;
  }
  .profifeOfficetable tr .officeCont .left .commonBtn01 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .profifeOfficetable tr .officeCont .left .commonBtn01 a .txt {
    font-size: 15px;
  }
  .profifeOfficetable tr .officeCont .right {
    width: 100%;
    width: auto;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .profifeOfficetable tr .officeCont .right .img {
    height: auto;
  }
  .profileLnternal_img {
    text-align: center;
  }
  .profileLnternal_img a .txtLink {
    font-size: 15px;
  }
}

.dlb_rss #all .commonH3ttl:last-of-type,
.dlb_rss #tab1 .commonH3ttl:last-of-type,
.dlb_rss #tab2 .commonH3ttl:last-of-type,
.dlb_rss #tab3 .commonH3ttl:last-of-type,
.dlb_rss #tab4 .commonH3ttl:last-of-type,
.dlb_rss #tab5 .commonH3ttl:last-of-type{
  display: none;
}
.dlb_rss .commonH3ttl{
  margin-top: 60px;
}
/*# sourceMappingURL=new_original.css.map */