 @charset "utf-8";

/* fadein
---------------------------------------------------- */
.fadein {
  opacity : 0;
  transform : translate(0, 30px);
  transition : all 1000ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
		transform: translateY(30px);
  }

  to {
    opacity: 1;
		transform: translateY(0);
  }
}


/* marker
---------------------------------------------------- */
.marker {
  background: linear-gradient(transparent 50%, rgba(255,249,59) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
.marker.on {
  background-size: 100% 100%;
}


/* movie
---------------------------------------------------- */
.movie {
	display: none;
}


/* mv
---------------------------------------------------- */
.mv {
	text-align: center;
	min-width: 1440px;
	background-color: #fafafa;
	padding-bottom: 50px;
	overflow: hidden;
}
.mv img {
	max-width: 100%;
}


/* nayami
---------------------------------------------------- */
.nayami {
	min-width: 1440px;
	background: -moz-linear-gradient(top, #A560EB, #C389FC);
  background: -webkit-linear-gradient(top, #A560EB, #C389FC);
  background: linear-gradient(to bottom, #A560EB, #C389FC);
	border-radius: 0 0 0 80px;
}
.nayami .inner {
	text-align: center;
	background-image: url("../images/nayami_bg.png");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.nayami p {
	text-align: center;
	color: #FFF;
	font-size: 32px;
	font-family: 'notosansjp-bold';
	padding: 30px 0 50px;
}
.nayami .img {
	display: block;
	margin: 0 auto 0;
}
.nayami .img.sp {
	display: none;
}


/* answer
---------------------------------------------------- */
.answer {
	min-width: 1440px;
	padding: 120px 0 130px;
}
.answer img {
	max-width: 100%;
}


/* triplecarrerplan
---------------------------------------------------- */
.triplecarrerplan {
	padding: 120px 0 200px;
	background-color: #3D5CE3;
	position: relative;
	border-radius: 0 0 0 80px;
	min-width: 1440px;
	background-image: url("../images/triplecarrerplan_catch.png");
	background-position: center top 200px;
	background-repeat: no-repeat;
}
.triplecarrerplan::before {
	position: absolute;
	content: "";
	top: -105px;
	left: 50%;
	margin-left: -90px;
	width: 189px;
	height: 181px;
	background-image: url("../images/dinom.png");
}
.triplecarrerplan h2 {
	text-align: center;
	color: #FFF;
	font-size: 48px;
	line-height: 1.5;
	font-family: 'notosansjp-black';
	font-weight: normal;
	padding: 0 0 260px;
}
.triplecarrerplan .inner {
	background-color: #FFF;
	padding: 0 100px 100px;
	border-radius: 40px;
}
.triplecarrerplan .inner .plan {
	display: block;
	margin: -220px auto 20px;
}
.triplecarrerplan .inner p.lead {
	display: table;
	margin: 0 auto;
	font-size: 40px;
	font-family: 'notosansjp-black';
	line-height: 1.5;
}
.triplecarrerplan .inner .terms dt::after {
	position: absolute;
	top: 20px;
	right: 30px;
	content: "＋";
	font-family: 'notosansjp-bold';
	font-size: 30px;
	color: #FFF;
}
.triplecarrerplan .inner .terms dt.open::after {
	content: "－";
}
.triplecarrerplan .inner .terms dd {
	display: none;
}


/* brand
---------------------------------------------------- */
.brand {
	text-align: center;
	padding: 30px 0;
}
.brand li {
	display: inline-block;
	padding: 0 10px;
}


/* feature
---------------------------------------------------- */
.feature {
	text-align: center;
	padding: 10px 0 30px;
}
.feature li {
	display: inline-block;
	padding: 0 10px;
}


/* cv_btn
---------------------------------------------------- */
.cv_btn {
	padding-top: 20px;
	text-align: center;
}


/* terms
---------------------------------------------------- */
.terms {
	margin-top: 60px;
	border-radius: 20px;
	border: 2px solid #B2B2B2;
	overflow: hidden;
}
.terms dt {
	font-size: 32px;
	font-family: 'notosansjp-bold';
	position: relative;
	color: #FFF;
	text-align: center;
	padding: 20px 50px;
	transition: all .2s ease-in;
	background-color: #B2B2B2;
}
.terms dd {
	padding: 30px 50px;
	font-size: 14px;
}
.terms dd p {
	padding-left: 1em;
	text-indent: -1em;
}


/* customize
---------------------------------------------------- */
.customize {
	min-width: 1440px;
	margin: -60px 0;
	position: relative;
	z-index: 10;
}
.customize .inner {
	width: 980px;
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
	padding: 80px 0;
}


/* otherplan
---------------------------------------------------- */
.otherplan {
	position: relative;
	min-width: 1440px;
	background-repeat: no-repeat;
}
.otherplan .catch {
	display: table;
	margin: 0 auto 40px;
	background-color: #FFF;
	border-radius: 15px;
	font-size: 24px;
	padding: 15px 40px;
	font-family: 'notosansjp-black';
}
.otherplan h2 {
	text-align: center;
	color: #FFF;
	font-size: 48px;
	line-height: 1.5;
	font-family: 'notosansjp-black';
	font-weight: normal;
	padding: 0 0 30px;
}
.otherplan .plan_btn {
	width: 67px;
	height: 67px;
	margin: 0 auto 0;
	background-size: cover;
}
.otherplan .box {
	display: none;
}
.otherplan .inner {
	background-color: #FFF;
	padding: 0 100px 100px;
	border-radius: 40px;
	margin-top: 270px;
}
.otherplan .inner .plan {
	display: block;
	margin: -220px auto 20px;
}
.otherplan .inner p.lead {
	display: table;
	margin: 0 auto;
	font-size: 40px;
	font-family: 'notosansjp-black';
	line-height: 1.5;
}
.otherplan .inner p.txt {
	text-align: center;
	font-size: 24px;
	font-family: 'notosansjp-bold';
	line-height: 1.5;
	margin-top: 40px;
}
.otherplan .inner p.txt span {
	color: #F66176;
}


/* liteplan
---------------------------------------------------- */
.liteplan {
	background-color: #f5943e;
	padding: 120px 0 100px;
	background-image: url("../images/lite_catch.png");
	background-position: center top 315px;
}
.liteplan .catch {
	color: #F18E3F;
}
.liteplan .plan_btn {
	background-image: url("../images/lite_open.png");
}
.liteplan .plan_btn.open {
	background-image: url("../images/lite_close.png");
}


/* triplecarrerplus
---------------------------------------------------- */
.triplecarrerplus {
	background-color: #48b8ca;
	padding: 120px 0 150px;
	background-image: url("../images/triplecarrerplus_catch.png");
	background-position: center top 315px;
	border-radius: 0 0 0 80px;
}
.triplecarrerplus .catch {
	color: #41B3C5;
}
.triplecarrerplus .plan_btn {
	background-image: url("../images/triplecarrerplus_open.png");
}
.triplecarrerplus .plan_btn.open {
	background-image: url("../images/triplecarrerplus_close.png");
}


/* user
---------------------------------------------------- */
.user {
	min-width: 1440px;
	margin: -60px 0;
	position: relative;
	z-index: 10;
}
.user .inner {
	width: 980px;
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
	padding: 80px 0;
	background-image: url("../images/user_bg.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}


/* worries
---------------------------------------------------- */
.worries {
	min-width: 1440px;
	padding: 140px 0 120px;
	background-color: #8b8b8b;
}
.worries ul {
	text-align: center;
}
.worries ul li {
	padding: 0 10px;
	display: inline-block;
}


/* suggest
---------------------------------------------------- */
.suggest {
	min-width: 1440px;
	padding: 140px 0 150px;
	background-image: url("../images/suggest_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
}
.suggest h2 {
	text-align: center;
}
.suggest ul {
	text-align: center;
	padding-top: 20px;
}
.suggest ul li {
	display: inline-block;
	width: 480px;
	margin: 0 20px;
}
.suggest ul li h3 {
	text-align: center;
}
.suggest ul li p {
	font-size: 24px;
	line-height: 1.5;
	padding: 60px 30px 50px;
	text-align: left;
	font-family: 'notosansjp-bold';
	background-color: #F3F3F3;
	border-radius: 15px;
	margin-top: -40px;
	color: #7B7B7B;
}
.suggest ul li:nth-child(2) p {
	background-color: #FFFDC9;
}
.suggest ul li p span {
	color: #F66176;
}
.suggest .img {
	display: block;
	margin: 80px auto;
}
.suggest .ttl {
	display: block;
	margin: 0 auto 50px;
}


/* youtube
---------------------------------------------------- */
.youtube2 {
	width: 500px;
	margin: 0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 178%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* capacity
---------------------------------------------------- */
.capacity {
	min-width: 1440px;
	padding: 140px 0 120px;
	background-color: #F9F9F9;
	border-radius: 0 0 0 80px;
}
.capacity h2 {
	text-align: center;
}
.capacity .table {
	width: 860px;
	margin: 30px auto;
	background-color: #FFF;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.capacity .table table {
	width: 100%;
	margin: 0 0 0 0;
	border-collapse: collapse;
	border-top: none;
	border-left: none;
	border-radius: 20px;
	overflow: hidden;
}
.capacity .table table td {
	padding: 15px 40px;
	text-align: left;
	font-size: 24px;
	vertical-align: middle;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.capacity .table table tr td:nth-child(1) {
	font-family: 'notosansjp-black';
}
.capacity .table table tr td:nth-child(3) {
	font-family: 'notosansjp-black';
	text-align: right;
	color: #F66176;
}
.capacity .table table tr:nth-child(odd) td {
	background-color: #ffffef;
}
.capacity .table table tr:nth-child(even) td {
	background-color: #fffdc9;
}
.capacity .att {
	width: 860px;
	margin: 0 auto;
	text-align: right;
	font-size: 14px;
	font-family: 'notosansjp-bold';
}
.capacity .txt {
	padding-top: 50px;
	text-align: center;
	font-size: 24px;
	color: #7B7B7B;
	line-height: 1.8;
	font-family: 'notosansjp-bold';
}


/* price
---------------------------------------------------- */
.price {
	min-width: 1440px;
	padding: 140px 0 120px;
}
.price h2 {
	text-align: center;
}
.price ul {
	padding: 30px 0;
	text-align: center;
}
.price ul li {
	padding: 0 10px;
	display: inline-block;
}
.price .img {
	display: block;
	margin: 0 auto;
}


/* merit_ttl
---------------------------------------------------- */
.merit_ttl {
	min-width: 1440px;
	margin: 0 0 -60px;
	position: relative;
	z-index: 10;
}
.merit_ttl .inner {
	width: 980px;
	background-color: #F9F9F9;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
	padding: 80px 0;
}


/* merit
---------------------------------------------------- */
.merit {
	min-width: 1440px;
	padding: 140px 0 120px;
	background: -moz-linear-gradient(top, #FFC400, #fbd715);
  background: -webkit-linear-gradient(top, #FFC400, #fbd715);
  background: linear-gradient(to bottom, #FFC400, #fbd715);
	border-radius: 0 80px 0 0;
}
.merit ul {
	overflow: hidden;
	border-radius: 0 60px 0 60px;
}
.merit ul li {
	padding: 20px 100px 100px;
}
.merit ul li .inner {
	width: 48%;
	padding-top: 70px;
}
.merit ul li .inner h3 {
	font-size: 48px;
	line-height: 1.3;
	font-family: 'notosansjp-black';
	font-weight: normal;
	padding-bottom: 15px;
}
.merit ul li .inner h3 span {
	color: #F66176;
}
.merit ul li .inner p {
	padding-bottom: 20px;
}
.merit ul li .inner .indent {
	font-size: 14px;
	padding-bottom: 0;
}
.merit ul li:nth-child(odd) {
	background-color: #FFF;
}
.merit ul li:nth-child(odd) img {
	float: left;
}
.merit ul li:nth-child(odd) .inner {
	float: right;
}
.merit ul li:nth-child(even) {
	background-color: #fffae7;
}
.merit ul li:nth-child(even) img {
	float: right;
}
.merit ul li:nth-child(even) .inner {
	float: left;
}


/* connect
---------------------------------------------------- */
.connect {
	min-width: 1440px;
	background-image: url("../images/connect_bg.png");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
.connect h2 {
	text-align: center;
	font-size: 100px;
	font-family: 'notosansjp-black';
	font-weight: normal;
	color: #FFF;
	line-height: 1;
}
.connect .img {
	display: block;
	margin: 50px auto 0;
}
.connect ul {
	text-align: center;
	padding-top: 50px;
}
.connect ul li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 20px;
}
.connect ul li img {
	display: block;
	margin: 0 auto 20px;
}
.connect ul li p {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}


/* btnarea
---------------------------------------------------- */
.btnarea {
	min-width: 1440px;
	padding: 50px 0 130px;
	background-color: #43D084;
	border-radius: 0 80px 0 0;
	text-align: center;
}


/* difference
---------------------------------------------------- */
.difference {
	min-width: 1440px;
	padding: 170px 0;
	background-color: #F5F5F5;
	border-radius: 0 80px 0 0;
}
.difference table {
	width: 980px;
	margin: 0 auto 50px;
	border-collapse: collapse;
	background-color: #FFF;
	line-height: 1.5;
}
.difference table th {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #FFF;
	font-family: 'notosansjp-black';
	font-weight: normal;
	font-size: 20px;
}
.difference table th:nth-child(3),
.difference table th:nth-child(4) {
	background-color: #E4E4E4;
}
.difference table td {
	padding: 25px 15px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #e4e4e4;
}
.difference table td img {
	padding-bottom: 20px;
}
.difference table td span {
	font-size: 20px;
	display: block;
	font-family: 'notosansjp-black';
}
.difference table td:nth-child(1) {
	font-size: 20px;
	font-family: 'notosansjp-bold';
}
.difference table td:nth-child(2) {
	background-color: #FFF93B;
}
.difference .img {
	display: block;
	margin: 100px auto 0;
}


/* step
---------------------------------------------------- */
.step {
	min-width: 1440px;
	padding: 0 0 270px;
}
.step .ttl {
	width: 980px;
	background-color: #FFF;
	margin: -60px auto 0;
	text-align: center;
	border-radius: 20px;
	padding: 80px 0 10px;
	position: relative;
	z-index: 10;
}
.step ul li {
	margin: 50px auto 0;
	width: 980px;
}
.step ul li h3 {
	text-align: center;
}
.step ul li .box {
	border: 2px solid #b2b2b2;
	margin-top: -50px;
	padding: 80px 50px 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 50px;
}
.step ul li .box .inner {
	float: left;
	width: 47%;
	font-size: 14px;
}
.step ul li .box .inner h4 {
	font-size: 24px;
	line-height: 1.6;
	font-family: 'notosansjp-black';
	font-weight: normal;
	padding-bottom: 20px;
}
.step ul li .box img {
	float: right;
}


/* faq
---------------------------------------------------- */
.faq {
	min-width: 1440px;
	padding: 0 0 170px;
	border-radius: 0 80px 0 0;
	background-color: #F5F5F5;
}
.faq .ttl {
	width: 980px;
	background-color: #FFF;
	margin: -190px auto 0;
	text-align: center;
	border-radius: 20px;
	padding: 80px 0;
	position: relative;
	z-index: 10;
	color: #43D084;
	font-size: 64px;
	font-family: 'notosansjp-black';
	font-weight: normal;
}
.faq ul {
	margin: 60px auto 0;
}
.faq ul li {
	width: 980px;
	padding: 40px 50px;
	margin: 25px auto 0;
	background-color: #FFF;
	border-radius: 20px;
	font-size: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-shadow: 5px 5px 0px 0px rgba(228, 228, 228, 1);
}
.faq ul li h3 {
	font-size: 32px;
	font-weight: normal;
	font-family: 'notosansjp-bold';
	line-height: 1.5;
	padding-bottom: 20px;
}
.faq ul li h3::before {
	content: "Q.";
	font-size: 54px;
	color: #F18E3F;
}


/* imgb
---------------------------------------------------- */
.imgb {
	min-width: 1440px;
	text-align: center;
}
.imgb img {
	max-width: 100%;
	margin: -110px 0 80px;
}


@media only screen and (max-width: 740px) {

/* movie
---------------------------------------------------- */
.movie {
	min-width: 100%;
	padding-bottom: 0;
	position: relative;
	height: 100vh;
	display: block;
	overflow: hidden;
}
.movie #video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vh;
	height: 177.77vw;
	min-height: 100%;
	min-width: 100%;
}


/* mv
---------------------------------------------------- */
.mv {
	min-width: 100%;
}


/* nayami
---------------------------------------------------- */
.nayami {
	min-width: 100%;
	border-radius: 0 0 0 40px;
}
.nayami .inner img {
	width: 50px;
}
.nayami p {
	text-align: center;
	font-size: 20px;
	padding: 20px 0 30px;
}
.nayami .img {
	width: 85%;
}
.nayami .img.sp {
	display: block;
}


/* answer
---------------------------------------------------- */
.answer {
	min-width: 100%;
	padding: 40px 0 80px;
}


/* triplecarrerplan
---------------------------------------------------- */
.triplecarrerplan {
	padding: 40px 0 60px;
	border-radius: 0 0 0 40px;
	min-width: 100%;
	background-size: auto 40px;
	background-position: center top 130px;
}
.triplecarrerplan::before {
	top: -50px;
	left: 50%;
	margin-left: -47px;
	width: 95px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
}
.triplecarrerplan h2 {
	font-size: 24px;
	padding: 0 0 90px;
}
.triplecarrerplan .inner {
	padding: 0 15px 20px;
	border-radius: 30px;
}
.triplecarrerplan .inner .plan {
	width: 100%;
	margin: -50px auto 20px;
}
.triplecarrerplan .inner p.lead {
	display: inline;
	text-align: center;
	font-size: 20px;
}
.triplecarrerplan .inner .terms dt::after {
	top: 10px;
	right: 20px;
	font-size: 20px;
}


/* brand
---------------------------------------------------- */
.brand {
	padding: 30px 0;
}
.brand li {
	width: 30%;
	padding: 0 3px;
}
.brand li img {
	width: 100%;
}


/* feature
---------------------------------------------------- */
.feature {
	padding: 0;
}
.feature li {
	width: 40%;
	padding: 5px;
}
.feature li img {
	width: 100%;
}


/* cv_btn
---------------------------------------------------- */
.cv_btn img {
	width: 100%;
}


/* terms
---------------------------------------------------- */
.terms {
	margin-top: 40px;
	border-radius: 15px;
}
.terms dt {
	font-size: 20px;
	padding: 10px 10px;
}
.terms dd {
	padding: 20px 10px;
	font-size: 13px;
}


/* customize
---------------------------------------------------- */
.customize {
	min-width: 100%;
	margin: -30px 0;
}
.customize .inner {
	width: 90%;
	padding: 30px 0;
}
.customize .inner img {
	width: 70%;
}


/* otherplan
---------------------------------------------------- */
.otherplan {
	min-width: 100%;
	background-size: auto 40px;
}
.otherplan .catch {
	margin: 0 auto 20px;
	border-radius: 10px;
	font-size: 16px;
	padding: 10px 15px;
}
.otherplan h2 {
	font-size: 24px;
	padding: 0 0 30px;
}
.otherplan .plan_btn {
	width: 50px;
	height: 50px;
}
.otherplan .inner {
	padding: 0 15px 20px;
	border-radius: 30px;
	margin-top: 80px;
}
.otherplan .inner .plan {
	width: 100%;
	margin: -50px auto 20px;
}
.otherplan .inner p.lead {
	text-align: center;
	font-size: 20px;
}
.otherplan .inner p.txt {
	font-size: 18px;
	margin-top: 25px;
}


/* liteplan
---------------------------------------------------- */
.liteplan {
	padding: 60px 0 50px;
	background-position: center top 240px;
}


/* triplecarrerplus
---------------------------------------------------- */
.triplecarrerplus {
	padding: 50px 0 50px;
	background-position: center top 230px;
	border-radius: 0 0 0 40px;
}


/* user
---------------------------------------------------- */
.user {
	min-width: 100%;
	margin: -30px 0;
}
.user .inner {
	width: 90%;
	padding: 30px 0;
	background-size: 30% auto;
}
.user .inner img {
	width: 80%;
}


/* worries
---------------------------------------------------- */
.worries {
	min-width: 100%;
	padding: 60px 0 50px;
}
.worries ul {
	margin-top: -40px;
	text-align: center;
}
.worries ul li {
	margin-top: 40px;
	padding: 0 0;
	display: block;
	text-align: center;
}
.worries ul li img {
	width: 60%;
}


/* suggest
---------------------------------------------------- */
.suggest {
	min-width: 100%;
	padding: 60px 0 50px;
	background-size: 90% auto;
}
.suggest h2 img {
	width: 100%;
}
.suggest ul {
	text-align: center;
	padding-top: 20px;
	margin-top: -50px;
}
.suggest ul li {
	display: block;
	width: 100%;
	margin: 30px 0 0;
}
.suggest ul li h3 img {
	width: 60%;
}
.suggest ul li p {
	font-size: 18px;
	padding: 40px 15px 20px;
	margin-top: -30px;
}
.suggest .img {
	display: block;
	margin: 40px auto;
	width: 100%;
}
.suggest .ttl {
	width: 65%;
	margin: 0 auto 20px;
}


/* youtube
---------------------------------------------------- */
.youtube2 {
	width: 90%;
}


/* capacity
---------------------------------------------------- */
.capacity {
	min-width: 100%;
	padding: 50px 0 50px;
	border-radius: 0 0 0 40px;
}
.capacity h2 img {
	width: 100%;
}
.capacity .table {
	width: 100%;
	margin: 20px auto;
	border-radius: 10px;
	padding: 5px;
}
.capacity .js-scrollable table {
	width: 480px!important;
}
.capacity .table table td {
	padding: 10px 15px;
	font-size: 16px;
}
.capacity .att {
	width: 100%;
	font-size: 13px;
}
.capacity .txt {
	padding-top: 50px;
	font-size: 20px;
}


/* price
---------------------------------------------------- */
.price {
	min-width: 100%;
	padding: 50px 0 50px;
}
.price h2 img {
	width: 100%;
}
.price ul {
	padding: 10px 0 30px;
	text-align: center;
}
.price ul li {
	width: 40%;
	padding: 5px;
}
.price ul li img {
	width: 100%;
}
.price .img {
	width: 100%;
}


/* merit_ttl
---------------------------------------------------- */
.merit_ttl {
	min-width: 100%;
	margin: 0 0 -30px;
}
.merit_ttl .inner {
	width: 90%;
	padding: 30px 0;
}
.merit_ttl .inner img {
	width: 60%;
}


/* merit
---------------------------------------------------- */
.merit {
	min-width: 100%;
	padding: 70px 0 50px;
	border-radius: 0 40px 0 0;
}
.merit ul {
	border-radius: 0 30px 0 30px;
}
.merit ul li {
	padding: 10px 20px 20px;
}
.merit ul li img {
	width: 100%;
}
.merit ul li .inner {
	width: 100%;
	padding-top: 20px;
}
.merit ul li .inner h3 {
	font-size: 24px;
	line-height: 1.4;
}
.merit ul li .inner .indent {
	font-size: 13px;
}
.merit ul li:nth-child(odd) img {
	float: none;
}
.merit ul li:nth-child(odd) .inner {
	float: none;
}
.merit ul li:nth-child(even) img {
	float: none;
}
.merit ul li:nth-child(even) .inner {
	float: none;
}


/* connect
---------------------------------------------------- */
.connect {
	min-width: 100%;
	padding-bottom: 50px;
}
.connect h2 {
	font-size: 30px;
}
.connect .img {
	width: 100%;
	margin: 50px auto 0;
}
.connect ul {
	text-align: center;
	padding-top: 0;
}
.connect ul li {
	display: block;
	width: 80%;
	margin: 50px auto 0;
}
.connect ul li img {
	width: 70%;
	margin: 0 auto 20px;
}
.connect ul li p {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}


/* btnarea
---------------------------------------------------- */
.btnarea {
	min-width: 100%;
	padding: 30px 0 70px;
	border-radius: 0 30px 0 0;
}
.btnarea img {
	width: 100%;
}


/* difference
---------------------------------------------------- */
.difference {
	min-width: 100%;
	padding: 50px 0 80px;
	border-radius: 0 40px 0 0;
}
.difference table {
	margin: 0 auto 0;
}
.difference .js-scrollable table {
	width: 800px!important;
}
.difference table th {
	padding: 10px;
	font-size: 16px;
}
.difference table th img {
	width: 130px;
}
.difference table td {
	padding: 15px 10px;
}
.difference table td img {
	width: 130px;
}
.difference table td span {
	font-size: 18px;
}
.difference table td:nth-child(1) {
	font-size: 16px;
}
.difference .img {
	width: 100%;
	margin: 40px auto 0;
}


/* step
---------------------------------------------------- */
.step {
	min-width: 100%;
	padding: 0 0 100px;
}
.step .ttl {
	width: 90%;
	margin: -30px auto 0;
	padding: 40px 0 10px;
}
.step .ttl img {
	width: 90%;
}
.step ul li {
	margin: 20px auto 0;
	width: 90%;
}
.step ul li h3 img {
	width: 70%;
}
.step ul li .box {
	margin-top: -30px;
	padding: 50px 20px 20px;
	border-radius: 20px;
}
.step ul li .box .inner {
	float: none;
	width: 100%;
}
.step ul li .box .inner h4 {
	font-size: 20px;
}
.step ul li .box img {
	float: none;
	width: 100%;
	padding-top: 20px;
}


/* faq
---------------------------------------------------- */
.faq {
	min-width: 100%;
	padding: 0 0 60px;
	border-radius: 0 30px 0 0;
}
.faq .ttl {
	width: 90%;
	margin: -60px auto 0;
	padding: 40px 0 10px;
	padding: 30px 0;
	font-size: 28px;
}
.faq ul {
	margin: 30px auto 0;
}
.faq ul li {
	width: 100%;
	padding: 20px;
	font-size: 15px;
}
.faq ul li h3 {
	font-size: 20px;
}
.faq ul li h3::before {
	font-size: 25px;
}


/* imgb
---------------------------------------------------- */
.imgb {
	min-width: 100%;
}
.imgb img {
	max-width: 100%;
	margin: -30px 0 40px;
}


}