@charset "UTF-8";

/***** common style *****/
@media (max-width: 1279px) {
.pc-visibility {
	display: none;
}
}

@media (min-width: 1280px) {
.tb-visibility {
	display: none;
}
}

@media (max-width: 767px) {
.tb-visibility {
	display: none;
}
}

@media (max-width: 767px) {
.pc-tb-visibility {
	display: none;
}
}

@media (min-width: 1280px) {
.tb-sp-visibility {
	display: none;
}
}

@media (min-width: 768px) {
.sp-visibility {
	display: none;
}
}
.fade-in-animation {
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	-webkit-transition: all .9s;
	transition: all .9s;
}
.fade-in-animation.show {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fade-in-animation.animation-delay-200 {
	transition-delay: .2s;
}
.fade-in-animation.animation-delay-400 {
	transition-delay: .4s;
}
body {
	color: #1a1a1a;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	min-width: 1150px;
}

@media (max-width: 767px) {
body {
	min-width: 0;
	min-width: auto;
}
}
body a {
	color: inherit;
	text-decoration: inherit;
	transition: all .3s;
}
body a:hover {
	opacity: 0.7;
}
#header {
	height: 80px;
	opacity: 0;
}

@media (max-width: 767px) {
#header {
	height: 50px;
}
}
#header .header-content {
	background: #1a1a1a;
	box-sizing: border-box;
	left: 0;
	min-width: 1150px;
	padding: 0 0 0 20px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

@media (max-width: 767px) {
#header .header-content {
	min-width: 0;
	min-width: auto;
	padding: 0 0 0 14px;
}
}
#header .header-content::after {
	clear: both;
	content: "";
	display: block;
}
#header .header-content .logo-main {
	float: left;
	margin-top: 21px;
	vertical-align: top;
	width: 134px;
}

@media (max-width: 767px) {
#header .header-content .logo-main {
	line-height: 19px;
	margin-top: 16px;
	width: 67px;
}
}
#header .header-content .logo-main img {
	vertical-align: top;
	width: 100%;
}
#header .header-content .sub-title {
	color: #fff;
	float: left;
	font-size: 14.46px;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 80px;
	margin-left: 14px;
}
#header .header-content .sub-title br {
	display: none;
}

@media (max-width: 1400px) {
#header .header-content .sub-title {
	line-height: 24px;
	margin-top: 16px;
}
#header .header-content .sub-title br {
	display: inline;
}
}

@media (max-width: 1200px) {
#header .header-content .sub-title {
	font-size: 12px;
}
}

@media (max-width: 767px) {
#header .header-content .sub-title {
	display: none;
}
}
#header .header-content .btn-nav {
	background: #05a4d5;
	cursor: pointer;
	display: none;
	float: right;
	height: 50px;
	position: relative;
	width: 50px;
}
#header .header-content .btn-nav span {
	background: #fff;
	display: block;
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 22px;
}
#header .header-content .btn-nav span:nth-of-type(1) {
	top: 16px;
}
#header .header-content .btn-nav span:nth-of-type(2) {
	top: 24px;
}
#header .header-content .btn-nav span:nth-of-type(3) {
	top: 32px;
}

@media (max-width: 767px) {
#header .header-content .btn-nav {
	display: block;
}
}
#header .header-content .btn-phone {
	background: #05a4d5;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	float: right;
	height: 80px;
	line-height: 14px;
	letter-spacing: 0.06em;
	padding: 19px 0 0;
	text-align: center;
	width: 230px;
}

@media (max-width: 767px) {
#header .header-content .btn-phone {
	background: transparent;
	font-size: 15.6px;
	height: auto;
	margin-right: 15px;
	margin-top: 9px;
	padding: 0;
	width: auto;
}
}
#header .header-content .btn-phone img {
	margin-right: 10px;
}

@media (max-width: 767px) {
#header .header-content .btn-phone img {
	margin-right: 5px;
	vertical-align: 2px;
	width: 15px;
}
}

@media (max-width: 374px) {
#header .header-content .btn-phone img {
	vertical-align: 1px;
}
}
#header .header-content .btn-phone .tel {
	font-size: 13px;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	line-height:24px;
}

@media (max-width: 374px) {
#header .header-content .btn-phone .tel {
	font-size: 14px;
}
}
#header .header-content .btn-mail, #header .header-content .btn-download, #header .header-content .btn-products, #header .header-content .btn-zeem {
	background: #404040;
	color: #fff;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 80px;
	letter-spacing: 0.06em;
	line-height: 20px;
	margin-right: 1px;
	text-align: center;
	width: 140px;
	padding-top: 19px;
	box-sizing: border-box;

}

@media (max-width: 767px) {
#header .header-content .btn-mail, #header .header-content .btn-download, #header .header-content .btn-products, #header .header-content .btn-zeem {
	display: none;
}
}
#header .header-content .btn-mail img, #header .header-content .btn-download img {
	margin-right: 14px;
}
#header .header-content .btn-download img {
	vertical-align: -5px;
}
#header .sp-btn-list,article .sp-btn-list {
	display: none;
}

@media (max-width: 767px) {
#header .sp-btn-list {
	bottom: 0;
	display: block;
	font-size: 0;
	letter-spacing: 0;
	position: fixed;
	width: 100%;
	z-index: 9;
}
}
@media (max-width: 767px) {
article .sp-btn-list {
	display: block;
	font-size: 0;
}
}
#header .sp-btn-list li,article .sp-btn-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
#header .sp-btn-list li .btn-mail, #header .sp-btn-list li .btn-download,article .sp-btn-list li a {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	display: block;
	font-size: 10px;
	height: 40px;
	letter-spacing: 0.06em;
	line-height: 40px;
	text-align: center;
}
#header .sp-btn-list li .btn-mail img, #header .sp-btn-list li .btn-download img {
	width: 16px;
}
#header .sp-btn-list li .btn-download,article .sp-btn-list li:first-child a  {
	border-right: 1px solid #666666;
}
#header .sp-btn-list li .btn-download img {
	margin-right: 8px;
	vertical-align: -2px;
	width: 16px;
}
#header .sp-btn-list li .btn-mail img {
	margin-right: 8px;
	vertical-align: -1px;
	width: 16px;
}
#nav {
	bottom: 0;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	height: 601px;
	margin: auto 0;
	overflow: hidden;
	position: fixed;
	right: -100px;
	top: 0;
	transition: all .3s;
	width: 100px;
	z-index: 9;
}
#nav.show {
	right: 0;
}

@media (max-width: 767px) {
#nav {
	bottom: auto;
	box-shadow: none;
	display: none;
	margin: auto;
	right: 0;
	top: 50px;
	transition: none;
	width: 100%;
}
}
#nav .nav-list {
	background: #fff;
}
#nav .nav-list li:nth-of-type(n+2) {
	border-top: 1px solid #E6E6E6;
}

@media (min-width: 768px) {
#nav .nav-list li.current {
	background: #05a4d5;
}
#nav .nav-list li.current a {
	color: #fff;
}
}
#nav .nav-list li a {
	color: #05a4d5;
	display: block;
	font-size: 12px;
	height: 85px;
	position: relative;
	text-align: center;
}

@media (max-width: 767px) {
#nav .nav-list li a {
	font-size: 14px;
	height: 50px;
}
}
#nav .nav-list li a > span {
	display: inline-block;
	left: 0;
	position: absolute;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
}
article {
	opacity: 0;
}
article section {
	opacity: 0;
	-webkit-transition: all .9s;
	transition: all .9s;
}
article section .section-title {
	color: #1a1a1a;
	font-size: 52px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: center;
}

@media (max-width: 767px) {
article section .section-title {
	font-size: 26px;
}
}
article section .section-title::after {
	background: #05a4d5;
	content: "";
	display: block;
	height: 4px;
	margin: 17px auto 0;
	width: 30px;
}

@media (max-width: 767px) {
article section .section-title::after {
	height: 2px;
	margin: 20px auto 0;
	width: 15px;
}
}
article section .intro {
	font-size: 18px;
	letter-spacing: 0.14em;
	line-height: 28px;
	text-align: center;
}

@media (max-width: 767px) {
article section .intro {
	font-size: 14px;
	line-height: 23px;
}
}
article .main-visual {
	position: relative;
}
article .main-visual .btn-prev, article .main-visual .btn-next {
	cursor: pointer;
	height: 500px;
	position: absolute;
	top: 0;
	width: 100px;
	z-index: 1;
}

@media (max-width: 767px) {
article .main-visual .btn-prev, article .main-visual .btn-next {
	height: 250px;
	width: auto;
}
article .main-visual .btn-prev img, article .main-visual .btn-next img {
	height: 100%;
	width: auto;
}
}
article .main-visual .btn-prev {
	left: 0;
}
article .main-visual .btn-next {
	right: 0;
}
article .main-visual .visual-list {
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden;
	white-space: nowrap;
	background: center/cover url("../image/img-main-visual-bg.png");
}
@media (max-width: 767px) {
	article .main-visual .visual-list {
		background: center/cover url("../image/img-main-visual-bg-sp.png");
	}
	}
article .main-visual .visual-list li {
	height: 500px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: 100%;
}
article .main-visual .visual-list li.transition {
	transition: all .8s;
}

@media (max-width: 767px) {
article .main-visual .visual-list li {
	height: 250px;
}
}
article .main-visual .visual-list li:nth-of-type(4n+1) {
	/* background: center/cover url("../image/img-main-visual-1.jpg"); */
}
article .main-visual .visual-list li:nth-of-type(4n+1) .logo-zeem {
	position: absolute;
	top: 50%;
	left: 70%;
	  right: auto;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}


article .main-visual .visual-list li:nth-of-type(4n+2) {
	/* background: center/cover url("../image/img-main-visual-4.jpg"); */
}
article .main-visual .visual-list li:nth-of-type(4n+2) a{
	display: block;
	width: 100%;
	height: 100%;
}
article .main-visual .visual-list li:nth-of-type(4n+2) .logo-zeem {
	position: absolute;
	top: 50%;
	left: 70%;
	  right: auto;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

article .main-visual .visual-list li:nth-of-type(4n+3){
	/* background: center/cover url("../image/img-main-visual-1.jpg"); */
}
article .main-visual .visual-list li:nth-of-type(4n+3) a{
	display: block;
	width: 100%;
	height: 100%;
}
article .main-visual .visual-list li:nth-of-type(4n+3) .logo-zeem {
  position: absolute;
  top: 50%;
  left: 70%;
	right: auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
article .main-visual .visual-list li:nth-of-type(4n+3) .logo-zeem img{
  width: auto;
	height: auto;
}

article .main-visual .visual-list li:nth-of-type(4n+4){
	/* background: center/cover url("../image/img-main-visual-1.jpg"); */
}
article .main-visual .visual-list li:nth-of-type(4n+4) a{
	display: block;
	width: 100%;
	height: 100%;
}
article .main-visual .visual-list li:nth-of-type(4n+4) .logo-zeem {
  position: absolute;
  top: 50%;
  left: 70%;
	right: auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
article .main-visual .visual-list li:nth-of-type(4n+4) .logo-zeem img{
  width: auto;
	height: auto;
}

/* article .main-visual .visual-list li:nth-of-type(5n) a{
	display: block;
	width: 100%;
	height: 100%;
}
article .main-visual .visual-list li:nth-of-type(5n) .logo-zeem {
  position: absolute;
  top: 50%;
  left: 50%;
	right: auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
article .main-visual .visual-list li:nth-of-type(5n) .logo-zeem img{
  width: auto;
	height: auto;
} */

@media (max-width: 767px) {
article .main-visual .visual-list li:nth-of-type(4n+1) .logo-zeem {
	width: 45%;
}
article .main-visual .visual-list li:nth-of-type(4n+1) .logo-zeem img{
	width: 100%
}
article .main-visual .visual-list li:nth-of-type(4n+2) .logo-zeem {
	width: 45%;
}
article .main-visual .visual-list li:nth-of-type(4n+2) .logo-zeem img{
	width: 100%
}
article .main-visual .visual-list li:nth-of-type(4n+3) .logo-zeem{
	width: 45%;
}
article .main-visual .visual-list li:nth-of-type(4n+3) .logo-zeem img{
	width: 100%
}
article .main-visual .visual-list li:nth-of-type(4n) .logo-zeem{
	width: 45%;
}
article .main-visual .visual-list li:nth-of-type(4n) .logo-zeem img{
	width: 100%
}
}
article .main-visual .visual-list li .logo-zeem {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 98px;
	z-index: 1;
}
article .main-visual .visual-list li .logo-zeem.thereafter {
	opacity: 0;
}

@media (max-width: 767px) {
article .main-visual .visual-list li .logo-zeem {
	top: 33px;
	width: 161px;
}
}
article .main-visual .visual-list li .logo-zeem > img {
	vertical-align: top;
	width: 100%;
}
article .main-visual .visual-list li .main-head {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 36px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 363px;
	width: 100%;
	z-index: 1;
}
article .main-visual .visual-list li .main-head.visual-3 {
	color: #1a1a1a;
}

@media (max-width: 767px) {
article .main-visual .visual-list li .main-head {
	font-size: 14px;
	line-height: 20px;
	top: 180px;
}
}
article .main-visual .pagenation {
	font-size: 0;
	letter-spacing: 0;
	padding: 10px 0;
	text-align: center;
}

@media (max-width: 767px) {
article .main-visual .pagenation {
	padding: 6px 0;
}
}
article .main-visual .pagenation li {
	background: #1a1a1a;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 10px;
	vertical-align: top;
	width: 10px;
}

@media (max-width: 767px) {
article .main-visual .pagenation li {
	height: 8px;
	margin: 0 7px;
	width: 8px;
}
}
article .main-visual .pagenation li.current {
	background: #e60012;
}
article .introduce {
	background: no-repeat center/cover url("../image/bg-introduce.jpg");
	opacity: 1;
	padding: 98px 0 104px;
}

@media (max-width: 767px) {
article .introduce {
	opacity: 1;
	padding: 49px 0 40px;
}
}
article .introduce .section-title {
	color: #1a1a1a;
	margin-bottom: 13px;
}

@media (max-width: 767px) {
article .introduce .section-title {
	margin-bottom: 14px;
}
}
article .introduce .intro {
	color: #1a1a1a;
	margin-bottom: 53px;
}

@media (max-width: 767px) {
article .introduce .intro {
	margin-bottom: 34px;
}
}
article .introduce .company-list {
	font-size: 0;
	letter-spacing: 0;
	margin: 0 auto 59px;
	text-align: center;
	width: 812px;
}

@media (max-width: 767px) {
article .introduce .company-list {
	margin: 0 auto 35px;
	width: 100%;
}
}
article .introduce .company-list li {
	background: #fff;
	border-radius: 73px;
	display: inline-block;
	height: 140px;
	margin: 0 10px;
	position: relative;
	width: 140px;
}
article .introduce .company-list li:first-child {
	margin-left: 15px;
}
article .introduce .company-list li:nth-child(3) {
	margin-right: 15px;
}

@media (max-width: 767px) {
article .introduce .company-list li {
	border-radius: 50%;
	height: 90px;
	margin: 0 8px;
	width: 90px;
}
article .introduce .company-list li:first-child {
	margin: 0 8px;
}
article .introduce .company-list li:nth-child(3) {
	margin: 0 8px;
}
article .introduce .company-list li:nth-of-type(n+4) {
	margin-top: 15px;
}
}
article .introduce .company-list li img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
article .introduce .company-list li img {
	-webkit-transform: translate(-50%, -50%) scale(0.548);
	transform: translate(-50%, -50%) scale(0.548);
}
}
article .introduce .btn-view {
	border: 1px solid #1a1a1a;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	height: 72px;
	line-height: 70px;
	margin: 0 auto;
	text-align: center;
	width: 340px;
}

@media (max-width: 767px) {
article .introduce .btn-view {
	height: 45px;
	line-height: 43px;
	width: 200px;
}
}
article .introduce .btn-view span {
	color: #1a1a1a;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.14em;
}

@media (max-width: 767px) {
article .introduce .btn-view span {
	font-size: 14px;
}
}
article .introduce .btn-view span::before {
	border-bottom: 5px solid transparent;
	border-left: 8px solid #1a1a1a;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	border-left-color: #1a1a1a;
	margin-right: 14px;
	vertical-align: 4px;
}

@media (max-width: 767px) {
article .introduce .btn-view span::before {
	margin-right: 10px;
	vertical-align: 1px;
}
}

article .lineup, .lineup .about {
	text-align: center;
	padding: 93px 0 0;
}

@media (max-width: 767px) {
article .lineup, .lineup .about {
	padding: 49px 0 0;
}
}
article .lineup .section-title {
	margin-bottom: 53px;
}

@media (max-width: 767px) {
article .lineup .section-title {
	margin-bottom: 12px;
}
}
article .lineup .intro {
	margin-bottom: 53px;
}

@media (max-width: 767px) {
article .lineup .intro {
	margin-bottom: 11px;
}
}
article .lineup .lineup-list {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

@media (max-width: 767px) {
article .lineup .lineup-list {
	padding: 0 20px;
}
}
article .lineup .lineup-list li {
	box-sizing: border-box;
	display: inline-block;
	height: 467px;
	margin: 0 1px;
	padding: 36px 0 40px;
	position: relative;
	vertical-align: top;
	width: 480px;
}
article .lineup .lineup-list li:nth-of-type(1) {
	background: url("../image/bg-lineup-1.jpg");
}
article .lineup .lineup-list li:nth-of-type(1) .list-desc {
	margin-bottom: 41px;
}

@media (max-width: 767px) {
article .lineup .lineup-list li:nth-of-type(1) .list-desc {
	margin-bottom: 20px;
}
}

@media (max-width: 767px) {
article .lineup .lineup-list li:nth-of-type(1) .list-icon {
	width: 70px;
}
}
article .lineup .lineup-list li:nth-of-type(2) {
	background: url("../image/bg-lineup-2.jpg");
}
article .lineup .lineup-list li:nth-of-type(2) .list-desc {
	margin-bottom: 33px;
}

@media (max-width: 767px) {
article .lineup .lineup-list li:nth-of-type(2) .list-desc {
	margin-bottom: 22px;
}
}

@media (max-width: 767px) {
article .lineup .lineup-list li:nth-of-type(2) .list-icon {
	width: 89px;
}
}
article .lineup .lineup-list li:nth-of-type(3) {
	background: url("../image/bg-lineup-3.jpg");
}
article .lineup .lineup-list li:nth-of-type(3) .list-desc {
	margin-bottom: 39px;
}

@media (max-width: 767px) {
article .lineup .lineup-list li:nth-of-type(3) .list-desc {
	margin-bottom: 20px;
}
}

@media (max-width: 767px) {
article .lineup .lineup-list li:nth-of-type(3) .list-icon {
	width: 103px;
}
}
article .lineup .lineup-list li:nth-of-type(4) {
	background: url("../image/bg-lineup-4.jpg");
}
article .lineup .lineup-list li:nth-of-type(4) .list-desc {
	margin-bottom: 36px;
}

@media (max-width: 767px) {
article .lineup .lineup-list li:nth-of-type(4) .list-desc {
	margin-bottom: 23px;
}
}

@media (max-width: 767px) {
article .lineup .lineup-list li:nth-of-type(4) .list-icon {
	width: 90px;
}
}

@media (max-width: 767px) {
article .lineup .lineup-list li {
	display: block;
	height: auto;
	margin: 0 0 1px;
	padding: 40px 0 40px;
	width: 100%;
}
}
article .lineup .lineup-list li .list-title {
	color: #05a4d5;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 32px;
	margin-bottom: 27px;
}

@media (max-width: 767px) {
article .lineup .lineup-list li .list-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 14px;
}
}
article .lineup .lineup-list li .list-desc {
	color: #1a1a1a;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 24px;
}

@media (max-width: 767px) {
article .lineup .lineup-list li .list-desc {
	font-size: 14px;
	line-height: 21px;
}
}

@media (max-width: 767px) {
article .lineup .lineup-list li .list-icon {
	margin: 0 auto;
}
article .lineup .lineup-list li .list-icon img {
	vertical-align: top;
	width: 100%;
}
}
article .lineup .lineup-list li .btn-detail {
	border: 1px solid #1a1a1a;
	border-radius: 4px;
	bottom: 40px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 60px;
	left: 0;
	line-height: 58px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 220px;
}

@media (max-width: 767px) {
article .lineup .lineup-list li .btn-detail {
	height: 45px;
	line-height: 43px;
	margin-top: 30px;
	position: static;
	width: 270px;
}
}
article .lineup .lineup-list li .btn-detail span {
	color: #1a1a1a;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.14em;
}

@media (max-width: 767px) {
article .lineup .lineup-list li .btn-detail span {
	font-size: 14px;
}
}
article .lineup .lineup-list li .btn-detail span::before {
	border-bottom: 5px solid transparent;
	border-left: 8px solid #1a1a1a;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	border-left-color: #1a1a1a;
	margin-right: 12px;
	vertical-align: 3px;
}

@media (max-width: 767px) {
article .lineup .lineup-list li .btn-detail span::before {
	margin-right: 7px;
	vertical-align: 0;
}
}
article .lineup .lightbox-list {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	display: none;
	left: 0;
	overflow: scroll;
	padding: 100px 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}

@media (max-width: 767px) {
article .lineup .lightbox-list {
	padding: 10px;
}
}
article .lineup .lightbox-list > li {
	border: 1px solid #fff;
	box-sizing: border-box;
	display: none;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 820px;
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li {
	padding: 60px 20px 20px;
	width: 100%;
}
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li:nth-of-type(1) .head-area .img-box {
	width: 42px;
}
article .lineup .lightbox-list > li:nth-of-type(2) .head-area .img-box {
	width: 54px;
}
article .lineup .lightbox-list > li:nth-of-type(3) .head-area .img-box {
	width: 63px;
}
article .lineup .lightbox-list > li:nth-of-type(4) .head-area .img-box {
	width: 58px;
}
}
article .lineup .lightbox-list > li .btn-close {
	cursor: pointer;
	height: 34px;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 34px;
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li .btn-close {
	right: 15px;
	top: 15px;
}
}
article .lineup .lightbox-list > li .btn-close span {
	background: #fff;
	border-radius: 1px;
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 48px;
}
article .lineup .lightbox-list > li .btn-close span:nth-of-type(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}
article .lineup .lightbox-list > li .btn-close span:nth-of-type(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}
article .lineup .lightbox-list > li .head-area {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li .head-area {
	margin-bottom: 20px;
	white-space: nowrap;
}
}
article .lineup .lightbox-list > li .head-area .img-box, article .lineup .lightbox-list > li .head-area .txt-box {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
article .lineup .lightbox-list > li .head-area .img-box {
	margin-right: 36px;
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li .head-area .img-box {
	margin-right: 10px;
}
article .lineup .lightbox-list > li .head-area .img-box img {
	vertical-align: top;
	width: 100%;
}
}
article .lineup .lightbox-list > li .head-area .txt-box .list-title {
	color: #05a4d5;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 1;
	margin-bottom: 23px;
	padding-top: 4px;
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li .head-area .txt-box .list-title {
	font-size: 19px;
	margin-bottom: 7px;
	padding-top: 0;
}
}
article .lineup .lightbox-list > li .head-area .txt-box .list-subtitle {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 26px;
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li .head-area .txt-box .list-subtitle {
	font-size: 12px;
	line-height: 18px;
}
}

@media (max-width: 320px) {
article .lineup .lightbox-list > li .head-area .txt-box .list-subtitle {
	font-size: 11px;
}
}
article .lineup .lightbox-list > li .content-area .desc {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.14em;
	line-height: 32px;
	margin-bottom: 42px;
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li .content-area .desc {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 25px;
}
}
article .lineup .lightbox-list > li .content-area .figure-box {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li .content-area .figure-box {
	margin-bottom: 25px;
}
}
article .lineup .lightbox-list > li .content-area .figure-box img {
	vertical-align: top;
	width: 100%;
}
article .lineup .lightbox-list > li .content-area .more-detail {
	border: 1px solid #fff;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	height: 72px;
	line-height: 70px;
	margin: 0 auto;
	text-align: center;
	width: 460px;
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li .content-area .more-detail {
	height: 45px;
	line-height: 43px;
	width: 100%;
}
}
article .lineup .lightbox-list > li .content-area .more-detail span {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li .content-area .more-detail span {
	font-size: 14px;
}
}
article .lineup .lightbox-list > li .content-area .more-detail span::before {
	border-bottom: 5px solid transparent;
	border-left: 8px solid #1a1a1a;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	border-left-color: #fff;
	margin-right: 13px;
	vertical-align: 3px;
}

@media (max-width: 767px) {
article .lineup .lightbox-list > li .content-area .more-detail span::before {
	vertical-align: 0px;
}
}

article .lineup .about {
	text-align: center;
	padding: 93px 0 20px;
}

article .lineup .about ul{
	font-size: 0;
    letter-spacing: 0;
    text-align: center;
}

article .lineup .about ul li{
	display: inline-block;
    margin: 0 70px;
    vertical-align: top;
}
article .lineup .about a.btn-more{
	background: #05a4d5;
	color: #fff;
	border: 1px solid #E6E6E6;
}

article .lineup .about a:hover{
	opacity: 0.7;
}

article .lineup .about .btn-more span::before{
	border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    margin-right: 16px;
    vertical-align: 3px;
}

@media (max-width: 767px) {
article .lineup .about {
	padding: 49px 0 0;
}
}

@media (max-width: 767px){
article .lineup .about ul li {
    margin: 15px 0px;
}
}

article .reason {
	padding: 96px 0 0;
	background: no-repeat center/auto url("../image/bg-reason.jpg");
	padding: 80px 0 35px;
	position: relative;
	top: -40px;
}

@media (max-width: 767px) {
article .reason {
	margin-bottom: 22px;
	background: no-repeat url("../image/bg-reason-sp.jpg");
	padding: 10% 0 20%;
	background-position: top;
	background-size: cover;
	top: 0;
}
}
@media (max-width: 375px) {
	article .reason  {
		background-size: cover;
		padding: 0 0 10%;
	}
	}
article .reason .section-title {
	margin-bottom: 13px;
	margin-top: 120px;
}
article .reason .intro {
	margin-bottom: 13px;
}

@media (max-width: 767px) {
	article .reason .section-title {
		margin-top: 10%;
		line-height: 1.5;
	}
}


article .reason .reason-list > li {
	margin: 0 auto;
	width: 1150px;
}

@media (max-width: 767px) {
article .reason .reason-list > li {
	width: 100%;
}
}
article .reason .reason-list > li:nth-of-type(1) {
	margin-bottom: 126px;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(1) {
	margin-bottom: 52px;
}
}
article .reason .reason-list > li:nth-of-type(1) .list-head {
	padding-left: 52px;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(1) .list-head {
	padding: 0;
}
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(1) .list-head .num {
	margin-bottom: 20px;
}
}
article .reason .reason-list > li:nth-of-type(1) .list-head img {
	margin-right: 34px;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(1) .list-head img {
	margin: 0 0 0 75px;
	width: 35px;
}
}
article .reason .reason-list > li:nth-of-type(1) .list-head .list-title {
	padding: 41px 46px 14px;
	vertical-align: -7px;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(1) .list-head .list-title {
	padding: 20px 17px 23px 20px;
}
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(1) .detail-list {
	position: relative;
	top: -10px;
}
}
article .reason .reason-list > li:nth-of-type(2) {
	margin-bottom: 173px;
	text-align: right;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(2) {
	margin-bottom: 49px;
}
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(2) .list-head .num {
	margin-bottom: 20px;
}
}
article .reason .reason-list > li:nth-of-type(2) .list-head .num img {
	margin-right: 31px;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(2) .list-head .num img {
	margin-right: 37px;
	width: 35px;
}
}
article .reason .reason-list > li:nth-of-type(2) .list-head .list-title {
	padding: 40px 46px 38px;
	vertical-align: -6px;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(2) .list-head .list-title {
	padding: 18px 20px 24px 22px;
}
}
article .reason .reason-list > li:nth-of-type(2) .detail-list {
	margin-right: 36px;
	position: relative;
	top: -21px;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(2) .detail-list {
	margin: 0;
	top: -10px;
}
}
article .reason .reason-list > li:nth-of-type(3) .list-head {
	padding-left: 87px;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(3) .list-head {
	padding: 0;
}
}
article .reason .reason-list > li:nth-of-type(3) .list-head .num {
	margin-bottom: 20px;
}
article .reason .reason-list > li:nth-of-type(3) .list-head .num img {
	margin-right: 34px;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(3) .list-head .num img {
	margin: 0 0 0 110px;
	width: 35px;
}
}
article .reason .reason-list > li:nth-of-type(3) .list-head .list-title {
	padding: 41px 46px 36px;
	vertical-align: -5px;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(3) .list-head .list-title {
	padding: 20px 20px 23px 20px;
}
}
article .reason .reason-list > li:nth-of-type(3) .detail-list {
	position: relative;
	top: -21px;
}

@media (max-width: 767px) {
article .reason .reason-list > li:nth-of-type(3) .detail-list {
	top: -10px;
}
}
article .reason .reason-list > li .list-head .num {
	display: inline-block;
}

@media (max-width: 767px) {
article .reason .reason-list > li .list-head .num {
	display: block;
}
}
article .reason .reason-list > li .list-head .list-title {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	display: inline-block;
	font-size: 32px;
	letter-spacing: 0.06em;
	line-height: 48px;
	text-align: left;
}

@media (max-width: 767px) {
article .reason .reason-list > li .list-head .list-title {
	font-size: 15px;
	line-height: 22px;
}
}
article .reason .reason-list > li .detail-list {
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	display: inline-block;
	padding: 21px 25px 17px 25px;
	text-align: left;
}

@media (max-width: 767px) {
article .reason .reason-list > li .detail-list {
	background: transparent;
	box-shadow: none;
	display: block;
	padding: 0 20px;
}
}
article .reason .reason-list > li .detail-list li {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 34px;
}

@media (max-width: 767px) {
article .reason .reason-list > li .detail-list li {
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	font-size: 12px;
	line-height: 19px;
	padding: 6px 15px 6px 50px;
	position: relative;
}
}
article .reason .reason-list > li .detail-list li:nth-of-type(n+2) {
	margin-top: 7px;
}

@media (max-width: 767px) {
article .reason .reason-list > li .detail-list li:nth-of-type(n+2) {
	margin-top: 10px;
}
}
article .reason .reason-list > li .detail-list li::before {
	border-left: 5px solid #5aabe3;
	border-bottom: 5px solid #5aabe3;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 12px;
	margin-right: 16px;
	transform: rotate(-45deg);
	width: 22px;
}

@media (max-width: 767px) {
article .reason .reason-list > li .detail-list li::before {
	border-width: 4px;
	bottom: 4px;
	height: 11px;
	left: 14px;
	margin: auto 0;
	position: absolute;
	top: 0;
	width: 20px;
}
}
article .download {
	padding: 20px 0 100px;
}

@media (max-width: 767px) {
article .download {
	padding: 32px 0 50px;
}
}
article .download .section-title {
	margin-bottom: 13px;
}
article .download .intro {
	margin-bottom: 62px;
}

@media (max-width: 767px) {
article .download .intro {
	margin-bottom: 29px;
}
}
article .download .download-list {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

@media (max-width: 767px) {
article .download .download-list {
	margin: 0 auto;
	width: 250px;
}
}
article .download .download-list li {
	display: inline-block;
	margin: 0 40px;
	vertical-align: top;
	width: 420px;
}

@media (max-width: 767px) {
article .download .download-list li {
	display: block;
	margin: 0;
	width: 100%;
}
}

@media (max-width: 767px) {
article .download .download-list li:nth-of-type(1) {
	margin-bottom: 30px;
}
}
article .download .download-list li:nth-of-type(1) .img-box {
	padding-top: 13px;
}
article .download .download-list li .img-box {
	border-bottom: 1px solid #1a1a1a;
	box-sizing: border-box;
	height: 272px;
	margin-bottom: 27px;
	padding: 0 30px;
}

@media (max-width: 767px) {
article .download .download-list li .img-box {
	height: auto;
	margin-bottom: 18px;
	padding: 0 26px;
}
}
article .download .download-list li .img-box img {
	vertical-align: top;
	max-width: 100%;
}
article .download .download-list li .list-title {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 32px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
article .download .download-list li .list-title {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
}
}
article .download .download-list li .list-desc {
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 28px;
	margin-bottom: 24px;
	height: 56px;
}

@media (max-width: 767px) {
article .download .download-list li .list-desc {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 13px;
}
}
article .download .download-list li .btn-download {
	border: 1px solid #1a1a1a;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	height: 72px;
	letter-spacing: 0.14em;
	line-height: 70px;
	position: relative;
	width: 340px;
}

@media (max-width: 767px) {
article .download .download-list li .btn-download {
	height: 45px;
	font-size: 16px;
	line-height: 43px;
	padding-right: 38px;
	width: 200px;
}
}
article .download .download-list li .btn-download .icon-download {
	background: #05a4d5;
	border-radius: 50%;
	bottom: 0;
	display: inline-block;
	height: 46px;
	margin: auto 0;
	position: absolute;
	right: 15px;
	top: 0;
	width: 46px;
}

@media (max-width: 767px) {
article .download .download-list li .btn-download .icon-download {
	height: 28px;
	right: 9px;
	width: 28px;
}
}
article .download .download-list li .btn-download .icon-download img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
article .download .download-list li .btn-download .icon-download img {
	width: 16px;
}
}

article .cloud {
	background: no-repeat center/auto 100% url("../image/bg-cloud.png");
	background-position: left bottom;
	background-size: auto;
	background-repeat: no-repeat;
	padding: 200px 0 60px;
	position: relative;
	top: -110px;
}
article .cloud .intro {
	color: #000;
	margin-bottom: 40px;
}
article .cloud .section-title{
	margin-bottom: 13px;
}
article .cloud .section-title small{
	line-height: 3;
	font-size: 28px;
	letter-spacing: 0;
}
article .cloud .strong{
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}
article .cloud .cloud-box{
	border: 2px solid #000;
	border-radius: 10px;
	max-width: 900px;
	margin: 70px auto 0;
	padding: 40px;
}
article .cloud .cloud-box figure{
	margin: 0;
	text-align: center;
}
article .cloud .cloud-box .button-list{
	display: flex;
	justify-content: space-between;
}
article .cloud .cloud-box .button-list li{
	width: calc(100%/ 3 - 1em);
}
article .cloud .button-list li .btn-detail {
	border: 1px solid #000;
	width: 100%;
	display: block;
	background-color: #fff;
	padding: 20px;
	color: #000;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	margin: 20px 0 40px;
	cursor: pointer;
}

article .cloud .button-list li .btn-detail span {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.14em;
}

@media (max-width: 767px) {
	article .cloud .section-title small{
		font-size: 18px;
	}
	article .cloud .button-list li .btn-detail {
		padding: 10px;
		margin: 10px 0;
	}
	article .cloud .button-list li .btn-detail span {
	font-size: 14px;
}
}
article .cloud .button-list li .btn-detail span::before {
	border-bottom: 5px solid transparent;
	border-left: 8px solid #1a1a1a;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	border-left-color: #000;
	margin-right: 12px;
	vertical-align: 3px;
}

@media (max-width: 767px) {
	article .cloud .button-list li .btn-detail span::before {
	margin-right: 7px;
	vertical-align: 0;
}
}
article .cloud .lightbox-list {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	display: none;
	left: 0;
	overflow: scroll;
	padding: 100px 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}
article .cloud .lightbox-list > li .head-area {
	display: flex;
	color: #fff;
}
article .cloud .lightbox-list > li .head-area .img-box {
	margin-right: 36px;
}

@media (max-width: 767px) {
article .cloud .lightbox-list > li .head-area .img-box {
	margin-right: 10px;
}
article .cloud .lightbox-list > li .head-area .img-box img {
	vertical-align: top;
	width: 100%;
}
}
article .cloud .lightbox-list > li .head-area .txt-box .list-title {
	color: #05a4d5;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 1.2;
	margin-bottom: 23px;
	padding-top: 4px;
}

@media (max-width: 767px) {
article .cloud .lightbox-list > li .head-area .txt-box .list-title {
	font-size: 19px;
	margin-bottom: 7px;
	padding-top: 0;
}
}
article .cloud .lightbox-list > li .head-area .txt-box .list-subtitle {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 26px;
}
article .cloud .lightbox-list > li .head-area .txt-box .list-subtitle span{
	color: #05a4d5;
	font-weight: 600;
}

@media (max-width: 767px) {
article .cloud .lightbox-list > li .head-area .txt-box .list-subtitle {
	font-size: 12px;
	line-height: 18px;
}
}

@media (max-width: 320px) {
article .cloud .lightbox-list > li .head-area .txt-box .list-subtitle {
	font-size: 11px;
}
}
@media (max-width: 767px) {
article .cloud .lightbox-list {
	padding: 10px;
}
}
article .cloud .lightbox-list > li {
	border: 1px solid #fff;
	box-sizing: border-box;
	display: none;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 820px;
}

@media (max-width: 767px) {
article .cloud .lightbox-list > li {
	padding: 60px 20px 20px;
	width: 100%;
}
}

@media (max-width: 767px) {
article .cloud .lightbox-list > li:nth-of-type(1) .head-area .img-box {
	width: 100px;
}
article .cloud .lightbox-list > li:nth-of-type(2) .head-area .img-box {
	width: 100px;
}
article .cloud .lightbox-list > li:nth-of-type(3) .head-area .img-box {
	width: 100px;
}
}
article .cloud .lightbox-list > li .btn-close {
	cursor: pointer;
	height: 34px;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 34px;
}

@media (max-width: 767px) {
article .cloud .lightbox-list > li .btn-close {
	right: 15px;
	top: 15px;
}
}
article .cloud .lightbox-list > li .btn-close span {
	background: #fff;
	border-radius: 1px;
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 48px;
}
article .cloud .lightbox-list > li .btn-close span:nth-of-type(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}
article .cloud .lightbox-list > li .btn-close span:nth-of-type(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

article .cloud .lightbox-list li .content-area{
	padding: 40px 0 0;
}
article .cloud .lightbox-list li .content-area .figure-box{
	text-align: center;
	padding: 0 1em;
}
article .cloud .lightbox-list li .content-area .figure-box img{
	max-width: 100%;
}

@media (max-width: 767px) {
	article .cloud {
		padding: 130px 0 47px;
		top: -80px;
		background-position: top;
	}
	article .cloud .intro {
		margin-bottom: 29px;
	}
	article .cloud .strong{
		font-size: 18px;
		padding: 0 20px;
	}
	article .cloud .cloud-box{
		margin: 30px 20px 0;
		padding: 20px;
	}
	article .cloud .cloud-box figure img{
		max-width: 100%;
	}
	article .cloud .cloud-box .button-list{
		flex-wrap: wrap;
		padding: 20px 0 10px;
	}
	article .cloud .cloud-box .button-list li {
		width: 100%;
	}
}

article .plan {
	background: #fff;
	padding: 0 0 87px;
}

@media (max-width: 767px) {
article .plan {
	padding: 0 0 47px;
	margin-top: -40px;
}
}
article .plan .section-title {
	color: #1a1a1a;
	margin-bottom: 13px;
}
article .plan .intro {
	color: #1a1a1a;
	margin-bottom: 51px;
}

@media (max-width: 767px) {
article .plan .intro {
	margin-bottom: 29px;
}
}
article .plan .plan-list {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 48px;
	text-align: center;
}

@media (max-width: 767px) {
article .plan .plan-list {
	margin-bottom: 35px;
	padding: 0 20px;
}
}
article .plan .plan-list li {
	background: #fff;
	box-sizing: border-box;
	display: inline-block;
	height: 620px;
	padding: 45px 0 0;
	vertical-align: top;
	width: 420px;
}
article .plan .plan-list li .img-box img{
	max-height: 150px;
}
article .plan .plan-list li:nth-of-type(n+2) {
	margin-left: 2px;
}
article .plan .plan-list li:nth-of-type(1) {
	background: url("../image/bg-plan-1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
article .plan .plan-list li:nth-of-type(2) {
	background: url("../image/bg-plan-2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 767px) {
article .plan .plan-list li {
	height: auto;
	margin: 0;
	padding: 22px 0 23px;
	width: 100%;
}
article .plan .plan-list li:nth-of-type(n+2) {
	margin: 2px 0 0;
}
article .plan .plan-list li .img-box {
	margin: 0 auto;
}
article .plan .plan-list li .img-box img {
	vertical-align: top;
	width: 100px;
}
article .plan .plan-list li:nth-of-type(1) .img-box {
	width: 94px;
}
article .plan .plan-list li:nth-of-type(2) .img-box {
	width: 96px;
}
article .plan .plan-list li:nth-of-type(3) .img-box {
	width: 99px;
}
}
article .plan .plan-list li .genre {
	border-bottom: 1px solid #05a4d5;
	color: #05a4d5;
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 28px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
article .plan .plan-list li .genre {
	font-size: 16px;
	line-height: 30px;
}
}
article .plan .plan-list li .list-title {
	color: #05a4d5;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 32px;
	margin-bottom: 35px;
}

@media (max-width: 767px) {
article .plan .plan-list li .list-title {
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 26px;
}
}
article .plan .plan-list li .list-desc {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 28px;
	margin-top: 41px;
	padding: 0 30px;
	text-align: left;
}

@media (max-width: 767px) {
article .plan .plan-list li .list-desc {
	font-size: 14px;
	line-height: 23px;
	margin-top: 21px;
	padding: 0 30px;
}
}
article .plan .plan-note-text{
	max-width: 840px;
	margin: auto;
	margin-bottom: 48px;
	color: #1a1a1a;

}
article .plan .plan-note-text span{
	font-weight: bold;
}
@media (max-width: 767px) {
article .plan .plan-note-text{
	max-width: 840px;
	margin: auto;
	margin-bottom: 35px;
	padding: 0 20px;
	font-size: 12px;
}
}
article .plan .notice {
	color: #1a1a1a;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 36px;
	text-align: center;
}

@media (max-width: 767px) {
article .plan .notice {
	font-size: 14px;
	line-height: 18px;
}
}
article .support {
	position: relative;
	z-index: 2;
	background: no-repeat center/auto 100% url("../image/bg-support.png");
	padding: 74px 0 170px;
	background-position: center bottom;
	background-size: auto;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
article .support {
	padding: 90px 20px;
	/* background: no-repeat center/auto url("../image/bg-support-sp.jpg"); */
	background-size: cover;
}
}
@media (max-width: 400px) {
article .support {
	/* background: no-repeat center/auto 100% url("../image/bg-support-sp.jpg"); */
	padding: 71px 20px;
}
}

article .support .section-title {
	font-family: 'Heebo', sans-serif;
	font-size: 58px;
	font-weight: 400;
	letter-spacing: 0.06em;
	margin-bottom: 100px;
}

@media (max-width: 767px) {
article .support .section-title {
	font-size: 29px;
	margin-bottom: 1px;
}
article .support .section-title::after {
	margin-top: 16px;
}
}
article .support .support-list {

}


article .support .support-list > li {
	box-sizing: border-box;
	margin: 0 auto;
	width: 1150px;
}

@media (max-width: 767px) {
article .support .support-list > li {
	width: 100%;
}
}
article .support .support-list > li::after {
	clear: both;
	content: "";
	display: block;
}
article .support .support-list > li:nth-of-type(1) {
	margin-bottom: 242px;
	padding: 0 65px;
}

@media (max-width: 767px) {
article .support .support-list > li:nth-of-type(1) {
	margin-bottom: 103px;
	padding: 0;
}
}
article .support .support-list > li:nth-of-type(1) .list-content {
	float: left;
}

@media (max-width: 767px) {
article .support .support-list > li:nth-of-type(1) .list-content {
	float: none;
	padding: 20px 0;
}
}
article .support .support-list > li:nth-of-type(1) .list-content .sub-title {
	text-align: right;
}
article .support .support-list > li:nth-of-type(1) .list-content .list-title {
	text-align: right;
}
article .support .support-list > li:nth-of-type(1) .detail-list {
	float: right;
	margin-top: 57px;
}

@media (max-width: 767px) {
article .support .support-list > li:nth-of-type(1) .detail-list {
	float: none;
	left: -20px;
	margin-top: 0px;
	position: relative;
	text-align: center;
	width: calc(100% + 40px);
}
article .support .support-list > li:nth-of-type(1) .list-content .sub-title {
	text-align: center;
}
article .support .support-list > li:nth-of-type(1) .list-content .list-title {
	text-align: center;
}
}

@media (max-width: 767px) and (max-width: 374px) {
article .support .support-list > li:nth-of-type(1) .detail-list li:nth-of-type(n+2) {
	margin-left: 4px;
}
}
article .support .support-list > li:nth-of-type(2) .list-content {
	float: right;
	width: 400px;
}

@media (max-width: 767px) {
article .support .support-list > li:nth-of-type(2) .list-content {
	float: none;
	width: 100%;
}
}
article .support .support-list > li:nth-of-type(2) .list-content .list-title {
	left: -27px;
	position: relative;
}

@media (max-width: 767px) {
article .support .support-list > li:nth-of-type(2) .list-content .list-title {
	left: auto;
	text-align: center;
}
article .support .support-list > li:nth-of-type(2) .list-content .sub-title {
	text-align: center;
}
}
article .support .support-list > li:nth-of-type(2) .detail-list {
	float: left;
	margin-top: 39px;
}

@media (max-width: 767px) {
article .support .support-list > li:nth-of-type(2) .detail-list {
	float: none;
	margin: 40px auto 0;
	text-align: center;
	width: 248px;
}
article .support .support-list > li:nth-of-type(2) .detail-list li:nth-of-type(4) {
	margin-left: 0;
}
}
article .support .support-list > li .list-content {
	color: #1a1a1a;
	width: 425px;
}

@media (max-width: 767px) {
article .support .support-list > li .list-content {
	width: 100%;
}
}
article .support .support-list > li .list-content .sub-title {
	font-size: 20px;
	letter-spacing: 0.06em;
	line-height: 36px;
	margin-bottom: 8px;
}

@media (max-width: 767px) {
article .support .support-list > li .list-content .sub-title {
	font-size: 16px;
	line-height: 18px;
}
}
article .support .support-list > li .list-content .list-title {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-bottom: 29px;
	white-space: nowrap;
}

@media (max-width: 767px) {
article .support .support-list > li .list-content .list-title {
	font-size: 32px;
	margin-bottom: 17px;
}
}
article .support .support-list > li .list-content .list-desc {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 28px;
}

@media (max-width: 767px) {
article .support .support-list > li .list-content .list-desc {
	font-size: 14px;
	line-height: 23px;
}
}
article .support .support-list > li .detail-list {
	font-size: 0;
	letter-spacing: 0;
}
article .support .support-list > li .detail-list > li {
	background: #fff;
	border-radius: 50%;
	color: #05a4d5;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 130px;
	letter-spacing: 0.06em;
	line-height: 20px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 130px;
}

@media (max-width: 767px) {
article .support .support-list > li .detail-list > li {
	height: 76px;
	font-size: 12px;
	line-height: 14.5px;
	width: 76px;
}
}
article .support .support-list > li .detail-list > li:nth-of-type(n+2) {
	margin-left: 15px;
}

@media (max-width: 767px) {
article .support .support-list > li .detail-list > li:nth-of-type(n+2) {
	margin-left: 10px;
}
}
article .support .support-list > li .detail-list > li span {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
}
article .topic {
	background: url("../image/bg-topic.png");
	margin-bottom: -114px;
	padding: 154px 0 92px;
	position: relative;
	top: -160px;
}

@media (max-width: 767px) {
article .topic {
	padding: 132px 0 39px;
}
}
article .topic .section-title {
	font-family: 'Heebo', sans-serif;
	font-size: 58px;
	font-weight: 400;
	letter-spacing: 0.06em;
	margin-bottom: 53px;
}

@media (max-width: 767px) {
article .topic .section-title {
	font-size: 29px;
	margin-bottom: 38px;
}
article .topic .section-title::after {
	margin-top: 16px;
}
}
article .topic .category-list {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

@media (max-width: 767px) {
article .topic .category-list {
	padding: 0 20px;
}
}
article .topic .category-list > li {
	display: inline-block;
	vertical-align: top;
	width: 380px;
}
article .topic .category-list > li:nth-of-type(n+2) {
	margin-left: 50px;
}

@media (max-width: 1240px) {
article .topic .category-list > li:nth-of-type(n+2) {
	margin-left: 5px;
}
}

@media (max-width: 767px) {
article .topic .category-list > li:nth-of-type(n+2) {
	margin-left: 0;
}
}

@media (max-width: 767px) {
article .topic .category-list > li {
	display: block;
	margin: 0;
	width: 100%;
}
article .topic .category-list > li:nth-of-type(n+2) {
	margin-top: 40px;
}
}
article .topic .category-list > li .category-title {
	font-family: 'Heebo', sans-serif;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 36px;
	margin-bottom: 22px;
}

@media (max-width: 767px) {
article .topic .category-list > li .category-title {
	font-size: 22px;
	line-height: 18px;
	margin-bottom: 20px;
}
}
article .topic .category-list > li .detail-list {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
article .topic .category-list > li .detail-list {
	margin-bottom: 21px;
}
}
article .topic .category-list > li .detail-list > li {
	background: #fff;
	height: 151px;
}

@media (max-width: 767px) {
article .topic .category-list > li .detail-list > li {
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	height: auto;
}
}
article .topic .category-list > li .detail-list > li:nth-of-type(n+2) {
	margin-top: 10px;
}
article .topic .category-list > li .detail-list > li .head-area {
	border-bottom: 1px solid #ebebeb;
	box-sizing: border-box;
	height: 36px;
	padding: 6px 14px;
	text-align: left;
}

@media (max-width: 767px) {
article .topic .category-list > li .detail-list > li .head-area {
	height: 31px;
}
}
article .topic .category-list > li .detail-list > li .head-area img {
	margin-right: 10px;
	vertical-align: -3px;
}

@media (max-width: 767px) {
article .topic .category-list > li .detail-list > li .head-area img {
	transform: scale(0.86);
}
}
article .topic .category-list > li .detail-list > li .head-area time {
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

@media (max-width: 767px) {
article .topic .category-list > li .detail-list > li .head-area time {
	font-size: 14px;
}
}
article .topic .category-list > li .detail-list > li .head-area .place {
	color: #f68f08;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.14em;
	margin-left: 13px;
}

@media (max-width: 767px) {
article .topic .category-list > li .detail-list > li .head-area .place {
	font-size: 14px;
	line-height: 18px;
}
}
article .topic .category-list > li .detail-list > li .list-desc {
	box-sizing: border-box;
	font-size: 14px;
	height: 112px;
	letter-spacing: 0.06em;
	line-height: 26px;
	overflow: scroll;
	padding: 17px 33px;
	text-align: left;
}

@media (max-width: 767px) {
article .topic .category-list > li .detail-list > li .list-desc {
	font-size: 14px;
	height: auto;
	line-height: 22px;
	padding: 15px 20px;
}
}
article .topic .category-list > li .btn-more, .about .btn-more{
	border: 1px solid #1a1a1a;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	height: 70px;
	line-height: 68px;
	width: 340px;
}

@media (max-width: 767px) {
article .topic .category-list > li .btn-more, .about .btn-more{
	height: 45px;
	line-height: 43px;
	width: 265px;
}
}
article .topic .category-list > li .btn-more span, .about .btn-more span{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
article .topic .category-list > li .btn-more span, .about .btn-more span{
	font-size: 14px;
}
}
article .topic .category-list > li .btn-more span::before, .about .btn-more span::before{
	border-bottom: 5px solid transparent;
	border-left: 8px solid #1a1a1a;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	margin-right: 16px;
	vertical-align: 3px;
}

@media (max-width: 767px) {
article .topic .category-list > li .btn-more span::before, .about .btn-more span::before{
	margin-right: 9px;
	vertical-align: 0;
}
}
#footer {
	opacity: 0;
}
#footer .contact-area {
	background: #05a4d5;
}
#footer .contact-area .area-content {
	margin: 0 auto;
	padding: 34px 0 26px;
	width: 954px;
}

@media (max-width: 767px) {
#footer .contact-area .area-content {
	padding: 38px 0 41px;
	width: 100%;
}
}
#footer .contact-area .area-content::after {
	clear: both;
	content: "";
	display: block;
}
#footer .contact-area .area-content .phone-box {
	float: right;
	text-align: center;
	line-height: 54px;
}

@media (max-width: 767px) {
#footer .contact-area .area-content .phone-box {
	float: none;
}
}
#footer .contact-area .area-content .phone-box .box-head {
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 36px;
	margin-right: 20px;
	vertical-align: top;
}

@media (max-width: 767px) {
#footer .contact-area .area-content .phone-box .box-head {
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 14px;
}
}
#footer .contact-area .area-content .phone-box .phone-num {
	color: #fff;
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 36px;
	vertical-align: top;
}

@media (max-width: 767px) {
#footer .contact-area .area-content .phone-box .phone-num {
	display: block;
	font-size: 33px;
	line-height: 1;
}
}
#footer .contact-area .area-content .phone-box .phone-num img {
	margin-right: 10px;
	vertical-align: top;
	width: 33px;
}

@media (max-width: 767px) {
#footer .contact-area .area-content .phone-box .phone-num img {
	vertical-align: 0px;
	width: 29px;
}
}
#footer .contact-area .area-content .phone-box .phone-time {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 22px;
	margin-top: 2px;
}

@media (max-width: 767px) {
#footer .contact-area .area-content .phone-box .phone-time {
	font-size: 12px;
	line-height: 18px;
	margin-top: 6px;
}
}
#footer .contact-area .area-content .btn-contact {
	background: #fff;
	border-radius: 4px;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 54px;
	height: 54px;
	text-align: center;
	width: 290px;
}

@media (max-width: 767px) {
#footer .contact-area .area-content .btn-contact {
	float: none;
	height: 45px;
	font-size: 14px;
	line-height: 45px;
	margin: 15px auto 0;
	width: 220px;
}
}
#footer .contact-area .area-content .btn-contact span {
	border-bottom: 5px solid transparent;
	border-left: 8px solid #1a1a1a;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	margin-right: 12px;
	vertical-align: 2px;
}

@media (max-width: 767px) {
#footer .contact-area .area-content .btn-contact span {
	vertical-align: 0;
}
}
#footer .contact-area .area-content .btn-contact img {
	margin-right: 9px;
	width: 26px;
}

@media (max-width: 767px) {
#footer .contact-area .area-content .btn-contact img {
	vertical-align: 0;
	width: 13px;
}
}
#footer .company-area {
	background: #1a1a1a;
	padding: 46px 0;
}

@media (max-width: 767px) {
#footer .company-area {
	padding: 40px 0 60px;
}
}
#footer .company-area .logo-box {
	margin: 0 auto 36px;
	width: 222px;
}

@media (max-width: 767px) {
#footer .company-area .logo-box {
	width: 150px;
}
}
#footer .company-area .logo-box img {
	vertical-align: top;
	width: 100%;
}
#footer .company-area .link-list {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	width: 954px;
	margin: 0 auto 46px;
}

@media (max-width: 767px) {
#footer .company-area .link-list {
	margin: 0 auto 30px;
	width: 100%;
}
}
#footer .company-area .link-list li {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.14em;
	line-height: 36px;
	vertical-align: top;
}

@media (max-width: 767px) {
#footer .company-area .link-list li {
	display: block;
	line-height: 23px;
}
}

@media (max-width: 767px) {
#footer .company-area .link-list li:nth-of-type(n+2) {
	margin-top: 6px;
}
}
#footer .company-area .link-list li:nth-of-type(n+2)::before {
	background: #fff;
	content: "";
	display: inline-block;
	height: 10px;
	line-height: 36px;
	margin: 0 20px;
	width: 1px;
}

@media (max-width: 767px) {
#footer .company-area .link-list li:nth-of-type(n+2)::before {
	display: none;
}
}

#footer .company-area .copy {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.14em;
	line-height: 36px;
	text-align: center;
}

@media (max-width: 767px) {
#footer .company-area .copy {
	font-size: 9px;
	line-height: 18px;
}
}

/*# sourceMappingURL=style.css.map */
