@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@import url("https://fonts.googleapis.com/css?family=Heebo:900");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
html,body {
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
	font-family: 'Futura','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,YuGothic,'Yu Gothic',sans-serif;
	overflow-x:hidden;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: #cccccc;
	text-align: left;
}

.content{
	width: 100%;
	text-align: center;
}
.white_mask{
	height: 100%;
	background: rgba(255,255,255,0.5);
}

#wrap{
	width: 100%!important;
	margin: 0!important;
}
.section1 { 
	background: url(../images/mv_pc.jpg);
	no-repeat fixed; background-size: cover;
	background-attachment: fixed;
	
}

.section2 { 
	padding: 250px 0 250px;
	background-image:url("../images/about_back.jpg");
	background-position: center center;
	}
.section2 h3{ 
	font-size: 50px;
	color: #FFFFFF;
	}

.section2 p{ 
	color: #FFFFFF;
	font-size: 22px;
	line-height: 1.8em;
	letter-spacing: 1px;
	}



.section2_service { 
	padding: 250px 0 250px;
	}
.section2_service h3{ 
	font-size: 50px;
	color: #000000;
	}

.section2_service p{ 
	color: #000000;
	font-size: 22px;
	line-height: 1.8em;
	letter-spacing: 1px;
	}
.section2_service .service_img{ 
	width: 100%;
	height: 500px;
	background-image:url("../images/service_img.jpg");
	background-size: cover;
	margin: 60px 0 30px;
	}
.service_list{
	padding: 20px 5px 35px;
	margin: 25px;
}
.service_list img{
	width: 800px;
}
.service_list_bline{
	border-bottom: 1px solid #000;
}

.img_wrap{
  transition-duration: 1s;
}
.img_wrap img{
  cursor: pointer;
}
.img_wrap:hover{
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  transform: translateY(-5px);
  transition-duration: 1s;
	
}





.page_content_area { 
	padding: 150px 0 150px;
	}
.margin_dl{
	padding: 30px 0 150px!important;
}
.margin_dl_form{
	padding: 50px 0 150px!important;
}
.page_content_area h3{ 
	font-size: 50px;
	color: #000000;
	}

.page_content_area p{ 
	color: #000000;
	font-size: 22px;
	line-height: 1.8em;
	letter-spacing: 1px;
	}
.page_content_area .service_img{ 
	width: 100%;
	height: 500px;
	background-image:url("../images/service_img.jpg");
	background-size: cover;
	margin: 60px 0 30px;
	}

.page_service_list {
	display: flex;
	flex-wrap: wrap;
}
.page_servise_list_no {
	width: 150px;
	font-size: 45px;
	font-weight: bold;
	color: #EB7702;
}
.page_servise_list_text {
	width: 750px;
	text-align: left;
}
.page_servise_list_text h3{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #EB7702;
}

.page_servise_list_text p{
	font-size: 20px;
	line-height: 1.5em;
}

.page_about_menu_text {
	text-align: left;
}
.page_about_menu_text h3{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #ffffff;
	background: #000000;
	padding: 10px 20px;
	display: inline-block;
}

.page_about_menu_text p{
	font-size: 20px;
	line-height: 1.5em;
}

.page_about_profile {
	width: 900px;
}


.page_recruit_menu_text {
	text-align: left;
	margin-bottom: 50px;
}
.page_recruit_menu_text h3{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
	 border-left: 15px solid #000000;
  border-bottom: 2px solid #000000;
	padding: 3px 20px 5px 10px;
}

.page_recruit_menu_text p{
	font-size: 15px;
	line-height: 1.5em;
}

.mb_top_content_subtitle{
	margin-bottom: 15px;
	
}
.mb_page_service_subtitle{
	margin-bottom: 35px;
	
}
.mb_page_service_list{
	margin-bottom: 55px;
	
}
.page_service_subtitle h2{
	font-size: 50px;
	font-weight: bold;
    padding: 0.5em 1em;
    margin: 30px 0;
    color: #000;/*文字色*/
    border: solid 4px #000;/*線*/
    border-radius: 5px;/*角の丸み*/
	display: inline-block;
	letter-spacing: 3px;
}
.page_service_subtitle p{
	font-size: 15px;
	text-align: center;
}


.page_recruit_subtitle p{
	font-size: 15px;
	text-align: center;
}

.page_recruit_subtitle h2{
	font-size: 40px;
	font-weight: bold;
    padding: 0.5em 1em;
    margin: 30px 0;
    color: #000;/*文字色*/
    border: solid 4px #000;/*線*/
    border-radius: 5px;/*角の丸み*/
	display: inline-block;
	letter-spacing: 3px;
}



.page_about_subtitle {
	margin-bottom: 35px;
}

.page_about_subtitle h2{
	font-size: 50px;
	font-weight: bold;
    padding: 0.5em 0 10px;
    margin: 30px 0 10px;
    color: #000;/*文字色*/
    border-bottom: solid 4px #000;/*線*/
	display: inline-block;
	letter-spacing: 3px;
}
.page_about_subtitle p{
	font-size: 25px;
	font-weight: bold;
    color: #000;/*文字色*/
	text-align: center;
	letter-spacing: 3px;
}


.section2_contact { 
background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
background-size: 1800% 1800%;

-webkit-animation: rainbow 18s ease infinite;
-z-animation: rainbow 18s ease infinite;
-o-animation: rainbow 18s ease infinite;
  animation: rainbow 18s ease infinite;}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}


.section2_contact { 
	padding: 250px 0;
	}
.section2_contact h3{ 
	font-size: 50px;
	color: #000000;
	}

.section2_contact p{ 
	color: #000000;
	font-size: 22px;
	line-height: 1.8em;
	letter-spacing: 1px;
	}

.contact_btn_area{
	width: 800px;
}


a.btn-border {
  border: 3px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}


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


/*ボタン*/	
	

a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 4rem;

  color: #000;
  border-radius: 0;
  background: #fff;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 130px;
  height: 130px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: #eb6100;
}

a.btn-flat:hover:before {
  width: 450px;
  height: 450px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}


.contact_btn_click{
	margin-top: 100px!important;
}
a.btn-flat_02 {
  overflow: hidden;

  padding: 1.5rem 4rem;

  color: #000;
  border-radius: 0;
  background: #EEEEEE;
}

a.btn-flat_02 span {
  position: relative;
}

a.btn-flat_02:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 130px;
  height: 130px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: #eb6100;
}

a.btn-flat_02:hover:before {
  width: 450px;
  height: 450px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}

.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem;
  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: 1px;
  color: #212529;
  border-radius: 0.5rem;
}





.page_title_area { 
	padding: 180px 0 140px;
	background: #151f40;
	}
.page_title_area h1{ 
	font-size: 65px;
	color: #ffffff;
	letter-spacing: 2px;
	text-align: left;
	}
.page_title_area h1 .page_subtitle{ 
	font-size: 28px;
	color: #ffffff;
	letter-spacing: 2px;
	}

.page_top { 
	padding: 0 0 30px;
	margin: 55px 0 80px;
	}
.page_top_img{ 
	width: 100%;
	height: 650px;
	
	display: flex;
	align-content: space-between;
	flex-direction: column;
	justify-content: space-between;
}

.page_top_img_ad{ 
	background-image:url("../images/page_ad_img.jpg");
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: center;
	
}
.page_top_img_sales{ 
	background-image:url("../images/page_sales_img.jpg");
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: center;
	
}
.page_top_img_corting{ 
	background-image:url("../images/page_corting_img.jpg");
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: center;
	
}

.page_top_text1{
	font-size: 85px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: -5px;
	display: flex;
}

.page_top_text2{
	font-size: 85px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: -5px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.page_about_padding{
	padding: 120px 0!important;
}
.page_top_about_text{
	font-size: 90px;
	font-weight: bold;
	text-align: left;
	line-height: 1.1em;
	}
.page_top_about_margin{
	margin-left: 1em;
	}
.page_top_about_text02{
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
	}


.page_about_data_box{
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0;
	border-bottom: solid 1px #838383;
	padding-bottom: 35px;
}

.page_about_data_title {
	width: 20%;
}
.page_about_data_title p{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.page_about_data_text p{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.6em;
}
.office_name{
	font-weight: bold;
}

.page_recruit_data_box{
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0;
	border-bottom: dotted 1px #838383;
	padding-bottom: 35px;
}

.page_recruit_data_title {
	width: 20%;

}
.page_recruit_data_title p{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.page_recruit_data_text p{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.6em;
}


.page_contact_data_box{
	display: flex;
	flex-direction: row;
	margin: 35px 0;
	border-bottom: dotted 1px #838383;
	padding-bottom: 35px;
}

.page_contact_data_title {
	width: 40%;
	margin: auto 0;
}
.page_contact_data_title p{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

.page_contact_data_text {
	width: 100%;
}

.page_contact_data_text p{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.6em;
}

.address_data{
	margin-bottom: 15px;
}

.back_color_lbk{
	background: #E6E6E6;
	
}
.layout1 {
	width: 430px;
}
.layout2 {
	width: 330px;
	height: 292px;
	background-color: #ffffff;
}
.layout2_page {
	width: 330px;
	height: 289px;
	border: solid 2px #000000;
	background-color: #fafafa;
}

.content_area{
	width: 1100px;
	text-align: center;
	margin: 0 auto;
	
}
.content_top{
	padding-top: 200px;
}
.back_blue{
	background-color: #5ac8e2;
	width: 100%;
}
.back_yellow{
	background-color: #ffe000;
	width: 100%;
	margin: 0 auto;
}
.back_white{
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
}
.mv{
	margin: 250px auto 100px;
	text-align: center;
	width: 750px;
}
.mv p{
	line-height: 1em;
}

.mv_area{
	height: auto;
}

.mv_area img{
	width: 650px;
}

@media screen and (max-height: 650px) {
.mv_area img{
	height: 300px;
	width: auto;
}
}
@media screen and (max-height: 550px) {
.mv_area img{
	height: 250px;
	width: auto;
}
}
.mv_area p{
	line-height: 1em;
	z-index: 9996;
}

.h_margin {
		display: grid;
  height: 100vh;
  align-items: center;
	}

.sub_title img{
	margin: 150px 0 0;
}
.box_item {
	width: 400px;
}
.box_item01 img{
	height: 60px;
	margin-bottom: 35px;
}
.item {
  width: 40%;
  padding: 48px;
  color: #444;
  font-weight: bold;
  margin-bottom: 200px;
  font-size: 24px;
  text-align: center;
}

.item > small {
  padding-top: 10px;
  font-size: 11px;
  display: block;
  color: #999;
}

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

.point_area{
	text-align: center;
	margin: 35px auto 0;
	width: 850px;
}
.point_text{
	
	padding: 15px;
}
.point_text p{
	color: #333333;
}


.section1_asc { 
	background: url("../images/feature_top.jpg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	background-color:rgba(0,0,0,0.2);
	background-blend-mode:darken;
	width: 100%;
	height: 320px;
}

.section1_doc { 
	background: url("../images/document_img.jpg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	background-color:rgba(0,0,0,0.2);
	background-blend-mode:darken;
	width: 100%;
	height: 320px;
}

.item_shadow {
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.1));
	}

.page_title_box h1{
	font-family: 'Noto Sans JP','Noto Serif JP','Impact';
	font-weight: bold;
	color: #fff;
	font-size: 40px;
}


.page_title_box {
	margin: auto;
	text-align: center;
	padding-top: 140px;
	width: 95%;
}


	


.policy_area_title h1{
	padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #eeeeee;/*背景色*/
  border-left: solid 5px #1B2653;/*左線（実線 太さ 色）*/
	text-align: left;
	font-size: 160%;
}
.policy_area_title h3{
	border-bottom: solid 2px black;
	text-align: left;
	font-weight: bold;
	margin: 40px 0 25px;
	font-size: 130%;
}

.policy_area p{
	color: #333333;
	font-size: 14px;
}




.price {
	font-size: 30px;
	font-weight: bold;
	color: #F56100;
}

/*カスタムボタン*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.cu_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
	margin: 50px auto;
}

.btn_next_doc {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #ffffff;
  background: #00BCD4;
  transition: .4s;
	margin: 15px 0 5px;
}

.btn_next_doc:hover {
  background: #ECECEC;
  color: white;
}

a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);

  border: 2px solid #000;
  border-radius: inherit;
  background: #ccc100;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
}

.btn-custom01-front {
  position: relative;
  display: block;
  padding: 1.5rem 3rem 1.5rem 2rem;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
  background: #fff100;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.btn-custom01:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #fff100;
}

a.btn-custom01:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:hover:after {
}

a.btn-custom01:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

a.btn-custom01:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:active:after {
}
/*カスタムボタンend*/



.line_link_bk {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #333;
}
.line_link_bk::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333;
	transition: .3s;
}
.line_link_bk:hover::after {
	width: 100%;
}

.line_link {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #fff;
}
.line_link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
}
.line_link:hover::after {
	width: 100%;
}

.gnav_drawer_nav_wrapper ul {
  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 0.2em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa;
  list-style: none;
}

.gnav_drawer_nav_wrapper ul li {
  line-height: 1.5;
  padding: 0.2em 0;
	font-weight: bold;
}

.gnav_drawer_nav_wrapper ul li:before {
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  content: "\f0da";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
}


.item_shadow {
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
	}



.footer {
	background: #151f40;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	
}
.footer a{
	color: #E9E9E9;
	text-decoration: none;
	
}
.footer_area {
	width: 1000px;
	padding: 120px 0;
	display: flex;
  flex-wrap: wrap;
	text-align: center;
	margin: 0 auto;
}
.footer_area p{
	font-size: 17px;
}

.footer_area img{
	height: 50px;
}

.footer_item{
	margin: 10px 30px;
}
.footer_item_logo{
	width: 250px;
	margin-right: 50px;

}
.footer .cpright {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 800px;
	font-size: 18px;
}

.footer .cpright p{
	text-align: center;
}



.sp {display: none;}
/*スマートフォン表示枠*/
@media screen and (max-width: 768px) {
	
	img{
		width: 100%;
	}
.pc {display: none;}
.sp {display: block;}
	
#wrapper_gnav nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background: #B8B922;
    font-size: 16px;
    box-sizing: border-box;
}
#wrapper_gnav nav ul li {
    display:block;
    padding: 20px 28px
}
 
#wrapper_gnav nav ul li a {
    text-decoration: none;
    color: #555;
}
 
#wrapper_gnav .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 9998;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper_gnav .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #555;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper_gnav .btn-gnavi span:nth-child(1) {
    top: 0
}
 
#wrapper_gnav .btn-gnavi span:nth-child(2) {
    top: 10px
}
 
#wrapper_gnav .btn-gnavi span:nth-child(3) {
    top: 20px
}
 
#wrapper_gnav .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
 
#wrapper_gnav .btn-gnavi.open span {
    background: #555;
}
 
#wrapper_gnav .btn-gnavi.open span {
    width: 24px;
}
#wrapper_gnav .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #555;
    text-shadow: 0 0 6px #666
}
 
#wrapper_gnav .contents section:nth-child(odd) p {
    left: 10%
}
 
#wrapper_gnav .contents section:nth-child(even) p {
    right: 10%
}
	
.margin_dl{
	padding: 30px 0 30px!important;
}
	
.margin_dl_form{
	padding: 30px 0 100px!important;
}
.content_area{
	width: 90%;
}

	
	.point_area{
	text-align: center;
	margin: 35px auto 0;
	width: 100%;
}
	
		
.box_item01 {
	margin-bottom: 45px;
	padding-bottom: 10px;
}
.margin_none {
	margin-bottom: 10px;
}
.page_subtitle_border_bdline {
  border-bottom: 3px solid #000;
}

	.box_item01_left img{
		text-align: left!important;
	}
	.box_item01_left{
		text-align: left!important;
	}
	
.page_subtitle_border:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -35px;
  display: inline-block;
  width: 70px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
	.box_item01 img{
	height: 25px;
	margin-bottom: 0px;
		width: auto;
}
	

.point_text{
	padding: 15px;
}
	
.sub_title img{
	margin: 100px 0 0;
}
	.chance_area{
	display: flex;
	flex-direction: column;
	width: 100%;
}
	
	
	.chance_area_title {
	width: 100%;
}
	
.contact_btn_click{
	margin-top: 40px!important;
	margin-bottom: 60px!important;
}
	
.btn,
a.btn,
button.btn {
  font-size: 1rem;
}

	
.btn_cotact,
a.btn_cotact,
button.btn_cotact {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 1.5rem;
}
	
	

.section2 { 
	padding: 100px 0 100px;
}
	
	.section2 h3{ 
	font-size: 30px;
	color: #FFFFFF;
	}
	.section2 p{ 
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 1px;
	}

.page_content_area { 
	padding: 80px 0 80px;
}
	
.page_content_area_about { 
	padding: 40px 0 40px!important;
}
	
.section2_service { 
	padding: 100px 0 50px;
}

.section2_service .service_img{ 
	width: 100%;
	height: 300px;
	background-image:url("../images/service_img.jpg");
	background-size: cover;
	margin: 10px 0 30px;
	}
	.service_list img{
	width: 100%;
}
.service_list{
	margin: 25px 0px;
}
	.section2_contact { 
	padding: 100px 0;
	}
.concept_area {
	
	width: 90%;
	margin: 60px auto 60px;
}

	.section3 {
	height: auto;
}
.about_area {
	display: flex;
	flex-direction: column;
	width: 90%;
	padding: 15px 0 60px;
}

table{
  width: 100%;
}
	
	

.page_title_area { 
	padding: 110px 0 70px;
	background: #151f40;
	}
.page_title_area h1{ 
	font-size: 35px;
	color: #ffffff;
	letter-spacing: 2px;
	text-align: left;
	}
.page_title_area h1 .page_subtitle{ 
	font-size: 23px;
	color: #ffffff;
	letter-spacing: 2px;
	}
	
.page_ad_img_padding_none{
	padding: 0!important;
}
	
.page_about_padding{
	padding: 50px 0!important;
}
	

	
.page_top_img{ 
	height: 260px;
}
	
.page_top_img_ad{ 
	background-size:90%;
	background-position: center;
}
.page_top_img_ad{ 
	background-size:90%;
	background-position: center;
}
.page_top_img_corting{ 
	background-size:90%;
	background-position: center;
}
.page_top { 
	padding: 0 0 30px;
	margin: 25px 0 40px;
	}
	
.page_top_text1{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: -5px;
	display: flex;
}

.page_top_text2{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: -5px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
	
	.page_top_about_text{
		font-size: 37px;
	}
	.page_top_about_text02{
		font-size: 16px;
		margin-top: 5px;
	}
	
	.page_top_about_margin_sp{
	margin-top: 60px;
	}
	
.page_about_menu_text h3{
	font-size: 20px;
}

.page_about_menu_text p{
	font-size: 15px;
}
	
.page_recruit_menu_text h3{
	font-size: 17px;
}

.page_recruit_menu_text p{
	font-size: 14px;
}

.page_about_profile {
	width: 100%;
}
.page_about_data_box{
	display: flex;
	flex-direction: column;
	margin: 35px 0;
	border-bottom: solid 1px #838383;
	padding-bottom: 35px;
}
.page_about_data_title {
	width: auto;
	margin-bottom: 5px;
}
.page_about_data_title p{
	font-size: 18px;
}
	
	
.page_recruit_data_box{
	display: flex;
	flex-direction: column;
	margin: 35px 0;
	border-bottom: solid 1px #838383;
	padding-bottom: 35px;
}
.page_recruit_data_title {
	width: auto;
	margin-bottom: 5px;
}
.page_recruit_data_title p{
	font-size: 18px;
}
	
	
	
.page_contact_data_box{
	display: flex;
	flex-direction: column;
	margin: 25px 0;
	padding-bottom: 35px;
}
.page_contact_data_title {
	width: auto;
	margin-bottom: 5px;
}
.page_contact_data_title p{
	font-size: 16px;
}
	
.page_service_list {
	display: flex;
	flex-wrap: wrap;
}
.page_servise_list_no {
	width: 45px;
	font-size: 23px;
	font-weight: bold;
}
.page_servise_list_text {
	width: 85%;
	text-align: left;
}
.page_servise_list_text h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}

.page_servise_list_text p{
	font-size: 15px;
	line-height: 1.3em;
}
.mb_page_service_list{
	margin-bottom: 35px;
	
}
	
.mb_page_service_subtitle{
	margin-bottom: 0px;
	
}
	
.page_service_subtitle h2{
	font-size: 30px;
	font-weight: bold;
    padding: 0.5em 1em;
    margin: 10px 0 35px;
    font-weight: bold;
    color: #000;/*文字色*/
    border: solid 4px #000;/*線*/
    border-radius: 5px;/*角の丸み*/
	display: inline-block;
	letter-spacing: 3px;
}

.page_recruit_subtitle h2{
	font-size: 22px;
	font-weight: bold;
    padding: 0.5em 0.8em;
    margin: 10px 0 35px;
    font-weight: bold;
    color: #000;/*文字色*/
    border: solid 4px #000;/*線*/
    border-radius: 5px;/*角の丸み*/
	display: inline-block;
	letter-spacing: 3px;
}
	
.page_recruit_subtitle p{
	margin: -10px 0 35px;
}
	
.page_about_subtitle h2{
	font-size: 30px;
	font-weight: bold;
    padding: 0.5em 0.5em;
    margin: 10px 0 10px;
}
	
.footer {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	height: auto;
	text-align: center;
}

.footer_item {
	margin: 5px 0 5px 20px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 90%;
}
	.footer_area {
	width: 100%;
	padding: 50px 0;
}
	
	
.footer_area img{
	width: 110px;
}

.footer_item_logo{
	margin-left: 20px;
	margin-bottom: 20px;
	width: auto;

}
.footer .cpright {
	font-size: 90%;
	padding-bottom: 10px;
	width: 100%;
	
}

	
}/*スマートフォン表示枠*/



#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 15px;
	font-weight: bold;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
}




.FixedMenuSection {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.FixedMenu-Inner-List {
  display: flex;
}
.FixedMenu-Inner-List-Item {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 38px;
  padding-right: 38px;
  width: calc((100% - 4px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
	font-weight: bold;
}
@media screen and (max-width: 540px) {
  .FixedMenu-Inner-List-Item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}
.FixedMenu-Inner-List-Item:not(:first-child) {
  margin-left: 2px;
}
.FixedMenu-Inner-List-Item.isRed {
  background: #38b435;
}
.FixedMenu-Inner-List-Item.isBlue {
  background: #f3a324;
}
.FixedMenu-Inner-List-Item.isOrange {
  background: orange;
}


