
span.red {
  color: #EB5741;
}

span.nowrap {
  white-space: nowrap;
  display: inline-block;
}

a.dcw-btn{
  background: #023E64;
}

#breadcrumb.dcw-breadcrumb {
  background: transparent;
  padding-top: 0;
}

.hasbg {
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.hasbg img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.inner {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 0 40px;
}
.inner.narrow {
  max-width: 1280px;
}
footer .inner{
  width: 95%;
  max-width: 1280px;
  padding: 0;
}
@media (max-width: 767px) {
  footer .inner{
      width: 90%;
  }
}
.dcw-wrapper{
  color: #222;
  font-size: 18px;
}
.dcw-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}
.dcw-ttl:before {
  content: "";
  display: block;
  background: url(../../img/dcw/ttl-before.webp) 100% 100%/contain no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.dcw-ttl.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dcw-ttl.center:after {
  content: "";
  display: block;
  background: url(../../img/dcw/ttl-after.webp) 100% 100%/contain no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
h2.dcw-ttl {
  color: #222;
}

.dcw-ttl br {
  display: none;
}


.dcw-text {
  line-height: 1.8;
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
}
.dcw-text .small {
  font-size: 14px;
}

.dcw-btn {
  border: 1px solid #023E64;
  padding: 12px 30px;
  padding-right: 100px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  background: #023E64;
  text-align: center;
}
.dcw-btn svg {
  position: absolute;
  right: 15px;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 8px;
}
.dcw-btn svg path {
  stroke: #fff;
}
.dcw-btn:hover {
  background: none;
  color: #023E64;
}
.dcw-btn:hover svg path {
  stroke: #333;
}
.dcw-btn.center {
  padding: 12px 40px;
  text-align: center;
  width: 240px;
}

.normalmove {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.normalmove.normalanimate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}



.dcw-hero {
  position: relative;
}
.dcw-hero .animate-area:after, .dcw-hero .animate-area:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  height: 105%;
  z-index: -1;
}
.dcw-hero .animate-area:before {
  height: 110%;
  background: #023E64;
  -webkit-transform: rotate(-1deg) translateX(-2%);
          transform: rotate(-1deg) translateX(-2%);
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.dcw-hero .animate-area:after {
  background: #fff;
  -webkit-transform: rotate(5deg) translate(-7%, -30px);
          transform: rotate(5deg) translate(-7%, -30px);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.dcw-hero .hero-wrapper .pic {
  display: block;
  width: 75%;
  max-width: 1600px;
  
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.dcw-hero .hero-wrapper .pic:after {
  content: "";
  display: block;
  padding-top: 36%;
}
.dcw-hero .hero-wrapper .pic img {
  left: 58%;
}
.dcw-hero .hero-wrapper .slogan {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 50px 0 100px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.dcw-hero .hero-wrapper .slogan > div {
  margin: 0;
  padding: 0 14%;
}
.dcw-hero .hero-wrapper .slogan .en {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5em;
  color: #023E64;
  opacity: 0.09;
  line-height: 1.2;
  -webkit-transform: translate(8%, -54%);
          transform: translate(8%, -54%);
  font-weight: bold;
  z-index: -1;
}
.dcw-hero .hero-wrapper .slogan h1 {
  color: unset;
  font-size: 100%;
}
.dcw-hero .hero-wrapper .slogan .name {
  font-size: 1.5em;
  line-height: 1.2;
}
.dcw-hero .hero-wrapper .slogan .ttl {
  font-size: 3em;
  line-height: 1.2;
  color: #023E64;
  margin: 10px 0 20px;
}
.dcw-hero.active .animate-area:before {
  opacity: 1;
  -webkit-transform: rotate(-3deg) translateX(-2%);
          transform: rotate(-3deg) translateX(-2%);
}
.dcw-hero.active .animate-area:after {
  -webkit-transform: rotate(3deg) translate(-7%, -30px);
          transform: rotate(3deg) translate(-7%, -30px);
  opacity: 1;
}
.dcw-hero.active .hero-wrapper .pic {
  opacity: 1;
}
.dcw-hero.active .hero-wrapper .slogan {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dcw-trouble {
  position: relative;
  margin: -10px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
.dcw-trouble .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
}
.dcw-trouble .trouble-content {
  width: 55%;
  font-weight: bold;
  position: relative;
  margin-top: 20%;
}
.dcw-trouble .trouble-content:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 102%;
  height: 102%;
  background: #023E64;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
.dcw-trouble .trouble-content .text {
  background: #fff;
  padding: 80px 120px 0;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.dcw-trouble .trouble-content .ttl {
  font-size: 34px;
  margin-bottom: 40px;
}
.dcw-trouble .trouble-content .sub-ttl {
  color: #333333;
  font-size: 24px;
  padding-bottom: 25px;
  position: relative;
}
.dcw-trouble .trouble-content .sub-ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 4px;
  background: #C44D3B;
}
.dcw-trouble .trouble-content .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.dcw-trouble .trouble-content ul {
  padding: 30px 0 90px;
  font-size: 16px;
}
.dcw-trouble .trouble-content ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 12px 0;
}
.dcw-trouble .trouble-content ul li:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url(../../img/dcw/li-before.webp) 100% 100%/contain no-repeat;
}
.dcw-trouble .trouble-content .icon {
  width: 180px;
  margin-left: 70px;
}
.dcw-trouble .trouble-content .icon img {
  width: 100%;
}
.dcw-trouble .trouble-content .normalmove {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.dcw-trouble .trouble-content.active:before {
  opacity: 1;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.dcw-trouble .trouble-content.active .text {
  opacity: 1;
}

.dcw-dcareer {
  padding: 180px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.dcw-dcareer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
  width: 80%;
  height: calc(100% - 60px);
  background: #023E64;
  opacity: 0.1;
  z-index: -1;
}
.dcw-dcareer .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  height: calc(100% - 60px);
}
.dcw-dcareer .pic img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.dcw-dcareer .content {
  width: 50%;
  padding: 80px 100px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
}
.dcw-dcareer .content:after {
  content: "";
  display: block;
  position: absolute;
  left: -14%;
  top: 0;
  width: 40%;
  height: 101%;
  background: #fff;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.dcw-dcareer .content div {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.dcw-dcareer.active .content:after {
  width: 120%;
  opacity: 1;
}
.dcw-dcareer.active .pic img {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.dcw-recruit {
  margin: 100px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 50px 80px;
  z-index: 2;
}
.dcw-recruit .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dcw-recruit .content {
  width: 60%;
  max-width: 850px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  font-size: 17px;
}
.dcw-recruit .content .sub-ttl {
  font-size: 1.2em;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.dcw-recruit .content .ttl {
  font-size: 1.8em;
  margin: 20px 0;
}
.dcw-recruit .content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dcw-recruit .content .btns .dcw-btn {
  text-align: left;
  background: none;
  border-color: #fff;
}
.dcw-recruit .content .btns .dcw-btn:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.dcw-recruit .content .btns .dcw-btn:hover svg path {
  stroke: #fff;
}

.dcw-recruit .content .btns .dcw-btn:nth-child(1) {
  margin-right: 25px;
}
.dcw-recruit.no-margin {
  margin: 0;
}

.dcw-point .point-items {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dcw-point .point-items .item {
  width: calc(33.3333% - 30px);
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dcw-point .point-items .item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.dcw-point .point-items .item .name {
  text-align: center;
  font-size: 19px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 48px;
  font-weight: 500;
}
.dcw-point .point-items .item .name span {
  font-size: 1.8em;
  display: block;
  padding-top: 8px;
}
.dcw-point .point-items .item .name:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 30px;
  background: #E84D39;
}
.dcw-point .point-items .item .ttl {
  margin: 30px 0;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
}
.dcw-point .point-items .item .btn {
  padding: 40px 20px 0;
}

.dcw-steps {
  padding: 80px;
  margin-top: 40px;
  position: relative;
}
.dcw-steps:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  width: 80%;
  height: 600px;
  background: #023E64;
  -webkit-transform: rotate(0) translateX(-20px);
          transform: rotate(0) translateX(-20px);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.dcw-steps:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 50%;
  background: #023E64;
  opacity: 0.1;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.dcw-steps .steps-content {
  padding: 60px 80px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.dcw-steps .steps-content .dcw-ttl {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.dcw-steps .steps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.dcw-steps .steps-item .text {
  width: 43%;
}
.dcw-steps .steps-item .text .num {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.dcw-steps .steps-item .text .num .icon {
  color: #E84D39;
  font-size: 1.4em;
  padding: 0 3px;
}
.dcw-steps .steps-item .text .num .large {
  font-size: 1.6em;
  padding-left: 20px;
  position: relative;
}
.dcw-steps .steps-item .text .num .large:before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url(../../img/dcw/colon.webp) left center/contain no-repeat;
}
.dcw-steps .steps-item .text .ttl {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
}
.dcw-steps .steps-item .text .ttl .orange {
  font-style: normal;
  color: #E84D39;
}
.dcw-steps .steps-item .text .txt {
  margin: 20px 0 10px;
  font-size: 16px;
  line-height: 1.8;
}
.dcw-steps .steps-item .text .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  line-height: 1;
}
.dcw-steps .steps-item .text .tags span {
  margin-right: 10px;
  font-size: 14px;
  padding: 5px 5px;
  color: #023E64;
  border: 1px solid #023E64;
}
.dcw-steps .steps-item .text .ex {
  margin-top: 30px;
  font-size: 16px;
}
.dcw-steps .steps-item .text .ex .large {
  font-size: 1.2em;
  color: #023E64;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 2px solid #023E64;
}
.dcw-steps .steps-item .pic {
  width: 52%;
  margin: 10px 0;
}
.dcw-steps .steps-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.dcw-steps.active:before {
  -webkit-transform: rotate(-2deg) translateX(-20px);
          transform: rotate(-2deg) translateX(-20px);
}
.dcw-steps.active:after {
  width: 86%;
}
.dcw-steps.active .steps-content {
  opacity: 1;
  background: #fff;
}
.dcw-steps.active .steps-content .dcw-ttl {
  opacity: 1;
}
.dcw-steps.active .steps-item.normalanimate {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.dcw-program {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.dcw-program .program-ttl {
  line-height: 1;
  color: #023E64;
  font-weight: bold;
  position: relative;
}
.dcw-program .program-ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 120%;
  background: #fff;
  -webkit-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.dcw-program .program-ttl .jp {
  font-size: 32px;
  position: relative;
}
.dcw-program .program-ttl .jp:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background: #023E64;
  opacity: 0.4;
  z-index: -1;
}
.dcw-program .program-ttl .jp h2 {
  display: inline-block;
  background: #fff;
  padding-right: 20px;

  color: #023E64;
  font-size: 100%;
}
.dcw-program .program-ttl .en {
  margin-top: 5px;
  height: 84px;

  font-size: 70px;
  opacity: 0.09;
}
.dcw-program .program-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 0 0;
  line-height: 1.8;
}
.dcw-program .program-content .inner {
  margin: 0;
}
.dcw-program .program-content .pic {
  position: relative;
  z-index: 2;
}
.dcw-program .program-content .pic:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: -10%;
  background: #023E64;
  width: 100%;
  height: 94%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  z-index: -1;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.dcw-program .program-content .pic figure {
  width: 100%;
  overflow: hidden;
}
.dcw-program .program-content .pic img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 0.7s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.7s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.7s;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.7s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.dcw-program .program-content .text {
  padding: 20px;
  padding-right: 80px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.dcw-program:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 40%;
  background: #023E64;
  opacity: 0.1;
  z-index: -1;
}
.dcw-program.active .program-ttl:after {
  width: 0;
}
.dcw-program.active .program-content .pic:before {
  opacity: 1;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.dcw-program.active .program-content .pic img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.dcw-program.active .program-content .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dcw-example {
  position: relative;
  padding-bottom: 6%;
}
.dcw-example:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: #023E64;
  opacity: 0.1;
  z-index: -1;
}
.dcw-example .example-content {
  padding: 80px;
  background: #fff;
}
.dcw-example .example-content .example-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.dcw-example .example-content .example-items .item {
  width: calc(33.3333% - 30px);
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  overflow: hidden;
}
.dcw-example .example-content .example-items .item .ttl {
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  font-size: 1.4em;
}
.dcw-example .example-content .example-items .item .ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 20px;
  background: #E84D39;
}
.dcw-example .example-content .example-items .item .pic {
  margin: 20px 0;
  position: relative;
}
.dcw-example .example-content .example-items .item .pic:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.dcw-example .example-content .example-items .item .pic:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  background: #27316F;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.dcw-example .example-content .example-items .item .pic img {
  opacity: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.dcw-example .example-content .example-items .item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.dcw-example .example-content .example-items .item:nth-child(2) .pic:before {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.dcw-example .example-content .example-items .item:nth-child(2) .pic:after {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.dcw-example .example-content .example-items .item:nth-child(2) .pic img {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.dcw-example .example-content .example-items .item:nth-child(3) .pic:before {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.dcw-example .example-content .example-items .item:nth-child(3) .pic:after {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.dcw-example .example-content .example-items .item:nth-child(3) .pic img {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.dcw-example .example-content .example-items.active .item .pic:before {
  width: 0;
}
.dcw-example .example-content .example-items.active .item .pic:after {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}
.dcw-example .example-content .example-items.active .item .pic img {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.dcw-office {
  padding: 80px 0;
}
.dcw-office .office-items .item {
  margin: 60px 0 0;
  font-weight: 500;
  line-height: 1.4;
}
.dcw-office .office-items .item .ttl {
  position: relative;
  font-size: 24px;
  color: #222;
  font-weight: bold;
}
.dcw-office .office-items .item .ttl:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #222;
  z-index: -1;
}
.dcw-office .office-items .item .ttl span {
  padding-right: 20px;
  display: inline-block;
  background: #fff;
}
.dcw-office .office-items .item .name {
  margin: 10px 0;
  font-size: 19px;
  padding-left: 15px;
  position: relative;
}
.dcw-office .office-items .item .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url(../../img/dcw/colon.webp) left center/contain no-repeat;
}
.dcw-office .office-items .item .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dcw-office .office-items .item .infos .map {
  width: 42%;
  position: relative;
}
.dcw-office .office-items .item .infos .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 40px 60px;
  font-size: 16px;
  line-height: 1.8;
}
.dcw-office .office-items .item .infos .text .tel {
  font-weight: bold;
  font-size: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dcw-office .office-items .item .infos .text .tel:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url(../../img/dcw/office-tel.webp) top center/contain no-repeat;
  margin-right: 10px;
}
.dcw-office .office-items .item .infos .text .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 25px;
}
.dcw-office .office-items .item .infos .text .address:before {
  content: "";
  display: block;
  width: 24px;
  height: auto;
  background: url(../../img/dcw/office-address.webp) top center/contain no-repeat;
  margin-right: 13px;
  margin-left: 3px;
}
.dcw-office .office-items .item .infos .text .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dcw-office .office-items .item .infos .text .btns .dcw-btn:nth-child(1) {
  margin-right: 15px;
}

.dcw-contact {
  background: rgba(2, 62, 100, 0.1);
  padding: 80px 0;
}
.dcw-contact .contact-form {
  padding: 20px 80px;
  font-size: 16px;
}
.dcw-contact .contact-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding: 20px 0;
}
.dcw-contact .contact-form dl.dcw_content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dcw-contact .contact-form dt {
  width: 300px;
  padding: 5px 0;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dcw-contact .contact-form dt span {
  display: inline-block;
  margin-right: 10px;
  background: #84919E;
  color: #fff;
  font-size: 0.8em;
  padding: 2px 10px;
  white-space: nowrap;
}
.dcw-contact .contact-form dt span.must {
  background: #E84D39;
}
.dcw-contact .contact-form dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.9em;
}
.dcw-contact .contact-form dd input, .dcw-contact .contact-form dd textarea, .dcw-contact .contact-form dd select {
  width: 100%;
  height: auto;
  padding: 12px 20px;
  background: #fff;
  margin: 0;
}

.dcw-contact .contact-form dd span.wpcf7-checkbox .wpcf7-list-item.first, 
.dcw-contact .contact-form dd span.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.dcw-contact .contact-form dd span.wpcf7-checkbox input,
.dcw-contact .contact-form dd span.wpcf7-acceptance input {
  width: unset;
  margin-bottom: 3px;
}
.dcw-contact .contact-form dd input[type='checkbox'] {
  width: auto;
  margin-right: 2px;
  margin-bottom: 3px;
}
.dcw-contact .contact-form dd .wpcf7-list-item:not(:first-of-type) input[type='checkbox'] {
  margin-left: 20px;
}

.dcw-contact .contact-form dd span.wpcf7-exclusive-checkbox.visually-hidden .wpcf7-list-item input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.dcw-contact .contact-form dd span.wpcf7-exclusive-checkbox.visually-hidden .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  border-color: #386ED6;
}

.dcw-contact .contact-form dd span.wpcf7-exclusive-checkbox.visually-hidden .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.dcw-contact .contact-form dd span.wpcf7-exclusive-checkbox.visually-hidden .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

.dcw-contact .contact-form dd span.wpcf7-exclusive-checkbox.visually-hidden .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background-color: #fff;
  border: 1px solid #818181;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  left: 5px;
}

.dcw-contact .contact-form dd span.wpcf7-exclusive-checkbox.visually-hidden .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background-color: #386ED6;
  border-radius: 50%;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 8px;
}

.dcw-contact .contact-form dd textarea {
  line-height: 2;
}
.dcw-contact .contact-form dd select {
  appearance: none;
  -webkit-appearance: none;
}


.dcw-contact .contact-form dd span.dcw_office{
  position: relative;
}
.dcw-contact .contact-form dd span.dcw_office:after {
  content: "";
  display: block;
  position: absolute;
  top: .65em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid #222;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  pointer-events: none;
  opacity: 0.8;
}
.dcw-contact .contact-form .time {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dcw-contact .contact-form .time dt {
  width: 100%;
}
.dcw-contact .contact-form .time dd {
  width: 100%;
}
.dcw-contact .contact-form .time dd div {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dcw-contact .contact-form .time dd div span {
  display: block;
  width: 300px;
  padding-right: 20px;
  text-align: right;
}
.dcw-contact .contact-form .time dd input {
  width: 280px;
  max-width: 280px;
}
.dcw-contact .contact-form .privacy {
  padding: 0 0 40px;
}
.dcw-contact .contact-form .privacy a {
  color: #FF4B00;
  text-decoration: underline;
  padding: 0 3px;
}
.dcw-contact .contact-form .send .button-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
}

.dcw-contact .contact-form .wpcf7-response-output {
  background: transparent;
}
.dcw-contact .contact-form .chose-office{
  display: none;
}

.dcw-text.confirm {
  display: none;
}
.custom-wpcf7c-confirmed .dcw-text {
  display: none;
}
.custom-wpcf7c-confirmed .dcw-text.confirm{
  display: block;
}

/* query */
@media (max-width: 1580px) {
  .dcw-wrapper{
    font-size: 17px;
  }

  .dcw-ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .dcw-text {
    font-size: 17px;
  }

  .dcw-hero .hero-wrapper .slogan {
    padding: 20px 0 100px;
    font-size: 17px;
  }
  .dcw-hero .hero-wrapper .slogan .en {
    font-size: 4em;
    -webkit-transform: translate(20px, -50%);
            transform: translate(20px, -50%);
  }

  .dcw-trouble .trouble-content {
    width: 60%;
  }
  .dcw-trouble .trouble-content .text {
    padding: 60px 100px 0;
  }
  .dcw-trouble .trouble-content .ttl {
    font-size: 32px;
  }
  .dcw-trouble .trouble-content .sub-ttl {
    font-size: 22px;
  }
  .dcw-trouble .trouble-content ul {
    padding: 30px 0 60px;
    font-size: 15px;
  }
  .dcw-trouble .trouble-content ul li:before {
    width: 16px;
    height: 16px;
  }
  .dcw-trouble .trouble-content .icon {
    width: 160px;
  }

  .dcw-dcareer .pic {
    width: 62%;
    height: calc(100% - 80px);
  }
  .dcw-dcareer .content {
    padding: 80px 80px;
  }

  .dcw-recruit .content {
    font-size: 15px;
  }

  .dcw-point .point-items {
    padding: 40px 0;
  }
  .dcw-point .point-items .item {
    font-size: 15px;
  }
  .dcw-point .point-items .item .name {
    font-size: 16px;
  }
  .dcw-point .point-items .item .ttl {
    font-size: 20px;
  }
  .dcw-point .point-items .item .btn {
    padding: 25px 20px 0;
  }

  .dcw-steps .steps-content {
    padding: 60px;
  }
  .dcw-steps .steps-item .text .num {
    font-size: 16px;
  }
  .dcw-steps .steps-item .text .ttl {
    font-size: 20px;
  }
  .dcw-steps .steps-item .text .txt {
    font-size: 15px;
  }
  .dcw-steps .steps-item .text .tags span {
    font-size: 12px;
  }
  .dcw-steps .steps-item .text .ex {
    font-size: 15px;
  }

  .dcw-program .program-ttl .jp {
    font-size: 28px;
  }
  .dcw-program .program-ttl .en {
    height: 75px;
    font-size: 64px;
  }
  .dcw-program .program-content {
    padding: 39px 0 0;
  }

  .dcw-example .example-content {
    padding: 60px;
  }
  .dcw-example .example-content .example-items {
    margin-top: 40px;
  }
  .dcw-example .example-content .example-items .item {
    font-size: 15px;
  }

  .dcw-office .office-items .item {
    margin: 40px 0 0;
  }
  .dcw-office .office-items .item .ttl {
    font-size: 22px;
  }
  .dcw-office .office-items .item .name {
    font-size: 18px;
  }
  .dcw-office .office-items .item .infos .text {
    font-size: 15px;
    padding: 40px 40px;
  }

  .dcw-contact {
    padding: 60px 0;
  }
  .dcw-contact .contact-form {
    padding: 20px 60px;
  }
  .dcw-contact .contact-form dl {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .inner {
    padding: 0 20px;
  }

  .dcw-btn{
    padding: 12px 25px;
    padding-right: 80px;
  }

  .dcw-hero .hero-wrapper .slogan {
    font-size: 15px;
    padding: 40px 0 80px;
  }

  .dcw-dcareer .content {
    padding: 60px;
  }

  .dcw-recruit .content {
    font-size: 14px;
  }

  .dcw-point .point-items .item {
    font-size: 14px;
  }
  .dcw-point .point-items .item .name {
    font-size: 15px;
    padding-bottom: 35px;
  }
  .dcw-point .point-items .item .name:after {
    width: 2px;
    height: 22px;
  }
  .dcw-point .point-items .item .ttl {
    margin: 20px 0;
    font-size: 18px;
  }
  .dcw-point .point-items .item .btn {
    padding: 20px 0 0;
  }

  .dcw-steps {
    padding: 80px 40px;
  }
  .dcw-steps .steps-content {
    padding: 60px 45px;
  }
  .dcw-steps .steps-item .text .num {
    font-size: 15px;
  }
  .dcw-steps .steps-item .text .num .large:before {
    width: 10px;
    height: 10px;
  }
  .dcw-steps .steps-item .text .ttl {
    font-size: 18px;
  }
  .dcw-steps .steps-item .text .txt {
    font-size: 14px;
  }
  .dcw-steps .steps-item .text .ex {
    font-size: 14px;
  }

  .dcw-program {
    padding: 60px 0;
  }
  .dcw-program .program-content {
    padding: 25px 0 0;
  }
  .dcw-program .program-ttl .jp {
    font-size: 25px;
  }
  .dcw-program .program-ttl .en {
    height: 61px;
    font-size: 52px;
  }

  .dcw-example .example-content {
    padding: 40px;
  }
  .dcw-example .example-content .example-items .item {
    font-size: 14px;
  }
  .dcw-example .example-content .example-items .item .ttl {
    padding-bottom: 25px;
  }
  .dcw-example .example-content .example-items .item .pic {
    margin: 20px 0 15px;
  }

  .dcw-contact .contact-form {
    font-size: 15px;
    padding: 20px 40px;
  }
  .dcw-contact .contact-form dl {
    font-size: 14px;
  }
  .dcw-contact .contact-form dt {
    width: 240px;
  }
  .dcw-contact .contact-form .time dd div span {
    width: 240px;
  }
}
@media (max-width: 1080px) {
  #breadcrumb.dcw-breadcrumb {
    padding-top: 20px;
  }
  .dcw-wrapper{
    font-size: 15px;
  }

  .dcw-btn {
    padding: 10px 15px;
    padding-right: 45px;
    white-space: nowrap;
  }
  .dcw-btn svg {
    right: 10px;
    width: 32px;
    height: 7px;
  }
  .dcw-btn.center {
    padding: 12px 50px;
    width: auto;
  }

  .dcw-ttl {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .dcw-text {
    margin: 15px 0;
    font-size: 15px;
  }

  .dcw-hero .animate-area {
    display: none;
  }
  .dcw-hero .hero-wrapper .pic {
    width: 100%;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .dcw-hero .hero-wrapper .pic img {
    left: 50%;
  }
  .dcw-hero .hero-wrapper .slogan {
    font-size: 14px;
    padding: 20px 0 60px;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .dcw-hero .hero-wrapper .slogan > div {
    padding: 0 40px;
  }
  .dcw-hero .hero-wrapper .slogan .ttl {
    margin: 8px 0 12px;
  }

  .dcw-trouble {
    margin: -10px 0 80px;
  }
  .dcw-trouble:after {
    padding-top: 70%;
  }
  .dcw-trouble .trouble-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 85%;
  }
  .dcw-trouble .trouble-content .text {
    padding: 40px 80px 0;
  }
  .dcw-trouble .trouble-content .ttl {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .dcw-trouble .trouble-content .sub-ttl {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .dcw-trouble .trouble-content ul {
    padding: 20px 0 40px;
    font-size: 13px;
  }
  .dcw-trouble .trouble-content .icon {
    width: 120px;
    margin-left: 50px;
  }

  .dcw-dcareer .pic {
    width: 76%;
  }
  .dcw-dcareer .content {
    width: 76%;
    padding: 40px;
  }

  .dcw-recruit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 60px;
  }
  .dcw-recruit .content {
    width: auto;
    font-size: 13px;
  }

  .dcw-point .point-items {
    padding: 20px 0;
  }
  .dcw-point .point-items .item {
    font-size: 13px;
    width: calc(33.3333% - 10px);
  }
  .dcw-point .point-items .item:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .dcw-point .point-items .item .name {
    font-size: 12px;
    padding-bottom: 28px;
  }
  .dcw-point .point-items .item .name:after {
    height: 18px;
  }
  .dcw-point .point-items .item .ttl {
    font-size: 15px;
    margin: 15px 0;
  }

  .dcw-steps {
    margin-top: 15px;
    padding: 80px 25px;
  }
  .dcw-steps .steps-content {
    padding: 35px 10px;
  }
  .dcw-steps .steps-item {
    margin: 30px 0;
  }
  .dcw-steps .steps-item .pic {
    margin: 0;
    width: 45%;
  }
  .dcw-steps .steps-item .text {
    width: 52%;
  }
  .dcw-steps .steps-item .text .num {
    font-size: 13px;
  }
  .dcw-steps .steps-item .text .ttl {
    font-size: 16px;
  }
  .dcw-steps .steps-item .text .txt {
    font-size: 13px;
    margin: 12px 0 8px;
  }
  .dcw-steps .steps-item .text .ex {
    margin-top: 20px;
    font-size: 12px;
  }

  .dcw-program {
    padding: 45px 0;
  }
  .dcw-program .program-content {
    padding: 27px 0 0;
  }
  .dcw-program .program-content .text {
    padding-right: 20px;
    font-size: 13px;
  }
  .dcw-program .program-ttl .jp {
    font-size: 24px;
  }
  .dcw-program .program-ttl .en {
    height: 52px;
    font-size: 44px;
  }

  .dcw-example .example-content {
    padding: 40px 25px 25px;
  }
  .dcw-example .example-content .example-items {
    margin-top: 30px;
  }
  .dcw-example .example-content .example-items .item {
    font-size: 13px;
    width: calc(33.3333% - 10px);
  }
  .dcw-example .example-content .example-items .item .ttl {
    padding-bottom: 22px;
  }
  .dcw-example .example-content .example-items .item .ttl:after {
    height: 18px;
  }
  .dcw-example .example-content .example-items .item .pic {
    margin: 20px 0 15px;
  }
  .dcw-example .example-content .example-items .item:not(:nth-child(3n)) {
    margin-right: 15px;
  }

  .dcw-office {
    padding: 60px 0;
  }
  .dcw-office .office-items .item {
    margin: 40px 0 0;
  }
  .dcw-office .office-items .item .ttl {
    font-size: 20px;
  }
  .dcw-office .office-items .item .name {
    font-size: 17px;
  }
  .dcw-office .office-items .item .name:before {
    width: 10px;
    height: 10px;
  }
  .dcw-office .office-items .item .infos .text {
    font-size: 13px;
    padding: 25px;
  }
}
@media (max-width: 680px) {
  .pc-br {
    display: none;
  }

  #breadcrumb.dcw-breadcrumb {
    padding-top: 12px;
  }
  .dcw-wrapper{
    font-size: 14px;
  }
  .dcw-ttl {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .dcw-ttl:before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
  .dcw-ttl.center {
    text-align: center;
  }
  .dcw-ttl.center:before {
    margin: auto 0;
    margin-right : 10px;
  }
  .dcw-ttl.center:after {
    width: 14px;
    height: 14px;
    margin: auto 0;
    margin-left: 10px;
  }

  .dcw-ttl br {
    display: block;
  }

  .dcw-text {
    font-size: 14px;
  }
  .dcw-text .small {
    margin-top: 6px;
    font-size: 12px;
  }

  .dcw-btn svg {
    right: 8px;
    width: 25px;
    height: 6px;
  }

  .dcw-hero .hero-wrapper .pic:after {
    padding-top: 60%;
  }
  .dcw-hero .hero-wrapper .slogan {
    padding: 20px 0 35px;
    font-size: 12px;
  }
  .dcw-hero .hero-wrapper .slogan > div {
    padding: 0 20px;
  }
  .dcw-hero .hero-wrapper .slogan .en {
    font-size: 30px;
    white-space: nowrap;
    -webkit-transform: translate(12px, -50%);
            transform: translate(12px, -50%);
  }
  .dcw-hero .hero-wrapper .slogan .name {
    font-size: 1.6em;
  }
  .dcw-hero .hero-wrapper .slogan .ttl {
    font-size: 2.4em;
  }

  .dcw-trouble {
    margin: 0;
  }
  .dcw-trouble .trouble-content {
    width: 90%;
    max-width: 90%;
    text-shadow: 0 0 5px #fff;
    margin-top: 12%;
  }
  .dcw-trouble .trouble-content .text {
    padding: 25px 20px 0;
    width: 100%;
  }
  .dcw-trouble .trouble-content .ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .dcw-trouble .trouble-content .sub-ttl {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .dcw-trouble .trouble-content .sub-ttl:after {
    width: 36px;
    height: 3px;
  }
  .dcw-trouble .trouble-content .infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .dcw-trouble .trouble-content ul {
    font-size: 12px;
  }
  .dcw-trouble .trouble-content ul li:before {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .dcw-trouble .trouble-content .icon {
    margin-left: 0;
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 85px;
    z-index: -1;
  }

  .dcw-dcareer {
    padding: 60px 0 0;
  }
  .dcw-dcareer:after {
    display: none;
  }
  .dcw-dcareer .pic {
    width: 100%;
    position: relative;
    height: auto;
  }
  .dcw-dcareer .pic:after {
    content: "";
    display: block;
    padding-top: 65%;
  }
  .dcw-dcareer .content {
    width: 100%;
    padding: 25px 20px;
    overflow: hidden;
    left: 0;
  }
  .dcw-dcareer .content:after {
    width: 100%;
    background: #023E64;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    -webkit-transition: 1s;
    transition: 1s;
  }
  .dcw-dcareer.active .content:after {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }

  .dcw-recruit {
    margin: 20px 0 40px;
    padding: 40px 20px;
  }
  .dcw-recruit .content {
    width: 100%;
  }
  .dcw-recruit .content .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .dcw-recruit .content .btns .dcw-btn {
    width: 100%;
  }
  .dcw-recruit .content .btns .dcw-btn:nth-child(1) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .dcw-recruit .content .ttl {
    font-size: 15px;
  }
  .dcw-recruit .content .sub-ttl {
    font-size: 1.6em;
  }

  .dcw-point .point-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dcw-point .point-items .item {
    width: 100%;
  }
  .dcw-point .point-items .item:not(:nth-child(3n)) {
    margin-right: 0;
    padding-bottom: 40px;
  }

  .dcw-steps {
    padding: 40px 20px;
  }
  .dcw-steps:before {
    top: 15px;
  }
  .dcw-steps .steps-content {
    padding: 25px 0;
  }
  .dcw-steps .steps-item {
    margin: 25px 0 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dcw-steps .steps-item .pic {
    margin: 0;
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
    position: relative;
  }
  .dcw-steps .steps-item .pic:after {
    content: "";
    display: block;
    padding-top: 65%;
  }
  .dcw-steps .steps-item .text {
    width: 100%;
  }
  .dcw-steps .steps-item .text .num {
    font-size: 12px;
  }
  .dcw-steps .steps-item .text .num .large {
    padding-left: 14px;
  }
  .dcw-steps .steps-item .text .num .large:before {
    left: 4px;
    width: 8px;
    height: 8px;
  }
  .dcw-steps .steps-item .text .ttl {
    font-size: 15px;
  }
  .dcw-steps .steps-item .text .txt {
    font-size: 12px;
  }

  .dcw-program {
    padding: 40px 0 20px;
  }
  .dcw-program .program-content {
    padding: 14px 0 0;
  }
  .dcw-program .program-content .pic:before {
    top: -18%;
  }
  .dcw-program .program-ttl .jp:after {
    display: none;
  }
  .dcw-program .program-ttl .jp div {
    padding: 0;
  }
  .dcw-program .program-ttl .en {
    height: 39px;
    font-size: 34px;
  }
  .dcw-program:after {
    height: 50%;
  }

  .dcw-example {
    padding-bottom: 12%;
  }
  .dcw-example .example-content {
    padding: 40px 20px 20px;
    padding-right: 0;
  }
  .dcw-example .example-content .example-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dcw-example .example-content .example-items .item {
    font-size: 13px;
    width: 100%;
    margin-bottom: 30px;
  }
  .dcw-example .example-content .example-items .item .pic {
    margin: 15px 0 12px;
  }
  .dcw-example .example-content .example-items .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .dcw-office {
    padding: 40px 0;
  }
  .dcw-office .office-items .item .ttl {
    font-size: 18px;
  }
  .dcw-office .office-items .item .name {
    font-size: 15px;
    padding-left: 12px;
  }
  .dcw-office .office-items .item .name:before {
    width: 8px;
    height: 8px;
  }
  .dcw-office .office-items .item .infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dcw-office .office-items .item .infos .text {
    font-size: 12px;
    padding: 20px 0 0;
  }
  .dcw-office .office-items .item .infos .text .tel:before {
    width: 22px;
    height: 22px;
  }
  .dcw-office .office-items .item .infos .text .address:before {
    width: 20px;
    margin-left: 1px;
  }
  .dcw-office .office-items .item .infos .map {
    min-width: 100%;
    width: 100%;
  }
  .dcw-office .office-items .item .infos .btns .dcw-btn {
    width: calc(50% - 5px);
    padding: 12px 20px;
    text-align: left;
  }
  .dcw-office .office-items .item .infos .btns .dcw-btn:nth-child(1) {
    margin-right: 10px;
  }

  .dcw-contact {
    padding: 40px 0;
  }
  .dcw-contact .contact-form {
    font-size: 14px;
    padding: 0;
  }
  .dcw-contact .contact-form dl {
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  .dcw-contact .contact-form dt {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .dcw-contact .contact-form dd {
    width: 100%;
  }
  .dcw-contact .contact-form dt span{
    padding: 0 8px;
  }
  .dcw-contact .contact-form .time dd div {
    margin: 15px 0 0;
  }
  .dcw-contact .contact-form .time dd div span {
    white-space: nowrap;
    width: auto;
  }
  .dcw-contact .contact-form .time dd div input {
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .dcw-contact .contact-form .privacy {
    padding: 0;
    padding-bottom: 25px;
  }
  .dcw-contact .contact-form .send input {
    margin: 8px 0;
  }
  .dcw-contact .contact-form .send .confirm,
  .custom-wpcf7c-confirmed .send .submit {
    order: -1;
  }
  div.wpcf7 .ajax-loader{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  
  .dcw-contact .contact-form dd span.dcw_office:after {
    border-top-width: 6px;
    border-left-width: 6px;
    border-right-width: 6px;
    right: 12px;
  }
  

  
}
@media (max-width: 350px) {
  .dcw-ttl {
    font-size: 19px;
  }
  .dcw-contact .contact-form {
    font-size: 12px;
  }
  .dcw-hero .inner {
    padding: 0 15px;
  }
  .dcw-hero .hero-wrapper .slogan .en {
    font-size: 26px;
  }
}
