/** Webフォント。 */
@font-face {
  font-family: 'HuiFontP109';
  src: url('font/HuiFontP109.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  /* font-family: 'Open Sans', arial, sans-serif; */
  font-family: 'Quicksand', sans-serif;
  color: #494d55;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}

a {
  color: #3aa7aa;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #339597;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 15px !important;
}

.btn .fa, a.btn .fa {
  margin-right: 5px;
}

.btn:focus, a.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-cta, a.btn-cta {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 15px;
}

.btn-primary {
  background: #259bff;
  border: 1px solid #259bff;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover {
  background: #1781dc;
  color: #fff;
  border: 1px solid #1781dc;
}

.btn-inverse {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid transparent;
  color: #fff;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid transparent;
}

.breadcrumb {
  background-color: #fff !important;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators {
  bottom: 30px;
  margin-bottom: 0;
}

.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.carousel-indicators li.active {
  background-color: #259bff;
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 8px;
}

.card-body {
  padding: 3.25rem !important;
}

/* ======= Header ======= */
.header {
  position: fixed;
  width: 100%;
  z-index: 30;
  height: 60px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header.header-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.header.header-scrolled a {
  color: #494d55;
}

.header.header-scrolled .logo {
  color: #259bff;
  padding-top: 8px;
}

.header.header-scrolled .logo .logo-icon-wrapper {
  background: #259bff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}

.header:not(.header-scrolled) .logo .logo-icon.scrolled,
.header:not(.header-scrolled) .logo .text.highlight {
  display: none;
}
.header.header-scrolled .logo .logo-icon.light {
  display: none;
}

.header.header-scrolled .logo .logo-icon {
  height: 26px;
  margin-top: -7px;
}

.header.header-scrolled .main-nav .nav .nav-link {
  color: #a2a6af;
}

.header.header-scrolled .main-nav .nav .nav-link:hover {
  color: #9499a3;
}

.header.header-scrolled .main-nav .nav .nav-link.active {
  color: #494d55;
  border-bottom: 4px solid #259bff;
}

.header a {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header a:hover {
  text-decoration: none;
}

.header .logo {
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 28px;
  padding-top: 15px;
}

.header .logo .logo-icon-wrapper {
  margin-right: 3px;
  position: relative;
  display: inline-block;
  top: -3px;
}

.header .logo .logo-icon {
  /* width: 30px; */
  height: 26px;
  margin-top: -7px;
}

.header .logo .highlight {
  font-weight: 800;
  font-size: 35px;
  font-family: 'Quicksand', sans-serif;
}

.header .loginBtn{
  position: fixed;
  right: 140px;
}

.header .helpBtn{
  position: fixed;
  right: 220px;
}

.header .signUpBtn{
  position: fixed;
  right: 40px;
  top: 9px;
}



.main-nav {
  margin-top: 6px;
}

.main-nav .navbar-toggler {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  padding: 8px 10px;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.main-nav .navbar-toggler:focus {
  outline: none;
}

.main-nav .navbar-toggler .icon-bar {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 22px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.main-nav .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.main-nav .navbar-toggler:hover .icon-bar {
  background-color: #fff;
}

.main-nav .nav .nav-item {
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
}

.main-nav .nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
}

.main-nav .nav .nav-item .nav-link.active {
  position: relative;
  background: none;
  color: #fff;
}

.main-nav .nav .nav-item .nav-link:hover {
  color: #fff;
  background: none;
}

.main-nav .nav .nav-item .nav-link:focus {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item .nav-link:active {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}

.nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link {
  padding: 15px;
}

/* ====== Footer ====== */
.footer {
  background: #26282c;
  /* color: rgba(255, 255, 255, 0.6); */
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 43px 0px 15px;
  font-size: 13px;
  color: #a7a59d;
}

.footer a {
  color: #aeaeae;
}

.footer .fa-heart {
  color: #EA5395;
}

.footer .icon{
  margin-top:-18px;
}

.footer .highlight{
  font-size: 45px;
  font-family: 'Quicksand', sans-serif;
}

.footer-nav{
  list-style: none;
  display: flex;
  padding-left: 0px;
}

.footer-navItem{
  text-align: center;
  border-right: 1px solid #aeaeae;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
}

.footer .copylight{
  /* border-top: 1px solid #5d5d5d; */
  display: flex;
  line-height: 4em;
  margin: auto;
  fill: #b9b9b9;
}

.footer a{
  fill: #b9b9b9;
}

/* ======= Hero Section ======= */
.frame {
	display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}

.hui{
  font-family: 'HuiFontP109', sans-serif;
  font-size: 25px;
}

.hero-section {
  min-height: 560px;
  background: #494d55;
  position: relative;
}

.hero-section .figure-holder-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.hero-section .figure-holder {
  position: relative;
  height: 560px;
  width: 100%;
}

.hero-section .figure-holder .figure-image {
  position: absolute;
  width: 580px;
  bottom: 0;
  right: 15px;
  z-index: 10;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
  filter: drop-shadow(8px 7px 4px rgba(0,0,0,0.8));
}

.hero-carousel {
  height:715px;
  color: #fff;
}

.hero-carousel .carousel-inner .carousel-item1 {
  height: 715px;
  background-position: center center;
}

.hero-carousel .carousel-item1 {
  /* background-image: url("../images/hero-1.jpg"); */
  background: #2ab57b;
  transition: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}

.hero-carousel .carousel-inner .hero-lead {
  line-height: 1.5;
  font-weight: 600;
}
.hero-carousel .carousel-inner .hero-lead.sp {
  display: none;
}

.hero-carousel .carousel-inner .hero-lead.sp img {
  object-fit: contain;
}

.hero-carousel .carousel-inner .heading {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  font-family: 'Quicksand', sans-serif;
}

.hero-carousel .carousel-inner .intro {
  font-size: 18px;
}

.hero-carousel .carousel-inner .heroSign{
  font-size: 17px;
  font-family: 'Quicksand', sans-serif;
  /* border: 1px solid #ffffff; */
  padding: 15px 40px;
}

.hero-carousel .carousel-inner .heroContact{
  font-size: 17px;
  border: 1px solid #ffffff;
  padding: 13px 40px;
  background: no-repeat;
  font-weight: bold;
  border-radius: 5px;
}

.hero-carousel .dl-link-left{
  float: left;
  width: 70%;
  text-align: center;
}

.hero-carousel .dl-link-right{
  float: left;
  width: 30%;
  text-align: center;
}

/* ======= About Section ======= */
.about-section {
  padding-top: 70px;
  /* padding-bottom: 140px; */
}

.about-section .headline{
  line-height: 1.8em;
  font-size: 17px;
}

.about-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 2.9px;
  margin-bottom: 1rem;
}

.about-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about-section .items-wrapper .figure-holder {
  margin-bottom: 15px;
  vertical-align: bottom;
}

.about-section .items-wrapper .figure-image {
  max-width: 150px;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(61, 80, 81, 0.15));
  /* box-shadow: 0px 0px 32px rgba(61, 80, 81, 0.15); */
}

.about-section .items-wrapper .not-release {
	background: url('../images/service03.png') no-repeat center;
  background-size: cover;
	position: relative;
  height: 150px;
  background-size: cover;
  max-width: 150px;
  border-radius: 50%;
  margin: auto;
}

.about-section .items-wrapper .not-release:before {
  content: ' ';
  border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.box {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  /* -webkit- transform: translateY(-50%) translateX(-50%); */
}

.box p{
  color: #fff;
  font-size: 17px;
}


.about-section .items-wrapper .item-inner {
  padding: 30px;
}

.about-section .items-wrapper .item-title {
  color: #259bff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.about-section .items-wrapper .item-desc {
  color: #616670;
}

.about-section .card{
  max-width: 900px;
  margin: auto;
}

.technologies {
  margin-bottom: 30px;
}

.technologies .list-inline-item {
  margin-right: 15px;
}

.technologies .list-inline-item:last-child {
  margin-right: 0;
}

/* ======= News Section ======= */
.news-section {
  padding: 34px 0 30px;
  background: #f9f9f9;
}

.news-section .section-title{
  font-weight: bold; 
  font-size: 21px;
}

.news-section .news-icon{
  font-size: 17px;
  /* margin-top: -6px; */
}

.news-section .news-day{
  text-align: right;
}

.news-section .news-title{
  line-height: 2.0em;
  border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.news-section .news-title a {
  overflow: hidden;
}

.news-section .badge{
  width: 88px;
  line-height: 1.1em;
  height: 18px;
}

.news-section .text{
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -2px;
  font-size: 15px;
  font-weight: bold;
  color: #4f514e;
}

.news-section .text:hover{
  color: #3aa7aa;
}

.news-section .hero-carousel {
  height:300px;
  color: #fff;
}

.news-section .hero-carousel .carousel-inner .carousel-item {
  height: 300px;
  background-position: center center;
}

.news-section .hero-carousel .carousel-inner .item-2 {
  background-image: url("../images/news.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.news-headline{
  font-size: 1.5rem;
  color: #2ab57b;
  margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

.news-sp{
  display: none;
}

.news-link{
  float: right;
  margin-top: -27px;
}

.news-area{
  border-top: 1px solid rgba(15,70,100,.12);
}

/* ======= News Section ======= */
.newslist-section {
  padding: 0px 0px 55px 0px;
}

.newslist-section .section-title{
  font-weight: bold; 
  font-size: 21px;
}

.newslist-section .news-icon{
  font-size: 17px;
  margin-top: -6px;
}

.home-news-day{
  width: 85px;
}

.newslist-section .news-day{
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: sans-serif;
}
.newslist-section .news-title{
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.newslist-section .badge{
  width: 88px;
}

.newslist-section .text{
  text-decoration:underline;
  /* display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  /* margin-top: -2px; */
}

.newslist-section .newsitem{
    background-image: -webkit-linear-gradient(left, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
    padding: 10px 0px;
}

.newslist-section .hero-carousel {
  height:300px;
  color: #fff;
}

.newslist-section .hero-carousel .carousel-inner .carousel-item {
  height: 300px;
  background-position: center center;
}

.newslist-section .hero-carousel .carousel-inner .item-2 {
  background-image: url("../images/news.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-section .timeline {
  list-style: none;
}
.about-section .timeline > li {
  margin-bottom: 60px;
  border-top: 1px solid #b7b743;
}

.about-section .timeline-date {
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 25px;
  font-weight: bold;
}

.pastnewsBtn-act{
  height: 43px;
  border-radius: 8px;
  line-height: 1 !important;
  margin-right: 6px;
  font-size: 17px !important;
  background: #77c7a6;
  color: #fff;
}
.pastnewsBtn{
  height: 43px;
  border-radius: 8px;
  line-height: 1 !important;
  margin-right: 6px;
  font-size: 17px !important;
  background: #fff;
  color: #6c757d;
  border: 1px solid #b5b5b5;
}
.pastnewsBtn:hover{
  background: #b5b5b5;
  color: #fff;
}

.new-item-title.cat-title {
  padding: 5px 0;
  border-bottom: 4px solid #24b57b;
}

/* ======= Usage Section ======= */
.usage-section {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.usage-section .headline{
  line-height: 1.8em;
  font-size: 17px;
}

.usage-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 41px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 2.9px;
  margin-bottom: 1rem;
}

.usage-section .section-title span{
  font-size: 50px;
}

.usage-section h3{
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: .9px;
  font-size: 35px;
  margin-bottom: 1rem;
}

.usage-section .usage-title{
  margin-left: -17px;   
  margin-bottom: 0px;
  font-size: 30px;
}
.usage-section p{
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 1.0625rem;
}

.usage-section a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  /* box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22); */
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,.1));
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,.1));
  transition: .3s;
}
.usage-section a:hover {
  /* box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1); */
  -webkit-filter: drop-shadow(0px 8px 20px rgba(0,0,0,.3));
  filter: drop-shadow(0px 8px 20px rgba(0,0,0,.3));
  transform: translateY(-4px);
}

.usage-section .no-anime {
  -webkit-filter: none;
  filter: none;
  transition: 0;
}
.usage-section .no-anime:hover {
  -webkit-filter: none;
  filter: none;
  transform: none;
}



.usage-hero-container{
  margin-right: 40px;
}

.l-wrapper {
  width: 300px;
}

.news-wrapper {
  width: 100%;
}

.card {
  background-color: #fff;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, .16); */
  /* color: #212121; */
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
}

.card__header {
  display: flex;

  flex-wrap: wrap;
}

.card__title {
  padding: 1rem 1rem 0;
  font-size: 1.25rem;
  order: 1;
}

.card__thumbnail {
  margin: 0;
  order: 0;
}

.card__image {
  width: 100%;
  padding: 15px 15px 5px;
}

.card__body {
  padding: 1rem;
}

.card__text {
  font-size: 15px;
  text-align:left;
}

.card__text + .card__text {
  margin-top: .5rem;
}

.card__text.-number {
  text-align: right;
}

.card__footer {
  padding: 1rem;
  border-top: 1px solid #ddd;
}


.usageitem-section .hero-carousel .carousel-inner {
  background: #33bfce;
}

.usageitem-section .section-title{
  font-weight: bold; 
  font-size: 21px;
}

.usageitem-section .hero-carousel {
  height:500px;
  color: #fff;
}

.usageitem-section .hero-carousel .carousel-inner .carousel-item {
  height: 500px;
  /* background-position: center center; */
  font-size: 17px;
}

.usageitem-section .usage-title{
  margin-left: -17px;   
  margin-bottom: 0px;
  font-size: 30px;
}

.usageitem-img{
  max-width: 700px;
}

.usage-hero{
  max-width: 500px;
}

.usage-footer{
  background: #24b57b;
}

.usage-footer:before{
  background: url(../images/footer-bg.webp);
  background-size: cover;
  /* background-color: rgba(0,0,0,0.5); */
  position: absolute;
  top: 0;
  opacity: 0.3;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 750px;
  margin: auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;
  border-radius: 0px 0px 5px 5px;
}

.line-head {
  padding: 8px 0px;
  max-width: 750px;
  margin: auto;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  background: #2A3046;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 50px;
  padding: 10px;
  max-width: 370px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0;
}
.mycomment p {
  display: inline-block;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 8px;
  max-width: 370px;
  border-radius: 12px;
  background: #30e852;
  font-size: 15px;
  text-align: left;
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/* .usage-text{
  font-size: 17px;
} */

/* for Desktop */
@media ( min-width : 640px ){
  .newslist-section {
    padding: 20px 0px 55px 0px;
  }

  .about-section .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .about-section .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
  }
  .about-section .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .about-section .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

/* ======= Help Section ======= */
.helphead-section {
  background: #efefef;
}

.helphead-section .hero-carousel {
  height:300px;
  color: #fff;
}

.helphead-section .hero-carousel .carousel-inner .carousel-item {
  height: 300px;
  background-position: center center;
}

.helphead-section .intro {
  position: relative;
}

.helphead-section .hero-carousel .carousel-inner .item-3::before{
  background-color: #2ab57b;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.help-section .accordionMargin{
  height: 15px;
}

.help-section .accordionBottom{
  height: 300px;
}
/* ======= Features Section ======= */
.features-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.features-section .section-title {
  margin: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 2.9px;
  margin-bottom: 1rem;
}

.features-section img{
  border: 1px solid #a7a7a7;
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}

.features-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.features-section .intro a {
  color: #797f8b;
}

.features-section .intro a:hover {
  color: #494d55;
}

.features-section .feature-content{
    min-height: 570px;
    max-height: 570px;
}

.feature-nav {
  text-align: center;
  margin-bottom: 30px;
}

.feature-nav .nav-link {
  position: relative;
  background: none;
  padding: 10px 0;
  color: #616670;
  font-size: 16px;
}

.feature-nav .nav-link:hover {
  background: none;
  color: #259bff;
}

.feature-nav .nav-link .svg-inline--fa {
  margin-right: 15px;
  width: 20px;
  font-size: 30px;
  position: relative;
  top: -2px;
}

.feature-nav .nav-link.active {
  color: #259bff;
  background: none;
  font-weight: bold;
}

/* ======= Price Section ======= */
.price-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}

.price-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.price-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 23px;
}

.price-section strong{
  line-height: 2.5em;
}

.price-section .planValue{
  font-size: 30px;
}

.price-section sup{
  font-size: 15px;
}

/* table */
.cl { clear: left; }

div#pageContainer {
	width: 960px;
	width: 100%;
	margin: 0 auto;
}

div.priceContainer {
	margin: 0 auto;
	font-family: "Oswald", "Arial", sans-serif;
	color: #31b4b6;
}

div.priceContainer span {
	font-size: 12px;
	color: #a1a7b0;
}

div#tableContainer {
	border: 1px solid #b2b3b5;
	border-right: 0px;
	border-collapse: collapse;
	box-shadow: 0px 0px 32px rgba(61, 80, 81, 0.15);
}

div.tableCell {
	border-right: 1px solid #616365;
	width: 238px;
	float: left;

	text-align: center;
}

table.pricingTableContent { width: 100%; }

	td {
		text-align: center;
		vertical-align: middle;
		width: 238px;
		border-right: 1px solid #b2b3b5;
		color: #77808a;
	}

.noBorder { border-right: none; }
div.tableHeading h2 {
	font-family: "Oswald", "Arial", sans-serif;
	font-size: 20px;
	color: white;
}

table.pricingTableContent tr td { padding: 10px 0; }

table.pricingTableContent tr.altRow td { background-color: #f5f5f5; }

table.pricingTableContent tr.signUpRow td {
	padding: 30px 0 30px 0;
  font-size: 20px;
  font-weight: bold;
  background: #259bff;
  color: #fff;
}

table.pricingTableContent td strong { color: #424447; }


table.pricingTableContent tfoot td {
	border-top: 1px solid #e2e7eb;
	padding: 25px 0;
}

table.pricingTableContent tfoot td h4 {
	font-size: 30px;
}

table.pricingTableContent tfoot td span {
	display: block;
	font-size: 12px;
	color: #a1a7b0;
	margin-bottom: 15px;
}

a.signUpButton {
	color: white;
	border: 1px solid #63b13d;
	font-weight: bold;
 	padding: 8px 20px;
 	display: inline-block;
	background-color: #72ce3f; 
  background: -moz-linear-gradient(top, #72cf3f, #60bb2d); 
  background: -webkit-linear-gradient(top, #72cf3f, #60bb2d); 
}

a.signUpButton:hover {
	background-color: #79db43; 
	background: -moz-linear-gradient(top, #79db43, #66c730); 
	background: -webkit-linear-gradient(top, #79db43, #66c730); 
}

a.preButton {
	color: white;
	border: 1px solid #8c8c8c;
	font-weight: bold;

 	padding: 8px 20px;

 	display: inline-block;
	background: -moz-linear-gradient(top, #989898, #7d7d7d);
	background: -webkit-linear-gradient(top, #989898, #7d7d7d);
}

/* ======= Contact Section ======= */
.contact-section {
  padding: 90px 20px;
}

.contact-section .section-title span{
  font-family: 'Quicksand', sans-serif;
}

.contact-section .signUpBtn{
  font-size: 17px;
  font-family: 'Quicksand', sans-serif;
  border: 1px solid #007ee8;
  padding: 15px 40px;margin-top: 50px;
}

.contact-section .loginBtn{
  font-size: 17px;
  border: 2px solid #e4e4e4;
  padding: 13px 40px;
  background: no-repeat;
  font-weight: bold;
  margin-top: 50px;
  /* font-weight: normal; */
  border-radius: 5px;
}


.bg{
  /* background:url("../images/lemon-4489198.jpg") no-repeat center; */
  background-size: cover;
  color: #fff;
  height: 500px;
  position: relative;
  background: #24b57b;
}

.news-bg{
  background-size: cover;
  color: #fff;
  height: 200px;
  position: relative;
  background: #24b57b;
}

.news-bg .heading {
  font-size: 26px;
  margin: auto;;
  /* padding-top: 33px; */
}

.bg::before,
.news-bg::before{
  background:url("../images/footer-bg.webp");
  background-size: cover;
	/* 透過した黒を重ねる */
	/* background-color: rgba(0,0,0,0.5); */
	/* どの範囲に重ねるかを指定 */
	position: absolute;
  top: 0;
  opacity: 0.3;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.box{
  position: absolute;
  width: 100%;
  text-align: center;
}


.contact-section .section-title {
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  font-size: 41px;
  font-weight: 400;
  margin-bottom: 30px;
  font-weight: bold;
}

.contact-content {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.help-section{
  min-height: 500px;
  margin-bottom: 55px;
}

.help-section .sticky-top {
    top: 100px !important;
}

.help-section .question-text,
.help-section .question-text p{
  line-height: 1.8em;
  font-size: 14px;
}

.help-section .question-text{
  padding: 0px 20px;
}

.help-section .anchorlink{
  margin-top: -5rem;
  padding-top: 5rem;
}

.help-section .emphasis {
  color: #ff6b6b;
  font-weight: 700;
}

.help-bradRmb{
  position: relative;
  z-index: 2;
}

.help-section ul { list-style-type: initial; }
.help-section ul ul { list-style-type: circle; }

.nav-pills .nav-link {
  background-color: #fff !important;
  color: #4e4e4e !important;
  font-size: 13px;
  padding: 5px 22px 5px 12px !important;
  transition-timing-function : step-start;
  margin-bottom: 1px;
}

.nav-pills .nav-link.active {
  background-color: #2ab57b !important;
  color: #fff !important;
  font-size: 13px;
  padding: 5px 22px 5px 12px !important;
  transition-timing-function : step-start;
  margin-bottom: 1px;
}

.accordion .textLink {
  color: #3aa7aa;
}

/* アコーディオンメニュー */
.accordion a{
  /* font-size: 15px; */
  font-weight: bold;
  text-decoration: underline;
}
.accordion a[data-toggle="collapse"]{
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

.accordion a[data-toggle="collapse"]::after{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #666 1px solid;
  border-right: #666 1px solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion a[aria-expanded=false]::after{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
.accordion a[aria-expanded=true]::after{
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
[id^="menu"] li{
  padding: 10px 10px 10px 20px;
}

.accordion .help-content{
  margin-left: .5rem;
  margin-bottom: .25rem;
}

/* スライド */
/* https://lopan.jp/css-animation-slideshow/ */
.slideshow {
	position: relative;
	overflow: hidden;
}
input[name="slideshow"] {
	display: none;
}

/* :::::: slideContents :::::: */
.slideContents {
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
  /* transition: transform .6s;
  max-height: 400px;
  min-height: 400px; */
}
.slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideContents section img {
  max-width: 100%;
  height: auto;
	/* padding: 0 50px; */
	box-sizing: border-box;
	vertical-align: middle;
}

/* :::::: arrows :::::: */
.arrow,
.arrow label,
.arrow .ico {
	position: absolute;
}
.arrow {
	top: 0;
	margin: 0;
	transition: background .3s;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.arrow:hover {
	background: rgba(255,255,255,.2);
}
.arrow,
.arrow label {
	cursor: pointer;
	width: 50px;
	height: 100%;
}
.arrow label {
	top: 0;
	left: 0;
	z-index: 1;
}
.arrow .ico {
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	opacity: 0;
}
.prev .ico {
	left: 50%;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
	transition: left .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.next .ico {
	right: 50%;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	transition: right .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.arrow .ico {
	opacity: .6;
}
.prev .ico {
	left: calc(50% - 6px);
}
.next .ico {
	right: calc(50% - 6px);
}

/* :::::: mechanism :::::: */
#switch1:checked ~ .slideContents #slide1,
#switch2:checked ~ .slideContents #slide2,
#switch3:checked ~ .slideContents #slide3,
#switch4:checked ~ .slideContents #slide4,
#switch5:checked ~ .slideContents #slide5 {
	position: relative;
	transform: none;
}
#switch1:checked ~ .slideContents #slide3,
#switch2:checked ~ .slideContents #slide1,
#switch3:checked ~ .slideContents #slide2
{
	transform: translateX(-100%);
}
#switch1:checked ~ .slideContents #slide2,
#switch2:checked ~ .slideContents #slide3,
#switch3:checked ~ .slideContents #slide1,

#switch1:checked ~ .slideContents #slide3,
#switch2:checked ~ .slideContents #slide1,
#switch3:checked ~ .slideContents #slide2
{
	transition-duration: 0s;
}

/* :::::: arrow mechanism :::::: */
.arrow label {
	pointer-events: none;
}
#switch1:checked ~ .prev label[for="switch3"],
#switch2:checked ~ .prev label[for="switch1"],
#switch3:checked ~ .prev label[for="switch2"],
#switch1:checked ~ .next label[for="switch2"],
#switch2:checked ~ .next label[for="switch3"],
#switch3:checked ~ .next label[for="switch1"]
{
	pointer-events: auto;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .3rem;
  padding-left: .3rem;
  height: -1px;
  color: #6c757d;
  content: "〉";
}

/* twitter */
.timeline-InformationCircle-widgetParent {
  position: relative;
  display: none !important;
}
.timeline-Footer {
  display: none !important;
}
.timeline-Body {
  border-top: none !important;
  border-bottom: none !important;
}

@media (max-width: 1700px) {
  .header .signUpBtn,
  .header .loginBtn,
  .header .helpBtn{
    position: inherit;
  }
}

@media (max-width: 1000px) {
  .header .signUpBtn,
  .header .loginBtn,
  .header .helpBtn{
    display: none;
  }
}

/* for Sp */
@media (max-width: 767.98px) {
  .hero-carousel .carousel-inner .hero-lead:not(.sp) {
    display: none;
  }
  .hero-carousel .carousel-inner .hero-lead.sp {
    display: block;
  }
  .news-pc{
    display: none;
  }
  .news-sp{
    display: block;
  }
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: rgba(49, 52, 58, 0.9);
    z-index: 40;
  }
  .header.header-scrolled .main-nav .nav .nav-link.active {
    color: #259bff;
    border: none;
  }
  .main-nav .navbar-collapse .nav-item {
    margin-right: 0;
  }
  .main-nav .navbar-collapse .nav-item a {
    text-align: center;
  }
  .hero-section .figure-image {
    width: 300px;
  }
  .hero-carousel .carousel-inner .heading {
    font-size: 26px;
  }
  .hero-carousel .carousel-inner .item-content-inner,
  .hero-carousel .carousel-inner .item-blog-inner {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section .figure-holder .figure-image {
    width: inherit;
    bottom: 0;
    top: inherit;
    right: inherit;
    left: 15px;
    max-width: 320px;
  }
  
  .technologies li {
    margin-bottom: 15px;
  }
  .hero-carousel {
    height: 660px;
  }
  .hero-carousel .carousel-inner .item {
    height: 660px;
  }
  .header .loginBtn,
  .header .helpBtn{
    position: inherit;
    display: block;
  }
  .header .signUpBtn{
    position: inherit;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .hero-carousel .carousel-inner .heroSign {
    font-size: 15px;
    padding: 10px;
    width: 80%;
    margin: 0 10px 10px 0;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
  }

  .hero-carousel .carousel-inner .heroContact {
    font-size: 15px;
    padding: 10px;
    width: 80%;
    margin: 0 10px 10px 0;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
  }

  .news-section .news-day{
    text-align: left;
  }

  .news-section .text{
    max-width: 92%;
  }

  .about-section .section-title,
  .features-section .section-title,
  .price-section .section-title,
  .contact-section .section-title {
    font-size: 27px;
  }

  .contact-section .signUpBtn {
    font-size: 15px;
    padding: 10px;
    margin-top: 0;
    width: 100%;
  }

  .contact-section .loginBtn {
    font-size: 15px;
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px !important;
  }

  .contact-section .helpBtn {
    font-size: 15px;
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px !important;
  }

  table.pricingTableContent tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding: 15px;
  }

  table.pricingTableContent tr td {
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 10px;
  }

  table.pricingTableContent tr.signUpRow td{
    display: none;
  }

  table .spThead{
    text-align: center !important;
    background: #259bff !important;
    color: #fff;
  }

  .hero-section .figure-holder {
    height: 332px;
  }

  .hero-carousel{
    height: 770px;
  }
  .hero-carousel .carousel-inner .carousel-item1{
    height: 770px;
  }
  .hero-section .figure-holder .figure-image {
    width: 86%;
    max-width: 86%;
    position: relative;
    top: 50px;
    display: none;
  }
  .hero-carousel .carousel-inner .carousel-item1 {
    height: 588px;
  }

  .hero-carousel{
    height: 588px;
  }

  .dl-link{
    display: none;
  }
  .dl-link-right img{
    width: 100% !important;
  }
  .news-section{
    padding: 25px 15px 40px;
  }

  .features-section .feature-content {
    min-height: auto;
    max-height: auto;
  }

  .usage-slide{
    display: block;
  }  

  .usage-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .usage-section .section-title {
    font-size: 29px;
  }

  .usage-section .section-title span{
    font-size: 30px;
  }

  .usage-section h3{
    font-size: 28px
  }

  .usage-section .usage-title {
    font-size: 25px;
  } 

  .usage-section a {
    text-decoration: none;
    /* display: list-item; */
    /* margin: auto; */
    text-align: center;
    /* box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22); */
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,.1));
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,.1));
    transition: .3s;
    margin-right: 0px !important;
  }

  .usage-section .no-anm{
    transition: 0 !important;
  }

  .slideContents section img {
    padding-top: 49px;
  }

  .usage-hero {
    max-width: 500px;
    width: 84%;
    z-index: -1;
    position: absolute;
    opacity: 0.5;
  }

  .usage-hero-container{
    margin-right: 15px;
  }

  .usage-section .l-wrapper{
    margin: auto;
    margin-top: 30px;
  }

  .usage-section .news-wrapper{
    margin: auto;
  }
  
  .social,
  .newsBox{
    padding-right: 0;
  }

  /* .tweets{
    margin-top: 34px;
    padding-right: 0;
  } */

  .news-headline{
    font-size: 20px;
  }

  .footer-nav{
    display: contents;
  }

  .footer .copylight {
    line-height: 1.5em;
  }
}

/* bootstrap用  */
/* 768px以上 */
@media (min-width: 768px) {
  .feature-nav {
    /* text-align: left; */
    padding-left: 30px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 88%;
    padding-top: 150px;
  }
  .hero-carousel .carousel-inner .item-blog-inner{
    padding-top: 120px;
  }

  .hero-carousel,
  .hero-carousel .carousel-inner .carousel-item1{
    height: 1100px;
  }
  .hero-section .figure-holder .figure-image {
    width: 500px;
    position: relative;
    top: 163px;
    bottom: inherit;
    display: block;
    margin: auto;
  }

  .usage-slide{
    display: flex;
  }  

  /* .tweets{
    margin-top: 34px;
  } */
}
/* 992px以上 */
@media (min-width: 992px) {
  .main-nav .nav .nav-item {
    margin-right: 25px;
  }
  .feature-nav {
    margin-top: 30px;
    padding-left: 15px;
  }
  .hero-section .figure-holder .figure-image {
    width: 400px;
    right: 15px;
    bottom: inherit;
    top: 162px;

  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 500px;
  }

  .hero-carousel,
  .hero-carousel .carousel-inner .carousel-item1{
    height: 760px;
  }
  .hero-section .figure-holder .figure-image {
    position: absolute;
  }

  .news-item{
    display: flex;
  }

  .news-item-content{
    padding-right: 0;
  }

  .newsBox{
    padding-left: 40px;
    padding-right: 40px;
  }

  /* .tweets{
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  } */
}

/* 991px以下 */
@media (max-width: 991px) {
  .news-item-content{
    display: grid;
    margin-bottom: 15px;
  }
}
/* 1200px以上 */
@media (min-width: 1200px) {
  .hero-section .figure-holder .figure-image {
    width: 600px;
    bottom: 0;
    top: -48px;
    right: 0px;
  }
}

/* ======= SNS Style ======= */
/* .timeline-Widget {
  padding: 20px;
  background-size: auto auto;
  background-color: #3c3c3c;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, #323232 10px, #323232 20px)
}
.timeline-TweetList-tweet {
  color: #fff
}
.SandboxRoot.env-bp-660 .timeline-Header-byline, .SandboxRoot.env-bp-660 .timeline-Header-subtitle, .SandboxRoot.env-bp-820 .timeline-Header-byline, .SandboxRoot.env-bp-820 .timeline-Header-subtitle, .SandboxRoot.env-bp-970 .timeline-Header-byline, .SandboxRoot.env-bp-970 .timeline-Header-subtitle {
  color: #fff !important
}
.timeline-Header-title {
  color: #fff !important;
  font-size: 20px !important
}
.timeline-Header-title a {
  color: #fff !important
}
.timeline-Tweet {
  transition: background-color .3s
}
.timeline-Tweet:hover {
  background-color: rgba(0, 0, 0, .2)
}
.TwitterCard-container--clickable:hover {
  background-color: rgba(0, 0, 0, .2)
}
 */
