/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
#business_nav_sec {
  margin-top: 0;
}

.image_box {
  border-radius: 0.6rem;
  overflow: hidden;
}

.h2_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .h2_title {
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .h2_title {
    height: 25rem;
  }
}
.h2_title figure {
  position: absolute;
  height: 100%;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .h2_title figure {
    margin: 0 -4rem;
  }
}
.h2_title figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.h2_title p {
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .h2_title p {
    font-family: "Noto Serif", serif;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .h2_title p {
    font-size: 2.6rem;
  }
}
.h2_title h2 {
  position: relative;
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
}
@media screen and (min-width: 769px) {
  .h2_title h2 {
    margin-top: 2rem;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .h2_title h2 {
    margin-top: 3rem;
    font-size: 5.4rem;
  }
}

#overseas_place1 .images {
  display: grid;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (min-width: 769px) {
  #overseas_place1 .images {
    grid-template-columns: 49rem 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #overseas_place1 .images {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
#overseas_place1 .images figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #overseas_place1 .images figure.large {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  #overseas_place1 .images figure.large {
    grid-column: 1/3;
  }
}

#overseas_place2 .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  #overseas_place2 .box {
    grid-template-columns: 1fr 44rem;
    column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #overseas_place2 .box {
    row-gap: 4rem;
  }
}

#overseas_place3 {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #overseas_place3 {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #overseas_place3 {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
#overseas_place3 .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  #overseas_place3 .box {
    grid-template-columns: 1fr 44rem;
    grid-template-rows: auto 1fr;
    column-gap: 4rem;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #overseas_place3 .box {
    row-gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  #overseas_place3 .box .image_box {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
#overseas_place3 .box .btn_btm {
  margin-top: 0;
}
#overseas_place3 .box .btn_base_type {
  margin: 0;
}
#overseas_place3 .box .btn_base_type p {
  line-height: 1.5;
}