@charset "UTF-8";

.center {
  text-align: center;
}


/*  ========================
    *********  会社概要 table  *********
=============================================  */
.company_table table {
    table-layout: fixed;
    min-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.company_table table th {
    width: 180px;
    min-width: 180px;
    border: 1px solid #BCBBBB;
    background: #E8F4FD;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: center;
    padding: 16px;
}
.access .company_table table th {
	text-align: left;
}
.company_table table td {
    border: 1px solid #BCBBBB;
    background: #fff;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    padding: 16px 30px;
}
.b_menber {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 0.5em;
}
.b_menber dt {
  width: 120px;
}
.company_table table .blue {
	background: #E8F4FD;
}
@media screen and (max-width: 768px) { 
    .company_table table th {
            width: 18vw;
        min-width: 18vw;
    }
    .company_table table td {
        padding: 2.6vw;
    }
}

/*  ========================
    *********  Group  *********
=============================================  */
.icon_link {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../img/common/ico_window.svg') no-repeat center top;
    background-size: contain;
    margin-left: 5px;
}
@media screen and (max-width: 768px) {
    .group.company_table table th {
        width: 25vw;
        min-width: 25vw;
    }
    .group.company_table table td.name {
        background: #E8F4FD;
    }
}

/*  ========================
    *********  message  *********
=============================================  */
.message .ttl,
.access .ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.right {
    text-align: right;
}
.message .name {
    margin-top: 40px;
}
.message .right_indent {
    margin-right: 1em;
}
h4.common_ttl03 {
	text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 768px) { 
  .access .ttl {
    font-size: 4vw;
  }
  .message .ttl {
    font-size: 4.4vw
  }
}

/*  ========================
    *********  philosophy  *********
=============================================  */
.philosophy .proverb {
    color: #246BA1;
    font-size: 18px;
    line-height: 2;
    margin: 60px 0;
}
.philosophy .block {
    background: #E8F4FD;
    padding: 50px 40px;
    margin-top: 60px;
}
.statement {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #151515;
}
.statement.bod {
  border-bottom: 1px solid #BCBBBB;
}
.statement span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #246BA1;
    color: #FFF;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: .5s;
    margin-right: 20px;
    font-weight: bold;
    text-align: center;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) { 
    .statement {
        align-items: flex-start;
        border-bottom: 1px solid #BCBBBB;
    }
    .philosophy .proverb {
        margin: 18.2vw 0;
    }
    .philosophy .block {
        padding: 7vw 5vw;
        margin-top: 18.2vw;
    }
    .statement span {
	  width: 26px;
	  height: 26px;
	  font-size: 3.38vw;
	  line-height: 26px;
  	}
}

/*  ========================
    *********  access  *********
=============================================  */

.access .company_table table {
    margin-bottom: 60px;
    table-layout: fixed;
}
.access .company_table table td.dept {
    width: 185px;
    background: #E8F4FD;
}
.access .company_table table td.contact {
    width: 210px;
}
.en_page .access .company_table table td.dept,
.en_page .access .company_table table td.contact {
  width: auto;
}

.office_block {
  background: #FFF;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin: 0 0 -1px;
  position: relative;
}
.office_block::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 215px;
  height: 1px;
  background-color: #246BA1;
}
.office_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
}

.office_dept {
  flex: 0 0 230px;
  font-weight: bold;
  color: #333;
  text-align: left;
  position: relative;
  align-self: flex-start;
  padding-left: 30px;
}
.office_info {
  flex: 1;
  padding-left: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.office_info p {
  margin: 0;
}
/* Googlemap リンク（右側） entry-page-mix  */
.office_map {
  flex: 0 0 auto;
}
.office_map a,
.entry a.map_link {
  color: #246BA1;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.office_map a:hover {
  text-decoration: underline;
}
.office_map .map_icon,
.entry .map_icon {
  margin-left: 4px;
  width: 13px;
  height: 16px;
  background-image: url(../../assets/img/company/access/googlemap_icon.svg);
  margin-right: 35px;
}

.entry .map_icon {
  margin-left: 4px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .access .company_table {
    margin-bottom: 60px;
  }
  .access .company_table table {
      width: 100%;
      margin-bottom: 0;
  }
  .access .company_table table td {
    width: 35vw;
  }
  .office_block::before {
    width: 27.9vw;
  }
  .office_dept {
    flex: 0 0 27.9vw;
  }
  .office_content {
    display: flex;
  }
  .office_dept {
    margin-bottom: 12px;
    width: 40%;
    padding-left: 5vw;
  }
  .office_info {
    padding: 0 3vw;
    margin-bottom: 12px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
  }
  .office_map {
    width: 100%;
    text-align: left;
    margin-top: 2vw;
  }

  /* 浮動要素クリアを忘れずに */
  .office_content::after {
    content: '';
    display: block;
    clear: both;
  }

  .en_page .access .company_table table td.dept {
    border-bottom: none;
  }
  .en_page .access .company_table table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .access .company_table table {
    border-bottom: 1px solid #BCBBBB;
  }
}



/*  ========================
  *********  iso  *********
=============================================  */
#iso .iso_top {
  padding-top: 80px;
  margin-bottom: 40px;
}
#iso .page_contents .inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 40px;
}
#iso .flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#iso .flex .box {
    width: 47.5%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
}
.bg_white {
    background: #fff;
}
#iso .flex02 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
}
#iso .flex02 h3 {
    margin-right: auto;
    font-weight: bold;
    font-size: 19px;
}
#iso .flex p {
    padding-top: 20px;
}
.iso_table table {
    table-layout: fixed;
    min-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.iso_table table th {
    width: 180px;
    min-width: 180px;
    border: 1px solid #BCBBBB;
    background: #E8F4FD;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: center;
    padding: 16px;
}
.iso_table table td {
    border: 1px solid #BCBBBB;
    background: #fff;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    padding: 16px 30px;
}

@media screen and (max-width: 768px) { 
  #iso .page_contents .inner {
    padding: 0 5vw;
  }
  #iso .iso_top {
    padding-top: 8vw;
  }
  #iso .flex {
    flex-wrap: wrap;
  }
  #iso .flex .box {
    width: 100%;
    margin-bottom: 20px;
  }
  #iso table .top_line_off,
  #iso table th.line_head.top_line_off {
    border-top: none;
  }
  #iso .iso_table table th {
    width: 65vw;
    min-width: 65vw;
  }
  #iso .iso_table table th.left {
    text-align: left;
  }
  #iso .iso_table table th.line_head {
    width: 25vw;
    min-width: 25vw;
  }
  
  .en_page #iso .iso_table table th.line_head {
    width: 28vw;
    min-width: 28vw;
  }
  .en_page #iso .iso_table table th {
	  width: 100%;
	  min-width: 100%;
  }
  .iso_table table td {
    padding: 16px;
  }
}

/*  ========================
  *********  download  *********
=============================================  */

.download_top .inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 80px 40px 0;
}
#download .common_ttl03 {
    margin-bottom: 20px;
    text-indent: -1em;
    padding-left: 1em;
}
.download_txt01 {
    font-size: 16px;
    margin-bottom: 70px;
}
#download .flex {
  display: flex;
  align-items: center;
  gap: 0 55px;
  padding-bottom: 60px;
}
#download .flex img {
    width: 100%;
    max-width: 354px;
}
#download .flex div {
  width: 100%;
}

.btn_dl {
    width: 356px;
    display: inline-block;
    border: 1px solid #246BA1;
    color: #246BA1;
    padding: 20px 0px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-weight: bold;
    text-align: center;
}
.btn_dl:hover {
    background-color: #246BA1;
    color: #fff;
    text-decoration: none;
}
.btn_dl .icon_pdf {
    display: inline-block;
    width: 17px;
    height: 24px;
    background: url('../img/download/icon_pdf.png') no-repeat center top;
    background-size: contain;
    margin-right: 10px;
}
.btn_dl:hover .icon_pdf {
    filter: brightness(0) invert(1);
}
a.link {
  color: #246BA1;
  text-decoration: underline;
}

@media screen and (max-width: 768px) { 
  .download_top .inner {
    padding: 8vw 5vw 0;
  }
  #download .flex {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
  }
  #download .flex img {
    width: 64%;
    margin-bottom: 6vw;
  }
  #download .common_ttl03 {
    margin-bottom: 2vw;
  }
  .btn_dl {
    width: 84%;
    display: block;
    margin: 0 auto;
  }
}

/*  ========================
  *********  privacy  *********
=============================================  */
.privacy_top {
    width: 100%;
    max-width: 1280px;
    padding: 80px 40px 100px;
    margin: auto;
}
.privacy_top .common_ttl03 {
  margin-bottom: 20px;
}
.privacy_top ol {
  list-style: none;
  counter-reset: ol_li;
}
.privacy_top ol li {
  padding-left: 2em;
  text-indent: -2em;
}
.privacy_top ol li:before {
  counter-increment: ol_li;
  content: counters(ol_li, ".", decimal-leading-zero) ".";
  color: #246BA1;
  padding-right: 0.6em;
}
@media screen and (max-width: 768px) { 
  .privacy_top {
      max-width: 100%;
      padding: 15vw 5vw;
  }
  .privacy_top .common_ttl03 {
    margin-bottom: 2vw;
  }
}

/*  ========================
  *********  recycle お問い合わせ  *********
=============================================  */
.entry .recycle_nav01 .recycle_nav_list01 {
	width: 123vw;
}
.entry .recycle_wrap .office_info {
  padding-left: 0;
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 20px;
}
.tel_flex {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.entry .recycle_wrap a.tel {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #246BA1;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: bold;
}
.entry .recycle_wrap .tel .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../../assets/img/common/ico_tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
}

.btn01 {
  width: 356px;
  margin: 20px 0 auto;
}
.btn01.mail a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 70px;
    background: #246BA1;
    text-align: center;
    text-decoration: none;
    border: 1px solid #246BA1;
}
.btn01.mail a:hover {
    background-color: #FFF;
    color: #246BA1;
    border: 1px solid #246BA1;
    text-decoration: none;
}
 .btn01.mail a .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_mail_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
}
.btn01.mail a:hover .icon {
    background-image: url(../../assets/img/common/ico_mail.svg);
}

.entry .recycle_wrap .btn01.pdf {
    border: 1px solid #246BA1;
    color: #246BA1;
    background-color: #FFF;
    line-height: 70px;
    transition: all 0.3s ease;
}
.entry .recycle_wrap .btn01.pdf a {
   display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 19px;
 }
.entry .recycle_wrap .btn01.pdf:hover {
    background-color: #246BA1;
    text-decoration: none;
}
.entry .recycle_wrap .btn01.pdf:hover a {
    color: #FFF;
}
.entry .recycle_wrap .icon_pdf {
    display: inline-block;
    width: 17px;
    height: 24px;
    background: url('../img/download/icon_pdf.png') no-repeat center top;
    background-size: contain;
    margin-right: 10px;
}

@media screen and (max-width: 768px) { 
  .tel_flex {
    flex-direction: column;
    justify-content: left;
    margin: 0;
    align-items: flex-start;
  }
  .btn01 {
    width: 84%;
    margin: 20px auto auto;
  }
}


/*  ========================
  *********  font  *********
=============================================  */
@media screen and (max-width: 768px) { 
  .company_wrap p,
  .access p,
  .download_top p,
  #iso .iso_top p,
  .privacy_top p,
  .privacy_top ol {
    font-size: 3.47vw;
  }
}

/*  ========================
  *********  common （追加分）  *********
=============================================  */
.en_page .company_content02 .inner .company_wrap {
  width: 100%;
}
.en_page .company_content02 .inner .company_wrap img {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.en_page .company_content02 .inner .company_wrap .ratio_img01 {
  text-align: center;
}
.flex_common {
    display: flex;
    align-items: center;
    gap: 0 60px;
}
.flex_common div {
  width: 50%;
}
.flex_common div h2 span {
  display: block;
  color: #246BA2;
  font-size: 16px;
}
.en_page .history_list dl dd {
  display: flex;
  gap: 0 30px;
}
.en_page .history_list dl dd p:first-of-type {
  min-width: 140px;
}
.history_list dl.bod_none:last-child:before {
  content: none;
}

/* history */
.en_page .flex_common h2 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.en_page .flex_common {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) { 
  .en_page .flex_common {
    padding-bottom: 15.5vw;
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .en_page .flex_common div {
    width: 100%;
  }
  .en_page .flex_common h2 {
    font-size: 5.33vw;
    margin-bottom: 4vw;
  }

  .history_list dl.pc {
    display: none;
  }
  .en_page .history_list dl dd {
    flex-wrap: wrap;
  }
  .en_page .history_list dl dd p:first-of-type {
    min-width: 100%;
  }
}

/*  ========================
  *********  研究開発  *********
=============================================  */
.flex.flex02,
.flex.flex03 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.flex.flex02 .box {
    width: 47.5%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
}
.flex.flex02 .box h4.common_ttl03 {
  margin-bottom: 20px;
}
.flex.flex03 .box {
  width: 32%;
}
.head_dot li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.head_dot li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #29ABE2;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.8em;
}
@media screen and (max-width: 768px) {
  .flex.flex02,
  .flex.flex03 {
    flex-wrap: wrap;
    gap: 20px 0;
  } 
  .flex.flex02 .box,
  .flex.flex03 .box {
    width: 100%;
  }
}

/*  ========================
  *********  sdgs  *********
=============================================  */

/* 使いまわせるように・・・ */
.flex_wrap {
  display: flex;
  align-items: center;
  gap: 0 60px;
  margin-bottom: 120px;
}
.en02 {
  font-size: 20px;
  margin-bottom: 20px;
}
.en02::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #246BA1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
.title02 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}
.txt02 {
    font-size: 16px;
}
.flex_wrap .flex_box01 {
  width: 50%;
}
.flex_wrap .flex_box03 {
  width: 50%;
}

.service-section {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 60px;
  width: 100%;
  max-width: 1280px;
  padding: 40px;
  margin: auto;
}
#sdgs .inner_box {
  position: relative;
  z-index: 1;
  background: #FFF;
  border: 1px solid #246BA1;
  border-radius: 16px;
  padding: 40px 0;
}
#sdgs .object01 {
  position: absolute;
  top: 5%;
  left: 0;
}
#sdgs .object02 {
  position: absolute;
  top: 68%;
  right: -200px;
}

.service-section .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 60px;
  padding: 0;
}
.service-section.last {
  margin-bottom: 120px;
}
.service-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-header-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.service-number {
  font-size: 64px;
  font-weight: bold;
  color: #246BA1;
  font-family: "Poppins";
  font-weight: 400;
}
.service-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  font-weight: bold;
}
.service-icons {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.service-icons img {
  width: 48px;
  height: auto;
}
.service-header,
.service-description,
.service-cards {
  padding: 0 40px;
}
.service-section hr {
  border: none;
  border-top: 1px solid #246BA1;
  margin: 60px 0;
}
.service-description {
  line-height: 1.6;
  color: #333;
  margin-bottom: 40px;
}
.service-cards {
  display: flex;
  gap: 0 30px;
  flex-wrap: wrap;
  width: 80%;
  margin-bottom: 40px;
}
.service-card {
  flex: 1;
  min-width: 280px;
}
.service-card img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
.service-card-title {
  margin-top: 20px;
  font-weight: bold;
  color: #246BA1;
}

.btn02 {
  width: 72%;
  max-width: 356px;
  margin-left: auto;
  margin-right: 40px;
}
.btn02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  background: #F6F6F6;
  height: 40px;
}
.btn02 a .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #246BA1;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #246BA1;
  transition: .5s;
}
.btn02 a .icon::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../../assets/img/common/ico_arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  transition: .5s;
}
#business_top #business .inner .btn02.uq a {
  background-color: #FFF;
}
#business_top #business .inner .btn02.uq a:hover .icon::after,
.btn02 a .icon::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(-50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}
#business_top #business .inner .btn02.uq a:hover,
.btn02 a:hover {
    color: #fff;
    background: #246BA1;
    text-decoration: none;
}

.btn02 a:hover .icon,
#business_top #business .inner .btn02.uq a:hover .icon {
    background: #fff;
}

.btn02 a:hover .icon::before {
    left: calc(150% - 8px);
}
.btn02 a:hover .icon::after {
    left: calc(50% - 8px);
}

#business_top .btn02 {
  margin: 40px auto 0;
}
.business_icon {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
}
.business_icon li {
  max-width: 88px;
}
.emp {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) { 
  #business_top #business .inner .btn02.uq {
    margin: 40px 0 0 auto;
  }
  #business_top #business .inner .btn02.uq a {
    background: #F6F6F6;
  }
}
@media screen and (max-width: 768px) { 
  #sdgs .object01,
  #sdgs .object02 {
    display: none;
  }
  .flex_wrap {
    flex-wrap: wrap;
    gap: 40px 0;
    margin-bottom: 0;
  }
  .flex_wrap .flex_box01,
  .flex_wrap .flex_box03 {
    width: 100%;
  }

  .service-section {
    width: 90%;
    margin: 12% auto 0;
  }
  #sdgs .inner_box {
    padding: 5.33vw 0;
  }
  .service-header-left {
    line-height: 1.5;
    margin-bottom: 5.33vw;
  }
  .service-number {
    font-size: 8.53vw;
  }
  #sdgs .business_icon {
    justify-content: center;
    margin: auto;
    flex: auto;
    gap: 0 2.6vw;
  }
  .business_icon li {
    max-width: fit-content;
    width: 18%;
  }
  .service-section {
    padding: 0;
  }
  .service-section hr {
    margin: 8vw 0;
  }
  .service-header,
  .service-description,
  .service-cards {
    padding: 0 5.33vw;
  }
  .service-cards {
    width: 100%;
    margin-bottom: 0;
  }
  .service-card {
    margin-bottom: 8vw;
  }
  .service-section.last {
    margin-bottom: 13.33vw;
  }
  .emp {
    text-align: left;
  }
  .service-section .btn02 {
    margin: 0 auto;
  }
  .btn02 a {
    font-size: 4vw;
    padding: 3vw;
    height: auto;
  }
}




/*  ========================
  *********  business_top  *********
=============================================  */
#business_top #business {
    background: #fff;
    padding: 110px 0;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

#business_top #business .object {
    width: 600px;
    position: absolute;
    z-index: -1;
    left: -520px;
    top: -300px;
}

#business_top #business .inner {
    max-width: 1280px;
    margin: auto;
    padding: 0 40px;
    position: relative;
}
#business_top #business .inner .flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#business_top #business .inner .flex .row2 {
    width: 48%;
    margin-bottom: 60px;
}

#business_top #business .inner .flex .row2 a {
    text-decoration: none;
}

#business_top #business .inner .flex .row2 a span {
    display: block;
}

#business_top #business .inner .flex .row2 a .image {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 12px;
}

#business_top #business .inner .flex .row2 a .image img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
    display: block;
}

#business_top #business .inner .flex .row2 a:hover .image img {
    transform: scale(1.05);
}

#business_top #business .inner .flex .row2 a .en {
    color: #246BA1;
    font-size: 16px;
    margin-bottom: 5px;
}

#business_top #business .inner .flex .row2 a .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#business_top #business .inner .flex .row2 a .txt {
    font-size: 16px;
}


#business_top #business .inner .flex .row2 a .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #246BA1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: .5s;
    margin-left: 20px;
}

#business_top #business .inner .flex .row2 a .icon::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

#business_top #business .inner .flex .row2 a .icon::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(-50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

#business_top #business .inner .flex .row2 a:hover .icon::before {
    left: calc(150% - 8px);
}

#business_top #business .inner .flex .row2 a:hover .icon::after {
    left: calc(50% - 8px);
}

@media only screen and (max-width:768px) {
    #business_top #business {
        padding: 0;
        background: #F6F6F6;
    }
    #business_top #business .inner.bggray {
      background-color: #F6F6F6;
    }
    #business_top #business .object {
        width: 80vw;
        left: -28vw;
        top: -20vw;
    }

    #business_top #business .inner {
        position: relative;
        z-index: -1;
        max-width: 100%;
        padding: 14vw 5vw;
        background: #fff;
    }

    #business_top #business .inner .flex {
        width: 100%;
        display: block;
    }

    #business_top #business .inner .flex .row2 {
        width: 100%;
        margin-bottom: 12vw;
    }

    #business_top #business .inner .flex .row2 a .image {
        margin-bottom: 2vw;
        border-radius: 2vw;
    }

    #business_top #business .inner .flex .row2 a .en {
        font-size: 3.7vw;
        margin-bottom: 1vw;
    }

    #business_top #business .inner .flex .row2 a .title {
        font-size: 4.3vw;
        margin-bottom: 3vw;
    }

    #business_top #business .inner .flex .row2 a .txt {
        font-size: 3.7vw;
    }


    #business_top #business .inner .flex .row2 a .icon {
        width: 6.4vw;
        height: 6.4vw;
        margin-left: 3vw;
    }

    #business_top #business .inner .flex .row2 a .icon::before {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    #business_top #business .inner .flex .row2 a .icon::after {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(-50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    #business_top #business .inner .flex .row2 a:hover .icon::before {
        left: calc(150% - 1.6vw);
    }

    #business_top #business .inner .flex .row2 a:hover .icon::after {
        left: calc(50% - 1.6vw);
    }
}

/* CSS */
#error-404 {
	text-align: center;
	margin: 120px auto;
	width: 80%;
}
#error-404 h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
#error-404 .btn01 {
	margin: 20px auto;
}