@charset "UTF-8";
/* global */ /* font */
/* base */
/* margin block 변수 */
/* grid system XD 사이즈 */
/* path */
/* media query */
/* font */
/* margin-bottom 
*  @param {number} $length - block 개수
*  @param {number} $font-size - font-size
*  @param {number} $line-height - line-height
*  @param {number} $marginBlockPx - _variable.scss 에 선언한 pc,tablet,mobile 마진블럭 개당 px 값
*                                   default 값은 pc마진블럭, 랩탑,모바일에서 마진값 변동시 변수값 변경 후 사용
*                                   ex)  tablet - marginBottom(2,18,30,$tabletBlockSize)
*                                   ex)  mobile - marginBottom(2,18,30,$mobileBlockSize)
*                                   블럭개수 없고 기본 margin rem 사용 시
*                                   ex)  marginBottom(0,null,null,픽셀값입력), marginBottom(0,$marginBlockPx:픽셀값입력)
*
*/
/* margin-top
*  위와 동일 하나 margin-bottom 을 기본적으로 사용 하지만 예외적인 경우 margin-top 사용
*  예외 - 타이틀부분 공통 처리를 하였는데 서브타이틀이 사용되지 않는 페이지의 경우 타이틀에 불필요한 margin-bottom 이 들어갈 경우 등
*/
/* font-size */
/* 말줄임 */
/* transform */
/* vw 계산기 */
/* grid */
/* flex */
/* background */
/* bullet */
/* clear */
/* wordBreak */
/* base */
/* path */
/* layout */
#header #gnb > ul > li a {
  padding: 0 38px;
}
#header #gnb > ul > li:first-child > a {
  padding-left: 56px;
}
#header #gnb > ul > li:nth-of-type(4) > a {
  padding: 0 38px;
}
#header #gnb > ul > li:nth-of-type(5) > a {
  padding: 0 34px;
}
#header #gnb > ul > li:last-of-type > a {
  padding: 0 39px;
}
#header #gnb.on > ul > li:first-child > a {
  padding: 0 52px 0 56px;
}
#header #gnb.on > ul > li:nth-of-type(2) > a {
  padding: 0 54px 0 54px;
}
#header #gnb.on > ul > li:nth-of-type(3) > a {
  padding: 0 50px 0 50px;
}
#header #gnb.on > ul > li:nth-of-type(4) > a {
  padding: 0 50px 0 50px;
}
#header #gnb.on > ul > li:nth-of-type(5) > a {
  padding: 0 67px 0 67px;
}
#header #gnb.on > ul > li:last-child > a {
  padding: 0 65px 0 65px;
}

/* components */
/* plugin */
/* page */
.main .sec_visual .slide_1 .bg {
  background: url("/resources/jp/local/images/main/main_sec_visual_bg01.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.main .sec_visual .slide_2 .bg {
  background: url("/resources/jp/local/images/main/main_sec_visual_bg02.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.main .sec_visual .slide_3 .bg {
  background: url("/resources/jp/local/images/main/main_sec_visual_bg03.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .main .sec_visual .slide_1 .bg {
    background: url("/resources/jp/local/images/main/main_sec_visual_m_bg01.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec_visual .slide_2 .bg {
    background: url("/resources/jp/local/images/main/main_sec_visual_m_bg02.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec_visual .slide_3 .bg {
    background: url("/resources/jp/local/images/main/main_sec_visual_m_bg03.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1023px) {
  .main .sec02 .list_wrap .list li {
    padding-top: 59.6%;
  }
  .main .sec02 .list_wrap .list li:nth-child(1) {
    background: url("/resources/jp/local/images/main/main_sec01_m_bg01.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec02 .list_wrap .list li:nth-child(2) {
    background: url("/resources/jp/local/images/main/main_sec01_m_bg02.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec02 .list_wrap .list li:nth-child(3) {
    background: url("/resources/jp/local/images/main/main_sec01_m_bg03.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec02 .list_wrap .list li:nth-child(4) {
    background: url("/resources/jp/local/images/main/main_sec01_m_bg04.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
@media (max-width: 766px) {
  .main .sec02 .list_wrap .list li {
    padding-top: 89%;
  }
}
@media (min-width: 1024px) {
  .main .sec05 .con02 .group_txt {
    height: 67px;
  }
}

.history .sec01 {
  margin-bottom: 11.25rem;
}
.history .sec01 .con_title {
  margin-bottom: 5.625rem;
}
@media (max-width: 1023px) {
  .history .sec01 {
    margin-bottom: 5.625rem;
  }
  .history .sec01 .con_title {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 766px) {
  .history .sec.sec1 {
    margin-bottom: 5.625rem;
  }
  .history .sec.sec1 .con_title {
    margin-bottom: 3.75rem;
  }
}

.about .sec01 .intro_slide .swiper-slide {
  height: 730px;
  overflow: hidden;
}
.about .sec01 .intro_slide .swiper-slide img.pc {
  display: block;
}
.about .sec01 .intro_slide .swiper-slide img.m {
  display: none;
}
@media (max-width: 1023px) {
  .about .sec01 .intro_slide .swiper-slide {
    height: 440px;
  }
  .about .sec01 .intro_slide .swiper-slide.building img {
    top: 0 !important;
    bottom: unset !important;
  }
}
@media (max-width: 766px) {
  .about .sec01 .intro_slide .swiper-slide {
    height: 215px;
  }
  .about .sec01 .intro_slide .swiper-slide img {
    min-width: 340px;
  }
  .about .sec01 .intro_slide .swiper-slide img.pc {
    display: none;
  }
  .about .sec01 .intro_slide .swiper-slide img.m {
    display: block;
  }
}
.about .sec02 {
  padding: 0;
  background-color: #ffffff;
}
.about .sec02 .con02 .inner {
  padding: 0 40px;
}
.about .sec02 .con02 .con_item {
  padding-top: 58px;
}
.about .sec02 .con02 .con_item01 {
  margin-bottom: 7.5rem;
  background: url("/resources/jp/local/images/company/about_sec02_item1_pcBg.jpg") top center no-repeat;
  background-size: 1720px 420px;
}
.about .sec02 .con02 .con_item02 {
  background: url("/resources/jp/local/images/company/about_sec02_item2_pcBg.jpg") top center no-repeat;
  background-size: 1720px 420px;
}
.about .sec02 .con02 .con_item .txt_box {
  color: #ffffff;
}
.about .sec02 .con02 .con_item .txt_box span {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.5454545455;
}
.about .sec02 .con02 .con_item .txt_box strong {
  display: block;
  padding: 4px 0 17px;
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
  word-break: break-all;
}
.about .sec02 .con02 .con_item .txt_box p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.5789473684;
  word-break: break-all;
}
.about .sec02 .con02 .con_item .list {
  padding-top: 60px;
  font-size: 0;
}
.about .sec02 .con02 .con_item .list li {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333333% - 14px);
  margin-right: 21px;
  height: 164px;
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.about .sec02 .con02 .con_item .list li:last-of-type {
  margin-right: 0;
}
.about .sec02 .con02 .con_item .list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 0 0 30px;
  background-color: #ffffff;
  transition: all 0.3s;
  position: relative;
}
.about .sec02 .con02 .con_item .list li a p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  font-weight: 600;
  color: #444444;
}
.about .sec02 .con02 .con_item .list li a i {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  left: 30px;
  bottom: 30px;
}
.about .sec02 .con02 .con_item .list li a:after {
  display: block;
  position: absolute;
  top: 38px;
  right: 30px;
  width: 14px;
  height: 14px;
  content: "";
  background: url("/resources/jp/global/images/button/button_arrow_black.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .about .sec02 .con02 .con_item .list li a:hover {
    background-color: #26247B;
  }
  .about .sec02 .con02 .con_item .list li a:hover p {
    color: #ffffff;
  }
  .about .sec02 .con02 .con_item .list li a:hover::after {
    background: url("/resources/jp/global/images/button/button_arrow_white.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.about .sec02 .con02 .con_item01 .list li:nth-of-type(1) a i {
  background: url("/resources/jp/local/images/company/about_sec02_list01_icon01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec02 .con02 .con_item01 .list li:nth-of-type(2) a i {
  background: url("/resources/jp/local/images/company/about_sec02_list01_icon02.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec02 .con02 .con_item01 .list li:nth-of-type(3) a i {
  background: url("/resources/jp/local/images/company/about_sec02_list01_icon03.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec02 .con02 .con_item01 .list li:nth-of-type(4) a i {
  background: url("/resources/jp/local/images/company/about_sec02_list01_icon04.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .about .sec02 .con02 .con_item01 .list li:nth-of-type(1) a:hover i {
    background: url("/resources/jp/local/images/company/about_sec02_list01_icon01_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .about .sec02 .con02 .con_item01 .list li:nth-of-type(2) a:hover i {
    background: url("/resources/jp/local/images/company/about_sec02_list01_icon02_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .about .sec02 .con02 .con_item01 .list li:nth-of-type(3) a:hover i {
    background: url("/resources/jp/local/images/company/about_sec02_list01_icon03_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .about .sec02 .con02 .con_item01 .list li:nth-of-type(4) a:hover i {
    background: url("/resources/jp/local/images/company/about_sec02_list01_icon04_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.about .sec02 .con02 .con_item02 .list li:nth-of-type(1) a i {
  background: url("/resources/jp/local/images/company/about_sec02_list02_icon01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec02 .con02 .con_item02 .list li:nth-of-type(2) a i {
  background: url("/resources/jp/local/images/company/about_sec02_list02_icon02.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec02 .con02 .con_item02 .list li:nth-of-type(3) a i {
  background: url("/resources/jp/local/images/company/about_sec02_list02_icon03.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec02 .con02 .con_item02 .list li:nth-of-type(4) a i {
  background: url("/resources/jp/local/images/company/about_sec02_list02_icon04.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .about .sec02 .con02 .con_item02 .list li:nth-of-type(1) a:hover i {
    background: url("/resources/jp/local/images/company/about_sec02_list02_icon01_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .about .sec02 .con02 .con_item02 .list li:nth-of-type(2) a:hover i {
    background: url("/resources/jp/local/images/company/about_sec02_list02_icon02_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .about .sec02 .con02 .con_item02 .list li:nth-of-type(3) a:hover i {
    background: url("/resources/jp/local/images/company/about_sec02_list02_icon03_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .about .sec02 .con02 .con_item02 .list li:nth-of-type(4) a:hover i {
    background: url("/resources/jp/local/images/company/about_sec02_list02_icon04_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 1023px) {
  .about .sec02 .con01 {
    margin-bottom: 2.8125rem;
  }
  .about .sec02 .con02 .inner {
    padding: 0;
  }
  .about .sec02 .con02 .con_item {
    padding: 60px 0 120px;
  }
  .about .sec02 .con02 .con_item01 {
    margin-bottom: 0;
    background: url("/resources/jp/local/images/company/about_sec02_item1_mBg.jpg") 0 0 no-repeat;
    background-size: cover;
  }
  .about .sec02 .con02 .con_item02 {
    background: url("/resources/jp/local/images/company/about_sec02_item2_mBg.jpg") 0 0 no-repeat;
    background-size: cover;
  }
  .about .sec02 .con02 .con_item .txt_box span {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .about .sec02 .con02 .con_item .txt_box strong {
    padding: 1px 0 11px;
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .about .sec02 .con02 .con_item .txt_box p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
    word-break: keep-all;
  }
  .about .sec02 .con02 .con_item .list {
    padding-top: 40px;
  }
  .about .sec02 .con02 .con_item .list li {
    display: block;
    width: 100%;
    margin-right: 0;
    height: 100%;
    height: auto;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.16);
  }
  .about .sec02 .con02 .con_item .list li + li {
    margin-top: 10px;
  }
  .about .sec02 .con02 .con_item .list li a {
    width: 100%;
    padding: 20px;
  }
  .about .sec02 .con02 .con_item .list li a > * {
    display: inline-block;
    vertical-align: middle;
  }
  .about .sec02 .con02 .con_item .list li a p {
    width: calc(100% - 45px);
    padding-left: 20px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.6875;
  }
  .about .sec02 .con02 .con_item .list li a i {
    position: static;
    display: inline-block;
    width: 45px;
    height: 45px;
  }
  .about .sec02 .con02 .con_item .list li a::after {
    width: 12px;
    height: 12px;
    top: 37px;
    right: 20px;
  }
}
.about .sec03 .type_box {
  font-size: 0;
}
.about .sec03 .type_box .type {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
  margin-right: 30px;
}
.about .sec03 .type_box .type:first-child a {
  background-image: url("/resources/jp/local/images/company/about_sec03_ceo_bg01.png");
}
.about .sec03 .type_box .type:last-of-type {
  margin-right: 0;
}
.about .sec03 .type_box .type:last-of-type a {
  background-image: url("/resources/jp/local/images/company/about_sec03_ceo_bg01.png");
}
.about .sec03 .type_box .type a {
  position: relative;
  display: block;
  width: 100%;
  padding: 34px 5px 47px 30px;
  background-color: #ffffff;
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  border: 1px solid #26247B;
  transition: all 0.3s;
}
.about .sec03 .type_box .type a > p {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.25;
  color: #222222;
  font-weight: 600;
}
.about .sec03 .type_box .type a .name {
  padding-top: 28px;
}
.about .sec03 .type_box .type a .name > * {
  display: block;
}
.about .sec03 .type_box .type a .name strong {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.4545454545;
  color: #444444;
}
.about .sec03 .type_box .type a .name p {
  margin-top: 0.3125rem;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #444444;
}
.about .sec03 .type_box .type a .name p::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
  content: "";
  width: 9px;
  height: 16px;
  background: url("/resources/jp/local/images/company/about_sec03_arrow_gray.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .about .sec03 .type_box .type {
    cursor: pointer;
  }
  .about .sec03 .type_box .type:hover a {
    transform: translateY(-20px);
    background-color: #26247B;
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
  }
  .about .sec03 .type_box .type:hover a > p {
    color: #ffffff;
  }
  .about .sec03 .type_box .type:hover a .name strong {
    color: #ffffff;
  }
  .about .sec03 .type_box .type:hover a .name p {
    color: #ffffff;
  }
  .about .sec03 .type_box .type:hover a .name p::after {
    background: url("/resources/jp/local/images/company/about_sec03_arrow_white.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 1023px) {
  .about .sec03 .title {
    margin-bottom: 2.5rem;
  }
  .about .sec03 .type_box .type {
    display: block;
    width: 100%;
  }
  .about .sec03 .type_box .type:last-of-type {
    margin-top: 20px;
  }
  .about .sec03 .type_box .type a {
    padding: 33px 7px 30px 20px;
    background-size: contain;
  }
  .about .sec03 .type_box .type a > p {
    font-size: 1.4375rem;
    letter-spacing: 0;
    line-height: 1.2608695652;
  }
  .about .sec03 .type_box .type a .name {
    padding-top: 20px;
  }
  .about .sec03 .type_box .type a .name strong {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .about .sec03 .type_box .type a .name p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .about .sec03 .type_box .type a .name p::after {
    width: 6px;
    height: 11px;
    margin-left: 8px;
  }
}
@media (max-width: 766px) {
  .about .sec03 .title {
    margin-bottom: 2.5rem;
  }
}
.about .sec04 {
  margin-bottom: 11.25rem;
  padding: 0;
  background: none;
}
.about .sec04::before {
  display: none;
}
.about .sec04 .con_title h3 {
  font-size: 3.75rem;
  letter-spacing: 0;
  line-height: 1.2666666667;
  color: #222222;
}
.about .sec04 .con_title p {
  color: #444444;
}
.about .sec04 .con01 {
  margin-bottom: 11.25rem;
}
.about .sec04 .con01 .type_box {
  margin-top: 5.625rem;
  font-size: 0;
}
.about .sec04 .con01 .type_box .box {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
  margin-right: 30px;
}
.about .sec04 .con01 .type_box .box:last-of-type {
  margin-right: 0;
}
.about .sec04 .con01 .type_box .box .img_box {
  width: 100%;
}
.about .sec04 .con01 .type_box .box .img_box img {
  width: 100%;
}
.about .sec04 .con01 .type_box .box p {
  padding: 30px 0;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #444444;
  word-break: keep-all;
}
.about .sec04 .con02 .banner {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 65px 10px 74px 140px;
  background: url("/resources/jp/local/images/company/about_banner_bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.about .sec04 .con02 .banner p {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.34375;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 28px;
}
.about .sec04 .con02 .banner .btn {
  color: #ffffff;
  background-color: transparent;
}
.about .sec04 .con02 .banner .btn::after {
  background-image: url("/resources/jp/global/images/button/button_outlink_white.svg");
  background-position: 0 0;
}
@media (min-width: 1024px) {
  .about .sec04 .con02 .banner .btn:not(.disabled):hover {
    background-color: #26247B;
  }
}
@media (max-width: 1023px) {
  .about .sec04 {
    margin-bottom: 0;
  }
  .about .sec04 .con_title h3 {
    font-size: 1.9375rem;
    letter-spacing: 0;
    line-height: 1.2580645161;
  }
  .about .sec04 .con01 {
    margin-bottom: 7.5rem;
  }
  .about .sec04 .con01 .type_box {
    margin-top: 3.75rem;
  }
  .about .sec04 .con01 .type_box .box p {
    padding: 20px 0;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .about .sec04 .con02 .banner {
    max-width: 100%;
    padding: 48px 20px 56px 20px;
    background: url("/resources/jp/local/images/company/about_banner_mbg.jpg") center no-repeat;
    background-size: cover;
    border-radius: 0;
  }
  .about .sec04 .con02 .banner p {
    font-size: 1.4375rem;
    letter-spacing: 0;
    line-height: 1.2608695652;
    padding-bottom: 18px;
  }
}
@media (max-width: 766px) {
  .about .sec04 .con_title h3 {
    font-size: 1.9375rem;
    letter-spacing: 0;
    line-height: 1.2580645161;
  }
  .about .sec04 .con01 {
    margin-bottom: 7.5rem;
  }
  .about .sec04 .con01 .type_box {
    margin-top: 3.75rem;
  }
  .about .sec04 .con01 .type_box .box {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .about .sec04 .con01 .type_box .box:last-of-type {
    margin-top: 3.75rem;
    margin-right: 0;
  }
}
.about .sec05 {
  position: relative;
  padding: 172px 0 180px;
  background-color: unset;
}
.about .sec05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 524px;
  background: url("/resources/jp/global/images/company/bg_vdo.png") center no-repeat;
  background-size: cover;
}
.about .sec05 .vdo_wrap {
  margin-bottom: 3.3125rem;
}
.about .sec05 .vdo_wrap .vdo_area {
  position: relative;
  padding-bottom: 56.25%;
}
.about .sec05 .vdo_wrap video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about .sec05 .vdo_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about .sec05 .vdo_wrap .vdo_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/resources/jp/global/images/company/vdo_thumbnail_100.png") center no-repeat;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}
.about .sec05 .vdo_wrap .vdo_bg i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.about .sec05 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.3333333333;
  color: #444444;
}
.about .sec05 .con_title p {
  color: #444444;
}
@media (max-width: 1023px) {
  .about .sec05 {
    padding: 100px 0;
  }
  .about .sec05::before {
    height: 279px;
    background: #26247B;
  }
  .about .sec05 .vdo_wrap {
    margin-bottom: 2.1875rem;
  }
  .about .sec05 .vdo_wrap .vdo_bg i {
    width: 45px;
    height: 45px;
  }
  .about .sec05 .con_title h3 {
    font-size: 1.6875rem;
    letter-spacing: 0;
    line-height: 1.2592592593;
  }
}
@media (max-width: 766px) {
  .about .sec05 .vdo_wrap {
    margin-bottom: 2.1875rem;
  }
}
.about .content .common_popup .cont {
  max-width: 980px;
  height: calc(100% - 80px);
}
.about .content .common_popup .cont .con_box {
  padding: 48px 30px 60px 30px;
  height: calc(100% - 80px);
  overflow-y: scroll;
}
.about .content .common_popup .cont .con_box strong {
  display: block;
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
  color: #222222;
}
.about .content .common_popup .cont .con_box > img {
  display: none;
}
.about .content .common_popup .cont .con_box > p {
  margin-top: 27px;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.5454545455;
  font-weight: 600;
  color: #222222;
}
.about .content .common_popup .cont .con_box .txt_wrap {
  margin-top: 3.75rem;
}
.about .content .common_popup .cont .con_box .txt_wrap p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #444444;
}
.about .content .common_popup .cont .con_box .txt_wrap .txt_box {
  margin-top: 2.8125rem;
  font-size: 0;
}
.about .content .common_popup .cont .con_box .txt_wrap .txt_box > * {
  display: inline-block;
  vertical-align: top;
}
.about .content .common_popup .cont .con_box .txt_wrap .txt_box .box {
  width: calc(100% - 316px);
  padding-right: 51px;
}
.about .content .common_popup .cont .con_box .txt_wrap .txt_box .box > p + p {
  margin-top: 2.8125rem;
}
.about .content .common_popup .cont .con_box .txt_wrap .txt_box .box .name {
  margin-top: 60px;
}
.about .content .common_popup .cont .con_box .txt_wrap .txt_box .box .name strong {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.5454545455;
  color: #222222;
}
.about .content .common_popup .cont .con_box .txt_wrap .txt_box .box .name p {
  margin-top: 4px;
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.4117647059;
}
.about .content .common_popup .cont .con_box .txt_wrap .txt_box img {
  width: 316px;
}
@media (max-width: 1023px) {
  .about .content .common_popup .cont {
    height: calc(100% - 60px);
  }
  .about .content .common_popup .cont .con_box {
    height: calc(100% - 60px);
    padding: 30px 20px 40px 20px;
  }
  .about .content .common_popup .cont .con_box strong {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .about .content .common_popup .cont .con_box > p {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .about .content .common_popup .cont .con_box > img {
    margin-top: 1.125rem;
    display: block;
  }
  .about .content .common_popup .cont .con_box .txt_wrap {
    margin-top: 2.5rem;
  }
  .about .content .common_popup .cont .con_box .txt_wrap p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .about .content .common_popup .cont .con_box .txt_wrap .txt_box {
    margin-top: 1.875rem;
  }
  .about .content .common_popup .cont .con_box .txt_wrap .txt_box > * {
    display: block;
  }
  .about .content .common_popup .cont .con_box .txt_wrap .txt_box .box {
    width: 100%;
    padding-right: 0;
  }
  .about .content .common_popup .cont .con_box .txt_wrap .txt_box .box p + p {
    margin-top: 1.875rem;
  }
  .about .content .common_popup .cont .con_box .txt_wrap .txt_box .box .name {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .about .content .common_popup .cont .con_box .txt_wrap .txt_box .box .name strong {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.1111111111;
  }
  .about .content .common_popup .cont .con_box .txt_wrap .txt_box .box .name p {
    margin-top: 6px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.125;
  }
  .about .content .common_popup .cont .con_box .txt_wrap .txt_box img {
    display: none;
  }
}
@media (max-width: 766px) {
  .about .content .common_popup .cont .con_box .txt_wrap {
    margin-top: 2.5rem;
  }
  .about .content .common_popup .cont .con_box .txt_wrap .txt_box {
    margin-top: 1.875rem;
  }
  .about .content .common_popup .cont .con_box .txt_wrap .txt_box .box p + p {
    margin-top: 1.875rem;
  }
  .about .content .common_popup .cont .con_box .txt_wrap .txt_box .box .name {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 1399px) {
  .global-network .lnbWrap {
    display: none;
  }
}

.chemical-business.engineering-plastics .top_visual_con .company_area .bg {
  background: url("/resources/jp/local/images/chemical-business/engineering-plastics_sec01_img.jpg") center no-repeat;
  background-size: cover;
}
.chemical-business.ion-exchange-resins .top_visual_con .company_area .bg {
  background: url("/resources/jp/local/images/chemical-business/ion-exchange-resins_sec01_img.jpg") center no-repeat;
  background-size: cover;
}
.chemical-business.electronic-materials-solutions .top_visual_con .company_area .bg {
  background: url("/resources/jp/local/images/chemical-business/electronic-materials-solutions_sec01_img.jpg") center no-repeat;
  background-size: cover;
}
.chemical-business.chemical-rnd .top_visual_con .company_area .bg {
  background: url("/resources/jp/local/images/chemical-business/chemical-rnd_sec01_img.jpg") center no-repeat;
  background-size: cover;
}
.chemical-business .container .content {
  padding-bottom: 0;
}
.chemical-business .sec {
  margin-bottom: 11.25rem;
}
.chemical-business .sec:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .chemical-business .sec {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 766px) {
  .chemical-business .sec {
    margin-bottom: 7.5rem;
  }
}
.chemical-business .sec .top_visual_con {
  position: relative;
  padding-bottom: 180px;
}
.chemical-business .sec .top_visual_con .company_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 3.75rem;
}
.chemical-business .sec .top_visual_con .company_area .curtain_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.chemical-business .sec .top_visual_con .company_area .curtain_wrap > div {
  position: absolute;
  width: calc(50% - 490px);
  height: 100%;
  top: 0;
  background-color: #fff;
}
.chemical-business .sec .top_visual_con .company_area .curtain_wrap .left {
  left: 0;
}
.chemical-business .sec .top_visual_con .company_area .curtain_wrap .right {
  right: 0;
}
.chemical-business .sec .top_visual_con .company_area .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 1920px;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  z-index: 10;
}
@media (max-width: 1023px) {
  .chemical-business .sec .top_visual_con {
    padding-bottom: 120px;
  }
  .chemical-business .sec .top_visual_con .company_area {
    width: 89.6%;
    height: 215px;
    margin-top: 3.75rem;
  }
  .chemical-business .sec .top_visual_con .company_area .curtain_wrap {
    display: none;
  }
  .chemical-business .sec .top_visual_con .company_area .bg {
    min-width: unset;
    height: 100%;
    background-size: auto 100%;
  }
}
@media (max-width: 766px) {
  .chemical-business .sec .top_visual_con .company_area {
    width: 89.334%;
    margin: 0 5.333%;
    height: 215px;
    margin-top: 3.75rem;
  }
}
.chemical-business .sec .txt_inner_box p {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.4545454545;
  color: #222222;
}
.chemical-business .sec .txt_inner_box p + p {
  margin-top: 2.5rem;
}
@media (max-width: 1023px) {
  .chemical-business .sec .txt_inner_box p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.3888888889;
  }
  .chemical-business .sec .txt_inner_box p + p {
    margin-top: 1.875rem;
  }
}
@media (max-width: 766px) {
  .chemical-business .sec .txt_inner_box p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .chemical-business .sec .txt_inner_box p + p {
    margin-top: 1.875rem;
  }
}
.chemical-business .sec .info_list_box {
  padding: 55px 0;
  font-size: 0;
  text-align: center;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}
.chemical-business .sec .info_list_box li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
}
.chemical-business .sec .info_list_box li:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 63px;
  content: "";
  transform: translateY(-50%);
  background-color: #aaa;
}
.chemical-business .sec .info_list_box li:last-of-type::after {
  display: none;
}
.chemical-business .sec .info_list_box li .txt1 {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4285714286;
  font-weight: 600;
  color: #222222;
}
.chemical-business .sec .info_list_box li strong {
  display: block;
  padding: 22px 0 12px;
  font-size: 3.75rem;
  letter-spacing: 0;
  line-height: 1.1;
  color: #222222;
}
.chemical-business .sec .info_list_box li strong span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.7272727273;
  font-weight: 600;
}
.chemical-business .sec .info_list_box li .txt2 {
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.4117647059;
  color: #666666;
}
@media (max-width: 1023px) {
  .chemical-business .sec .info_list_box {
    padding: 0;
  }
  .chemical-business .sec .info_list_box li {
    display: inline-block;
    width: 50%;
    padding: 26px 5px 32px 5px;
  }
  .chemical-business .sec .info_list_box li::after {
    display: none;
  }
  .chemical-business .sec .info_list_box li:nth-of-type(n + 3) {
    border-top: 1px solid #ddd;
  }
  .chemical-business .sec .info_list_box li .txt1 {
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
  .chemical-business .sec .info_list_box li strong {
    padding: 11px 0 3px;
    font-size: 2.125rem;
    letter-spacing: 0;
    line-height: 1.2941176471;
  }
  .chemical-business .sec .info_list_box li strong span {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .chemical-business .sec .info_list_box li .txt2 {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.3571428571;
  }
}
.chemical-business .sec .product_slide ul {
  overflow: hidden;
  padding: 0 1px;
  font-size: 0;
}
.chemical-business .sec .product_slide .btn_wrap {
  text-align: center;
}
.chemical-business .sec .product_slide .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333333% - 20px);
  height: 260px;
  margin-right: 30px;
}
.chemical-business .sec .product_slide .item:nth-of-type(3n) {
  margin-right: 0;
}
.chemical-business .sec .product_slide .item:nth-of-type(n + 4) {
  margin-top: 30px;
}
.chemical-business .sec .product_slide .item a {
  display: block;
  width: 100%;
  height: 100%;
  outline: 1px solid #aaa;
  outline-offset: -1px;
  overflow: hidden;
  position: relative;
}
.chemical-business .sec .product_slide .item a:after {
  display: block;
  position: absolute;
  top: 35px;
  right: 25px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/resources/jp/global/images/button/button_outlink_gray.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  transition: all 0.4s ease-in-out;
}
.chemical-business .sec .product_slide .item a * {
  transition: all 0.4s ease-in-out;
}
.chemical-business .sec .product_slide .tit_wrap {
  padding: 30px 30px 0 30px;
}
.chemical-business .sec .product_slide .tit_wrap .tit {
  font-size: 0;
  padding-right: 20px;
  box-sizing: border-box;
}
.chemical-business .sec .product_slide .tit_wrap .tit > * {
  display: inline-block;
  vertical-align: top;
}
.chemical-business .sec .product_slide .tit_wrap .tit span {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.2307692308;
  margin-right: 6px;
  font-weight: 600;
  color: #292929;
}
.chemical-business .sec .product_slide .tit_wrap .tit sup {
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.1176470588;
  font-weight: 600;
  color: #322FA2;
}
.chemical-business .sec .product_slide .tit_wrap .sub_tit {
  padding-top: 7px;
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.4117647059;
  color: #545454;
}
.chemical-business .sec .product_slide .img_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px;
  overflow: hidden;
  background-color: #eee;
  z-index: -1;
  transition: height 0.4s ease-in-out;
}
.chemical-business .sec .product_slide .img_box img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.chemical-business .sec .product_slide .img_box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/resources/jp/local/images/chemical-business/engineering_sec02_list_img_dim.png") 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 10;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .chemical-business .sec .product_slide .item a:hover:after {
    background: url("/resources/jp/global/images/button/button_outlink_white.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .chemical-business .sec .product_slide .item a:hover .tit_wrap .tit span {
    color: #ffffff;
  }
  .chemical-business .sec .product_slide .item a:hover .tit_wrap .tit sup {
    color: #ffffff;
  }
  .chemical-business .sec .product_slide .item a:hover .tit_wrap .sub_tit {
    color: #ffffff;
  }
  .chemical-business .sec .product_slide .item a:hover .img_box {
    height: 100%;
  }
  .chemical-business .sec .product_slide .item a:hover .img_box:before {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .chemical-business .sec .product_slide .item {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333333% - 10px);
    height: 174px;
    margin-right: 15px;
  }
  .chemical-business .sec .product_slide .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .chemical-business .sec .product_slide .item:nth-of-type(n + 4) {
    margin-top: 15px;
  }
  .chemical-business .sec .product_slide .item a::after {
    top: 17px;
    right: 15px;
    width: 14px;
    height: 14px;
  }
  .chemical-business .sec .product_slide .tit_wrap {
    padding: 17px 15px 0;
  }
  .chemical-business .sec .product_slide .tit_wrap .tit span {
    margin: 0;
    font-size: 1.0625rem;
    letter-spacing: 0;
    line-height: 1.1176470588;
  }
  .chemical-business .sec .product_slide .tit_wrap .tit span.spacing {
    font-size: 1.0625rem;
    letter-spacing: 0;
    line-height: 1.1176470588;
  }
  .chemical-business .sec .product_slide .tit_wrap .tit sup {
    display: block;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.3571428571;
  }
  .chemical-business .sec .product_slide .tit_wrap .sub_tit {
    display: none;
  }
  .chemical-business .sec .product_slide .img_box {
    height: 80px;
  }
}
@media (max-width: 766px) {
  .chemical-business .sec .product_slide .item {
    width: calc(50% - 7.5px);
    margin-right: 0;
  }
  .chemical-business .sec .product_slide .item:nth-of-type(odd) {
    margin-right: 15px;
  }
  .chemical-business .sec .product_slide .item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.chemical-business .sec .field_list {
  font-size: 0;
}
.chemical-business .sec .field_list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 160px;
  border: 1px solid #aaa;
  overflow: hidden;
}
.chemical-business .sec .field_list li + li {
  margin-left: -1px;
}
.chemical-business .sec .field_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 10px 0 26px;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
}
.chemical-business .sec .field_list li a i {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 26px;
  bottom: 21px;
}
.chemical-business .sec .field_list li a p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  font-weight: 600;
  color: #444444;
}
.chemical-business .sec .field_list li a:after {
  display: block;
  position: absolute;
  top: 29px;
  right: 30px;
  width: 14px;
  height: 14px;
  content: "";
  background: url("/resources/jp/global/images/button/button_outlink_black.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .chemical-business .sec .field_list:not(.no_link) li a:hover {
    background-color: #26247B;
  }
  .chemical-business .sec .field_list:not(.no_link) li a:hover p {
    color: #ffffff;
  }
  .chemical-business .sec .field_list:not(.no_link) li a:hover::after {
    background: url("/resources/jp/global/images/button/button_outlink_white.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media (min-width: 1024px) {
  .chemical-business .sec .field_list:not(.no_link) li:hover {
    position: relative;
    z-index: 1;
    border-color: #322FA2;
  }
  .chemical-business .sec .field_list:not(.no_link) li:hover p {
    color: #ffffff;
  }
}
.chemical-business .sec .field_list.grid4row2 li:nth-of-type(5) {
  margin-left: 0;
}
.chemical-business .sec .field_list.grid4row2 li:nth-of-type(n + 5) {
  margin-top: -1px;
}
.chemical-business .sec .field_list.grid3row2 li {
  width: 33.333333%;
}
.chemical-business .sec .field_list.grid3row2 li:nth-of-type(4) {
  margin-left: 0;
}
.chemical-business .sec .field_list.grid3row2 li:nth-of-type(5) {
  margin-left: 0;
  margin-left: -1px;
}
.chemical-business .sec .field_list.grid3row2 li:nth-of-type(n + 4) {
  margin-top: -1px;
}
.chemical-business .sec .field_list.no_link li a {
  padding: 22px 0;
  text-align: center;
}
.chemical-business .sec .field_list.no_link li a i {
  left: 50%;
  bottom: 21px;
  transform: translateX(-50%);
}
.chemical-business .sec .field_list.no_link li a:after {
  display: none;
}
@media (max-width: 1023px) {
  .chemical-business .sec .field_list.no_link li a {
    padding: 20px;
    text-align: left;
  }
  .chemical-business .sec .field_list.no_link li a i {
    left: 26px;
    transform: none;
  }
}
@media (max-width: 1023px) {
  .chemical-business .sec .field_list li {
    width: calc(50% - 5px) !important;
    height: auto;
    margin-right: 10px;
  }
  .chemical-business .sec .field_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .chemical-business .sec .field_list li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .chemical-business .sec .field_list li a {
    padding: 20px;
  }
  .chemical-business .sec .field_list li a > * {
    display: inline-block;
    vertical-align: middle;
  }
  .chemical-business .sec .field_list li a i {
    position: static;
    display: inline-block;
    width: 45px;
    height: 45px;
  }
  .chemical-business .sec .field_list li a p {
    width: calc(100% - 45px);
    padding-left: 20px;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .chemical-business .sec .field_list li a::after {
    top: 37px;
    right: 20px;
    width: 12px;
    height: 12px;
  }
  .chemical-business .sec .field_list.grid3row2 li:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}
@media (max-width: 766px) {
  .chemical-business .sec .field_list li {
    width: 100% !important;
    display: block;
    margin: 0;
  }
  .chemical-business .sec .field_list li + li {
    margin-top: 10px !important;
    margin-left: 0;
  }
}
.chemical-business .sec .page_banner {
  width: 100%;
  padding: 117px 0 104px;
}
.chemical-business .sec .page_banner p {
  margin-bottom: 3.625rem;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .chemical-business .sec .page_banner {
    width: 100%;
    padding: 70px 0;
  }
  .chemical-business .sec .page_banner p {
    margin-bottom: 2rem;
    font-size: 1.4375rem;
    letter-spacing: 0;
    line-height: 1.2608695652;
  }
}
.chemical-business .sec .corporation_box .type {
  font-size: 0;
}
.chemical-business .sec .corporation_box .type + .type {
  margin-top: 5.625rem;
}
.chemical-business .sec .corporation_box .type > * {
  display: inline-block;
  vertical-align: top;
}
.chemical-business .sec .corporation_box .type > img {
  width: 430px;
}
.chemical-business .sec .corporation_box .type .txt_box {
  width: calc(100% - 430px);
  padding-left: 60px;
}
.chemical-business .sec .corporation_box .type .txt_box .tit_box strong {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.1538461538;
  color: #444444;
}
.chemical-business .sec .corporation_box .type .txt_box .sub_txt {
  padding: 13px 0 30px;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  word-break: break-all;
  word-wrap: break-word;
  color: #444444;
}
.chemical-business .sec .corporation_box .type .txt_box .info_txt .address {
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.2941176471;
  color: #666;
  padding-left: 24px;
  position: relative;
}
.chemical-business .sec .corporation_box .type .txt_box .info_txt .address:before {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 15px;
  content: "";
  margin: -3px 0 0 0;
  background: url("/resources/jp/local/images/chemical-business/global_map_link_icon.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
.chemical-business .sec .corporation_box .type .txt_box .info_txt .num {
  margin-top: 0.5rem;
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.2941176471;
  color: #666;
  padding-left: 24px;
  position: relative;
}
.chemical-business .sec .corporation_box .type .txt_box .info_txt .num:before {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  content: "";
  margin: -4px 0 0 0;
  background: url("/resources/jp/global/images/company/global_tel_icon.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
@media (max-width: 1023px) {
  .chemical-business .sec .corporation_box .type + .type {
    margin-top: 3.75rem;
  }
  .chemical-business .sec .corporation_box .type > img {
    width: 340px;
  }
  .chemical-business .sec .corporation_box .type .txt_box {
    width: calc(100% - 340px);
    padding-left: 30px;
  }
  .chemical-business .sec .corporation_box .type .txt_box .tit_box strong {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.3333333333;
  }
  .chemical-business .sec .corporation_box .type .txt_box .tit_box p {
    padding-top: 5px;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
  .chemical-business .sec .corporation_box .type .txt_box .sub_txt {
    padding: 5px 0 20px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .chemical-business .sec .corporation_box .type .txt_box .info_txt .address {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.3571428571;
    padding-left: 20px;
  }
  .chemical-business .sec .corporation_box .type .txt_box .info_txt .address::before {
    margin: -6px 0 0 0;
    width: 12px;
    height: 15px;
    top: 9px;
  }
  .chemical-business .sec .corporation_box .type .txt_box .info_txt .num {
    margin-top: 0.625rem;
    padding-left: 20px;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.5714285714;
  }
  .chemical-business .sec .corporation_box .type .txt_box .info_txt .num::before {
    margin: -5px 0 0 0;
    width: 14px;
    height: 14px;
    left: 1px;
    top: 10px;
  }
}
@media (max-width: 766px) {
  .chemical-business .sec .corporation_box .type > * {
    display: block;
  }
  .chemical-business .sec .corporation_box .type > img {
    width: 100%;
  }
  .chemical-business .sec .corporation_box .type .txt_box {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.chemical-business .sec_news {
  padding: 90px 0;
  background-color: #f7f7f7;
}
@media (max-width: 1023px) {
  .chemical-business .sec_news {
    padding: 45px 0;
  }
}
.chemical-business .sec_banner {
  border-top-color: #e9edef;
}
.chemical-business .sec_banner li::before {
  top: 80px;
  height: 47px;
}
@media (max-width: 1023px) {
  .chemical-business .sec_banner li::before {
    top: 46px;
  }
}

.engineering-plastics .sec01 .con02 .info_list_box {
  margin-top: 5.625rem;
}
.engineering-plastics .sec01 .con02 .info_list_box li strong span {
  margin-top: 19px;
}
.engineering-plastics .sec01 .con02 .info_list_box li:nth-of-type(1) strong span {
  margin: 22px 0 0 7px;
}
.engineering-plastics .sec01 .con02 .info_list_box li:nth-of-type(2) strong span {
  margin-left: 4px;
}
.engineering-plastics .sec01 .con02 .info_list_box li:nth-of-type(3) strong span {
  margin-left: 4px;
}
@media (max-width: 1023px) {
  .engineering-plastics .sec01 .con02 .info_list_box {
    margin-top: 3.75rem;
  }
  .engineering-plastics .sec01 .con02 .info_list_box li strong span {
    margin-top: 5px;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .engineering-plastics .sec01 .con02 .info_list_box li:nth-of-type(1) strong span {
    margin: 7px 0 0 5px;
  }
}
@media (max-width: 766px) {
  .engineering-plastics .sec01 .con02 .info_list_box {
    margin-top: 3.75rem;
  }
}
.engineering-plastics .sec02 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
}
@media (max-width: 1023px) {
  .engineering-plastics .sec02 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
    word-break: break-all;
  }
  .engineering-plastics .sec02 .con_title p {
    margin-top: 0.625rem;
  }
}
.engineering-plastics .sec02 .con01 .product_slide {
  margin-top: 3.75rem;
}
@media (max-width: 1023px) {
  .engineering-plastics .sec02 .con01 .product_slide {
    margin-top: 3.75rem;
  }
}
@media (max-width: 766px) {
  .engineering-plastics .sec02 .con01 .product_slide {
    margin-top: 3.75rem;
  }
}
.engineering-plastics .sec03 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
}
@media (max-width: 1023px) {
  .engineering-plastics .sec03 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .engineering-plastics .sec03 .con_title p {
    margin-top: 0.625rem;
  }
}
.engineering-plastics .sec03 .con01 .field_list {
  margin-top: 3.75rem;
}
.engineering-plastics .sec03 .con01 .field_list li:nth-of-type(1) a i {
  background: url("/resources/jp/local/images/chemical-business/engineering_sec03_icon01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.engineering-plastics .sec03 .con01 .field_list li:nth-of-type(2) a i {
  background: url("/resources/jp/local/images/chemical-business/engineering_sec03_icon02.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.engineering-plastics .sec03 .con01 .field_list li:nth-of-type(3) a i {
  background: url("/resources/jp/local/images/chemical-business/engineering_sec03_icon03.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.engineering-plastics .sec03 .con01 .field_list li:nth-of-type(4) a i {
  background: url("/resources/jp/local/images/chemical-business/engineering_sec03_icon04.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.engineering-plastics .sec03 .con01 .field_list li:nth-of-type(5) a i {
  background: url("/resources/jp/local/images/chemical-business/engineering_sec03_icon05.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .engineering-plastics .sec03 .con01 .field_list li:hover:nth-of-type(1) a i {
    background: url("/resources/jp/local/images/chemical-business/engineering_sec03_icon01_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .engineering-plastics .sec03 .con01 .field_list li:hover:nth-of-type(2) a i {
    background: url("/resources/jp/local/images/chemical-business/engineering_sec03_icon02_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .engineering-plastics .sec03 .con01 .field_list li:hover:nth-of-type(3) a i {
    background: url("/resources/jp/local/images/chemical-business/engineering_sec03_icon03_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .engineering-plastics .sec03 .con01 .field_list li:hover:nth-of-type(4) a i {
    background: url("/resources/jp/local/images/chemical-business/engineering_sec03_icon04_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .engineering-plastics .sec03 .con01 .field_list li:hover:nth-of-type(5) a i {
    background: url("/resources/jp/local/images/chemical-business/engineering_sec03_icon05_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 1023px) {
  .engineering-plastics .sec03 .con01 .field_list {
    margin-top: 3.75rem;
  }
}
@media (max-width: 766px) {
  .engineering-plastics .sec03 .con01 .field_list {
    margin-top: 3.75rem;
  }
}
.engineering-plastics .sec04 .con01 .page_banner {
  background: url("/resources/jp/local/images/chemical-business/engineering_sec04_bg.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 766px) {
  .engineering-plastics .sec04 .con01 .page_banner {
    background: url("/resources/jp/local/images/chemical-business/engineering_sec04_m_bg.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 1023px) {
  .engineering-plastics .sec05 .title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 766px) {
  .engineering-plastics .sec05 .title {
    margin-bottom: 1.25rem;
  }
}
.engineering-plastics .sec06 {
  margin-bottom: 0;
}

.ion-exchange-resins .sec01 .con02 .info_list_box {
  margin-top: 5.625rem;
}
.ion-exchange-resins .sec01 .con02 .info_list_box li strong span {
  margin-top: 19px;
}
.ion-exchange-resins .sec01 .con02 .info_list_box li:nth-of-type(2) strong span {
  margin-left: 4px;
}
@media (max-width: 1023px) {
  .ion-exchange-resins .sec01 .con02 .info_list_box {
    margin-top: 3.75rem;
  }
  .ion-exchange-resins .sec01 .con02 .info_list_box li strong span {
    margin-top: 5px;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media (max-width: 766px) {
  .ion-exchange-resins .sec01 .con02 .info_list_box {
    margin-top: 3.75rem;
  }
}
.ion-exchange-resins .sec02 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
}
@media (max-width: 1023px) {
  .ion-exchange-resins .sec02 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .ion-exchange-resins .sec02 .con_title p {
    margin-top: 0.625rem;
  }
}
.ion-exchange-resins .sec02 .con01 .product_slide {
  margin-top: 3.75rem;
}
.ion-exchange-resins .sec02 .con01 .product_slide .item .tit_wrap .tit {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.2307692308;
}
@media (max-width: 1023px) {
  .ion-exchange-resins .sec02 .con01 .product_slide {
    margin-top: 3.75rem;
  }
  .ion-exchange-resins .sec02 .con01 .product_slide .sitem .tit_wrap .tit span {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media (max-width: 766px) {
  .ion-exchange-resins .sec02 .con01 .item {
    margin-top: 3.75rem;
  }
}
.ion-exchange-resins .sec03 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
}
@media (max-width: 1023px) {
  .ion-exchange-resins .sec03 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .ion-exchange-resins .sec03 .con_title p {
    margin-top: 0.625rem;
  }
}
.ion-exchange-resins .sec03 .con01 .field_list {
  margin-top: 3.75rem;
}
.ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(n + 5) {
  height: 184px;
}
.ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(1) a i {
  background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(2) a i {
  background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon02.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(3) a i {
  background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon03.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(4) a i {
  background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon04.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(5) a i {
  background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon05.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(6) a i {
  background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon06.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(7) a i {
  background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon07.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(8) a i {
  background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon08.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(9) a i {
  background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon09.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .ion-exchange-resins .sec03 .con01 .field_list li:hover:nth-of-type(1) a i {
    background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon01_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .ion-exchange-resins .sec03 .con01 .field_list li:hover:nth-of-type(2) a i {
    background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon02_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .ion-exchange-resins .sec03 .con01 .field_list li:hover:nth-of-type(3) a i {
    background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon03_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .ion-exchange-resins .sec03 .con01 .field_list li:hover:nth-of-type(4) a i {
    background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon04_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .ion-exchange-resins .sec03 .con01 .field_list li:hover:nth-of-type(5) a i {
    background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon05_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .ion-exchange-resins .sec03 .con01 .field_list li:hover:nth-of-type(6) a i {
    background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon06_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .ion-exchange-resins .sec03 .con01 .field_list li:hover:nth-of-type(7) a i {
    background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon07_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .ion-exchange-resins .sec03 .con01 .field_list li:hover:nth-of-type(8) a i {
    background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon08_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .ion-exchange-resins .sec03 .con01 .field_list li:hover:nth-of-type(9) a i {
    background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec03_icon09_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.ion-exchange-resins .sec03 .con01 .field_list li p {
  padding-right: 38px;
}
@media (max-width: 1023px) {
  .ion-exchange-resins .sec03 .con01 .field_list {
    margin-top: 3.75rem;
  }
  .ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(n + 5) {
    height: auto;
    margin-top: 10px;
  }
  .ion-exchange-resins .sec03 .con01 .field_list li p {
    padding-right: 20px;
  }
}
@media (max-width: 766px) {
  .ion-exchange-resins .sec03 .con01 .field_list {
    margin-top: 3.75rem;
  }
  .ion-exchange-resins .sec03 .con01 .field_list li:nth-of-type(n + 5) {
    margin-top: 0.625rem;
  }
}
.ion-exchange-resins .sec04 .con01 .page_banner {
  background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec04_bg.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 766px) {
  .ion-exchange-resins .sec04 .con01 .page_banner {
    background: url("/resources/jp/local/images/chemical-business/ion-exchanges_sec04_m_bg.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 1023px) {
  .ion-exchange-resins .sec05 .title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 766px) {
  .ion-exchange-resins .sec05 .title {
    margin-bottom: 1.25rem;
  }
}
.ion-exchange-resins .sec06 {
  margin-bottom: 0;
}

.electronic-materials-solutions .sec01 .con02 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1023px) {
  .electronic-materials-solutions .sec01 .con02 .inner {
    padding-bottom: 120px;
  }
}
.electronic-materials-solutions .sec02 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
}
@media (max-width: 1023px) {
  .electronic-materials-solutions .sec02 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .electronic-materials-solutions .sec02 .con_title p {
    margin-top: 0.625rem;
  }
}
.electronic-materials-solutions .sec02 .con01 .product_slide {
  padding-bottom: 0;
  margin-top: 3.75rem;
}
.electronic-materials-solutions .sec02 .con01 .product_slide .swiper-wrapper {
  display: block;
  font-size: 0;
}
.electronic-materials-solutions .sec02 .con01 .product_slide .swiper-slide a .tit_wrap .tit {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.2307692308;
}
.electronic-materials-solutions .sec02 .con01 .product_slide .swiper-slide a .tit_wrap .sub_tit {
  padding-top: 0;
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.4705882353;
}
@media (max-width: 1023px) {
  .electronic-materials-solutions .sec02 .con01 .product_slide {
    margin-top: 3.75rem;
  }
  .electronic-materials-solutions .sec02 .con01 .product_slide .swiper-slide a .tit_wrap .tit {
    font-size: 1.4375rem;
    letter-spacing: 0;
    line-height: 1.2608695652;
  }
  .electronic-materials-solutions .sec02 .con01 .product_slide .swiper-slide a .tit_wrap .sub_tit {
    padding-top: 8px;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.3571428571;
  }
}
@media (max-width: 766px) {
  .electronic-materials-solutions .sec02 .con01 .product_slide {
    margin-top: 3.75rem;
  }
}
.electronic-materials-solutions .sec03 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
}
@media (max-width: 1023px) {
  .electronic-materials-solutions .sec03 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .electronic-materials-solutions .sec03 .con_title p {
    margin-top: 0.625rem;
  }
}
.electronic-materials-solutions .sec03 .con01 .field_list {
  margin-top: 3.75rem;
}
.electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(1) a i {
  background: url("/resources/jp/local/images/chemical-business/electronic-materials_sec03_icon01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(2) a i {
  background: url("/resources/jp/local/images/chemical-business/electronic-materials_sec03_icon02.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(3) a i {
  background: url("/resources/jp/local/images/chemical-business/electronic-materials_sec03_icon03.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(4) a i {
  background: url("/resources/jp/local/images/chemical-business/electronic-materials_sec03_icon04.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(5) a i {
  background: url("/resources/jp/local/images/chemical-business/electronic-materials_sec03_icon05.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(6) a i {
  background: url("/resources/jp/local/images/chemical-business/electronic-materials_sec03_icon06.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(7) a i {
  background: url("/resources/jp/local/images/chemical-business/electronic-materials_sec03_icon07.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(8) a i {
  background: url("/resources/jp/local/images/chemical-business/electronic-materials_sec03_icon08.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(9) a i {
  background: url("/resources/jp/local/images/chemical-business/electronic-materials_sec03_icon09.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.electronic-materials-solutions .sec03 .con01 .field_list li a {
  cursor: default;
}
@media (max-width: 1023px) {
  .electronic-materials-solutions .sec03 .con01 .field_list {
    margin-top: 3.75rem;
  }
  .electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(1) {
    border-bottom-left-radius: 8px;
  }
  .electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(4) {
    border-bottom-right-radius: 8px;
  }
  .electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(8) {
    border-top-right-radius: 8px;
  }
  .electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(n + 5) {
    height: auto;
    margin-top: 0.625rem;
  }
}
@media (max-width: 766px) {
  .electronic-materials-solutions .sec03 .con01 .field_list {
    margin-top: 3.75rem;
  }
  .electronic-materials-solutions .sec03 .con01 .field_list li:nth-of-type(n + 5) {
    margin-top: 0.625rem;
  }
}
.electronic-materials-solutions .sec04 .con01 .page_banner {
  background: url("/resources/jp/local/images/chemical-business/electronic-materials_sec04_bg.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 766px) {
  .electronic-materials-solutions .sec04 .con01 .page_banner {
    background: url("/resources/jp/local/images/chemical-business/electronic-materials_sec04_m_bg.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 1023px) {
  .electronic-materials-solutions .sec05 .title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 766px) {
  .electronic-materials-solutions .sec05 .title {
    margin-bottom: 1.25rem;
  }
}
.electronic-materials-solutions .sec06 {
  margin-bottom: 0;
}

.chemical-rnd .container .content {
  padding-bottom: 240px;
}
@media (max-width: 1023px) {
  .chemical-rnd .container .content {
    padding-bottom: 140px;
  }
}
.chemical-rnd .sec01 {
  margin-bottom: 0;
}
.chemical-rnd .sec02 .con01 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.4285714286;
}
.chemical-rnd .sec02 .con01 .vision_wrap {
  margin-top: 7.0625rem;
}
.chemical-rnd .sec02 .con01 .vision_wrap .top_box {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.chemical-rnd .sec02 .con01 .vision_wrap .top_box::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: url("/resources/jp/global/images/esg/arrow_cool_down.svg") center no-repeat;
  background-size: cover;
}
.chemical-rnd .sec02 .con01 .vision_wrap .top_box span {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 600;
  color: #666666;
}
.chemical-rnd .sec02 .con01 .vision_wrap .top_box p {
  font-weight: bold;
  font-size: 2.8125rem;
  letter-spacing: 0;
  line-height: 1.2222222222;
  color: #26247B;
}
.chemical-rnd .sec02 .con01 .vision_wrap .list {
  padding-top: 100px;
  font-size: 0;
  text-align: center;
}
.chemical-rnd .sec02 .con01 .vision_wrap .list li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  height: 206px;
  padding: 45px 10px 0 10px;
  border: 1px solid #aaa;
}
.chemical-rnd .sec02 .con01 .vision_wrap .list li:nth-of-type(odd) {
  margin-right: 40px;
}
.chemical-rnd .sec02 .con01 .vision_wrap .list li:nth-of-type(n + 3) {
  margin-top: 2.5rem;
}
.chemical-rnd .sec02 .con01 .vision_wrap .list li strong {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.4615384615;
  color: #222222;
}
.chemical-rnd .sec02 .con01 .vision_wrap .list li p {
  margin-top: 1.1875rem;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #666666;
}
@media (max-width: 1023px) {
  .chemical-rnd .sec02 .con01 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap {
    margin-top: 3.75rem;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap .top_box {
    padding-bottom: 15px;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap .top_box::after {
    width: 16px;
    height: 23px;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap .top_box span {
    font-size: 1.0625rem;
    letter-spacing: 0;
    line-height: 1.3529411765;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap .top_box p {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap .list {
    padding-top: 50px;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap .list li {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 15px;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap .list li:nth-of-type(odd) {
    margin-right: 0;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap .list li:nth-of-type(n + 2) {
    margin-top: 1.25rem;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap .list li strong {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.2380952381;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap .list li p {
    margin-top: 1.25rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
}
@media (max-width: 766px) {
  .chemical-rnd .sec02 .con01 .vision_wrap .list li:nth-of-type(n + 2) {
    margin-top: 1.25rem;
  }
  .chemical-rnd .sec02 .con01 .vision_wrap .list li p {
    margin-top: 1.25rem;
  }
}
.chemical-rnd .sec03 {
  position: relative;
  padding: 120px 0;
  background: url("/resources/jp/local/images/chemical-business/chemicalrnd_sec03_bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.chemical-rnd .sec03 .inner {
  z-index: 1;
}
.chemical-rnd .sec03 .tab_btn {
  font-size: 0;
  white-space: nowrap;
  padding-bottom: 15px;
}
.chemical-rnd .sec03 .tab_btn li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.chemical-rnd .sec03 .tab_btn li:last-of-type {
  margin-right: 0;
}
.chemical-rnd .sec03 .tab_btn li .btn {
  border-color: #ddd;
}
@media (min-width: 1024px) {
  .chemical-rnd .sec03 .tab_btn li .btn:hover {
    background-color: #26247B;
    border-color: #26247B;
    color: #fff;
  }
}
.chemical-rnd .sec03 .tab_btn li.active .btn {
  background-color: #26247B;
  border-color: #26247B;
  color: #fff;
}
.chemical-rnd .sec03 .tab_btn .mCSB_draggerRail {
  margin: 11px 0 0;
}
.chemical-rnd .sec03 .tab_btn .mCSB_dragger_bar {
  margin: 10px auto 0;
}
.chemical-rnd .sec03 .tab_list {
  margin-top: 0.9375rem;
}
.chemical-rnd .sec03 .tab_list li {
  display: none;
  height: 280px;
  padding: 45px 10px 0 40px;
  background-color: #ffffff;
  font-size: 0;
}
.chemical-rnd .sec03 .tab_list li.active {
  display: block;
}
.chemical-rnd .sec03 .tab_list li > * {
  display: inline-block;
  vertical-align: top;
}
.chemical-rnd .sec03 .tab_list li .tit_box {
  width: 436px;
}
.chemical-rnd .sec03 .tab_list li .tit_box p {
  margin-bottom: 3.625rem;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.46875;
  font-weight: 600;
  color: #222222;
}
.chemical-rnd .sec03 .tab_list li .tit_box img {
  width: 90px;
  height: 90px;
}
.chemical-rnd .sec03 .tab_list li .txt_box {
  width: calc(100% - 436px);
  padding-top: 11px;
  font-size: 0;
}
.chemical-rnd .sec03 .tab_list li .txt_box .type {
  display: inline-block;
  vertical-align: top;
}
.chemical-rnd .sec03 .tab_list li .txt_box .type strong {
  display: block;
  margin-bottom: 0.875rem;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.4736842105;
  color: #222222;
}
.chemical-rnd .sec03 .tab_list li .txt_box .type p {
  padding-left: 10px;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #666666;
  position: relative;
  word-break: keep-all;
}
.chemical-rnd .sec03 .tab_list li .txt_box .type p:before {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #666;
}
.chemical-rnd .sec03 .tab_list li .txt_box .type p + p {
  margin-top: 0.5625rem;
}
.chemical-rnd .sec03 .tab_list li .txt_box .type1 p {
  padding-left: 0;
}
.chemical-rnd .sec03 .tab_list li .txt_box .type1 p::before {
  display: none;
}
.chemical-rnd .sec03 .tab_list li .txt_box .type1 p strong {
  display: inline-block;
  margin-bottom: 0;
}
.chemical-rnd .sec03 .tab_list li:nth-of-type(1) .tit_box {
  width: 183px;
}
.chemical-rnd .sec03 .tab_list li:nth-of-type(1) .txt_box {
  width: calc(100% - 183px);
}
.chemical-rnd .sec03 .tab_list li:nth-of-type(1) .txt_box .type + .type {
  margin-left: 50px;
}
.chemical-rnd .sec03 .tab_list li:nth-of-type(3) .txt_box .type + .type {
  margin-left: 47px;
}
.chemical-rnd .sec03 .tab_list li:nth-of-type(5) .tit_box {
  width: 360px;
}
.chemical-rnd .sec03 .tab_list li:nth-of-type(5) .txt_box {
  width: calc(100% - 360px);
}
.chemical-rnd .sec03 .tab_list li:nth-of-type(5) .txt_box .type + .type {
  margin-left: 60px;
}
@media (max-width: 1023px) {
  .chemical-rnd .sec03 {
    background: url("/resources/jp/local/images/chemical-business/chemicalrnd_sec03_mbg.jpg") center no-repeat;
    background-size: cover;
    padding: 115px 0 120px;
  }
  .chemical-rnd .sec03 .title {
    margin-bottom: 1.25rem;
  }
  .chemical-rnd .sec03 .tab_btn {
    padding-bottom: 12px;
  }
  .chemical-rnd .sec03 .tab_list {
    margin-top: 0.5rem;
  }
  .chemical-rnd .sec03 .tab_list li {
    height: auto;
    padding: 20px 20px 40px 20px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.16);
  }
  .chemical-rnd .sec03 .tab_list li > * {
    display: block;
  }
  .chemical-rnd .sec03 .tab_list li .tit_box {
    width: 100% !important;
  }
  .chemical-rnd .sec03 .tab_list li .tit_box::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .chemical-rnd .sec03 .tab_list li .tit_box p {
    float: left;
    margin-bottom: 0;
    padding-top: 7px;
    font-size: 1.4375rem;
    letter-spacing: 0;
    line-height: 1.2608695652;
  }
  .chemical-rnd .sec03 .tab_list li .tit_box img {
    float: right;
    width: 45px;
    height: 45px;
  }
  .chemical-rnd .sec03 .tab_list li .txt_box {
    width: 100% !important;
    padding-top: 0;
    margin-top: 1.875rem;
  }
  .chemical-rnd .sec03 .tab_list li .txt_box .type {
    display: block;
    margin-left: 0 !important;
  }
  .chemical-rnd .sec03 .tab_list li .txt_box .type + .type {
    margin-top: 1.25rem;
  }
  .chemical-rnd .sec03 .tab_list li .txt_box .type strong {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .chemical-rnd .sec03 .tab_list li .txt_box .type p {
    padding-left: 6px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .chemical-rnd .sec03 .tab_list li .txt_box .type p::before {
    top: 11px;
  }
  .chemical-rnd .sec03 .tab_list li .txt_box .type p + p {
    margin-top: 0;
  }
}
@media (max-width: 766px) {
  .chemical-rnd .sec03 .title {
    margin-bottom: 1.25rem;
  }
  .chemical-rnd .sec03 .tab_list li .txt_box {
    margin-top: 1.875rem;
  }
  .chemical-rnd .sec03 .tab_list li .txt_box .type + .type {
    margin-top: 1.25rem;
  }
}
.chemical-rnd .sec04 .con01 .list {
  font-size: 0;
}
.chemical-rnd .sec04 .con01 .list li {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333333% - 20px);
  margin-right: 30px;
}
.chemical-rnd .sec04 .con01 .list li:nth-of-type(3n) {
  margin-right: 0;
}
.chemical-rnd .sec04 .con01 .list li:nth-of-type(n + 4) {
  margin-top: 4.0625rem;
}
.chemical-rnd .sec04 .con01 .list li img {
  width: 100%;
}
.chemical-rnd .sec04 .con01 .list li .txt_box {
  padding-top: 25px;
}
.chemical-rnd .sec04 .con01 .list li .txt_box span {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4285714286;
  color: #666666;
}
.chemical-rnd .sec04 .con01 .list li .txt_box strong {
  margin-top: 0.5rem;
  margin-bottom: 0.875rem;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.4545454545;
  display: block;
  color: #222222;
}
.chemical-rnd .sec04 .con01 .list li .txt_box p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #444444;
}
.chemical-rnd .sec04 .con01 .btn_wrap {
  text-align: center;
  margin-top: 4.625rem;
}
@media (max-width: 1023px) {
  .chemical-rnd .sec04 .title {
    margin-bottom: 1.25rem;
  }
  .chemical-rnd .sec04 .con01 .list li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .chemical-rnd .sec04 .con01 .list li:nth-of-type(3n) {
    margin-right: 20px;
  }
  .chemical-rnd .sec04 .con01 .list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .chemical-rnd .sec04 .con01 .list li:nth-of-type(n + 4) {
    margin-top: 0rem;
  }
  .chemical-rnd .sec04 .con01 .list li:nth-of-type(n + 3) {
    margin-top: 1.875rem;
  }
  .chemical-rnd .sec04 .con01 .list li .txt_box {
    padding-top: 20px;
  }
  .chemical-rnd .sec04 .con01 .list li .txt_box span {
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
  .chemical-rnd .sec04 .con01 .list li .txt_box strong {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.3333333333;
  }
  .chemical-rnd .sec04 .con01 .list li .txt_box p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .chemical-rnd .sec04 .con01 .btn_wrap {
    text-align: center;
    margin-top: 3.125rem;
  }
}
@media (max-width: 766px) {
  .chemical-rnd .sec04 .title {
    margin-bottom: 1.25rem;
  }
  .chemical-rnd .sec04 .con01 .list li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .chemical-rnd .sec04 .con01 .list li:nth-of-type(n + 2) {
    margin-top: 3.75rem;
  }
  .chemical-rnd .sec04 .con01 .list li .txt_box strong {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .chemical-rnd .sec04 .con01 .btn_wrap {
    margin-top: 3.125rem;
  }
}

.food-business.food-ingredients .top_visual_con .company_area .bg {
  background: url("/resources/jp/local/images/food-business/food-ingredients_sec01_img_pc.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 766px) {
  .food-business.food-ingredients .top_visual_con .company_area .bg {
    background: url("/resources/jp/local/images/food-business/food-ingredients_sec01_img_m.jpg") center no-repeat;
    background-size: cover;
  }
}
.food-business.food-service-distribution .top_visual_con .company_area .bg {
  background: url("/resources/jp/local/images/food-business/food-service-distribution_sec01_img_pc.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 766px) {
  .food-business.food-service-distribution .top_visual_con .company_area .bg {
    background: url("/resources/jp/local/images/food-business/food-service-distribution_sec01_img_m.jpg") center no-repeat;
    background-size: cover;
  }
}
.food-business.consumption-goods .top_visual_con .company_area .bg {
  background: url("/resources/jp/local/images/food-business/consumption-goods_sec01_img_pc.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 766px) {
  .food-business.consumption-goods .top_visual_con .company_area .bg {
    background: url("/resources/jp/local/images/food-business/consumption-goods_sec01_img_m.jpg") center no-repeat;
    background-size: cover;
  }
}
.food-business.food-rnd .top_visual_con .company_area .bg {
  background: url("/resources/jp/local/images/food-business/food-rnd_sec01_img_pc.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 766px) {
  .food-business.food-rnd .top_visual_con .company_area .bg {
    background: url("/resources/jp/local/images/food-business/food-rnd_sec01_img_m.jpg") center no-repeat;
    background-size: cover;
  }
}
.food-business .sec .top_visual_con {
  position: relative;
  padding-bottom: 180px;
}
.food-business .sec .top_visual_con .company_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 3.75rem;
}
.food-business .sec .top_visual_con .company_area .curtain_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.food-business .sec .top_visual_con .company_area .curtain_wrap > div {
  position: absolute;
  width: calc(50% - 490px);
  height: 100%;
  top: 0;
  background-color: #fff;
}
.food-business .sec .top_visual_con .company_area .curtain_wrap .left {
  left: 0;
}
.food-business .sec .top_visual_con .company_area .curtain_wrap .right {
  right: 0;
}
.food-business .sec .top_visual_con .company_area .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 1920px;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  z-index: 10;
}
.food-business .sec .top_visual_con .txt_flow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .food-business .sec .top_visual_con {
    padding-bottom: 120px;
  }
  .food-business .sec .top_visual_con .company_area {
    width: 89.6%;
    height: 215px;
    margin-top: 3.75rem;
  }
  .food-business .sec .top_visual_con .company_area .curtain_wrap {
    display: none;
  }
  .food-business .sec .top_visual_con .company_area .bg {
    min-width: 0;
    height: 100%;
    background-size: auto 100%;
  }
  .food-business .sec .top_visual_con .txt_flow {
    height: 86.5px;
  }
}
@media (max-width: 766px) {
  .food-business .sec .top_visual_con .company_area {
    width: 89.334%;
    margin: 0 5.333%;
    height: 215px;
    margin-top: 3.75rem;
  }
  .food-business .sec .top_visual_con .company_area .bg {
    background-size: cover;
  }
}
.food-business .txt_inner_box p {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.4545454545;
  color: #222222;
}
.food-business .txt_inner_box p + p {
  margin-top: 2.5rem;
}
@media (max-width: 1023px) {
  .food-business .txt_inner_box p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.3888888889;
  }
  .food-business .txt_inner_box p + p {
    margin-top: 1.875rem;
  }
}
@media (max-width: 766px) {
  .food-business .txt_inner_box p + p {
    margin-top: 1.875rem;
  }
}
.food-business .info_list_box {
  padding: 55px 0;
  font-size: 0;
  text-align: center;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}
.food-business .info_list_box li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.food-business .info_list_box li .txt1 {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4285714286;
  font-weight: 600;
  color: #222222;
}
.food-business .info_list_box li:last-of-type strong::after {
  display: none;
}
.food-business .info_list_box li strong {
  display: block;
  padding: 22px 0 12px;
  font-size: 3.75rem;
  letter-spacing: 0;
  line-height: 1.1;
  color: #222222;
  position: relative;
}
.food-business .info_list_box li strong span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.7272727273;
  font-weight: 600;
}
.food-business .info_list_box li strong:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 63px;
  content: "";
  transform: translateY(-50%);
  background-color: #aaa;
}
.food-business .info_list_box li .txt2 {
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.4117647059;
  color: #666666;
}
@media (max-width: 1023px) {
  .food-business .info_list_box {
    padding: 0;
  }
  .food-business .info_list_box li {
    display: inline-block;
    width: 50%;
    padding: 26px 0px 32px;
  }
  .food-business .info_list_box li:nth-of-type(n + 3) {
    border-top: 1px solid #ddd;
  }
  .food-business .info_list_box li .txt1 {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 2.2857142857;
  }
  .food-business .info_list_box li strong {
    padding: 0 0 3px;
    font-size: 2.125rem;
    letter-spacing: 0;
    line-height: 1.2941176471;
  }
  .food-business .info_list_box li strong span {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .food-business .info_list_box li strong::after {
    display: none;
  }
  .food-business .info_list_box li .txt2 {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.3571428571;
  }
}
.food-business .material_list_tab ul::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.food-business .material_list_tab ul li {
  width: calc(50% - 30px);
  float: left;
  background-color: #fff;
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
  min-height: 755px;
  padding: 50px 45px 0;
  box-sizing: border-box;
}
.food-business .material_list_tab ul li:last-child {
  margin-left: 60px;
}
.food-business .material_list_tab ul li .text_box {
  min-height: 220px;
  margin-bottom: 1.875rem;
}
.food-business .material_list_tab ul li .text_box h3 {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
  color: #222222;
  font-weight: bold;
}
.food-business .material_list_tab ul li .text_box p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  word-break: break-all;
  word-wrap: break-word;
  margin-top: 1.75rem;
  color: #444444;
  font-weight: 400;
}
.food-business .material_list_tab ul li .list a {
  display: block;
}
.food-business .material_list_tab ul li .list a + a dl {
  border-top: 1px solid #dddddd;
}
@media (min-width: 1024px) {
  .food-business .material_list_tab ul li .list a:hover dd p {
    color: #26247B;
  }
  .food-business .material_list_tab ul li .list a:hover i.outlink {
    background: url("/resources/jp/local/images/food-business/food-ingredients_sec02_outlink_blue.svg") center no-repeat;
    background-size: 100% 100%;
  }
}
.food-business .material_list_tab ul li .list dl {
  display: table;
  width: 100%;
  height: 70px;
}
.food-business .material_list_tab ul li .list dl dt {
  width: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.food-business .material_list_tab ul li .list dl dt img {
  margin: 0 auto;
}
.food-business .material_list_tab ul li .list dl dd {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 0 15px;
}
.food-business .material_list_tab ul li .list dl dd p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #444444;
  font-weight: bold;
  padding-right: 30px;
  box-sizing: border-box;
}
.food-business .material_list_tab ul li .list dl dd i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.food-business .material_list_tab ul li .list dl dd i.arrow {
  width: 20px;
  height: 14px;
  background: url("/resources/jp/local/images/food-business/food-ingredients_sec02_arrow.svg") center no-repeat;
  background-size: 100% 100%;
}
.food-business .material_list_tab ul li .list dl dd i.outlink {
  width: 14px;
  height: 14px;
  background: url("/resources/jp/local/images/food-business/food-ingredients_sec02_outlink_black.svg") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1023px) {
  .food-business .material_list_tab ul li {
    width: 100%;
    float: none;
    min-height: 0;
    padding: 30px 20px 30px;
  }
  .food-business .material_list_tab ul li:last-child {
    margin-left: 0;
    margin-top: 50px;
  }
  .food-business .material_list_tab ul li .text_box {
    min-height: 0;
    margin-bottom: 2.5rem;
  }
  .food-business .material_list_tab ul li .text_box h3 {
    font-size: 1.4375rem;
    letter-spacing: 0;
    line-height: 1.2608695652;
  }
  .food-business .material_list_tab ul li .text_box p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
    margin-top: 1.1875rem;
  }
  .food-business .material_list_tab ul li .list dl {
    height: 65px;
  }
  .food-business .material_list_tab ul li .list dl dt {
    width: 50px;
  }
  .food-business .material_list_tab ul li .list dl dd {
    padding: 0 0 0 10px;
  }
  .food-business .material_list_tab ul li .list dl dd p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .food-business .material_list_tab ul li .list dl dd i {
    right: 0;
  }
  .food-business .material_list_tab ul li .list dl dd i.outlink {
    width: 12px;
    height: 12px;
  }
}
.food-business .brand_area::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.food-business .brand_area + .brand_area {
  margin-top: 5.625rem;
}
.food-business .brand_area .txt_box {
  float: left;
  width: calc(100% - 310px);
  padding-right: 25px;
  box-sizing: border-box;
}
.food-business .brand_area .txt_box h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.4285714286;
  font-weight: bold;
  color: #222222;
}
.food-business .brand_area .txt_box p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.5789473684;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
  color: #444444;
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
}
.food-business .brand_area .txt_box .more_btn ul {
  display: none;
  font-size: 0;
}
.food-business .brand_area .txt_box .more_btn ul li {
  display: inline-block;
  vertical-align: top;
}
.food-business .brand_area .txt_box .more_btn ul li + li {
  margin-left: 20px;
}
.food-business .brand_area .txt_box .more_btn.active > a {
  display: none;
}
.food-business .brand_area .txt_box .more_btn.active ul {
  display: block;
}
.food-business .brand_area .img_box {
  width: 310px;
  height: 310px;
  float: right;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  text-align: center;
}
.food-business .brand_area .img_box:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.food-business .brand_area .img_box img {
  display: inline-block;
  vertical-align: middle;
  width: 212px;
  height: 84px;
}
.food-business .brand_area.nexweet .img_box img {
  width: 252px;
  height: 168px;
}
@media (max-width: 1023px) {
  .food-business .brand_area {
    font-size: 0;
  }
  .food-business .brand_area + .brand_area {
    margin-top: 3.75rem;
  }
  .food-business .brand_area:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .food-business .brand_area .txt_box {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .food-business .brand_area .txt_box h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1;
  }
  .food-business .brand_area .txt_box p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
    margin-top: 0.625rem;
    margin-bottom: 1.875rem;
  }
  .food-business .brand_area .img_box {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .food-business .brand_area .img_box img {
    width: 230px;
    height: 90px;
  }
}
@media (max-width: 766px) {
  .food-business .brand_area + .brand_area {
    margin-top: 3.75rem;
  }
  .food-business .brand_area .txt_box {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .food-business .brand_area .txt_box h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1;
  }
  .food-business .brand_area .txt_box p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .food-business .brand_area .txt_box a {
    margin-top: 0.625rem;
  }
  .food-business .brand_area .img_box {
    width: 100%;
    height: 335px;
    float: none;
    margin-top: 2.8125rem;
  }
  .food-business .brand_area .img_box img {
    width: auto;
  }
  .food-business .brand_area.nexweet .img_box img {
    width: auto;
    height: 160px;
  }
}
.food-business .product_list_slider {
  padding-bottom: 60px;
  overflow: visible;
}
.food-business .product_list_slider .swiper-scrollbar {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  max-width: 980px;
  z-index: 2;
  background-color: #E7EBEC;
  border-radius: unset;
}
.food-business .product_list_slider .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background-color: #6EEB83;
}
.food-business .product_list_slider .swiper-slide {
  width: 280px;
  transition: padding 0.3s;
}
.food-business .product_list_slider .swiper-slide a {
  display: block;
  background-color: #ffffff;
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 164px;
  transition: transform 0.3s;
}
.food-business .product_list_slider .swiper-slide strong {
  display: block;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  font-weight: bold;
  color: #000000;
}
.food-business .product_list_slider .swiper-slide p {
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.4117647059;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.75rem;
  display: none;
}
.food-business .product_list_slider .swiper-slide i {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {
  .food-business .product_list_slider .swiper-slide:hover a {
    background-color: #26247B;
    transform: translateY(-20px);
  }
  .food-business .product_list_slider .swiper-slide:hover strong {
    color: #ffffff;
  }
  .food-business .product_list_slider .swiper-slide:hover p {
    display: block;
  }
  .food-business .product_list_slider .swiper-slide:hover i {
    display: none;
  }
}
@media (max-width: 1023px) {
  .food-business .product_list_slider {
    padding-bottom: 35px;
  }
  .food-business .product_list_slider .swiper-scrollbar {
    height: 2px;
  }
  .food-business .product_list_slider .swiper-scrollbar .swiper-scrollbar-drag {
    height: 2px;
  }
  .food-business .product_list_slider .swiper-slide {
    width: 247px;
  }
  .food-business .product_list_slider .swiper-slide a {
    padding: 26px;
    height: 145px;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  }
  .food-business .product_list_slider .swiper-slide strong {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
  .food-business .product_list_slider .swiper-slide i img {
    width: 63px;
  }
}
.food-business .img_txt_list ul {
  border: 1px solid #dddddd;
}
.food-business .img_txt_list ul > li {
  padding: 30px;
  font-size: 0;
  letter-spacing: -4px;
}
.food-business .img_txt_list ul > li + li {
  border-top: 1px solid #dddddd;
}
.food-business .img_txt_list ul > li .img_box {
  width: 72px;
  height: 72px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.food-business .img_txt_list ul > li .txt_box {
  width: calc(100% - 72px);
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 0;
  box-sizing: border-box;
}
.food-business .img_txt_list ul > li .txt_box dl dt {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.6363636364;
  font-weight: bold;
  color: #222222;
  margin-bottom: 0.625rem;
  word-break: break-all;
  word-wrap: break-word;
}
.food-business .img_txt_list ul > li .txt_box dl dd {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  font-weight: 400;
  color: #666666;
}
.food-business .img_txt_list ul > li .txt_box dl dd p {
  word-break: break-all;
  word-wrap: break-word;
}
.food-business .img_txt_list ul > li .txt_box dl dd p + ol {
  margin-top: 1.875rem;
}
.food-business .img_txt_list ul > li .txt_box dl dd ol li {
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
  word-break: break-all;
  word-wrap: break-word;
}
.food-business .img_txt_list ul > li .txt_box dl dd ol li:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .food-business .img_txt_list ul > li {
    padding: 30px 20px;
  }
  .food-business .img_txt_list ul > li .img_box {
    width: 45px;
    height: 45px;
    display: block;
  }
  .food-business .img_txt_list ul > li .img_box img {
    width: 100%;
  }
  .food-business .img_txt_list ul > li .txt_box {
    width: 100%;
    display: block;
    padding: 14px 0 0;
  }
  .food-business .img_txt_list ul > li .txt_box dl dt {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .food-business .img_txt_list ul > li .txt_box dl dd {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .food-business .img_txt_list ul > li .txt_box dl dd p + ol {
    margin-top: 1.875rem;
  }
}
@media (max-width: 1023px) {
  .food-business .img_txt_list ul > li .txt_box dl dd p + ol {
    margin-top: 1.875rem;
  }
}

.food-ingredients .container .content {
  padding-bottom: 0;
}
.food-ingredients .sec01 {
  padding-bottom: 180px;
}
.food-ingredients .sec01 .con02 .info_list_box {
  margin-top: 5.625rem;
}
.food-ingredients .sec01 .con02 .info_list_box li strong span {
  margin: 0 3px;
  margin-top: 19px;
}
.food-ingredients .sec01 .con02 .info_list_box li:nth-of-type(1) {
  width: 24%;
  padding-right: 20px;
}
.food-ingredients .sec01 .con02 .info_list_box li:nth-of-type(1) strong::after {
  right: -20px;
}
.food-ingredients .sec01 .con02 .info_list_box li:nth-of-type(2) {
  width: 23%;
}
.food-ingredients .sec01 .con02 .info_list_box li:nth-of-type(3) {
  width: 20%;
}
.food-ingredients .sec01 .con02 .info_list_box li:nth-of-type(4) {
  width: 33%;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  .food-ingredients .sec01 {
    padding-bottom: 120px;
  }
  .food-ingredients .sec01 .con02 .info_list_box {
    margin-top: 3.75rem;
  }
  .food-ingredients .sec01 .con02 .info_list_box li strong span {
    margin-top: 5px;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .food-ingredients .sec01 .con02 .info_list_box li:nth-of-type(1) {
    width: 50%;
    padding-right: 0px;
  }
  .food-ingredients .sec01 .con02 .info_list_box li:nth-of-type(2) {
    width: 50%;
  }
  .food-ingredients .sec01 .con02 .info_list_box li:nth-of-type(3) {
    width: 50%;
  }
  .food-ingredients .sec01 .con02 .info_list_box li:nth-of-type(4) {
    width: 50%;
    padding-left: 0px;
  }
}
@media (max-width: 766px) {
  .food-ingredients .sec01 .con02 .info_list_box {
    margin-top: 3.75rem;
  }
}
.food-ingredients .sec02 {
  padding: 130px 0 180px;
  position: relative;
}
.food-ingredients .sec02 .bg {
  width: 100%;
  height: 594px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("/resources/jp/local/images/food-business/foodingredients_sec02_bg.jpg") center no-repeat;
  background-size: cover;
}
.food-ingredients .sec02 .material_list_tab .text_box p {
  min-height: 192px;
}
@media (max-width: 1023px) {
  .food-ingredients .sec02 {
    padding: 120px 0;
  }
  .food-ingredients .sec02 .bg {
    height: 100%;
    background: url("/resources/jp/local/images/food-business/foodingredients_sec02_mbg.jpg") center no-repeat;
    background-size: cover;
  }
  .food-ingredients .sec02 .material_list_tab .text_box p {
    min-height: auto;
  }
}
.food-ingredients .sec03 {
  padding-bottom: 180px;
}
.food-ingredients .sec03 .brand_area .noto {
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .food-ingredients .sec03 {
    padding: 120px 0;
  }
}
.food-ingredients .sec04 {
  padding: 90px 0;
  background: #f7f7f7;
}
.food-ingredients .sec_banner li::before {
  height: 60px;
}
.food-ingredients .sec_banner li:last-child a {
  padding-left: 90px;
}
@media (max-width: 1023px) {
  .food-ingredients .sec_banner li::before {
    height: 40px;
  }
  .food-ingredients .sec_banner li:last-child a {
    padding-left: 60px;
  }
}
@media (max-width: 766px) {
  .food-ingredients .sec_banner li:last-child a {
    padding-left: 0;
  }
}

.food-service-distribution .container .content {
  padding-bottom: 0;
}
.food-service-distribution .icon_list {
  position: relative;
  width: 100%;
  max-width: 742px;
  margin: 0 auto;
  padding-top: 104px;
  text-align: center;
  font-size: 0;
}
.food-service-distribution .icon_list::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 27px;
  background: url("/resources/jp/local/images/food-business/arrow_cool_down_blue.svg") center no-repeat;
  background-size: cover;
}
.food-service-distribution .icon_list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
}
.food-service-distribution .icon_list li:after {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 80px;
  content: "";
  background-color: #ffffff;
  transform: rotate(24deg);
}
.food-service-distribution .icon_list li:last-of-type::after {
  display: none;
}
.food-service-distribution .icon_list li img {
  margin: 0 auto;
}
.food-service-distribution .icon_list li p {
  padding-top: 10px;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.4736842105;
}
.food-service-distribution .icon_list li p::before {
  display: none;
}
@media (max-width: 1023px) {
  .food-service-distribution .icon_list {
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
    padding-top: 90px;
  }
  .food-service-distribution .icon_list::after {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 23px;
  }
  .food-service-distribution .icon_list li {
    min-width: 69px;
  }
  .food-service-distribution .icon_list li::after {
    top: 0;
    margin: 0;
    height: 36px;
  }
  .food-service-distribution .icon_list li img {
    width: 45px;
  }
  .food-service-distribution .icon_list li p {
    padding-top: 10px;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.5833333333;
  }
}
.food-service-distribution .sec01 .con02 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1023px) {
  .food-service-distribution .sec01 .con02 .inner {
    padding-bottom: 120px;
  }
}
.food-service-distribution .sec02 {
  padding-top: 180px;
}
@media (max-width: 1023px) {
  .food-service-distribution .sec02 {
    padding-top: 120px;
  }
}
.food-service-distribution .sec02 .con01 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.4285714286;
}
.food-service-distribution .sec02 .con01 .diagram_box {
  margin-top: 3.75rem;
  padding: 60px 83px;
  border: 1px solid #ddd;
}
.food-service-distribution .sec02 .con01 .diagram_box .diagram_list {
  padding: 0;
  border: 0;
  padding-bottom: 43px;
}
.food-service-distribution .sec02 .con01 .diagram_box li > p {
  margin-bottom: 0;
}
.food-service-distribution .sec02 .con01 .diagram_box li > p::after {
  display: none;
}
.food-service-distribution .sec02 .con01 .diagram_box .bot_box > P {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: 600;
  color: #222222;
  text-align: center;
}
.food-service-distribution .sec02 .con01 .diagram_box .bot_box .icon_list {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  display: block;
  border-radius: 0;
}
.food-service-distribution .sec02 .con01 .diagram_box .bot_box .icon_list li {
  margin-left: 0 !important;
}
.food-service-distribution .sec02 .con01 .diagram_box .bot_box .icon_list li::after {
  background-color: #ddd;
}
.food-service-distribution .sec02 .con01 .diagram_box .bot_box .icon_list li p {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: none !important;
  font-weight: bold;
  color: #000000;
}
.food-service-distribution .sec02 .con01 .bot_txt {
  padding: 120px 0 60px;
}
.food-service-distribution .sec02 .con01 .bot_txt h3 {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.25;
  color: #222222;
}
.food-service-distribution .sec02 .con01 .bot_txt p {
  margin-top: 1.875rem;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.5454545455;
  color: #444444;
}
@media (max-width: 1023px) {
  .food-service-distribution .sec02 .con01 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .food-service-distribution .sec02 .con01 .diagram_box {
    margin-top: 3.75rem;
    padding: 40px 12px;
  }
  .food-service-distribution .sec02 .con01 .diagram_box .diagram_list {
    padding-bottom: 30px;
  }
  .food-service-distribution .sec02 .con01 .diagram_box .bot_box > P {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.3333333333;
  }
  .food-service-distribution .sec02 .con01 .bot_txt {
    padding: 75px 0 45px;
  }
  .food-service-distribution .sec02 .con01 .bot_txt h3 {
    font-size: 1.4375rem;
    letter-spacing: 0;
    line-height: 1.2608695652;
  }
  .food-service-distribution .sec02 .con01 .bot_txt p {
    margin-top: 0.9375rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
}
@media (max-width: 766px) {
  .food-service-distribution .sec02 .con01 .diagram_box {
    margin-top: 3.75rem;
  }
  .food-service-distribution .sec02 .con01 .diagram_box .bot_box > P {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.3333333333;
  }
}
.food-service-distribution .sec02 .con02 {
  padding: 113px 0 120px;
  background: url("/resources/jp/local/images/food-business/food-service-distribution_sec02_con02.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.food-service-distribution .sec02 .con02 h4 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.2307692308;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.food-service-distribution .sec02 .con02 .txt_list {
  width: 100%;
  max-width: 850px;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.food-service-distribution .sec02 .con02 .txt_list::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.food-service-distribution .sec02 .con02 .txt_list li {
  float: left;
  display: table;
  width: 260px;
  height: 100px;
  margin-right: 20px;
  width: 250px;
  height: 100px;
  margin-right: 50px;
  background-color: #26247B;
}
.food-service-distribution .sec02 .con02 .txt_list li:first-of-type, .food-service-distribution .sec02 .con02 .txt_list li:nth-of-type(2) {
  position: relative;
}
.food-service-distribution .sec02 .con02 .txt_list li:first-of-type::after, .food-service-distribution .sec02 .con02 .txt_list li:nth-of-type(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -34px;
  width: 16px;
  height: 16px;
  background: url("/resources/jp/local/images/food-business/ic_plus_blue.svg") center no-repeat;
  background-size: cover;
}
.food-service-distribution .sec02 .con02 .txt_list li:last-of-type {
  margin-right: 0;
}
.food-service-distribution .sec02 .con02 .txt_list li p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.1818181818;
  color: #ffffff;
  font-weight: bold;
}
.food-service-distribution .sec02 .con02 .txt_list li span {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.3684210526;
  color: #ffffff;
  font-weight: 400;
}
.food-service-distribution .sec02 .con02 .icon_list {
  max-width: 870px;
  padding-top: 87px;
}
.food-service-distribution .sec02 .con02 .icon_list li {
  margin-left: 0 !important;
}
.food-service-distribution .sec02 .con02 .icon_list li p {
  padding-top: 20px;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .food-service-distribution .sec02 .con02 {
    padding: 50px 0 85px;
    background: url("/resources/jp/local/images/food-business/food-service-distribution_sec02_con02_mbg.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .food-service-distribution .sec02 .con02 h4 {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.2380952381;
  }
  .food-service-distribution .sec02 .con02 .txt_list {
    margin-top: 3rem;
  }
  .food-service-distribution .sec02 .con02 .txt_list li {
    float: none;
    width: 175px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
  .food-service-distribution .sec02 .con02 .txt_list li:first-of-type, .food-service-distribution .sec02 .con02 .txt_list li:nth-of-type(2) {
    margin-bottom: 1.875rem;
  }
  .food-service-distribution .sec02 .con02 .txt_list li:first-of-type::after, .food-service-distribution .sec02 .con02 .txt_list li:nth-of-type(2)::after {
    display: none;
  }
  .food-service-distribution .sec02 .con02 .txt_list li:last-of-type {
    margin-right: auto;
  }
  .food-service-distribution .sec02 .con02 .txt_list li p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.2777777778;
    color: #ffffff;
  }
  .food-service-distribution .sec02 .con02 .txt_list li span {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.4375;
    color: #ffffff;
  }
  .food-service-distribution .sec02 .con02 .icon_list {
    padding-top: 80px;
  }
  .food-service-distribution .sec02 .con02 .icon_list::after {
    top: 20px;
  }
  .food-service-distribution .sec02 .con02 .icon_list li p {
    padding-top: 10px;
  }
}
.food-service-distribution .sec03 {
  padding: 180px 0;
}
.food-service-distribution .sec03 .con01 .txt_box .txt1 {
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.7272727273;
  font-weight: 600;
  color: #222222;
}
.food-service-distribution .sec03 .con01 .txt_box .txt2 {
  margin-top: 1.875rem;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #666666;
}
@media (max-width: 1023px) {
  .food-service-distribution .sec03 {
    padding: 120px 0;
  }
  .food-service-distribution .sec03 .con01 .txt_box .txt1 {
    margin-top: 1.5625rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .food-service-distribution .sec03 .con01 .txt_box .txt2 {
    margin-top: 0.625rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
}
@media (max-width: 766px) {
  .food-service-distribution .sec03 .con01 .txt_box .txt2 {
    margin-top: 0.625rem;
  }
}
.food-service-distribution .sec04 {
  position: relative;
  z-index: 2;
  padding-top: 110px;
}
.food-service-distribution .sec04 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
}
.food-service-distribution .sec04 .con_title a {
  margin-top: 2.5rem;
}
.food-service-distribution .sec04 .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 350px;
  background: url("/resources/jp/local/images/food-business/food_product_bg.jpg") center no-repeat;
  background-size: cover;
}
.food-service-distribution .sec04 .product_list_slider {
  margin-top: 3.125rem;
}
.food-service-distribution .sec04 .product_list_slider .swiper-slide a {
  position: relative;
}
.food-service-distribution .sec04 .product_list_slider .swiper-slide a:after {
  display: block;
  position: absolute;
  top: 36px;
  right: 22px;
  width: 14px;
  height: 14px;
  content: "";
  background: url("/resources/jp/local/images/food-business/food-service-distribution_sec04_outlink_black.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.food-service-distribution .sec04 .product_list_slider .swiper-slide a i {
  display: block;
  width: 72px;
  height: 72px;
}
@media (min-width: 1024px) {
  .food-service-distribution .sec04 .product_list_slider .swiper-slide a:hover::after {
    background: url("/resources/jp/local/images/food-business/food-service-distribution_sec04_outlink_white.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.food-service-distribution .sec04 .product_list_slider .swiper-slide:nth-of-type(1) a i {
  background: url("/resources/jp/local/images/food-business/food-business_product_list_slide_icon01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .food-service-distribution .sec04 .product_list_slider .swiper-slide:nth-of-type(1) a:hover i {
    background: url("/resources/jp/local/images/food-business/food-business_product_list_slide_icon01_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.food-service-distribution .sec04 .product_list_slider .swiper-slide:nth-of-type(2) a i {
  background: url("/resources/jp/local/images/food-business/food-business_product_list_slide_icon02.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .food-service-distribution .sec04 .product_list_slider .swiper-slide:nth-of-type(2) a:hover i {
    background: url("/resources/jp/local/images/food-business/food-business_product_list_slide_icon02_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.food-service-distribution .sec04 .product_list_slider .swiper-slide:nth-of-type(3) a i {
  background: url("/resources/jp/local/images/food-business/food-business_product_list_slide_icon03.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .food-service-distribution .sec04 .product_list_slider .swiper-slide:nth-of-type(3) a:hover i {
    background: url("/resources/jp/local/images/food-business/food-business_product_list_slide_icon03_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.food-service-distribution .sec04 .product_list_slider .swiper-slide:nth-of-type(4) a i {
  background: url("/resources/jp/local/images/food-business/food-business_product_list_slide_icon04.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .food-service-distribution .sec04 .product_list_slider .swiper-slide:nth-of-type(4) a:hover i {
    background: url("/resources/jp/local/images/food-business/food-business_product_list_slide_icon04_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.food-service-distribution .sec04 .product_list_slider .swiper-slide:nth-of-type(5) a i {
  background: url("/resources/jp/local/images/food-business/food-business_product_list_slide_icon05.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .food-service-distribution .sec04 .product_list_slider .swiper-slide:nth-of-type(5) a:hover i {
    background: url("/resources/jp/local/images/food-business/food-business_product_list_slide_icon05_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 1023px) {
  .food-service-distribution .sec04 {
    padding-top: 75px;
  }
  .food-service-distribution .sec04 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .food-service-distribution .sec04 .con_title a {
    margin-top: 1.875rem;
  }
  .food-service-distribution .sec04 .bg {
    height: 65%;
    background: url("/resources/jp/local/images/food-business/food_product_mbg.jpg") center no-repeat;
    background-size: cover;
  }
  .food-service-distribution .sec04 .product_list_slider {
    margin-top: 2.5rem;
  }
  .food-service-distribution .sec04 .product_list_slider .swiper-slide a::after {
    top: 32px;
    right: 21px;
    width: 12px;
    height: 12px;
  }
  .food-service-distribution .sec04 .product_list_slider .swiper-slide a i {
    display: block;
    width: 64px;
    height: 64px;
  }
}
.food-service-distribution .sec05 {
  padding: 180px 0;
}
@media (max-width: 1023px) {
  .food-service-distribution .sec05 {
    padding: 120px 0;
  }
}
.food-service-distribution .sec06 {
  padding: 90px 0;
  background: #f7f7f7;
}
@media (max-width: 1023px) {
  .food-service-distribution .sec06 {
    padding: 45px 0 60px;
  }
}
.food-service-distribution .sec_banner li::before {
  height: 60px;
}
.food-service-distribution .sec_banner li:last-child a {
  padding-left: 90px;
}
@media (max-width: 1023px) {
  .food-service-distribution .sec_banner li::before {
    height: 40px;
  }
  .food-service-distribution .sec_banner li:last-child a {
    padding-left: 60px;
  }
}
@media (max-width: 766px) {
  .food-service-distribution .sec_banner li:last-child a {
    padding-left: 0;
  }
}

.consumption-goods .container .content {
  padding-bottom: 0;
}
.consumption-goods .sec01 {
  padding-bottom: 180px;
}
@media (max-width: 1023px) {
  .consumption-goods .sec01 {
    padding-bottom: 120px;
  }
}
.consumption-goods .sec02 {
  position: relative;
  z-index: 2;
  padding: 110px 0 170px;
}
.consumption-goods .sec02 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
}
.consumption-goods .sec02 .con_title a {
  margin-top: 2.5rem;
}
.consumption-goods .sec02 .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 350px;
  background: url("/resources/jp/local/images/food-business/food_product_bg.jpg") center no-repeat;
  background-size: cover;
}
.consumption-goods .sec02 .product_list_slider {
  margin-top: 3.125rem;
}
.consumption-goods .sec02 .product_list_slider i.hover {
  width: 72px;
  height: 72px;
}
.consumption-goods .sec02 .product_list_slider .swiper-slide a {
  position: relative;
}
.consumption-goods .sec02 .product_list_slider .swiper-slide a:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 36px;
  right: 22px;
  background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_outlink_black.svg") center top no-repeat;
  background-size: 100% 100%;
}
.consumption-goods .sec02 .product_list_slider .swiper-slide:nth-of-type(1) i.hover {
  background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon01_off.svg") center top no-repeat;
  background-size: 100% 100%;
}
.consumption-goods .sec02 .product_list_slider .swiper-slide:nth-of-type(2) i.hover {
  background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon02_off.svg") center top no-repeat;
  background-size: 100% 100%;
}
.consumption-goods .sec02 .product_list_slider .swiper-slide:nth-of-type(3) i.hover {
  background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon03_off.svg") center top no-repeat;
  background-size: 100% 100%;
}
.consumption-goods .sec02 .product_list_slider .swiper-slide:nth-of-type(4) i.hover {
  background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon04_off.svg") center top no-repeat;
  background-size: 100% 100%;
}
.consumption-goods .sec02 .product_list_slider .swiper-slide:nth-of-type(5) i.hover {
  background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon05_off.svg") center top no-repeat;
  background-size: 100% 100%;
}
.consumption-goods .sec02 .product_list_slider .swiper-slide:nth-of-type(6) i.hover {
  background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon06_off.svg") center top no-repeat;
  background-size: 100% 100%;
}
.consumption-goods .sec02 .product_list_slider .swiper-slide:nth-of-type(7) i.hover {
  background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon07_off.svg") center top no-repeat;
  background-size: 100% 100%;
}
.consumption-goods .sec02 .product_list_slider .swiper-slide:nth-of-type(8) i.hover {
  background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon08_off.svg") center top no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .consumption-goods .sec02 .product_list_slider .swiper-slide:hover:nth-of-type(1) i.hover {
    display: block;
    background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon01_on.svg") center top no-repeat;
    background-size: 100% 100%;
  }
  .consumption-goods .sec02 .product_list_slider .swiper-slide:hover:nth-of-type(2) i.hover {
    display: block;
    background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon02_on.svg") center top no-repeat;
    background-size: 100% 100%;
  }
  .consumption-goods .sec02 .product_list_slider .swiper-slide:hover:nth-of-type(3) i.hover {
    display: block;
    background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon03_on.svg") center top no-repeat;
    background-size: 100% 100%;
  }
  .consumption-goods .sec02 .product_list_slider .swiper-slide:hover:nth-of-type(4) i.hover {
    display: block;
    background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon04_on.svg") center top no-repeat;
    background-size: 100% 100%;
  }
  .consumption-goods .sec02 .product_list_slider .swiper-slide:hover:nth-of-type(5) i.hover {
    display: block;
    background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon05_on.svg") center top no-repeat;
    background-size: 100% 100%;
  }
  .consumption-goods .sec02 .product_list_slider .swiper-slide:hover:nth-of-type(6) i.hover {
    display: block;
    background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon06_on.svg") center top no-repeat;
    background-size: 100% 100%;
  }
  .consumption-goods .sec02 .product_list_slider .swiper-slide:hover:nth-of-type(7) i.hover {
    display: block;
    background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon07_on.svg") center top no-repeat;
    background-size: 100% 100%;
  }
  .consumption-goods .sec02 .product_list_slider .swiper-slide:hover:nth-of-type(8) i.hover {
    display: block;
    background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_icon08_on.svg") center top no-repeat;
    background-size: 100% 100%;
  }
  .consumption-goods .sec02 .product_list_slider .swiper-slide:hover a:before {
    background: url("/resources/jp/local/images/food-business/consumption-goods_product_list_outlink_white.svg") center top no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 1023px) {
  .consumption-goods .sec02 {
    padding: 75px 0 120px;
  }
  .consumption-goods .sec02 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .consumption-goods .sec02 .con_title a {
    margin-top: 1.875rem;
  }
  .consumption-goods .sec02 .bg {
    height: 65%;
    background: url("/resources/jp/local/images/food-business/food_product_mbg.jpg") center no-repeat;
    background-size: cover;
  }
  .consumption-goods .sec02 .product_list_slider {
    margin-top: 2.5rem;
  }
  .consumption-goods .sec02 .product_list_slider i.hover {
    width: 63px;
    height: 63px;
  }
  .consumption-goods .sec02 .product_list_slider .swiper-slide a:before {
    width: 12px;
    height: 12px;
    top: 32px;
    right: 20px;
  }
}
.consumption-goods .sec03 {
  padding-bottom: 180px;
}
.consumption-goods .sec03 .con_title h3 {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.5454545455;
  font-weight: 400;
}
.consumption-goods .sec03 .do_list {
  margin-top: 5.625rem;
  background-color: #f7f7f7;
  padding: 45px 0;
  box-sizing: border-box;
  font-size: 0;
  letter-spacing: -4px;
}
.consumption-goods .sec03 .do_list .box {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #aaaaaa;
  width: 50%;
  padding: 0 30px 0 45px;
  box-sizing: border-box;
}
.consumption-goods .sec03 .do_list .box:last-child {
  border-right: none;
}
.consumption-goods .sec03 .do_list h4 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.0476190476;
  margin-bottom: 1.5625rem;
  color: #222222;
  font-weight: bold;
}
.consumption-goods .sec03 .do_list ol li {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  word-break: break-all;
  word-wrap: break-word;
  color: #444444;
  font-weight: 400;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.consumption-goods .sec03 .do_list ol li span {
  position: absolute;
  left: 0;
  top: 0;
}
.consumption-goods .sec03 .do_list ol li + li {
  margin-top: 0.625rem;
}
@media (max-width: 1023px) {
  .consumption-goods .sec03 {
    padding-bottom: 120px;
  }
  .consumption-goods .sec03 .con_title h3 {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .consumption-goods .sec03 .do_list {
    margin-top: 3.75rem;
    padding: 23px 30px;
  }
  .consumption-goods .sec03 .do_list .box {
    display: block;
    width: 100%;
    padding: 25px 0 40px;
    border: none;
    border-bottom: 1px solid #aaaaaa;
  }
  .consumption-goods .sec03 .do_list .box:last-child {
    border-bottom: none;
    padding-bottom: 20px;
  }
  .consumption-goods .sec03 .do_list h4 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.0666666667;
    margin-bottom: 1.125rem;
  }
  .consumption-goods .sec03 .do_list ol li {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
    padding-left: 15px;
  }
}
.consumption-goods .sec04 {
  padding-bottom: 180px;
}
.consumption-goods .sec04 .brand_area:last-of-type .img_box img {
  height: auto;
}
@media (max-width: 1023px) {
  .consumption-goods .sec04 .brand_area:last-of-type .img_box img {
    height: 180px;
  }
}
@media (max-width: 1023px) {
  .consumption-goods .sec04 {
    padding-bottom: 120px;
  }
}
.consumption-goods .sec05 {
  padding: 90px 0;
  background: #f7f7f7;
}
@media (max-width: 1023px) {
  .consumption-goods .sec05 {
    padding: 45px 0 60px;
  }
}
.consumption-goods .sec_banner li::before {
  height: 60px;
}
.consumption-goods .sec_banner li:last-child a {
  padding-left: 90px;
}
@media (max-width: 1023px) {
  .consumption-goods .sec_banner li::before {
    height: 40px;
  }
  .consumption-goods .sec_banner li:last-child a {
    padding-left: 60px;
  }
}
@media (max-width: 766px) {
  .consumption-goods .sec_banner li:last-child a {
    padding-left: 0;
  }
}

.food-rnd .sec02 .con01 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #dddddd;
}
.food-rnd .sec02 .con01 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.4285714286;
}
.food-rnd .sec02 .con01 .vision_wrap {
  margin-top: 7.0625rem;
}
.food-rnd .sec02 .con01 .vision_wrap .top_box {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.food-rnd .sec02 .con01 .vision_wrap .top_box::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: url("/resources/jp/global/images/esg/arrow_cool_down.svg") center no-repeat;
  background-size: cover;
}
.food-rnd .sec02 .con01 .vision_wrap .top_box span {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 600;
  color: #666666;
}
.food-rnd .sec02 .con01 .vision_wrap .top_box p {
  margin-top: 0.75rem;
  font-weight: bold;
  font-size: 2.8125rem;
  letter-spacing: 0;
  line-height: 1.2222222222;
  color: #26247B;
}
.food-rnd .sec02 .con01 .vision_wrap .list {
  padding-top: 100px;
  font-size: 0;
  text-align: center;
}
.food-rnd .sec02 .con01 .vision_wrap .list li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  height: 206px;
  padding: 45px 10px 0 10px;
  border: 1px solid #aaa;
}
.food-rnd .sec02 .con01 .vision_wrap .list li:nth-of-type(odd) {
  margin-right: 40px;
}
.food-rnd .sec02 .con01 .vision_wrap .list li:nth-of-type(n + 3) {
  margin-top: 2.5rem;
}
.food-rnd .sec02 .con01 .vision_wrap .list li strong {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.4615384615;
  color: #222222;
}
.food-rnd .sec02 .con01 .vision_wrap .list li p {
  margin-top: 1.1875rem;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #666666;
}
@media (max-width: 1023px) {
  .food-rnd .sec02 .con01 .inner {
    padding-bottom: 120px;
  }
  .food-rnd .sec02 .con01 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .food-rnd .sec02 .con01 .vision_wrap {
    margin-top: 3.75rem;
  }
  .food-rnd .sec02 .con01 .vision_wrap .top_box {
    padding-bottom: 15px;
  }
  .food-rnd .sec02 .con01 .vision_wrap .top_box::after {
    width: 16px;
    height: 23px;
  }
  .food-rnd .sec02 .con01 .vision_wrap .top_box span {
    font-size: 1.0625rem;
    letter-spacing: 0;
    line-height: 1.3529411765;
  }
  .food-rnd .sec02 .con01 .vision_wrap .top_box p {
    margin-top: 0.5rem;
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .food-rnd .sec02 .con01 .vision_wrap .list {
    padding-top: 50px;
  }
  .food-rnd .sec02 .con01 .vision_wrap .list li {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 15px;
  }
  .food-rnd .sec02 .con01 .vision_wrap .list li:nth-of-type(odd) {
    margin-right: 0;
  }
  .food-rnd .sec02 .con01 .vision_wrap .list li:nth-of-type(n + 2) {
    margin-top: 1.25rem;
  }
  .food-rnd .sec02 .con01 .vision_wrap .list li strong {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.2380952381;
  }
  .food-rnd .sec02 .con01 .vision_wrap .list li p {
    margin-top: 1.25rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
}
@media (max-width: 766px) {
  .food-rnd .sec02 .con01 .vision_wrap .list li:nth-of-type(n + 2) {
    margin-top: 1.25rem;
  }
  .food-rnd .sec02 .con01 .vision_wrap .list li p {
    margin-top: 1.25rem;
  }
}
.food-rnd .sec03 {
  padding-top: 180px;
  margin-bottom: 11.25rem;
}
.food-rnd .sec03 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.4285714286;
}
.food-rnd .sec03 .con_title p {
  color: #222222;
}
.food-rnd .sec03 .con01 .img_txt {
  margin-top: 5.625rem;
}
.food-rnd .sec03 .con01 .img_txt::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.food-rnd .sec03 .con01 .img_txt .img_area {
  float: right;
  width: 435px;
}
.food-rnd .sec03 .con01 .img_txt .img_area img.pc {
  display: block;
}
.food-rnd .sec03 .con01 .img_txt .img_area img.mobile {
  display: none;
}
.food-rnd .sec03 .con01 .img_txt .img_area .swiper-pagination {
  bottom: 30px;
}
.food-rnd .sec03 .con01 .img_txt .img_area .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  margin: 0 4px;
  background-color: #E7EBEC;
  border-radius: unset;
  transform: skew(-40deg);
  opacity: 1;
}
.food-rnd .sec03 .con01 .img_txt .img_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6EEB83;
}
.food-rnd .sec03 .con01 .img_txt .txt_area {
  float: left;
  width: calc(100% - 435px);
  padding-right: 45px;
  box-sizing: border-box;
}
.food-rnd .sec03 .con01 .img_txt .txt_area p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  font-weight: 400;
  color: #444444;
}
.food-rnd .sec03 .con01 .img_txt .txt_area p + p {
  margin-top: 1.875rem;
  word-break: break-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .food-rnd .sec03 {
    padding-top: 120px;
    margin-bottom: 6.875rem;
  }
  .food-rnd .sec03 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
  .food-rnd .sec03 .con01 .img_txt {
    margin-top: 3.75rem;
  }
  .food-rnd .sec03 .con01 .img_txt .img_area {
    float: none;
    width: 100%;
  }
  .food-rnd .sec03 .con01 .img_txt .img_area img.pc {
    display: none;
  }
  .food-rnd .sec03 .con01 .img_txt .img_area img.mobile {
    display: block;
    width: 100%;
  }
  .food-rnd .sec03 .con01 .img_txt .img_area .swiper-pagination {
    bottom: 20px;
  }
  .food-rnd .sec03 .con01 .img_txt .img_area .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
  }
  .food-rnd .sec03 .con01 .img_txt .txt_area {
    margin-top: 3.125rem;
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .food-rnd .sec03 .con01 .img_txt .txt_area p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .food-rnd .sec03 .con01 .img_txt .txt_area p + p {
    margin-top: 1.875rem;
  }
}
@media (max-width: 766px) {
  .food-rnd .sec03 {
    margin-bottom: 6.875rem;
  }
  .food-rnd .sec03 .con01 .img_txt {
    margin-top: 3.75rem;
  }
  .food-rnd .sec03 .con01 .img_txt .txt_area p + p {
    margin-top: 1.875rem;
  }
}
.food-rnd .sec04 {
  position: relative;
  padding: 120px 0;
  background: url("/resources/jp/local/images/food-business/foodrnd_sec02_bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.food-rnd .sec04 .inner {
  z-index: 1;
}
.food-rnd .sec04 .research_slide_wrap {
  position: relative;
  padding: 0 50px;
}
.food-rnd .sec04 .research_slide_wrap .research_slide ul {
  display: block;
  font-size: 0;
}
.food-rnd .sec04 .research_slide_wrap .research_slide li {
  position: relative;
  display: inline-block;
  /* col 1개의 넓이 계산 */
  /* columns 넓이 계산 */
  width: 47.9591836735%;
  /* margin-left 계산 gap */
  margin-left: 4.0816326531%;
  max-height: 160px;
  padding: 0 30px;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.food-rnd .sec04 .research_slide_wrap .research_slide li:nth-child(2n-1) {
  margin-left: 0;
}
.food-rnd .sec04 .research_slide_wrap .research_slide li i {
  display: block;
  position: absolute;
  top: 25px;
  right: 40px;
  width: 90px;
}
.food-rnd .sec04 .research_slide_wrap .research_slide li:nth-child(3), .food-rnd .sec04 .research_slide_wrap .research_slide li:nth-child(4) {
  margin-bottom: 0;
}
.food-rnd .sec04 .research_slide_wrap .research_slide li.long .txt_box {
  padding: 30px 0;
}
.food-rnd .sec04 .research_slide_wrap .research_slide .txt_box {
  padding: 34px 0;
}
.food-rnd .sec04 .research_slide_wrap .research_slide .txt_box strong {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #222222;
}
.food-rnd .sec04 .research_slide_wrap .research_slide .txt_box p {
  margin-top: 0.5rem;
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #666666;
}
.food-rnd .sec04 .research_slide_pagination {
  display: none;
}
.food-rnd .sec04 .slide_btn {
  display: none;
}
@media (max-width: 1023px) {
  .food-rnd .sec04 {
    background: url("/resources/jp/local/images/food-business/foodrnd_sec02_mbg.jpg") center no-repeat;
    background-size: cover;
  }
  .food-rnd .sec04 .title {
    margin-bottom: 1.25rem;
  }
  .food-rnd .sec04 .research_slide_wrap {
    position: relative;
    padding: 0 20px;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide ul {
    font-size: 0;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 48.9795918367%;
    /* margin-left 계산 gap */
    margin-left: 2.0408163265%;
    max-height: none;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li:nth-child(2n-1) {
    margin-left: 0;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li.long .txt_box {
    padding: 33px 0 40px;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li i {
    top: 20px;
    right: 20px;
    width: 45px;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li .txt_box {
    padding: 33px 0 40px;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li .txt_box strong {
    font-size: 1.4375rem;
    letter-spacing: 0;
    line-height: 1.2608695652;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li .txt_box p {
    margin-top: 1.6875rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
}
@media (max-width: 766px) {
  .food-rnd .sec04 .title {
    margin-bottom: 1.25rem;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide {
    box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.16);
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide ul {
    display: flex;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 100%;
    /* margin-left 계산 gap */
    margin-left: 0%;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li:nth-child(1n-0) {
    margin-left: 0;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li.long .txt_box {
    padding: 33px 0 40px;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li i {
    top: 20px;
    right: 20px;
    width: 45px;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li .txt_box {
    padding: 33px 0 40px;
  }
  .food-rnd .sec04 .research_slide_wrap .research_slide li .txt_box p {
    margin-top: 1.6875rem;
  }
  .food-rnd .sec04 .research_slide_pagination {
    display: block;
    position: static;
    margin-top: 1.875rem;
  }
  .food-rnd .sec04 .research_slide_pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    margin: 0 4px;
    background-color: #E7EBEC;
    border-radius: unset;
    transform: skew(-40deg);
    opacity: 1;
  }
  .food-rnd .sec04 .research_slide_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #6EEB83;
  }
  .food-rnd .sec04 .slide_btn {
    display: block;
    width: 10px;
    height: 17px;
    top: 70px;
    margin-top: 0;
    background-image: none;
  }
  .food-rnd .sec04 .slide_btn.research_slide_prev {
    left: 0;
  }
  .food-rnd .sec04 .slide_btn.research_slide_next {
    right: 0;
  }
}
.food-rnd .sec05 {
  padding-top: 180px;
}
.food-rnd .sec05 .con01 .list {
  font-size: 0;
}
.food-rnd .sec05 .con01 .list > li {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333333% - 20px);
  margin-right: 30px;
}
.food-rnd .sec05 .con01 .list > li:nth-of-type(3n) {
  margin-right: 0;
}
.food-rnd .sec05 .con01 .list > li:nth-of-type(n + 4) {
  margin-top: 4.0625rem;
}
.food-rnd .sec05 .con01 .list > li img {
  width: 100%;
}
.food-rnd .sec05 .con01 .list > li .txt_box {
  padding-top: 25px;
}
.food-rnd .sec05 .con01 .list > li .txt_box span {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4285714286;
  color: #666666;
}
.food-rnd .sec05 .con01 .list > li .txt_box strong {
  margin-top: 0.5rem;
  margin-bottom: 0.875rem;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.4545454545;
  display: block;
  color: #222222;
}
.food-rnd .sec05 .con01 .list > li .txt_box ol li {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  color: #666666;
  word-break: keep-all;
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
}
.food-rnd .sec05 .con01 .list > li .txt_box ol li:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.food-rnd .sec05 .con01 .list > li .txt_box ol li + li {
  margin-top: 0.625rem;
}
.food-rnd .sec05 .con01 .btn_wrap {
  text-align: center;
  margin-top: 4.625rem;
}
@media (max-width: 1023px) {
  .food-rnd .sec05 {
    padding-top: 120px;
  }
  .food-rnd .sec05 .title {
    margin-bottom: 1.25rem;
  }
  .food-rnd .sec05 .con01 .list > li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .food-rnd .sec05 .con01 .list > li:nth-of-type(3n) {
    margin-right: 20px;
  }
  .food-rnd .sec05 .con01 .list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .food-rnd .sec05 .con01 .list > li:nth-of-type(n + 4) {
    margin-top: 0rem;
  }
  .food-rnd .sec05 .con01 .list > li:nth-of-type(n + 3) {
    margin-top: 4.0625rem;
  }
  .food-rnd .sec05 .con01 .list > li .txt_box {
    padding-top: 20px;
  }
  .food-rnd .sec05 .con01 .list > li .txt_box span {
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
  .food-rnd .sec05 .con01 .list > li .txt_box strong {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.3333333333;
  }
  .food-rnd .sec05 .con01 .list > li .txt_box ol li {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .food-rnd .sec05 .con01 .list > li .txt_box ol li + li {
    margin-top: 0.3125rem;
  }
  .food-rnd .sec05 .con01 .btn_wrap {
    text-align: center;
    margin-top: 3.125rem;
  }
}
@media (max-width: 766px) {
  .food-rnd .sec05 .title {
    margin-bottom: 1.25rem;
  }
  .food-rnd .sec05 .con01 .list > li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .food-rnd .sec05 .con01 .list > li:nth-of-type(n + 2) {
    margin-top: 3.75rem;
  }
  .food-rnd .sec05 .con01 .list > li .txt_box strong {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .food-rnd .sec05 .con01 .btn_wrap {
    margin-top: 3.125rem;
  }
}

.food-business.product #header #gnb > ul > li > a {
  padding: 0 36px;
}
.food-business.product #header #gnb > ul > li:first-of-type > a {
  padding-left: 58px;
}
@media (max-width: 1399px) {
  .food-business.product #header #util .inquiry_btn {
    display: none;
  }
}
.food-business.product.consumption-detail #header #gnb > ul > li > a {
  padding: 0 24px;
}
.food-business.product.consumption-detail #header #gnb > ul > li:first-of-type > a {
  padding-left: 58px;
}
.food-business.product #allMenu .top {
  background-color: #EEEDE6;
  height: 70px;
  padding: 17px 20px 0;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  position: relative;
}
.food-business.product #allMenu .top .lang {
  padding: 0;
}
.food-business.product #allMenu .top .lang li.current a {
  color: #1A1853;
}
.food-business.product #allMenu .top .lang li.current a:before {
  background-color: #1A1853;
}
.food-business.product #allMenu .top a.close_btn {
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.food-business.product #allMenu .cont {
  height: calc(100% - 70px);
  padding-bottom: 34px;
  overflow-y: auto;
}
.food-business.product #allMenu .cont .gnb_wrap {
  padding: 0;
}
.food-business.product #allMenu .cont .gnb_wrap .gnb > ul > li > a {
  padding: 20px;
}
.food-business.product #allMenu .cont .gnb_wrap .gnb > ul > li > a:after {
  width: 10px;
  height: 16px;
  right: 20px;
  transform: none;
  background: url("/resources/jp/local/images/food-business/all_menu_gnb_arrow.svg") center no-repeat;
  background-size: cover;
}
.food-business.product #allMenu .cont .gnb_wrap .gnb > ul > li:last-child {
  border-bottom: none;
}
.food-business.product #allMenu .cont .inquiry_area {
  padding: 35px 20px 0;
}
.food-business.product #allMenu .cont .inquiry_area a {
  display: block;
  position: relative;
  background-color: #26247B;
  padding: 30px 27px;
  box-sizing: border-box;
}
.food-business.product #allMenu .cont .inquiry_area a strong {
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.0555555556;
  font-weight: bold;
  color: #ffffff;
}
.food-business.product #allMenu .cont .inquiry_area a strong:after {
  display: block;
  content: "";
  position: absolute;
  top: 49%;
  right: -16px;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background: url("/resources/jp/local/images/food-business/inquiry_arrow_white.svg") center top no-repeat;
  background-size: 100% 100%;
}
.food-business.product #allMenu .cont .inquiry_area a p {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.3571428571;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0.5rem;
}
.food-business.product #allMenu .cont .banner_100th_mo {
  padding: 30px 20px 0 20px;
}
.food-business.product .paging_wrap {
  margin-top: 4.75rem;
}
.food-business.product .paging_wrap .num:hover, .food-business.product .paging_wrap .num.active {
  background-color: #26247B;
  border-color: #26247B;
}
@media (max-width: 1023px) {
  .food-business.product .paging_wrap {
    margin-top: 3.3125rem;
  }
  .food-business.product .paging_wrap .num:hover, .food-business.product .paging_wrap .num.active {
    background-color: transparent;
    border-color: transparent;
    color: #26247B;
  }
}
.food-business.product.searchview .search_result {
  background-color: #26247B;
}
.food-business.product.searchview .search_result .search_box button {
  background: url("/resources/jp/global/images/common/integrated_search_icon.svg") center top no-repeat;
  background-size: 100% 100%;
}
.food-business.product.searchview .sec01 .con h3.tit {
  margin-bottom: 1.1875rem;
}
.food-business.product.searchview .sec01 .con h3.tit span {
  color: #1A1853;
}
.food-business.product .lnbWrap ul li.active a::before {
  background-color: #1A1853;
}
.food-business.product .product_card_list {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-top: 5.625rem;
}
.food-business.product .product_card_list .product_slide {
  margin: 0;
  padding-bottom: 60px;
  overflow: visible;
}
.food-business.product .product_card_list .swiper-scrollbar {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  max-width: 980px;
  z-index: 2;
  background-color: #E7EBEC;
  border-radius: unset;
}
.food-business.product .product_card_list .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background-color: #6EEB83;
}
.food-business.product .product_card_list ul li.card {
  width: 475px;
  height: 280px;
  padding: 70px 30px;
  border: 1px solid #aaaaaa;
  margin-right: 30px;
  box-sizing: border-box;
}
.food-business.product .product_card_list ul li.card:last-child {
  margin-right: 0;
}
.food-business.product .product_card_list ul li.card h4 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.2307692308;
  font-weight: bold;
  color: #222222;
}
.food-business.product .product_card_list ul li.card p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.5789473684;
  font-weight: 400;
  color: #444444;
}
.food-business.product .product_card_list ul li.card .scroll {
  margin-top: 1.25rem;
  height: 90px;
  overflow: hidden;
}
.food-business.product .product_card_list ul li.card .scroll:not(.overflow_scroll) {
  padding-right: 20px;
  box-sizing: border-box;
}
.food-business.product .product_card_list ul li.card i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 73px;
  height: 73px;
}
.food-business.product .product_card_list ul li.card.sugar i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_sugar.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.glucose i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_glucose.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.corn_syrup i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_corn_syrup.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.fruit_sugar i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_fruit_sugar.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.oligosaccharide i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_oligosaccharide.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.dietary_Fiber i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_dietary_Fiber.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.dextrin i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_dextrin.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.allulose i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_allulose.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.sugar_alcohol i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_sugar_alcohol.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.industrial_starch i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_industrial_starch.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.food_starch i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_food_starch.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.premixes i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_premixes.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.wheatflour i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_wheatflour.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.margarine i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_margarine.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.shortening i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_shortening.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.refined_oil i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_refined_oil.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.modified_starch i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_modified_starch.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.high_sweetness_sweetener i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_high_sweetness_sweetener.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.special_sugar i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_special_sugar.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.spices i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_spices.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.protein i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_protein.png") center no-repeat;
  background-size: cover;
}
.food-business.product .product_card_list ul li.card.prepared_starch i {
  background: url("/resources/jp/local/images/food-business/product/product_card_list_icon_prepared_starch.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .food-business.product .product_card_list {
    margin-top: 3.75rem;
  }
  .food-business.product .product_card_list .product_slide {
    max-width: 100%;
    padding-bottom: 40px;
    overflow: visible;
  }
  .food-business.product .product_card_list ul li.card {
    max-width: 100%;
    width: 50%;
    height: 224px;
    padding: 37px 20px;
    margin-right: 10px;
  }
  .food-business.product .product_card_list ul li.card h4 {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.2380952381;
  }
  .food-business.product .product_card_list ul li.card p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .food-business.product .product_card_list ul li.card .scroll {
    margin-top: 1.875rem;
    height: 100px;
  }
  .food-business.product .product_card_list ul li.card i {
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 766px) {
  .food-business.product .product_card_list ul li.card {
    width: 100%;
  }
}
.food-business.product .product_catagory_list {
  margin-bottom: 4.6875rem;
}
.food-business.product .product_catagory_list .tab {
  font-size: 0;
  white-space: nowrap;
  position: relative;
}
.food-business.product .product_catagory_list .tab .mCSB_scrollTools {
  bottom: -15px;
}
.food-business.product .product_catagory_list .tab .scroll.scroll__visible:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  transition: 0.3s;
  z-index: 10;
  content: "";
}
.food-business.product .product_catagory_list .tab .scroll.scroll__active:after {
  opacity: 0;
}
.food-business.product .product_catagory_list .tab a {
  margin-right: 10px;
}
.food-business.product .product_catagory_list .tab a.active {
  border-color: #26247B;
  background-color: #26247B;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .food-business.product .product_catagory_list .tab a.active:hover {
    color: #ffffff;
  }
  .food-business.product .product_catagory_list .tab a:hover {
    border-color: #26247B;
    color: #26247B;
  }
}
@media (max-width: 1023px) {
  .food-business.product .product_catagory_list {
    margin-bottom: 3.125rem;
  }
}
.food-business.product .product_list .top {
  margin-bottom: 1.25rem;
}
.food-business.product .product_list .top p {
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  color: #222222;
}
.food-business.product .product_list .list ul {
  font-size: 0;
  letter-spacing: -4px;
}
.food-business.product .product_list .list ul li {
  width: calc(25% - 15px);
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  height: 230px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  overflow: hidden;
}
.food-business.product .product_list .list ul li a {
  display: block;
  height: 100%;
  padding-top: 6px;
}
.food-business.product .product_list .list ul li:nth-of-type(4n) {
  margin-right: 0;
}
.food-business.product .product_list .list ul li:nth-of-type(n + 5) {
  margin-top: 1.875rem;
}
.food-business.product .product_list .list ul li .img_box {
  height: 150px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.food-business.product .product_list .list ul li .img_box img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.food-business.product .product_list .list ul li p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.2631578947;
  font-weight: 400;
  color: #222222;
  margin-top: 0.8125rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .food-business.product .product_list .top {
    margin-bottom: 0.625rem;
  }
  .food-business.product .product_list .top p {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.1428571429;
  }
  .food-business.product .product_list .list ul li {
    width: calc(33.333333% - 10px);
    margin-right: 15px;
    height: 168px;
  }
  .food-business.product .product_list .list ul li:nth-of-type(4n) {
    margin-right: 15px;
  }
  .food-business.product .product_list .list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .food-business.product .product_list .list ul li:nth-of-type(n + 5) {
    margin-top: 0rem;
  }
  .food-business.product .product_list .list ul li:nth-of-type(n + 4) {
    margin-top: 0.9375rem;
  }
  .food-business.product .product_list .list ul li .img_box {
    height: 105px;
  }
  .food-business.product .product_list .list ul li .img_box img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .food-business.product .product_list .list ul li p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.1875;
    margin-top: 0.625rem;
  }
}
@media (max-width: 766px) {
  .food-business.product .product_list .list ul li {
    width: calc(50% - 8px);
    margin-right: 16px;
    height: 168px;
  }
  .food-business.product .product_list .list ul li:nth-of-type(4n) {
    margin-right: 16px;
  }
  .food-business.product .product_list .list ul li:nth-of-type(3n) {
    margin-right: 16px;
  }
  .food-business.product .product_list .list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .food-business.product .product_list .list ul li:nth-of-type(n + 5) {
    margin-top: 0rem;
  }
  .food-business.product .product_list .list ul li:nth-of-type(n + 3) {
    margin-top: 0.9375rem;
  }
}
.food-business.product .common_popup .title_box {
  background-color: #1A1853;
}
.food-business.product .common_popup.search_popup .cont {
  max-width: 980px;
}
.food-business.product .common_popup.search_popup .cont .con_box {
  height: 660px;
  padding: 40px 30px 30px;
}
.food-business.product .common_popup.search_popup .cont .con_box .input_area {
  margin-bottom: 3.125rem;
}
.food-business.product .common_popup.search_popup .cont .con_box .search_result_wrap {
  height: 100%;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 {
  max-height: calc(100% - 140px);
  overflow-y: auto;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 .col01 {
  width: 158px;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 .col02 {
  width: auto;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody tr {
  border-bottom: 1px solid #ddd;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td {
  border-right: 1px solid #ddd;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td:last-child {
  text-align: left;
  border-right: none;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td:first-child {
  text-align: left;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td:first-child .custom_radio .radio_area {
  margin-right: 0;
  padding-right: 0;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td .custom_radio .radio_area {
  margin-right: 18px;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td .custom_radio .radio_area + .radio_area {
  margin-left: 0;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td .custom_radio input[type=radio] + label {
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.8823529412;
  text-align: left;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td .custom_radio input[type=radio] + label:before {
  top: 3px;
}
.food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td .custom_radio input[type=radio] + label:after {
  top: 9px;
}
.food-business.product .common_popup.search_popup .cont .con_box .btn_wrap {
  margin-top: 1.875rem;
}
@media (max-width: 1023px) {
  .food-business.product .common_popup.search_popup .cont {
    height: 80%;
  }
  .food-business.product .common_popup.search_popup .cont .con_box {
    height: calc(100% - 60px);
    padding: 30px 20px 20px;
  }
  .food-business.product .common_popup.search_popup .cont .con_box .input_area {
    margin-bottom: 1.875rem;
  }
  .food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 {
    max-height: calc(100% - 122px);
  }
  .food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td:last-child {
    text-align: left;
  }
  .food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td .custom_radio .radio_area {
    margin-right: 15px;
    padding-right: 15px;
  }
  .food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td .custom_radio input[type=radio] + label {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
  .food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td .custom_radio input[type=radio] + label:before {
    top: 5px;
  }
  .food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td .custom_radio input[type=radio] + label:after {
    top: 9px;
  }
  .food-business.product .common_popup.search_popup .cont .con_box .btn_wrap {
    margin-top: 1.875rem;
  }
}
@media (max-width: 766px) {
  .food-business.product .common_popup.search_popup .cont {
    height: 70%;
  }
  .food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 .col01 {
    width: 80px;
  }
  .food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 .col02 {
    width: auto;
  }
  .food-business.product .common_popup.search_popup .cont .con_box .table_wrap.type01 tbody td .custom_radio .radio_area {
    margin-right: 5px;
    padding-right: 5px;
  }
  .food-business.product .common_popup.search_popup .cont .con_box .btn_wrap {
    margin-top: 1.875rem;
  }
}

.food-business.product.list .sec01 {
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .food-business.product.list .sec01 {
    padding-bottom: 20px;
  }
}
.food-business.product.list .sec02 {
  padding-top: 180px;
  position: relative;
}
.food-business.product.list .sec02:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  max-width: 980px;
  background: #aaaaaa;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.food-business.product.list .sec02.none_top_line {
  padding-top: 150px;
}
.food-business.product.list .sec02.none_top_line:before {
  display: none;
}
@media (max-width: 1023px) {
  .food-business.product.list .sec02 {
    padding-top: 120px;
  }
  .food-business.product.list .sec02:before {
    width: 89.6%;
  }
  .food-business.product.list .sec02.none_top_line {
    padding-top: 100px;
  }
}

.food-business.product.view .content {
  padding-top: 0;
}
.food-business.product.view .sec.view_top_section {
  padding: 120px 0 90px;
  background-color: #EEEDE6;
}
.food-business.product.view .sec.view_top_section .box_wrap::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.food-business.product.view .sec.view_top_section .box_wrap .txt_box {
  float: left;
  width: calc(100% - 306px);
  padding-right: 40px;
  box-sizing: border-box;
}
.food-business.product.view .sec.view_top_section .box_wrap .txt_box dl {
  font-size: 0;
}
.food-business.product.view .sec.view_top_section .box_wrap .txt_box dl dt,
.food-business.product.view .sec.view_top_section .box_wrap .txt_box dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.4545454545;
  font-weight: 400;
  color: #444444;
}
.food-business.product.view .sec.view_top_section .box_wrap .txt_box dl dt {
  padding-right: 12px;
  position: relative;
}
.food-business.product.view .sec.view_top_section .box_wrap .txt_box dl dt:before {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  background: #aaaaaa;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.food-business.product.view .sec.view_top_section .box_wrap .txt_box dl dd {
  padding-left: 12px;
}
.food-business.product.view .sec.view_top_section .box_wrap .txt_box h3 {
  font-size: 3.75rem;
  letter-spacing: 0;
  line-height: 1.0666666667;
  font-weight: bold;
  color: #222222;
  margin-top: 0.3125rem;
}
.food-business.product.view .sec.view_top_section .box_wrap .txt_box p {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  word-break: break-all;
  word-wrap: break-word;
  margin-top: 1.875rem;
  font-weight: 400;
  color: #444444;
}
.food-business.product.view .sec.view_top_section .box_wrap .txt_box a {
  margin-top: 1.875rem;
  background-color: #1A1853;
  border-color: #1A1853;
}
.food-business.product.view .sec.view_top_section .box_wrap .img_box {
  float: right;
  width: 306px;
  height: 280px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.food-business.product.view .sec.view_top_section .box_wrap .img_box img {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .food-business.product.view .sec.view_top_section {
    padding: 77px 0 58px;
  }
  .food-business.product.view .sec.view_top_section .box_wrap .txt_box {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .food-business.product.view .sec.view_top_section .box_wrap .txt_box dl dt,
.food-business.product.view .sec.view_top_section .box_wrap .txt_box dl dd {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.7777777778;
  }
  .food-business.product.view .sec.view_top_section .box_wrap .txt_box dl dt:before {
    height: 14px;
  }
  .food-business.product.view .sec.view_top_section .box_wrap .txt_box h3 {
    font-size: 2.125rem;
    letter-spacing: 0;
    line-height: 1.2941176471;
  }
  .food-business.product.view .sec.view_top_section .box_wrap .txt_box p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
    margin-top: 1.25rem;
  }
  .food-business.product.view .sec.view_top_section .box_wrap .txt_box a {
    margin-top: 1.25rem;
  }
  .food-business.product.view .sec.view_top_section .box_wrap .img_box {
    margin-top: 2.8125rem;
    float: none;
    width: 100%;
    height: 306px;
  }
}
.food-business.product.view .sec.view_bot_section {
  padding-top: 120px;
}
.food-business.product.view .sec.view_bot_section dl {
  margin-bottom: 7.5rem;
}
.food-business.product.view .sec.view_bot_section dl dt {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.2307692308;
  margin-bottom: 1.25rem;
  color: #222222;
  font-weight: bold;
}
.food-business.product.view .sec.view_bot_section dl dd ol li {
  font-size: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.6842105263;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
  color: #444444;
  position: relative;
  padding-left: 13px;
  box-sizing: border-box;
}
.food-business.product.view .sec.view_bot_section dl dd ol li:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.food-business.product.view .sec.view_bot_section .table_wrap .table {
  font-size: 17px !important;
  line-height: 24px !important;
  color: #444 !important;
}
.food-business.product.view .sec.view_bot_section .table_wrap .table * {
  font-family: inherit !important;
  font-size: 17px !important;
  line-height: 24px !important;
  color: #444 !important;
}
.food-business.product.view .sec.view_bot_section .table_wrap .table table {
  width: 100% !important;
  border-top: 2px solid #222 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.food-business.product.view .sec.view_bot_section .table_wrap .table table tr {
  border-bottom-color: #dddddd;
}
.food-business.product.view .sec.view_bot_section .table_wrap .table table thead th {
  font-size: 17px !important;
  line-height: 24px !important;
}
.food-business.product.view .sec.view_bot_section .table_wrap .table table tbody th {
  font-size: 17px !important;
  letter-spacing: 0em;
  line-height: 24px !important;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
  color: #666666 !important;
  background-color: #f7f7f7;
  border-right: 1px solid #dddddd;
}
.food-business.product.view .sec.view_bot_section .table_wrap .table table tbody td {
  font-size: 17px !important;
  letter-spacing: 0em;
  line-height: 24px !important;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
  color: #666666 !important;
  border-right: 1px solid #dddddd;
}
.food-business.product.view .sec.view_bot_section .table_wrap .table table tbody td:last-child {
  border-right: none;
}
@media (max-width: 1023px) {
  .food-business.product.view .sec.view_bot_section {
    padding-top: 75px;
  }
  .food-business.product.view .sec.view_bot_section dl {
    margin-bottom: 4.6875rem;
  }
  .food-business.product.view .sec.view_bot_section dl dt {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.3333333333;
    margin-bottom: 0.625rem;
  }
  .food-business.product.view .sec.view_bot_section dl dd ol li {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
    padding-left: 10px;
  }
  .food-business.product.view .sec.view_bot_section .table_wrap .table {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .food-business.product.view .sec.view_bot_section .table_wrap .table > * {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .food-business.product.view .sec.view_bot_section .table_wrap .table table thead th {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .food-business.product.view .sec.view_bot_section .table_wrap .table table tbody th {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .food-business.product.view .sec.view_bot_section .table_wrap .table table tbody td {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

.food-business.product.inquiry .custom_radio input[type=radio]:checked + label:after {
  background-color: #1A1853;
}
.food-business.product.inquiry .custom_checkbox input[type=checkbox]:checked + label:before {
  background-color: #1A1853;
  border-color: #1A1853;
}
.food-business.product.inquiry .btn.blue {
  background-color: #1A1853;
  border-color: #1A1853;
}
.food-business.product.inquiry .write_wrap_content {
  margin-top: 7.1875rem;
}
.food-business.product.inquiry .product_search_wrap .input_area {
  width: calc(100% - 160px);
  max-width: none;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .food-business.product.inquiry .write_wrap_content {
    margin-top: 4.625rem;
  }
  .food-business.product.inquiry .custom_radio {
    margin-right: 0;
  }
  .food-business.product.inquiry .product_search_wrap .input_area {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.625rem;
  }
}

.environmental .sec02 .con01 .btn_wrap {
  margin-top: 2.5rem;
}
.environmental .sec02 .con01 .btn_wrap a {
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .environmental .sec02 .con01 .btn_wrap {
    margin-top: 1.875rem;
  }
  .environmental .sec02 .con01 .btn_wrap a {
    display: block;
    width: 178px;
  }
  .environmental .sec02 .con01 .btn_wrap a + a {
    margin-top: 0.9375rem;
  }
}
.environmental .sec02 .con03 .inner {
  border: none;
  padding: 0;
}
.environmental .sec02 .con03 .table_top_text {
  margin-bottom: 1.25rem;
}
.environmental .sec02 .con03 .table_top_text h5 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.5384615385;
  font-weight: bold;
  color: #222222;
}
.environmental .sec02 .con03 .table_top_text p {
  word-break: keep-all;
}
.environmental .sec02 .con03 .table_top_text p > span {
  display: inline-block;
  font-size: 4px;
  vertical-align: sub;
}
.environmental .sec02 .con03 .table_top_text .right {
  padding-top: 13px;
}
.environmental .sec02 .con03 .table_bot_text p {
  word-break: keep-all;
}
.environmental .sec02 .con03 .table_wrap .table.sticky .col01 {
  width: 46%;
}
.environmental .sec02 .con03 .table_wrap .table.sticky .col02, .environmental .sec02 .con03 .table_wrap .table.sticky .col03, .environmental .sec02 .con03 .table_wrap .table.sticky .col04 {
  width: 18%;
}
.environmental .sec02 .con03 .table_wrap .table.sticky thead tr th {
  text-align: center;
  padding: 20px 10px;
}
.environmental .sec02 .con03 .table_wrap .table.sticky thead tr th:nth-of-type(1) {
  padding: 20px 10px;
}
.environmental .sec02 .con03 .table_wrap .table.sticky tbody tr th {
  text-align: center;
  padding: 20px 10px;
}
.environmental .sec02 .con03 .table_wrap .table.sticky tbody tr td {
  text-align: center;
  padding: 20px 10px;
}
.environmental .sec02 .con03 .table_wrap .table.sticky tbody tr td span {
  display: inline-block;
  font-size: 4px;
  vertical-align: sub;
}
@media (max-width: 1023px) {
  .environmental .sec02 .con03 .table_top_text {
    margin-bottom: 0.9375rem;
  }
  .environmental .sec02 .con03 .table_top_text h5 {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.1428571429;
  }
  .environmental .sec02 .con03 .table_top_text p > span {
    font-size: 2px;
  }
  .environmental .sec02 .con03 .table_top_text .right {
    padding-top: 0;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky .scroll.scroll__visible:after {
    left: 180px;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky .col01 {
    width: 180px;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky .col02, .environmental .sec02 .con03 .table_wrap .table.sticky .col03, .environmental .sec02 .con03 .table_wrap .table.sticky .col04 {
    width: 100px;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky thead th {
    height: 60px;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky tbody tr th {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.4285714286;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky tbody tr td {
    padding: 20px 5px;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky tbody tr td span {
    font-size: 2px;
  }
}
.environmental .sec02 .con04 {
  margin-top: 7.5rem;
}
.environmental .sec02 .con04 .table_top_text {
  margin-bottom: 1.25rem;
}
.environmental .sec02 .con04 .table_top_text h5 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.5384615385;
  font-weight: bold;
  color: #222222;
}
.environmental .sec02 .con04 .table_top_text p {
  word-break: keep-all;
}
.environmental .sec02 .con04 .table_top_text .right {
  padding-top: 13px;
}
.environmental .sec02 .con04 .table_bot_text p {
  word-break: keep-all;
}
.environmental .sec02 .con04 .img img.pc {
  display: block;
}
.environmental .sec02 .con04 .img img.m {
  display: none;
}
@media (max-width: 1023px) {
  .environmental .sec02 .con04 {
    margin-top: 5rem;
  }
  .environmental .sec02 .con04 .table_top_text {
    margin-bottom: 0.9375rem;
  }
  .environmental .sec02 .con04 .table_top_text h5 {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.1428571429;
  }
  .environmental .sec02 .con04 .table_top_text .right {
    padding-top: 0;
  }
}
@media (max-width: 766px) {
  .environmental .sec02 .con04 .img img.pc {
    display: none;
  }
  .environmental .sec02 .con04 .img img.m {
    display: block;
  }
}
.environmental .sec02 .con05 {
  margin-top: 7.5rem;
}
@media (max-width: 1023px) {
  .environmental .sec02 .con05 {
    margin-top: 5rem;
  }
}
.environmental .sec02 .con06 {
  margin-top: 7.5rem;
}
.environmental .sec02 .con06 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #dddddd;
}
.environmental .sec02 .con06 h5 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.5384615385;
  font-weight: bold;
  color: #222222;
}
.environmental .sec02 .con06 .img_wrap {
  margin-top: 1.25rem;
}
.environmental .sec02 .con06 .img_wrap .btn_glass {
  display: none;
}
@media (max-width: 1023px) {
  .environmental .sec02 .con06 {
    margin-top: 5rem;
  }
  .environmental .sec02 .con06 .inner {
    padding-bottom: 120px;
  }
  .environmental .sec02 .con06 h5 {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.1428571429;
  }
  .environmental .sec02 .con06 .img_wrap {
    position: relative;
    margin-top: 0.9375rem;
  }
  .environmental .sec02 .con06 .img_wrap .btn_glass {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .environmental .sec02 .con06 .img_wrap .btn_glass::before, .environmental .sec02 .con06 .img_wrap .btn_glass::after {
    content: "";
    position: absolute;
  }
  .environmental .sec02 .con06 .img_wrap .btn_glass::before {
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-color: #797a81;
  }
  .environmental .sec02 .con06 .img_wrap .btn_glass::after {
    bottom: 16.5px;
    right: 16.5px;
    width: 12px;
    height: 12px;
    background: url("/resources/jp/global/images/business/btn_glass.png") center no-repeat;
    background-size: 100% 100%;
  }
}
.environmental .sec03 .con01 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #ddd;
}
.environmental .sec03 .con01 .table_top_text {
  margin-bottom: 1.25rem;
}
.environmental .sec03 .con01 .table_top_text h5 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.5384615385;
  font-weight: bold;
  color: #222222;
}
.environmental .sec03 .con01 .table_top_text p {
  word-break: keep-all;
}
.environmental .sec03 .con01 .table_top_text .right {
  padding-top: 13px;
}
.environmental .sec03 .con01 .table_wrap .table.sticky .col01 {
  width: 26%;
}
.environmental .sec03 .con01 .table_wrap .table.sticky .col02 {
  width: 20%;
}
.environmental .sec03 .con01 .table_wrap .table.sticky .col03, .environmental .sec03 .con01 .table_wrap .table.sticky .col04, .environmental .sec03 .con01 .table_wrap .table.sticky .col05 {
  width: 18%;
}
.environmental .sec03 .con01 .table_wrap .table.sticky thead tr th {
  text-align: center;
  padding: 20px 10px;
}
.environmental .sec03 .con01 .table_wrap .table.sticky tbody tr th {
  text-align: center;
  padding: 20px 10px;
  font-weight: 400;
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.1764705882;
}
.environmental .sec03 .con01 .table_wrap .table.sticky tbody tr td {
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 1023px) {
  .environmental .sec03 .con01 .inner {
    padding-bottom: 115px;
  }
  .environmental .sec03 .con01 .table_top_text {
    margin-bottom: 0.9375rem;
  }
  .environmental .sec03 .con01 .table_top_text h5 {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.1428571429;
  }
  .environmental .sec03 .con01 .table_top_text .right {
    padding-top: 0;
  }
  .environmental .sec03 .con01 .table_wrap .table.sticky .scroll.scroll__visible:before {
    top: 45px;
  }
  .environmental .sec03 .con01 .table_wrap .table.sticky .scroll.scroll__visible:after {
    left: 170px;
  }
  .environmental .sec03 .con01 .table_wrap .table.sticky .col01 {
    width: 85px;
  }
  .environmental .sec03 .con01 .table_wrap .table.sticky .col02 {
    width: 85px;
  }
  .environmental .sec03 .con01 .table_wrap .table.sticky .col03, .environmental .sec03 .con01 .table_wrap .table.sticky .col04, .environmental .sec03 .con01 .table_wrap .table.sticky .col05 {
    width: 100px;
  }
  .environmental .sec03 .con01 .table_wrap .table.sticky thead th {
    height: 60px;
  }
  .environmental .sec03 .con01 .table_wrap .table.sticky tbody tr th {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.4285714286;
    position: -webkit-sticky;
    position: sticky;
    left: 85px;
    top: 0;
    background: #ffffff;
  }
  .environmental .sec03 .con01 .table_wrap .table.sticky tbody tr th[rowspan], .environmental .sec03 .con01 .table_wrap .table.sticky tbody tr th[colspan] {
    left: 0;
  }
  .environmental .sec03 .con01 .con_item:nth-of-type(4) {
    margin-top: 4.375rem;
  }
}
.environmental .sec04 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
}
@media (max-width: 1023px) {
  .environmental .sec04 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
}
.environmental .sec04 .con01 .con_item + .con_item {
  margin-top: 7.5rem;
}
@media (max-width: 1023px) {
  .environmental .sec04 .con01 .con_item + .con_item {
    margin-top: 4.5625rem;
  }
}
.environmental .sec04 .con02 {
  margin-top: 7.5rem;
}
.environmental .sec04 .con02 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #ddd;
}
.environmental .sec04 .con02 .table_top_text {
  margin-bottom: 1.25rem;
}
.environmental .sec04 .con02 .table_top_text h5 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.5384615385;
  font-weight: bold;
  color: #222222;
}
.environmental .sec04 .con02 .table_top_text p {
  word-break: keep-all;
}
.environmental .sec04 .con02 .table_top_text .right {
  padding-top: 13px;
}
.environmental .sec04 .con02 .table_bot_text p {
  word-break: keep-all;
}
.environmental .sec04 .con02 .table_wrap .table.sticky .col01 {
  width: 46%;
}
.environmental .sec04 .con02 .table_wrap .table.sticky .col02,
.environmental .sec04 .con02 .table_wrap .table.sticky .col03,
.environmental .sec04 .con02 .table_wrap .table.sticky .col04 {
  width: 18%;
}
.environmental .sec04 .con02 .table_wrap .table.sticky thead tr th {
  text-align: center;
  padding: 20px 10px;
}
.environmental .sec04 .con02 .table_wrap .table.sticky thead tr th:nth-of-type(1) {
  padding: 20px 10px;
}
.environmental .sec04 .con02 .table_wrap .table.sticky tbody tr th {
  text-align: center;
  padding: 20px 10px;
}
.environmental .sec04 .con02 .table_wrap .table.sticky tbody tr td {
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 1023px) {
  .environmental .sec04 .con02 {
    margin-top: 5rem;
  }
  .environmental .sec04 .con02 .inner {
    padding-bottom: 115px;
  }
  .environmental .sec04 .con02 .table_top_text {
    margin-bottom: 0.9375rem;
  }
  .environmental .sec04 .con02 .table_top_text h5 {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.1428571429;
  }
  .environmental .sec04 .con02 .table_top_text .right {
    padding-top: 0;
  }
  .environmental .sec04 .con02 .table_wrap .table.sticky .scroll.scroll__visible:after {
    left: 180px;
  }
  .environmental .sec04 .con02 .table_wrap .table.sticky .col01 {
    width: 180px;
  }
  .environmental .sec04 .con02 .table_wrap .table.sticky .col02,
.environmental .sec04 .con02 .table_wrap .table.sticky .col03,
.environmental .sec04 .con02 .table_wrap .table.sticky .col04 {
    width: 100px;
  }
  .environmental .sec04 .con02 .table_wrap .table.sticky thead th {
    height: 60px;
  }
  .environmental .sec04 .con02 .table_wrap .table.sticky tbody tr th {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.4285714286;
  }
}
.environmental .sec05 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1.2857142857;
}
@media (max-width: 1023px) {
  .environmental .sec05 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2666666667;
  }
}
.environmental .sec05 .con01 .con_item + .con_item {
  margin-top: 7.5rem;
}
@media (max-width: 1023px) {
  .environmental .sec05 .con01 .con_item + .con_item {
    margin-top: 4.5625rem;
  }
}
.environmental .sec05 .con02 {
  margin-top: 7.5rem;
}
.environmental .sec05 .con02 .table_top_text {
  margin-bottom: 1.25rem;
}
.environmental .sec05 .con02 .table_top_text h5 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.5384615385;
  font-weight: bold;
  color: #222222;
}
.environmental .sec05 .con02 .table_top_text p {
  word-break: keep-all;
}
.environmental .sec05 .con02 .table_top_text .right {
  padding-top: 13px;
}
.environmental .sec05 .con02 .table_bot_text p {
  word-break: keep-all;
}
.environmental .sec05 .con02 .table_wrap .table.sticky .col01 {
  width: 46%;
}
.environmental .sec05 .con02 .table_wrap .table.sticky .col02, .environmental .sec05 .con02 .table_wrap .table.sticky .col03, .environmental .sec05 .con02 .table_wrap .table.sticky .col04 {
  width: 18%;
}
.environmental .sec05 .con02 .table_wrap .table.sticky thead tr th {
  text-align: center;
  padding: 20px 10px;
}
.environmental .sec05 .con02 .table_wrap .table.sticky thead tr th:nth-of-type(1) {
  padding: 20px 10px;
}
.environmental .sec05 .con02 .table_wrap .table.sticky tbody tr th {
  text-align: center;
  padding: 20px 10px;
}
.environmental .sec05 .con02 .table_wrap .table.sticky tbody tr td {
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 1023px) {
  .environmental .sec05 .con02 {
    margin-top: 5rem;
  }
  .environmental .sec05 .con02 .table_top_text {
    margin-bottom: 0.9375rem;
  }
  .environmental .sec05 .con02 .table_top_text h5 {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.1428571429;
  }
  .environmental .sec05 .con02 .table_top_text .right {
    padding-top: 0;
  }
  .environmental .sec05 .con02 .table_wrap .table.sticky .scroll.scroll__visible:after {
    left: 180px;
  }
  .environmental .sec05 .con02 .table_wrap .table.sticky .col01 {
    width: 180px;
  }
  .environmental .sec05 .con02 .table_wrap .table.sticky .col02, .environmental .sec05 .con02 .table_wrap .table.sticky .col03, .environmental .sec05 .con02 .table_wrap .table.sticky .col04 {
    width: 100px;
  }
  .environmental .sec05 .con02 .table_wrap .table.sticky thead th {
    height: 60px;
  }
  .environmental .sec05 .con02 .table_wrap .table.sticky tbody tr th {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.4285714286;
  }
}
.environmental .sec05 .con03 {
  margin-top: 7.5rem;
}
.environmental .sec05 .con03 .table_top_text {
  margin-bottom: 1.25rem;
}
.environmental .sec05 .con03 .table_top_text h5 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.5384615385;
  font-weight: bold;
  color: #222222;
}
.environmental .sec05 .con03 .table_top_text p {
  word-break: keep-all;
}
.environmental .sec05 .con03 .table_top_text .right {
  padding-top: 13px;
}
.environmental .sec05 .con03 .table_bot_text p {
  word-break: keep-all;
}
.environmental .sec05 .con03 .img img.pc {
  display: block;
}
.environmental .sec05 .con03 .img img.m {
  display: none;
}
.environmental .sec05 .con03 .con_item {
  margin-top: 7.5rem;
}
@media (max-width: 1023px) {
  .environmental .sec05 .con03 {
    margin-top: 5rem;
  }
  .environmental .sec05 .con03 .table_top_text {
    margin-bottom: 0.9375rem;
  }
  .environmental .sec05 .con03 .table_top_text h5 {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.1428571429;
  }
  .environmental .sec05 .con03 .table_top_text .right {
    padding-top: 0;
  }
  .environmental .sec05 .con03 .con_item {
    margin-top: 4.5625rem;
  }
}
@media (max-width: 766px) {
  .environmental .sec05 .con03 .img img.pc {
    display: none;
  }
  .environmental .sec05 .con03 .img img.m {
    display: block;
  }
}

.governance .sec02 .con01 .director_wrap .director_box:nth-of-type(2) {
  margin-top: 3.75rem;
}
@media (max-width: 1023px) {
  .governance .sec02 .con01 .director_wrap .director_box:nth-of-type(2) {
    margin-top: 2.5rem;
  }
}
@media (max-width: 766px) {
  .governance .sec02 .con01 .director_wrap .director_box:nth-of-type(2) {
    margin-top: 2.5rem;
  }
}

.social .sec .certiList_wrap {
  margin-top: 7.5rem;
}
.social .sec .certiList_wrap h4 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 1.2307692308;
  color: #222222;
}
.social .sec .certiList_wrap .btn_wrap {
  margin-top: 4.6875rem;
}
@media (max-width: 1023px) {
  .social .sec .certiList_wrap {
    margin-top: 5rem;
  }
  .social .sec .certiList_wrap h4 {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.4285714286;
  }
  .social .sec .certiList_wrap .btn_wrap {
    margin-top: 3.125rem;
  }
}
@media (max-width: 766px) {
  .social .sec .certiList_wrap {
    margin-top: 5rem;
  }
  .social .sec .certiList_wrap .btn_wrap {
    margin-top: 3.125rem;
  }
}
.social .sec .certi_list {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
}
.social .sec .certi_list li {
  /* col 1개의 넓이 계산 */
  /* columns 넓이 계산 */
  width: 48.4693877551%;
  /* margin-left 계산 gap */
  margin-left: 3.0612244898%;
  border: 1px solid #dddddd;
}
.social .sec .certi_list li:nth-child(2n-1) {
  margin-left: 0;
}
.social .sec .certi_list li:nth-of-type(n + 3) {
  margin-top: 1.875rem;
}
.social .sec .certi_list a {
  position: relative;
  display: block;
  height: 100%;
  padding: 34px 40px;
  font-size: 0;
}
.social .sec .certi_list a::after {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  width: 55px;
  height: 55px;
  background: url("/resources/jp/local/images/common/icon_download.svg") center 45% no-repeat;
  background-size: 16px;
  vertical-align: middle;
  content: "";
}
@media (min-width: 1024px) {
  .social .sec .certi_list a:hover::after {
    background: url("/resources/jp/local/images/common/icon_download_green.svg") center 45% no-repeat;
  }
}
.social .sec .certi_list .txt_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: normal;
  flex-direction: column;
  width: calc(100% - 55px);
  height: 100%;
}
.social .sec .certi_list p {
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.2941176471;
  color: #666666;
}
.social .sec .certi_list strong {
  display: block;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.4545454545;
  color: #222222;
}
@media (max-width: 1023px) {
  .social .sec .certi_list {
    margin-top: 0.9375rem;
  }
  .social .sec .certi_list li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 48.4693877551%;
    /* margin-left 계산 gap */
    margin-left: 3.0612244898%;
  }
  .social .sec .certi_list li:nth-child(2n-1) {
    margin-left: 0;
  }
  .social .sec .certi_list li:nth-of-type(n + 3) {
    margin-top: 0.9375rem;
  }
  .social .sec .certi_list a {
    padding: 19px 5.97%;
  }
  .social .sec .certi_list a::after {
    right: 5.97%;
    width: 39px;
    height: 39px;
  }
  .social .sec .certi_list .txt_area {
    width: calc(100% - 39px);
  }
  .social .sec .certi_list p {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.3571428571;
  }
  .social .sec .certi_list strong {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media (max-width: 766px) {
  .social .sec .certi_list li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 100%;
    /* margin-left 계산 gap */
    margin-left: 0;
  }
  .social .sec .certi_list li:nth-of-type(n + 2) {
    margin-top: 0.9375rem;
  }
}
.social .sec .top_box::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.social .sec .top_box h4 {
  float: left;
}
.social .sec .top_box p {
  float: right;
  margin-top: 0.25rem;
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.4117647059;
  color: #666666;
}
@media (max-width: 1023px) {
  .social .sec .top_box p {
    margin-top: 0.375rem;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.4285714286;
  }
}
.social .sec .table_wrap {
  margin-top: 1.25rem;
}
.social .sec .table_wrap .table thead th {
  padding: 0 5px !important;
  text-align: center !important;
}
.social .sec .table_wrap .table tbody th {
  padding: 0 5px !important;
  text-align: center !important;
}
.social .sec .table_wrap .table tbody td {
  padding: 0 5px;
  text-align: center;
}
.social .sec05 .con01 .inner {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 766px) {
  .social .sec05 .con01 .btn_wrap a {
    display: block;
    width: 205px;
  }
  .social .sec05 .con01 .btn_wrap a + a {
    margin-top: 0.625rem;
  }
}
@media (max-width: 766px) {
  .social .sec05 .con02 .table_wrap .scroll::after {
    left: 79px;
  }
  .social .sec05 .con02 .table_wrap table {
    min-width: 524px;
  }
}
.social .sec06 .con01 .inner {
  padding-bottom: 0;
  border-bottom: none;
}
.social .sec06 .con01 .certiList_wrap + .certiList_wrap {
  margin-top: 3.75rem;
}
@media (max-width: 1023px) {
  .social .sec06 .con01 .top_box h4 {
    float: none;
  }
  .social .sec06 .con01 .top_box p {
    margin-top: 0.625rem;
    float: none;
  }
  .social .sec06 .con01 .certiList_wrap + .certiList_wrap {
    margin-top: 2.5rem;
  }
}
@media (max-width: 766px) {
  .social .sec06 .con01 .top_box p {
    margin-top: 0.625rem;
  }
  .social .sec06 .con01 .certiList_wrap + .certiList_wrap {
    margin-top: 2.5rem;
  }
  .social .sec06 .con01 .table_wrap .scroll::after {
    z-index: 2;
    left: 218px;
  }
  .social .sec06 .con01 .table_wrap table {
    min-width: 480px;
  }
}
.social .sec08 {
  margin-bottom: 0rem;
}
.social .sec08 .con .inner {
  padding-bottom: 0;
  border-bottom: 0;
}
.social .sec09 .con01 .diagram_box {
  margin-top: 3.75rem;
}