*{
	box-sizing: border-box;
}
body{
	text-align:center;
	font-family: tbchibirgothicplusk-pro, sans-serif;
	margin:0px;
	color:#505050;
	font-size:14px;
	line-height:1.8em;
	overflow-x: hidden;
}
a{
	border:none;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover{
	opacity:0.7;
}
a img{
	border:none;
}
img{
	max-width:100%;
	margin:0 auto;
	padding:0;
	display: block;
}
/* ▼clearfix */

/*\*/
* html .clearfix {
    height: 1em;
}

/* ▲clearfix */
/* ▼Site */
.wrapper{
	width:890px;
	max-width: 96%;
	margin:0px auto;
}

/*追記*/
.postal {
	font-family: 'Noto Sans JP', sans-serif;
}

.header__inner {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header__inner .logo {
  padding: 23px 25px;
  font-size: 0;
}
#global-nav ul {
  align-items: center;
  display: flex;
}
#global-nav li {
  margin-right: 25px;
  list-style: none;
}
#global-nav li > a,
#global-nav li span {
  display: block;
  line-height: 30px;
}
#global-nav a{
	color: #505050;
	font-size: 16px;
}
#global-nav .maker {
	background: linear-gradient(#ff8389, #ff8389) right bottom / 0 .5em no-repeat;
	transition: background-size .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#global-nav .maker:hover {
	background-position: left bottom;
	background-size: 100% .5em;
	opacity: 1;
}

#global-nav a > span{
  position: relative;
  padding: 0;
}
#global-nav a > span::after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #63f;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#global-nav a > span:hover::after{
  transform-origin: left top;
  transform: scale(1, 1);
}

#global-nav .btn02{
	background: url(../images/second/research/btn@2x.png) no-repeat;
	background-color: #ff8389;
	background-size: contain;
	background-position: left bottom;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: center;
	position: relative;
	padding: 3% 0;
	margin: 0 auto;
	width: 192px;
}
#link01 {
	margin: -20px 0;
	padding: 20px 0;
}
#link02 {
	margin: -100px 0;
	padding: 100px 0;
}
/*追記*/

.comingsoon{
	opacity: 0.5;
}
footer #footer_main{
	background-color: #fff6e3;
	padding: 40px 0;
}
footer img{
	display: inline-block;
}
footer .access{
	display: inline-block;
	margin-left: 20px;
	width: 300px;
	text-align: left;
}
footer #copyright{
	background: -moz-linear-gradient(to right,#ec6063,#ffe100); 
	background: -webkit-linear-gradient(to right,#ec6063,#ffe100); 
	background: linear-gradient(to right,#ec6063,#ffe100); 
	color: #fff;
	font-size: 12px;
	padding:20px 0;
}
#main .main_img{
	padding-top: 88px;
	margin-bottom: 60px;
}
#main .comingsoon_box{
	margin: 60px 0;
	background: -moz-linear-gradient(to right,#e52d8a,#ffe100); 
	background: -webkit-linear-gradient(to right,#e52d8a,#ffe100); 
	background: linear-gradient(to right,#e52d8a,#ffe100); 
	padding: 60px 0;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
#main .comingsoon_box span{
	font-size: 10px;
}
#main #aisatu{
	background-image: url(../images/bg_mark01.png), url(../images/bg_mark02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top 20px, right bottom 20px;
	background-color: #ffebd0;
	margin-top:80px;
}
#main #aisatu:before{
	display: block;
	content: "";
	width: 100%;
	height: 14px;
	background-color: #ffd261;
}
#main #aisatu:after{
	display: block;
	content: "";
	width: 100%;
	height: 14px;
	background-color: #f7cbcb;
}
#main #aisatu .wrapper{
	padding: 50px 0;
}
#main #aisatu img{
	margin-bottom: 40px;
}
#main #aisatu p{
	text-align: left;
}

/* FB埋め込み */
#main .section00 {
	background: linear-gradient(180deg , #fff 0% 15% , #fff6e3 15% 100%);
	padding-bottom: 60px;
	margin: 90px 0;
}
#main .section00 h2 {
	font-size: 26px;
	color: #ec6063;
}
#main .section00 h2 span {
	font-size: 16px;
	display: block;
	line-height: 1.8;
}
#main .section00 .fb-wrap {
	display: flex;
	justify-content: space-between;
}
#main .section00 .fb-wrap .fb-wrap__left {
	text-align: center;
	width: 400px;
	margin-top: 180px;
}
#main .section00 .fb-wrap .fb-wrap__left p{
	margin: 30px auto;
}
#main .section00 .fb-wrap .fb-wrap__left a{
	background: -moz-linear-gradient(left, #E52D8A, #FFE100);
	background: -webkit-linear-gradient(left, #E52D8A, #FFE100);
	background: linear-gradient(to right, #E52D8A 0%, #FFE100 100%);
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 14px;
	position: relative;
	padding: 1.8% 0;
	margin: 0 auto;
	text-align: center;
	width: 300px;
}
#main .section00 .fb-wrap .fb-wrap__left a::after{
	content:"";
	background-image: url(../images/icon_link.svg);
	background-repeat: no-repeat;
	background-size: 30px 20px;
	width: 30px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
#main .section00 .fb-wrap .fb-wrap__right {
	width: 500px;
}


#main .section01{
	margin-top: 65px;
}
#main .section01 .wrapper {
    width: 820px;
}
#main .section01 .section01-title{
	font-size: 26px;
	color: #ec6063;
	margin-bottom: 35px;
}
#main .section01 .sub-title{
	font-size: 18px;
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
}
#main .section01 .sub-title:before{
	content: "";
	background: url(../images/ashirai_left@2x.png) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	padding-top: 21px;
	top: 0;
	left: -35px;
	width: 26px;
}
#main .section01 .sub-title:after{
	content: "";
	background: url(../images/ashirai_right@2x.png) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	padding-top: 21px;
	top: 0;
	right: -30px;
	width: 26px;
}
#main .section01 p{
	text-align: left;
	margin-bottom: 40px;
}
#main .section01 .btn .btn01{
	background: -moz-linear-gradient(left, #E52D8A, #FFE100); 
    background: -webkit-linear-gradient(left, #E52D8A, #FFE100); 
    background: linear-gradient(to right, #E52D8A 0%, #FFE100 100%);
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 14px;
	position: relative;
	padding: 1.5% 0;
	margin: 0 auto 80px;
	width: 170px;
}
#main .section01 .btn .btn01:after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 20px;
	top: 22px;
	transform: rotate(45deg);
	transition: all 0.2s;
	width: 8px;
}





#main #application{
	background:url(../images/bg_mark03.png) no-repeat bottom right #fbeaea;
	border-radius: 27px;
	padding: 30px 20px;
	margin: 0px 0 80px;
}
#main #application .app_title{
	background: -moz-linear-gradient(to right,#e52d8a,#ffe100); 
	background: -webkit-linear-gradient(to right,#e52d8a,#ffe100); 
	background: linear-gradient(to right,#e52d8a,#ffe100); 
	padding: 6px;
	font-size: 18px;
	line-height: 18px;
	border-radius: 15px;
	text-align: center;
	margin-top:20px;
	color: #fff;
}
#main #application .app_text01{
	max-width: 580px;
	margin: 20px auto;
	text-align: left;
	font-size: 15px;
}
#main #application .app_text01 span{
	color: #e4004f;
}
#main #application .app_text02{
	text-align: left;
	max-width: 750px;
	margin: 10px auto 0;
}
#main #application .app_text02 dd{
	font-size: 12px;
	margin-left: 1.2em;
	line-height: 1.8em;
}
#main #application .app_text03{
	text-align: left;
	max-width: 750px;
	margin: auto;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8em;
	margin-top:10px;
}
#main #application table{
	max-width: 750px;
	width: 100%;
	margin: auto;
	border-collapse: collapse;
}
#main #application th,
#main #application td{
	border:1px solid #8b8b8b;
}
#main #application th{
	background-color: #e5e5e5;
	text-align: center;
	width: 20%;
}
#main #application td{
	background-color: #fff;
	text-align: left;
	padding: 20px;
}
#main #application td span{
	display: inline-block;
}
.add_con + .add_con{
	margin-top: 10px;
}
input[type=text]{
	border:1px solid #8b8b8b;
	padding: 5px;
}
textarea{
	border:1px solid #8b8b8b;
	padding: 5px;
	height: 100px;
}
.frame_01{
	width: 330px;
	max-width: 100%;
}
.frame_02{
	width: 64px;
	max-width: 40%;
}
.frame_03{
	width: 450px;
	max-width: 100%;
}
.red_con{
	position: relative;
}
.red{
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 10px;
	color: #e4004f;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.ContactButton01{
	margin: 20px 0;
}
.ContactButton01 input{
	font-size: 15px;
	color: #fff;
	background-color: #e96172;
	padding: 10px;
	border:1px solid #f2a2a4;
	max-width: 100%;
	width: 220px;
	font-weight: bold;
	border-radius: 10px;
}
.frame_01{
	width: 330px;
	max-width: 100%;
}
.frame_02{
	width: 64px;
	max-width: 40%;
}
.frame_03,
.frame_04{
	width: 450px;
	max-width: 100%;
}
.ContactError{
	color: #e4004f; 
}
.ErrorBg{
	background-color: #fee;
}

/*下層タイトル　動き*/

/* css */
@-webkit-keyframes title-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes title-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes jp_title{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes en_title{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }	
}
@keyframes jp_title{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@keyframes en_title{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.passing .page_title {
	display: block;
	text-align: center;
}
.passing .title-bar {
	background: linear-gradient(to right, #E52D8A 0%, #FFE100 100%);
	position: relative;
	padding: 10px 10px 20px;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin: 20px auto;
	width: 23%;
}
.passing .title-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: rgba(255,255,255,1);
}
.passing .jp_title,
.passing .en_title {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing.move .title-bar:before {
	-webkit-animation: title-bar 1s ease 0s 1 normal forwards;
	animation: title-bar 1s ease 0s 1 normal forwards;
}
.passing.move .jp_title {
	-webkit-animation: jp_title 0s ease .5s 1 normal forwards;
	animation:jp_title 0s ease .5s 1 normal forwards;
}
.passing.move .en_title {
	-webkit-animation: en_title 0s ease .5s 1 normal forwards;
	animation:en_title 0s ease .5s 1 normal forwards;
}
.contact_step {
	padding-top: 120px;
}


/*下層タイトル　動き*/
@media screen and (max-width: 1270px){
	#global-nav ul {
    padding: 0;
	}
	#global-nav li {
    margin-right: 10px;
	}
	#global-nav a {
    font-size: 14px;
	}
}

@media screen and (max-width: 1130px) and (min-width: 1025px) {
  .header__inner .logo{
    width: 260px;
  }
  #global-nav li {
    margin-right: 7px;
  }
}


@media screen and (max-width: 1024px){
	.header__inner {
		height: 60px;
	}
	.header__inner .logo {
		padding: 20px 10px;
		width: 305px;
	}
	.icon-mail{
		margin-right: 6vw;
		width: 40%;
	}
  /*ハンバーガーボタン*/
  .sp_nav-btn{
    transition: 0.3s;
  }
  .icon-animation {
    width: 40px;
    height: 30px;
    display: block;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 12px;
  }

  .icon-animation span {
    width: 40px;
    height: 2px;
    display: block;
    background: #ff8389;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .icon-animation .top {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  .icon-animation .bottom {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }

  .icon-animation:before {
    content: "MENU";
    display: block;
    position: absolute;
    left: 4px;
    letter-spacing: 0;
    bottom: -17px;
    color: #ff8389;
    font-size: 12px;
    width: 40px;
  }
  .icon-animation button {
    background-color: #fff;
    border: none;
  }

  .is-open .middle {
    background: rgba(51, 51, 51, 0);
  }

  .is-open .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
  }

  .is-open .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }

  .is-open.icon-animation:before {
    content: "CLOSE";
    left: 0px;
    width: 46px;
  }

  #global-nav {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    left: 0;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 60px;
    height: 100vh;
    width: 100%;
  }
  #global-nav ul {
    flex-direction: column;
    padding: 30px 0 40px;
  }
  #global-nav li {
  	background: -moz-linear-gradient(to right,#ff8389,#ffab89); 
	background: -webkit-linear-gradient(to right,#ff8389,#ffab89); 
	background: linear-gradient(to right,#ff8389,#ffab89); 
    margin: 0 auto 25px;
    width: 90%;
  }
  #global-nav li:nth-child(4){
  	background: no-repeat;
  }
  #global-nav li > a {
  	color: #fff;
  	display: block;
    padding: 10px 20px;
    position: relative;
    text-align: left;
  }
  #global-nav li > a:after {
  	border-left: 8px solid #fff;
  	border-top: 8px solid transparent;
  	border-bottom: 8px solid transparent;
    content: "";
    display: block;
    height: 0px;
    position: absolute;
    right: 20px;
    top: 19px;
    transition: all 0.2s;
    width: 0px;
  }
  #global-nav li:nth-child(4) > a:after {
  	content: none;
  }
  #global-nav a > span::after{
    display: none;
  }
  #global-nav .header--tel{
    color: #fff;
    margin-top: 10px;
    text-align: center;
  }
  #global-nav .header--tel span{
    border: none;
    background-color: transparent;
    padding: 0;
  }
  #global-nav .header--tel span a{
    color: #fff;
    display: inline-block;
  }
  #global-nav .contact-tx p{
  	color: #ff8389;
  	font-size: 14px;
  	letter-spacing: 0.2em;
  }
  #global-nav .contact-tx p span{
  	font-size: 16px;
  	border-bottom: 1px solid #ff8389;
  }
  #global-nav .btn02{
  	width: 90%;
  }
  #main .main_img{
  	padding-top: 60px;
  }

  /* fb埋め込み */
  #main .section00 .fb-wrap .fb-wrap__left {
	padding: 20px;
	}


  /*下層タイトル　動き*/
  .passing .title-bar{
  	width: 60%;
  }
  /*下層タイトル　動き*/
}
/* ▼Smartphone対応 */
@media screen and (max-width: 700px) { 
	.pc_display{
		display:none !important;
	}

	#menu li:last-child{
		border-right: none;
	}
	#menu li a,
	#menu li span{
		padding: 5px 10px;
		display: block;
		font-size: 0;
	}
	footer .access{
		display: block;
		margin-left: 0;
	}
	#main .main_img{
		margin-bottom: 30px;
	}
	#main .comingsoon_box{
		margin: 30px 0;
		padding: 30px 0;
		font-size: 20px;
	}
	#main .img-size {
		width: 80%;
	}

	#main #aisatu{
		background-image: none;
		margin-top:40px;
	}
	#main #aisatu .wrapper{
		padding: 20px 0;
	}

	/* fb埋め込み */
	#main .section00{
		margin: 45px 0;
	}
	#main .section00 .fb-wrap {
		flex-wrap: wrap-reverse;
	}
	#main .section00 h2 span{
		font-size: 14px;
	}
	#main .section00 .fb-wrap .fb-wrap__left{
		width: 100%;
		margin-top: 0;
		padding: 0;
	}
	#main .section00 .fb-wrap .fb-wrap__left p{
		margin: 15px auto;
	}
	#main .section00 .fb-wrap .fb-wrap__right{
		width: 320px;
		margin: 0 auto;
	}

	#main .section01 .section01-title{
		font-size: 20px;
	}
	#main .section01 .sub-title{
		font-size: 14px;
		margin-bottom: 10px;
	}
	#main .section01 .sub-title:before{
		left: -25px;
		padding-top: 20px;
		width: 20px;
	}
	#main .section01 .sub-title:after{
		right: -25px;
		padding-top: 20px;
		width: 20px;
	}
	#main .section01 .btn .btn01{
		padding: 3% 0;
		width: 60%;
		margin-bottom: 30px;
	}


	#main #application{
		background:none;
		padding: 30px 0px;
		margin: 0;
	}

	#main #application table{
		display: block;
	}
	#main #application tbody,
	#main #application tr,
	#main #application th,
	#main #application td{
		border:none;
		display: block;
		width: 100%;
	}
	#main #application th{
		background-color: #fff;
		text-align: left;
		width: 100%;
	}
	#main #application th:before{
		display: inline-block;
		content: "■";
	}
	#main #application td{
		background-color: #fff;
		padding: 5px 0 20px 1em;
	}
	.frame_01{
		width: calc(100% - 100px);
	}
	.frame_02{
		width: 60px;
	}
	.frame_03{
		width: calc(100% - 100px);
	}
	.frame_04{
		width: 100%;
	}
	textarea + span{
		width: 100%;
		text-align: right;
	}
} 
/* ▲Smartphone対応 */

@media screen and (min-width: 701px) { 
	.sp_display{
		display:none !important;
	}
}

@media screen and (max-width: 480px){
	.header__inner .logo {
		width: 60%;
	}
	.icon-mail{
		margin-right: 9vw;
	}
	#link01 {
    margin: -15px 0;
    padding: 15px 0;
	}
	#link02 {
    margin: -70px 0;
    padding: 70px 0;
	}
	/*下層タイトル　動き*/
	.passing .title-bar{
		width: 80%;
	}
	/*下層タイトル　動き*/
	.contact_step {
		padding-top: 70px;
	}
}


/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide{
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ipad__hide{
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .ipad__show{
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smp__hide{
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show{
    display: none !important;
  }
} 