@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;
}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	background-color:#fff;
	color:#333;
	font-size: 16px;
	line-height: 1.6;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	/*list-style:none;*/
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}

.os-animation{
    opacity: 0;
}  

.os-animation.animated{
    opacity: 1;
}
.fixedcontainer{
	max-width:1080px;
	width: 90%;
	margin:0 auto;
	padding:0px;
}
.fixedcontainer2{
	max-width:900px;
	width: 90%;
	margin:0 auto;
	padding:0px;
}
.fixedcontainer3{
	max-width:1000px;
	width: 90%;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#fc493a;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
/*-------------header----------------------*/
.sec_ttl_en, .feature_num, .flow_num, .service_num, .service_ttl, footer{
	font-family: 'Josefin Sans', sans-serif;
}
.fv{
	height: 100vh;
	background: url(../img/fv-back.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
}
.fv .fixedcontainer{
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fv_logo{
	margin-bottom: 50px;
}
.fv_arrow{
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 100px;
	z-index: 1;;
}
.fv_ttl{
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.fv_txt{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
}
.sec{
	padding: 100px 0;
}
.concept{
	background: url(../img/back1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.concept_txt{
	font-size: 20px;
	font-weight: bold;
}
.concept_img {
  padding: 16px;     
  margin: 20px 0 8px; 
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;  
}
.concept_link{
	font-size: 18px;
}
.concept_link a{
	color: #fdd618;
	text-decoration: underline;
}
.feature{
	background-color: #1d2d47;
}
.sec_ttl_en{
	color: #51c1e9;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.sec_ttl_jp{
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
}
.feature .sec_ttl_jp{
	color: #fff;
}
.feature_one{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.feature_one:last-child{
	margin-bottom: 0;
}
.feature_img{
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}
.feature_content{
	width: 45%;
	color: #fff;
	padding-top: 30px;
}
.feature_list .feature_one:nth-child(2n-1){
	flex-direction: row-reverse;
}
.feature_num{
	font-size: 24px;
	letter-spacing: 2px;
	position: relative;
	line-height: 1.2;
	margin-bottom: 30px;
}
.feature_num:before{
	content: '';
	width: 36px;
	height: 1px;
	background-color: #fff;
	left: 0;
	bottom: 0;
	position: absolute;
}
.feature_num span{
	font-size: 42px;
	color: #fdd618;
	margin-left: 15px;
}
.feature_ttl{
	font-size: 24px;
	margin-bottom: 20px;
}
.wanted{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #333;
}
.wanted h3{
	font-size: 24px;
	margin-bottom: 10px;
}
.flow_one{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	position: relative;
}
.flow_one:before{
	content: '';
	position: absolute;
	left: 40px;
	bottom: 5px;
	width: 0;
	height: calc(100% - 120px);
	border-right: 1px solid #fdd618;
}
.flow_one:last-child:before{
	content: none;
}
.flow_left{
	width: 80px;
	text-align: center;
}
.flow_content{
	width: calc(100% - 120px);
}
.flow_num{
	font-weight: bold;
}
.flow_ttl{
	font-size: 24px;
	margin-bottom: 10px;
}
.flow_ttl span{
	font-size: 16px;
	margin-left: 20px;
}
.flow_txt{
	padding: 20px;
	border-radius: 10px;
	background-color: #e4ecf5;
}
.flow_sub_txt{
	text-align: center;
	margin-bottom: 40px;
}
.service{
	background-color: #e4ecf5;
}
.service_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.service_one{
	width: 320px;
	margin: 20px;
	padding: 30px 20px;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
}
.service_num{
	position: absolute;
	font-size: 78px;
	font-weight: bold;
	color: #fff1c0;
	right: 20px;
	top: 0;
}
.service_img{
	text-align: center;
	margin-bottom: 20px;
}
.service_img img{
	height: 150px;
}
.service_ttl{
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.cooperation{
	background: url(../img/back2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
}

.cooperation_txt{
	margin-bottom: 50px;
}
.btn_wrap {
  text-align: center;
}
.btn {
  display: inline-block;
  width: 420px;
  text-align: center;
  background-color: #ffa500; 
  padding: 20px 0;
  border-radius: 40px;
  font-size: 24px;
  color: #1d2d47; 
  font-weight: bold;
  transition: 0.3s;
}
.btn:hover {
  background-color: #ff8c00;   
  color: #ffffff;            
  opacity: 1;
}
.btn2 {
  background-color: #ff8c00;
  color: #ffffff;
}
.btn2:hover {
  background-color: #ffa500;   
  color: #1d2d47; 
}
.works{
	background-color: #e4ecf5;
}
.works_one h3{
	font-size: 24px;
	margin-bottom: 20px;
}
.work_list{
	display: flex;
	flex-wrap: wrap;
}
.work_list>div{
	width: 300px;
	margin: 0 50px 50px 0;
}
.work_list > div > p{
	margin-top: 10px;
	text-align: center;
}
.work_list>div:nth-child(3n){
	margin-right: 0;
}
.article_list{
	display: flex;
	justify-content: space-between;
}
.article_one{
	width: 340px;
	display: block;
	padding: 10px;
	border-radius: 10px;
	background-color: #f2f2f2;
	transition: 0.3s;
}
.article_one:hover{
	opacity: 1;
	transition: 0.3s;
	background-color: #51c1e9;
}
.article_img{
	border-radius: 5px;
	overflow: hidden;
}
.article_content{
	padding: 20px 10px;
	position: relative;
}
.article_from{
	position: absolute;
	right: 10px;
	top: 25px;
	padding: 2px 10px;
	border-radius: 5px;
	background-color: #fdd618;
	font-size: 12px;
}
.article_ttl{
	font-size: 20px;
	margin-bottom: 10px;
}
.contact{
	background-color: #e4ecf5;
}
.contact_in table{
	width: 100%;
}
.contact_in table th{
	width: 270px;
	padding: 30px 20px 30px 0;
	vertical-align: top;
	text-align: left;
	position: relative;
}
.contact_in table th .required{
	font-size: 12px;
	padding: 2px 8px;
	background-color: #fc493a;
	border-radius: 5px;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 30px;
}
.contact_in table td{
	padding: 10px 0;
}
.contact_in table td input{
	width: 100%;
	height: 54px;
	padding: 10px;
	border: none;
}
.contact_in table td textarea{
	width: 100%;
	height: 120px;
	padding: 10px;
	border: none;
}
.submit_wrap{
	text-align: center;
	margin-top: 30px;
}
.submit_wrap input{
	width: 240px;
	text-align: center;
	background-color: #fdd618;
	font-weight: bold;
	font-size: 18px;
	color: #1d2d47;
	padding: 15px 0;
	border-radius: 30px;
	border: none;
	transition: 0.5s;
}
.submit_wrap input:hover{
	background: #fc493a;
	color: #fff;
	transition: 0.5s;
	opacity: 1;
}
.fixed_bottom{
	display: none;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 5;
}
.footer{
	background-color: #1d2d47;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 20px 0;
}
.google_btn {
  position: fixed;
  top: 0;
  right: 0;
  padding: 15px 20px;
  background-color: #ffa500;
  color: #1d2d47;            
  border-bottom-left-radius: 10px;
  z-index: 5;
  transition: 0.3s;
  font-weight: bold;
}

.google_btn:hover {
  background-color: #ff8c00; 
  color: #ffffff;           
  opacity: 1;
}
