@charset "UTF-8";

body {
	background-color: #fff;
}

.center{
	text-align: center;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb60{
	margin-bottom: 60px;
}
.mt30{
	margin-top: 30px;
}
.mt60{
	margin-top: 60px;
}
.pt10{
  /* padding-top: 10px; */
}
.w70{
	width: 70%;
}
.sponly{
	display: none;
}
.fs-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
    .pconly{
		display: none;
	}
	.sponly{
		display: inline-block;
	}
  .fs-18 {
    font-size: 16px;
  }
}

/*-----------------------  グロナビ非表示  -----------------------*/
@media (min-width: 768px) {
	.c-tec-nav{
		display: block;
	}

.c-tec-nav__children{
	z-index: 999;
}
}
/*-----------------------  パンくず  -----------------------*/
.p-tec_primary {
    background: #EEE;
    padding: 1.1rem 0;
    overflow-x: auto;
    overflow-y: hidden;
}
.c-menu {
    color: #333;
    font-size: 0.8rem;
    letter-spacing: -1rem;
    line-height: 2.2rem;
    /* white-space: nowrap; */
}
.c-menu > li {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 2rem;
}
.c-menu a {
    color: #333;
    text-decoration: underline;
}
.c-menu a:hover {
    text-decoration:underline;
}
.c-menu i {
    font-size: 1.4rem;
    margin-right: 4px;
}
div.p-container {
    position: relative;
    margin: 0 auto;
		color: #ffffff!important;
    background-color: transparent!important;
    border: none!important;
		padding-right: 15px;
		padding-left: 15px;
}
@media screen and (min-width: 576px) {
	div.p-container {
    width: 540px;
    max-width: 100%;
		padding-right: 15px;
    padding-left: 15px;
	}
}
@media screen and (min-width: 768px) {
	div.p-container {
	  width: 720px;
	  max-width: 100%;
		padding-right: 0;
    padding-left: 0;
	}
}
@media screen and (min-width: 992px) {
	div.p-container {
	  width: 960px;
	  max-width: 100%;
		padding-right: 15px;
    padding-left: 15px;
	}
}
.p-tec_inner {
    max-width: 970px;
}

/*-------------------------------------------------------------------content*/
.content{
	width: 940px;
	padding: 60px 0;
	margin: 0 auto;
	position: relative;
}
.breadcrumbs-wrapper>.content{
	padding: 0;
}
@media (max-width: 940px) {
    .content{
		width: 100%;
		padding: 70px 20px;
	}
}
@media (max-width: 767px) {
    .content{
		/* overflow: hidden; */
		padding: 50px 20px;
	}

}
/*-------------------------------------------------------------------mv*/
.mv{
  padding: 15px 0;
  background: url(../img/mv_bg.jpg) center 0 no-repeat;
  background-size: auto;
  height: 500px;
  width: 100%;
  margin: 0 auto;
}
.tec_logo{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 13%;
}
.semiself_logo{
	position: absolute;
	top: 5px;
	right: 135px;
	width: 14%;
}
.mv .center{
	position: relative;
	z-index: 1;
}
.main_txt{
  z-index: 1;
}

.main_txt div.movie{
	position: absolute;
	top: 180px;
	right: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.mv_kome{
  position: absolute;
  bottom: -345px;
  right: 10px;
}
.mv_kome::after {
	content:'';
	position: absolute;
	display:inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/arw-right.png) no-repeat center;
	background-size: contain;
	top: 14px;
	right: 30px;
}
.mv_kome a{
	display: block;
	padding: 8px 70px 8px 38px;
	background-color: #0064D2;
	border-radius: 10px;
	color: #fff;
	font-size: 1em;
}
.mv_kome a:hover{
	opacity:0.6;
}
.mv_regi{
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
}

.mv_nav{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.mv_nav a{
	color: #fff;
	position: relative;
	padding-left: 18px;
	display: block;
	padding: 16px 40px 16px 30px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
	border-left: 1px solid #fff;
	text-align: center;
}
.mv_nav a::before{
	content:
	'';
	position: absolute;
	display:
	inline-block;
	/* background: url(../img/arw-bottom.png) no-repeat center; */
	background-size: contain;
	top: -5px;
	right: 22px;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.mv_nav a:hover{
	opacity: 0.7;
	background-color:#007580;
	color:#fff;
}
.mv_nav a:hover::before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.mv_nav li{
  /* border-left: 1px solid #fff; */
  width: 20%;
}
.mv_nav li:last-child{
  border-right: 1px solid #fff;
}
.mv h2 {
  position: absolute;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.mv h2 span {
  font-size: 35px;
}
.mv_txt01 {
	position: absolute;
	bottom: 0px;
  left: 190px;
  top: 185px;
}
@media (max-width: 767px) {
  .mv h2{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 25px;
    left: 0;
    line-height: 1.2;
    font-size: 120%;
    text-shadow: 0px 0px 4px rgb(255 255 255), 0px 0px 3px rgb(255 255 255);
  }
  .mv h2 span{
    font-size: 19px;
  }
  .mv{
    padding: 0;
    background:url(../img/mv_bg_sp.png) center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    background-position: 0 0;
    height: 400px;
    margin-bottom: 250px;
  }
  .mv_txt01 {
    position: relative;
    bottom: 0px;
    left: 20%;
    top: 50px;
    width: 80%;
  }
	.tec_logo{
		max-width: 20%;
		width: 18%;
		right: 2%;
	}
  .semiself_logo{
    position: absolute;
    top: 10px;
    right: 22%;
    width: 20%;
  }
	.mv p.sponly{
		width: 70%;
	}
  .main_txt{
    position: absolute;
    width: 90%;
    margin: 0 auto 10px;
    bottom: -410px;
	}

.main_txt div.movie{
	position: relative;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}


	.mv_kome{
		bottom: 0px;
		position: relative;
	}
  .mv_kome a {
    margin-top: 10px;
    padding: 10px 30px 8px 18px;
    text-align: center;
    margin-left: 5%;
  }
  .mv_kome::after {
    top: 13px;
    right: 15px;
  }
	.main_txt .movie a{
		display: block;
	}
	.mv_regi{
		width: 100%;
		top: 0;
		left: 0;
		position: relative;
		margin: 0 auto;
	}
	.mv_nav{
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px;
	}
	.mv_nav li{
		width: 50%;
	}
	.mv_nav li:first-child,.mv_nav li:nth-child(2){
		/* margin-bottom: 10px; */
	}
	.mv_nav a{
		display: block;
		padding: 10px 40px 10px 30px;
		font-size: 15px;
		border-left: none;
	}
	.mv_nav li:last-child{
		border-right: none;
	}

}
@media (max-width: 500px) {
	.mv p.sponly{
		width: 100%;
	}
}
/*-------------------------------------------------------------------*/
.blue{
  background: url(../img/blue_bg01.png) 50% 50%;
  background-color: #E8F3FB;
}

.yellow{
  background: url(../img/blue_bg01.png) 50% 50%;
  background-color: #fffde9;
}
.title{
	text-align: center;
	margin-bottom: 20px;
}
h2.title {
  font-size: 30px;
  color: #0064D2;
}
@media (max-width: 767px) {
	.title{
		margin-bottom: 30px;
	}
	h2.title {
    font-size: 18px;
    color: #0064D2;
  }
}

/*-------------------------------------------------------------------movie*/
.movie .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.movie .content div:first-child{
	order: 1;
}

.movie .popup-youtube img {
  border-radius: 5px;
}
.movie .popup-youtube img:hover{
	opacity: 0.7;
	transition: 0.5s;
}
.mfp-content{
	max-width: 900px;
}
.mfp-content>iframe{
	width: 100%;
	height: 506px;
}
@media (max-width: 900px) {
	.mfp-content>iframe{
		height: 55vw
	}
}
@media (max-width: 767px) {
	.movie .content{
		flex-direction: column;
	}
	.movie .content div:first-child{
		order: 0;
		margin-bottom: 20px;
	}
}

/*-------------------------------------------------------------------problem reason merit*/
.problem ul{
	display: flex;
	justify-content: space-between;
}
.problem ul li{
	padding-right: 20px;
}
.problem ul li:last-child{
	margin-right: 0;
}
.problem ul li img{
  width: 153px;
  text-align: center;
  margin-bottom: 20px;
}
.problem ul li p{
  font-size: 18px;
  line-height: 1.4em;
}
.reason ul li, .merit ul li{
  display: flex;
  justify-content: space-between;
}
.reason ul li dl, .merit ul li dl{
  width: 60%;
  position: relative;
  padding-left: 50px;
}
.reason ul li dl dt, .merit ul li dl dt{
  color: #0064D2;
  font-size: 18px;
}
.reason ul li dl dd, .merit ul li dl dd{
  font-size: 16px;
}
.reason ul li dl::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/check.png) no-repeat center;
  background-size: contain;
  top: 4px;
  left: 0;
}
.merit ul li dl.num1::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/num_1.png) no-repeat center;
  background-size: contain;
  top: 4px;
  left: 0;
}
.merit ul li dl.num2::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/num_2.png) no-repeat center;
  background-size: contain;
  top: 4px;
  left: 0;
}

@media (max-width: 767px) {
	.problem h2 img,.reason h2 img{
		max-width: 80%;
	}
  .problem ul,.case ul{
		flex-direction: column;
	}
	.problem ul li{
	  padding-right: 0px;
	}
	.problem ul li{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.problem ul li:last-child{
		margin-bottom: 0;
	}
	.problem ul li p{
    font-size: 14px;
	}
  
  .reason ul li, .merit ul li{
    display: flex;
    flex-direction: column;
  }
  .reason ul li dl, .merit ul li dl{
    width: 100%;
    position: relative;
    padding-left: 40px;
  }
  .reason ul li dl dt, .merit ul li dl dt{
    font-size: 16px;
  }
  .reason ul li dl dd, .merit ul li dl dd{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .reason ul li dl::before {
    width: 25px;
    height: 25px;
    top: 4px;
    left: 0;
  }
  .merit ul li dl.num1::before {
    width: 25px;
    height: 25px;
    top: 4px;
    left: 0;
  }
  .merit ul li dl.num2::before {
    width: 25px;
    height: 25px;
    top: 4px;
    left: 0;
  }
}
/*-------------------------------------------------------------------sol*/
.solution {
  width: 100%;
  background: url(../img/blue_bg02.png) no-repeat 100% 60%;
  background-size: 20%;
  background-color: #0064D2;
  position:relative;
}
.solution .content{

}
.solution::after{
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  /*transform: translateX(-50%);*/
  top: calc(100% - 197px);
  left: calc(50% - 24px);
  border: solid 40px transparent;
  border-top: solid 24px #fff;
  transform: scale(0.7,1);
}

.solution .center{
	position: relative;
	z-index: 1;
}
.solution h2.title{
  color: #fff;
}
.sol_regi{
	position: absolute;
	top: 55%;
  left: -100px;
  transform: translateY(-50%);
}
.sol_easy{
	position: absolute;
	top: 55%;
  right: 0px;
  transform: translateY(-50%);
}
.sol_easy img:nth-child(2){
	position: absolute;
	left: 10px;
}
@media (max-width: 767px) {
	.solution {
    background: url(../img/blue_bg02.png) no-repeat 100% 145%;
    background-size: 30%;
    background-color: #0064D2;
 }
.solution::after{
  top: calc(100% - 197px);
  left: calc(50% - 40px);
  border: solid 50px transparent;
  border-top: solid 30px #fff;
  transform: scale(0.8,1);
}
	.solution h2 img{
		max-width: 70%;
	}
	.solution .content>div:nth-child(2){
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
  .sol_regi{
		flex-shrink: 1;
		margin-top: 120px;
		position: relative;
		top:0;
		left: 0;
		transform: none;
	}
	.sol_easy{
		flex-shrink: 1;
		margin-top: 30px;
		position: relative;
		top:0;
		left: 0;
		transform: none;
	}
	.sol_easy img:nth-child(2){
		left: -20px;
		width: 50%;
	}
}
/*-------------------------------------------------------------------flow*/
.flow {
  
}
.flow h2.title {
  font-size: 30px;
  color: #ff8c00;
}
.flow ul{
	display: flex;
  flex-direction: column;
}
.flow ul li{
  margin: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  opacity: 1;
  position: relative;
  margin-bottom: 40px;
}
.flow ul li:last-child{
	
}
.flow ul li img{
  width: 153px;
  text-align: center;
  margin-bottom: 20px;
}
.flow ul li p{
  font-size: 18px;
  line-height: 1.4em;
}
.flow dl {
  display: flex;
  /* flex-direction: column; */
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flow dl dt {
  width: 18%;
  padding-left: 40px;
  color: #ff8c00;
  font-size: 18px;
  padding: 15px 10px 15px 30px;
}
.flow dl dd {
  font-size: 16px;
  line-height: 1.4em;
  width: 82%;
  text-align: left;
  padding: 15px 30px 15px;
  margin-bottom: 0;
}
.flow ul li::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/arw-down_or.png) no-repeat center;
  background-size: contain;
  bottom: -35px;
  margin: auto;
  left: 0;
  right: 0;
}
.flow ul li:last-child::after{
  display: none;
}
@media (max-width: 767px) {
  .flow h2.title {
    font-size: 18px;
  }
	.flow dl {
    flex-direction: column;
	}
	.flow dl dt {
	  width: 100%;
	  padding: 15px 10px 5px;
	  text-align: center;
	  font-size: 16px;
	}
	.flow dl dd {
	  width: 100%;
	  padding: 10px;
	  text-align: left;
	  font-size: 16px;
	}
}
/*-------------------------------------------------------------------ask_btn*/
.ask_btn {
  width: 100%;
  background-color: #50BEBE;
  padding: 20px;
}
.ask_btn .content {
  padding: 0;
}
.ask_btn .center{
	/*position: relative;
	z-index: 1;*/
}
.ask_btn ul {
  display: flex;
  justify-content: space-around;
}
.ask_btn ul li{
  color: #fff;
  font-size: 24px;
}
.ask_btn ul li.btn{
}
.ask_btn ul li.btn::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/arw-right-green.png) no-repeat center;
  background-size: contain;
  top: 15px;
  right: 70px;
}
.ask_btn ul li.btn a{
  background-color: #fff;
  color: #007580;
  font-size: 18px;
  padding: 10px 80px;
  border-radius: 10px;
  position: relative;
}
.ask_btn ul li.btn a:hover{
	opacity:0.6;
}
@media (max-width: 767px) {
	.ask_btn {
  padding: 20px 10px;
}
	.ask_btn ul {
    /* justify-content: space-around; */
    flex-direction: column;
  }
  .ask_btn ul li{
    font-size: 18px;
    text-align: center;
  }
	.ask_btn ul li.btn{
		margin-top: 20px;
	}
	.ask_btn ul li.btn a{
    font-size: 18px;
    padding: 10px 32px;
  }
.ask_btn ul li.btn::after{
    width: 15px;
    height: 15px;
    top: 55px;
    right: 22px;
  }
}
/*-------------------------------------------------------------------cv*/
.cv_btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cv_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 50px;
	background-color: #fff;
	border: solid 1px #222E41;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	position: relative;
}
.cv_btn a:hover{
	background-color: #FFF09B;
	transition: 0.5s;
}
.cv_btn a:nth-child(1),.cv_btn a:nth-child(2){
	margin-right: 20px;
}
.cv_btn a:nth-child(1) .free{
	position: absolute;
	top: -23px;
	left: -20px;
}
.cv_btn a:nth-child(2) .free{
	position: absolute;
	top: -10px;
	left: 0px;
}
.cv_btn a:nth-child(1)::after,.cv_btn a:nth-child(2)::after{
	content:url(../img/cv_img02.png);
	position: absolute;
	right: 8px;
	bottom:0;
}
.cv_btn a:nth-child(3) img{
	padding-left: 25px;
}
.cv{
	padding: 40px 0;
	background: url(../img/cv_bg.png);
	background-size: cover;
}
.cv .cv_btn a:nth-child(1),.cv .cv_btn a:nth-child(2){
	margin-right: 40px;
}
.is-fixed{
	position: fixed;
	z-index: 10;
	width: 100%;
	padding: 8px 0;
	bottom:0;
	background-color: rgba(255,255,255,0.5);
}

@media (max-width: 767px) {
  .cv_btn{
		flex-direction: column;
	}
	.cv_btn a{
		width: 270px;
		height: 50px;
	}
	.cv_btn a:nth-child(1),.cv_btn a:nth-child(2) {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.cv_btn a:nth-child(1) img:last-child{
		width: 45%;
	}
	.cv_btn a:nth-child(2) img:last-child{
		width: 51%;
	}
	.cv_btn a:nth-child(1)::after,.cv_btn a:nth-child(2)::after{
		bottom:3px;
	}
	.cv_btn a:nth-child(3) img{
		width: 90%;
	}
	.cv .cv_btn a:nth-child(1),.cv .cv_btn a:nth-child(2){
		margin-right: 0;
	}
}
/*-------------------------------------------------------------------kind*/
.kind ul{
	display: flex;
	justify-content: space-around;
}

@media (max-width: 767px) {
	.kind h2 img{
		max-width: 90%;
	}
    .kind ul{
		flex-direction: column;
	}
}
/*-------------------------------------------------------------------price*/
.price h2{
	text-align: left;
}
.price .content{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.price .content>img{
	margin-right: 20px;
}
@media (max-width: 767px) {
	.price h2{
		text-align: center;
	}
	.price h2 img{
		max-width: 35%;
	}
    .price .content{
		flex-direction: column;
		text-align: center;
	}
}
/*-------------------------------------------------------------------case*/
.case h3 {
  font-size: 18px;
}.case {
  
}
.case .movie ul{
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 10px;
	opacity: 1;
	margin-bottom: 40px;
	width: 600px;
	margin: 0 auto 40px;
}
.case .movie ul.movie-box {
  margin-top: 40px;
}
.case .movie ul li{
}
.case .movie ul li:last-child{
}
.case .movie ul li img{
  width: 153px;
  text-align: center;
  margin-bottom: 20px;
}
.case .movie ul li p{
  font-size: 18px;
  line-height: 1.4em;
}
.case .movie ul li dl {
  display: flex;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 90%;
  margin: 0 auto;
  padding-top: 5px;
}
.case .movie ul li dl.no-line {
	border:none;
}
.case .movie ul li dl dt {
  width: 22%;
  padding-left: 40px;
  color: #0064D2;
  font-size: 18px;
  padding: 11px 0 16px 0px;
}
.case .movie ul li dl dd {
  font-size: 16px;
  line-height: 1.4em;
  padding: 17px 0px 16px 0px;
  width: 76%;
  margin-bottom: 0;
}
.case .movie ul li dl ul {
	margin-bottom:0;
	width:100%;
	border-radius: 0;
}
.case .movie dl ul li {
	list-style:disc;
}
.case .box ul {
  max-width: 100%;
  margin: 0 auto;
  width: 600px;
}
.case .box ul li {
  text-align: left;
}

@media (max-width: 767px) {
	.case .movie ul{
		width:100%;
	}
	.case .movie ul li dl {
    flex-direction: column;
    padding-bottom: 10px;
 }
	.case .movie ul li dl dt {
	  width: 100%;
	  padding: 10px 10px 0px 10px;
	  text-align: center;
	  font-size: 16px;
	}
	.case .movie ul li dl dd {
	  width: 100%;
	  padding: 10px;
	  text-align: left;
	  font-size: 16px;
	}
.case .movie ul li dl ul {
	padding-left:10px;
}
  .case .movie dl ul li {
	  font-size:14px;
	 }
}
/*-------------------------------------------------------------------operation*/
.operation ul{
	display: flex;
	justify-content: space-around;
}

@media (max-width: 767px) {
	.operation{
		
	}
  .operation ul{
		flex-direction: column;
	}
   .operation ul li:first-child{
    margin-bottom: 20px;
  }
}

/*-------------------------------------------------------------------faq*/
.faq{
	font-family: heisei-maru-gothic-std, sans-serif;
	letter-spacing: .05em;
	font-weight: 300;
}
.faq .content{
	padding-bottom: 0;
}
.faq dt{
	color:#fff;
	font-weight: normal;
	padding: 20px 40px 20px 40px;
	background-color: #3EC69B;
	position: relative;
	text-indent: -1em;
	}
.faq dt:after{
	content:url(../img/faq_plus.png);
	position: absolute;
	top: 55%;
  right: 15px;
  transform: translateY(-50%);
}
.faq dt.open:after{
	content:url(../img/faq_minus.png);
}
.faq dd{
	color:#222E41;
	padding: 20px 20px 20px 40px;
	border:#3EC69B 1px solid;
	text-indent: -1em;
}
.faq dd span.indent{
	display: inline-block;
	text-indent: 0;
	padding-left: 2.8em;
}
.note{
	font-size:0.7em;
	padding: 50px 0 10px;
}
.enable-javascript .faq dd{
	display:none;
}
@media (max-width: 767px) {
	.faq h2 img{
		max-width: 40%;
	}
}

.p-tec-footer__pagetop{
	z-index: 20;
}
/*-------------------------------------------------------------------animation*/

.delay02{
animation-delay: 0.2s;
}
.delay04{
animation-delay: 0.4s;
}
.delay06{
animation-delay: 0.6s;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
 
@keyframes yura1Anime {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-15px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}
@keyframes yura2Anime {
  0% { transform: translateY(0) }
  50% { transform: translateY(10px) }
  100% { transform: translateY(0) }
}
@keyframes yura3Anime {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}

.zoom {
  animation: zoomIn .3s ease-in-out forwards;
  animation-delay: 1s;
}
@keyframes zoomIn {
  100% {
    transform: scale(1,1);
  }
}

.enable-javascript .fadeUp,.enable-javascript .fadeUpTrigger{
	opacity: 0;
}
.enable-javascript .zoomTrigger,.enable-javascript .zoom{
	transform: scale(0,0);
}

@media screen and (min-width: 769px) {
	.sp_menu_inner{
		display: block!important;
	}
}

/*-----------------------nav_area (section s_02)-----------------------*/
#nav_area{
	/*margin-top: 80px;*/
}

#nav_plus{
	width: 100%;
	margin-top: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 15;
}

#nav_area.sticky{
	width: 100%;
	margin-top: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
}
.nav_plus{
/*  background: #D3EFEF;*/
    background-color: rgba(180,230,255,0.5);
}
.nav_plus .nav_plus_inner{
/*  display: flex;
  justify-content: space-between;*/
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 3px 0 0 0;
	letter-spacing: 1px;
}
.nav_plus .nav_plus_inner .txt{
  font-size: 13px;
}
.nav_plus ul.btn{
  display: flex;
  /*justify-content: space-between;*/
}
.nav_plus ul.btn li{
	position: relative;
}
.nav_plus ul.btn li.inf::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/arw-right.png) no-repeat center;
  background-size: contain;
  top: 25px;
  right: 80px;
}
.nav_plus ul.btn li a{
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: block;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
	transition: .4s;
	padding: 17px 15px 10px 25px;
	font-size: 18px;
/* box-shadow: 0px 0px 15px #fff, 0px 0px 15px #fff; */
}
.nav_plus ul.btn li a:hover{
	opacity:0.6;
}
/*infボタン------*/
.nav_plus ul.btn li.inf {
  margin-left: 300px;
  margin-right: auto;
   /* background: rgba(255,255,255,0.5); */
    padding: 8px;
border-radius: 10px;
}
.nav_plus ul.btn li.inf a{
color: #000;
font-size: 16px;
font-weight:bold;
    width: 270px;
    height: 50px;
    background-color: #fff;
    border: solid 1px #222E41;
    border-radius: 10px;
    position: relative;
}
.nav_plus ul.btn li.inf a::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/arw-right.png) no-repeat center;
  background-size: contain;
  top: 18px;
  right: 20px;
}
.nav_plus ul.btn li.inf a span {
	position: relative;
	z-index: 3;
	transition: .4s;
	transition-delay: .3s;
}
.nav_plus ul.btn li.inf a:hover{
    background-color: #FFF09B;
    transition: 0.5s;
	transition-delay: .3s;
 opacity: 1; 
}
/*== 背景が流れる（左から右） */
/*.nav_plus ul.btn li.inf a.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#231815;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}*/
/*hoverした際の形状*/
/*.nav_plus ul.btn li.inf a.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}*/
@media screen and (max-width: 768px) {
	#nav_area{
		margin-top: 0;
	}
	#nav_area.sticky{
		position: relative;
	}
	.nav_plus .nav_plus_inner{
	  display: block;
	  width: 100%;
	  padding: 5px 0;
	}
	.nav_plus .nav_plus_inner .txt{
	  font-size: 10px;
		text-align: center;
		letter-spacing: 0;
	}
	.nav_plus ul.btn{
    flex-direction: column;
    padding-top: 1px;
	}
	.nav_plus ul.btn li a{
	  padding: 17px 30px 16px 30px;
  }
	.nav_plus ul.btn li.inf a::after{
    top: 25px;
    right: 10px;
  }
	.nav_plus ul.btn li.inf {
	  margin-left: 10%;
	  margin-right: 10%;
	}
}
.nav_posasy{
	background: #50BEBE;
	/* box-shadow: 0 1px 2px rgb(0 0 0 / 3%), 0 3px 5px rgb(0 0 0 / 6%), 0 7px 11px rgb(0 0 0 / 9%); */
}
.nav_posasy .nav_posasy_inner{
	/* display: flex; */
	align-items: center;
	width: 940px;
	margin: 0 auto;
}
.nav_posasy .nav_posasy_inner p.p_logo{
	width: 225px;
}
.nav_posasy .nav_posasy_inner p.p_logo img{
	width: 190px;
}
.nav_posasy .nav_posasy_inner .nav_posasy_menu_btn.sp{
	display: none;
}
.nav_posasy .nav_posasy_inner ul.nav_p{
	display: flex;
	width: 715px;
}
.nav_posasy .nav_posasy_inner ul.nav_p > li{
	/* width: 102px; */ /*7個用*/
	width: 143px;/*5個用*/
	padding: 15px 0;
	text-align: center;
	border-right: 1px solid #FFF;
	font-size: 13px;
	line-height: 1.3;
	transition: .4s;
}
.nav_posasy .nav_posasy_inner ul.nav_p > li:first-of-type{
	border-left: 1px solid #FFF;
}
.nav_posasy .nav_posasy_inner ul.nav_p li.current{
	background: rgba(239,133,99,.35);

}
.nav_posasy .nav_posasy_inner ul.nav_p > li:hover{
	background: rgba(239,133,99,.35);
	transition: .4s;
}
.nav_posasy .nav_posasy_inner ul.nav_p > li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #3E3A39;
	transition: .4s;
	letter-spacing: 0;
}
.nav_posasy .nav_posasy_inner ul.nav_p > li span:first-of-type{
	display: block;
	width: 40px;
	margin: 0 auto;
	padding: 0 0 8px;
}
.nav_posasy .nav_posasy_inner ul.nav_p > li span:nth-of-type(2){
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_posasy .nav_posasy_inner ul.nav_p li.sp{
	display: none;
}
@media screen and (min-width: 769px) {
	.sp_menu_inner{
		display: block!important;
	}
}
@media screen and (max-width: 768px) {
	.nav_posasy{
		position: relative;
		background: #50BEBE;
	}
	.nav_posasy .nav_posasy_inner{
		justify-content: space-around;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
	}
	.sp_menu{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.nav_posasy .nav_posasy_inner p.p_logo{
		width: 70%;
	}
	.nav_posasy .nav_posasy_inner p.p_logo img{
		width: 200px;
		padding: 5% 5%;
	}
	.nav_posasy .nav_posasy_inner .nav_posasy_menu_btn.sp{
		display: block;
	}
	.nav_posasy .nav_posasy_inner .nav_posasy_menu_btn.sp{
		width: 10%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 4% 0;
		background: #EF8563;
		color: #FFF;
		font-size: 25px;
		line-height: 1;
		transition: .4s;
	}
	.nav_posasy .nav_posasy_inner .nav_posasy_menu_btn.sp.open .icon-btn_menu:before{
		content: "\e938";
		transition: .4s;
	}
	.sp_menu_inner{
		
		width: 100%;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p{
		flex-wrap: wrap;
		width: 100%;
		background: #FFF;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p > li{
		position: relative;
		width: 100%;
		padding: 15px 5%;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #EFEFEF;
		font-size: 13px;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p > li:first-of-type{
		border-left: 1px solid #FFF;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p > li a{
		display: block;
		width: 100%;
		color: #3E3A39;
		font-size: 13px;
		transition: .4s;
		letter-spacing: 0;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p > li::after {
    font-family: 'icomoon';
    content: "\e901";
    position: absolute;
    top: calc(50% - 8px);
    right: 5%;
    color: #727171;
    font-size: 12px;
    z-index: 4;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p > li a br{
		display: none;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p > li span:first-of-type{
		display: none;
	}

	.nav_posasy .nav_posasy_inner ul.nav_p > li span:nth-of-type(2){
		justify-content: flex-start;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp{
		display: block;
		padding: 0;
		border-bottom: 0;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp:hover{
		background: none;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p >  li.sp::after {
		font-family: '';
		content: "";
	}
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp a::after{
		font-family: '';
		content: "";
	}
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp ul.sp_con_btn{
		margin: 20px 0;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp ul.sp_con_btn li.inf{
		width: 90%;
		margin: 10px auto;
		border-bottom: 0;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp ul.sp_con_btn li.inf a{
		position: relative;
		display: block;
		width: 100%;
		padding: 13px 10px;
		color: #FFF;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		border-radius: 100px;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp ul.sp_con_btn li.inf a{
		border: 2px solid #231815;
		background: #FFF;
		color: #231815;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp ul.sp_con_btn li.inf a::after{
	  font-family: 'icomoon';
	  content: "\e901";
	  position: absolute;
	  top:calc(50% - 7px);
	  right: 20px;
	  color: #FFF;
	  font-size: 12px;
	  z-index: 4;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp ul.sp_con_btn li.inf a::after{
		color: #231815;
	}
}
@media screen and (max-width: 415px) {
	.nav_posasy .nav_posasy_inner p.p_logo{
		width: 55%;
	}
	.nav_posasy .nav_posasy_inner p.p_logo img{
		width: 150px;
		padding:5%;
	}
	.nav_posasy .nav_posasy_inner .nav_posasy_menu_btn.sp{
		width: 15%;
	}
}
#nav_plus .sns-share {
  text-align: center;
  font-size: 12px;
  color: #007580;
}
#nav_plus .sns {
  display: flex;
  justify-content: space-between;
}
#nav_plus .sns_btn img{
  width: 30px;
}
#nav_plus .sns_btn a {
  display: block;
  padding: 0px;
  width: 50px;
}
#nav_plus .sns_btn a:hover {
 opacity:0.6;
}

@media screen and (max-width: 415px) {
  #nav_plus .sns {
    justify-content: center;
    padding-right: 10px;
  }
  #nav_plus .sns-share {
    margin: 2%;
    text-align: center;
    font-size: 14px;
  }
}

footer{
	margin-bottom: 100px;
}