@charset"utf-8";
ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin: 0;
	padding: 0;
}

dl dt {
  margin: 0;
	padding: 0;
}

dl dd {
  margin: 0;
	padding: 0;
}

a {
  transition: 0.3s all;
  opacity: 1;
  -webkit-transform: 0.3s all;
          transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  position: relative;
  margin: 0;
	padding: 0;
}

h2 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
	padding: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.4em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  transition: all 1.5s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.our_challlenges_box {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
}

.our_challlenges_box .ttls {
  position: relative;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  letter-spacing: 5px;
  padding-left: 20px;
}

.our_challlenges_box .ttls:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 3px;
  content: '';
  margin-right: 5px;
  background: #19edff;
  transform: translateY(-50%);
}

.our_challlenges_box .kv_box {
  position: relative;
  padding-bottom: 170px;
}

.our_challlenges_box .kv_box:before {
  position: absolute;
  top: 20%;
  left: 0;
	width: 100%;
  height: 80%;
  content: '';
	background: -moz-linear-gradient(left, #fff, #fff 30%, rgba(61, 100, 191, 1) 30%, rgba(61, 100, 191, 1));
  background: -webkit-linear-gradient(left, #fff, #fff 30%, rgba(61, 100, 191, 1) 30%, rgba(61, 100, 191, 1));
  background: linear-gradient(to left, #fff, #fff 30%, rgba(61, 100, 191, 1) 30%, rgba(61, 100, 191, 1));
  z-index: -1;
}

.our_challlenges_box .kv_box .kv_l {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 1080px;
	animation-delay: 0.5s;
  transform: translateX(-50%);
  z-index: 1;
}

.our_challlenges_box .fadein_kv_sub {
  animation: fadein_kv_01 3s ease forwards;
	opacity: 0;
}

@keyframes fadein_kv_01 {
  100% {
    opacity: 1;
  }
}

.our_challlenges_box .kv_box .kv_l img {
  width: 75%;
}

.our_challlenges_box .kv_box .kv_r {
  text-align: right;
}

.our_challlenges_box .kv_box .kv_r div {
  width: 61.5%;
  margin-left: 38.5%;
  overflow: hidden;
}

.our_challlenges_box .kv_box .kv_r div img {
  animation-name: fadein_kv;
  animation-duration: 5s;
}

@keyframes fadein_kv {
    0% {
      transform: scale(1.5);
      /*transform: translateY(20px);*/
      opacity: 0;
  }
    100% {
      transform: scale(1);
      /*transform: translateY(0);*/
      opacity: 1;
  }
}

.our_challlenges_box .about_box {
  position: relative;
  margin: 0 0 140px;
  background: url("/digital/en/technology/img/bg_text_pc.png") repeat-x center bottom 50px;
  background-size: contain;
  animation-name: slide_img;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes slide_img {
  100% {
    background-position: -2000px bottom;
  }
}

.our_challlenges_box .about_box .contents {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 115px;
}

.our_challlenges_box .about_box .contents .about {
  position: absolute;
  top: -85px;
  right: 0;
  width: 585px;
  padding: 80px 85px;
  /*background: rgba(30, 63, 140, 1);*/
  background: rgba(8, 25, 103, 0.87);
  /*mix-blend-mode: multiply;*/
	animation-delay: 1s;
}

.our_challlenges_box .about_box .contents .about .ttl {
  margin-bottom: 10px;
}

.our_challlenges_box .about_box .contents .about .text {
  font-size: 18px;
  color: #fff;
  line-height: 2.5;
}

.our_challlenges_box .about_box .contents .menu {
  position: relative;
  width: 530px;
  padding-bottom: 75px;
  background: rgba(234, 238, 252, 0.7);
	animation-delay: 1.5s;
  z-index: 1;
}

.our_challlenges_box .about_box .contents .menu p {
  position: relative;
  font-family: montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #1e3f8b;
  line-height: 1;
  margin: 0 0 35px 40px;
  padding: 24px 0 0 17px;
}

.our_challlenges_box .about_box .contents .menu p:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 60px;
  content: '';
  background: #3d64bf;
  transform: rotateY(-130deg);
}

.our_challlenges_box .about_box .contents .menu nav {
}

.our_challlenges_box .about_box .contents .menu nav ul {
  width: 370px;
  margin: 0 auto;
  padding: 0;
}

.our_challlenges_box .about_box .contents .menu nav ul li {
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #1e3f8b;
}

.our_challlenges_box .about_box .contents .menu nav ul li:first-of-type {
  margin-bottom: 35px;
}

.our_challlenges_box .about_box .contents .menu nav ul li a {
  position: relative;
  display: block;
  font-family: montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #1e3f8b;
}

.our_challlenges_box .about_box .contents .menu nav ul li a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 15px;
  content: '';
  border-top: 1px solid #1e3f8b;
  border-right: 1px solid #1e3f8b;
  transform: translateY(-50%) rotate(135deg);
  transition: .3s;
}

.our_challlenges_box .about_box .contents .menu nav ul li a:hover:after {
  top: auto;
  bottom: 5px;
  transform: translateY(0) rotate(135deg);
}

.our_challlenges_box .about_box .contents .menu nav ul li a span {
  display: block;
  font-size: 18px;
  color: #88a1db;
  letter-spacing: 5px;
}

@media screen and (max-width: 767px) {
	.our_challlenges_box .ttls {
		font-size: 14px;
	}

	.our_challlenges_box .kv_box {
		position: relative;
		padding-bottom: 170px;
	}

	.our_challlenges_box .kv_box:before {
		background: -moz-linear-gradient(left, #fff, #fff 17%, rgba(61, 100, 191, 1) 17%, rgba(61, 100, 191, 1));
		background: -webkit-linear-gradient(left, #fff, #fff 17%, rgba(61, 100, 191, 1) 17%, rgba(61, 100, 191, 1));
		background: linear-gradient(to left, #fff, #fff 17%, rgba(61, 100, 191, 1) 17%, rgba(61, 100, 191, 1));
	}

	.our_challlenges_box .kv_box .kv_l {
		bottom: 19.5%;
		width: 100%;
		padding-left: 7%;
	}

	.our_challlenges_box .kv_box .kv_l img {
		width: 80%;
	}

  .our_challlenges_box .kv_box .kv_r div {
    width: 82%;
    margin-left: 18%;
  }

	.our_challlenges_box .kv_box .kv_r img {
		width: 100%;
	}

	.our_challlenges_box .about_box {
		margin: 0 0 15%;
		background: url("/digital/en/technology/img/bg_text_pc.png") repeat-x center top 33%;
		background-size: auto 22%;
	}

	@keyframes slide_img {
		100% {
			background-position: -2000px top 33%;
		}
	}

	.our_challlenges_box .about_box .contents {
		max-width: 100%;
		padding-top: 60%;
	}

	.our_challlenges_box .about_box .contents .about {
		width: 82%;
		padding: 7% 6%;
	}

	.our_challlenges_box .about_box .contents .about .ttl {
		margin-bottom: 10px;
	}

	.our_challlenges_box .about_box .contents .about .text {
		font-size: 14px;
		line-height: 2.5;
	}

	.our_challlenges_box .about_box .contents .menu {
		width: 83%;
		padding-bottom: 15%;
	}

	.our_challlenges_box .about_box .contents .menu p {
		font-size: 20px;
	}

	.our_challlenges_box .about_box .contents .menu nav {
		width: 70%;
		margin: 0 auto;
	}

	.our_challlenges_box .about_box .contents .menu nav ul {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.our_challlenges_box .about_box .contents .menu nav ul li {
		list-style: none;
		padding-bottom: 20px;
		border-bottom: 1px solid #1e3f8b;
	}

	.our_challlenges_box .about_box .contents .menu nav ul li:first-of-type {
		margin-bottom: 35px;
	}

	.our_challlenges_box .about_box .contents .menu nav ul li a {
		font-size: 18px;
	}

	.our_challlenges_box .about_box .contents .menu nav ul li a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 15px;
		height: 15px;
		content: '';
		border-top: 1px solid #1e3f8b;
		border-right: 1px solid #1e3f8b;
		transform: translateY(-50%) rotate(135deg);
	}

	.our_challlenges_box .about_box .contents .menu nav ul li a span {
		font-size: 11px;
	}
}

.our_challlenges_box .contents_box {
  position: relative;
}

.our_challlenges_box #challenge01 {
	margin-bottom: 195px;
}

.our_challlenges_box #challenge01:before {
  position: absolute;
  top: 1.7%;
  left: 0;
	width: 100%;
  height: 92.3%;
  content: '';
	background: -moz-linear-gradient(left, #fff, #fff 40%, rgba(234, 238, 252, 1) 40%, rgba(234, 238, 252, 1));
  background: -webkit-linear-gradient(left, #fff, #fff 40%, rgba(234, 238, 252, 1) 40%, rgba(234, 238, 252, 1));
  background: linear-gradient(to left, #fff, #fff 40%, rgba(234, 238, 252, 1) 40%, rgba(234, 238, 252, 1));
  z-index: -1;
}

.our_challlenges_box .contents_box .ttl_box {
  max-width: 1080px;
}

.our_challlenges_box #challenge01 .ttl_box {
  margin: 0 auto 50px;
}

.our_challlenges_box .contents_box .ttl_box .ttls {
  font-size: 18px;
  margin: 0 0 25px;
}

.our_challlenges_box #challenge01 .ttl_box .ttls {
  color: #3d64bf;
}

.our_challlenges_box .contents_box .ttl_box h2 {
  font-family: montserrat, sans-serif;
  font-size: 80px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  margin: 0 0 30px;
  padding: 0;
}

.our_challlenges_box #challenge01 .ttl_box h2 {
  color: #1e3f8b;
}

.our_challlenges_box .contents_box .ttl_box .ttls2 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 7px;
  margin: 0;
  padding: 0;
}

.our_challlenges_box #challenge01 .ttl_box .ttls2 {
  color: #3d64bf;
}

.our_challlenges_box .contents_box .section_box {
  position: relative;
}

.our_challlenges_box #challenge01 .section_box {
  margin: 0 0 160px;
}

.our_challlenges_box #challenge01 .section_box_r {
}

.our_challlenges_box #challenge01 .section_box .pht_box {
  position: absolute;
  top: 0;
  max-width: 743px;
}

.our_challlenges_box #challenge01 .section_box_r .pht_box {
  right: 0;
}

.our_challlenges_box #challenge01 .section_box_l .pht_box {
  left: 0;
}

.our_challlenges_box #challenge01 .section_box .pht_box img {
  width: 100%;
}

.our_challlenges_box #challenge01 .section_box .text_box {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 120px 0 0;
}

.our_challlenges_box #challenge01 .section_box_l .text_box {
  padding: 120px 0 0 410px;
}

.our_challlenges_box #challenge01 .section_box:last-of-type .text_box {
  padding: 120px 0 0 510px;
}

.our_challlenges_box #challenge01 .section_box .text_box h3 {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 3px;
  margin: 0 0 60px;
}

.our_challlenges_box #challenge01 .section_box_02 .text_box h3 {
  letter-spacing: 2.5px;
}

.our_challlenges_box #challenge01 .section_box .text_box h3:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 40px;
  height: 4px;
  content: '';
  background: #3d64bf;
}

.our_challlenges_box #challenge01 .section_box .text_box .inner_box {
  position: relative;
  max-width: 670px;
  margin: 0;
  padding: 4% 5% 5%;
  background: rgba(61, 100, 191, 0.8);
}

.our_challlenges_box #challenge01 .section_box_l .text_box .inner_box {
  padding: 6% 7%;
}

.our_challlenges_box #challenge01 .section_box:last-of-type .text_box .inner_box {
  max-width: 570px;
  padding: 7% 9%;
}

.our_challlenges_box #challenge01 .section_box .text_box .inner_box p {
  font-size: 16px;
  color: #fff;
  line-height: 2.2;
  margin: 0;
  padding: 0;
}

.our_challlenges_box #challenge01 .section_box .text_box .inner_box p a {
  color: #fff;
  text-decoration: underline;
}

.our_challlenges_box #challenge01 .section_box .text_box .inner_box p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
	.our_challlenges_box #challenge01 {
		margin-bottom: 22%;
		padding: 0 8%;
	}

	.our_challlenges_box #challenge01:before {
    top: 1.1%;
    height: 95.9%;
		background: -moz-linear-gradient(left, #fff, #fff 30%, rgba(234, 238, 252, 1) 30%, rgba(234, 238, 252, 1));
		background: -webkit-linear-gradient(left, #fff, #fff 30%, rgba(234, 238, 252, 1) 30%, rgba(234, 238, 252, 1));
		background: linear-gradient(to left, #fff, #fff 30%, rgba(234, 238, 252, 1) 30%, rgba(234, 238, 252, 1));
	}

	.our_challlenges_box .contents_box .ttl_box {
		max-width: 100%;
	}

	.our_challlenges_box #challenge01 .ttl_box {
		margin: 0 auto 50px;
	}

	.our_challlenges_box .contents_box .ttl_box .ttls {
		font-size: 12px;
		margin: 0 0 25px;
	}

	.our_challlenges_box .contents_box .ttl_box h2 {
		font-size: 42px;
		line-height: 1;
		margin: 0 0 30px;
		padding: 0;
	}

	.our_challlenges_box .contents_box .ttl_box .ttls2 {
		font-size: 14px;
	}

	.our_challlenges_box #challenge01 .ttl_box .ttls2 {
		color: #3d64bf;
	}

	.our_challlenges_box .contents_box .section_box {
		position: relative;
	}

	.our_challlenges_box #challenge01 .section_box {
		margin: 0 0 22%;
	}

	.our_challlenges_box #challenge01 .section_box:last-of-type {
		margin: 0;
	}

	.our_challlenges_box #challenge01 .section_box_r {
	}

	.our_challlenges_box #challenge01 .section_box .pht_box {
		position: relative;
		max-width: 100%;
	}

	.our_challlenges_box #challenge01 .section_box .pht_box img {
		width: 100%;
	}

	.our_challlenges_box #challenge01 .section_box .text_box {
		max-width: 100%;
		padding: 15% 0 0;
	}

	.our_challlenges_box #challenge01 .section_box_l .text_box {
		padding: 15% 0 0;
	}

	.our_challlenges_box #challenge01 .section_box:last-of-type .text_box {
		padding: 15% 0 0;
	}

	.our_challlenges_box #challenge01 .section_box .text_box h3 {
		font-size: 20px;
		margin: 0 0 10%;
	}

	.our_challlenges_box #challenge01 .section_box .text_box h3 br {
    display: none;
	}

	.our_challlenges_box #challenge01 .section_box .text_box .inner_box {
		position: relative;
		max-width: 100%;
		margin: 0;
		padding: 4% 5% 5%;
		background: rgba(61, 100, 191, 0.8);
	}

	.our_challlenges_box #challenge01 .section_box_l .text_box .inner_box {
		padding: 6% 7%;
	}

	.our_challlenges_box #challenge01 .section_box:last-of-type .text_box .inner_box {
		max-width: 100%;
		padding: 6% 7%;
	}

	.our_challlenges_box #challenge01 .section_box .text_box .inner_box p {
		font-size: 14px;
	}
}

.our_challlenges_box #challenge01 .section_box .sub_box {
  max-width: 1080px;
  padding: 0;
	box-shadow: 0px 0px 10px 5px rgba(10,10,10,0.1);
}

.our_challlenges_box #challenge01 .section_box .sub_box1 {
  margin: 90px auto 0;
  background: url(/digital/en/technology/img/bg_section_01_02_sub.png) no-repeat #fff right top;
  background-size: 50% auto;
}

.our_challlenges_box #challenge01 .section_box .sub_box h4 {
  position: relative;
  font-size: 23px;
  font-weight: 500;
  color: #3d64bf;
  line-height: 1;
  margin: 0 0 35px 40px;
  padding: 24px 0 0 17px;
}

.our_challlenges_box #challenge01 .section_box .sub_box h4:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 60px;
  content: '';
  background: #3d64bf;
  transform: rotateY(-130deg);
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box {
  display: flex;
  max-width: 940px;
  margin: 0 auto;
	padding-bottom: 70px;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l {
  width: 30%;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l ul {
	margin: 0;
	padding: 0;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l ul li {
	position: relative;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
	list-style: none;
	margin-bottom: 20px;
	padding-left: 25px;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l ul li:first-of-type {
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l ul li:first-of-type img {
	width: 172px;
	margin-top: 10px;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l ul li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	content: '';
	background:#fff;
	border: 5px solid #3D64BF;
	border-radius: 18px;
	transform: translateY(-50%);
	}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l ul li:first-of-type:before {
	top: 2px;
	transform: none;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_c {
  width: 20%;
  text-align: center;
	padding-top: 90px;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_c img {
  width: 42.5%;
  transform: rotate(-90deg);
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r {
  width: 50%;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl {
	display: flex;
	flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.8);
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl dt {
	width: 30%;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl dt img {
	width: 50%;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl dd {
	width: 70%;
	margin-left: 0;
	padding: 20px 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl dd h5 {
	font-size: 16px;
	font-weight: 700;
	color: #3D64BF;
	margin: 0 0 10px;
}

.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl dd p {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.our_challlenges_box #challenge01 .section_box .sub_box {
		max-width: 100%;
		padding: 0;
		box-shadow: 0px 0px 10px 5px rgba(10,10,10,0.1);
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 {
		margin: 5% auto 0;
		background: #fff;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box h4 {
		font-size: 20px;
		margin: 0 0 12% 5%;
		padding: 5% 0 0 5%;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box h4:before {
    height: 50px;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box {
		flex-wrap: wrap;
		max-width: 80%;
		padding-bottom: 70px;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l {
		width: 100%;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l ul li {
		font-size: 16px;
		margin-bottom: 20px;
		padding-left: 25px;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l ul li:first-of-type img {
		width: 172px;
		margin-top: 10px;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l ul li:before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		content: '';
		background:#fff;
		border: 5px solid #3D64BF;
		border-radius: 18px;
		transform: translateY(-50%);
		}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_l ul li:first-of-type:before {
		top: 2px;
		transform: none;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_c {
		width: 100%;
		padding: 10% 0;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_c img {
		width: 22.5%;
		transform: none;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r {
		width: 100%;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl {
		display: flex;
		flex-wrap: wrap;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl dt {
		width: 100%;
		padding: 7% 0 0;
		border-bottom: none;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl dt img {
		width: 30%;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl dd {
		width: 100%;
		margin-left: 0;
		padding: 7% 5%;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl dd h5 {
		font-size: 14px;
    text-align: center;
		margin: 0 0 10px;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box1 .aws_box .inner_box_r dl dd p {
		font-size: 12px;
	}
}

.our_challlenges_box #challenge01 .section_box .sub_box2 {
  margin: 60px auto 0;
  background: url(/digital/en/technology/img/bg_section_01_03_sub.png) no-repeat #fff left bottom;
  background-size: 20% auto;
}

.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 {
  display: flex;
	justify-content:space-between;
	padding: 0 70px 40px 0;
}

.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 h4 {
	width: 40%;
}

.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 h4:before {
	height: 90px;
}

.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 ul {
	width: 60%;
	padding-top: 23px;
}

.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 ul li {
	position: relative;
	font-size: 16px;
	padding: 22px 5px 12px 35px;
	border-bottom: 1px solid #ccc;
}

.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 ul li:before {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 10px;
	height: 15px;
	content: '';
	border-right: 2px solid #3d64bf;
	border-bottom: 2px solid #3d64bf;
	transform: translateY(-50%) rotateZ(45deg);
}

@media screen and (max-width: 767px) {
	.our_challlenges_box #challenge01 .section_box .sub_box2 {
		margin: 60px auto 0;
		background: #fff;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 {
		flex-wrap: wrap;
		padding: 0 5% 7%;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 h4 {
		width: 100%;
    line-height: 1.5;
    margin: 0 0 10% 5%;
    padding: 5% 0 0 5%;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 h4:before {
		height: 90px;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 ul {
		width: 80%;
    margin: 0 auto;
		padding-top: 0;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 ul li {
		font-size: 14px;
		padding: 22px 5px 12px 35px;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box2 .sub_inner_box2 ul li:before {
		position: absolute;
		top: 50%;
		left: 10px;
		width: 10px;
		height: 15px;
		content: '';
		border-right: 2px solid #3d64bf;
		border-bottom: 2px solid #3d64bf;
		transform: translateY(-50%) rotateZ(45deg);
	}
}

.our_challlenges_box #challenge01 .section_box .big_img {
  display: none;
}

.our_challlenges_box #challenge01 .section_box .sub_box3 {
  margin: 60px auto 0;
	padding-bottom: 70px;
  background: url(/digital/en/technology/img/bg_section_01_04_sub.png) no-repeat #fff right top;
  background-size: 42% auto;
}

.our_challlenges_box #challenge01 .section_box .sub_box3 h4 {
	margin-bottom: 65px;
}

.our_challlenges_box #challenge01 .section_box .sub_box3 p {
	text-align: right;
	padding: 0 65px;
}

/*.our_challlenges_box #challenge01 .section_box .sub_box3 p a {
  pointer-events: none;
}*/

.our_challlenges_box #challenge01 .section_box .sub_box3 p > img {
	max-width: 877px;
}

.our_challlenges_box #challenge01 .section_box .sub_box3 span {
  display: none;
}

.big_img01 {
  display: none;
}

@media screen and (max-width: 767px) {
  .our_challlenges_box #challenge01 .section_box .big_img {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 5% 0;
  }

	.our_challlenges_box #challenge01 .section_box .sub_box3 {
    position: relative;
		margin: 0;
		padding: 0 4% 7%;
		background: url(/digital/en/technology/img/bg_section_01_04_sub.png) no-repeat #fff right top;
		background-size: 45% auto;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box3 h4 {
    font-size: 10px;
		margin: 0 0 12%;
    padding: 4% 0 0 5%;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box3 h4:before {
    height: 30px;
	}

	.our_challlenges_box #challenge01 .section_box .sub_box3 p {
		padding: 0 10%;
	}

  /*.our_challlenges_box #challenge01 .section_box .sub_box3 p a {
    pointer-events: auto;
  }*/

	.our_challlenges_box #challenge01 .section_box .sub_box3 p > img {
		max-width: 100%;
	}

  .our_challlenges_box #challenge01 .section_box .sub_box3 span {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 10%;
  }

  .big_img01 {
    display: flex;
    position: fixed;
    width: 111%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 200;
  }

  .big_img01 img {
    width: auto !important;
    max-height: 100%!important;
    cursor: pointer;
    padding: 0 5%;
    background: #fff;
  }

  .big_img01 img {
    transform: scale(.85);
    transition: .3s all ease;
  }

  .big_img01:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 201;
  }

  .big_img01:target img,
  .big_img01:target iframe {
    transform: scale(1);
  }

  .big_img01::before,.big_img01::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
  }

  .big_img01::before {
    transform: rotate(-315deg);
  }

  .big_img01::after {
    transform: rotate(315deg);
  }
}

.our_challlenges_box #challenge02 {
	padding-top: 95px;
	background: #3d64bf;
}

.our_challlenges_box #challenge02 .ttl_box {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 0 auto 90px;
}

.our_challlenges_box #challenge02 .ttl_box .ttls {
	width: 60%;
  color: #fff;
}

.our_challlenges_box #challenge02 .ttl_box h2 {
	width: 60%;
  color: #fff;
}

.our_challlenges_box #challenge02 .ttl_box .ttls2 {
	width: 60%;
  color: #fff;
}

.our_challlenges_box #challenge02 .section_box {
}

.our_challlenges_box #challenge02 .section_box .inner_box {
	position: relative;
	padding-bottom: 275px;
}

.our_challlenges_box #challenge02 .section_box_r .inner_box {
	text-align: right;
}

.our_challlenges_box #challenge02 .section_box2 .inner_box {
	padding-bottom: 1255px;
}

.our_challlenges_box #challenge02 .section_box .inner_box picture {
}

.our_challlenges_box #challenge02 .section_box .inner_box picture img {
	max-width: 1240px;
}

.our_challlenges_box #challenge02 .section_box .inner_box .text_box {
	position: absolute;
	bottom: 135px;
	max-width: 1080px;
	background: #3d64bf;
}

.our_challlenges_box #challenge02 .section_box_l .inner_box .text_box {
	left: 160px;
	padding: 70px 0 0 65px;
}

.our_challlenges_box #challenge02 .section_box_r .inner_box .text_box {
	right: 160px;
	text-align:left;
	padding: 70px 65px 0 0;
}

.our_challlenges_box #challenge02 .section_box .text_box h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 45px;
}

.our_challlenges_box #challenge02 .section_box .text_box p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.8;
}

.our_challlenges_box #challenge02 .section_box .text_box ul {
	margin: 40px 0;
}

.our_challlenges_box #challenge02 .section_box .text_box ul li {
	position: relative;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	padding-left: 25px;
}

.our_challlenges_box #challenge02 .section_box .text_box ul li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	content: '';
	background:#3d64bf;
	border: 5px solid #fff;
	border-radius: 18px;
	transform: translateY(-50%);
}

.our_challlenges_box #challenge02 .section_box .big_img {
  display: none;
}

.our_challlenges_box #challenge02 .section_box .text_box .pht_inner {
	box-shadow: 0px 0px 10px 5px rgba(10,10,10,0.1);
}

.our_challlenges_box #challenge02 .section_box .text_box .pht_inner span {
  display: none;
}

.big_img02 {
  display: none;
}

@media screen and (max-width: 767px) {
	.our_challlenges_box #challenge02 {
		padding-top: 15%;
	}

	.our_challlenges_box #challenge02 .ttl_box {
		justify-content: flex-start;
		margin: 0 auto 15%;
    padding-left: 5%;
	}

	.our_challlenges_box #challenge02 .ttl_box .ttls {
		width: 100%;
	}

	.our_challlenges_box #challenge02 .ttl_box h2 {
		width: 100%;
	}

	.our_challlenges_box #challenge02 .ttl_box .ttls2 {
		width: 100%;
	}

	.our_challlenges_box #challenge02 .section_box {
	}

	.our_challlenges_box #challenge02 .section_box .inner_box {
		padding-bottom: 0;
	}

	.our_challlenges_box #challenge02 .section_box_r .inner_box {
		text-align: right;
	}

	.our_challlenges_box #challenge02 .section_box2 .inner_box {
		padding-bottom: 0;
	}

	.our_challlenges_box #challenge02 .section_box .inner_box picture img {
		max-width: 90%;
	}

	.our_challlenges_box #challenge02 .section_box .inner_box .text_box {
		position: relative;
		bottom: 40px;
		max-width: 90%;
	}

	.our_challlenges_box #challenge02 .section_box_l .inner_box .text_box {
		left: 10%;
		padding: 8% 8% 0;
	}

	.our_challlenges_box #challenge02 .section_box_r .inner_box .text_box {
		right: 0;
		padding: 8% 8% 0 10%;
	}

	.our_challlenges_box #challenge02 .section_box .text_box h3 {
		font-size: 18px;
		margin-bottom: 7%;
	}

	.our_challlenges_box #challenge02 .section_box .text_box p {
		font-size: 14px;
		line-height: 2.5;
	}

	.our_challlenges_box #challenge02 .section_box .text_box ul {
		margin: 5% 0;
	}

	.our_challlenges_box #challenge02 .section_box .text_box ul li {
		font-size: 16px;
		margin-bottom: 10px;
		padding-left: 25px;
	}

	.our_challlenges_box #challenge02 .section_box .text_box ul li:before {
		width: 16px;
		height: 16px;
		border: 3px solid #fff;
		border-radius: 16px;
	}

  .our_challlenges_box #challenge02 .section_box .big_img {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5%;
  }

	.our_challlenges_box #challenge02 .section_box .text_box .pht_inner {
    position: relative;
	}

  .our_challlenges_box #challenge02 .section_box .text_box .pht_inner span {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 10%;
  }

  .big_img02 {
    display: flex;
    position: fixed;
    width: 111%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 100;
  }

  .big_img02 img {
    width: auto !important;
    max-height: 100%!important;
    cursor: pointer;
    padding: 0 5%;
  }

  .big_img02 img {
    transform: scale(.85);
    transition: .3s all ease;
  }

  .big_img02:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
  }

  .big_img02:target img,
  .big_img02:target iframe {
    transform: scale(1);
  }

  .big_img02::before,.big_img02::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
  }

  .big_img02::before {
    transform: rotate(-315deg);
  }

  .big_img02::after {
    transform: rotate(315deg);
  }
}
