@charset "UTF-8";
body {
    color: #000;
	font-size: 16px;
}
.headerSitename {
    background: #FFF;
}
main#main {
    position: relative;
	background: #FFF url(/service/dims_asset/img/kv_bg.jpg) no-repeat center top;
    background-size: contain;
}
.hero {
    position: relative;
    overflow: hidden;
}
.section__inner {
	max-width: 1190px;
	position: relative;
	padding: 0 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.hero__body {
    margin: 0 auto 0px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero__body .text {
    width: 50%;
    box-sizing: border-box;
    margin: 2rem auto 0px;
}
.hero__body .image {
    position: relative;
    width: 84%;
    margin-top: -100px;
    margin-right: -20%;
}
.hero::before {
    content: "";
    position: absolute;
    top: 10px;
    right: calc(50% - 0%);
    width: 100px;
    height: 100px;
	background: transparent url(/service/dims_asset/img/kv_images_parts.png) no-repeat center center;
    background-size: cover;
}
.hero h1 {
	font-size: 3rem;
	font-weight: 700;
    line-height: 1.6;
	margin-bottom: 30px;
}
.hero p.strong {
	font-size: 5rem;
	font-weight: 900;
    line-height: 1.4;
    margin-bottom: 30px;
}
.hero p.strong + p {
    margin-bottom: 50px;
}
.title {
	display: inline-block;
	padding-left: 35px;
	position: relative;
}
.title::before {
	content:"";
	position: absolute;
	top: -3px;
	left: 0;
	width: 26.5px;
	height: 26px;
	background: transparent url(/service/dims_asset/img/icon_ttl.png) no-repeat center bottom;
    background-size: cover;
}
h1.title::before {
	top: 13px;
}
.btn a {
    display: block;
	position: relative;
    width: 340px;
    background: #000;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 70px;
    border-radius: 15px;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}
.btn a:hover {
	text-decoration: none;
    background: #222;
}
.btn a::after {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 20px;
	width: 40px;
	height: 40px;
    background: #FFF;
    border-radius: 10px;
}
.btn a span {
    display: block;
	position: relative;
}
.btn a span::after {
	right: 10px;
    width: 15px;
    height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: inline-block;
	vertical-align: middle;
	background: currentColor;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	content: "";
	transition: all 0.2s ease;
	color: #333;
	z-index: 10;
}
.btn a:hover span::after {
	right: 7px;
}
.btn.blockline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 6rem auto 0;
}
.btn.blockline a {
    margin: 0 1%;
}
.article {
    position: relative;
	padding-top: 10rem;
    overflow: hidden;
}
.article::before {
	position: absolute;
	content: "";
	top: 0%;
	left: 50%;
	transform: translate(-60%, 0%);
	-webkit-transform: translate(-80%, 0%);
	-ms-transform: translate(-80%, 0%);
    width: 1240px;
    height: 1240px;
	background: transparent url(/service/dims_asset/img/bg.png) no-repeat center top;
	background-size: cover;
}
#detail p.sub_title {
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5rem;
}
#detail .items {
	display: flex;
	border: 2px solid #E7EBEC;
	border-radius: 30px;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 3rem;
}
#detail .items dl {
	flex: 1;
	margin: 0;
	display: flex;
	flex-direction: column;
	position: relative;
}
#detail .items dl:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
	height: 80%;
	width: 2px;
	background: #E7EBEC;
}
#detail .items dt {
	min-height: 100px;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.6;
    padding: 20px 10px 0;
}
#detail .items dd {
    margin: 0;
    padding: 0px 30px 30px 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
}
.double-arrow {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	margin-bottom: 3rem;
}
.double-arrow::before,
.double-arrow::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #000;
}
#detail .orange_text {
	border-radius: 30px;
	background: #FAC000;
	padding: 30px;
    text-align: center;
}
#detail .orange_text dd {
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 10px;
    line-height: 1.6;
}
section#about {
	margin-top: 200px;
}
section h2 {
	font-size: 10rem;
	font-weight: 700;
    line-height: 1.2;
	margin-bottom: 6rem;
}
section h2 small {
	display: block;
	font-size: 1.6rem;
}
section h2 strong {
    font-weight: 800;
    display: inline-block;
    margin-left: -35px;
    font-family: "Red Hat Display";
    letter-spacing: .2rem;
	margin-top: 20px
}
section h2 + p {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 4rem;
    line-height: 1.5;
}
#about .item {
	border-radius: 60px;
	overflow: hidden;
	background: #F1F3F4;
    padding-bottom: 3rem;
}
#about .item .image {
	position: relative;
	padding: 6rem 0;
}
#about .item .image img {
	width: 80%;
	display: block;
	margin: 0 auto;
}
#about .item .image img.sp_only {
	display: none;
}	
#about .item .image span {
	position: absolute;
    width: auto;
    line-height: 1.6;
    font-size: 2.6rem;
    font-weight: 700;
}
#about .item .image span.action {
    top: 61%;
    left: calc(50% - 37%);
    text-align: right;
}
#about .item .image span.date {
    top: 27.5%;
	right: calc(50% - 30%);
}
#about .item .image span.insight {
    top: 61%;
    right: calc(50% - 38%);
}
#about .item .text dl {
	margin-bottom: 3rem;
    padding: 2rem 60px;
}
#about .item .text dl:nth-child(1) {
	border-left: solid 10px #F14100;
}
#about .item .text dl:nth-child(2) {
	border-left: solid 10px #26D2CA;
}
#about .item .text dl:nth-child(3) {
	border-left: solid 10px #FAC000;
}
#about .item .text dl dt {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3.2rem;
}
.articles {
    position: relative;
    margin-top: 28rem;
    margin-bottom: 28rem;
    padding-top: 6rem;
}
.articles.bg {
	background-color: #F1F3F4;
}
.articles::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 125%;
    height: 300px;
    background: #F1F3F4;
    border-radius: 50% 50% 0 0;
}
.articles::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 125%;
    height: 300px;
    background: #F1F3F4;
    border-radius: 0 0 50% 50%;
    z-index: 1;
}
.articles .bg_iocn {
    position: relative;
    z-index: 10;
}
.articles .bg_iocn::before {
    position: absolute;
    content: "";
    top: 27%;
    right: 50%;
    transform: translate(125%, 0%);
    -webkit-transform: translate(125%, 0%);
    -ms-transform: translate(125%, 0%);
    width: 600px;
    height: 600px;
    background: transparent url(/service/dims_asset/img/bg_iocn.png) no-repeat center top;
    background-size: cover;
}
#feature,
#solution {
	position: relative;
    z-index: 10;
}
#feature .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3%;
}
#feature .item dl {
    width: calc(94% / 3);
    background-color: #FFF;
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
}
#feature .item dl dt {
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
}
#feature .item dl dt small {
    font-size: 1.6rem;
    display: block;
    line-height: 1;
    margin-bottom: 30px;
}
#feature .item dl dd img {
	display: block;
	width: 35%;
	margin: 0 auto 3rem;
}
#solution {
    margin-top: 200px;
}
#solution .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3%;
}
#solution .item dl {
    width: calc(94% / 3);
    background-color: #FFF;
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
	margin-bottom: 3%;
}
#solution .item dl dt {
    font-size: 2rem;
    font-weight: 700;
	margin-bottom: 20px;
}
#solution .item dl dt img {
	display: block;
	margin-bottom: 30px;
}
#faq .item .details {
    background: #F1F3F4;
    border-radius: 15px;
    margin-bottom: 2rem;
}
#faq .item .details:last-child {
    margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .details {
    margin-top: 8px;
  }
}
.details .summary {
  position: relative;
  display: block;
  padding: 2em 5em 2em 6.25em;
  cursor: pointer;
  transition: all .15s, color .15s;
  position: relative;
}
.details summary {
  list-style: none;
}
.details summary::-webkit-details-marker {
  display: none;
}
.details .summary:hover {
}
@media screen and (max-width: 767px) {
  .details .summary {
    padding: 1.5em 3em 1em 4em;
  }
}
.details .summary span {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .details .summary span {
    font-size: 1.4rem;
  }
}
.details .summary .faq_q {
  position: absolute;
  top: 22px;
  left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: auto;
  background-color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .details .summary .faq_q {
	font-size: 1rem;
	top: 18px;
	left: 15px;
	width: 30px;
	height: 30px;
  }
}
.details .summary::before, .details .summary::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s, -webkit-transform 0.15s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .details .summary::before, .details .summary::after {
	right: 17px;
	width: 15px;
  }
}
.details .summary::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.details .summary.open {
  transition: all .15s, color .15s;
}
.details .summary.open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.details .summary.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.details.open .summary::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.details.open .summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.details .answer {
  border-radius: 0 0 10px 10px;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.details .answer .answer__inner {
  padding: .5em 1.5em 2em 6.25em;
}
@media screen and (max-width: 767px) {
  .details .answer .answer__inner {
    padding: .25em 1em 1em 4em;
  }
}
.details .answer .faq_a {
  position: absolute;
  top: 0;
  left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: auto;
  background-color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .details .answer .faq_a {
	width: 30px;
	height: 30px;
	font-size: 1rem;
	left: 15px;
  }
}
.details .answer p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .details .answer p {
  }
}
#news {
	margin-top: 200px;
	margin-bottom: 12rem;
}
#news .item ul {
	border-top: solid 1px #E7EBEC;
}
#news .item ul li {
	border-bottom: solid 1px #E7EBEC;
	padding: 3rem 3rem 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
#news .item ul li span {
	width: 200px;
}
#news .item ul li a {
    display: inline-block;
	width: calc(100% - 200px);
	color: #000;
	text-decoration: underline;
}
#news .item ul li a:hover {
	text-decoration: none;
}
#news .item ul li time {
	font-size: 1.4rem;
	font-weight: 700;
}
#news .item ul li small {
    font-size: 1.4rem;
    background: #F1F3F4;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
    padding: 5px 12px 7px;
    border-radius: 12px;
}
#contact {
    position: relative;
    margin-top: 28rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
	background-color: #26D2CA;
}
#contact::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 125%;
    height: 300px;
    background: #26D2CA;
    border-radius: 50% 50% 0 0;
}
#contact .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3%;
}
#contact .item dl {
	width: calc(97% / 2);
    background-color: #FFF;
    border-radius: 30px;
    padding: 50px 75px;
    box-sizing: border-box;
    margin: 0 auto;
}
#contact .item dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3rem;
}
#contact .item dl dt img {
	width: 80px;
}
#contact .item dl dt span {
    display: inline-block;
    width: calc(100% - 80px);
    padding-left: 25px;
    box-sizing: border-box;
    line-height: 1.6;
}
#contact .item dl dd .btn a {
    margin: 0 auto;
}





@media screen and (max-width: 768px) {
.btn a {
    font-size: 1.2rem;
    line-height: 60px;
	width: 100%;
}
.btn a::after {
    width: 30px;
    height: 30px;
}
.title {
    padding-left: 20px;
}
.title::before {
    width: 13.5px;
    height: 13px;
    top: 3px;
}
.hero__body .text {
	width: 100%;
	margin-top: 6rem;
	position: relative;
	z-index: 10;
}
.hero h1 {
    font-size: 1.2rem;
}
.hero p.sp_text {
    font-size: 1.2rem;
}	
.hero p.sp_text br {
   display: none;
}	
.hero p.strong {
    font-size: 2.6rem;
}
.hero p.strong + p {
    margin-bottom: 30px;
}
.hero__body .image {
	width: 45%;
	margin-right: 0%;
	position: absolute;
	right: -5%;
	top: 55px;
	margin-top: 0;
}	
.hero::before {
	top: 27px;
	right: calc(50% - 17%);
	width: 60px;
	height: 60px;
}
.hero__body .image img {
	max-width: 110%;
}
.hero__body .btn a {
    width: 75%;
    margin: 0 auto;
}
#detail p.sub_title {
    font-size: 2rem;
    margin-bottom: 3rem;
}
.article::before {
    top: 2%;
    left: 50%;
    transform: translate(-73%, 0%);
    -webkit-transform: translate(-73%, 0%);
    -ms-transform: translate(-73%, 0%);
    width: 350px;
    height: 350px;
}
#detail .items {
    display: block;
    padding-top: 10px;
}
#detail .items dl::after {
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	content: "";
	width: 80%;
	height: 2px;
	background: #E7EBEC;
}
#detail .items dl:last-child::after {
	display: none;
}
#detail .items dl:not(:first-child)::before {
	display: none;
}
#detail .items dt {
	min-height: auto;
	font-size: 1.6rem;
	margin-bottom: 1.2rem;
}
#detail .orange_text dd {
    font-size: 2rem;
}
#detail .orange_text dd br {
	display: none;
}
section h2 {
    font-size: 6rem;
    margin-bottom: 4rem;
}
section h2 small {	
    line-height: 1.6;
}
section h2 strong {
    margin-left: -20px;
}
section h2 + p {
    font-size: 2rem;
}
#about .item {
    border-radius: 30px;
}
#about .item .image img {
	width: 75%;
}
#about .item .image img.sp_only {
	display: block;
}	
#about .item .image img.pc_only {
	display: none;
}
#about .item .image span {
    width: 45%;
    font-size: 1.4rem;
}
#about .item .image span {
	text-align: center!important
}
#about .item .image span.date {
	top: 18%;
	right: calc(50% - 22%);
}
#about .item .image span.insight {
	right: calc(50% - 44%);
	top: 75%;
}
#about .item .image span.action {
    top: 75%;
    left: calc(50% - 43%);
}
.btn.blockline {
    margin: 4rem auto 0;
}
.btn.blockline a:first-child {
    margin-bottom: 2rem;
}
.articles {
    margin-top: 18rem;
    margin-bottom: 18rem;
    padding-top: 0rem;
}
.articles::before {
	height: 150px;
}
.articles::after {
    height: 150px;
    bottom: -100px;
}
#feature .item dl {
    width: 100%;
	margin-bottom: 3rem;
}
#feature .item dl:last-child {
	margin-bottom: 0rem;
}
#solution .item dl {
    width: 100%;
	margin-bottom: 3rem;
}
#solution .item dl:last-child {
	margin-bottom: 0rem;
}
#contact {
	margin-top: 18rem;
	padding-top: 0rem;
	padding-bottom: 6rem;
}
#contact::before {
    height: 150px;
}
#contact .item dl {
	width: 100%;
	padding: 10%;
	margin-bottom: 3rem;
}
#contact .item dl:last-child {
	margin-bottom: 0rem;
}
#contact .item dl dt img {
    width: 50px;
    height: max-content;
}
#contact .item dl dt span {
    width: calc(100% - 50px);
}
#news .item ul li {
    display: block;
    padding: 3rem 0rem 3rem 0;
}
#news .item ul li a {
	width: 100%;
}
#news .item ul li span {
    width: auto;
    margin-bottom: 10px;
    display: inline-block;
}

section#about,
section#solution,
section#news {
    margin-top: 12rem;
}
#about .item .text dl {
    padding: 2rem 30px;
}










}





