/*============================================================
common
==============================================================*/
::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.6rem;
  line-height: 1.8;
}
img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: auto;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
ul {
	list-style: none;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: inherit;
}
.sp {
	display: none;
}
.btn_white{
  margin: 20px auto;
}
a img{
  cursor: pointer;
  transition: 0.3s all ease;
}
.inner{
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
header {
	width: 100%;
	position: fixed;
  padding: 10px 0;
  top: 0;
	z-index: 100;
	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}
header.change{
  background: #fff;
		box-shadow: 1px 0 3px rgba(0, 0, 0,.1);
  }

a:visited {
	text-decoration: none;
}

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

.accprdion {
	display: block;
}

.accprdion::after {
	opacity: 0;
}

.accordion::after {
	opacity: 0;
}

.nav_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
}

header nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
  font-weight: 500;
}

.header-logo {
  max-width: 78px;
	width: 100%;
	margin-left: 60px;
}

.header_link_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
  margin-right: 60px;
}
.header_link_list li:nth-child(5){
  margin-right: 20px;
}
.header_link {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #333;
  padding: 30px;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
}
.header_link:hover{
	color: #fff;
  background: #fe8934;
}
.cta {
  position: relative;
	display: block;
background: #fe8934;
	color: #fff;
  letter-spacing: 2px;
  transition: .5s ease-in-out all;
}
.cta:hover {
	 opacity: 0.7;
}
.header-cta {
	padding: 15px 50px;
	font-size: 1.6rem;
  border-radius: 30px;
}
.bg{
  position: relative;
  padding: 80px 0 0;
}
.bg::after{
  content: "";
  position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
  background: url(../img/main_bg.jpg) center top no-repeat;
  z-index: -5;
}
#main{
  position: relative;
  width: 100%;
  height: 756px;
  top: 0;
  left: 0;
  background: url(../img/main_bg01.png) left center no-repeat ;
}
.main_bg02{
  position: absolute;
  width: 0;
  height: 756px;
  top: 0;
  left: 0;
  background: url(../img/main_bg02_Arw.png) left center no-repeat ;
      -ms-animation: line 3s linear 1s forwards;
    -webkit-animation: line 3s linear 1s forwards;
  animation: line 3s linear 1s forwards;
}
@-ms-keyframes  line {
    0% {
      width: 0;
  }
    100% {
      width:100%;
  }
}
@-webkit-keyframes  line {
    0% {
      width: 0;
  }
    100% {
      width:100%;
  }
}
@keyframes  line {
    0% {
      width: 0;
  }
    100% {
      width:100%;
  }
}
.main_text{
  position:absolute;
  top: 10vw;
  left: 15vw;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.38);
  letter-spacing: 1px;
}
h1{
  font-size: 4rem;
  line-height: 55px;
  font-weight: 400;
  margin-bottom: 35px;
}
h1 + p{
  line-height: 30px;
}
#works,#greeting{
  padding: 140px 0 0;
}
#think{
    position: relative;
  padding: 80px 0 0;
  text-align: center;
  z-index: -2;
}
.think_parts01{
  position: absolute;
  top: 40px;
  right: 0;
}
.h2_ttl{
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.38);
  font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: bold;
}
.main_content_wrap{
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.main_content_wrap::after{
  content: "";
  position: absolute;
  top: -50px;
  left: 100px;
  width: 330px;
  height: 225px;
  background: #bbce66;
  opacity: 0.2;
  border-radius: 20px;
}
.main_content_wrap::before{
  content: "";
  position: absolute;
  top: 120px ;
  left: 0;
  width: 200px;
  height:400px;
  background: #bbce66;
  opacity: 0.2;
  border-radius: 20px;
}
.main_content_wrap p span{
  font-weight: 500;
  font-size: 1.8rem;
}
#think .h2_ttl{
  margin-bottom: 80px;
}
.content_wrap .h2_ttl{
  margin-bottom: 80px;
}
#works .h2_ttl{
  margin-bottom: 80px;
}
.works_parts01{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.content_wrap{
  position: relative;
}
#works .inner{
  position: relative;
}
.works_img01{
  position: absolute;
  top: 10px;
  right: 0;
  z-index: -1;
}
.content_wrap{
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.works_left{
  width: 45%;
  margin-left: 0;
  text-align: left;
}
.works_parts01{
   position: absolute;
  top: -310px;
  left: 0;
  z-index: -1;
}
.works_parts02{
   position: absolute;
    top: 210px;
  right: 170px;
  z-index: -1;
}
.parts01{
  position: relative;
}
#greeting .h2_ttl{
  margin-bottom: 160px;
}
.greeting_parts01{
  position: absolute;
  left: 150px;
  top:400px;
  z-index: -2;
}
.greeting_img01{
  position: absolute;
  top: 86px;
  left: 0;
  z-index: -2;
}
.greeting_txt{
  margin: 20px auto 60px;
  font-weight: bold;
  font-size: 1.2rem;
}
.greeting_right{
    width: 55%;
    text-align: left;
    margin-left: calc(100% - 55%);
}
h3{
  font-size: 3rem;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: bold;
  margin-bottom: 10px;
}
h3 + span{
  font-weight: bold;
  font-size: 2rem;
}
h3 + span +p{
  margin-top: 10px;
}
#member{
  padding: 110px 0 0;
}
#member .h2_ttl{
  margin-bottom: 210px;
}
#member h3{
  margin-bottom: 0;
}
#member h3 + span +p{
  margin-top: 40px;
}
.mamber_box{
  position: relative;
}
.mamber_box:nth-child(3){
      margin: 250px auto 270px;
}
.member_img01{
  position: absolute;
  top: -280px;
  right: 0;
  z-index: -2;
}
.member_left{
  width: 58%;
  text-align: left;
}
.member_img02{
  position: absolute;
  top:-120px;
  left: 0;
  z-index: -2;
}
.member_right{
  width: 57%;
  text-align: left;
  margin-left: calc(100% - 57%) ;
}
.member_img03{
  position: absolute;
  top: -120px;
  right: 0;
  z-index: -2;
}
.member_left02{
  width: 58%;
  text-align: left;
}
#recruit{
  padding: 200px 0 0;
}
#recruit h2{
  margin-bottom: 80px;
  text-align: center;
}
#recruit h3{
  font-family: "Noto Sans JP";
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.38);
  margin-bottom: 40px;
}
#recruit .inner{
  position: relative;
}
#recruit .inner::after{
  content: "";
  position: absolute;
  top: -90px;
  right: -100px;
  width: 299px;
  height: 221px;
  background: #bbce66;
  opacity: 0.2;
  border-radius: 20px;
}
#recruit .inner::before{
  content: "";
  position: absolute;
  bottom:-93px;
  left: -100px;
  width: 360px;
  height:160px;
  background: #bbce66;
  opacity: 0.2;
  border-radius: 20px;
}
.recruit_box{
  position: relative;
  padding: 58px 90px;
}
.recruit_box::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background: #bbce66;
  border-radius: 20px;
  opacity: 0.3;
  z-index: -1;
}
.recruit_txt{
  margin-bottom: 75px;
  text-align: center;
}
.recuruit_list_flex{
  display: flex;
  justify-content: flex-start;
}
.recuruit_list_flex:not(:last-child){
  margin-bottom: 45px;
}
.recuruit_list_flex p:first-child{
  width:  144px;
  margin-right: 40px;
}
#flow{
  position: relative;
  padding: 160px 0 0;
}
#flow .h2_ttl{
  text-align: center;
  margin-bottom: 80px;
}
.flow_wrap{
  height: 1533px;
  position: relative;
}
.flow_bar{
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow_img01{
    position: absolute;
  top: 0;
  left: 0;
}
.flow_img02{
    position: absolute;
  top: 174px;
  right: 0;
}
.flow_img03{
    position: absolute;
  top: 520px;
  left: 0;
}
.flow_img04{
    position: absolute;
  top: 695px;
  right: -98px;
}
.flow_img05{
    position: absolute;
  top: 1125px;
  left: 0;
}
.flow_img06{
    position: absolute;
  top: 1355px;
  right: 0;
}
#company{
  margin:100px auto 0;
  padding: 140px 0;
}
#company h2{
  margin-bottom: 70px;
}
.company_wrap{
    display: flex;
  justify-content: space-between;
}
.company_list{
  width: 537px;
}
.company_list_flex{
  display: flex;
  justify-content: flex-start;
  padding: 11px 5px;
  border-top: 1px solid #000;
}
.company_list_flex:last-child{
  border-bottom: 1px solid #000;
}
.company_list_flex p:first-child{
  width:  122px;
  margin-right: 35px;
}
.map_wrap{
  width: 42%;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 70%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.gmap_btn{
  display: block;
  text-align: center;
  width: 263px;
  padding: 16px 48px 16px 58px;
  margin: 48px auto 0;
  line-height: 1;
  font-weight: bold;
  border-radius: 40px;
  color: #fff;
  background: #17806c;
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gmap_btn:hover{
  opacity: 0.7;
}
#contact{
  padding: 140px 0 40px;
}
#contact h2{
  margin-bottom: 80px;
}
.contact_box .flex,.input_wrap{
  display: flex;
  align-items: flex-start;
  position: relative;
}
.mfp_err{
  position: absolute;
  bottom: -20px;
  left: 0;
}
.privacy{
    overflow-x: scroll;
    height: 300px;
    margin: 20 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.contact_input{
  width: 600px;
	padding: 7px 20px 7px;
	font-size: 1.4rem;
	line-height: 1.1em;
	border: 2px solid #898989;
  border-radius: 10px;
	background-color: #f7f1ed;
}
.input_req{
  position: relative;
}
.input_req .contact_input{
  width: 141px;
  padding: 7px 20px 7px;
	font-size: 1.4rem;
	line-height: 1.1em;
	border: 2px solid #898989;
  border-radius: 10px;
	background-color: #f7f1ed;
}
.input_req .contact_input:first-child{
  margin-right: 45px;
}
.text_area{
  width: 550px;
  height: 122px;
}
textarea,button{
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif
}
input::placeholder,textarea::placeholder {
  color: #999999;
}
/* IE */
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #999999;
}

/* Edge */
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
  color: #999999;
}
.radio{
  position: relative;
  height: 38px;
  display: flex;
}
.radio-input{
  display: none;
}
.radio-input ~ label{
  padding-left: 36px;
  margin-right: 80px;
  position:relative;
}
.radio-input ~ label::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 2px solid #333;
  border-radius: 50%;
}
.radio-input:checked ~ label::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: #fe8934;
  border: 2px solid #fe8934;
  border-radius: 50%;
}
.radio-input:checked ~ label::after{
  content: "";
  display: block;
  position: absolute;
top: 10px;
    left: 8px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.textarea_wrap{
  position: relative;
}
.contact_req{
  margin-right: 20px;
  padding: 5px 10px;
  background: #fe8934;
  color: #fff;
}
.contac_txt{
    width: 153px;
    font-size: 1.8rem;
    padding-top: 3px;
    margin-right: 58px;
}
.contact_box ul li.flex{
  margin-bottom: 20px;
}
.contact_box ul li:last-child{
margin-bottom: 0;
}
.cp_ipcheck ul {
	margin: 0.5rem 0.5rem 2rem 0.5rem;
	padding: 0.5rem 1rem;
	list-style: none;
	border: 1px solid #2c2c2c;
}
}
.cp_ipcheck label{
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.cp_ipcheck{
  width: 226px;
    position: relative;
  margin: 60px auto 20px;
  text-align: center;
}
.label{
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  text-align: center;
  color: #333;
}
.under{
  position: relative;
  color: #333;
}
.under::after{
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #333;
}
.contact_privacy{
  margin-top: 20px;
}
.cp_ipcheck .option-input05 {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;
}
.cp_ipcheck .option-input05:before {
	position: absolute;
	z-index: 1;
    top: -7px;
    left: -13px;
    width: 11px;
    height: 7px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
	border: 2px solid #fe8934;
	border-top-style: none;
	border-right-style: none;
  opacity: 0;
  transition: 0.2s all ease;
}
.cp_ipcheck .option-input05:checked:before {
opacity: 1;
}
.cp_ipcheck .option-input05:after {
	position: absolute;
  cursor: pointer;
top: -12px;
    left: -18px;
	width: 20px;
	height:20px;
	content: '';
	cursor: pointer;
	border: 2px solid #2c2c2c;
	background: #ffffff;
}
.contact_btn{
  display: block;
  width: 368px;
  padding: 15px 109px;
  font-weight: bold;
  border-radius: 30px;
  background: #fe8934;
  margin: auto;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
form#mailformpro label{
  display: block;
}
footer{
  padding: 70px 0;
  background: url(../img/footer_bg.jpg)center /cover no-repeat;
  font-size: 1.2rem;
    color: #333;
  text-align: center;
}
.scrollin {
  display: block;
	opacity: 0;
	transform: translateY(80px);
	-webkit-transition: 1s cubic-bezier(0, 0, 0.38, 1.1) all;
	transition: 1s cubic-bezier(0, 0, 0.38, 1.1) all;
}
.scrollin.delay{
  transition-delay: .3s;
}
.flow_wrap .flow_img01.scrollin{
  transition-delay: .2s;
}
.fadeIn {
	opacity: 1;
	transform: translateY(0);
}
.scrollin_right{
    display: block;
	opacity: 0;
	transform: translateX(-80px);
	-webkit-transition: 1s cubic-bezier(0, 0, 0.38, 1.1) all;
	transition: 1s cubic-bezier(0, 0, 0.38, 1.1) all;
}
.scrollin_left{
      display: block;
	opacity: 0;
	transform: translateX(80px);
	-webkit-transition: 1s cubic-bezier(0, 0, 0.38, 1.1) all;
	transition: 1s cubic-bezier(0, 0, 0.38, 1.1) all;
}
.fadeIn_right,.fadeIn_left{
  	opacity: 1;
	transform: translateX(0);
}
#thanks{
  background:url(../img/main_bg.jpg)center top /cover no-repeat;
  padding: 10vw;
}
#thanks .h2_ttl{
  margin-bottom: 80px;
}
#thanks p{
  text-align: center;
}
#thanks .contact_btn{
  margin-top: 50px;
}
/*============================================================
firefox
==============================================================*/
@-moz-document url-prefix() {
  #member {
    padding: 90px 0 30px;
}
#recruit {
    padding: 130px 0 0;
}
  #works, #greeting{
    padding: 120px 0 0;
  }
}
/*============================================================
breakpoint 1366px
==============================================================*/
@media screen and (max-width: 1300px) {
  #main {
    position: relative;
    width: 100%;
    height: 667px;
    top: 0;
    left: 0;
    background: url(../img/main_bg01_note.png) left center no-repeat;
}
  .main_bg02{
    height: 631px;
        background: url(../img/main_bg02_note.png) left center no-repeat;
    -ms-animation: line 3s linear 1s forwards;
    -webkit-animation: line 3s linear 1s forwards;
    animation: line 3s linear 1s forwards;
  }
  .main_text{
        left: 7vw;
  }
  .header_link{
    padding: 20px;
  }
  .think_parts01 {
    position: absolute;
    top: 40px;
    right: 0;
    width: 30%;
}
  .bg::after{
    background: url(../img/main_bg.jpg) center -50px no-repeat;
  }
}
/*============================================================
breakpoint 1200px
==============================================================*/
@media screen and (max-width: 1200px) {
  .main_content_wrap::before,.main_content_wrap::after,#recruit .inner::after,#recruit .inner::before{
    content: none;
  }
  .think_parts01{
      top: 70px;
  }
  .flow_img01,.flow_img02,.flow_img03,.flow_img04,.flow_img05,.flow_img06{
        width: 45%;
  }
  .flow_img04{
    right: 0;
  }
  .header_link{
    font-size: 1.4rem;
    padding: 20px 10px;
  }
  .header-cta {
    padding: 15px 30px;
    font-size: 1.4rem;
  }
  .inner{
    max-width:94%;
}
  #flow .h2_ttl,#company h2,#contact h2{
    margin-bottom: 50px;
  }
  #works, #greeting{
    padding: 100px 0;
  }
  #member{
    padding: 60px 0 60px;
  }
}
/*============================================================
breakpoint 1080px
==============================================================*/
@media screen and (max-width: 1080px) {
  #flow {
    position: relative;
    padding: 120px 0 0;
}
  #company {
    margin: 140px auto 30px;
    padding: 140px 0;
}
    #member {
    padding: 0px 0 60px;
}
  .mamber_box:nth-child(3) {
    margin: 220px auto 250px;
}
}
/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
    header{
    padding: 0;
  }
  .header_link {
    font-size: 1.2rem;
    padding: 6px;
  }
  .header_link_list{
    margin-right: 20px;
  }
  .header-cta {
    font-size: 1.4rem;
    padding: 8px 12px;
}
ul.menu.open {
    height: 110vh;
    background: #fff;
  transition: .8s ease-out all;
  }
.btn-trigger {
  position: relative;
  width: 35px;
  height: 28px;
  cursor: pointer;
  z-index: 100;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fe8934;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
	margin-right: 20px;
  transition: .5s ease-out all;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 12px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
#btn06.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
#btn06.active span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  -webkit-animation: active-btn06-bar02 .8s forwards;
  animation: active-btn06-bar02 .8s forwards;
}
@-webkit-keyframes active-btn06-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn06-bar02 {
  100% {
    height: 0;
  }
}
#btn06.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
	.menu{
    position: absolute;
    top: 0;
		right: -100%;
    background: url(../img/sp/header_bg.png)center /cover no-repeat;
    width: 100%;
    height: 104vh;
		padding: 26% 20px;
    transition: .8s ease-out all;
    z-index: 50;
	}
		.open{
    right: 0;
	}
	ul.menu li a {
    font-size: 1.6rem;
    padding: 0;
		color: #000;
	}
	ul.menu li{
margin: 13vw auto;
    text-align: center;
	}
	ul.menu li:last-child{
				margin: 20px auto 0;
	}
  ul.menu li .header-cta{
    padding: 20px;
    color: #fff;
  }
	.nav_flex{
		padding: 0;
	}
	.header-cta {
    font-size: 1.4rem;
    padding: 20px 12px;
	}
  body{
    font-size: 1.4rem;
  }
  .flex{
  display: flex;
  justify-content: space-between;
}
  .inner{
    max-width: 94%;
    width: 100%;
    margin: auto;
  }
  .header-cta{
    padding: 10px;
  }
  .bg{
    padding: 0;
  }
  .nav_btn_wrap .cta:hover {
    box-shadow: 0 1px 0 #840f18;
    margin:12px 30px 8px 0;
}
  .header-logo{
    width: 49px;
    margin-left: 20px;
  }
  #main::after{
    content: "";
        top: -70px;
    position: absolute;
    width: 100%;
    height: 634px;
    background: url(../img/sp/sp_asset_01.jpg)center top/cover no-repeat;
    z-index: -10;
  }
	#main {
    margin: 60px auto 0;
    padding: 60px 0;
		width: 100%;
    height: 527px;
		background: url(../img/sp/main_bg01_sp.png) center top/cover no-repeat;
	}
  .main_bg02 {
    position: absolute;
    width: 0;
    height:527px;
    top: 0;
    left: 0;
    background: url(../img/sp/main_bg02_sp.png) left center no-repeat;
    animation: line 3s linear 1s forwards;
}
   .mamber_box:nth-child(3) {
    margin: 250px auto 240px;
}
  #recruit{
    padding: 110px 0;
  }
  #flow{
    padding: 20px 0 100px;
  }
    #contact{
    position: relative;
  width: 100%;
		height: 100%;
		background: url(../img/sp/sp_asset_09.jpg) center -100px/cover no-repeat;
    padding: 90px 0 40px;
    z-index: 1;
  }
  #contact h2 {
    margin-bottom: 30px;
}
  .contact_box .flex,
.flex{
  display: block;
}
  .contact_box ul li {
    margin-bottom: 15px;
}
  .contact_input,.radio{
    margin:5px 0 0;
  }
  .contact_input,select.contact_input{
    width: 180px;
   height: 39px;
    font-size: 1.6rem;
  }
  .contact_box .flex{
    flex-wrap: nowrap;
  }
  .radio{
    width:180px;
  }
  .contact_req,.contact_any{
        padding: 1px 4px;
    font-size: 1.2rem;
    width: 24px;
  }
  .contact_input, select.contact_input{
width: 100%;
  }
input::-webkit-input-placeholder {
  padding-top: 0.4em;
  }
  #thanks{
        background: url(../img/sp/sp_asset_01.jpg)center top /cover no-repeat;
    padding: 30vh 0;
  }
  #thanks .h2_ttl{
  margin-bottom: 60px;
}
#thanks .contact_btn{
  margin-top: 30px;
}
  #greeting{
    padding: 0 0 100px;
  }
    .greeting_right{
    width: 100%;
    margin-left:0;
    margin-top: 610px;
  }
  #company{
    margin: auto;
  }
  .company_list{
    width: 55%;
  }
  .company_list_flex p:last-child{
    width: 50%;
  }
}
/*============================================================
breakpoint 420px
==============================================================*/
@media screen and (max-width: 420px) {
    .bg::after{
    content: none;
  }
  	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
  .main_content_wrap .text_left{
    text-align: left;
  }
  .main_content_wrap p.text_left span{
    font-size: 1.6rem;
  }
  #main {
    width: 100%;
    height: 527px;
    background: url(../img/sp/main_bg01_sp.png) -230px center no-repeat;
}
  .main_bg02 {
    position: absolute;
    width: 0;
    height: 527px;
    top: 0;
    left: 0;
    background: url(../img/sp/main_bg02_sp.png) -229px center no-repeat;
    animation: line 3s linear 1s forwards;
}
  .main_text {
    position: absolute;
    top: 15vw;
    left: 5vw;
  }
  h1{
    font-size: 3.6rem;
        line-height: 43px;
    margin-bottom: 15px;
  }
  h1 + p{
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .contact_btn{
    width: 100%;
  }
  footer{
    padding: 45px 10px;
    background: url(../img/sp/sp_asset_10.jpg)center /cover no-repeat;
    font-size: 1rem;
    color: #333;
    text-align: left;
}
  .contact_btn {
    padding: 15px 60px;
  }
  .radio-input ~ label {
    padding-left: 36px;
    padding-top: 4px;
    margin-right: 40px;
  }
  .textarea_wrap .contact_input{
    height: 150px;
  }
    #member h3 + span +p{
        margin-top: 20px;
  }
    #think {
		width: 100%;
		height: 100%;
		background: url(../img/sp/sp_asset_02.jpg) center top/cover no-repeat;
    padding: 40px 0 ;
	}
  .main_content_wrap::after,.main_content_wrap::before,#recruit .inner::after,#recruit .inner::before{
    content: none;
  }
  #works{
  width: 100%;
		height: 100%;
		background: url(../img/sp/sp_asset_03.jpg) center top/cover no-repeat;
    padding: 40px 0;
  }
  .works_left{
    margin-top: 350px;
        width: 100%;
  }
  .h2_ttl{
    line-height: 1.5;
   font-size: 3rem;
  }
  #greeting{
  width: 100%;
		height: 100%;
		background: url(../img/sp/sp_asset_04.jpg) -5px top/cover no-repeat;
    padding: 40px 0;
  }
  .member_left{
    margin-top:610px;
        width: 100%;
  }
  .member_left02{
    margin-top:580px;
        width: 100%;
  }
  .member_right{
    margin-top: 530px;
        width: 100%;
    margin-left:0;
  }
  .greeting_txt{
    margin: 20px auto;
  }
  .greeting_right{
    width: 100%;
    margin-left:0;
    margin-top: 480px;
  }
  #member{
  width: 100%;
		height: 100%;
		background: url(../img/sp/sp_asset_05.jpg) center top/cover no-repeat;
    padding: 0 0 40px;
  }
  #recruit{
    position: relative;
  width: 100%;
		height: 100%;
		background: url(../img/sp/sp_asset_06.jpg) center top/cover no-repeat;
    padding: 80px 0;
    z-index: -1;
  }
  #recruit h3{
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .recruit_box {
    position: relative;
    padding: 40px 20px;
}
  .recruit_txt {
    margin-bottom: 25px;
    text-align: center;
}
  .recuruit_list_flex{
    display: block;
  }
  .recuruit_list_flex .sp,.company_list_flex .sp{
    font-weight: bold;
  }
  .recuruit_list_flex p:first-child{
margin-bottom: 10px;
  }
  .recuruit_list_flex:not(:last-child) {
    margin-bottom: 30px;
}
  #flow{
    position: relative;
  width: 100%;
		height: 100%;
		background: url(../img/sp/sp_asset_07.jpg) center top/cover no-repeat;
    padding: 40px 0;
    z-index: -1;
  }
  .flow_wrap{
    height: 100%;
  }
  #company{
    position: relative;
  width: 100%;
		height: 100%;
		background: url(../img/sp/sp_asset_08.jpg) center top/cover no-repeat;
    padding: 70px 0;
    z-index: 0;
  }
  .company_list_flex{
    display: block;
  }
  
  .company_list{
    width: 100%;
    margin-bottom: 30px;
  }
  .company_wrap{
    display: block;
  }
  .company_list_flex p:last-child{
    width: 100%;
  }
  .map_wrap{
    width: 100%;
  }
    #contact{
    position: relative;
  width: 100%;
		height: 100%;
		background: url(../img/sp/sp_asset_09.jpg) -170px top/cover no-repeat;
      padding: 140px 0 40px;
    z-index: 1;
  }
  .input_req .contact_input:first-child{
    margin-right: 30px;
  }
  .cp_ipcheck .option-input05:after{
        top: -11px;
    left: -15px;
  }
  .cp_ipcheck .option-input05:before{
        top: -6px;
    left: -11px;
  }
  _::-webkit-full-page-media, _:future, :root .cp_ipcheck .option-input05:after{
    top: -6px;
    left: -10px;
  }
  _::-webkit-full-page-media, _:future, :root .cp_ipcheck .option-input05:before {
top: -1px;
    left: -5px;
}
  div.mfp_err{
    width: 290px !important;
    font-size: 1.1rem;
  }
}
/*============================================================
breakpoint 380px
==============================================================*/
@media screen and (max-width: 380px) {
  .member_left{
    margin-top:520px;
        width: 100%;
  }
  .member_left02{
    margin-top:500px;
        width: 100%;
  }
  .member_right{
    margin-top: 119vw;
        width: 100%;
    margin-left:0;
  }
  #contact{
    position: relative;
  width: 100%;
		height: 100%;
		background: url(../img/sp/sp_asset_09.jpg) -190px top/cover no-repeat;
      padding: 140px 0 40px;
    z-index: 1;
  }
}
/*============================================================
breakpoint 320px
==============================================================*/
@media screen and (max-width: 320px) {
  body{
    font-size: 1.2rem;
  }
  .works_left{
    margin-top: 250px;
  }
  .greeting_right{
    margin-top: 380px;
}
  .member_left{
    margin-top: 370px;
}
  .member_right {
    margin-top: 430px;
  }
  .member_left02 {
    margin-top: 350px;
  }
  .input_req .contact_input:first-child{
    margin-right: 0;
  }
  .input_req:first-child .contact_input{
    margin-right: 20px;
  }
  #contact{
    position: relative;
  width: 100%;
		height: 100%;
		background: url(../img/sp/sp_asset_09.jpg) -250px top/cover no-repeat;
      padding: 140px 0 40px;
    z-index: 1;
  }
}