@charset "utf-8";

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

body.page-template-tpl_lp-expanding-overseas img {
  height: auto;
  max-width: 100%;
}

body.page-template-tpl_lp-expanding-overseas main {
  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: clamp(72px,6.8vw,130px);
  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-overseas/bg_problem_pc@2x.webp) no-repeat center right / cover;
}

.overseas-problem-inner {
  padding: min(5.4%,104px) min(4.7%,90px) min(3.3%,64px);
  width: 100%;
}

.overseas-problem-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.overseas-problem-list-item {
  border-bottom: 4px dashed #000;
  font-size: clamp(40px,4.2vw,79px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  padding: .5em 0 .5em 1em;
  text-indent: -1em;
}

.overseas-problem-list-item::before {
  content: "\02714";
  box-sizing: border-box;
  display: inline-block;
  padding-right: .25em;
  text-align: right;
  width: 1em;
}

.overseas-problem-list-item .emphasis {
  color: #f15a24;
  font-weight: 800;
}

.overseas-cta-solution {
  background-color: #cfecff;
  padding: min(5vw,95px) 4% 50px;
  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: clamp(48px,4.8vw,92px);
  font-weight: 600;
  line-height: 1.3 !important;
  text-align: center;
}

.overseas-cta-request {
  background-color: #0060ad;
  padding: min(9vw,180px) 4% min(6.7vw,130px);
  text-align: center;
}

.overseas-cta-request-text {
  color: #fff;
  font-size: clamp(50px,4.9vw,95px);
  font-weight: 700;
  line-height: 1.3 !important;
  margin-bottom: .75em;
}

.btn-cta {
  background-color: #eb6137;
  border: 3px solid #eb6137;
  border-radius: 100vh;
  color: #fff !important;
  display: inline-block;
  font-size: clamp(48px,4.8vw,93px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  padding: .2em 1.5em .3em;
  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: min(6vw,95px) 0;
  width: 1700px;
}

.overseas-process-title {
  border-bottom: 0 !important;
  font-size: clamp(46px,3.3vw,63px) !important;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.25em !important;
  padding-bottom: 0 !important;
  text-align: center;
}

.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: clamp(23px,2.2vw,41px);
  font-weight: 800;
  line-height: 1.3 !important;
}

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

.overseas-request-inner {
  margin: auto;
  max-width: 92%;
  padding: min(5vw,95px) 0;
  width: 1340px;
}

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

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


/* TABLET */

@media screen and (min-width:641px) and (max-width:1080px) {
  #overseas-problem {
    background-image: url(../img/lp/expanding-overseas/bg_problem_pc.webp);
  }
}


/* MOBILE */

@media screen and (max-width:640px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  body.page-template-tpl_lp-expanding-overseas main {
    margin-top: 0 !important;
  }

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

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

  #overseas-problem {
    background-image: url(../img/lp/expanding-overseas/bg_problem_sp.webp);
  }

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

  .overseas-problem-list {
    display: block;
  }

  .overseas-problem-list-item {
    border-bottom: 2px dashed #000;
    font-size: 22px;
  }

  .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-text {
    font-size: 22px;
  }

  .btn-cta {
    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-container {
    row-gap: 2em;
  }

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

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

  .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;
  }
}
