@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family: 'Noto Sans JP', sans-serif;
}
body{
	font-size:15px;
	line-height:18px;
	text-align:center;
	height:auto;
}
img {
	max-width:100%;
	height:auto;
  vertical-align: bottom;
	width:auto;
}
ul{
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
}
li{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	*display: inline;  
	*zoom: 1;
}
#top h1{
	display:inline-block;
	text-align:center;
}
#top h2{
	display:inline-block;
	font-size:23px;
	background-color:#000;
	color:#FFF;
	line-height:42px;
	padding:2px 20px;
	margin-top:10px;
}
#top h3{
	text-align:center;
	font-size:30px;
	padding:30px 0;
	line-height:38px;
}
#top h4{
	font-size:20px;
	line-height:28px;
	text-align:left;
	margin-bottom:35px;
	font-weight: bold;
}
a{
  text-decoration: none;
	color:#000;
}
a:hover{
  text-decoration: none;
}
#header{
	width:100%;
	padding:10px 0 0px 0;
	margin:0px auto;
	text-align:center;
	position:relative;
	background-color:#FFF;
}
#header h1 img{
    max-width: 220px;
}

#header .icon_panel{
	position:absolute;
	left:0;
	top:0;
}
.hanbarger {
  padding:10px;
  background: #ccc;
	position:fixed;
}
#nav-drawer {
  position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 6px;/*線の太さ*/
  width: 60px;/*長さ*/
  border-radius: 0px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}
.white_menu{
	font-size:19px; 
	color:#FFF; 
	font-weight:bold;
}
/*ロゴやサイトタイトルをセンタリング*/
.logo-erea{
	text-align:center;
	margin:auto;
}
#header .right{
	display:inline-block;
}
.tell_phon{
	position:absolute;
	right:0;
	top:20px;
	font-size:44px;
	display:block;
	vertical-align:middle;
	color:#E4007F;
}
.nunber{
	display:inline-block;
}
.nunber:before {
    content: url(../images/icon_1.png);
    margin: 5px;
    position: relative;
    top: 3px;
}
.phon{
	vertical-align:baseline;
	margin-right:8px;
	font-family:Lato;
}
.uketuke{
	font-size:17px;
	display:block;
	margin-top:10px;
	color:#000;
	box-sizing: border-box;
	padding:5px 0 0 50px;
	font-family:"Noto Sans CJK JP Bold";
	font-weight: bold;
}
.bnr{
	background-image:url(../images/photo1_2.jpg);
	width:100%;
	position:relative;
	background-size:cover;
	height:620px;
}
.slash{
	position:absolute;
	background-image:url(../images/br_blue_nn.png);
	background-repeat:no-repeat;
	background-cover:cover;
	font-size:30px;
	font-weight:bold;
	padding:20px 60px;
	color:#FFF;
	right:100px;
	top:110px;
}
.w_b_m{
	font-size:82px;
	line-height:92px;
	color:#FFF;
	position:absolute;
	text-align:left;
	top:200px;
	right:130px;
	letter-spacing:4px;
	font-weight:bold;
	box-shadow: 0px 0px 0px rgba(0,0,0,1.1);
}
.w_s_m{
	font-size:45px;
}
.surcl {
	width:100%;
	background-image:url(../images/bg_1.jpg);
	background-repeat:no-repeat;
	margin:auto;
	background-size:cover;
	text-align:center;
	display:flex;
}
.surcl .surcl_left,.surcl .surcl_right{
	width:50%;
	text-align:center;
	margin:auto;
	vertical-align:middle;
	display:inline-block;
}
.surcl .surcl_right p{
	padding:40px 0 0 0;
	line-height:28px;
	font-size:18px;
}
.details{
	width:100%;
}
.details p{
	text-align:left;
	line-height:22px;
	margin-bottom:120px;
}
.details ul{
	max-width:1200px;
	width:100%;
	margin:auto;
	text-align:center;
	box-sizing: border-box;
	display: flex;
  align-items:flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.details ul li{
	width:33.333%;
	display:inline-block;
	text-align:center;
	margin-top:30px;
	margin-bottom:50px;
	padding:0 20px;
	box-sizing: border-box;
	align-self: stretch;
	position:relative;

}
.details ul li:nth-of-type(1){
	border-left:solid 1px #000;
}
.details ul li:nth-of-type(2){
	border-left:solid 1px #000;
}
.details ul li:nth-of-type(3){
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}
.details ul li:nth-of-type(4){
	border-left:solid 1px #000;
}
.details ul li:nth-of-type(5){
	border-left:solid 1px #000;
}
.details ul li:nth-of-type(6){
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}
.txt_blue{
	color:#00A0E9;
}

.txt_d_blue{
	color:#036EB7;
}

.txt_red{
	color:#E83828
}
.txt_green{
	color:#13AE67;
}
.txt_Yellowish_green{
	color:#ABCD03;
}
.txt_purple{
	color:#E4007F;
}
.txt_yellow{
	color:#FBC400;
}
.btn,.btn_blue,.btn_d_blue,.btn_red,.btn_green,.btn_Yellowish_green,.btn_purple,.btn_yellow{
	padding:15px 0;
	color:#FFF;
	font-size:20px;
	max-width:100%;
	width:300px;
	text-align:center;
	margin:auto;
	margin-top:75px;
	box-sizing: border-box;
	font-weight: bold;
	position:absolute;
	bottom:30px;
  left:50%;
  transform:translateX(-50%);
}
.btn_blue{
	background-color:#00A0E9;
}
.btn_d_blue{
	background-color:#036EB7;
}
.btn_red{
	background-color:#E83828;
}
.btn_green{
	background-color:#13AE67;
}
.btn_Yellowish_green{
	background-color:#ABCD03;
}
.btn_purple{
	background-color:#E4007F;
}
.btn_yellow{
	background-color:#FBC400;
}
.btn_white{
	background:#FFF;
	color:#000;
	font-size:22px;
	font-weight:bold;
	margin:50px auto;
	padding:20px 0;
	box-sizing: border-box;
	text-align:center;
	max-width:300px;
}
.carousel{
	background-image:url(../images/bg_2.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	padding-bottom:20px;
	box-sizing:border-box;
}
.single {
	 max-width: 600px;
	 margin: 0 auto 50px;
	 text-align:center;
}
.single img{
	width:100%;
	max-width:280px;
	height:auto;
}
.item img{
  width:100%;
}
.multiple {
	 padding: 0;
   margin:0 auto;
}
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
	text-align:center;
}
.multiple img { 
  width: 100%;
	max-width:280px;
}
.multiple div { 
  margin: 0;
}
.multiple .slick-next { 
  right: 17px;　z-index: 100;
}
.multiple .slick-prev { 
  left: 23px; z-index: 100;
}
.work{
	color:#FFF;
	font-size:56px;
	margin:auto;
	padding:50px 0;
}
.work_slider{
	width:100%;
	padding:75px 0;
}
.work_slider h2{
	font-size:30px;
	text-align:center;
	line-height:34px;
	margin:30px auto;
	background-color:#FFF;
	color:#000;
}
.work_slider ul{
	max-width:1200px;
	width:100%;
  text-aline:center;
	display: flex;
	margin-left:auto;
	margin-right:auto;
	padding:0 0px;
	box-sizing:border-box;
  align-items:flex-start ;
	justify-content: center;
	flex-wrap:wrap;
}

.work_slider ul li{
	width:25%;
	display:inline-block;
	text-align:center;
	margin-top:30px;
	margin-bottom:50px;
	padding:10px 10px 30px;
	box-sizing: border-box;
	align-self: stretch;
}
.work_slider ul li:nth-of-type(1),.work_slider ul li:nth-of-type(2),.work_slider ul li:nth-of-type(3),.work_slider ul li:nth-of-type(5),.work_slider ul li:nth-of-type(6),.work_slider ul li:nth-of-type(7){
	border-right:solid 1px #000;
}
.work_slider ul li h3{
	background-color:#E83828;
	font-size:18px;
	color:#FFF;
	text-align:left;
	padding:5px;
	margin:0 auto 30px auto;
	display:block;
}
.work_slider ul li p{
	max-width:270px;
	width:100%;
	font-size:14px;
	text-align:left;
	margin:30px auto 0 auto;
}
.white_box{
	max-width:60px;
	width:100%;
	font-size:16px;
	color:#E83828;
	background-color:#FFF;
	padding:2px;
	display:inline-block;
	box-sizing: border-box;
}
.sub{
	display:inline-block;
	padding-left:8.5px;
	box-sizing:border-box;
}
.bg_glay{
	width:100%;
	background-color:#F7F7F7;
	padding:50px 0 50px 0;
	text-align:center;
}
.bg_glay .box{
	margin:auto;
	max-width:1200px;
	width:100%;
	display: flex;
	box-sizing:border-box;
	flex-wrap:wrap;
}
.bg_glay p{
	font-weight:bold;
	font-size:18px;
	text-align:left;
}
.bg_glay a{
	color:#000;
}
.bg_glay p:before {
	content:url(../images/slash.jpg);
	vertical-align:middle;
	padding-right:10px;
	box-sizing:border-box;
}
.herf{
	width:50%;
	display:inline-block;
	text-align:center;
}
.bg_glay ul{
	margin:25px 0;
}
.bg_glay ul li{
	display:list-item;
	list-style-type: disc;
	font-size:12px;
	text-align:left;
	margin-left:25px;
	font-weight:bold;
	padding:10px 0;
}
.kojya{
	padding:40px 0;
	box-sizing:border-box;
	text-align:center;
	
}
.kojya h3,.bg_sora h3{
	font-size:18px;
	font-weight:bold;
	padding:0;
	display:inline-block;
	line-height:30px;
	position:relative;
}
.kojya p{
	font-size:12px;
	padding:15px 0;
}
.kojya h3:before {
	content:url(../images/note.jpg);
	vertical-align:middle;
	padding-right:10px;
	box-sizing:border-box;
	position: absolute;
  top: 50%;
	left:-30px;
  margin-top: -16px;
}
.kojya ul{
	max-width:570px;
	width:100%;
	padding:40px 0;
	margin:auto;
}
.kojya ul li{
	width:50%;
	text-align:center;
	display:inline-block;
}
.bg_sora{
	background-color:#E4F3F7;
	padding:50px 0;
	text-align:center;
}
.bg_sora p{
	font-size:16px;
	padding-bottom:5px;
}
.blue_box,.green_box{
	display:inline-block;
	position:relative;
	max-width:220px;
	width:100%;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	padding:15px 20px 15px 60px;
	box-sizing:border-box;
}
.blue_box{
	border:solid 2px #00A0E9;
	color:#00A0E9;
	margin-right:30px;
	margin-top:30px;
}
.green_box{
	border:solid 2px #13AE67;
	color:#13AE67;
	margin-left:30px;
}
.blue_box:before{
	content:url(../images/mail_1.jpg);
	vertical-align:middle;
	box-sizing:border-box;
	position: absolute;
  top: 56%;
	left:14px;
  margin-top: -15px;
}
.green_box:before{
	content:url(../images/mail_2.jpg);
	vertical-align:middle;
	box-sizing:border-box;
	position: absolute;
  top: 56%;
	left:14px;
  margin-top: -15px;
}
.blue_box:befor,.green_box:befor{
	vertical-align:middle;
	padding-right:10px;
	box-sizing:border-box;
	position: absolute;
  top: 56%;
	left:7px;
  margin-top: -16px;
}
#foter{
	text-align:center;
	font-size:12px;
	padding:10.5px 0 15px 0;
}
#hamburger {
  width: 100px;
  height: 30px;
	padding-top:70px;
  position:fixed;
	background-color:#E4007F;
  display: block;
	z-index:100;
	top:0;
}
#hamburger span {
  width: 60px;
  height: 6px;
  background: #FFF;
  position: absolute;
  left: 20px;
}
#hamburger span:first-child {
  top: 20px;
}
#hamburger span:nth-child(2) {
  top: calc(35% - 1px);
}
#hamburger span:nth-child(3) {
  top: calc(50% - 1px);
}
#hamburger span:first-child {
  bottom: 0;
}
#overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}

#drawer-menu {
  width: 260px;
  height: 100vh;
  background:#E4007F;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  transform: translateX(-320px);
  transition: all 0.3s ease 0s;
}
#drawer-menu.open {
  transform: translateX(0);
}
#drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#drawer-menu ul li {
  border-bottom: 1px solid #FFF;
	display:block;
}
#drawer-menu ul li a {
  display: block;
  padding: 15px;
	color:#FFF;
}
#drawer-menu #close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: -50px;
  top: 25px;
}
#drawer-menu #close span {
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
}
#drawer-menu #close span:first-child {
  transform: rotate(45deg);
}
#drawer-menu #close span:nth-child(2) {
  transform: rotate(-45deg);
}

.br{
	display:none;
}
.border{
	display:block;
}
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #0000cd;
  opacity: 0.6;
  border-radius: 50%;
	z-index:1100;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 1350px) {
h2{
		font-size:16px;
}
.surcl .surcl_right p{
	 font-size:14px;
}
.details ul{
	padding:0 50px;
}
.details ul li{
	width:50%;
	max-width:1350px;
	border:none;
}
.nunber:before {
    content: url(../images/phon.png);
    margin: 5px;
    position: relative;
    top: 2px;
}
.work_slider ul{
	justify-content: flex-start;
}
.work_slider ul li{
	width:33%;
	display:inline-block;
	text-align:center;
	padding:0px 0px 0px;
	vertical-align:top;
}
.work_slider ul li:nth-of-type(1), .work_slider ul li:nth-of-type(2), .work_slider ul li:nth-of-type(3), .work_slider ul li:nth-of-type(5), .work_slider ul li:nth-of-type(6), .work_slider ul li:nth-of-type(7){
	border-right:none;
}
.work_slider ul li h3 {
    max-width: 85%;
}
.work_slider ul li p {
    max-width: 85%;
}
.bg_glay {
    justify-content: space-between;
		padding: 50px 0% 50px 7%;
		box-sizing:border-box;
}
.tell_phon {
    font-size: 33px;
}
.uketuke {
    font-size: 13px;
}
	.details ul li:nth-of-type(1){
	border-left:none;
}
.details ul li:nth-of-type(2){
	border-left:none;
	border-right:none;
}
.details ul li:nth-of-type(3){
	border-left:none;
	border-right:none;
}
.details ul li:nth-of-type(4){
	border-left:none;
}
.details ul li:nth-of-type(5){
	border-left:none;
	border-right:none;
}
.details ul li:nth-of-type(6){
	border-left:none;
	border-right:none;
}
.details ul li:nth-of-type(odd){
	border-left:solid 1px #000;
}
.details ul li:nth-of-type(even){
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}
}
@media screen and (max-width: 1130px) {
#top h2{
	font-size:17px;	
}
@media screen and (max-width: 1000px) {
.work_slider ul li{
	width:50%;
}
}
@media screen and (max-width: 870px) {
#top h2{
		font-size:23px;
}
.bnr{
	height:350px;
	display:flex;
	flex-direction: column;
}
.slash{
	position:static;
	margin:auto;
}
.w_b_m{
	position:static;
	font-size:60px;
	line-height:78px;
	text-align:left;
	margin:auto;
}
w_s_m{
	font-size:40px;
}
.surcl{
		flex-wrap:wrap;
		padding:50px 0 50px 0;
}
.surcl_left{
    display:none !important;
}
.surcl_right{
	width:100% !important;
	padding:0 5px;
}
.inner_w {
    padding:0 !important;
}
.surcl .surcl_right p {
    font-size: 18px;
}

.details ul{
	justify-content: center;
}

.details ul li {
    width: 90%;
    max-width: 870px;
		margin-bottom:25px;
}

.details ul li:nth-of-type(5){
	border-right:none;
}

.details ul li:nth-of-type(odd){
	border-left:none;
}
.details ul li:nth-of-type(even){
	border-left:none;
	border-right:none;
}
}
@media screen and (max-width: 790px) {
#header .right{
	width:100%;
	display:block;
	position:fixed;
	bottom:0;
	right:0;
	padding:5px;
	box-sizing:border-box;
	background-color:#fff0f5;
	z-index:101;
}
.block{
	display:inline-block;
}
.uketuke{
	display:inline-block;
	font-size:18px;
	vertical-align:text-top;
}
.tell_phon {
    position:static;
		font-size:28px;
		display: inline-block;
    vertical-align: initial;
}
.no_br br { 
    display:none; 
}
.tell_phon img{
	vertical-align:sub !important;
}
.work_slider ul li {
    text-align: center;
    padding: 0px 2% 0px;
    vertical-align: top;
}
.work_slider ul li:nth-of-type(1),.work_slider ul li:nth-of-type(2),.work_slider ul li:nth-of-type(3),.work_slider ul li:nth-of-type(5),.work_slider ul li:nth-of-type(6),.work_slider ul li:nth-of-type(7){
	border-right:none;
}
.work_slider ul li p {
    max-width: 400px;
}
.work_slider ul li h3 {
    max-width: 400px;
}
.work_slider ul li p {
    font-size: 16px;
    line-height: 26px;
    margin: 30px auto 0 auto;
}
.herf {
    width: 100%;
    display: block;
    text-align: center;
}
#foter{
	padding:10.5px 0 60px 0;
}
#page_top {
    bottom: 50px;
}
}
@media screen and (max-width: 690px) {
.work_slider h2{
	font-size:18px;
}
}
@media screen and (max-width: 590px) {
.surcl .surcl_right p{
	font-size:15px !important;
}
.uketuke {
  display:block !important;
	padding:0;
}
.nunber{
	font-size:32px;
}
#foter{
	padding:10.5px 0 85px 0;
}
#page_top {
    bottom: 65px;
}
}
@media screen and (max-width: 580px) {
	.work_slider ul li {
    width: 100%;
}
.work_slider ul li h3,.work_slider ul li p {
    max-width:;
}
.details ul {
    padding: 0 10px;
}
.details ul li {
    width: 100%;
}
.bg_glay{
}
}
@media screen and (max-width: 500px) {
.slash{
	padding:12px 15px;
	font-size:25px;
	line-height:15px;
	background-image:none;
	background-color:#00A0E9;
}
}
@media screen and (max-width: 490px) {
.kojya ul li {
    width: 100%;
    display:block;
}
.blue_box{
	margin:20px auto;
	display:block;
}
.green_box{
	display:block;
	margin:auto;
}
.bnr{
	height:300px;
}
}
@media screen and (max-width: 480px) {
#top h2 {
    font-size: 19px;
		padding:1px 10px;
		margin:auto;
		background:none;
		line-height:30px;
}
.surcl .surcl_right p{
	text-align:left;
	
}
.surcl .surcl_right p br{
	display:none;
}
#top h3 {
    font-size: 28px;
    line-height: 38px;
}
#top h4 {
    font-size: 18px;
    line-height: 26px;
}
.surcl {
    padding: 30px 0 30px 0;
}
.surcl .surcl_right p {
    padding: 0 0 0 5px;
		font-size:18px;
}
.tell_phon {
    font-size: 24px;
		display:block;
}
.work_slider h2 {
    font-size: 28px;
}
.uketuke {
    display: inline-block;
    font-size: 16px;
}
.phon img{
	width:10%;
}
#hamburger {
    width: 50px;
    height: 15px;
    padding-top: 30px;
		padding-bottom:5px;
}
#hamburger span {
    width: 30px;
    height: 3px;
    left: 10px;
}
#hamburger span:first-child {
    top: 10px;
}
.slash{
	padding:12px 15px;
	font-size:25px;
	line-height:15px;
	background-image:none;
	background-color:#00A0E9;
}
.w_b_m {
    font-size: 62px;
    line-height: 58px;
		margin:0px auto auto auto;
}
.w_s_m {
    font-size: 34px;
}
.white_menu{
	font-size:14px !important;
}
.details ul {
    padding: 0 0px;
}
.details ul li{
	width:90%;
	display:block;
	padding:0;
}
.work_slider ul li{
	padding:0;
}
.details ul li:nth-of-type(odd){
	border-left:none;
}
.details ul li:nth-of-type(even){
	border-left:none;
	border-right:none;
}
.work_slider ul li p {
    padding: 0 5px;
    box-sizing: border-box;
}
.bg_glay {
	flex-wrap:wrap;
	padding:20px 2px;
}
.bg_glay ul {
    margin: 10px 0;
}
.herf {
    width: 100%;
    display: block;
    text-align: center;
		margin-bottom:30px;
}
.pc { display: none !important; }
.sp { display: block !important; }
.br {
	display:block;
	line-height:0;
}
.border{
	display:block;
	background-color:#000;
	padding:20px 0;
	margin-bottom:20px;
}
.bg_sora {
    padding: 30px 0;
}
.kojya {
    padding: 40px 0;
}
.kojya ul {
    padding: 20px 0;
}
.bg_glay {
    padding: 20px 2px;
}
.work_slider {
    padding: 40px 0;
}