*{
	margin:0;
	padding:0;
	scroll-behavior: smooth;
	box-sizing: border-box;
}
.wrapper {
  width:100%;
  overflow:hidden;
}
#wrapper {
	overflow: hidden;
}
body{
	font-family: '遊ゴシック体','genShinGothic';
}
a{
    color: #4DDAED;
	padding: 8px 16px;
}
a:hover {
	opacity: 0.7;
	color: #FFFFFF;
}
.footer a{
	color: #FFFFFF;
	padding: 8px 16px;
	text-decoration: none;
}
.footer a:hover {
	opacity: 0.7;
	color: #4DDAED;
}
.explanation-title a, .use-title-img a,.feature-title a, .fee-title a{
	opacity: 1;
}
.section{
	width: 100%;
	margin:0 auto;
}
:root {
     --nav-height: 12vh;
     --nav-background: #FFFFFF;
}
nav {
	position: fixed;
     display: flex;
     align-items: center;
     width: 100%;
     height: var(--nav-height);
     background: var(--nav-background);
     z-index: 3;
}
.logo {
    padding-left: 35px;
}
/* nav-links */
.nav-links {
     display: flex;
     height: var(--nav-height);
     align-items: center;
     margin-left: auto;
}
.nav-links li {
     list-style: none;
     margin: 0 15px;
     height: var(--nav-height);
     line-height: var(--nav-height);
     text-align: center;
}
.nav-links li a {
     text-decoration: none;
     color: rgb(99, 99, 99);
     position: relative;
}
/* menu */
.menu {
     cursor: pointer;
     background: var(--nav-background);
     border: none;
     outline: none;
     display: none;
}
.menu .bar {
     width: 20px;
     height: 2px;
     background: #000;
     border-radius: 5px;
     opacity: 1;
     visibility: visible;
     transition: 0.5s ease;
     transform-origin: left;
}

.menu .bar1 {
     margin-bottom: 5px;
}

.menu .bar3 {
     margin-top: 5px;
}

.menu.toggle .bar1 {
     transform-origin: left;
     transform: rotate(45deg);
}

.menu.toggle .bar2 {
     opacity: 0;
     visibility: hidden;
}

.menu.toggle .bar3 {
     transform-origin: left;
     transform: rotate(-45deg);
}
/* logo slider*/
.row{
    display: -ms-grid;
    -ms-grid-columns: min-content;
    overflow: hidden;
}
.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 20s linear infinite sliderAnimation;
}
.slide {
  height: 100px;
  width: 300px;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
}
.slide img {
	width: 160px;
}
.slide span {
  position: absolute;
  font-size: 3em;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

/* responsive */
@media screen and (max-width: 850px) {
     .nav-links {
          flex-direction: column;
          position: fixed;
          top: 0;
          left: 100%;
          width: 300px;
          height: 100%;
          background: var(--nav-background);
          margin-top: var(--nav-height);
          transition: 0.5s ease-out;
     }
     .nav-links li {
          height: var(--nav-height);
          line-height: var(--nav-height);
          text-align: center;
          width: 100%;
          display: block;
     }
     .menu {
          display: block;
          margin-left: auto;
     }

     .menu.toggle + .nav-links {
          transform: translateX(-100%);
     }
}
h2 {
	margin-top: 45px;
	color: #595959;
	font-family: "游ゴシック体";
    font-weight: lighter;
}
a.anchor {
	display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.top-wrapper-center{
	display: flex;
	flex-wrap: wrap;
}
.top-wrapper-center{
	height:480px;
	background-size: 8px 8px;
    margin: 0 auto;
    background-image: radial-gradient( #f5f5f5 40%, #FFFFFF 10%);
    border-bottom: 2px solid #D3D3D3;
    padding-top:120px;
    justify-content: center;
}
.top-wrapper-left h1{
	font-size: 55px;
    color: #595959;
    font-family: 游ゴシック体;
    font-weight: lighter;
}
span.cp{
	font-family: serif;
}
.catchcopy {
	font-size: 22px;
	color:#595959;
	letter-spacing: 2px;
	font-weight: normal;
	padding-left: 40px;
}

li.cp {
	 background-color: #5FDEEF;
	 clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.top-wrapper-left span :after{
	background-color: #D8DE2F;
	border-radius: 1px;
	content: "";
	display: block;
	height:5px;
}
.top-wrapper-left ul{
	list-style: none;
	font-size: 20px;
	font-weight: lighter;
	width: 118%;
}
.top-wrapper-left li{
	width:85%;
	color: white;
	margin-top:10px;
	padding:10px 20px 10px 30px;
}
.top-wrapper-right {
	width: 450px;
}

.top-wrapper-right img{
	margin-top:20px;
	width: 100%;
	margin-left: 20px;
}
.btn1 {
	display: flex;
	width: 460px;
	margin: 40px auto;
}
.btn1 a, .btn2 a{
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
.red-btn p,.white-btn p {
	font-size: 16px;
	font-weight: bold;
}
.red-btn {
	width: 420px;
    height: 65px;
    background-color: #D90368;
    text-align: center;
    color: white;
    vertical-align: middle;
    display: table-cell;
}
.white-btn {
	width: 420px;
    height: 65px;
    background-color: #FFFFFF;
    text-align: center;
    color: #595959;
    vertical-align: middle;
    display: table-cell;
    border: 2px solid;
    color: #D90368;
}

.top-wrapper-logo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 800px;
	margin:0 auto;
	margin-top: 40px;
}
.top-wrapper-logo img{
	padding:0 25px;
	padding-bottom:25px;
}
.explanation-title{
	text-align: center;
	margin-bottom: 50px
}
.explanation{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.explanation-left{
	width: 550px;
}
.explanation-left h3,.features h3,.features02 h3{
	color: #5FDEEF;
	font-size: 18px;
	margin-bottom: 10px;
	border-left: 3px solid #5FDEEF;
	padding: 0 0 0 10px;
}
.function-logo-title h3 {
	color: #5FDEEF;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}

.explanation-left p{
	color: #303030;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	padding: 5px;
}
p.exp-text {
	width: 88%;
}
.feature-title{
	text-align: center;
}
.features, .features02{
	display: flex;
	flex-wrap: wrap;
	width: 920px;	
}
.features-wrapper{
	width: 900px;
	margin: 0 auto;
}
.feature-content {
	width: 500px;
	margin-top: 35px;
	margin-left: 30px;
	margin-left: 30px;
}
.feature-content p {
	width: 460px;
	margin-top: 10px;
	overflow-wrap: break-word;
}
.feature-img img {
	width: 360px;
	margin-top: 35px;
	margin-bottom: 45px;
}
.feature-img02 img {
	width: 360px;
	margin-top: 35px;
	margin-bottom: 45px;
}
.feature-content img{
	margin-top: 20px;
}
.feature p{
	display: inline-block;
	font-size: 16px;
	line-height: 2;
	color: #303030;
	font-weight: normal;
	width: 350px;
}
.contact-btn{
	width: 100%;
	margin: 0 auto;
}
.use-wrapper-all {
	width: 900px;
	margin: 0 auto;
}
.explanation-wrapper {
	height: 660px;
}
.use-wrapper {
	background-color: #F9F9F9;
}
.use-title{
	margin:0 100px;
}
.use-title-img h2{
	margin-top: 5px;
}
.use-title-img{
	text-align: center;
}
.use-title-p{
	padding: 20px 0;
	width: 500px;
	padding: left;
	margin-left: 100px;
}
.use-title-p p{
	font-size: 14px;
	letter-spacing: 1px;
}
.use-title-p-p p{
	font-size: 12px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.voice-samples{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin:0 auto;	
}
.voice-sample{
	height: 220px;
	width: 450px;
	margin: 10px 0px;
	margin-bottom: 50px;
	text-align: center;
}
.voice-sample p{
	font-weight: bold;
    font-size: 20px;
    color: #595959;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: left;
    border-left: solid 5px #AFEEF7;
    padding-left: 15px;
}
.voice-sample-btn {
	padding-top: 10px;
}
p.voice-text {
	width: 88%;
	font-size: 17px;
	font-family: 游ゴシック体;
	font-weight: lighter;
	border: none;

}
.voice-sample1 img{
	margin:0px 0px 5px 0px;
}
.voice-sample2 img{
	margin:0px 0px 10px 0px;
}
.voice-sample3 img{
	margin:8px 0px 12px 0px;
}
.voice-sample4 img{
	margin:10px 0px 10px 0px;
}
.voice-sample5 img{
	margin:0px 0px 8px 0px;
}
.voice-sample6 img{
	margin:11px 0px 13px 0px;
}

audio {
      position: relative;
    }
.sample-play img{
	position: absolute;
	width: 20px;
	left: 0;
	top:0;
	margin-left: 16px;
	margin-top: 10px;
}
.btn2{
	display: flex;
	justify-content: center;
	margin-top: 30px;
    margin-bottom: 30px;
}
.function-wrapper {
	background-color:#F9F9F9;
    padding-top: 10px;
    padding-bottom: 70px;
}
.function-main-title{
	text-align: center;
	margin-bottom: 50px;
}
.functions{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 860px;
    margin: 0 auto;
}
.function{
	height: 200px;
	width: 240px;
	margin: 10px 10px;
	text-align: center;
	box-shadow: 1px 1px 5px;
	background-color: #FFFFFF;
}
.function07{
	height: 212px;
	width: 815px;
	margin: 10px 10px;
	text-align: center;
	box-shadow: 1px 1px 5px;
	background-color: #FFFFFF;
}
.number{
	height:75px;
	position: relative;
}
.number07{
	height:27px;
	position: relative;
}
.img-a{
	position: absolute;
	left:0;
}
.img-b{
	position: absolute;
	top:35px;
	left:60px;
}
.img-b-01,.img-b-02,.img-b-03,.img-b-04,.img-b-05,.img-b-06,.img-b-07,.img-b-08,.img-b-09{
	position: absolute;
	left: 40px;
	top: 40px;
}
.number-title{
	text-align: center;
}
.number-title h4{
	color:#5FDEEF;
	font-size: 16px;
    margin-top: 25px;
}
.number-title p{
	font-size: 14px;
	text-align: left;
	color: #3F4242;
	padding: 0 15px;
	margin-bottom: 3px;
}
.function-logo-wrapper{
	display: flex;
	width: 100%;
}
.function-logo-title{
    width: 395px;
    text-align: left;
    margin-left: 20px;
}
.function-logos{
	margin-top: 60px;
	margin-left: 10px;
	width: 55%;
}
.function-logos img {
	width: 125px;
}
.function-logo-title p{
	display: inline-block;
	font-size: 16px;
	line-height: 1.6;
	color: #303030;
	font-weight: normal;
	letter-spacing: 1px;
}
.function-logo-title h5{
	font-size: 10px;
	font-weight: normal;
}
.case-study {
	width: 980px;
	margin: 0 auto;
	display: flex;
}
.case-study-outer {
	padding: 0px 45px 0px 45px;
}
.case-study-logo {
	text-align: center;
}
.case-study-logo img {
	width: 160px;
}
.case-study-link {
	text-align: center;
	padding: 20px;
}
.case-study-link p {
	font-size: 19px;
}
.case-study a:hover {
	color: #4DDAED;
}
.fee-wrapper {
	width: 1040px;
	margin: 0 auto;
}
.fee-title{
	text-align: center;
	margin-bottom: 30px;
}
.fees{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin:0 200px;
}
.fee{
	padding: 20px 0px;
	text-align: center;
	display: inline-block;
	width: 280px;
}
.fee h4{
	text-align: center;
	color: #5FDEEF;
	font-size: 20px;
    padding-top: 30px;
}
.fee-img-p{
	background-color: #F5F7F7;
	text-align: center;
	margin-top: 15px;
	border-radius: 8px;
	height:270px;
}
h6 {
	font-size: 110%;
    font-weight: bold;
    padding-top: 25px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}
h6:before {
	content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #5FDEEF;
    border-radius: 2px;
}

.fee-img-p p{
	margin-top: 20px;
	text-align: left;
	font-size: 14px;
	padding: 0 20px;
	line-height: 2;
}
.information-wrapper {
	width: 600px;
	margin: 0 auto;
}
.informations{
	background-color: #F5F7F7;
	padding: 0 245px;
	justify-content: center;
}
.informations h3{
	padding-top: 30px;	
	font-size:22px;
	color:#5FDEEF;
	text-align: center;
}
.information{
	display: flex;
}
.information p{
	color: black;
	padding: 18px 0;
	white-space: pre;
	font-size: 12px;
}
.title-name{
	position: relative;
	width: 540px;
    padding: 1rem 2rem;
    border-bottom: 1px solid #B3B3B3;
}
.title-name:before{
	position: absolute;
    bottom: -1px;
    left: 0;
    width: 120px;
    height: 1px;
    content: '';
    background: #45E1E5;
}
.information2{
	font-weight: normal;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.information2 ul{
	list-style: none;
	margin-left: 133px;
}
.title-information{
	white-space: pre;
}
.list-para{
	list-style: none;
	white-space: pre;
}
.footer{
	height:150px;
	background-color: #4C4C4C;
	color:white;
	text-align: center;
}
.footer p {
	font-size: 12px;
	padding-top: 70px;
}
.infor2{
	margin-top: 30px;
}