@charset "utf-8";

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

img {
  height: auto;
  max-width: 100%;
}

main {
  margin-top: 112px !important;
  padding: 0 !important;
  width: 100% !important;
}

#overseas-article {
  color: #000;
}

#overseas-mainvisual {
  position: relative;
}

.overseas-mainvisual-imagearea img {
  height: auto;
  width: 100%;
}

.overseas-mainvisual-titlearea {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.overseas-mainvisual-title {
  color: #fff;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  text-shadow:
    3px 3px 10px rgba(0,0,0,.8),
    -3px 3px 10px rgba(0,0,0,.8),
    3px -3px 10px rgba(0,0,0,.8),
    -3px -3px 10px rgba(0,0,0,.8);
}

#overseas-problem {
  background:
  url(../img/lp/expanding-overseas2/img_problem_01@2x.webp) no-repeat bottom left / 371px auto,
  url(../img/lp/expanding-overseas2/img_problem_02@2x.webp) no-repeat bottom right 64px / 373px auto,
  url(../img/lp/expanding-overseas2/bg_problem_pc.webp) no-repeat top center / cover;
}

.overseas-problem-inner {
  padding: 80px 4% 60px;
  width: 100%;
}

.overseas-problem-text {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3 !important;
  margin-bottom: 1em;
  text-align: center;
}

.overseas-problem-text .emphasis {
  color: #F15A24;
  font-size: 126%;
  font-weight: 800;
}

.overseas-cta-solution {
  background-color: #cfecff;
  padding: 50px 4% 35px;
  position: relative;
}

.overseas-cta-solution::after {
  content: "";
  background: #cfecff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  height: calc(tan(60deg) * 100% / 8);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.overseas-cta-solution-text {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.8 !important;
  text-align: center;
}

.overseas-cta-solution-text .marker {
  background-color: #EB6137;
  color: #fff;
  display: inline-block;
  font-size: 126%;
  line-height: 1.25;
  padding: 0 4px;
}

.overseas-cta-request {
  background-color: #0060ad;
  padding: 100px 4% 80px;
  text-align: center;
}

.overseas-cta-request-textarea {
  display: inline-block;
  margin-bottom: .75em;
  padding: 15px;
  position: relative;
}

.overseas-cta-request-textarea::before,
.overseas-cta-request-textarea::after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
}

.overseas-cta-request-textarea::before {
  background-image: url(../img/lp/expanding-overseas2/deco_slash_l.svg);
  right: 100%;
}

.overseas-cta-request-textarea::after {
  background-image: url(../img/lp/expanding-overseas2/deco_slash_r.svg);
  left: 100%;
}

.overseas-cta-request-text {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3 !important;
}

.overseas-cta-request-title {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3 !important;
}

.btn-cta {
  background-color: #eb6137;
  border: 3px solid #eb6137;
  border-radius: 100vh;
  box-shadow: 8px 8px 0 rgba(73,14,0,.75);
  color: #fff !important;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  padding: .4em 2em .5em;
  text-decoration: none !important;
  transition: .2s ease-in-out;
}

.btn-cta:hover {
  background-color: #fff;
  color: #eb6137 !important;
  transition: .2s ease-in-out;
}

.overseas-process-inner {
  margin: 0 auto;
  max-width: 92%;
  padding: 80px 0;
  width: 1160px;
}

.overseas-process-title {
  border-bottom: 0 !important;
  font-size: 36px !important;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.25em !important;
  padding-bottom: 0 !important;
  text-align: center;
}

.overseas-process-title .underline {
  border-bottom: 4px solid #EB6137;
  color: #EB6137;
  display: inline-block;
}

.overseas-process-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5em;
}

.overseas-process-box {
  text-align: center;
  width: 31.5%;
}

.overseas-process-box-figure {
  margin-bottom: 10px;
}

.overseas-process-box-title {
  color: #0060ad;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3 !important;
}

#overseas-message {
  background: repeating-linear-gradient(135deg,rgba(255,255,255,.32),rgba(255,255,255,.32) 8px,transparent 0,transparent 20px),#E6E6E6;
}

.overseas-message-inner {
  margin: 0 auto;
  max-width: 92%;
  padding: 80px 0 80px;
  width: 1160px;
}

.overseas-message-title {
  background: url(../img/lp/expanding-overseas2/deco_underline2.svg) no-repeat bottom -10px center / 10.5em auto;
  border-bottom: 0 !important;
  font-size: 36px !important;
  font-weight: 600;
  margin-bottom: 2em !important;
  padding-bottom: 0 !important;
  position: relative;
  text-align: center;
}

.overseas-message-container {
  display: flex;
  column-gap: 50px;
  justify-content: center;
}

.overseas-message-portrait {
  max-width: 40%;
  width: 460px;
}

.overseas-message-portrait-caption {
  font-size: 18px;
  font-weight: 600;
  margin-top: 1em;
  text-align: center;
}

.overseas-message-content {
  font-weight: 600;
}

.overseas-message-content-title {
  font-size: 20px;
  margin-bottom: 1em;
}

.overseas-message-content-text {
  font-size: 20px;
  line-height: 1.75 !important;
  margin-bottom: 1em;
}

.overseas-message-history {
  margin-bottom: 3em;
}

#overseas-request {
  background-color: #cfecff;
}

.overseas-request-inner {
  margin: auto;
  max-width: 92%;
  padding: 80px 0;
  width: 1160px;
}

.overseas-request-title {
  background: url(../img/lp/expanding-overseas2/deco_underline.svg) no-repeat bottom center / 5em auto;
  border-bottom: 0 !important;
  font-size: 42px !important;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1em !important;
  padding-bottom: 0 !important;
  text-align: center;
}

.overseas-request-container {
  background-color: #fff;
  padding: min(4vw,75px) min(5vw,100px);
}

.overseas-request-container .tbr {
  margin-top: 2em;
}


/* TABLET */

@media screen and (min-width:641px) and (max-width:1080px) {
  .overseas-cta-request-textarea::before {
    background-size: 30px 95px;
    height: 95px;
    width: 30px;
  }

  .overseas-cta-request-textarea::after {
    background-size: 30px 95px;
    height: 95px;
    width: 30px;
  }
}


/* MOBILE */

@media screen and (max-width:640px) {

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  main {
    margin-top: 0 !important;
  }

  #overseas-article * {
    box-sizing: border-box;
  }

  .overseas-mainvisual-title {
    font-size: 43px;
    font-feature-settings: "palt";
  }

  #overseas-problem {
    background: url(../img/lp/expanding-overseas2/bg_problem_sp.webp) no-repeat top center / cover;
  }

  .overseas-problem-inner {
    padding: 25px 5px 0;
  }

  .overseas-problem-text {
    font-feature-settings: "palt";
    font-size: 25px;
  }

  .overseas-problem-inner .overseas-problem-text:last-of-type {
    margin-bottom: 0;
  }

  .overseas-problem-image {
    text-align: center;
  }

  .overseas-cta-solution {
    padding: 30px 15px;
  }

  .overseas-cta-solution-text {
    font-size: 22px;
  }

  .overseas-cta-request {
    padding: min(10vw,45px) 15px 20px;
  }

  .overseas-cta-request-textarea {
    font-feature-settings: "palt";
    padding: 10px;
  }

  .overseas-cta-request-textarea::before,
  .overseas-cta-request-textarea::after {
    background-size: 22px 70px;
    height: 70px;
    width: 22px;
  }

  .overseas-cta-request-textarea::before {
    right: 97%;
  }

  .overseas-cta-request-textarea::after {
    left: 97%;
  }

  .overseas-cta-request-text {
    font-size: 15px;
  }

  .overseas-cta-request-title {
    font-size: 24px;
  }

  .btn-cta {
    box-shadow: 4px 4px 0 rgba(73,14,0,.75);
    font-size: 21px;
    max-width: 100%;
    padding: 2px 5px 3px;
    transition: none;
    width: 220px;
  }

  .btn-cta:hover {
    transition: none;
  }

  .overseas-process-inner {
    max-width: inherit;
    padding: 25px;
    width: 100%;
  }

  .overseas-process-title {
    font-size: 21px !important;
    margin-bottom: 1.5em !important;
  }

  .overseas-process-title .underline {
    border-bottom-width: 2px;
  }

  .overseas-process-container {
    row-gap: 2em;
  }

  .overseas-process-box {
    width: 46%;
  }

  .overseas-process-box-figure {
    margin-bottom: 10px;
  }
  
  .overseas-process-box-title {
    font-size: 15px;
  }

  #overseas-message {
    background: repeating-linear-gradient(135deg,rgba(255,255,255,.32),rgba(255,255,255,.32) 2px,transparent 0,transparent 10px),#E6E6E6;
  }

  .overseas-message-inner {
    max-width: inherit;
    padding: 30px 26px;
    width: 100%;
  }
  
  .overseas-message-title {
    background-size: 12em auto;
    font-size: 26px !important;
    margin-bottom: 1em !important;
  }

  .overseas-message-container {
    display: block;
  }

  .overseas-message-portrait {
    margin-bottom: 1.5em;
    max-width: inherit;
    text-align: center;
    width: 100%;
  }

  .overseas-message-portrait img {
    height: 184px;
    width: 184px;
  }

  .overseas-message-portrait-caption {
    font-size: 13px;
  }

  .overseas-message-content-title {
    font-size: 16px;
  }

  .overseas-message-content-text {
    font-size: 14px;
  }

  .overseas-message-history {
    margin-bottom: 2em;
  }

  .overseas-request-inner {
    max-width: inherit;
    padding: 25px 15px;
    width: 100%;
  }

  .overseas-request-title {
    font-size: 23px !important;
    margin-bottom: 1.25em !important;
  }

  .overseas-request-container {
    padding: 15px 25px;
  }
}
