/*-----------------------------------------------
Airdesigns basic style

@charset "utf-8";

----------------------------------------------- */


@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


/*----------------------------------------------*/
/*  html and body				 
/*----------------------------------------------*/
html {
	font-size: 100%;
}


body {
	margin:0;
	padding:0;
	font: 16px 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	padding:0;
	vertical-align:text-top;
	background-size: auto 100% ;
	-webkit-text-size-adjust: 100%;
	position: relative;
	color: #464646;
}

h1 {
	line-height: 1;
	margin: 0;
	padding: 0;
}

#title h1 {
	text-align: center;
	font-size: 38px;
	color: #000000;
	position: absolute;
	top: 80px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 100%;
	padding-top: 110px;
}

#title h1 .sub {
	font-weight: normal;
	font-size: 25px;
}

h2 {
	font-size: 38px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;
	color: #00784f;
}

h2 .sub {
	font-size: 18px;
	font-weight: normal;
}


h2.home {
	font-size: 38px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 50px;
}

h2.home .sub {
	font-size: 25px;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 30px;
	color: #000000;
}

h3:first-child {
	margin-top: 0;
}

h4 {
	margin-bottom: 0;
	font-size: 18px;
	margin-top: 24px;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 10px;
}

.margin_none {
	margin-top: 0;
}

p {
	margin:0 0 1em 0;
}

p.right {
	text-align: right;
}


img{
     vertical-align: bottom;
	margin: 0;
}

a {
	text-decoration: none;
	color: #00784f;
	transition:all 0.3s ease;
}

a:hover {
	color:rgba(211,56,28,0.7);
}

a.link {
	background: url(images/link_arrow.png) no-repeat left center;
	background-size: 7px auto;
	padding-left: 1em;
}

a.link:hover {
	color: #000000;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.pc_1000 {
	display: block;
}

.gray {
	background: #F5F5F5;
	padding: 50px 0;
}

.green {
	background: #00784f;
	padding: 50px 0;
}

.yellowgreen {
	background: #c5e899;
	padding: 50px 0;
}

.green3 {
	background: #ecf7de;
	padding: 50px 0;
}

.green2 {
	background: #e5f1ed;
	padding: 50px 0;
}

.nomal  {
	background: none;
	padding: 50px 0;
}

.white {
	background: #FFFFFF;
	padding: 50px 0;
}

.gray_inner, .white_inner {
	margin: 0 auto;
	width: 980px;
}

.w800 {
	margin: 0 auto;
	width: 800px;
}

.w1000 {
	margin: 0 auto;
	width: 1000px;
}

.column_2 .Block_wrap {
	zoom: 100%;
}

.column_2 .Block_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.column_2 .Block_wrap .Block {
	width: 580px;
	float: left;
	margin-right: 40px;
}

.column_2 .Block_wrap .Block a {
	color: #000000;
}

.column_2 .Block_wrap .Block h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

.column_2 .Block_wrap .Block img {
	width: 580px;
	height: auto;
	vertical-align: middle;
	transition:all 0.5s ease;
}

.column_2 .Block_wrap .Block .thumb {
	background: #000000;
}

.column_2 .Block_wrap .Block:last-child {
	margin-right: 0;
}

.column_2 .Block_wrap .txt {
	background: #FFFFFF url(images/block_arrow_off.jpg) no-repeat center right;
	background-size: auto 46px;
	padding: 20px 30px;
	line-height: 1.5;
}

.column_2 .Block_wrap .txt p {
	margin-bottom: 0;
}

#welfare .column_2 .Block_wrap {
	margin-bottom: 50px;
}

#welfare .column_2 .Block_wrap .txt {
	background: #F5F5F5;
	min-height: 75px;
}

#welfare .column_2 .Block_wrap .txt p {
	margin-bottom: 0;
}

body.index .column_2 .Block_wrap a:hover .txt {
	background: #FFFFFF url(images/block_arrow_on.jpg) no-repeat center right;
	background-size: auto 46px;
}

body.index .column_2 .Block_wrap a:hover img {
opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}


#wrap {
    zoom: 100%;
}

#content {
}


.Block, .Block_wrap {
	zoom: 100%;
}

.Block:after, .Block_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.gray .dl_wrap {
	background: #FFFFFF;
	padding: 50px 100px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.white .dl_wrap {
	background: #F5F5F5;
	padding: 50px 100px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

dt {
	width: 9em;
	position: absolute;
	left: 0;
	padding: 0 0 0 5px;
	font-weight: normal;
	margin: 0;
	font-weight: bold;
}

dt:first-child {
	padding-top: 15px;
}

dd {
    width: auto;
	border-bottom: #464646 1px solid;
	padding: 0 0 20px 11em;
	margin: 15px 0;
}


table {
	margin: 1em 0 1.625em;
	border: #DBDBDB 1px solid;
	border-collapse: collapse;
	text-align: center;
}

table th {
	padding: 10px 20px;
	border: #DBDBDB 1px solid;
	color: #FFFFFF;
	background: #666666;
}

table td {
	border: #DBDBDB 1px solid;
	padding: 10px 20px;
	line-height: 1.4;
}

ol, ul {
	padding-top: 0;
}

.size_s {
	font-size: 90%;
	margin-bottom: 1em;
}

hr.border {
	border-top:1px solid #CCCCCC;
	border-bottom: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 30px;
}

.none {
	margin-bottom: 0;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.sp_1000 {
	display: none;
}

.sp_780 {
	display: block;
}

/*.btn {
	color:#FFFFFF;
	width:600px;
	text-align:center;
	font-size:24px;
	margin:50px auto 0 auto;
}*/


.btn_info_pc {
	color:#00784f;
	width:600px;
	text-align:center;
	font-size:18px;
	line-height: 1.5;
	margin:50px auto 0 auto;
	background: #FFFFFF;
	border:1px solid #00784f;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 15px 0;
}

.btn_info_pc .tel {
	font-weight: bold;
	font-size: 24px;
}


.btn_info_sp {
	font-size:18px;
}

.btn_info_sp a {
	background: #FFFFFF;
	color:#00784f;
	display:block;
	padding:15px 0;
	border:1px solid #00784f;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	width:600px;
	text-align: center;
	margin:50px auto 0 auto;
}

.btn_info_sp a:hover {
	background:#00784f;
	color: #FFFFFF;
}


.btn_info_sp .tel {
	font-weight: bold;
	font-size: 24px;
}


/*.btn a {
	background: #00784f;
	color:#FFFFFF;
	display:block;
	padding:15px 0;
	border:1px solid #00784f;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius:5px;
}

.btn a:hover {
	background:#FFFFFF;
	color: #00784f;
}*/



/*----------------------------------------------*/
/*  head
/*----------------------------------------------*/
#head_wrap {
	position: fixed;
	top:0;
	z-index:999999;
	left: 0;
	right: 0;
	width: 100%;
}

#head_wrap.open {
	height: 100%;
}

#head_inner {
	height: 60px;
	transition: all 1s;
}

#head_inner.bg_white {
	background-color: #FFFFFF;
}

body.index #head_inner.ha-header-show {
	background-color: rgba(0,0,0,0.7);
}

body #head_inner.ha-header-show {
	background-color:#FFFFFF;
}

#head_menu {
	margin-top:0;
	width : -webkit-calc(100% - 150px) ;
	width : calc(100% - 150px) ;
	float: right;
	text-align: right;
	font-size: 14px;
}

#head_menu a {
	color:#464646;
	position: relative;
}


#head_menu a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #6fc500;
bottom: 20px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
opacity: 0;
visibility: hidden;
transition: 0.3s;
}

#head_menu a:hover::after {
visibility: visible;
bottom: -7px; /*アニメーションが止まる位置*/
opacity: 1;
}



#head_menu ul {
	list-style: none;
	margin-right: 180px;
}

#head_menu ul li {
	display: inline;
	margin-left: 36px;
	line-height: 60px;
}

#head_wrap.open #main_menu ul li a {
  line-height: 1.5;
  border-bottom: 1px solid #FFFFFF;
  font-weight: bold;
  padding: 15px 10px;
  display: block;
  text-align: center;
}



#head_wrap.open #main_menu {
	display: block;
	background:rgba(0,120,79,0.8);
	text-align: center;
	height: 100%;
	width: 480px;
	position: absolute;
	right:0;
}


body.index #head_wrap.open #main_menu a {
	color: #FFFFFF;
}

#head_wrap.open #main_menu a:hover {
	color: #00784f;
}

#head_wrap.open #main_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#head_wrap.open #main_menu ul p {
	margin-bottom: 0;
}

#head_wrap.open #main_menu ul li a {
	line-height: 1.5;
  border-bottom: 1px solid #FFFFFF;
  font-weight: bold;
	padding: 15px 10px;
    padding-top: 15px;
  display: block;
	text-align: center;
}

#main_menu #entry a {
  color: #FFFFFF;
  padding: 15px 0;
  background: #6fc500;
  text-align: center;
  display: block;
	font-weight: bold;
	margin: 15px;
}


#head #logo {
	position: absolute;
	left: 30px;
	top: 0;
}

#head #logo img {
	width: auto;
	height: 45px;
	padding-top: 6px;
}

#head #entry {
	background: #00784f;
	position: absolute;
	right: 0;
	top: 0;
}

#head_wrap #main_menu {
	display: none;
}

#head #entry a {
	display: block;
	width: 150px;
	height: 60px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
}

#head #entry a::after {
	background: none;
}

#head #entry a:hover {
	background: #FFFFFF;
	color: #00784f;
}

#head #sp_menu {
	width: 60px;
	height: 60px;
	position: absolute;
	right:0;
	top: 5px;
}

#head #entry img{
	width: 224px;
	height: auto;
}

#nav-toggle {
	display: none;
	text-align:center;
	text-align:center;
	height: 36px;
	cursor: pointer;
	color:#FFFFFF;
	background: #000000;
	width: 50px;
	height: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}

#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
	margin-left:2px;
    width: 30px;
    background: #FFFFFF;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 15px;
	left: 8px;
}
#nav-toggle span:nth-child(2) {
    top: 24px;
	left: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 33px;
	left: 8px;
}

/* #global-nav スライドアニメーション */
.open #access {
	/* #global-nav top + #mobile-head height */
	/*-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);*/
}

#nav-toggle {
        display: block;
    }
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 24px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 24px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}


#title #title_inner {
	width: 100%;
	height: 280px;
}


/*----------------------------------------------*/
/*  mv
/*----------------------------------------------*/

#mv_bg {
	position:relative;
}

.slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}


.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-image:nth-child(1) {
  background-image: url(images/mv.jpg);
  animation-delay: -2s;
}



.covervid-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#fade {
	position: absolute;
	top: 150px;
	width: 5px;
	height: 5px;
}

#mv_txt {
	position:absolute;
	text-align:left;
	z-index:9;
	width:auto;
	top:112px;
	left: 68px;
}

#mv_txt img {
	width: 600px;
	height: auto;
}

#mv_arrow {
	position:absolute;
	bottom:20px;
	text-align:center;
	z-index:9;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

#mv_arrow img {
	width: 70px;
	height: auto;
}

#top_btn {
	position:absolute;
	bottom: 40px;
	margin: 0 auto;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

#top_btn a {
	display:block;
	font-size: 24px;
	font-weight: bold;
	border: 1px solid #6fc500;
	color: #6fc500;
	background: #FFFFFF;
	height: 100px;
}

#top_btn a {
	width : -webkit-calc((100% - 30px) / 2) ;
	width : calc((100% - 30px) / 2) ;
	float: left;
	text-align: center;
	line-height: 100px;
}

#top_btn .service a {
	margin-right:20px;
}

#top_btn a:hover {
	background:#6fc500;
	color: #FFFFFF;
}





/*----------------------------------------------*/
/*  menu
/*----------------------------------------------*/


#menu {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

#menu a {
	color: #000000;
	display: block;
	padding-top: 75px;
}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	zoom: 100%;
}

#menu ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#menu ul li {
	width: 24%;
	float: left;
	border-left:1px solid #CCCCCC;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	width : -webkit-calc((100% - 5px) / 4) ;
	width : calc((100% - 5px) / 4) ;
}

#menu ul li:last-child {
	border-right:1px solid #CCCCCC;	
}

#menu ul li .sub {
	font-weight: normal;
	font-size: 14.8px;
}

ul.menu {
	margin-top:0;
}

#menu ul li.menu_01 a {
	background: url(images/icon_01_off.png) no-repeat center top;
	background-size: 85px auto;
}

#menu ul li.menu_02 a {
	background: url(images/icon_02_off.png) no-repeat center top;
	background-size: 85px auto;
}

#menu ul li.menu_03 a {
	background: url(images/icon_03_off.png) no-repeat center top;
	background-size: 85px auto;
}

#menu ul li.menu_04 a {
	background: url(images/icon_04_off.png) no-repeat center top;
	background-size: 85px auto;
}

#menu ul li.menu_01 a:hover {
	background: url(images/icon_01_on.png) no-repeat center top;
	background-size: 85px auto;
}

#menu ul li.menu_02 a:hover {
	background: url(images/icon_02_on.png) no-repeat center top;
	background-size: 85px auto;
}

#menu ul li.menu_03 a:hover {
	background: url(images/icon_03_on.png) no-repeat center top;
	background-size: 85px auto;
}

#menu ul li.menu_04 a:hover {
	background: url(images/icon_04_on.png) no-repeat center top;
	background-size: 85px auto;
}


/*----------------------------------------------*/
/*  footer
/*----------------------------------------------*/

#pagetop {
	position:fixed;
	right: 25px;
	bottom: 25px;
	z-index: 99999;
}

#pagetop img {
	width: 150px;
	height: auto;
}

#pagetop a {
	display: block;
}

#pagetop a:hover {
}


#footer {
	width: 980px;
	margin: 70px auto;
	zoom: 100%;
}
#footer:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#footer #info {
	width: -webkit-calc(100% - 600px);
	width : calc(100% - 600px); 
	float: left;
	font-size: 14px;
}


#footer #info img {
	width: 146px;
	height: auto;
}

#footer #info p {
	margin-top: 1.5em;
	padding-left: 4px;
}


#footer_menu {
	width: 600px;
	float: left;
	zoom: 100%;
}

#footer_menu:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#footer_menu .Block {
	width: 200px;
	margin-right: 50px;
	float: left;
}

#footer_menu a {
	color: #000000;
}

#footer_menu a:hover {
	color: #00784f;
}

#footer_menu .Block:last-child {
	margin-right: 0;
}

#footer_menu h3 {
	border-bottom: 1px solid #000000;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1;
}

#footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2;
	font-size: 14px;
	width: 600px;
	line-height: 4.5;
}

#footer_menu ul li {
	width: 150px;
	float: left;
}

#footer_copy_wrap {
}

#footer_copy {
	position: relative;
	margin: 0 auto;
}

#footer_copy #sns {
	position: absolute;
	left: 0;
	top: 0;
}

.link {
	background:url("images/link.png") no-repeat right center;
	background-size: 20px 16px;
	
}

#footer_copy #sns img {
	width: 40px;
	height: auto;
	vertical-align: middle;
	margin-left: 1em;
}

#footer_copy #copy {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
}

/*----------------------------------------------*/
/*  top
/*----------------------------------------------*/

#top_voice {
	zoom: 100%;
	margin-bottom: 45px;
}

#top_voice:last-child {
	margin-bottom: 0;
}

#top_voice:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#top_voice .Block {
	width: 370px;
	float: left;
	margin-right: 42px;
	position: relative;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

#top_voice .Block:nth-child(1), #top_voice .Block:nth-child(2), #top_voice .Block:nth-child(3) {
	margin-bottom: 42px;
}

#top_voice .Block h3 {
	margin-bottom: 0;
	line-height: 1;
}

#top_voice .Block h3.leader {
	margin-top: 0;
}

#top_voice .Block p.leader {
	font-size: 12px;
	margin-top: 9px;
}

#top_voice .Block h3 .course {
	font-size: 14px;
	font-weight: normal;
	margin-left: 1em;
}

#top_voice .Block:nth-child(3n) {
	margin-right: 0;
}

#top_voice .Block .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
    color: #000000;
}

#top_voice .Block a:hover .txt {
	background-color: rgba(255,255,255,0.8);
}


#top_voice .Block .thumb {
	background: #000000;
}

#top_voice .Block img {
	transition:all 0.5s ease;
}

#top_voice .Block a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

#top_voice .Block a:hover h3 img {
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}


/*----------------------------------------------*/
/*  greeting
/*----------------------------------------------*/
#greeting {
	text-align: center;
}

#greeting p {
	line-height:2;
	font-weight: bold;
}

#greeting .Block {
	display: table;
}

#greeting .Block .g_logo {
	display: table-cell;
	width: 300px;
	vertical-align: middle;
	text-align: left;
}

#greeting .Block .g_logo img {
	width: 230px;
	height: auto;
}

#greeting .Block .g_txt {
	display: table-cell;
	text-align: left;
}

#greeting .Block .g_txt h2 {
	text-align: left;
}


/*----------------------------------------------*/
/*  philosophy
/*----------------------------------------------*/
#philosophy {
	background: url("images/philosophy_bg.jpg") no-repeat;
	color:#FFFFFF;
	text-align: center;
}

#philosophy h2 {
	background:url("images/logomark_white.png") no-repeat top center;
	background-size: 100px 100px;
	padding-top: 120px;
}


#philosophy h2, #philosophy h3 {
	color:#FFFFFF;
}

#philosophy h3 {
	border:2px solid #FFFFFF;
	padding: 10px 0;
	font-size: 36px;
	width: 420px;
	margin: 0 auto 23px auto;
	margin-top: 60px;
}

#philosophy p {
	font-size:24px;
	font-weight: bold;
}


/*----------------------------------------------*/
/*  worry
/*----------------------------------------------*/

.wo_title {
	width: 200px;
	float: left;
	margin-right: 40px;
}

.wo_title img {
	width:200px;
	height: auto;
}

.wo_list {
	width : -webkit-calc(100% - 240px ) ;
	width : calc(100% - 240px );
	float: left;
	font-size: 24px;
	color: #00784f;
	line-height: 1.5;
}

.wo_note {
	border:1px solid #00784f;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
.wo_note p {
	margin-bottom:0;
	line-height: 1.5;
	color: #00784f;
}

/*----------------------------------------------*/
/*  flow
/*----------------------------------------------*/
.sr_img {
	width:910px;
	margin: auto;
}


.sr_img img {
	width: 100%;
	height: auto;
}

#flow h3 {
	width: 980px;
	margin: 0 auto;
	background: #00784f;
	color: white;
	text-align: center;
	border-radius: 26px;
	font-size:28px;
	height: 52px;
	line-height: 52px;
	margin-top: 52px;
	margin-bottom: 34px;
}


/* =FAQ
----------------------------------------------- */



.qa-list {
}

.qa-list dl {
    position: relative;
    margin: 5px 0 15px 0;
    cursor: pointer;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
}
/*.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
	padding: 10px;
}*/
.qa-list .open::after {
    transform: rotate(-45deg);
}

.qa-list dl dt h3 {
	color: #00784f;
	display: inline;
	font-size: 24px;
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 15px 80px 15px 10px;
	width: auto;
	clear: none;
	float: none;
	color: #00784f;
}
.qa-list dl dt::before {
	font-size: 150%;
    content: 'Q.';
	text-align: center;
	padding-top: 5px;
}
.qa-list dl dd::before {
	font-size: 110%;
    content: 'A.';
	text-align: center;
	padding-top: 5px;
}

.qa-list dl dd {
	font-size: 24px;
	font-weight: bold;
	border-top: #6fc500 1px solid;
}


.qa-list dl dd {
    position: relative;
    margin: 0 0 25px 0;
	padding: 15px 50px 0 50px;
	border-bottom: none;
	width: auto;
	padding-bottom: 0;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

#service .profile {
	width: 640px;
	margin: 0 auto;
}


.round_btn {
  display: block;
  position: absolute;
  right: 20px;
  width: 48px;
  height: 48px;
  border: 1px solid #6fc500; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
	top: 12px;
}
 
.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 24px; /* 棒の高さ */
  background: #6fc500; /* バツ印の色 */
}
 
.round_btn::before {
  transform: translate(-50%,-50%) ;
}
 
.round_btn::after {
  transform: translate(-50%,-50%) rotate(-90deg);
}

dl.open .round_btn::before {
  transform: translate(-50%,-50%) rotate(-45deg);
}

dl.open .round_btn::after {
  transform: translate(-50%,-50%) rotate(-135deg);
}

/*----------------------------------------------*/
/*  company
/*----------------------------------------------*/
#company .gmap {
	width: 440px;
	float: left;
	margin-left: 50px;
}

#company .co_txt {
	width : -webkit-calc(100% - 490px ) ;
		width : calc(100% - 490px ) ;
	float: left;
}


#company a.map_link {
	background:url("images/pin.png") no-repeat left top;
	background-size: 12px 18px;
	padding-left: 17px;
}


/*----------------------------------------------*/
/*  service
/*----------------------------------------------*/
#service h2 {
	color: #FFFFFF;
}


#service dl dt::before {
    content:none;
}
#service dl dd::before {
    content: none;
}

#service .profile {
	border:1px solid #00784f;
	background: #e5f1ed;
	background-size: 120px;
	border-radius: 6px;
	padding: 20px 0 20px 25px;
	background: url("images/miyahara.png") no-repeat right bottom #e5f1ed;
	background-size: 130px auto;
}

#service .qa-list dl dd {
	font-size:16px;
	text-align: center;
	color: #00784f;
}

#service .qa-list dl dd .miyahara {
	padding-right: 120px;
}

#service h3 {
	font-size:20px;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 32px;
	color: #00784f;
}
#service ul li {
	text-align: left;
}

#service .wo_title img {
  width: 146px;
  height: auto;
}

#service .wo_list {
	

	font-size: 18px;
	  width: -webkit-calc(100% - 166px );
	  width: calc(100% - 166px );
	  float: left;
	font-weight: normal;
	line-height: 1.7;
}

#service .wo_title {
  width: 146px;
	margin-right: 20px;
}

.colm2 {
	width: -webkit-calc((100% - 24px ) / 2);
	width: calc((100% - 24px ) / 2);
	margin-right: 16px;
	border: 1px solid #00784f;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}
.colm2:nth-of-type(2n) {
	margin-right:0;
}

.colm2 h4 {
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

.colm2 ul {
	font-size:14px;
	line-height: 1.5;
	margin-bottom: 16px;
}

.colm2 .yellowgreen_bnr {
	background: #6fc500;
	width: 310px;
	height: 38px;
	border-radius:19px;
	line-height: 38px;
	text-align: center;
	margin: 0 auto;
	color: #FFFFFF;
}

.colm2:before {
    content:"";
    position:absolute;
    top:-1px;
    right:-1px;
    border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#fff #fff #00784f #00784f; /* A bit more verbose to work with .rounded too */
    background:none; /* For Opera when also applying a border-radius */
    display:block; width:1px; /* Only for Firefox 3.0 damage limitation */

}

#service .round_btn {
	top:6px;
}


/*----------------------------------------------*/
/*  company
/*----------------------------------------------*/
#support h3 {
	width: 980px;
	margin: 0 auto;
	background: #6fc500;
	color: white;
	text-align: center;
	border-radius: 26px;
	font-size:28px;
	height: 52px;
	line-height: 52px;
	margin-top: 52px;
	margin-bottom: 34px;
}

#support .sup_no {
	border:1px solid #6fc500;
	border-radius: 5px;
	padding: 0 25px 10px 25px;
	color: #00784f;
	width : -webkit-calc((100% - 236px ) / 3) ;
	width : calc((100% - 236px ) / 3) ;
	float: left;
	margin-right: 40px;
	text-align: center;
}

#support .sup_no:nth-of-type(3) {
	margin-right:0;
}

#support h4 {
	font-size: 24px;
	border-bottom: 3px #6fc500 solid;
	font-weight: bold;
	margin-bottom: 10px;
}

.no1 h4 {
	background: url("images/no1.png") no-repeat top center;
	background-size: auto 36px;
	padding-top: 40px;
}

.no2 h4 {
	background: url("images/no2.png") no-repeat top center;
	background-size: auto 36px;
	padding-top: 40px;
}

.no3 h4 {
	background: url("images/no3.png") no-repeat top center;
	background-size: auto 36px;
	padding-top: 40px;
}

.sup_txt {
	background:url("images/logomark.png") no-repeat top center;
	background-size:150px;
	padding-top: 165px;
}


.sup_txt {
	color: #00784f;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

	#sp_menu {
		display:none;
	}



/*----------------------------------------------*/
/*  1800px以上
/*----------------------------------------------*/

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

}


/*----------------------------------------------*/
/*  1400px以下
/*----------------------------------------------*/

@media screen and (max-width:1400px){

}



/*----------------------------------------------*/
/*  1200px以下
/*----------------------------------------------*/

@media screen and (max-width:1200px){


}


/*----------------------------------------------*/
/*  1000px以下
/*----------------------------------------------*/

@media screen and (max-width:1100px){

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	#head_wrap #main_menu.open {
		display:block;
	}
	
	.gray_inner, .white_inner, #footer {
		margin-left: 50px;
    	margin-right: 50px;
  		width: auto;
	}
	
	.sr_img, #support h3, #flow h3 {
		width:auto;
	}
	
	#company .co_txt, #company .gmap {
		width:auto;
		float: none;
		margin-left: 0;
	}
	
	.qa-list dl dt h3 {
	}
	
	#qa .round_btn {
		top:7px;
	}
	
	
	#footer #info, #footer_menu, #footer_menu ul {
		width: auto;
		float: none;
	}	
	#footer_menu ul {
		line-height:2;
	}
	
	#footer_menu ul li {
		float:none;
		width: auto;
		display: inline-block;
		margin-right: 15px;
	}
	
	#footer_menu ul li {
		
	}
	
	#footer_menu ul li.link {
		padding-right:25px;
	}
	
	#head_menu ul, #head #entry {
		display:none;
	}
	
	
	
	
	
	#sp_menu {
		display:block;
	}
	
}



/*----------------------------------------------*/
/*  780px以下
/*----------------------------------------------*/
@media screen and (max-width:1000px){
/*----------------------------------------------*/
/*  greeting
/*----------------------------------------------*/
	#greeting .Block .g_txt, #greeting .Block .g_logo {
		display: block;
		width: 100%;
	}
	
	#greeting .Block {
		width:100%;
	}
	
	#greeting .Block .g_logo img{
		width:160px;
	}
	
	#greeting .Block .g_txt h2, #greeting .Block .g_logo {
		text-align:center;
	}
	
	#greeting .Block .g_txt {
		margin-top:30px;
	}
}



/*----------------------------------------------*/
/*  780px以下
/*----------------------------------------------*/
@media screen and (max-width:840px){

html {
	font-size: 62.5%;
}

	#head #logo {
		left: 10px;
	}

body {
	font-size: 1.4rem;
	min-width:100%;
}
	.gray_inner, .white_inner, #footer, #footer_copy {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#menu {
		padding: 0 10px;
	}

	.column_2 .Block_wrap .Block {
		width : 100% ;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.column_2 .Block_wrap .Block:last-child {
		margin-bottom: 0;
	}

	#title h1 {
		font-size: 3rem;
	}

	#title h1 .sub {
		ont-size: 2rem;
	}

	h2, h2.home {
		font-size: 2.6rem;
		margin-top: 0;
		margin-bottom: 30px;
	}
	h2 .sub {
		font-size: 1.72rem;
	}
	
	.sup_txt, .wo_list, .wo_note, #philosophy h3, #top_btn a {
		font-size: 2rem;
	}
	
	#philosophy h3 {
		width:auto;
	}
	
	
	.qa-list dl dt h3, .qa-list dl dd, .qa-list dl dt::before {
		font-size: 1.8rem;
		line-height: 1.5;
	}

	h3, #support h3, #flow h3, #philosophy p {
		font-size: 1.8rem;
	}
	
	.gray, .white {
		padding: 60px 0;
	}
	
	a.link {
		border: 2px solid #00784f;
		width: auto;
		display: block;
		text-align: center;
		padding: 10px 0;
		background: none;
		font-size: 1.6rem;
	}
	
	a:hover.link {
		background: #00784f;
		color: #FFFFFF;
	}
	
	.sp {
		display: block;
	}
	
	.sp_780 {
		display: none;
	}
	
	.pc {
		display: none;
	}

	dt {
		width:auto;
		position: relative;
		padding-left: 0;
		font-size: 1.8rem;
	}
	
	dd {
		padding: 0 0 20px 0;
		width: auto;
		margin: 0 0 25px 0;
	}

	.dl_wrap {
		padding: 0 20px;
	}
	
	table {
		width: 100%;
	}
	
	#flow h3 {
		margin-bottom:0;
	}

/*----------------------------------------------*/


#head_wrap.open #main_menu {
	display: block;
	transition: all 1s;
	background:rgba(0,120,79,0.8);
	margin-top: 60px;
	z-index: 999999;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 16px;
}
	
	#head_wrap.open #main_menu ul {
		list-style:none;
	}
	
	#head_wrap.open #main_menu ul a {
		color:#FFFFFF;
	}

	#mv_txt {
		top:80px;
		left: 0;
		width:auto;
	}
	
	#mv_txt img {
		width: 100%;
	}

	#top_btn {
		bottom:20px;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	
	#top_btn .service a, #top_btn .info a {
		float:none;
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#top_btn a {
		padding-top:20px;
		padding-bottom: 20px;
		line-height: 1.5;
		height: auto;
	}
	
	#top_btn a:first-child {
		margin-bottom:10px;
	}
	
	
	.wo_title, .wo_list, #service .wo_title, #service .wo_list {
		width:auto;
		float: none;
	}
	
	.wo_title {
		margin-right:0;
	}
	
	.colm2 {
		width:100%;
		float: none;
	}
	
	.colm2 .yellowgreen_bnr {
		width:auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	
	
	.wo_list {
		margin-bottom:50px;
	}
	
	.wo_title h2 {
		margin-bottom:0;
	}
	
	
	#service .profile {
		width:auto;
	}
	
	.qa-list dl dd {
		margin-right:20px;
		margin-left: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	
	
	#support .sup_no {
		width: auto;
    	float: none;
    	margin-right: 0;
		margin-bottom: 15px;
	}
	
	#support .sup_no:last-of-type {
		margin-bottom:0;
	}


#head_wrap.open #main_menu a {
	color: #FFFFFF;
}


/*----------------------------------------------*/


	
	#head_wrap.open #main_menu {
		font-size: 1.5rem;
	}

/*----------------------------------------------*/

#mv_txt {
	margin: 0 20px;
	}

/*----------------------------------------------*/
	 .column_2 .Block_wrap .txt {
		padding: 15px 50px 15px 15px;
		background:url(images/block_arrow_sp_off.jpg) no-repeat center right #FFFFFF;
		background-size: auto 46px;
	}
	
	body.index .gray_inner .Block_wrap a:hover .txt {
		background:url(images/block_arrow_sp_on.jpg) no-repeat center right #FFFFFF;
		background-size: auto 46px;
	}
	
	#top_voice .Block .txt_inner {
		margin: 10px 15px;
	}

	#top_voice .Block {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	#top_voice .Block, #top_voice .Block:nth-child(1), #top_voice .Block:nth-child(2), #top_voice .Block:nth-child(3) {
		margin-bottom: 40px;
	}
	
	#top_voice .Block:last-child {
		margin-bottom: 0;
	}



	
/*----------------------------------------------*/
	#footer {
		margin: 50px 0;
	}
	#footer_menu {
		display: none;
	}
	#footer_copy #sns {
		left: 20px;
	}
	#footer_copy #copy {
		text-align: center;
		position: relative;
	}
	
	#footer #info {
		text-align: center;
	}
	
	#footer #info p {
		padding-left: 0;
	}
	
	#footer #info .sp, #footer #info p {
		width: 100%;
		margin-right: 0;
	}
	
	#footer_copy {
		text-align: center;
	}
	
	#pagetop {
		right:5px;
		bottom:5px;
	}
	
	#pagetop img {
		width:100px;
		height: auto;
	}
	
	
/*----------------------------------------------*/
/*  About
/*----------------------------------------------*/

	#idea .txt {
		width: auto;
		margin: 0;
	}

	#idea #img {
		width: 100%;
		position: relative;
		min-height: 400px;
		background: url(images/about/idea_s.jpg) no-repeat center center;	
	}
	
	#message .txt {
		width: auto;
		margin: 0;
	}

	#message #img {
		width: 100%;
		position: relative;
		min-height: 400px;
		background: url(images/about/belee_s.jpg) no-repeat center center;		
	}

	body.About dl dt {
		width: 7em;
		position: absolute;
		left: 0;
		padding: 0 0 0 5px;
		font-weight: normal;
		margin: 0;
		font-weight: bold;
		font-size: 120%;
	}
	
	body.About dl dt:first-child {
		padding-top: 25px;
	}

	body.About dl dd {
		width: auto;
		border-bottom: #dedede 1px solid;
		padding: 0 0 20px 9em;
		margin: 25px 0;
	}

	#idea .txt {
		text-align: left;
	}


	
	
/*----------------------------------------------*/
/*  Voice
/*----------------------------------------------*/
#voice_menu .Block {
    width: 45%;
    width: -webkit-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
	margin-right: 15px;
	margin-bottom: 20px;
}
	
	#voice_menu .Block:nth-child(even) {
		margin-right: 0;
	}
	
		#voice_menu .Block {
		margin-bottom: 20px;
	}
		#voice_menu .Block:last-child {
			margin-bottom: 0;
		
	}
	
	#content.Voice #kanou #mv_sp {
		min-height: 500px;
		background: url(images/voice/kanou_sp.jpg) no-repeat center center;
		background-size: auto auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-size: cover;
	}

	#content.Voice #nakashima #mv_sp {
		min-height: 500px;
		background: url(images/voice/nakashima_sp.jpg) no-repeat center center;
		background-size: auto auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-size: cover;
	}

	#content.Voice #minamikawa #mv_sp {
		min-height: 500px;
		background: url(images/voice/minamikawa_sp.jpg) no-repeat center center;
		background-size: auto auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-size: cover;
	}

	#content.Voice #yoshino #mv_sp {
		min-height: 500px;
		background: url(images/voice/yoshino_sp.jpg) no-repeat center center;
		background-size: auto auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-size: cover;
	}

	#content.Voice #kawabe #mv_sp {
		min-height: 500px;
		background: url(images/voice/kawabe_sp.jpg) no-repeat center center;
		background-size: auto auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-size: cover;
	}

	#content.Voice #elsaid #mv_sp {
		min-height: 500px;
		background: url(images/voice/elsaid_sp.jpg) no-repeat center center;
		background-size: auto auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-size: cover;
	}

	#content.Voice #kanou #mv_inner {
		width: 100%;
	}
	#content.Voice .voice_txt, #content.Voice .voice_txt_sp {
		padding-left: 20px;
		padding-right: 20px;
	}
	#content.Voice .voice_title {
		padding-top: 30px;
	}


	#content.Voice .voice_title h2 img {
		width: 100%;
		height: auto;
	}

/*----------------------------------------------*/
/*  Voice
/*----------------------------------------------*/

	#system .Block_wrap .txt {
		margin-right: 0;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	#system .Block_wrap .img {
		width: 100%;
		float: none;
	}

	#system .Block_wrap .img img {
		width: 100%;
		height: auto;
	}

/*----------------------------------------------*/
/*  Voice
/*----------------------------------------------*/
	#welfare .column_2 .Block_wrap .txt {
		min-height: auto;
		padding-right: 15px;
	}

	
/*----------------------------------------------*/
/*  Requirement
/*----------------------------------------------*/
	
	.white .dl_wrap, .gray .dl_wrap {
		padding-left:20px;
		padding-right: 20px;
	}

	.btn {
		width: 100%;
		margin-top: 30px
	}
	
	.btn a {
		padding: 10px 0;
	}

	body.Requirement .border dd {
		width: auto;
		border: none;
		padding: 0;
		margin-left: 0;
	}
	
	.gray .dl_wrap, .white .dl_wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.gray .dl_wrap dt:first-child, .white .dl_wrap dt:first-child {
		padding-top: 0;
		
	}
	
	
	#application .gray .dl_wrap dt:first-child {
		padding-top: 20px;
	}
	
	.btn_info_sp {
		font-size: 1.6rem;
	}
	
	.btn_info_sp a, .btn_info_pc {
		width: auto;
		margin-top: 30px;
	}
	
	.btn_info_sp .tel {
		font-size: 2.2rem;
	}

.mail {
	margin-left:0;
}
}



/*----------------------------------------------*/
/*  480px以下
/*----------------------------------------------*/

@media screen and (max-width:480px){
	
	#footer_copy_wrap {
		height: auto;
		text-align: center;
	}
	
	#footer_copy #sns, #footer_copy #copy {
		position: relative;
		left: auto;
		right: auto;

	}
	
	#footer_copy #copy {
		
	}
}



