@charset "utf-8";
/* CSS Document */
p{
	font-size: 16px;
}
/*スライド*/
.slide-box{
    height: 545px;
    overflow: hidden;
    opacity: 0;
    transition: 1.0s;s
    -webkit-transition: 1.0s; 
    -moz-transition: 1.0s; 
    -o-transition: 1.0s; 
    -moz-transition-delay:s;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    -ms-transition-delay:0s;
}
.slide-box.after{
    opacity: 1;
}
.slide-box.after{
	opacity: 1;
}
.loop_css {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100vw;
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
  z-index: 1;
	transition: 1.0s;
	-webkit-transition: 1.0s; 
	-moz-transition: 1.0s; 
	-o-transition: 1.0s; 
	-moz-transition-delay:0.5s;
	-webkit-transition-delay:0.5s;
	-o-transition-delay:0.5s;
	-ms-transition-delay:0.5s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.loop_css.moved2{
	opacity: 0;
}
.loop_css img {
  width: auto;
	max-width: none;
  height: 100%;
}
/*.loop_css img {
  width: auto;
	max-width: none;
  height: 100%;
	opacity: 1;
	-webkit-transform: translateX(82%);
    -ms-transform: translateX(82%);
    transform: translateX(82%);
	transition: 30.0s;
	-webkit-transition: 30.0s; 
	-moz-transition: 30.0s; 
	-o-transition: 30.0s; 
	-moz-transition-delay:0s;<strong></strong>
	-webkit-transition-delay:0s;
	-o-transition-delay:0s;
	-ms-transition-delay:0s;
}
.loop_css.move img {
	opacity: 1;
	-webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}*/
/* 1つ目の画像 */
.loop_css.move img {
  -webkit-animation: loop 60s -30s linear 1;
  animation: loop 60s -30s linear 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.loop_css.moved img{
  -webkit-transform: translateX(-66%);
    -ms-transform: translateX(-66%);
    transform: translateX(-66%);
}
/*.loop_css.moved2 img{
  -webkit-transform: translateX(-67%);
    -ms-transform: translateX(-67%);
    transform: translateX(-67%);
	opacity: 0;
}*/
/* 2つ目の画像 */
/*.loop_css img + img {
  -webkit-animation: loop2 60s  linear infinite;
  animation: loop2 60s linear infinite;
}*/

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
	opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-66%);
    -ms-transform: translateX(-66%);
    transform: translateX(-66%);
	opacity: 1;
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
	opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-66%);
    -ms-transform: translateX(-66%);
    transform: translateX(-66%);
	opacity: 1;
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.top-line{
  position: absolute;
	bottom:71px;
  height: 14px;
  opacity: 0.6;
  background-image: linear-gradient(to bottom, #3b0372, #1e0239);
	z-index: 2;
	width: 0;
	transition: 1.0s;
	-webkit-transition: 1.0s; /* Chrome、Safari用 */
	-moz-transition: 1.0s; /* Firefox用 */
	-o-transition: 1.0s; /* Opera用 */
	-moz-transition-delay:2s;
	-webkit-transition-delay:2s;
	-o-transition-delay:2s;
	-ms-transition-delay:2s;
}
.top-line.full{
	width: 100%;
	opacity: 0.6;
}
.video-box .top-line{
	width: 100%;
	opacity: 0.6;
}
.top-line.full.fulled{
	opacity: 0;
}
.slide-box h2{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 3;
	bottom:0px;
	left:0;
	right:0;
	opacity: 0;
	transition: 1.0s;
	-webkit-transition: 1.0s; /* Chrome、Safari用 */
	-moz-transition: 1.0s; /* Firefox用 */
	-o-transition: 1.0s; /* Opera用 */
	-moz-transition-delay:1s;
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	-ms-transition-delay:1s;
}
.video-box h2{
	opacity: 1;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 3;
	bottom:0px;
	left:0;
	right:0;
}
.slide-box h2.fade{
	opacity: 1;
}
.slide-box h2.fade.faded{
	opacity: 0;
}
.ttl-box{
	padding-top: 37px;
	padding-bottom: 34px;
}
.ttl-img{
	width: 873px;
}
.ttl-copy{
	font-size: 26px;
	line-height: 1.44;
	text-align: center;
	font-weight: 500;
	margin-bottom: 0;
}
.ttl-copy span.big{
	color: #560BA1;
	font-size: 32px;
	font-weight: 700;
}
.sai-img{
	position: absolute;
	top:-149px;
	width: 325px;
	right:-158px;
	z-index: 9;
}
.sai-txt{
	position: absolute;
	bottom:10px;
	left:80px;
}
.second-box{
	background: url("../images/index/slide_02_bg.jpg") no-repeat center center;
	background-size:cover;
	padding-top: 0px;
	position: absolute;
	z-index: 4;
	width: 100%;
	left:0;
	top:0;
	opacity: 0;
		transition: 1.0s;
	-webkit-transition: 1.0s; /* Chrome、Safari用 */
	-moz-transition: 1.0s; /* Firefox用 */
	-o-transition: 1.0s; /* Opera用 */
		-moz-transition-delay:0.5s;
-webkit-transition-delay:0.5s;
-o-transition-delay:0.5s;
-ms-transition-delay:0.5s;
}
.second-box.fade{
	opacity: 1;
}
.second-box .position{
	width: 1088px;
	margin-left: auto;
	margin-right: auto;
}
.second-box h3{
	top:0;
	width: 82%;
	opacity: 0;
	transition: 1.0s;
	-webkit-transition: 1.0s; /* Chrome、Safari用 */
	-moz-transition: 1.0s; /* Firefox用 */
	-o-transition: 1.0s; /* Opera用 */
	-moz-transition-delay:2s;
    -webkit-transition-delay:2s;
    -o-transition-delay:2s;
    -ms-transition-delay:2s;
}
.second-box h3.fade{
	opacity: 1;
}
.second-box .tex{
	width: 32%;
	bottom:22%;
	right:-50%;
	position: absolute;
	opacity: 0;
	transition: 1.0s;
	-webkit-transition: 1.0s; /* Chrome、Safari用 */
	-moz-transition: 1.0s; /* Firefox用 */
	-o-transition: 1.0s; /* Opera用 */
	-moz-transition-delay:2s;
    -webkit-transition-delay:2s;
    -o-transition-delay:2s;
    -ms-transition-delay:2s;
}
.second-box .tex.fade{
	opacity: 1;
	right:0;
}
.s-02{
	position: relative;
}
.s-02::before{
	content: "";
	position: absolute;
	top:0;
	width: 100%;
	left: 0;
	background: url("../images/index/bg_01.jpg") no-repeat center top;
	background-size:cover;
	pointer-events: none;
	z-index: 1;
	height: 540px;
}
.s-02 .container{
	position: relative;
	z-index: 2;
}
.s-02 .line{
	width: 100%;
    background-image: linear-gradient(to right, rgba(4, 93, 196, 0.9), #6333a2 48%, #bf0bbf);
	height: 6px;
	opacity: 0.5;
}
.s-02 .pic{
	margin-top: -45px;
}
.s-02 .tex-box p{
    font-size: 21px;
    font-weight: bold;
    line-height: 1.71;
    text-align: left;
    color: #484848;
}
.btn-box a{
  border-radius: 5px;
  padding:16px 0 16px 0px;
  background-image: linear-gradient(to right, #5c1880 0%, #045bc3 100%);
	position: relative;
	display: block;
	width: 100%;
	color:#fff;
	text-align: center;
	font-weight: bold;
}
.btn-box a .yajirushi{
	width: 17px;
	display: inline-block;
	vertical-align: top;
}
/*.s-02 .btn-box a::after{
	background: url("../images/index/yajirushi_w.png") no-repeat right top;
	background-size:100%;
	width: 17px;
	height: 17px;
	position: absolute;
	right:40px;
	top:18px;
	content:"";
}*/
.news-box h3{
	text-align: right;
}
.news-box h3 img{
	width: 134px;
}
.news-box .info-wrap .info-box:last-child {
    margin-bottom: 0px;
}
.btn-box-2{
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}
.btn-box-2 a{
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
    border-radius: 10px;
    border: solid 3px #707070;
	font-weight: bold;
	background: #fff;
	color:000;
	font-size: 16px;
}
.btn-box-2 a .yajirushi{
	width: 17px;
	display: inline-block;
	vertical-align: top;
}
.service-box{
	background: url("../images/index/bg_02.jpg") no-repeat 80% 80px;
	background-size:1723px;
}
@media print, screen and (min-width : 1723px) {
.service-box{
	background: url("../images/index/bg_02.jpg") no-repeat 80% 80px;
	background-size:cover;
}	
}
.service-box h3{
	text-align: left;
	width: 192px;
	margin-left: 14px;
	margin-bottom: 0;
}
.service-box h3 img{
	width: 192px;
}
.service-bg{
	border-radius: 20px;
	padding:10px;
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.44);
}
.service-wrap{
	border-radius: 10px;
}
.name-box.odd .name-txt{
	padding-top: 20px;
	margin-left: -48px;
}
.name-box.even .name-txt{
	padding-top: 20px;
	margin-right: -48px;
}
.name-txt p{
	margin-bottom: 0;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.92;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(113, 61, 0, 0.53);
	display: inline-block;
	vertical-align: middle;
}
.name-txt .icon{
	width: 228px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.name-box.odd .name-icon{
	width: 240px;
	margin-top: -44px;
	margin-right: -54px;
}
.name-box.even .name-icon{
	width: 240px;
	margin-top: -44px;
	margin-left: -54px;
}
.fukidashi-box{
	padding:30px 30px 30px;
    box-shadow: 0 0 15px 0 rgba(154, 95, 2, 0.65);
    background-color: #ffffff;
	width: 794px;
	border-radius: 30px;
	margin-top: -80px;
	position: relative;
	margin-bottom: 27px;
}
.service-wrap.ptn2 .fukidashi-box{
  box-shadow: 0 0 10px 0 rgba(83, 35, 1, 0.77);
}
.service-wrap.ptn3 .fukidashi-box{
  box-shadow: 0 0 15px 0 rgba(0, 59, 141, 0.65);
}
.service-wrap.ptn4 .fukidashi-box{
  box-shadow: 0 0 15px 0 rgba(0, 70, 43, 0.65)
}
.fukidashi-box .red{
	color:#9d0303;
	font-weight: bold;
}
.fukidashi-box .pic{
	width: 200px;
}
.fukidashi-box .pic img{
	border-radius: 20px;
}
.fukidashi-box .txt{
	width:496px;
}
.fukidashi-box .txt p{
	line-height: 1.63;
}
.fukidashi-box .logo-1{
	width: 360px;
}
.fukidashi-box .logo-2{
	width: 226px;
}
.fukidashi-box .logo-3{
	width: 186px;
}
.fukidashi-box .logo-4{
	width: 189px;
}
.fukidashi-box.odd .fukidashi{
	position: absolute;
	top:80px;
	right:-36px;
	width: 36px;
}
.fukidashi-box.even .fukidashi{
	position: absolute;
	top:80px;
	left:-36px;
	width: 36px;
}
.fukidashi-box .btn-box{
	width: 100%;
}
.tenkai-box .btn-box{
	width: 426px;
}
.btn-box .text{
	margin-right: 4px;
	display: inline-block;
}
.service-wrap dl.panel{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column-reverse;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.service-wrap .panel dt{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	text-align: center;
	cursor: pointer;
  background-image: linear-gradient(to top, rgba(0,0,0,0.7),  rgba(84,84,84,0.7));
}
.service-wrap .panel dt img{
	width: 37.5px;
	padding-top: 17px;
	padding-bottom: 17px;
}
.service-wrap .panel dt.open img{
	transform: rotateX(180deg);
    padding-top: 20px;
    padding-bottom: 14px;
}
.service-wrap .panel dd{
	background: #fff;
	/*padding:3% 3%;*/
	display: none;
}
.service-wrap{
	padding-bottom: 18px;
}
.service-wrap.ptn1{
  background-image: linear-gradient(to bottom, #ffad3c, #ffce00);
}
.service-wrap.ptn2{
  background-image: linear-gradient(to top, rgba(248, 154, 147, 0.9), #ff6f6f);
}
.service-wrap.ptn3{
  background-image: linear-gradient(to bottom, rgba(39, 121, 252, 0.9), #91bafc);
}
.service-wrap.ptn4{
  background-image: linear-gradient(to top, rgba(144, 250, 245, 0.9), #03b2ac);
}
.kontaro-bg{
	padding:23px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, rgba(191, 189, 189, 0.3), rgba(85, 84, 84, 0.3));
	position: relative;
	margin-top: 160px;
	margin-bottom: 71px;
}
.kontaro-bg .text-wrap{
	background: #fff;
	border-radius: 10px;
}
.kontaro-bg .tex-box{
	padding:42px 56px 40px 239px;
}
.kontaro-bg h4{
	font-size: 38px;
	margin-bottom: 15px;
	line-height: 1;
}
.kontaro-bg h4 span{
	font-size: 23px;
}
.kontaro-bg p{
	color:#484848;
	line-height: 1.625;
}
.kontaro-bg .btn-box{
	width: 226px;
}
.blog-con h3.name{
	font-size: 38px;
	line-height: 1;
}
.blog-con h3.name.ex{
	padding-bottom: 20px;
	border-bottom: 9px solid #D40000;
}
.blog-con h3.name.ex2{
	padding-bottom: 20px;
	border-bottom: 9px solid #0093FF;
}
.blog-con .blog-pic{
	margin-bottom: 0;
	position: relative;
	height: 184px;
	overflow: hidden;
	width: 100%;
}
.blog-con .blog-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    /* max-height: 80px; */
    max-width: none;
}
.blog-con .blog-tex{
	font-size: 16px;
	line-height: 1.625;
	margin-top: 10px;
}

.s-05{
	background: url("../images/index/bg_03.jpg") no-repeat center top;
	background-size:cover;
	padding-top: 72px;
	padding-bottom: 44px;
}
.office-box h3{
	text-align: right;
}
.office-box h3 img{
	width: 482px;
}
.office-box .shop-pic{
	margin-bottom: 9px;
    box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.16);
    background-image: linear-gradient(to top, rgba(4, 93, 196, 0.9), rgba(99, 51, 162, 0.5) 48%, rgba(191, 11, 191, 0.5));
	border-radius: 10px;
	padding:12px;
}
.office-box .shop-tex{
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 1.3;
	text-align: center;
}
.b-line{
  width: 100%;
  height: 21px;
  opacity: 0.12;
  background-color: #7c00ff;
}
.s-06{
	padding-top: 150px;
	padding-bottom: 108px;
}
.s-06 .txt-box{
	width: 443px;
	float: left;
	/*font-family: 'メイリオ','AXIS Std','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 'Meiryo','Helvetica Neue', 'Helvetica', 'Arial',sans-serif;*/
	color:#484848;
}
.s-06 h3{
	width: 374px;
	margin-bottom: 42px;
}
.s-06 h4{
  text-shadow: 0 0 15px #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.29;
	margin-bottom: 22px;
  color: #0c1a29;
}
.s-06 p{
	line-height: 2;
}
.s-06 .pic-box{
	margin-right: -60px;
	width: 584px;
	float: right;
}
.s-06 .img-box{
	position: relative;
	z-index: 2;
}
.s-06 .bg-box{
	bottom:-95px;
	right:-111px;
	position: absolute;
	z-index: 1;
	width: 617px;
    height: 337px;
    opacity: 0.5;
    border: solid 1px #707070;
    background-image: linear-gradient(to top, rgba(4, 93, 196, 0.9), rgba(99, 51, 162, 1.0) 48%, rgba(191, 11, 191, 1.0));
}
.header-line{
	border-bottom: none;
}

.tenkai-box.ptn1{
	padding:38px 42px 34px;
}
.tenkai-box.ptn2{
	padding:40px 60px 34px;
}
.tenkai-box.ptn3{
	padding:50px 60px 70px;
}
.tenkai-box.ptn4{
	padding:60px 60px 62px;
}
.tenkai-box.ptn1 .tenkai-h-1{
	position: absolute;
	left:19px;
	top:0;
	color:#320162;
	font-size: 19px;
	line-height: 1.52;
}
.tenkai-box .tenkai-h-2{
	font-size: 24px;
	color:#0C1A29;
	line-height: 1;
}
.tenkai-box .tenkai-h-2.ex{
	line-height: 1.33;
}
.tenkai-box .tenkai-h-3{
	clear: #000000;
	font-size: 18px;
}
.tenkai-box h4.tenkai-h-4{
	color: #004D50;
	font-size: 16px;
	text-align: center;
	line-height: 1;
}
.tenkai-box .caption{
	font-size: 14px;
}
.tenkai-box .tex-box-1{
	width: 550px;
	float: left;
}
.tenkai-box .tex-box-1 h3{
	width: 390px;
	margin-left: 0;
}
.tenkai-box .tex-box-1 h3 img{
	width: 100%;
}
.tenkai-box .pic-box-1{
	float: right;
	margin-right: -32px;
	width: 306px;
}
.tenkai-box .tex-box-2{
	width: 560px;
}
.tenkai-box .pic-box-2{
	width: 234px;
}
.tenkai-box .tex-box-3{
	width: 500px;
	float: left;
}
.tenkai-box .pic-box-3{
	float: right;
	width: 286px;
}
.tenkai-box .col-box{
	width: 266px;
	float: left;
	margin-right: 10px;
}
.tenkai-box .col-box.last{
	margin-right: 0;
}
.tenkai-box .line-box{
	border-bottom:1px solid rgba(112,112,112,0.5);
	margin-bottom: 25px;
	padding-bottom: 30px;
}
.tenkai-box .dot-box{
	border-bottom: 2px dotted #707070;
	margin-bottom: 25px;
	padding-bottom: 30px;
}
@media print, screen and (min-width : 768px) {
	.s-02{
		position: relative;
	}
	.s-02::before{
		content: "";
		position: absolute;
		top:6px;
		width: 100%;
		left: 0;
		background: url("../images/index/bg_01.jpg") no-repeat center top;
		background-size:cover;
		pointer-events: none;
		z-index: 1;
		height: 50vw;
	}
	.s-02 .pic-box{
		width: 275px;
		float: left;
		margin-right: 40px;
	}
	.s-02 .tex-box{
		width: 584px;
		float: left;
		margin-bottom: 23px;
	}	
	.s-02 .tex-box h2{
		width: 521px;
	}
	.s-02 .tex-box .btn-box{
		width: 323px;
		margin-top: 23px;
	}
	.service-box .wrap{
		width: 1014px;
		margin-left: auto;
		margin-right: auto;
	}
	.fukidashi-box.odd{
		margin-left: 28px;
	}
	.fukidashi-box.even{
		margin-left: 180px;
	}
	.name-txt p{
		padding-top: 6px;
	}
	.kontaro-bg .icon{
        position: absolute;
        width: 346px;
        top:-121px;
        left:-103px;
    }
	.fukidashi-box .txt.ex{
        width: 304px;
		margin-left: 24px;
		padding-top: 18px;
    }
	.service-wrap.ptn1 .fukidashi-box .txt{
		width: 506px;
	}
	.s-06 .btn-box{
		width: 226px;
		margin-top: 29px;
	}
}
.link-texbox  a {
    color: #007bff;
     text-decoration: underline; 
}
@media print, screen and (min-width : 768px) {
	.link-texbox .left{
		float: left;
	}
	.link-texbox .right{
		float: right;
	}
}
@media only screen and (max-width : 767px) {
	body{
		display: none;
	}
/*body{
	display: none;
    -webkit-transition: 1.0s; 
    -moz-transition: 1.0s; 
    -o-transition: 1.0s; 
    -moz-transition-delay:1s;
    -webkit-transition-delay:1s;
    -o-transition-delay:1s;
    -ms-transition-delay:1s;
}*/
	/*body.read{
		opacity: 1;
		}*/
p{
    font-size: 3.9vw;
	line-height: 1.85;
}
.slide-box{
	height: 100%;
	padding-top: 52%;
	overflow: hidden;
}
.loop_css:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
.loop_css {
	position: absolute;
  width: 100vw;
  height: 100%;
	top:0;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
  z-index: 1;
}
.top-line{
  position: absolute;
	bottom:14%;
  /*width: 100%;*/
  height: 8px;
}
.blog-con h3.name.ex{
	padding-bottom: 4vw;
	border-bottom: 4px solid #D40000;
}
.blog-con h3.name.ex2{
	padding-bottom: 4vw;
	border-bottom: 4px solid #0093FF;
}
/*.loop_css img{
	-webkit-transform: translateX(76%);
    -ms-transform: translateX(76%);
    transform: translateX(76%);
	opacity: 1;
}*/
/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(74%);
    -ms-transform: translateX(74%);
    transform: translateX(74%);
	opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-72%);
    -ms-transform: translateX(-72%);
    transform: translateX(-72%);
	opacity: 1;
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(74%);
    -ms-transform: translateX(74%);
    transform: translateX(74%);
	opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-72%);
    -ms-transform: translateX(-72%);
    transform: translateX(-72%);
	opacity: 1;
  }
}
.loop_css.moved img{
  -webkit-transform: translateX(-72%);
    -ms-transform: translateX(-72%);
    transform: translateX(-72%);
}
	
.slide-box h2{
	width: 90%;
}
	.video-box h2{
		width: 90%;
	}
.second-box{
	padding-top: 2%;
	position: absolute;
	z-index: 4;
	width: 100%;
	left:0;
	top:0;
}
.second-box .position{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.ttl-box{
	padding-top: 8%;
	padding-bottom: 12%;
}
.ttl-img{
	width: 64%;
}
.ttl-copy{
	font-size: 4.22vw;
	line-height: 1.44;
	text-align: left;
	font-weight: 500;
	margin-bottom: 0;
}
.ttl-copy span.big{
	font-size: 6.03vw;
}
.sai-img{
	top: -63%;
    width: 41.6%;
    right: -2%;
    z-index: 9;
}
.sai-txt{
	position: absolute;
	bottom:20%;
	left:-5%;
	font-size: 2.0vw;
}
	.s-02{
		background: url(../images/index/bg_01.jpg) no-repeat 10% top;
    	background-size: 400%;
	}
.s-02 .pic{
	width: 46%;
	float: left;
}
.s-02 .sp-tex{
	width: 43%;
	float: left;
	padding-top: 21%;
	margin-left: 2%;
}
.s-02 .tex-box p{
    font-size:3.9vw;
}
.s-02 .btn-box a,.btn-box a{
  border-radius: 5px;
  padding:5% 0;
  text-align: center;
  background-image: linear-gradient(to right, #5c1880 0%, #045bc3 100%);
	position: relative;
	display: block;
	width: 100%;
	color:#fff;
	font-size: 4.4vw;
}
/*.s-02 .btn-box a::after{
	background: url("../images/index/yajirushi_w.png") no-repeat right top;
	background-size:100%;
	width: 19px;
	height: 19px;
	position: absolute;
	right:10%;
	top:5vw;
	content:"";
}*/
	
.news-box h3{
	text-align: center;
}
.news-box h3 img{
	width: 32%;
}
.btn-box-2{
	width: 100%;
}

.btn-box-2 a{
	display: block;
	padding-top: 5%;
	padding-bottom: 5%;
    border: solid 2px #707070;
	font-size: 4.4vw;
}
.service-box{
	background: none;;
	margin-top: 15%;
}
.service-box .wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.service-box h3{
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
}
.service-box h3 img{
	width: 38%;
}
.service-bg{
	border-radius: 0px;
	padding:3% 0;
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.44);
}
.service-wrap{
    padding:7% 5% 3%;
}
.name-box .name-txt{
	padding-top: 7%;
}
.name-box.odd .name-txt{
	float: left;
	width: 62%;
	padding-top: 9%;
	margin-left: 0px;
}
.service-wrap .ptn4 .name-txt{
	padding-top: 12%;
}
.service-wrap .ptn3 .name-txt{
	padding-top: 12%;
}
.name-box.even .name-txt{
	float: right;
	width: 62%;
	padding-top: 9%;
	margin-right: 0px;
	text-align: left;
}
.name-box.even .name-txt{

}
.name-txt p{
	margin-bottom: 0;
  font-size: 6.1vw;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
.service-wrap.ptn2 .name-txt p .ls,.service-wrap.ptn2 .name-txt p.ls-tex{
	letter-spacing: -0.08em;
}
.service-wrap.ptn2 .name-txt p .ls2{
	letter-spacing: -0.6em;
}
	.service-wrap.ptn2 .name-txt p .ls-box{
		text-indent: -0.4em;
		display: block;
	}
.name-txt .icon{
	width: 81%;
	margin-right: 0px;
	margin-left: -2%;
	display: inline-block;
}
.name-box.odd .name-icon{
	width: 51%;
    float: right;
    margin-top: 0px;
    margin-right: -13%;
}
.name-box.even .name-icon{
	width: 51%;
    float: left;
    margin-top: 0px;
    margin-left: -13%;
}
.fukidashi-box{
	padding:12% 7% 7%;
    box-shadow: 0 0 15px 0 rgba(154, 95, 2, 0.65);
    background-color: #ffffff;
	width: 100%;
	border-radius: 10px;
	margin-top: 20px;
	position: relative;
	margin-bottom: 5%;
}
.fukidashi-box .pic{
	width: 100%;
}
.fukidashi-box .pic img{
	border-radius: 10px;
}
.fukidashi-box .txt{
	width: 100%;
	margin-bottom: 9%;
}
.fukidashi-box .txt p{
	line-height: 1.63;
}
.fukidashi-box .logo-1{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.fukidashi-box .logo-2{
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}
.fukidashi-box .logo-3{
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7%;
}
.fukidashi-box .logo-4{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10%;
}
.fukidashi-box.odd .fukidashi{
	position: absolute;
    top: -10.0vw;
    right: 23%;
    width: 20%;
}
.fukidashi-box.even .fukidashi{
	position: absolute;
    top: -10.02vw;
    left: 22%;
    width: 20%;
}
.fukidashi-box .btn-box a .yajirushi {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
}
.fukidashi-box .btn-box,.tenkai-box .btn-box{
	width:100%;
}
.btn-box .text{
	margin-right: 4%;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	text-align: left;
}
.service-wrap dl.panel{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.service-wrap .panel dt{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	text-align: center;
	padding-top: 3%;
	padding-bottom: 2%;
  background-image: linear-gradient(to top, rgba(0,0,0,0.7),  rgba(84,84,84,0.7));
}
.service-wrap .panel dt img{
	width: 9%;
	padding-top: 1%;
	padding-bottom: 2%;
}
.service-wrap .panel dt.open img{
	width: 9%;
	padding-top: 2.5%;
    padding-bottom: 0%;
}
.service-wrap{
	padding-bottom: 5%;
	border-radius: 0;
}
.blog-con h3.name{
	font-size: 8.3vw;
}
.blog-con .blog-pic{
	margin-bottom: 0;
	position: relative;
	height:auto;
	padding-top: 75%;
	overflow: hidden;
	width: 100%;
}
.blog-con .blog-tex{
	font-size: 2.7vw;
	line-height: 1.25;
	margin-top: 5%;
}
.s-05{
	background: url("../images/index/bg_03_sp.jpg") no-repeat center top;
	background-size:110%;
	/*background: rgba(220,141,255,0.09);*/
	padding-top: 13%;
	padding-bottom: 9%;
}
.office-box h3{
	text-align: center;
}
.office-box h3 img{
	width: 68%;
}
.office-box .shop-pic{
	margin-bottom: 2%;
	padding:4%;
}
.office-box .shop-tex{
	font-size: 2.7vw;
	letter-spacing: 0;
}
.kontaro-bg{
	padding:4% 4%;
  border-radius: 20px;
	margin-top: 12%;
	margin-bottom: 9%;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}
.kontaro-bg .text-wrap{
	padding:3% 3% 10%;
	border-radius: 10px;
}
.kontaro-bg .tex-box{
	padding:2% 2% 0;
}
.kontaro-bg h4{
	font-size: 8.3vw;
	margin-bottom: 6%;
	text-align: center;
	line-height: 1.5;
}
.kontaro-bg h4 span{
	font-size: 5.0vw;
	display: block;
}
.kontaro-bg p{
	color:#484848;
	font-size: 3.9vw;
}
.kontaro-bg .btn-box{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.s-06{
	padding-top: 22%;
	padding-bottom: 18%;
}
.s-06 .txt-box{
	width: 100%;
	margin-bottom: 18%;
	float: none;
}
.s-06 h3{
	width: 92%;
	margin-bottom: 9%;
}
.s-06 h4{
  font-size: 7.8vw;
	margin-bottom: 5%;
}
.s-06 p{
	line-height: 1.6;
	font-size: 4.2vw;
}
.s-06 .pic-box{
	margin-right: -24px;
	margin-left: -24px;
	width: calc(100% + 48px);
	float: none;
	margin-bottom: 18%;
}
.s-06 .img-box{
	position: relative;
	z-index: 2;
	width: 83%;
}
.s-06 .bg-box{
	bottom:-25%;
	right:0;
	position: absolute;
	z-index: 1;
	width: 83%;
    height: auto;
	padding-top: 54.4%;
}
.s-06 .btn-box a{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.tenkai-box.ptn1{
	padding:12% 5% 12% 5%;
}
	.tenkai-box .big-img{
		margin-left: -3%;
		margin-right: -3%;
		width: calc(100% + 6%);
	}
.tenkai-box.ptn2{
	padding:9% 5% 12% 9%;
}
.tenkai-box.ptn3{
	padding:9% 5% 12% 9%;
}
.tenkai-box.ptn4{
	padding:12% 5% 12% 7%;
}
.tenkai-box.ptn1 .tenkai-h-1{
	position: relative;
	left:auto;
	top:auto;
	font-size: 5.3vw;
	line-height: 1.52;
	margin-bottom: -4%;
}
.tenkai-box .tenkai-h-2{
	font-size: 4.5vw;
}
.tenkai-box .tenkai-h-3{
	clear: #000000;
	font-size: 4.8vw;
}
.tenkai-box .tenkai-h-2.big{
	font-size: 6.1vw;
}
.tenkai-box h4.tenkai-h-4{
	color: #004D50;
	font-size: 4.2vw;
	text-align: center;
	line-height: 1;
}
.tenkai-box .caption{
	font-size: 3.9vw;
}
.tenkai-box .tex-box-1{
	width: 100%;
	float: none;
}
.tenkai-box .tex-box-1 h3{
	width: 100%;
	margin-left: 0;
}
.tenkai-box .tex-box-1 h3 img{
	width: 100%;
}
.tenkai-box .pic-box-1{
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.tenkai-box .tex-box-2{
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.tenkai-box .pic-box-2{
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.tenkai-box .tex-box-3{
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.tenkai-box .pic-box-3{
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.tenkai-box .col-box{
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.tenkai-box .col-box.last{
	margin-right: 0;
}
.tenkai-box .line-box{
	border-bottom:none;
	margin-bottom: 0;
	padding-bottom: 16%;
}
.tenkai-box .dot-box{
	border-bottom:none;
	margin-bottom: 0;
	padding-bottom: 16%;
}
.service-bg .btn-box a .yajirushi{
	padding-top: 1.5%;
	vertical-align: top;
}
	.b-line{
		margin-top: 2%;
	}
}

@media (min-width: 768px) {
  .top-contents .container {
   	  max-width: 1054px;
	  min-width: 1054px;
  }
}

@media (min-width: 992px) {
  .top-contents .container {
    /*max-width: 960px;*/
	  max-width: 1054px;
  }
}

@media (min-width: 1200px) {
  .top-contents .container {
    /*max-width: 1140px;*/
	 max-width: 1054px;
  }
}

.bnr-flex1{
	display: flex;
	justify-content: space-between;
}
.bnr-flex1 li{
	padding: 12px 28px;
	border: 10px solid rgba(112,112,112,0.35);
	border-radius: 19px;
	margin-bottom: 30px;
	background: #fff;
	width: 49%;
}
.bnr-flex1 li .big-img{
	margin-bottom: 14px;
}
.bnr-flex1 li .bnr-box1{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.bnr-flex1 li .bnr-box2{
	display: flex;
	justify-content: space-between;
}
.bnr-flex1 li .bnr-box2 .box{
	width: 49%;
}
.bnr-flex2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bnr-flex2 li{
	width: 49%;
	margin-bottom: 20px;
}
/*.bnr-flex2 li:first-child{
    width: 31.3%;
}*/
.bnr-flex1 li a{
	display: block;
	width: 100%;
	height: 100%;
}
.bnr-flex1 li img{
	border-radius: 19px;
}
.bnr-flex2 li img{
	border-radius: 19px;
}
.bnr-flex2 li a{
	display: block;
	width: 100%;
	height: 100%;
}
.tenkai-h-2-img{
	max-width: 350px;
}
@media only screen and (max-width : 767px) {
	.bnr-flex1{
		display: block;
	}
	.bnr-flex1 li img{
		border-radius: 9px;
	}
	.bnr-flex1 li{
		padding: 2vw 4vw 4vw;
		border: 6px solid rgba(112,112,112,0.35);
		border-radius: 19px;
		margin-bottom: 5vw;
		width: 100%;
	}
	.bnr-flex1 li .big-img{
		margin-bottom: 2vw;
	}
	.bnr-flex1 li .bnr-box2{
		display: flex;
		justify-content: space-between;
	}
	.bnr-flex1 li .bnr-box1{
		width: 100%;
	}
	.bnr-flex1 li .bnr-box2 .box{
		width: 48%;
	}
	.bnr-flex2{
		display: block;
	}
	.bnr-flex2 li{
		width: 100%;
		margin-bottom: 5vw;
	}
	.bnr-flex2 li:first-child{
		width: 100%;
	}
	.property__list__btn{
		font-size: 3.3vw!important;
		padding-top: 3vw!important;
		padding-bottom: 3vw!important;
	}
}
.video-box{
	position: relative;
}
.video-box video{
	width: 100%;
	height: 100%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}