/*font*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
  box-sizing: border-box;
}
*, ::before, ::after {
  box-sizing: inherit;
}
body {
  background: transparent;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}
/* main elements group */
audio, canvas, progress, video {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/* a */
/*common ttl*/
.head02{
  font-size: 2.5em;
  margin-bottom: 45px;
  letter-spacing: 0.1em;
  color: #666666;
}
.red{
  color: #ff0000;
}
br.sp{
  display: none;
}

/*mission*/
.mission_area{
  width: 100%;
  max-width: 1600px;
  margin:0 auto;
  padding: 125px 50px 155px;
}
.mission_in{
  position: relative;
}
.mission_in .head02{
  position: absolute;
  left: 0;
  top: 0;
}
.mission_in .mission_box{
  display: flex;
  width: 100%;
  max-width: 960px;
  margin:0 auto;
  -webkit-align-items: flex-end;    /* Safari etc. */
  -ms-align-items    : flex-end;    /* IE10        */
  align-items        : flex-end;
}
.mission_in .mission_box .mission_img{
  width: 35%;
  padding: 0 1%;
  display: block;
}
.mission_in .mission_box .mission_img img{
  width: 100%;
}
.mission_in .mission_box .mission_img img.sp_on{
	display: none;
}
.mission_in .mission_box .mission_txt{
  width: 30%;
  padding: 0 2%;
}
.mission_in .mission_box .mission_txt p{
  letter-spacing: 0.32em;
  line-height: 1.8;
}
.mission_in .mission_ttl{
  position: absolute;
  bottom: 10%;
  left: 5%;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  font-size: 2.5em;
  line-height: 1.5;
}
.mission_in .mission_ttl span{
	background: #ffffe7;
}
/*service*/
.service_area{
  width: 100%;
  max-width: 1600px;
  margin:0 auto;
  padding: 0 50px 120px;
}
.service_box{
/*  max-width: 1200px;
  width: 100%;
  margin: 0 auto;*/
  display: flex;
  padding: 0 50px;
}
.service_box .service_box_in{
  width : calc(100% / 3) ;
  margin-right: 4%;
  background: #ffffe7;
  padding: 2% 3%;
  opacity: 0;
}
.service_box .service_box_in:last-child{
  margin-right: 0;
}
.service_box .service_box_in .head03{
  font-size: 1.7em;
  margin-bottom: 2.5%;
  letter-spacing: 0.1em;
}
.service_box .service_box_in .txt{
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.service_box .service_box_in:nth-child(1) {
  -webkit-animation: fade 0.5s ease 0.5s 1 forwards;
  animation: fade 0.5s ease 0.5s 1 forwards;
}
.service_box .service_box_in:nth-child(2) {
  -webkit-animation: fade 0.5s ease 1s 1 forwards;
  animation: fade 0.5s ease 1s 1 forwards;
}
.service_box .service_box_in:nth-child(3) {
  -webkit-animation: fade 0.5s ease 1.5s 1 forwards;
  animation: fade 0.5s ease 1.5s 1 forwards;
}
@-webkit-keyframes fade {
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  100% {
    opacity: 1;
  }
}
/*profile*/
.profile_area{
  width: 100%;
}
.profile_area .head02{
  max-width: 1600px;
  margin:0 auto;
  padding: 0 50px 45px;

}
.profile_box{
  background: #efefef;
  width: 65%;
  padding: 3%;
  margin-bottom: 125px;
}
.profile_box .name{
  font-size: 2.6em;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.profile_box .name span.kana{
  margin-left: 40px;
  font-size: 0.45em;
  letter-spacing: 0.05em;
}
.profile_box .position{
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
.profile_box .history{
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
.profile_box .history dt{
  width: 15%;
}
.profile_box .history dd{
  width: 85%;
}
.profile_box .history dt,
.profile_box .history dd{
  line-height: 2;
}
/*works*/
.works_area{
  width: 100%;
  padding-bottom: 125px;
}
.works_area .head02{
  max-width: 1600px;
  margin:0 auto;
  padding: 0 50px 45px;
}
.works_area .works_img{
  width: 100%;
  background: #ffffe7;
  padding: 3% 2%;
}
.works_area .works_img img{
  width: 100%;
}
/*company*/
.company_area{
  width: 100%;
  padding-bottom: 150px;
}
.company_area .head02{
  max-width: 1600px;
  margin:0 auto;
  padding: 0 50px 45px;
}
.company_box{
  background: #efefef;
  width: 65%;
  padding: 6% 8%;
  margin-bottom: 200px;
}
.company_box .company_outline{
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
.company_box .company_outline dt{
  width: 20%;
}
.company_box .company_outline dd{
  width: 80%;
}
.company_box .company_outline dt,
.company_box .company_outline dd{
  line-height: 2;
}
.company_box .company_outline dd .address{
  display: flex;
  flex-wrap: wrap;
}
.company_box .company_outline dd .address dt{
  width: 18%;
}
.company_box .company_outline dd .address dd{
  width: 82%;
}
.company_box .company_outline dd .address dt,
.company_box .company_outline dd .address dd{
  line-height: 2;
}
/*comment*/
.comment_box{
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 200px;
}
.comment_box .comment_img{
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
}
.comment_box .comment_img img{
  width: 100%;
}
.comment_box .comment_txt{
  position: absolute;
  top: 40%;
  left: 20%;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  font-size: 2.5em;
  line-height: 1.5;
}
.comment_box .comment_txt span{
	background: #ffffe7;
}
.access_box{
  display: flex;
  padding: 2% 3%;
  max-width: 1600px;
  margin: 0 auto;
}
.map {
width: 32%;
margin-right: 2%;
}
.map:last-child{
  margin-right: 0;
}
.map .map_in{
height: 0;
overflow: hidden;
padding-bottom: 75%;
position: relative;
}
.map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
filter:grayscale(100%);
-webkit-filter:grayscale(100%);
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
	/*common*/
	.head02{
		font-size: 2.3em;
	}
	/*mission*/
	.mission_in .head02{
		font-size: 2.3em;
	}
	.mission_in .mission_ttl{
		font-size: 2.2em;
	}
	.mission_in .mission_box .mission_img{
		width: 30%;
	}
	.mission_in .mission_box .mission_txt{
		width: 40%;
	}
	/*service*/
	.service_box .service_box_in .head03{
		font-size: 1.4em;
	}
	.service_box{
		padding: 0;
	}
	/*profile*/
	.profile_box{
		width: 75%;
	}
	.profile_box .name{
		font-size: 2em;
	}
	.profile_box .history dt{
		width: 20%;
	}
	.profile_box .history dd{
		width: 80%;
	}
	/*company*/
	.company_box{
		width: 75%;
	}
	/*comment*/
	.comment_box .comment_txt{
		font-size: 2.3em;
	}
}
@media screen and (max-width: 768px) {
	/*mission*/
  .mission_area{
    padding: 50px 30px 100px;
  }
	.mission_in .head02{
		position: relative;
	}
	.mission_in .mission_box{
		display: block;
	}
	.mission_in .mission_box .mission_txt,
	.mission_in .mission_box .mission_img{
		width: 100%;
		margin-right: 0;
	}
	.mission_in .mission_box .mission_txt{
		margin-bottom: 30px;
	}
	.mission_in .mission_box .mission_img:first-child{
		display: none;
	}
	.mission_in .mission_box .mission_img img{
		width: 45%;
		margin-right: 0;
		display: inline-block;
	}
	.mission_in .mission_box .mission_img img.sp_on{
		display: inline-block;
		margin-right: 10%;
	}
	.mission_in .mission_ttl{
		bottom: -5%;
	}
  /*service*/
  .service_area{
    padding: 0 30px 80px;
  }
  .service_box{
    display: block;
  }
  .service_box .service_box_in{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px 25px;
  }
  .service_box .service_box_in .txt{
    letter-spacing: 0.1em;
  }
  /*profile*/
  .profile_box{
    width: 85%;
    padding: 5%;
  }
  .profile_area .head02{
    padding: 0 30px 45px;
  }
  .profile_box .history dt,
  .profile_box .history dd{
    width: 100%;
  }
  .profile_box .history dd{
    margin-bottom: 10px;
  }
  /*works*/
  .works_area .head02{
    padding: 0 30px 45px;
  }
  /*company*/
  .company_area{
    padding-bottom: 80px;
  }
  .company_area .head02{
    padding: 0 30px 45px;
  }
  .company_box{
    width: 85%;
    margin-bottom: 100px;
  }
 .company_box .company_outline{
  display: block;
 }
  .company_box .company_outline dt,
  .company_box .company_outline dd{
    width: 100%;
  }
  .company_box .company_outline dt{
  }
  .company_box .company_outline dd{
    margin-bottom: 10px;
  }
  .company_box .company_outline dd .address{
    display: block;
  }
  .company_box .company_outline dd .address dt,
  .company_box .company_outline dd .address dd{
    width: 100%;
  }
  .company_box .company_outline dd .address dd{
    margin-bottom: 5px;
  }
  .comment_box{
    padding-bottom: 100px;
  }
  .comment_box .comment_img{
    width: 55%;
    text-align: center;
  }
  .comment_box .comment_txt{
    top: 50%;
  }
  /*access*/
  .access_box{
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .map{
    width: 100%;
    margin-bottom: 20px;
  }
  /*common*/
  br.sp{
    display: block;
  }
}