@charset "UTF-8";
.page-business .page-content .flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-business .page-content .flex2 .h2left {
  width: 50%;
  padding-right: 1rem;
}
@media screen and (max-width: 800px) {
  .page-business .page-content .flex2 .h2left {
    width: 100%;
  }
}
.page-business .page-content .flex2 .h2left h2 {
  line-height: 1.3;
}
.page-business .page-content .flex2 .h2left h2,
.page-business .page-content .flex2 .h2left p {
  text-align: left;
  color: #27499d;
}
.page-business .page-content .flex2 .h2left p {
  font-size: 20px;
  margin-top: 1em;
  font-weight: 600;
}
.page-business .page-content .flex2 .textbox {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .page-business .page-content .flex2 .textbox {
    width: 100%;
    flex: initial;
  }
}
.page-business .page-content .flex2 .textbox p {
  text-align: left;
}
.page-business .page-content .flex2 .textcenter {
  text-align: center;
}
.page-business .page-content .row:last-child {
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
}
.page-business .page-content .row {
  display: flex;
  padding-top: 2rem;
  border-top: 1px solid #000;
  margin-top: 2em;
  margin-bottom: 2em;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page-business .page-content .row .num {
  width: 20%;
}
.page-business .page-content .row .num p {
  text-align: center;
  color: #e51e1e;
}
.page-business .page-content .row .num .numtxt {
  font-size: 90px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .page-business .page-content .row .num .numtxt {
    font-size: 6.6vw;
  }
}
.page-business .page-content .row .num .numsub {
  line-height: 1.5;
}
.page-business .page-content .row .num .titletxt {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .page-business .page-content .row .num .titletxt {
    font-size: 4.3vw;
  }
}
.page-business .page-content .row .txt {
  flex: 1;
  padding-left: 1em;
  padding-right: 1em;
}
.page-business .page-content .row .txt li {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .page-business .page-content .row .txt li {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 800px) {
  .page-business .page-content .row .txt {
    flex: initial;
    width: 80%;
  }
}
.page-business .page-content .row .img {
  width: 30%;
}
@media screen and (max-width: 800px) {
  .page-business .page-content .row .img {
    width: 84%;
  }
}
.page-business .page-content .row .img img {
  width: 100%;
}
.page-business .page-content .row .button {
  display: flex;
  justify-content: center;
  width: 10%;
}
@media screen and (max-width: 800px) {
  .page-business .page-content .row .button {
    width: auto;
    flex: 1;
  }
}
.page-business .page-content p.h2text {
  margin-top: 0em;
  color: #27499d;
  font-size: 13px;
  margin-bottom: 1em;
}
.page-business .page-content h2.title {
  font-size: 36px;
  font-weight: 600;
  color: #27499d;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-business .page-content h2.title {
    font-size: 7vw;
  }
}
.page-business .page-content p.txt02 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-business .page-content p.txt02 {
    font-size: 5vw;
  }
}
.page-business .page-content p.txt01 {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-business .page-content p.txt01 {
    font-size: 3.6vw;
  }
}
.page-business .page-content .flexmenu {
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 0;
  line-height: 1;
}
.page-business .page-content .flexmenu > a {
  width: 31%;
  margin: 3em 1% 0;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .page-business .page-content .flexmenu > a {
    width: 80%;
    margin: 2em 10%;
  }
}
.page-business .page-content .flexmenu > a:hover {
  opacity: 0.75;
}
.page-business .page-content .flexmenu > a img {
  width: 100%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
.page-business .page-content .flexmenu > a h3 {
  margin-top: 1em;
  color: #e51e1e;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-business .page-content .flexmenu > a h3 {
    font-size: 6vw;
  }
}
.page-business .page-content .flexmenu > a div.submenu {
  margin-top: 1em;
  border: 1px solid #ccc;
  padding: 0.8em;
  font-size: 12px;
  text-align: left;
  line-height: 1.6;
  position: relative;
  background-color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .page-business .page-content .flexmenu > a div.submenu {
    font-size: 3vw;
  }
}
.page-business .page-content .flexmenu > a div.submenu .circle-button {
  position: absolute;
  right: 5px;
  top: 2em;
  font-family: sans-serif;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%; /* 円形にする */
  border: 1px solid #ccc; /* 薄いグレーの枠線 */
  background: linear-gradient(135deg, #f0f4fd, #ffffff); /* 薄いグラデーション */
  color: #606470; /* ダークブルー系の色 */
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s, box-shadow 0.3s;
  outline: none;
}
.page-business .page-content .flexmenu > a ul {
  margin-top: 1em;
}
.page-business .page-content .flexmenu > a ul li {
  font-size: 11px;
  line-height: 1.4;
}
.page-business .page-content .flexmenu .historybox {
  margin-top: 90px;
  height: 320px;
  width: 100%;
  background-image: url("../img/company/cate_07.jpg");
  background-position: center center;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-business .page-content .flexmenu .historybox .bold {
  font-size: 28px;
}
.page-business .page-content .flexmenu .historybox p {
  text-align: center;
}
.page-business .page-content .flexmenu .historybox .linkbtn {
  margin-top: 1.2em;
}
.page-business .philosophy-img {
  width: 100%;
  height: 45vw;
  background-image: url("../img/philosophy/img_02.jpg");
  background-size: cover;
  background-position: center bottom;
}

.business_common .main {
  width: 100%;
}
.business_common h2 {
  margin-top: 1em;
  font-size: 30px;
  text-align: center;
  color: #e51e1e;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .business_common h2 {
    font-size: 8vw;
  }
}
.business_common hr.h2_under {
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
  width: 3em;
  margin: 1em auto;
}
.business_common p.tx01 {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .business_common p.tx01 {
    font-size: 3.6vw;
  }
}
.business_common p.tx02 {
  margin-top: 2em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .business_common p.tx02 {
    font-size: 4vw;
  }
}
.business_common p.tx03 {
  margin-top: 2em;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .business_common p.tx03 {
    font-size: 3vw;
  }
}
.business_common .flexbox01 {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.business_common .flexbox01 .box {
  width: 45%;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .business_common .flexbox01 .box {
    width: 48%;
  }
}
.business_common .flexbox01 .box img {
  width: 100%;
}
.business_common .flexbox01 .box p {
  margin-top: 1em;
  font-size: 12px;
  line-height: 1.4;
}
.business_common section {
  margin-top: 5em;
}
.business_common section h3 {
  font-size: 26px;
  font-weight: 600;
  width: 100%;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.business_common section h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #3f51b5 100px, #ccc 100px);
}
.business_common section .flexbox02 {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .business_common section .flexbox02 {
    flex-wrap: wrap-reverse;
  }
}
.business_common section .flexbox02 .textbox {
  width: 40%;
  padding-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .business_common section .flexbox02 .textbox {
    width: 100%;
  }
}
.business_common section .flexbox02 .imgbox {
  width: 55%;
}
@media screen and (max-width: 600px) {
  .business_common section .flexbox02 .imgbox {
    width: 100%;
  }
}
.business_common section .flexbox02 .imgbox img {
  width: 100%;
}
.business_common section .flexbox03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}
.business_common section .flexbox03 .imgbox {
  width: 35%;
}
@media screen and (max-width: 600px) {
  .business_common section .flexbox03 .imgbox {
    width: 100%;
    margin-bottom: 1em;
  }
}
.business_common section .flexbox03 .imgbox img {
  width: 100%;
}
.business_common section .flexbox03 .textbox {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .business_common section .flexbox03 .textbox {
    width: 100%;
  }
}
.business_common section .flexbox03 .textbox h4 {
  background-color: #27499d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0.2em 1em;
}
@media screen and (max-width: 600px) {
  .business_common section .flexbox03 .textbox h4 {
    font-size: 4vw;
    text-align: center;
  }
}
.business_common section .flexbox03 .textbox p {
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .business_common section .flexbox03 .textbox p {
    font-size: 3.2vw;
  }
}
.business_common .whbox {
  background-color: white;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .business_common .whbox {
    background-color: initial;
    padding: 0;
  }
}
.business_common .whbox h3 {
  text-align: center;
  color: #27499d;
  margin-bottom: 2em;
  margin-top: 1em;
}
.business_common .whbox h3::after {
  display: none;
}
.business_common .whbox .tmr_img {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.business_common .whbox .tmr_img img {
  width: 100%;
}
.business_common .img3flex {
  width: 100%;
  display: flex;
}
.business_common .img3flex > div {
  flex: 1;
}
.business_common .img3flex img {
  width: 100%;
}
.business_common .flow {
  padding-top: 100px;
}
.business_common .flow h3 {
  color: #27499d;
  text-align: center;
}
.business_common .flow h3::after {
  display: none;
}
.business_common .flow .txt01 {
  text-align: center;
  color: #27499d;
}
.business_common .flow .textbox p {
  font-size: 13px;
}
.business_common .flow .textcenter {
  text-align: center;
}
.business_common .flex3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.business_common .flex3 .imgbox {
  width: 30%;
  padding: 1rem;
  background-color: white;
}
@media screen and (max-width: 880px) {
  .business_common .flex3 .imgbox {
    width: 100%;
    text-align: center;
  }
}
.business_common .flex3 .imgbox img {
  width: 100%;
  max-width: 120px;
}
.business_common .flex3 .imgbox .iconbox {
  height: 120px;
}
.business_common .flex3 .imgbox .title {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 880px) {
  .business_common .flex3 .imgbox .title {
    text-align: center;
  }
}
.business_common .flex3 .arrow {
  flex: 1;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  .business_common .flex3 .arrow {
    flex: initial;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.business_common .flex3 .arrow img {
  width: 80%;
  max-width: 30px;
}
@media screen and (max-width: 880px) {
  .business_common .flex3 .arrow img {
    transform: rotate(90deg);
    max-width: 30px;
  }
}

@media screen and (max-width: 800px) {
  .sqf .w1400 {
    padding-top: 10px;
  }
}

.primary-about {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fbfbfb;
}
.primary-about .txt01 {
  font-size: 13px;
}
.primary-about h4 {
  text-align: center;
  color: #27499d;
  margin-top: 2em;
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: bold;
}
.primary-about .flowflex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.primary-about .flowflex .txtbox {
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 14px;
  width: 30%;
  background-color: #e8ebf1;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .primary-about .flowflex .txtbox {
    width: 100%;
  }
}
.primary-about .flowflex .arrow {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .primary-about .flowflex .arrow {
    display: flex;
    justify-content: center;
  }
}
.primary-about .flowflex .arrow img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .primary-about .flowflex .arrow img {
    transform: rotate(90deg);
    width: 30px;
  }
}
.primary-about .flex3img {
  margin-top: 80px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .primary-about .flex3img {
    flex-wrap: wrap;
    gap: 0;
  }
}
.primary-about .flex3img .imgbox {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .primary-about .flex3img .imgbox {
    flex: initial;
    width: 100%;
  }
}
.primary-about .flex3img .imgbox img {
  width: 100%;
}
.primary-about .flex3img .imgbox p {
  font-size: 13px;
}
.primary-about .flex2text {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .primary-about .flex2text {
    flex-wrap: wrap;
    gap: 0;
  }
}
.primary-about .flex2text > div {
  border-top: 1px solid #000;
  padding-top: 1rem;
  flex: 1;
  max-width: 350px;
}
@media screen and (max-width: 600px) {
  .primary-about .flex2text > div {
    flex: initial;
    width: 100%;
  }
  .primary-about .flex2text > div:last-child {
    margin-top: 2em;
  }
}
.primary-about .flex2text > div p.title {
  font-size: 17px;
}
.primary-about .flex2text > div p {
  font-size: 13px;
}
.primary-about .flex2text > div .link {
  margin-top: 2em;
  text-align: center;
}
.primary-about .flex2text > div .link a {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 320px;
  background-color: #3daa1b;
  border-radius: 60px;
  color: white;
  text-align: center;
}
.primary-about .flex2text > div .link a p {
  text-align: center;
  margin: 0;
}
.primary-about .flex2text > div .link img {
  width: 50%;
  margin-bottom: 5px;
}

.business_common .unifiedDairyMeat .flex2img {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.business_common .unifiedDairyMeat .flex2img .imgbox {
  flex: 1;
}
.business_common .unifiedDairyMeat .flex2img .imgbox img {
  width: 100%;
}
.business_common .unifiedDairyMeat .txtcenter {
  color: #27499d;
  text-align: center;
}
.business_common .unifiedDairyMeat .txtcenter::after {
  display: none;
}
.business_common .unifiedDairyMeat .table01 {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.business_common .unifiedDairyMeat .table01 img {
  width: 100%;
  max-width: 633px;
}
.business_common .unifiedDairyMeat .table02 {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.business_common .unifiedDairyMeat .table02 img {
  width: 100%;
  max-width: 670px;
}
.business_common .unifiedDairyMeat .cirbox {
  margin-top: 60px;
}
.business_common .unifiedDairyMeat .cirbox h4 {
  text-align: center;
  font-weight: bold;
}
.business_common .unifiedDairyMeat .cirbox h4 span {
  border-bottom: 1px solid #000;
}
.business_common .unifiedDairyMeat .cirbox .cirflex {
  margin-top: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
}
.business_common .unifiedDairyMeat .cirbox .cirflex .cir {
  width: 30%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(to right, #f8fbff, #c8d2e4);
  /* 中央揃え */
  display: flex;
  align-items: center;
  justify-content: center;
  /* オプション：テキストのスタイル */
  font-size: 14px;
  color: #333;
  text-align: center;
}
.business_common .unifiedDairyMeat h3.txtcenter {
  margin-top: 3em;
}

.footerbox {
  position: relative;
  background-image: url("../img/business/primary-industry/img_15.jpg");
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 600px) {
  .footerbox {
    margin-top: 60px;
    background-position: 20% bottom;
  }
}
.footerbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.footerbox .page-content {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footerbox .page-content h3 {
  font-size: 24px;
  margin-bottom: 1em;
}

.page-global-business .overbox {
  display: flex;
  align-items: center;
  color: white;
  background-image: url("../img/business/global-business/img_08.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
.page-global-business .overbox .txtbox {
  padding-left: 16.6666666667%;
  padding-right: 16.6666666667%;
}
@media screen and (max-width: 1000px) {
  .page-global-business .overbox .txtbox {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .page-global-business .overbox .txtbox {
    padding: 0 1em;
  }
}
.page-global-business .overbox .txtbox h3 {
  font-size: 30px;
  margin-bottom: 1em;
}
.page-global-business .overbox .txtbox p {
  width: 100%;
  max-width: 600px;
  line-height: 1.8;
  font-size: 15px;
}

.page-secondary-industry .safebox {
  display: flex;
  align-items: center;
  color: white;
  background-image: url("../img/business/secondary-industry/img_05.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
.page-secondary-industry .safebox .txtbox {
  padding-left: 16.6666666667%;
  padding-right: 16.6666666667%;
}
@media screen and (max-width: 1000px) {
  .page-secondary-industry .safebox .txtbox {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .page-secondary-industry .safebox .txtbox {
    padding: 0 1em;
  }
}
.page-secondary-industry .safebox .txtbox h3 {
  font-size: 30px;
  margin-bottom: 1em;
}
.page-secondary-industry .safebox .txtbox p {
  width: 100%;
  max-width: 600px;
  line-height: 1.8;
  font-size: 15px;
}
.page-secondary-industry .flex2 {
  display: flex;
  margin-top: 60px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .page-secondary-industry .flex2 {
    margin-top: 10px;
  }
}
.page-secondary-industry .flex2 .txtbox {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .page-secondary-industry .flex2 .txtbox {
    width: 100%;
  }
}
.page-secondary-industry .flex2 .txtbox p {
  text-align: left;
}
.page-secondary-industry .flex2 .imgbox {
  flex: 1;
  text-align: right;
  padding-left: 3vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .page-secondary-industry .flex2 .imgbox {
    margin-top: 30px;
    flex: initial;
    width: 100%;
    padding: 0;
  }
}
.page-secondary-industry .flex2 .imgbox img {
  max-width: 227px;
  width: 100%;
}
.page-secondary-industry .flex22 {
  display: flex;
  margin-top: 60px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .page-secondary-industry .flex22 {
    margin-top: 10px;
  }
}
.page-secondary-industry .flex22 .txtbox {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .page-secondary-industry .flex22 .txtbox {
    width: 100%;
  }
}
.page-secondary-industry .flex22 .imgbox {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .page-secondary-industry .flex22 .imgbox {
    margin-bottom: 50px;
    flex: initial;
  }
}
.page-secondary-industry .flex22 .imgbox img {
  width: 100%;
  max-width: 90%;
}
.page-secondary-industry .imgbox50 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-secondary-industry .imgbox50 > div {
  flex: 1;
}
.page-secondary-industry .imgbox50 img {
  width: 100%;
}
.page-secondary-industry .imgbox50 .img08 {
  text-align: center;
}
.page-secondary-industry .imgbox50 .img08 img {
  max-width: 280px;
}
.page-secondary-industry .flex3text {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .page-secondary-industry .flex3text {
    flex-wrap: wrap;
    gap: 0;
  }
}
.page-secondary-industry .flex3text > div {
  border-top: 1px solid #000;
  padding-top: 1rem;
  flex: 1;
  max-width: 350px;
}
@media screen and (max-width: 600px) {
  .page-secondary-industry .flex3text > div {
    margin-top: 30px;
    flex: initial;
    width: 100%;
  }
  .page-secondary-industry .flex3text > div:last-child {
    margin-top: 2em;
  }
}
.page-secondary-industry .flex3text > div p.title {
  font-size: 17px;
  color: #27499d;
}
.page-secondary-industry .flex3text > div p {
  font-size: 13px;
}

.page-global-business .business_common.oversea {
  padding-top: 100px;
  background-color: #fbfbfb;
}
.page-global-business .business_common.oversea h3.textcenter {
  text-align: center;
  color: #27499d;
}
.page-global-business .business_common.oversea h3.textcenter::after {
  display: none;
}
.page-global-business .business_common.oversea p.fz13 {
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  max-width: 60em;
}
.page-global-business .business_common.oversea .intertxt {
  margin-top: 100px;
}
.page-global-business .business_common.oversea .intertxt p {
  text-align: center;
}
.page-global-business .business_common.oversea .intertxt p.txt11 {
  font-weight: bold;
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 0.5em;
}
.page-global-business .business_common.oversea .intertxt p.txt12 {
  font-size: 18px;
}
.page-global-business .bg01 {
  background-image: url("../img/business/global-business/export.png");
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 167px;
  background-color: #fbfbfb;
}
@media screen and (max-width: 800px) {
  .page-global-business .bg01 {
    background-image: none;
    margin-top: 40px;
  }
}
.page-global-business .bg01 section {
  margin-top: 0;
}
.page-global-business .bg01 h3 {
  color: #27499d;
}
.page-global-business .bg01 .flex2list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-global-business .bg01 .flex2list .txtbox {
  margin-left: 1em;
  width: 40%;
}
@media screen and (max-width: 800px) {
  .page-global-business .bg01 .flex2list .txtbox {
    width: 100%;
  }
}
.page-global-business .bg01 .flex2list .imgbox {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .page-global-business .bg01 .flex2list .imgbox {
    width: 100%;
    flex: initial;
  }
}
.page-global-business .bg01 .flex2list .imgbox img {
  width: 100%;
}
.page-global-business .bg01 .mapimg {
  margin-top: 60px;
}
.page-global-business .bg01 .mapimg img {
  width: 100%;
}
.page-global-business .bg01 p.txt13 {
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 50em;
}
.page-global-business .bg02 {
  background-image: url("../img/business/global-business/production.png");
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 167px;
  min-height: 800px;
}
@media screen and (max-width: 800px) {
  .page-global-business .bg02 {
    background-image: none;
    margin-bottom: 60px;
  }
}
.page-global-business .bg02 .flex2vietnam {
  display: flex;
  margin-top: 60px;
  gap: 20px;
}
.page-global-business .bg02 .flex2vietnam div {
  flex: 1;
}
.page-global-business .bg02 .flex2vietnam div p {
  font-size: 13px;
}
.page-global-business .bg02 .flex2vietnam img {
  width: 100%;
}/*# sourceMappingURL=business.css.map */