﻿a.txtLink {
  color: #0066B5;
  text-decoration: underline;
  transition: opacity 0.3s;
  cursor: pointer;
}
a.txtLink:hover {
  opacity: 0.7;
}
a.txtLink .icon-ico_target {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sideScroll {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 10px;
  }
  .sideScroll .overseas03BizInvImg {
    width: 900px;
  }
  .sideScroll img {
    margin: 0;
    width: auto;
  }
  .sideScroll::before {
    display: inline-block;
    margin-bottom: 5px;
    color: #a0a0a0;
    content: 'スワイプでスクロールします';
    font-size: 9px;
    text-align: left;
  }
}
/* overseas01.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.overseas01WatTxt {
  margin-bottom: 48px;
}
.overseas01Flow {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .overseas01Flow {
    flex-direction: row;
    gap: 5px;
  }
}
.overseas01FlowItem {
  background-color: #fdf0cd;
  position: relative;
}
@media screen and (min-width: 768px) {
  .overseas01FlowItem {
    width: 33%;
  }
}
.FlowItem01 {
  z-index: 30;
}
.FlowItem02 {
  z-index: 20;
}
.FlowItem03 {
  z-index: 10;
}
.overseas01FlowItem.FlowItem01::after, .overseas01FlowItem.FlowItem02::after {
  background-color: #fdf0cd;
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 30px;
  right: 0;
  bottom: -30px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  .overseas01FlowItem.FlowItem01::after, .overseas01FlowItem.FlowItem02::after {
    display: none;
  }
}
.overseas01FlowTtl {
  background-color: #F8B500;
  text-align: center;
  position: relative;
  z-index: 3;
  line-height: 1;
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .overseas01FlowTtl {
    padding: 10px 0;
    line-height: 2;
  }
}
.FlowItem01 .overseas01FlowTtl {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .FlowItem01 .overseas01FlowTtl {
    padding: 10px 0;
  }
}
.overseas01FlowTtl::after {
  background-color: #F8B500;
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 30px;
  right: 0;
  bottom: -30px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  .FlowItem01 .overseas01FlowTtl::before, .FlowItem02 .overseas01FlowTtl::before {
    background-color: #fff;
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 70px;
    top: -4px;
    right: -21px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    z-index: 1;
  }
  .FlowItem01 .overseas01FlowTtl::after, .FlowItem02 .overseas01FlowTtl::after {
    width: 16px;
    height: 64px;
    top: 0;
    right: -16px;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    z-index: 2;
  }
  .FlowItem03 .overseas01FlowTtl::after {
    display: none;
  }
}
.overseas01FlowTtl p {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .overseas01FlowTtl p {
    font-size: 2.2rem;
  }
}
.overseas01FlowTxt {
  padding: 50px 30px 30px;
}
@media screen and (min-width: 768px) {
  .overseas01FlowTxt {
    padding: 20px;
  }
}
.overseas01FlowTxt li {
  font-size: 1.5rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.overseas01FlowTxt li span {
  font-size: 1.9rem;
  font-weight: 600;
}
.overseas01FlowTxt li.lineSpace {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .overseas01FlowTxt li {
    font-size: 1.6rem;
  }
  .overseas01FlowTxt li span {
    font-size: 2.2rem;
  }
  .overseas01FlowTxt li.lineSpace {
    margin-top: 10px;
  }
}
.overseas01Graph {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
  margin-bottom: 60px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .overseas01Graph {
    margin-bottom: 50px;
    flex-direction: row;
  }
  .overseas01Graph .overseas01GraphItem {
    width: 48%;
    max-width: 360px;
  }
}
.overseas01GraphTxtBox {
  background: #F8B500;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .overseas01GraphTxtBox {
    padding: 30px;
  }
}
.overseas01GraphTtl h3 {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .overseas01GraphTtl h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.overseas01GraphTxt {
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
.overseas01GraphTxt p + p {
  margin-top: 1.2em;
}
.overseas01GraphTxt .txtL {
  font-weight: bold;
  font-size: 1.95rem;
}
.overseas01GraphTxt .txtS {
  display: block;
  margin-top: 6px;
  font-size: 1.2rem;
}
.overseas01GraphAnnot {
  font-size: 1.2rem;
  display: flex;
}
.overseas01 .overseas01GraphAnnot.sp {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .overseas01 .overseas01GraphAnnot.sp {
    display: none !important;
  }
  .overseas01 .overseas01GraphAnnot.pc {
    display: flex !important;
  }
}
.overseas01GraphAnnot dt {
  margin-right: 4px;
}
.overseas01GraphTxt sup {
  vertical-align: super;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .overseas01GraphTxt {
    height: 100%;
  }
  .overseas01GraphTxt p + p {
    margin-top: 24px;
  }
  .overseas01GraphTxt .txtL {
    font-size: 2.4rem;
  }
  .overseas01GraphTxt .txtS {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .overseas01GraphAnnot {
    font-size: 1.2rem;
  }
}
.overseas01GraphImg {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.overseas01GraphImg img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .overseas01GraphImg {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}

.overseas01FlowTxt li span.icon-ico_target {
  font-size: .9rem;
}
@media screen and (min-width: 768px) {
  .overseas01FlowTxt li span.icon-ico_target {
		font-size: .9rem;
  }
}

/* overseas02.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.overseas02InvDay {
  text-align: right;
}
.overseas02InvMap {
  width: 900px;
  border: 1px solid #e6e6e6;
}
.icon-ico_target {
  font-size: .9rem;
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .overseas02InvMap {
    width: auto;
  }
  .overseas02InvMap img {
    width: auto;
  }
}
/* overseas03.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.overseas03anchorList {
  margin-bottom: 40px;
  padding: 0 10px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .overseas03anchorList {
    margin: 40px 0 0;
    padding: 25px 10px;
  }
}
.overseas03anchorList > ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .overseas03anchorList > ul {
    flex-direction: row;
  }
}
.overseas03anchorList > ul:nth-of-type(n+2) {
  margin-top: 20px;
}
.overseas03anchorList > ul > li {
  width: 100%;
  min-height: 35px;
  font-size: 1.4rem;
  padding: 0;
}
.overseas03anchorList > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url(/files/img/about/businesses/arrow_anchor.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 11px;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) {
  .overseas03anchorList > ul > li > a {
    justify-content: center;
    padding: 0 30px;
  }
}
.overseas03anchorList > ul > li:not(:last-of-type) > a {
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 768px) {
  .overseas03anchorList > ul > li:not(:last-of-type) > a {
    border-bottom: none;
    border-right: 1px solid #d8d8d8;
  }
}
.overseas03 h4 {
  font-size: 2.0rem;
  color: #0066b5;
  margin-bottom: 10px;
}
.overseas03 .bizTxt {
  margin-bottom: 30px;
}
.overseas03Img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.overseas03Img img {
  display: block;
  margin: 0 auto;
}
.overseas03Img figcaption {
  text-align: center;
}