<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

section {
  padding: 60px 0;
  font-family: 'Noto Sans JP';
  font-size: 15px;
}

section * {
  box-sizing: border-box;
}

section h3 {
  line-height: 33px;
  font-size: 26px;
  text-align: center;
}

.inr_wide {
  width: 1060px;
  margin: 0 auto;
}

.text_btn{
  text-align: center;
}

.text_btn a{
  display: inline-block;
  background: #54d3c2;
  color: #fff;
  padding: 10px 50px;
  border-radius: 30px;
  font-size: 16px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 8%);
  text-decoration: none;
}

.text_btn a:hover{
  opacity: .8;
}

.sp {
  display: none;
}


/*-----------------
繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ
-----------------*/

.delay1s {
  animation-delay: .1s;
}

.delay15s{
  animation-delay: .15s;
}

.delay2s {
  animation-delay: .2s;
}

.delay25s{
  animation-delay: .25s;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInX {
	0% {
		opacity: 0;
		transform: translateX(50%);
	}

	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@keyframes fadeInY {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

[data-name="fade"] {
  opacity: 0;
}

[data-name="fade"].isShow {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

[data-name="fadeSlideup"] {
  opacity: 0;
}

[data-name="fadeSlideup"].isShow {
  animation-name: fadeInY;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}


/*-----------------
遏ｭ蜀翫お繝ｪ繧｢
-----------------*/

.link_area {
  line-height: 1;
  display: none;
  position: absolute;
  text-align: center;
  animation-name: fadeInX;
  animation-duration: .5s;
}

.link_area a {
  display: block;
  padding: 22px 14px;
  width: 58px;
  font-size: 18px;
}

.link_area p {
  margin-top: 10px;
}

.link_area.fixed {
  display: block;
  position: fixed;
  right: -4px;
  bottom: 200px;
  z-index: 9;
}

.link_area .link_btn {
  background: #54d3c2;
  color: #fff;
  border-top: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-radius: 8px;
  box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
}

.link_area .link_btn:hover {
  color: #54d3c2;
  text-decoration: none;
  background-color: #fff;
  transition: background-color .2s ease-in;
}

.link_area .link_btn:hover .mail-svg{
  fill: #54d3c2;
}

/*-----------------
MV
-----------------*/

.mainvisual {
  padding: 0;
  text-align: center;
  background: #54d3c2;
}

.mainvisual h1 {
  float: none;
  padding: 0;
  margin: 0;
}

.mainvisual .solution_name{
  font-weight: bold;
  font-size: 24px;
}

/*-----------------
蜍慕判
-----------------*/

.movie{
  padding:10px 0 0;
}

.movie .inr_wide{
  display: flex;
  flex-direction:row-reverse;
}

.movie_text{
  width: 35%;
  margin-top: 20px;
  padding: 20px;
}

.movie_text p{
  margin: 10px;
}

.movie_text h3 {
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 35px;
  text-align: left;
}

.movie_wrap {
  width: 65%;
  margin: 0 auto;
}

.movie_viewer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 50px 0;
}

.movie_viewer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*-----------------
讎りｦ�
-----------------*/

.overview{
  padding-top: 0;
}

.overview .inr_wide{
  display: flex;
}

.overview_box {
  padding: 30px;
  background:#d3fef9;
}

.overview_box:nth-of-type(n+2) {
  margin-left: 3%;
}

.overview_box h4{
  padding: 20px;
  margin: -30px -30px 0;
  background: #54d3c2;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.overview_box img{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.overview p {
  height: 50px;
  margin: 30px 0;
  text-align: center;
}


/*-----------------
縺頑か縺ｿ
-----------------*/

.problem {
  background: #f8f8f8;
}

.problem ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  list-style-type: none;
  margin-top: 50px;
  padding: 0;
}

.problem li {
  position: relative;
  line-height: 23px;
  width: 261px;
  padding: 30px 20px;
  background: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
}

.problem li:nth-of-type(2) {
  margin-top: 50px;
}

.problem li:before {
  position: absolute;
  content: "窶�";
  left: 30px;
  top: 0;
  font-weight: bold;
  font-size: 54px;
  color: #54d3c2;
}

.problem li:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  z-index: 1;
}

/*-----------------
蜈ｱ騾哥lex
-----------------*/


.flex_list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.feature .flex_list dl {
  width: 23%;
}

.spec .flex_list dl {
  width: 30%;
}

.flex_list dt {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.flex_list dt img {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}

.flex_list dd {
  margin: 10px 0 0;
  padding: 10px;
}


/*-----------------
繧ｱ繝ｼ繧ｹ蛻･
-----------------*/

.case {
  background: #f8f8f8;
}

.case h4{
  margin-top:60px;
  font-size: 18px;
  text-align: center;
}

.case h4+p{
  text-align: center;
}

.case_box{
  margin: 30px auto;
  padding: 10px;
  background: #fff;
}

.case_list {
  flex-wrap: wrap;
  display: flex;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
}

.case_list img {
  max-width: 100%;
  margin: 0px auto 10px;
  display: block;
}

.case_list li {
  width: 29%;
  margin: 2%;
}


/*-----------------
蟆主�繝輔Ο繝ｼ
-----------------*/

.bizstep{
  text-align: center;
}

.bizstep ul{
  margin: 0;
  padding: 0;
}

.bizstep li{
  position: relative;
  list-style: none;
  padding-bottom:20px;
  margin-top: 74px;
  background:#d3fef9;
}

.bizstep li:not(:last-child)::after{
  position: absolute;
  left: calc(50% - 16px);
  bottom: -34px;
  content: "";
  border-top: 16px solid #838383;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.bizstep li p{
  margin: 20px 0;
}

.bizstep .icon_step{
  position: absolute;
  width: 100px;
  margin-top: -20px;
  left: calc(50% - 50px);
}

.bizstep h4{
  font-size:21px;
}

.catalog{
  display: flex;
  border: 1px solid #54d3c2;
  flex-direction: row-reverse;
  padding: 50px;
  margin: 100px 15% 50px;
}

.catalog_image{
  border: 1px solid #666;
}

.catalog_image img{
  width: 140px;
}

.catalog_text{
  margin-top: 20px;
  width: 70%;
}

/*-----------------
繧ｹ繝壹ャ繧ｯ
-----------------*/

.spec{
  background: #f8f8f8;
}

.spec_size {
  display: flex;
  flex-wrap: wrap;
}

.spec_size .img {
  width: 50%;
  margin: 0;
}

.spec_size img {
  max-width: 100%;
}

.spec h4 {
  margin: 50px 0 0;
  font-size: 18px;
}

.spec table {
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.spec tr {
  border-bottom: 1px solid #ccc;
}

.spec th {
  width: 16%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  box-sizing: border-box;
}

.spec td {
  padding: 10px 20px;
  line-height: 2;
  box-sizing: border-box;
}

.spec td p {
  margin: 0;
}

.spec .note {
  margin: 4px 0;
}

/*-----------------
縺雁撫縺�粋繧上○
-----------------*/

.contact {
  padding: 80px 0;
  background: #54d3c2;
  text-align: center;
  color: #fff;
}

.contact .btn {
  position: relative;
  display: inline-block;
  margin: 10px;
  font-size: 15px;
  border-radius: 20px;
}

.contact .btn a {
  display: inline-block;
  padding: 16px 80px 16px 90px;
  border: 1px solid #fff;
  border-radius: 30px;
  background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 33"&gt;&lt;path d="M39.8,33.8H5a5,5,0,0,1-5-5V5A5,5,0,0,1,5,0H39.8a5,5,0,0,1,5,5V28.8A5,5,0,0,1,39.8,33.8ZM5,4A.94.94,0,0,0,4,5V28.8a.94.94,0,0,0,1,1H39.8a.94.94,0,0,0,1-1V5a.94.94,0,0,0-1-1Z"/&gt;&lt;polygon points="22.09 23.07 1.12 7.71 3.48 4.49 22.11 18.13 41.13 4.48 43.47 7.72 22.09 23.07"/&gt;&lt;/svg&gt;') #fff no-repeat 50px center;
  background-size: 16px;
  color: #333;
  font-weight: bold;
}

.contact .btn a:hover {
  color: #fff;
  text-decoration: none;
  background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 33"&gt;&lt;path fill="%23ffffff" d="M39.8,33.8H5a5,5,0,0,1-5-5V5A5,5,0,0,1,5,0H39.8a5,5,0,0,1,5,5V28.8A5,5,0,0,1,39.8,33.8ZM5,4A.94.94,0,0,0,4,5V28.8a.94.94,0,0,0,1,1H39.8a.94.94,0,0,0,1-1V5a.94.94,0,0,0-1-1Z"/&gt;&lt;polygon fill="%23ffffff" points="22.09 23.07 1.12 7.71 3.48 4.49 22.11 18.13 41.13 4.48 43.47 7.72 22.09 23.07"/&gt;&lt;/svg&gt;') #54d3c2 no-repeat 50px center;
  background-size: 16px;
  transition: background-color .2s ease-in;
}

/*-----------------
howto
-----------------*/
.howto h3{
  text-align: left;
}

.howto p{
  font-size:15px;
}

.howto_title{
  text-align: center;
}

.howto_title h2{
  padding: 30px;
  background: #54d3c2;
  color: #fff;
  font-size: 28px;
}

.howto_title p{
  margin-top:40px;
  margin-bottom: 0;
}

.howto_linkarea{
  padding: 20px 0 0;
}

.howto_linkarea ul{
  line-height: 2.3;
  padding: 3% 6%;
  border: 1px solid #767676;
  background: #f6f6f6;
  font-size: 18px;
}

.howto_linkarea li{
  position: relative;
  padding-left: 10px;
  list-style: none;
}

.howto_linkarea li:before {
  content: "";
  position: absolute;
  top: 1em;
  left: -20px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.howto_linkarea a{
  color:#333;
  text-decoration: underline;
}

.howto_linkarea a:hover{
  color:#54d3c2;
}

.howto_flow_box{
  background: #f6f6f6;
}

.howto_flow_box:not(:last-child)::after{
  margin-bottom: 100px;
}

.howto_flow_box ul{
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  padding: 20px 10px;
}

.howto_flow_step{
  position: relative;
  list-style: none;
  width: 20%;
  padding: 2%;
}

.howto_flow_step img{
  display: block;
  width: 86%;
  margin:0 auto;
}

.howto_flow_step:not(:last-child)::after{
  position: absolute;
  right: 0;
  top: 36%;
  content: "";
  border: 8px solid transparent;
  border-left: 8px solid #838383;
}

.faqbox {
	margin-top: 50px;
	text-align: left;
	border-top: 1px solid #ebecf0;
}

.faqbox dl {
	padding-bottom: 20px;
	border-bottom: 1px solid #ebecf0;
  font-size: 16px;
}

.faqbox dt {
	position: relative;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 2em;
	cursor: pointer;
}

.faqbox dt:hover {
	transition: .3s;
	color: #54d3c2;
}

.faqbox dt:before {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -4px;
	content: url(img/icon_q.svg);
}


.faqbox dt:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
}


.faqbox dd {
	line-height: 1.5;
	margin-top: 20px;
	padding-left: 1em;
	padding-right: 2em;
}

.faqbox ul {
	list-style-type: disc;
	margin: 0 30px;
  padding: 0;
}

.faqbox p {
  margin: 0;
}

/*-----------------
viewport
-----------------*/


@media screen and (max-width: 970px) {
  .inr,.inr_wide {
    width: 94%;
  }
  .mainvisual h1 img{
    width: 100%;
    max-width: 100%;
  }
  
  .movie_wrap,
  .movie_text{
    width: 50%;
  }
  .overview .inr_wide{
    flex-direction: column;
  }
  .overview_box:nth-of-type(n+2){
    margin-left: 0;
    margin-top: 30px;
  }
  .overview_box img{
    width: 50%;
  }
  
  .overview_box{
    padding: 30px 30px 20px;
  }
  .overview_sp{
    display: flex;
    margin-top: 10px;
  }
  .overview p {
    text-align: left;
  }
  .overview_box h4{
    padding: 10px;
    font-size: 20px;
  }

  #footer p#to-top {
    width: 100%;
  }
}

@media screen and (min-width:761px) and ( max-width:969px) {
  .movie_text h3 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 760px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .link_area.fixed{
    bottom: 50px;
  }

  .movie {
    width: 100%;
  }
  .movie .inr_wide{
    flex-direction: column;
  }
  
.movie_wrap {
  width: 100%;
}
  .movie_text{
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .movie_text h3{
    font-size: 23px;
    letter-spacing: -1px;
  }
  .problem ul {
    display: block;
    margin: 0 auto;
  }
  .problem li {
    width: 100%;
    margin: 40px 0;
  }
  
  .flex_list {
    flex-wrap: wrap;
  }
  .feature .flex_list dl {
    width: 48%;
  }

  .case_list {
    flex-wrap: wrap;
    font-size: 12px;
    text-align: left;
  }
  .case_list li {
    width: 46%;
    margin: 2% 2% 3%;
  }
  .catalog{
    margin: 50px 0;
    padding: 20px;
    flex-wrap: wrap-reverse;
  }
  .catalog_text{
    width: 100%;
  }
  .catalog_image{
    margin: 0 auto;
  }

  .spec .flex_list dl, .spec_size .img {
    width: 100%;
  }
  .spec .flex_list dl:nth-of-type(2) {
    margin-top: -70px;
  }
  


  .howto_flow_box{
  overflow-x:scroll;  
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  margin: 20px 0 50px;
  }

  .howto_flow_box::-webkit-scrollbar { 
    height: 10px; 
  } 
  .howto_flow_box::-webkit-scrollbar-track { 
    margin: 0 2px; 
    background: #ccc; 
    border-radius: 5px; 
  } 
  .howto_flow_box::-webkit-scrollbar-thumb { 
    border-radius: 5px;
    background: #666; 
  }


  .howto_flow_box ul{
    width: 1200px;
    margin: 0;
    padding: 0;
  }

	.faqbox dt {
		padding-right: 3em;
	}

}

@media screen and (max-width: 510px) {

  section h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .flex_list dt{
    font-size: 18px;
  }
  .flex_list dd{
    text-align: center;
  }
}</pre></body></html>