@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  background: linear-gradient(to bottom, #000, #364857);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

#teng {
  margin-top: 80px;
}
#teng span.arrow {
  width: 53px;
  height: 16px;
  background-image: url(../../img/10G/icon-arrow.svg);
}
#teng .apply-link a {
  background: linear-gradient(to bottom, #f5f5f5, #d3d3d3);
  border: 5px solid #000;
  box-shadow: 0px 10px 0px 0px #3dc7be;
  font-weight: bold;
  width: 46%;
  gap: 2em;
  margin: 2%;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-around;
  padding: 1em;
  text-decoration: none;
}
#teng .apply-link a:hover {
  box-shadow: none;
  background-image: linear-gradient(90deg, #00f5a0, #00d9f5);
}
#teng .apply-link li a {
  width: 100%;
  display: inline-block;
}
#teng .apply-link li p {
  color: #000;
}
#teng .apply-link li img {
  width: 35px;
  height: 35px;
}
#teng .apply-link li p span {
  font-size: 1.6rem;
}
#teng h1 img {
  width: 100%;
  height: auto;
}
#teng section {
  max-width: 980px;
  padding-top: 6em;
  text-align: center;
  margin: 0 auto;
}
#teng section > h2 + p {
  margin-bottom: 2em;
}
#teng h2 {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #00f5a0, #00d9f5 70%);
  background: -webkit-linear-gradient(0deg, #00f5a0, #00d9f5 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 50px;
  font-style: italic;
  margin-bottom: 1em;
}
#teng ul.grayBox {
  margin-top: 1em;
  padding: 1em;
  text-align: left;
  line-height: 1.5;
}
#teng ul.grayBox li {
  font-size: 0.9rem;
}
#teng ul.grayBox li a {
  color: #fff;
  font-size: 0.9rem;
}
#teng #about img {
  width: 100%;
}
#teng #about-2 .flexWrap {
  justify-content: center;
}
#teng #about-2 .flexWrap .box {
  padding: 0 2em 0 1em;
}
#teng #about-2 .flexWrap .box h3 {
  padding: 0.8em 0 0.2em;
  margin: 0 2em;
  font-size: 1.2rem;
}
#teng #about-2 .flexWrap .box p {
  font-size: 0.9rem;
  margin-top: 0.8em;
}
#teng #benefit .flexWrap {
  flex-wrap: wrap;
}
#teng #benefit .flexWrap > div {
  display: flex;
  flex-direction: column;
  width: 46%;
  box-sizing: border-box;
  margin: 2%;
}
#teng #price .flexWrap {
  flex-wrap: wrap;
  margin: 1em 0;
}
#teng #price .flexWrap > div {
  display: flex;
  flex-direction: column;
  width: 44%;
  box-sizing: border-box;
  margin: 2%;
}
#teng #price .flexWrap .arrow {
  width: 4%;
}
#teng #price .flexWrap2 {
  justify-content: space-between;
}
#teng #flow .stepWrap a {
  color: #fff;
}
#teng #flow .stepWrap li {
  display: flex;
  align-items: center;
  background: #000;
  border-bottom: 5px solid #364857;
  position: relative;
  padding: 1.5em 2em;
  margin-bottom: 4em;
}
#teng #flow .stepWrap li p {
  font-weight: bold;
}
#teng #flow .stepWrap li .step {
  padding-right: 2em;
  background: linear-gradient(90deg, #00f5a0, #00d9f5 70%);
  background: -webkit-linear-gradient(0deg, #00f5a0, #00d9f5 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#teng #flow .stepWrap li .step span {
  font-size: 2rem;
}
#teng #flow .stepWrap li .text {
  text-align: left;
  font-weight: normal;
}
#teng #flow .stepWrap li .text span {
  font-weight: bold;
  font-size: 1.3rem;
  background: linear-gradient(90deg, #00f5a0, #00d9f5 70%);
  background: -webkit-linear-gradient(0deg, #00f5a0, #00d9f5 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#teng #flow .stepWrap li:after {
  content: "";
  position: absolute;
  bottom: -3.5em;
  left: 46%;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 30px solid #3dc7be;
}
#teng #flow .stepWrap li:nth-of-type(4) {
  margin-bottom: 2em;
}
#teng #flow .stepWrap li:nth-of-type(4):after {
  content: none;
}
#teng #area .maparea {
  position: relative;
  padding-bottom: 3em;
  min-height: 500px;
}
#teng #area .maparea img {
  width: 100%;
}
#teng #area .maparea ul {
  top: 30%;
  left: 20%;
  position: absolute;
}
#teng #area .maparea ul.area-link {
  width: 80%;
  left: 10%;
  top: 35%;
}
#teng #area .maparea ul.area-link a {
  padding: 0;
}
#teng #area .maparea ul.area-link a li {
  display: flex;
  justify-content: space-between;
  padding: 2em 0;
  width: 100%;
}
#teng #area .maparea ul.area-link a li p {
  width: 80%;
}
#teng #area .maparea ul.area-link a li img {
  width: 20%;
  padding-right: 2em;
}
#teng #area .maparea li {
  position: relative;
  width: 50%;
  padding: 2em 3em 2em 2.5em;
  align-items: center;
  gap: 2em;
}
#teng #area .maparea li a {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  main {
    padding-bottom: 2em;
  }
  #teng {
    margin-top: 60px;
  }
  #teng .apply-link {
    flex-direction: column;
  }
  #teng .apply-link a {
    width: 95%;
  }
  #teng .apply-link a + a {
    margin-top: 2em;
  }
  #teng .apply-link li {
    width: 100%;
    height: 90px;
    margin: 1em 0;
  }
  #teng .apply-link li p {
    font-size: 0.8rem;
  }
  #teng .apply-link li p span {
    font-size: 1.2rem;
  }
  #teng section {
    padding-top: 4em;
  }
  #teng section > h2 + p {
    text-align: left;
  }
  #teng h2 {
    padding: 0 10px;
  }
  #teng #about-2 .flexWrap {
    flex-direction: column;
  }
  #teng #about-2 .flexWrap div {
    margin-bottom: 1.5em;
  }
  #teng #about-2 .flexWrap .box p {
    text-align: left;
  }
  #teng #benefit .flexWrap {
    flex-direction: column;
  }
  #teng #benefit .flexWrap > div {
    width: 96%;
    margin-bottom: 1em;
  }
  #teng #price .flexWrap {
    flex-direction: column;
    align-items: center;
  }
  #teng #price .flexWrap > div {
    width: 96%;
    margin-bottom: 1em;
  }
  #teng #price .flexWrap .arrow {
    transform: rotate(-270deg);
    width: auto;
  }
  #teng #price .flexWrap2 > div {
    width: 96%;
  }
  #teng #flow .stepWrap li {
    flex-direction: column;
    align-items: flex-start;
    padding: 1em 1.5em;
  }
  #teng #flow .stepWrap li .step {
    text-align: left;
    font-size: 1.3rem;
  }
  #teng #flow .stepWrap li:after {
    left: 35%;
  }
  #teng #area .maparea {
    min-height: 300px;
  }
  #teng #area .maparea ul {
    top: 20%;
    left: 2%;
  }
  #teng #area .maparea ul.area-link {
    top: 20%;
    left: 12%;
  }
  #teng #area .maparea ul.area-link a {
    margin: 1em 0;
  }
  #teng #area .maparea ul.area-link a li {
    padding: 0;
  }
  #teng #area .maparea ul.area-link a li p {
    font-size: 1rem;
  }
  #teng #area .maparea li {
    padding: 1em;
    gap: 0;
    font-size: 0.7rem;
  }
  #teng .mb1e {
    margin-bottom: 1em;
  }
}
/*# sourceMappingURL=10g.css.map */