@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=Montserrat:wght@700&family=Noto+Sans+JP:wght@500;700&display=swap");
/* CSS Document */

.slideConts {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.slideContsL {
  -webkit-transform: translate(-2000px, 0);
          transform: translate(-2000px, 0);
}
.slideContsL.show {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.slideContsR {
  -webkit-transform: translate(2000px, 0);
          transform: translate(2000px, 0);
}
.slideContsR.show {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.siideDelay01 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.siideDelay02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.siideDelay03 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.slideTxt {
  opacity: 0;
}

.fade_in {
  opacity: 0;
  -webkit-animation-name: fade_default;
          animation-name: fade_default;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade_default {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade_default {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slideTxt01 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.slideTxt02 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.slideTxt03 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.slideTxt04 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.slideTxt05 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.slideTxt06 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.slideFade {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInHeader {
  from {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes fadeInHeader {
  from {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes fadeInCopy01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInCopy01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeQutLd {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeQutLd {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------------------------------------------- 
  reset
----------------------------------------------------------------- */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  border: 0;
  outline: 0;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus,
:active {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0px;
  line-height: 1.4em;
}

input {
  margin-right: 5px;
}

.switch {
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6, p, dt, dl, dd {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------- 
  common
----------------------------------------------------------------- */
.red {
  color: #FF0000;
}

.green {
  color: #6EF4C8;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.8 "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: #27292A;
}
@media only screen and (max-width: 1081px) {
  body {
    font-size: 1.4rem;
  }
}

.bodyFixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.bodyFixed #header {
  display: block;
}

.onlySP {
  display: none;
}
@media only screen and (max-width: 1081px) {
  .onlySP {
    display: inline-block;
  }
  .onlyPC {
    display: none;
  }
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb120 {
  margin-bottom: 120px;
}

.text12 {
  font-size: 1.2rem;
}

.text14 {
  font-size: 1.4rem;
}

.textC {
  text-align: center !important;
}

.textR {
  text-align: right !important;
}

.textL {
  text-align: left !important;
}

.textB {
  font-weight: bolder !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*----------------------------------------------------
 	container
----------------------------------------------------*/
#wrapper {
  position: relative;
}

.contentsWrap {
  width: 100%;
  padding: 160px 0;
}
.contentsWrap.pb0 {
  padding-bottom: 0;
}
.contentsWrap.pt0 {
  padding-top: 0;
}
@media only screen and (max-width: 1081px) {
  .contentsWrap {
    padding: 120px 0;
  }
}

.contents {
  width: 92%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}


h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.7em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1081px) {
  h2 {
    font-size: 1.7rem;
  }
}
h2 span {
  display: inline-block;
  padding-right: 120px;
  position: relative;
}
h2 span:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 10px;
}


/*----------------------------------------------------
 	anker
----------------------------------------------------*/
a {
  color: #6EF4C8;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a:hover img:not(.notHover) {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

a,
a::before,
a::after {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

a[href^="tel:"],
.tel-link {
  pointer-events: none;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 1081px) {
  a[href^="tel:"],
.tel-link {
    pointer-events: auto;
    color: #6EF4C8;
    text-decoration: underline;
  }
}

a.txtLink {
  text-decoration: underline;
  position: relative;
}
a.txtLink:hover {
  text-decoration: none;
}
a.txtLink[target=_blank] {
  padding-right: 18px;
  word-break: break-all;
  background: url(../img/iconExternalB.png) right 60%/12px no-repeat;
}

.btn {
  text-align: center;
}

.btn a,
button.btnSubmit {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #6EF4C8;
  background: #6EF4C8;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4em;
  padding: 2rem 2.5rem;
  position: relative;
  cursor: pointer;
  border-radius: 100px;
  max-width: 100%;
  word-break: keep-all;
}
@media only screen and (max-width: 1081px) {
  .btn a,
  button.btnSubmit {
    text-align: center;
  }
}
.btn a span,
button.btnSubmit span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  background: url(../img/iconArwB.png) right center/6px no-repeat;
}
.btn a:hover,
button.btnSubmit:hover {
  background: none;
  color: #6EF4C8;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn a:hover span,
button.btnSubmit:hover span {
  background: url(../img/iconArw.png) right center/6px no-repeat;
}

/*----------------------------------------------------
 	header
----------------------------------------------------*/
#header {
  position: relative;
  z-index: 0;
  min-height: 100%;
  padding-top: 25vh;
  text-align: center;
  background: url(../dx-training-program/img/main.png) center bottom / cover no-repeat;
}
@media screen and (orientation: portrait) {
  #header::before {
    aspect-ratio: 5 / 4;
  }
}
#header .headerLogo {
  position: absolute;
  left: 40px;
  top: 45px;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#header .headerLogo a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1081px) {
  #header {
    padding-top: 15vh;
  }
  #header .headerLogo {
    text-align: center;
    left: 0;
    right: 0;
    top: 20px;
  }
}
h1 {
  padding: 0 4%;
  text-align: center;
  font-size:clamp(20px, 5vw, 28px);
}
.h1sub {
  display: block;
  font-size:clamp(40px, 14vw, 80px);
  font-family: "Barlow Condensed", sans-serif;
  color: #6EF4C8;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 1.2rem;
  padding-bottom: 0.1em;
}
@media only screen and (max-width: 440px) {
  .h1sub {
    letter-spacing: .6rem;
  }
}

/*----------------------------------------------------
 	footer
----------------------------------------------------*/
.contentsWrap.companyBox {
  padding-bottom: 5.6rem;
  text-align: center;
  background: #000;
  color: #fff;
}
.contentsWrap.companyBox .copyHl {
  color: #6EF4C8;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
}
@media only screen and (max-width: 1081px) {
  .contentsWrap.companyBox .copyHl {
    font-size: 1.7rem;
  }
}
.contentsWrap.companyBox h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 10rem;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1081px) {
  .contentsWrap.companyBox h2 {
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 440px) {
  .contentsWrap.companyBox h2 {
    font-size: 4rem;
  }
}
#copyright {
  padding-top: 16rem;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
.copymark {
  font-family: Verdana, “Droid Sans”,;
}


/*----------------------------------------------------
 	content
----------------------------------------------------*/
.programList {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 3.2rem;
  margin-top: 20vh;
  counter-reset: programListNum;
}
.programList > li {
  display: flex;
  counter-increment: programListNum;
}
.programList > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 230, 188, 0.30);
  background-image: url(../img/iconArrow.svg);
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  background-position: center bottom 2rem;
  padding: 6.4rem 2rem 4.8rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  box-shadow: 0 4px 32px 0 rgba(81, 172, 142, 0.80);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 1.6rem;
  line-height: 1.5;;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  word-break: keep-all;
}
@media only screen and (max-width: 1081px) {
  .programList {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
    margin-top: max(2.4rem, 10vh);
  }

  .programList > li {
    width: 100%;
  }

  /* .programList > li a {
    align-items: center;
  } */
}

.programList > li a::before {
  content: counter(programListNum, decimal-leading-zero);
  position: absolute;
  top: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  color: #6EF4C8;
}
.programList > li a:hover {
  background-color: rgba(104, 230, 188, 1);
  background-image: url(../img/iconArrowB.svg);
  color: #3A3D3E;
}
.programList > li a:hover::before {
  color: #3A3D3E;
}

.contentsWrap.programWrap {
  padding: 0 0 1.6rem;
}
.leadTxt {
  max-width: 32em;
  margin: 0 auto;
  text-align: center;
  word-break: keep-all;
}
.leadTxt p.leadHl {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
}
.leadTxt p {
  margin-top: calc(2.4em * 1.25);
  line-height: 2.4;
}
@media only screen and (max-width: 1081px) {
  .leadTxt {
    text-align: left;
    word-break: break-all;
  }

  .leadTxt p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.programDtails {
  padding-top: 12rem;
  counter-reset: programDetailNum;
}
.programContent {
  padding-top: 3.6rem;
  counter-increment: programDetailNum;
}
.programContent__inner {
  display: flex;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 1.6rem;
  padding: 6.4rem 6.4rem 4.8rem 2.4rem;
  color: #3A3D3E;
}
@media only screen and (min-width: 1082px) {
  .programContent {
    padding-top: 8rem;
  }
  .programContent:nth-child(2n+1) .programContent__inner {
    flex-direction: row-reverse;
    padding: 6.4rem 2.4rem 4.8rem 6.4rem;
  }
}

@media only screen and (max-width: 1081px) {
  .programContent__inner {
    flex-direction: column;
    padding: 5vw;
  }
}
.programDtails .programContent:last-of-type{
  padding-bottom: 8rem;
}


.programContent__inner__thumb {
  width: 42%;
  flex-shrink: 0;
}
@media only screen and (max-width: 1081px) {
.programContent__inner__thumb {
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
  margin: auto;
}
}
.programContent__inner__text > dt {
  position: relative;
  z-index: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
}
.programContent__inner__text > dt::before {
  content: counter(programDetailNum, decimal-leading-zero);
  position: absolute;
  top: -0.75em;
  left: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 6.4rem;
  color: #6EF4C8;
  z-index: -1;
}
.programContent__inner__price {
  border-top: 1px dashed #27292A80;
  padding-top: 1em;
}
.programContent__inner__price span {
  word-break: keep-all;
}

@media only screen and (max-width: 559px) {
  .programContent__inner__text > dt{
    text-align: center;
  }
  .programContent__inner__text > dt::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .programContent__inner__price span {
    display: inline-block;
  }
}

.programContent__inner__text > dd {
  margin-top: 1em;
}
.breadcrumb {
  display: flex;
  gap: 0.5rem;
  margin-top: max(8rem, 15vh);
  font-size: 1.2rem;
}
.breadcrumb > li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb > li a:hover {
  color: #6EF4C8;
}
.breadcrumb > li:not(:first-child)::before {
  content: "";
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
  top: 0.125em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/iconArrow.svg) left center / contain no-repeat;
  margin-right: 0.75em;
}