@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /*16px*62.5%=10px8*/
  margin: 0;
  padding: 0;
   
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Josefin Sans', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
  color: #464646;
  background-color:rgba(209,224,229,0.65);
  font-size: 1.6rem;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
	
}

h1 h2 h3 h4  {
  margin: 0;
  padding: 0;
}

#header {
	position: fixed;
	background-color:#fff;
	text-align: center;
	z-index: 100;
	margin: 0 auto;
	width: 80%;
    display: contents;
}

a{
	color:#464646;
	text-decoration: none;
}

li {
  list-style: none;
}
img{
	width: 100%;
}

.header_inner{
	display: flex;
	background-color:#fff;
	width: 80%;
	margin: 10px auto;
	justify-content: center;
	align-items: center;
}
#globalmenu{
	margin: 5px 0;
}

.nav-list{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-evenly;
}
.nav-list li{
	padding: 10px 0 ;
	line-height: 1.0;
	font-size: 1.6rem;
    width: 160px;
}
.nav-list img{
	width: 28%;
}
.nav_img{
	width: 8%;
}
.nav_img li a{
	display: contents;
}
.nav_img img{
	width: 90%;
}


.sns{
	margin-left: -16px;
    font-size: 1.6rem;
}
#globalmenu .nav-list a {
  position: relative;
}
#globalmenu .nav-list a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background: #266175;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 1);
}
#globalmenu .nav-list a:hover::after {
  width: 50%;
}
.main_v{
	padding-top: 15px;
	width: 80%;
    margin: auto;
	position: relative;
}
.main_v h1{
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 10px;
	position: absolute;
	top:24%;
	left:4%;
	color: #266175;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
}
.main_v span{
	font-size: 3.0rem;
	font-weight: 500;
	
}
.wave{
    margin-top: 20px;
}
.sb_copy{
	position:absolute;
	top:70%;
	left:0%;
}
.sb_copy p{
	font-size: 2.0rem;
	line-height: 2;
	font-weight: 500;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 3px 20px;
	box-shadow: 3px 3px 5px #D1E0E5;
}
.copy_2{
	    transform: translate(-70%, 120%);
}
.top_btn {
    width: 20%;
    position: absolute;
    top: 65%;
    left: 75%;
}
.top_btn {
	 -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.top_btn :hover{
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.section_inner{
	width: 80%;
	background-color: #fff;
	margin: auto;
}
.bg{
	width: 80%;
	background-color: #fff;
	margin: auto;
}
.sec_copy{
	text-align: center;
	color: #266175;
	padding: 40px 0 0;
	margin-bottom: 70px;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 8px;
	text-shadow: 1px 1px 1px #ccc;
}

.title{
	font-size: 4.0rem;
	font-family: 'Josefin Sans';
	letter-spacing: 10px;
	text-align: center;
	color: #D1E0E5;
}

.contents p{
	font-size: 2.4rem;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500;
}
.contents ul{
	width: 77%;
	margin: auto;
}
.contents li{
	padding: 10px 30px;
	letter-spacing: 3px;
}
.contents{
	padding-bottom: 80px;
}
.sub_title{
	color:#266175;
	font-size: 2.4rem;
	letter-spacing: 2px;
	text-align: center;
	margin-top: -15px;
	font-weight: 500;
	margin-bottom: 60px;
}
.about_box{
	text-align: center;
}
.about_box img{
	width: 60%;

}
.about-box2{
	text-align: left;
	width: 70%;
	margin: auto;
	padding-bottom: 80px;
	
}
.bg2{
	background-color: rgba(209,224,229,0.6);
	padding: 0% 15% 5%;
	margin-bottom: 80px;
}
.about-copy p{
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: 500;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 3px 20px;
	box-shadow: 5px 5px 5px #D1E0E5;
	margin-bottom: 5px;
}

.about-copy{
	margin-top: -87px;
    margin-left: 7%;
	margin-bottom: 40px;
}
.about_txt{
	padding-bottom: 15px;
	line-height: 2;
}
.about_txt span{
	display: block;
}
.name{
	text-align: right;
}
.concept{
	text-align: center;
	font-size: 2.8rem;
	color: #266175;
	font-weight: 500;
	letter-spacing: 8px;
	padding: 40px 0 0;
}
.wave{
	    position: absolute;
    top: 38%;
	left: 2%;
    width: 45%;
}

.wave1{
	width: 60%;
	margin: auto;
}
.concept_txt{
	color: #266175;
	width: 80%;
	margin: auto;
	text-align: center;
	font-size: 1.8rem;
	padding: 15px 0 40px;
}
.concept_ttl{
	padding: 30px 0;
		background: -moz-linear-gradient(bottom, #F1E8D7, rgba(228,217,197,0.28));
  background: -webkit-linear-gradient(bottom, #F1E8D7, rgba(228,217,197,0.28));
  background: linear-gradient(to top, #F1E8D7, rgba(228,217,197,0.28));
    border-radius: 10px;
    width: 90%;
    margin: auto;
}
.concept_txt2{
	padding-top: 80px;
	margin-bottom: 80px;
}
.concept_txt2 h3{
	font-size: 2.8rem;
	letter-spacing: 8px;
	color: #266175;
	text-align: center;
	font-weight: 500;
	padding-bottom: 20px;
}
.concept_point{
	display: flex;
	justify-content: space-around;
	position: relative;
	padding: 20px 0;
}

.concept_point dl{
	width: 250px;/*幅*/
	height: 250px;/*高さ*/
	border-radius: 50%;/*角丸*/
	background-color: #DCE8EB;
	box-shadow:0px 3px 5px rgba(0,0,0,0.2);
	text-align: center;
	background-image: url("../img/wave3@2x.png");
	background-position: 50%;
	background-size: 50%;
	background-repeat: no-repeat;
}
.concept_point dt img{
	width: 38%;
	display: block;	
	margin: auto;
    padding: 20px 0 20px;
}
.concept_point dt{
	font-size: 1.8rem;
	font-weight: 500;
}
.concept_point dd{
	padding-top: 40px;
}
.branding_content{
	display: flex;
	padding: 0 0 80px;
    align-items: flex-start;
}
.branding_txt_p{
	background-color:  #DCE8EB;
	padding: 20px 0 20px 20px;
}
.branding_txt_p p{
	width: 80%;
}
.branding_ttl{
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 40px;
	position: relative;
	border-bottom: dotted #fff;
	margin-bottom: 10px;
}
.branding_ttl img{
	position: absolute;
	top: -110%;
    width: 28%;
}


.branding_content:nth-child(even){
	flex-direction: row-reverse;
}
.branding_content ul:nth-child(even){
	padding-left: 20px;
}
.branding_content ul{
	padding-top: 15px;
}
.bg3{
	background: -moz-linear-gradient(bottom, #F1E8D7, rgba(228,217,197,0.28));
  background: -webkit-linear-gradient(bottom, #F1E8D7, rgba(228,217,197,0.28));
  background: linear-gradient(to top, #F1E8D7, rgba(228,217,197,0.28));
}
.leaning_box h2{
	font-size: 2.4rem;
	letter-spacing: 5px;
	color: #266175;
	font-weight: 500;
	text-align: center;
	padding-top: 40px;
	text-shadow: 1px 1px 2px #fff;
}
.wave2{
	width: 80%;
	margin: auto;
}

.leaning_txt{
	display: flex;
	padding: 30px;
	align-items: center;
    margin: auto;

}
.leaning_txt1{
	width: 180px;
	padding: 60px 60px 95px 50px;
	background-image: url("../img/icon@2x.png");
	background-position: center;
	background-size: 140%;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: 500;
}
.leaning_txt2{
	font-size: 1.4rem;
	padding-left: 20px;
	line-height: 36px;
}
.leaning_box{
	margin-bottom: 80px;
}
.voice_ttl{
	text-align: center;
	padding-bottom: 40px;
	width: 80%;
	margin: auto;
}
.voice_txt{
	position: relative;
	margin-bottom: 120px;
	z-index: 0;
}
.voice_txt:after {
		background-color: rgba(209,224,229,0.4);
		content: "";
		position: absolute;
		width: 100%;
		height: 90%;
		top: 6%;
		right: 0%;
		z-index: -1;
		margin: 50px 0 30px;
	}

.voice_txt img{
	width: 40%;
	margin: auto;
	display: block;
}
.voice_txt h4{
	text-align: center;
	font-size: 1.8rem;
}
.voice_txt2{
	margin: 20px 0 30px;
	display: block;
	font-weight: 500;
}
.voice_txt dt{
	width: 60%;
	margin: auto;
	font-size: 1.8rem;
	color: #75430A;
	text-align: center;
	letter-spacing: 0.12em;
	  position: relative;
    background-color: rgba(241,232,215,0.50);
    padding: 16px;
    min-width: 240px;
    max-width: 100%;
}

.voice_txt dt::before {
    content: "";
    position: absolute;
    border: solid 12px transparent;
    border-top: solid 12px rgba(241,232,215,0.50);
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.voice_name{
	padding: 20px 0;
	text-align: center;
	font-weight: 500;
}
.voice_com{
	width: 70%;
	margin: 0 auto;
	font-size: 1.4rem;
    line-height: 30px;
    padding-bottom: 40px;
}
.vimeo{
	text-align: center;
    padding: 30px 0;
}
.feature_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.feature_list{
	width: 42%;
	background-color: rgba(209,224,229,0.5);
	padding: 20px;
	margin-bottom: 60px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #ccc;
}
.feature_ttl{
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	color: #266175;
	padding: 10px;
	text-align: center;
	font-weight: 500;
}
.feature_thum{
	padding: 10px 0;
}

.feature_txt{
	padding: 10px 20px 0;
}
.feature_txt span{
	padding: 10px 0 0;
}
.curri_name{
background: -webkit-linear-gradient(#D1E0E5, rgba(209,224,229,0.2));
background: -o-linear-gradient(#D1E0E5, rgba(209,224,229,0.2));
background: linear-gradient(#D1E0E5, rgba(209,224,229,0.2));
border-radius: 30px;
	padding: 5px 0;
	width: 60%;
	margin: auto;
}
.curri_box dl{
	display: flex;
	padding-bottom: 25px;
}
.curri_box{
	margin-top: -20px;
}
.curri_box dt{
	width: 20%;
	border-right: thin solid #266175;
	color: #266175;

}
.blank {
    padding-top: 10px;
    display: block;
}
.curri_box dd{
	padding-left: 10px;
}
.btn a{
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 50px;
	background: -moz-linear-gradient(top, #266175, rgba(38,97,117,0.5));
  background: -webkit-linear-gradient(top, #266175, rgba(38,97,117,0.5));
  background: linear-gradient(to bottom, #266175, rgba(38,97,117,0.5));
	color: #fff;
	padding: 20px 40px;
	display: table;
	margin: 40px auto 80px;
	box-shadow: 1px 1px 2px #ccc;
	transition: .2s;
}
.btn a:hover {
  opacity: 0.8;
}
.pr{
    display: flex;
    width: 100%;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}

.video_online{
    margin: 40px auto;
    text-align: center;

}
.videottl{
    padding-bottom: 30px;
    font-size: 2.0rem;
}
.prtxt{
    width: 40%;
    margin-bottom: 80px;
}
button{
    width: 200px;
    padding: 20px 0;
    box-shadow: 1px 1px 2px #ccc;
    font-size: 1.8rem;
}
.prtxt p{
    padding: 10px 10px 20px;
    text-align: left;
}
button {
    padding: 10px 50px;
    background-color: #D1E0E5;
    margin: 20px 0;
    border-radius: 10px;
    border: none;
}


.QA_box {
	width: 80%;
	margin:0 auto 80px;
}
.qa span{
	font-size: 2.4rem;
	font-family: 'Josefin Sans';
	color: #266175;
	display: inline;
	padding: 0 20px 0 0;
}
.qa{
	line-height: 35px;
}
.qa_txt{
	display: block;
}
.qa_txt1{
	padding-bottom: 15px;
}
.profile_box{
	text-align: center;
	margin-bottom: 60px;
	width: 70%;
	margin: auto;
}
.profile_box img{
	width: 75%;
	margin-top: 30px;
	margin-bottom: 10px;
}
.profile_txt p{
	margin-bottom: 15px;
	text-align: left;
    line-height: 32px;
}
.profile_txt{
	margin-bottom: 80px;
}
.profile_txt h4{
	text-align: center;
	padding-bottom: 30px;
}
.btn2 a{
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 20px;
	background: -moz-linear-gradient(top, #D1E0E5, rgba(209,224,229,0.2));
  background: -webkit-linear-gradient(top, #D1E0E5, rgba(209,224,229,0.2));
  background: linear-gradient(to bottom, #D1E0E5, rgba(209,224,229,0.2));
	padding: 20px 40px;
	display: table;
	margin: 0px auto 60px;
	box-shadow: 1px 1px 2px #ccc;
	transition: .2s;
}
.btn2 a img{
	width: 100%;
	display: block;
}
.btn2{
		padding-bottom: 40px;
}
.btn2 a:hover{
	opacity: 0.8;
}
.btnicon{
	width: 5%;
	margin: auto;
	text-align: center;
}
.fot_img{
	width: 100%;
	text-align: inherit;
}
.fot_img img{
	display: none;
}
.nav_img2{
	width: 18%;
	margin: auto;
}

#footer{
	 background-color:rgba(209,224,229,0.65);

}
.footer_inner{
	width: 100%;
	margin: 40px auto 0;
}

.footer_link{
	text-align: center;
	font-size: 1.4rem;
}
.pagetop{
	position: fixed;
	bottom:30px;
	right: 20px;
}
.pagetop img{
	width: 50%;
}
.pagetop img a{
	display: block;
}
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#333;/*背景色*/
 	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した際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
.anchor {
margin-top:-78px;
padding-top:78px;
}
.qa_cont{
	padding: 10px 0 10px;
	border-bottom: dotted 2px #D1E0E5;
}
.brown{
	font-weight: 600;
	color:#75430A;
	display: inline-block;

}
.mark{
	background: linear-gradient(transparent 10%, #D6E9F0 0%);
	font-weight: 500;
}
.mark2{
	background: linear-gradient(transparent 50%, rgba(250,250,113,0.4) 0%);
	font-weight: 500;
	
}
mark{
    background: linear-gradient(transparent 50%, rgba(250,250,113,0.4) 0%);
    font-weight: 600;
	color:#75430A;
}
.logo{
	text-align: center;
	width: 10%;
	margin: 0 auto 20px;
	
}
	.pc_img{
		display:block; 
	}
	.pc_only{
		display: block;
	}
	.sp_img{
		display: none;
	}
	.sp_only{
		display: none;
	}
/*プライバシーポリシー */
.pagettl{
	padding-top: 15%;
	padding-bottom: 7%;
	font-size:2.4rem;
}
.read{
	width: 80%;
	margin: auto;
	padding-bottom: 30px;
}
.privacy_box{
	width: 80%;
	margin: auto;
}
.privacy_box dt{
	background-color: #D1E0E5;
	font-size: 1.8rem;
	display: block;
	padding: 15px 0 15px 10px;
}
.privacy_box dd{
	font-size: 1.4rem;
	padding: 20px 0% 30px;
}
.btn_p{
	margin-bottom: 40px;
}
.btn_p a{
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 50px;
	background: -moz-linear-gradient(top, #266175, rgba(38,97,117,0.5));
  background: -webkit-linear-gradient(top, #266175, rgba(38,97,117,0.5));
  background: linear-gradient(to bottom, #266175, rgba(38,97,117,0.5));
	color: #fff;
	padding: 20px 80px;
	display: table;
	margin: 40px auto 20px;
	box-shadow: 1px 1px 2px #ccc;
	transition: .2s;
}
.btn_p a:hover {
  opacity: 0.8;
}
/*特定商取引法による表記*/
.specified_box{
	margin: 30px auto 60px;
	width: 90%;
}
.specified_list{
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 1.4rem;
}
 .specified_list th,
.specified_list td {
    padding: 10px;
    border: 1px solid #ccc;
}

.specified_list th {
    background-color: #D1E0E5;
	width: 25%;
	text-align: inherit;
}

/*===========================タブレット=======================================*/
/*タブレット版*/
@media screen and (max-width:1024px){
	.copy_2{
		transform:translate(0px,10px);
	}
	.main_v span {
    font-size: 2.6rem;
}
	.main_v h1 {
    font-size: 2.4rem;
	letter-spacing: 5px;
	}
	.wave{
		width: 42%;
	}
	.about-copy  {
    font-size: 1.6rem;
	width: 393px;
	}
	.concept_point dl {
    width: 220px;
    height: 220px;
	}
	.concept_point dt {
    font-size: 1.6rem;
	}
	.concept_point dt img {
    width: 30%;
    display: block;
    margin: auto;
    padding: 20px 0 10px;
}
	.branding_ttl img {
    position: absolute;
    top: -52%;
	}
	.leaning_box h2 {
    font-size: 1.8rem;
	}
	
}
/*===========================SP=======================================*/
/*SP版*/
@media screen and (max-width:768px){
	.pc_img{
		display:none; 
	}
	.pc_only{
		display: none;
	}
	.sp_img{
		display: block;
	}
	.sp_only{
		display: block;
	}

	/*===========================================================*/
/* 機能編 5-1-14 クリックしたらナビが右から左に出現*/
/*===========================================================*/

/*========= ナビゲーションのためのCSS ===============*/

	#globalmenu{
		/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
		position:fixed;
		z-index: 999;
		/*ナビのスタート位置と形状*/
		top:0;
		right: -100%;
		width:100%;
		height: 100vh;/*ナビの高さ*/
		background: rgba(255,255,255,0.9);/*背景色*/
		/*動き*/
		transition: all 0.5s;
	}

	/*アクティブクラスがついたら位置を0に*/
	#globalmenu.panelactive{
		right: 0;
	}

	/*ナビゲーションの縦スクロール*/
	#globalmenu.panelactive #g-nav-list{
		/*ナビの数が増えた場合縦スクロール*/
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;/*表示する高さ*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	/*===========================================================*/
	/* 機能編 5-2-1	3本線が×に*/
	/*===========================================================*/
	.navtoggle{
		position:fixed;
		z-index: 9999;/*ボタンを最前面に*/
		top:15px;
		right: 10px;
		cursor: pointer;
		width: 50px;
		height:50px;
	}

	/*×に変化*/	
	.navtoggle span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 2px;
		border-radius: 2px;
		background-color: #266175;
		width: 45%;
	  }

	.navtoggle span:nth-of-type(1) {
		top:15px;	
	}

	.navtoggle span:nth-of-type(2) {
		top:23px;
	}

	.navtoggle span:nth-of-type(3) {
		top:31px;
	}

	.navtoggle.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

	.navtoggle.active span:nth-of-type(2) {
		opacity: 0;
	}

	.navtoggle.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}

.nav-list{
		display: block;
		font-size: 1.6rem;
		padding-left: 0;
		margin: 60px auto;
		
	}	
	.nav-list li{
		  padding: 40px 10px;
        width: 180px;
        margin: auto;
	}
	.nav-list li a{
		font-size: 1.8rem;
	}
	.sns{
		display: none;
	}

#header{
		background-color: #fff;
		position: fixed;
		z-index: 100;
		margin: 0;
		width: 100%;
	}
	.header_inner{
		width: 100%;
		margin: 0;
		display: block;
		background-color: transparent;
	}
.main_v {
	width: 100%;
	padding: 0;
    margin: auto;
    position: relative;
}
.main_v h1 {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 2.6px;
    position: absolute;
    top: 5%;
    left: 12%;
}
.main_v span {
    font-size: 2.6rem;
	letter-spacing: 4px;
}
.top_btn {
    width: 37%;
    position: absolute;
    top: 72%;
    left: 63%;
}
	.wave{
		display: none;
	}

	.sec_copy{
		padding: 25px 0 0;
	}
.sb_copy {
    position: absolute;
    top: 55%;
    left: 0%;
}
.sb_copy p {
    font-size: 1.6rem;
	padding: 3px 5px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	}
.copy_2 {
    transform: translate(0%, 20%);
}
.section_inner{
		padding: 0 10%;
	margin: 0 auto;
	max-width: 100%;
	}

.sec_copy h2{
	font-size: 1.8rem;
	letter-spacing: 2.0px;
	}
	.contents p{
		font-size: 1.8rem;
		padding: 0 20px;
		font-weight: 500;
	}
.contents li {
    padding: 10px 0;
    letter-spacing: 1.5px;
}	
.contents ul {
    width: 90%;
}	
	.sub_title{
		font-size: 1.8rem;
	}
.bg2 {
    margin-bottom: 40px;
	padding: 0;
	background-color: transparent;
}
	.about_box{
		position: relative;
	}
	.about_box:after {
		background-color: rgba(209,224,229,0.4);
		content: "";
		position: absolute;
		width: 100%;
		height: 98%;
		top: 0%;
		right: 0%;
		z-index: -1;
		margin: 50px 0 30px;
	}
.about_box img {
    width: 90%;
}	
	
.about-copy {
     margin-top: 10px; 
     margin-left: -2px; 
    margin-bottom: 40px;
	width: 310px;
	text-align: left;
}	
	.bg{
		width: 100%;
	}	
	.fadeInUpTrigger{
		margin: 0 auto;
		padding: 0;
	}
	.fadeIn{
		margin: 0 auto;
		padding: 0;
	}
	.about-box2{
		width: 100%;
	}
    .about_txt{
        padding: 0 15px 0;
    }
	.concept{
		font-size: 2.0rem;
		letter-spacing: 5px;
		padding: 0;
	}
	
	.concept_txt{
		width: 90%;
		padding-bottom: 20px;
		text-align: left;
	}
	.concept_txt2 {
    margin-bottom: 60px;
	padding-top: 60px;
}
	.concept_txt h3{
	font-size:2.4rem;
	}
	.concept_point{
		flex-wrap: wrap;
		padding:0;
	}
	.concept_point dl{
		margin-bottom: 20px;
	}
	.branding_content{
		flex-wrap: wrap;
	}
	.branding_content ul{
		margin-bottom: 10px;
	}
	.branding_txt_p p {
    width: 90%;
    margin: auto;
	padding-top: 10px;
}
	.branding_ttl img {
    top: -95%;
    width: 40%;
}
	.branding_txt_p {
    padding: 10px 0 10px;
}
	.branding_txt{
		margin-bottom: 10px;
	}
	.branding_content ul:nth-child(even) {
    padding-left: 0px;
}
	.wave1{
		width:85%;
	}
	.wave2{
		width: 90%;
	}
	.concept_txt{
		font-size: 1.6rem;
	}
	.concept_txt2 h3{
		font-size: 2.0rem;
		letter-spacing: 5px;
	}
	.leaning_box h2{
		font-size: 1.6rem;
		padding: 20px 15px 0;
		
	}
	.leaning_txt{
		flex-wrap: wrap;
		padding: 60px 40px 20px;
	}
	.leaning_txt1 {
    padding: 40px 20px;
		background-size: 130%;
	}
	.leaning_txt2 {
    font-size: 1.4rem;
    padding-left: 0px;
    line-height: 30px;
}
	.voice_ttl{
		width: 100%;
	}
	.voice_txt img {
    width: 90%;
	}
	
	.voice_txt2{
		padding: 0 10px;
		font-size: 1.6rem;
	}
	.voice_txt dt{
		padding: 10px;
		font-size: 1.4rem;
	}
	.voice_com{
		width: 80%;
	}
	.voice_txt:after {
    width: 100%;
    height: 96%;
    top: 0%;
    right: 0%;
	}
	.vimeo{
		padding: 20px 0 0;
	}
	.feature_list{
		width: 100%;
		margin-bottom: 20px;
	}
	.curri_name {
		padding: 5px 20px;
	}
	.curri_box dl{
		display: block;
	}
	.curri_box dt{
		border-right: hidden;
		width: 40%;
	}
	.curri_box dd{
		border-left: solid 1px #266175;
		padding-left: 10px;
		padding-bottom: 10px;
		font-size: 1.4rem;
	}
    .videottl{
        padding-top: 40px;
    }
	.btn a{
		font-size: 1.4rem;
		margin-bottom: 100px;
	}
	
	.btn{
		text-align: center;
	}
	
	.QA_box{
		width: 100%;
	}
	.profile_box{
		width: 100%;
	}
	.nav_img img {
    width: 100%;
}
    .pr{
        display: block;
    }
    .prtxt{
        width: 100%;
    }
    button{
        padding: 20px 80px;
    }
    button a{
         font-family: 'Josefin Sans', sans-serif;
        font-size: 1.6rem;
    }
    
	.footer_inner ul {
		display: block;
	}
	.footer_inner li{
		margin-bottom: 0px;
		text-align: center;
	}
	.nav_sns1{
		text-align: center;
		font-size: 3.6rem;
		padding-bottom: 15px;
	}
	.nav_sns2{
		width: 10%;
		margin: auto;
		padding-bottom: 15px;
	}

	.nav_img2 {
    width: 23%;
    margin: auto;
    padding-bottom: 20px;
}
	.logo{
		padding-top: 40px;
		width: 30%;
	}
	.pagetop {
    position: fixed;
    bottom: 105px;
    right: -10px;
		width: 12%;
}
	.conver_btn {
    position: fixed;
    background-color: rgba(209,224,229,1);
	box-shadow: 1px 1px 2px #ccc;
    padding: 20px;
    bottom: 10px;
    left: 0;
    width: 90%;
	text-align: center;
	margin: auto;
	z-index: 100;
}

	.conver_btn p{
		display: inline;
		color: #464646;
		border-bottom: 2px dotted #266175;
	}
	.footer_link{
		margin-bottom: 80px;
	}
	/*プライバシーポリシー */
.pagettl{
	padding-top: 15%;
	padding-bottom: 0;
	font-size:2.0rem;
	border-bottom: dotted #D1E0E5;
}
.read{
	width: 100%;
	margin: auto;
	padding:10px 0 30px 0;
}
.privacy_box{
	width: 100%;
	margin: auto;
}
.privacy_box dt{
	font-size: 1.6rem;
	display: block;
	padding: 15px 0 15px 10px;
}
.privacy_box dd{
	font-size: 1.3rem;
	padding: 20px 0% 30px;
}
.btn_p{
	margin-bottom: 40px;
}
.btn_p a{
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 50px;
	background: -moz-linear-gradient(top, #266175, rgba(38,97,117,0.5));
  background: -webkit-linear-gradient(top, #266175, rgba(38,97,117,0.5));
  background: linear-gradient(to bottom, #266175, rgba(38,97,117,0.5));
	color: #fff;
	padding: 20px 80px;
	display: table;
	margin: 40px auto 20px;
	box-shadow: 1px 1px 2px #ccc;
	transition: .2s;
}
.specified_box{
	width: 100%;
}
.specified_list{
	font-size: 1.3rem;
	align-items: center;
}
 .specified_list th,
.specified_list td {
    padding: 5px;
}

.specified_list th {
    background-color: #D1E0E5;
	width: 25%;
	text-align: inherit;
}
	
	
	
	
	
	
	
	
	
	
	
}




