@charset "utf-8";
/* Simple fluid media*/
img, object, embed{
}
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,address,figure{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    line-height: 1;
    background-repeat: no-repeat;
    background-size: contain;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*reset */
html, body {
  height:100%;
}

.center{
	text-align:center;
	margin:0 auto;
}

body{
	height:100%;
/*	overflow: hidden;*/
}
a{
    transition: all  0.3s ease;
}
a:hover{
    text-decoration: none;
}
.form-catalog,.form-booking{
    transition: all  0.5s ease;
	opacity: 1;
	position: relative;
}
.is-hide{
	opacity: 0;
	position: absolute;
	z-index: -10;
}


.btn_up_base {
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    display: block;
 }
.btn_up_base:hover {
  transform: translateY(-7px);
}
.btn_up {
    box-shadow: 0px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0.0);
 }
.btn_up:hover {
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  transform: translateY(-4px);
}
.cv_btn{
    padding-top: 20px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 20px;
    border: 0px solid rgba(255,255,255,1.00);
    /*    background-image: linear-gradient(-55deg, #f78ca0 0%, #f9748f 30%, #fe9a8b 100%); */
    background-image: linear-gradient(-55deg, #89bc31 0%, #449c3b 100%);
}



/* Mobile Layout: 480px and below. */
html { font-size:12px}

.fluidwidth{
	width: 100%;
}

.font_kalam{
	font-family: 'Kalam', cursive;
}
.font_cinzel{
	font-family: 'Cinzel', serif;
}
.font_teko{
	font-family: 'Teko', sans-serif;
}
.font_sawarabi { font-family: "Sawarabi Mincho"; }


/* トップ戻るボタン隠す */
.pagetop a{
	display: none;
}
.sp480 {
	display: block;
}
.pc480 {
	display: none;
}
.sp769{
	display: block;
}
.pc769 {
	display: none;
}
.sp1100{
	display: block;
}
.pc1100 {
	display: none;
}

.view_ok{
	display: block;
}
.view_no{
	display: none;
}




.l-header-logo__link.head_pc_link{
    border: 2px solid transparent;
    /*	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 5px;
	padding:5px 10px 5px 10px;*/
    height: 100%;
    text-align: center;
}
.is-scroll .l-header-logo__link.head_pc_link{
	background-color: #ffffff;
	color: #14703f;
}
.l-header-logo__link.head_pc_link:hover {
    background-color: #FFFFFF;
    color: #14703f;
}

.is-scroll .l-header-logo__link.head_pc_link:hover {
    /*border: 2px solid #87A4BA;*/
}



/* menu */
.l-nav__btn {
    color: transparent;
    font: 0/0 a;
    overflow: hidden;
    text-shadow: none;
    background-color: transparent;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    z-index: 2;
  }
  .l-nav__btn span, .l-nav__btn span::before, .l-nav__btn span::after {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 24px;
  }
  .is-scroll .l-nav__btn span, .is-scroll .l-nav__btn span::before, .is-scroll .l-nav__btn span::after {
	  background: #fff;
	}
.is-scroll .l-nav__btn{
	background:#14703f;
}

  .l-nav__btn span {
    left: 50%;
    margin: -1px 0 0 -12px;
    top: 50%;
    -webkit-transition: background-color 100ms;
    transition: background-color 100ms;
  }
  .l-nav__btn span::before, .l-nav__btn span::after {
    left: 0;
    -webkit-transition: top 200ms, -webkit-transform 200ms;
    transition: top 200ms, -webkit-transform 200ms;
    transition: transform 200ms, top 200ms;
    transition: transform 200ms, top 200ms, -webkit-transform 200ms;
  }
  .l-nav__btn span::before {
    top: -8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-nav__btn span::after {
    top: 8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
/* is-nav--active */
  .is-nav--active{
    height: 100%;
/*    overflow: hidden;*/
  }
  .is-nav--active .l-nav__btn span {
    background: transparent;
  }

  .is-nav--active .l-nav__btn span::before, .is-nav--active .l-nav__btn span::after {
    top: 0;
	  
  }
  .is-nav--active .l-nav__btn span::before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .is-nav--active .l-nav__btn span::after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
/* l-nav */
.l-nav {
	visibility: hidden;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    position: fixed;
    right: 0%;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: linear-gradient(0deg, rgba(199, 226, 212, 0), rgba(199, 226, 212, 0), rgba(199, 226, 212, 1), rgba(199, 226, 212, 1));
    background-position: 1% 100%;
    background-size: 300% 300%;
	
  }
  .is-nav--active .l-nav {
	visibility: visible;
	background-position: 1% 0%;
	top:0;
    right: 0;
  }





/* l-header */
.l-header {
/*    background: #fff;*/
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 55px;
    min-width: 0;
    position:fixed;
    z-index: 100;
    width: 20%;
    top: 0px;
    right: 0px;
}
.l-header--transparent {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background-color 500ms;
	transition: background-color 500ms;
	background-color: transparent;
}
/*.is-drop-nav--active .l-header--transparent, .l-header--transparent.is-scroll {
    background:rgba(255,255,255,0.90);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}*/



header button {
    overflow: visible;
}
header input[type="button"], header input[type="submit"], header button {
    background: none;
    border: 0;
    cursor: pointer;
}
header input, header button, header textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
header input, header button, header select, header textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
}
.logo_image img{
    height: 24px;
    margin-right: 4px;
    margin-left: 4px;
    display: inline-block;
}
.logo_text{
	font-size: 9px;
	line-height: 1.3;
	color: #FFFFFF;
}
.is-scroll .logo_text{
	color: #000;
}

.l-header-logo__link:hover{
	text-decoration: none;
}
.l-header-logo__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    height: 55px;
    padding: 0 12px 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.l-header-logo__link:hover{
	text-decoration:none;
}
.head_pc_menu {
	display: none;
}

.nav_logo_box img {
    margin: 20px auto;
    width: 200px;
    display: block;
}



.cnt1200 {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    background-color: transparent;
}
.cnt1200 img{
	margin: 0 auto;
}
.nav1200 {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.nav1200 img{
	margin: 0 auto;
}

#wrap {
    background-repeat: repeat;
    position: relative;
}
.head_entry {
    display: block;
    padding-top: 20px;
    padding-left: 7px;
    padding-right: 7px;
}
.nav_link a {
    padding-top: 0px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}
.nav_link a:hover{
	text-decoration: none;
}
.nav_eng {
    color: #14703f;
    font-size: 3em;
    font-weight: 900;
    text-decoration: underline;
    display: block;
    padding-bottom: 5px;
}
.nav_link a:hover .nav_eng {
	color: #508d6c;
}
.nav_j {
    font-size: 0.8em;
    color: #508d6c;
    font-weight: 900;
}
.nav_link_cv {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav_link_cv a {
    background-color: #FFFFFF;
    color: #14703f;
    border-radius: 100px;
    border: 3px solid #14703f;
    display: block;
    font-size: 1.3em;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.nav_link_cv a:hover{
	background-color:#14703f;
	color: #fff;
}
.nav_in {
    padding-right: 10px;
    padding-left: 10px;
}
.l-nav_bk{
	display: none;
	z-index: -10;
}
.is-nav--active .l-nav_bk {
	display: block;
    background-image: url(../img/nav_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    width: 60%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}
.nav_box {
    position: relative;
    z-index: 10;
}
.top_slide_list {
    position: absolute;
    z-index: 1;
}
.v_title_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 5;
}

.v_title {
    text-align: center;
    color: #FFFFFF;
    font-size: 2em;
    padding-top: 50%;
    font-weight: 900;
    padding-left: 20px;
    padding-right: 20px;
}


.foo_link_menu .link {
	cursor: pointer;
    text-align: center;
    padding: 20px;
    display: block;
    font-size: 0.8em;
    border-radius: 100px;
    margin: 20px;
    border: 1px solid #C5C5C5;
    position: relative;	
}
.foot_link02 {
    width: 50%;
    float: left;
}
.foot_link02 a {
    display: block;
    padding: 15px 10px;
    font-size: 0.8em;
}
.foot_link {
    padding: 0px 20px 20px;
}
.foot_link01 {
    font-weight: 900;
    padding-bottom: 0px;
    padding-top: 30px;
    color: #fff;
}
.foot_link02 a {
    color: #fff;
    text-decoration: underline;
}
.foot_link01 a {
    color: #fff;
    text-decoration: underline;
}
 .submenu {
    display: none;
 }
.open .submenu {
    display:block;
 }

.accordion i.btm_menu {
    position: absolute;
    top: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	right: 12px;
	transform: rotate(90deg);
}


.accordion.open .link {
    color: #30BDC7;
    background-color: #E9E9E9;
}

.accordion.open i.btm_menu {
    color: #30BDC7;
}
.accordion.open i.btm_menu {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(-90deg);
}
.foot_menu_btn {
    display: inline;
}
.foot_close_btn {
    display: none;
}
.open .foot_menu_btn {
    display: none;
}
.open .foot_close_btn {
    display: inline;
}
.foot_logo {
    margin: 0 auto;
    width: 200px;
    padding-top: 40px;
    padding-bottom: 20px;

}
.foot_link_corp {
    text-align: center;
    padding-top: 10px;
}
.foot_link_corp a {
    text-decoration: underline;
    color: #14703f;
}
.foot_copy {
    text-align: center;
    font-size: 0.8em;
    color: #FFFFFF;
    padding-bottom: 40px;
    background-color: #145b70;
    padding-top: 40px;
}
.pagetop img {
    width: 72px;
}
.nav_logo_box {
    position: relative;
    z-index: 2;

}
.foot_bk {
    background: linear-gradient(135deg, #14703f, #145b70);
    padding-bottom: 0px;
}
.foot_link01 .foot_tag {
    color: #47b77b;
    font-size: 0.6em;
    font-weight: 100;
    text-decoration: none;
}
.intro {
    padding-bottom: 20px;
    background-color: #FFFFFF;
}
.intro_bk {
    position: relative;
}
.intro_tag {
    width: 99px;
    margin-left: 0px;
    margin-right: auto;
    padding-top: 21%;
    padding-bottom: 5%;
}
.intro_lead {
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 5%;
    margin-left: 9%;
    margin-right: 0px;
    font-size: 1.7em;
}


.gradgreen{
	 background: linear-gradient(135deg, #14703f, #145b70);
}
.intro_p {
    line-height: 2;
    color: #FFFFFF;
    padding-left: 9%;
    padding-right: 9%;
    padding-bottom: 17%;
}
.v_box {
    top: 0px;
    left: 0px;
}
.top_staff {
    position: relative;
    padding-top: 21%;
}
.top_staff_bk {
    position: relative;
    z-index: 0;
}
.top_staff_body {
    position: relative;
    z-index: 2;
    padding-top: 16%;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 16%;
    margin-top: -5%;
    background-color: #FFFFFF;
    margin-left: 5%;
    margin-right: 5%;
}
.top_staff_title {
    font-size: 3em;
    padding-bottom: 0px;
    text-align: center;
}
.top_staff_sub {
    font-size: 0.7em;
    color: #14703f;
    padding-bottom: 5%;
    padding-top: 2%;
    text-align: center;
    font-weight: 900;
}
.top_staff_list {
    width: 50%;
    float: left;
    padding-bottom: 5%;
}
.top_staff_list_in {
    width: 90%;
    position: relative;
}
.top_staff_left {
    margin: 0 auto;
}
.top_staff_center {
    margin: 0 auto;
}
.top_staff_right {
    margin: 0 auto;
}
.top_staff_lead {
    line-height: 2;
    padding-bottom: 5%;
    padding-top: 5%;
}
.top_staff_pop {
    position: absolute;
    bottom: 5%;
    left: -10px;
    z-index: 2;
}
.top_staff_pop01 {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 5px;
    color: #000000;
    font-size: 0.8em;
    font-weight: 900;
    margin-bottom: 5px;
}
.top_staff_pop02 {
    background-color: #14703f;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 0.8em;
}
.top_staff_pop03 {
    padding: 5px;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 900;
}
.top_staff_list_in a {
    position: relative;
    z-index: 1;
}
.top_staff_more {
    text-align: center;
    padding-bottom: 16%;
    padding-top: 2%;
    position: relative;
    z-index: 2;
}



@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-c {
  font-size: 2rem;

  padding: 1.5rem 4rem 1.5rem 4rem;

  -webkit-transform: skew(-15deg);

  transform: skew(-15deg);

  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#14703f),
    to(#f9d423)
  );
  background-image: -webkit-linear-gradient(left, #14703f 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #14703f 0%, #f9d423 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  position: absolute;
  top: 46%;
  right: 0;

  width: 3rem;
  height: 1px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: #fff;
}

a.btn-c:after {
  position: absolute;
  top: 55%;
  right: 1rem;

  width: 2rem;
  height: 1px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: #fff;
}

a.btn-c:hover {
  -webkit-transform: skew(0);
  transform: skew(0);

  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

a.btn-c:hover:before {
  right: -1.5rem;

  background: #14703f;
}

a.btn-c:hover:after {
  right: -1rem;

  background: #14703f;
}
.top_work {
    position: relative;
}
.top_work_box {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 21%;
    padding-bottom: 5%;
    position: relative;
    z-index: 2;
}
.top_work_t {
    padding-bottom: 7%;
}

.top_work_title_box {

}
.font_teko {
    padding-bottom: 0px;
}
.top_work_lead_box {

}
.top_work_lead {
    line-height: 2;
}
.top_work_bk {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(135deg, #d9fae8 , #fff);
    height: 100%;
}
.top_work_sub {
    text-align: center;
    font-size: 0.7em;
    padding-top: 2%;
    padding-bottom: 5%;

}
.top_work_pop {
    position: absolute;
    padding-bottom: 5%;
    padding-left: 0%;
    width: 97%;
    text-align: right;
    left: 0px;
    bottom: 5%;
    z-index: 2;
}
.top_work_w {
    font-size: 2em;
    font-weight: 900;
    background-color: #FFFFFF;
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
.top_work_l {
    color: #FFFFFF;
    font-weight: 900;
    padding: 5px;
    font-size: 0.7em;
    display: inline-block;
}
.top_work_list_in a {
    position: relative;
    z-index: 1;
}
.top_work_list {
    padding-bottom: 5%;
    float: left;
}
.top_recruit_box {
    position: relative;
}
.top_recruit_bk {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.top_recruit_in {
    position: relative;
    z-index: 2;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 21%;
    padding-bottom: 21%;
}
.top_recruit_title_e {
    font-size: 3em;
    color: #FFFFFF;
    padding-bottom: 20px;
    text-align: center;
}
.top_recruit_title_j {
    color: #FFFFFF;
    font-size: 0.7em;
    padding-bottom: 20px;
    text-align: center;
}
.top_recruit_mesg {
    color: #FFFFFF;
    font-size: 1.8em;
    line-height: 1.8;
    text-align: left;
    padding-bottom: 7%;
}
.top_recruit_list {
    width: 33.333%;
    float: left;
}
.top_recruit_l_in {
    margin: 0 auto;
    width: 95%;
}
.top_recruit_l {
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 0.8em;
    text-align: center;
}
.top_work_title {
    font-size: 3em;
    text-align: center;
}
.main_title {
    position: relative;
    z-index: 10;
}
.main_title_in {
    margin: 0 auto;
    width: 100%;
}
.top_about_box {
    position: relative;
    margin-top: 7%;
}
.top_about_bk {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.top_about_in {
    padding-top: 16%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    z-index: 2;
    padding-bottom: 10%;
}
.top_about_title_e {
    font-size: 3em;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 20px;
}
.top_about_title_j {
    color: #FFFFFF;
    font-size: 0.7em;
    text-align: center;
    padding-bottom: 5%;
}
.top_about_msg {
    color: #FFFFFF;
    text-align: center;
    font-size: 2em;
    padding-bottom: 5%;
}
.top_about_list {
    width: 33.333%;
    float: left;
}
.top_about_l_in {
    margin: 0 auto;
    width: 95%;
}
.top_about_l_sub {
    padding: 20px;
    display: flex;
	justify-content: space-between;
}
.top_about_l_sub_in01 {
    color: #FFFFFF;
    font-size: 0.5em;
    text-align: left;
    padding-bottom: 5px;
}
.top_about_l_sub_in02 {
    color: #FFFFFF;
    font-weight: 900;
    text-align: left;
}
.top_about_l_sub_in_arrow {
    width: 12.5px;
}
.top_contact {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0%;
    overflow-y: hidden;
    overflow-x: hidden;
}
.top_contact_bk {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
}
.top_contact_in {
    position: relative;
    z-index: 2;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 16%;
    padding-bottom: 8%;
}
.top_contact_title_e {
    text-align: center;
    font-size: 3em;
    color: #FFFFFF;
    padding-bottom: 20px;
}
.top_contact_title_j {
    color: #FFFFFF;
    text-align: center;
    font-weight: 900;
    padding-bottom: 20px;
}
.top_contact_p {
    color: #FFFFFF;
    line-height: 2;
    font-size: 1em;
    text-align: center;
    padding-bottom: 5%;
}
.top_contact_tel_bk {
    padding: 40px;
    background-color: rgba(255,255,255,0.90);
    text-align: center;
}
.top_contact_tel_btn {
    padding-bottom: 20px;
}
.top_contact_tel_btn a {
    display: block;
    text-align: center;
    color: #FFFFFF;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    border-radius: 100px;
    font-weight: 900;
}
.top_contact_tel_p {
    color: #000000;
    text-align: left;
    padding-bottom: 20px;
}
.top_contact_tel_post {
    color: #000000;
    text-align: left;
    line-height: 1.5;
}
.top_contact_tel {
    padding-bottom: 20px;

}
.main_v {
    position: relative;
}
.main_v_bk {
    position: relative;
    z-index: 1;
}
.main_v_title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}
.main_v_e {
    font-size: 3em;
    padding-left: 10%;
    padding-top: 45%;
    padding-bottom: 5px;
    color: #FFFFFF;
}
.main_v_j {
    padding-left: 10%;
    color: #FFFFFF;
}
.org_top_staff {
    padding-top: 0px;
}
.main_v_e_low {
    padding-top: 14%;
    font-size: 2em;
    display: inline-block;
    padding-left: 5%;
}
.main_v_j_low {
    font-size: 0.8em;
    display: inline-block;
    padding-left: 5%;
}
.staff_box {
    padding-top: 10%;
    padding-bottom: 10%;
}
.staff_img {
    width: 200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.staff_prof {
    position: relative;
    z-index: 1;
    margin-top: -5%;
}
.staff_prof_in {
    padding-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
}
.staff_prof_msg {
    font-size: 3em;
    line-height: 1.5;
    color: #FFFFFF;
}
.staff_prof_name {
    border-top: 1px solid #FFFFFF;
    margin-top: 5%;
    padding-top: 5%;
    color: #FFFFFF;
    padding-bottom: 5%;
}
.staff_prof_j {
    color: #FFFFFF;
    font-size: 2em;
    display: inline-block;
    padding-right: 10px;
}
.staff_prof_e {
    font-size: 0.8em;
    color: #E5A02D;
    display: inline-block;
}
.staff_prof_year {
    color: #FFFFFF;
    font-size: 0.8em;
    padding-bottom: 5%;
}
.staff_prof_title {
    color: #FFFFFF;
    font-size: 2em;
    padding-bottom: 5%;
}
.staff_prof_tr {
    padding-bottom: 5%;
}
.staff_prof_th {
    width: 30%;
    float: left;
    color: #FFFFFF;
    line-height: 1.3;
}
.staff_prof_td {
    width: 70%;
    float: left;
    color: #FFFFFF;
    line-height: 1.3;
    font-weight: 900;
}
.staff_qa_box {
    position: relative;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
}
.staff_qa_bk {
    position: absolute;
    width: 100%;
    bottom: 50%;
    left: 0px;
    text-align: right;
    z-index: 1;
}
.staff_qa_bk img {
    width: 80%;
}
.staff_qa {
    padding-bottom: 5%;
    position: relative;
    z-index: 2;
}
.staff_q {
    color: #14703f;
    font-weight: 900;
    font-size: 1.5em;
    padding-bottom: 5%;
}
.staff_a {
    line-height: 2;
    margin-bottom: 10%;
}
.staff_next_box {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.staff_next_bk {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}
.staff_next_in {
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 3%;
    position: relative;
    z-index: 2;
}
.staff_next_title {
    color: #FFFFFF;
    text-align: center;
    font-size: 2em;
    padding-bottom: 3%;
}
.staff_next_icon {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1%;
    width: 75px;
}
.staff_next_lead {
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1%;
    font-size: 2em;
}
.staff_next_name {
    color: #FFFFFF;
    text-align: center;
}
.staff_link {
    padding: 5%;
    background-color: #ecf7f1;
    display: flex;
	justify-content: space-between;
}
.staff_arrow01 {
    width: 30%;
}
.staff_index_icon {
    width: 20px;
}
.staff_arrow02 {
    text-align: right;
}
.staff_arrow01 a {
    color: #14703f;
}
.staff_next_in a {
    display: block;
}
.intro_big {
    font-size: 1.8em;
}
.entry_st {
    font-size: 1.6em;
    font-weight: 900;
    line-height: 1.5;
}
.company_box {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15%;
    padding-bottom: 15%;
    position: relative;
    z-index: 2;
}
.msg_bk {
    position: absolute;
    bottom: 40%;
    z-index: 1;
    left: 0px;
    width: 100%;
}
.msg_bk_img {
    width: 80%;
    margin-right: 0px;
    margin-left: auto;
    text-align: right;
    position: relative;
    z-index: 1;
}
.company_title {
    color: #14703f;
    font-size: 1.5em;
    padding-bottom: 3%;
    font-weight: 900;
    position: relative;
    z-index: 2;
}
.company_p {
    line-height: 1.8;
    padding-bottom: 3%;
    position: relative;
    z-index: 2;
}
.company_s01 {
    font-weight: 900;
    font-size: 0.8em;
    text-align: right;
    padding-bottom: 2%;
    position: relative;
    z-index: 2;
}
.copmany_s02 {
    font-weight: 900;
    font-size: 1.5em;
    text-align: right;
    padding-bottom: 5%;
    position: relative;
    z-index: 2;
}
.ceo_img {
    margin: 0 auto;
    width: 50%;
    z-index: 2;
    position: relative;
}
.company_foot {
    padding-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 10%;
    background-color: #ecf7f1;
}
.company_list {
    width: 33.333%;
    float: left;
}
.company_list_in {
    padding-left: 5%;
    padding-right: 5%;
}
.company_link_wrap {
    display: flex;
	align-items: center;
}
.company_link_box01 {
    width: 80%;
    text-align: left;
    padding-top: 5%;
}
.company_link_sub {
    color: #14703f;
    font-size: 0.8em;
    padding-bottom: 2%;
}
.company_link_sub02 {
    font-size: 1em;
    font-weight: 900;
}
.company_link_box02 {
    width: 10%;
    text-align: right;
}
.main_v_e_company {
    padding-top: 15%;
}
.info_th_in {
    padding-top: 4%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 4%;
    text-align: center;
    color: #14703f;
    font-weight: 900;
    border-top: 3px solid #14703f;
    font-size: 1.3em;
    position: relative;
    z-index: 2;
    line-height: 1.3;
}
.info_td_in {
    text-align: center;
    padding-top: 4%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 4%;
    color: #000000;
    border-top: 1px solid #D9D9D9;
    z-index: 2;
    position: relative;
    line-height: 1.7;
    font-size: 1.3em;
    font-weight: 900;
}
.recruit_title {
    position: relative;
    padding-top: 0px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    margin-bottom: 10%;
}

.recruit_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #14703f;
}
.recruit_title span {
    font-size: 2em;
    font-weight: 900;
}
.wel_box {
    background-color: #f5f5f5;
    position: relative;
}
.web_box_in {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 5%;
    position: relative;
    z-index: 2;
}
.wel_list {
    width: 50%;
    float: left;
}
.wel_list_in {
    margin-left: 5%;
    margin-right: 5%;
}
.wel_title {
    color: #14703f;
    font-size: 1.2em;
    font-weight: 900;
    padding-bottom: 3%;
}
.wel_p {
    padding-top: 3%;
    line-height: 1.8;
}
.wel_bk {
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
    top: 30%;
    overflow-x: hidden;
}
.wel_bk img {
    width: auto;
    display: block;
    margin-right: 0px;
    margin-left: auto;
    height: 250px;
}
.career_title {
    color: #14703f;
    font-size: 1.3em;
    font-weight: 900;
    padding-top: 3%;
}
.wel_box02 {
    background-color: #FFFFFF;
}
.qa_box {
    background-color: #f5f5f5;
    position: relative;
}
.qa_box_in {
    padding-left: 5%;
    padding-top: 10%;
    padding-right: 5%;
    padding-bottom: 5%;
}
.qa_title {
    color: #14703f;
    text-align: center;
    font-size: 1.3em;
    font-weight: 900;
    padding-bottom: 3%;
}
.qa_l {
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    margin-bottom: 5%;
    position: relative;
    z-index: 2;
}
.qa_t {
    display: flex;
    justify-content: space-between;
    padding: 5%;
    align-items: center;
	
}
.qa_t_img {
    color: #14703f;
    font-size: 2em;
    font-weight: 900;
    width: 10%;
}
.qa_t_p {
    color: #14703f;
    width: 90%;
    float: left;
    line-height: 1.5;
    font-weight: 900;
}
.qa_a {
    padding: 5%;
    background-color: #ecf7f1;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.qa_a_p {
    width: 90%;
    line-height: 1.5;
}
.qa_bk {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0px;
    bottom: 10%;
    text-align: left;
    overflow-x: hidden;
}
.qa_bk img {
    height: 250px;
    margin-right: 0px;
    margin-left: auto;
    width: auto;
}
.qa_row {
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 5%;
}
.entry_box {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}
.entry_box_bk {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200%;
    z-index: 1;
}
.entry_box_in {
    margin-top: 5%;
    margin-right: 5%;
    margin-left: 5%;
    padding: 5%;
    margin-bottom: 5%;
    z-index: 2;
    position: relative;
}
.entry_title {
    color: #FFFFFF;
    font-size: 2em;
    line-height: 1.4;
    padding-bottom: 5%;
}
.entry_p {
    color: #FFFFFF;
    line-height: 1.5;
}
.entry_flow_in {
    margin-top: 10%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 10%;
    padding-bottom: 10%;
    border-bottom: 1px solid #C8C8C8;
}
.entry_flow_p {
    padding-bottom: 3%;
    line-height: 1.7;
}
.entry_flow_p strong {
    color: #033a1c;
    font-weight: 900;
    line-height: 1.7;
}
.entry_tel_box {
    border: 1px solid #E8E8E8;
    padding: 10%;
    background-color: #FFFFFF;
    text-align: center;
}
.entry_flow_p02 {
    padding-top: 3%;
    padding-bottom: 5%;
}
.entry_human {
    margin: 0 auto;
    width: 100px;
}
.entry_human_p {
    padding-top: 5%;
}
.entry_human_icon {
    border-radius: 200px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.entry_tel_btn {
    padding-top: 5%;
}
.company_map {
    background-color: #f5f5f5;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}
.company_map_in {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
    z-index: 2;
}
.company_map_bk {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 20%;
}
.company_map_bk img {
    height: 250px;
    margin-right: 0px;
    margin-left: auto;
}
.company_map_title {
    color: #14703f;
    font-weight: 900;
    font-size: 1.3em;
    padding-bottom: 2%;
}
.company_map_p {
    line-height: 1.8;
    padding-bottom: 2%;
}
.work_link {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 3;
}
.work_link_list {
    width: 20%;
    float: left;
    text-align: center;
}
.work_link_list a {
    display: block;
    margin-top: 1px;
    margin-left: 1px;
    margin-bottom: 1px;
    margin-right: 1px;
}
.work_link_title {
    font-weight: 900;
    font-size: 0.7em;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #14703f;
}
.work_link_arrow {
    color: #FFFFFF;
    font-size: 0.3em;
    padding-bottom: 2%;
}
.work_link_box {
    padding: 1px;
    -webkit-box-shadow: 0px 0px 5px #565656;
    box-shadow: 0px 0px 5px #565656;
}
.work_box_in {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}
.work_row01_list {

}
.work_row01_p {
    padding-top: 3%;
    line-height: 1.8;
}
.work_row01 {
    padding-bottom: 10%;
}
.work01_title {
    color: #14703f;
    font-size: 1.3em;
    font-weight: 900;
    padding-bottom: 5%;
}
.work01_subbox {
    border-bottom: 1px solid #14703f;
    margin-bottom: 10%;
    padding-bottom: 10%;
}
.work01_p_title {
    color: #14703f;
    font-weight: 900;
    padding-top: 4%;
    padding-bottom: 1%;
}
.work01_p_lead {
    line-height: 1.8;
    padding-bottom: 10%;
}
.work01_p_img {
    position: relative;
}
.work01_p_img img {
    position: relative;
    z-index: 1;
}
.work01_p_img_num {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: right;
    font-size: 4em;
    color: #FFFFFF;
    z-index: 2;
}
.work01_sozai_list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5%;
}
.work01_sozai_img {
    width: 30%;
}
.work01_sozai_lead {
    width: 65%;
}
.work01_sozai_title {
    color: #14703f;
    font-weight: 900;
    font-size: 1.3em;
    padding-bottom: 2%;
}
.work01_sozai_p {
    line-height: 1.8;
    padding-top: 2%;
}
.work01_flow {
    background-color: #f5f5f5;
}
.work01_flow_p {
    background-color: #FFFFFF;
    font-size: 1.3em;
    text-align: center;
    font-weight: 900;
    padding-top: 4%;
    padding-bottom: 4%;
    line-height: 1.5;
}
.work01_arrow02 img {
    width: 20px;
    margin: 0 auto;
    display: block;
}
.work_line {
    border-top: 1px solid #ecf7f1;
}
.work_bk02 {
    background-color: #ecf7f1;
}
.wel_l_crn {
    padding-bottom: 5%;
    text-align: center;
    padding-top: 5%;
}
.work_p_title   {
    font-weight: 900;
    font-size: 2em;
    margin-bottom: 2%;
    color: #14703F;
}
.work_list_title {
    width: 20%;
    float: left;
}
.work_list_p {
    width: 78%;
    float: right;
    font-weight: 900;
}
.work_list_box {
    margin-bottom: 4%;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 4%;
}
.work_05_lead {
    font-size: 2em;
    text-align: center;
}
.work_05_lead strong {
    color: #14703F;
    text-align: left;
}
.work02_leadbox {
    padding: 3%;
    background-color: #D5F3D8;
    line-height: 1.6;
    margin-bottom: 2%;
}
.work_blow {
    margin: 0 auto;
    width: 50%;
}
.work_bib_title {
    padding-bottom: 2%;
    line-height: 1.8;
}
.info_l01 {
    width: 30%;
    float: left;
    text-align: left;
    line-height: 1.5;
}
.info_l02 {
    width: 65%;
    float: left;
    text-align: left;
    line-height: 1.5;
}
.info_l_box {
    padding-bottom: 4%;
}
.top-pad40 {
    padding-top: 40px;
}
.wel_list_solo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.unv {
    padding: 20px;
    background-color: #02362F;
}
.unv_ttl {
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}
.unv_big {
    font-size: 30px;
    padding-left: 3px;
    padding-right: 3px;
}


















































































































































































/* Tablet Layout: 481px to 767px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
html { font-size:14px}

.ease,.ease div{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}

.ease:hover,.ease div:hover{
	opacity: 0.65;
	text-decoration: none;
	z-index: 500;
}

	

/* トップ戻るボタン隠す */
.pagetop a{
	display: none;
}
.gallery {

}
	
.sp480 {
	display: none;
}
.pc480 {
	display: block;
}
.cnt1200 {
    background-color: transparent;
    position: relative;
}
.nav_link a {
    padding-top: 0px;
    padding-bottom: 20px;
    display: block;
    text-align: left;
}
.nav_eng {
    font-size: 4em;
    padding-bottom: 5px;
}
.nav_j {
    font-size: 0.8em;
}
.nav_link_cv {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav_link_cv a {
}
.v_title {
    padding-top: 20%;
    font-size: 3em;
    margin-left: atuo;
    margin-right: auto;
    padding-left: 20%;
    padding-right: 20%;
}
.submenu {
    display: block;
}
#video-area {
	margin-top: 0px;
	position: relative;
	width: 100%;
	height: 0;
	/*padding-top: 70.83vw;*/
	padding-top: 55.83vw;
	overflow: hidden;
}

#video-area iframe {
	top: 0;
	width: 100vw;
	height: 100vw;
	left: -500px;
	right: -500px;
	margin: auto;
	bottom: 0;
	position: absolute;
	display: block;
}
#video-area .video {
	top: 0;
	width: 100vw;
	height: 100vw;
	left: -500px;
	right: -500px;
	margin: auto;
	bottom: 0;
	position: absolute;
	display: block;
}

#video-area:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.top_contact_tel {
    margin: 0 auto;
    width: 350px;
}
.main_v_e {
    padding-top: 15%;
    font-size: 4em;
}
.pankuzu {
    padding: 2%;
    background-color: #f5f5f5;
}
.pankuzu a {
    text-decoration: underline;
    font-size: 0.8em;
    color: #47b77b;
}
.pankuzu_now {
    font-size: 0.8em;
    font-weight: 900;
}
.main_v_e_low {
    font-size: 2em;
    padding-top: 12%;
}
.top_staff_body.staff_bod {
    margin-top: 0px;
}
.work_row01_list02 {
    width: 50%;
    float: left;
}











}




@media only screen and (min-width: 769px) {

/* トップ戻るボタン隠す */
.pagetop a{
	display: none;
}
.sp769{
	display: none;
}
.pc769 {
	display: block;
}

.l-header {
/*	min-width: 1200px;*/
	height: 85px;
}
.l-nav__btn {
	width: 85px;
}
.l-header-logo__link {
	height: 85px;
}
.logo_image img {
    height: 30px;
    margin-right: 8px;
}	

.entry_pc_lead {
    display: block;
    width: 170px;
    height: 100%;
    position: absolute;
    right: 170px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 0.8em;
    font-weight: 900;
}
.entry_pc_lead span{
    padding: 35px 0 0;
    display: block;
}
.head_pc_menu {
    display: block;
    width: 85px;
    height: 100%;
	position: absolute;
	right: 85px;
}
.head_pc_menu a {
    color: #FFFFFF;
    font-size: 0.8em;
    font-weight: 900;
    display: block;
}
.is-scroll .head_pc_menu a {
	/*color: #87A4BA;*/
}
.is-scroll .head_pc_menu{
	background: #87A4BA;
}	

.nav_logo_box img {
    margin: 80px auto;
    width: 300px;
    display: block;
}	


.foot_link02 {
    width: 33.333%;
}
.intro_box {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.intro_bk {
    margin-left: 10%;
    margin-right: 40%;
    margin-top: 7%;
}
.intro_img {
    margin-right: 0px;
    margin-left: auto;
    width: 70%;
}
.intro {
    margin-top: 10%;
}
.top_staff_list {
    width: 33.333%;
}

.top_staff_left {
    margin-left: 0px;
    margin-right: auto;
}
.top_staff_right {
    margin-right: 0px;
    margin-left: auto;
}
.top_staff_title {
    font-size: 4em;
}
.intro_p {

}
.top_staff_lead {
    text-align: center;
}
.top_work_list {
    width: 50%;
}
.top_work_bk {
    width: 85%;
}
.top_work_box {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 0px;
}
.top_work_t {
}
.top_work_title {
    font-size: 4em;
}
.top_work_list {
    padding-bottom: 0px;
}
.top_recruit_l_in {
    width: 90%;
}
.top_recruit_bk {
    width: 85%;
    margin-right: 0px;
    margin-left: auto;
    right: 0px;
    left: auto;
    height: 70%;
}
.top_recruit_l {
    text-align: center;
    color: #000000;
    padding-top: 20px;
    font-size: 1em;
}
.top_recruit_in {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
}


.top_recruit_mesg {
    text-align: left;
    padding-left: 10%;
    font-size: 2.5em;
}
.top_recruit_title_e {
    font-size: 4em;
}
.top_recruit_box {
    margin-top: 10%;
}
.top_staff {
    padding-top: 10%;
}
.main_title_in {

}
.top_about_box {
    margin-top: 16%;
}
.top_about_in {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;

}
.top_about_title_e {
    font-size: 4em;
}
.top_about_msg {
    font-size: 3em;
}
.top_about_l_sub_in_arrow {
    width: 50px;
}
.top_contact_01 {
    width: 50%;
    float: left;
}
.top_contact_02 {
    width: 50%;
    float: right;
}
.top_contact_title_e {
    font-size: 4em;
}
.top_contact_tel_bk {
    padding: 10%;
}
.top_contact_tel {
    padding-bottom: 5%;
}
.top_contact_tel_p {
    text-align: center;
}
.top_contact_tel_post {
    text-align: center;
}
.top_work_title_box {
    width: 25%;
    float: left;
}
.top_work_lead_box {
    width: 75%;
    float: right;
}
.intro_tag {
    padding-top: 16%;
}
.top_staff_body {
    padding-bottom: 0%;
}
.top_staff_more {
    padding-bottom: 10%;
}
.top_contact_in {
    padding-top: 10%;
}
.org_top_staff {
    padding-top: 0px;
}
.top_contact_tel {
    width: 100%;
}
.staff_img {
    width: 50%;
    float: right;
}
.staff_prof {
    width: 50%;
    float: left;
    margin-top: 0px;
}
.staff_img img {
    display: block;
    padding-right: 20%;
}
.staff_prof_in {
    margin-left: 20%;
    padding-left: 10%;
    padding-right: 10%;
}
.staff_qa_box {
    padding-top: 0px;





    padding-left: 7%
]
];
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 5%;
}
.staff_q   {
    padding-bottom: 3%;
}
.staff_a {
    margin-bottom: 5%;

}
.staff_index_icon {
    width: 41px;
}
.staff_arrow01 {
    width: 41px;
    font-size: 2em;
}
.company_lead {
    width: 60%;
    float: left;
}
.ceo_img {
    width: 35%;
    float: right;
}
.company_box {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 5%;
}
.company_foot {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
}
.info_th {
    width: 40%;
    float: left;
}
.info_td {
    width: 60%;
    float: right;
}
.web_box_in {
    padding-left: 9%;
    padding-right: 9%;
}
.qa_list01 {
    width: 20%;
    float: left;
}
.qa_list02 {
    width: 80%;
    float: right;
}
.qa_title {
    text-align: left;
}
.qa_box_in {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
    z-index: 2;
}
.entry_box_in {
    padding-top: 5%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 10%;
    margin-top: 5%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 5%;
}
.entry_p {
    line-height: 2;
    text-align: center;
}
.entry_title {
    text-align: center;
    font-size: 2.5em;
}
.entry_box_bk {
    width: 160%;
}
.entry_flow_p {
    text-align: center;
}
.entry_flow_img {
    margin: 0 auto;
    width: 700px;
}
.entry_flow_tel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.entry_tel_box {
    margin-right: 20%;
    margin-left: 20%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.entry_form {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.company_map_in {
    padding-top: 5%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 5%;
}
.work_box_in {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.work_row01_list {
    width: 50%;
    float: left;
}
.work_row01_p {
    padding-top: 0px;
    padding-left: 8%;
}
.work01_img {
    margin: 0 auto;
    width: 80%;
}
.work01_flow_img {
    width: 45%;
    float: left;
}
.work01_flow_arrow {
    width: 10%;
    vertical-align: middle;
    float: left;
}
.work_01_flow_box {
}
.work01_subbox {
    margin-bottom: 5%;
    padding-bottom: 5%;
}
.work01_arrow02 img {
    width: 10%;
}
.work01_flow_arrow img {
    display: inline-block;
    padding-top: 150%;
}
.work01_flow_img_right {
    float: right;
}
.unv_ttl {
    font-size: 28px;
}
.unv_big {
    font-size: 60px;
}























































































}


@media only screen and (min-width: 900px) {
html { font-size:16px;
		width:100%;
}

/* topへ戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 5;
}
.pagetop a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 20px 10px;
    opacity: 1;
}
 
.pagetop a:hover {
	display: block;
	text-align: center;
	text-decoration: none;
	padding:20px 10px;
}
.work01_point_list {
    width: 50%;
    float: left;
}
.work01_point_list_in {
    margin-right: 5%;
}
.work01_right {
    margin-left: 5%;
    margin-right: 0px;
}
.work01_sozai_list {
    width: 50%;
    float: left;
    padding-bottom: 5%;
}
.work01_p_lead {

}
.work01_sozai_p {
    padding-right: 5%;
}









}

@media only screen and (min-width: 1000px) {
.cnt1000 {
    margin: 0 auto;
    width: 1000px;
}
.nav_link {
    width: 50%;
    float: left;
}
.v_title {
    font-size: 5em;
    padding-left: 25%;
    padding-right: 25%;
}
.top_recruit_mesg {
    font-size: 3em;
    padding-left: 15%;
}
.entry_box_in {
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 5%;
}
.work_link_box {
    margin: 0 auto;
    width: 1000px;
}
.work_link_title {
    font-size: 1.2em;
}








}


@media only screen and (min-width: 1100px) {
.sp1100{
	display: none;
}
.pc1100 {
	display: block;
}
.submenu {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5%;
    float: right;
    width: 90%;
}
.foot_logo {
    width: 30%;
    margin-left: 8%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.foot_logo img {
    display: block;
    width: 325px;
}
.foot_link_list {
    width: 25%;
    float: left;
}
.foot_link02 {
    width: 100%;
    float: none;
    clear: none;
}
.foot_link_corp {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}
.foot_logo span {
    padding-top: 80px;
    padding-left: 20px;
    display: block;
}
.main_title_in {

}

	


	
}
@media only screen and (min-width: 1200px) {
.cnt1200  {
	margin: 0 auto;
	width: 1200px;
}
.nav1200  {
	margin: 0 auto;
	width: 1200px;
}	
.intro_lead {
    font-size: 2.5em;
    margin-left: 10%;
}
.top_staff_body {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 10%;
}
.intro_p {
    padding-left: 10%;
}
.top_contact_tel {
    width: 420px;
}







}


@media only screen and (min-width: 1290px) {
.foot_logo img {
    width: 325px;
}



	

}
