@charset "UTF-8";
/* ---------------------------------------
Common Selector
--------------------------------------- */
body,div,dl,ul,li,dt,dd,pre,form,fieldset,blockquote,table,th,td,img,p {
	margin:0;
	padding:0;
}

h2,h3,h4{
	font-weight: normal;
}
body {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    color:#333;
    letter-spacing: 0.5px;
}
/* @font-face {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
} */
body.is-sticky{
	padding-top: 0;
}
.posasy_con{
  position: relative;
}
@media screen and (max-width: 768px) {

}
/*-----------------------　　パンくず　　-----------------------*/
.p-tec_primary {
    background: #EEE;
    padding: 1.1rem 0;
    overflow-x: auto;
    overflow-y: hidden;
}
.c-menu {
    color: #333;
    font-size: 1.2rem;
    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: none;
}
.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;
	}
}
/* @media screen and (min-width: 1200px) {
	div.p-container {
	  width: 1140px;
	  max-width: 100%;
		padding-right: 15px;
    padding-left: 15px;
	}
} */
.p-tec_inner {
    max-width: 970px;
}

/*-----------------------nav_area (section s_02)-----------------------*/
#nav_area{
	margin-top: 80px;
}
#nav_area.sticky{
	width: 100%;
	margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
	z-index: 15;
}
.nav_plus{
  background: #F5F5F5;
}
.nav_plus .nav_plus_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 940px;
  margin: 0 auto;
  padding: 10px 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 {
    font-family: 'icomoon';
    content: "\e901";
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    color: #231815;
    font-size: 12px;
    z-index: 4;
}
.nav_plus ul.btn li.demo::before {
    font-family: 'icomoon';
    content: "\e901";
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    color: #FFF;
    font-size: 12px;
    z-index: 4;
}
.nav_plus ul.btn li a{
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
  display: block;
	width: 190px;
  padding: 6px 0;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
	transition: .4s;
}
/*infボタン------*/
.nav_plus ul.btn li.inf a{
  background: #FFF;
	border: 2px solid #231815;
	color: #231815;
}
.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 span{
	color: #FFF;
	transition: .4s;
	transition-delay: .3s;
}
/*== 背景が流れる（左から右） */
.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);
}
/*demoボタン------*/
.nav_plus ul.btn li.demo a{
  background: #EF8563;
	border: 2px solid #EF8563;
}
.nav_plus ul.btn li.demo a span {
	position: relative;
	z-index: 3;
	transition: .4s;
	transition-delay: .3s;
}
.nav_plus ul.btn li.demo a:hover span{
	color: #231815;
	transition: .4s;
	transition-delay: .3s;
}
/*== 背景が流れる（左から右） */
.nav_plus ul.btn li.demo a.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#FFF;
 	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.demo a.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
@media screen and (max-width: 768px) {
	#nav_area{
		margin-top: 0;
	}
	.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{
	  display: none;
	}
}

.nav_posasy{
	background: #FEF0E8;
	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: #FEF0E8;
	}
	.nav_posasy .nav_posasy_inner{
		justify-content: space-between;
		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{
		display:none;
		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,
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp ul.sp_con_btn li.demo{
		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,
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp ul.sp_con_btn li.demo 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.demo a{
		background: #EF8563;
	}
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp ul.sp_con_btn li.inf a::after,
	.nav_posasy .nav_posasy_inner ul.nav_p li.sp ul.sp_con_btn li.demo 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%;
	}
}
/*-----------------------    s_footer    -----------------------*/
.apple_notes_area{
	border-bottom: 1px solid #EFEFEF;
}
.apple_notes_area .apple_notes_inner{
	width: 940px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 11px;
}
.footer_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 940px;
	margin: 50px auto;
}
.footer_area p.p_logo{
	width: 200px;
}
.footer_area ul.btn_conv {
  width: 740px;
}
@media screen and (max-width: 768px) {
	.apple_notes_area .apple_notes_inner{
		width: 90%;
		padding: 10px 0;
		font-size: 10px;
	}
	.footer_area{
		flex-wrap: wrap;
		width: 90%;
		margin: 30px auto 50px;
	}
	.footer_area p.p_logo{
		margin: 30px auto;
	}
	.footer_area ul.btn_conv{
		width: 100%;
		margin: 0 auto;
	}
}
ul.btn_conv{
	display: flex;
	justify-content: flex-end;
	width: 940px;
	margin: 0 auto;
}
ul.btn_conv li{
  position:relative;
}
ul.btn_conv li.inf{
	margin-right: 20px;
}
ul.btn_conv li a{
  font-size: 15px;
}
ul.btn_conv li::before{
  font-family: 'icomoon';
  content: "\e901";
  position: absolute;
  top:calc(50% - 10px);
  right: 15px;
  color: #231815;
  font-size: 12px;
  z-index: 4;
	transition: .4s;
	transition-delay: .3s;
}
ul.btn_conv li.inf a{
  display: block;
  width: 190px;
  border: 2px solid #231815;
	background: #FFF;
	color: #231815;
	overflow: hidden;
	padding: 15px 0 14px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
ul.btn_conv li.inf:hover:before{
  color: #FFF;
	transition: .4s;
	transition-delay: .3s;
}
/*ボタン内spanの形状*/
ul.btn_conv li.inf a span {
	position: relative;
	z-index: 3;
	transition: .4s;
	transition-delay: .3s;
}
ul.btn_conv li.inf a:hover span{
	color: #FFF;
	transition: .4s;
	transition-delay: .3s;
}
/*== 背景が流れる（左から右） */
ul.btn_conv 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した際の形状*/
ul.btn_conv li.inf a.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

ul.btn_conv li.trial a{
  position: relative;
	overflow: hidden;
  display: block;
  width: 260px;
  background: #F6CE52;
  color: #231815;
  padding: 17px 0 16px;
  text-align: center;
  transition: ease .4s;
}
/*ボタン内spanの形状*/
ul.btn_conv li.trial a span {
	position: relative;
	z-index: 3;
}
ul.btn_conv li.trial a:hover span{
	color: #231815;
}
/*== 背景が流れる（左から右） */
ul.btn_conv li.trial a.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#EF8563;
 	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した際の形状*/
ul.btn_conv li.trial a.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

ul.btn_conv li.demo:before{
  color: #FFF;
}
ul.btn_conv li.demo:hover:before{
  color: #231815;
	transition: .4s;
	transition-delay: .3s;
}
ul.btn_conv li.demo a{
  position: relative;
	overflow: hidden;
  display: block;
  width: 195px;
  background: #EF8563;
	border: 2px solid #EF8563;
  color: #FFF;
  padding: 15px 0 14px;
  text-align: center;
	transition: .4s;
	transition-delay: .3s;
}
/*ボタン内spanの形状*/
ul.btn_conv li.demo a span {
	position: relative;
	z-index: 3;
}
ul.btn_conv li.demo a:hover span{
	color: #231815;
  transition: .4s;
  transition-delay: .3s;
}
/*== 背景が流れる（左から右） */
ul.btn_conv li.demo a.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#FFF;
 	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した際の形状*/
ul.btn_conv li.demo a.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
.top_notes{
	width: 940px;
	margin: 10px auto 0;
	font-size: 10px;
	text-align: right;
}
@media screen and (max-width: 768px) {
	ul.btn_conv{
		flex-wrap: wrap;
	  width: 90%;
		margin: 0 auto;
	}
	ul.btn_conv li{
		width: 100%;
		margin-bottom: 10px;
	}
	ul.btn_conv li.inf{
		margin-right: 0;
	}
	ul.btn_conv li a{
	  font-size: 13px;
	}
	ul.btn_conv li.inf a{
	  width: 100%;
	}
	ul.btn_conv li.trial a{
	  width: 100%;
	}
	ul.btn_conv li.demo a{
	  width: 100%;
	}
	.top_notes{
		width: 95%;
		margin: 0 auto 10px;
	}
}
