@charset "UTF-8";

body{
  margin: 0;
  padding: 0;
  font-family:'Hannotate SC', 'ヒラギノ丸ゴ Pro', 'HanziPen SC', 'TsukuARdGothic-Regular';
  box-sizing: border-box;
}

a{
  text-decoration: none;
}


p{
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.left{text-align: left;}

img{width: 100%;}

.inner{
    max-width: 1000px;
    margin: 0 auto;
}

.ho{
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;

  padding: 30px 0 60px;
  border-top: 4px dotted #b0b0b0;
  border-bottom: 4px dotted #b0b0b0;
  margin: 40px 0;
}

.title{margin: 20px 0 20px; }


@media screen and (max-width: 1000px){
  .inner{padding:0 5%;}
}

@media screen and (max-width: 767px){
  .title{margin: 0px 0 10px; }

  p{
    font-size: 12px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 450px){
  p{
    font-size: 10px;
  }
  .ho{padding: 30px 0 30px;}
}




/*------ヘッダー-----*/
header{
  display: flex;
  justify-content:space-between;
  align-items: center;
  background-color: #ffffff;
  position: sticky; 
  top: 0;
  height: 100px;
  max-width: 1200px;
  border-bottom: 3px solid #000;
  margin: 0 auto;
}

.h-logo{
  width: 300px;
  margin-left: 10px;
}

.h-group{
  display: flex;
  justify-content:space-between;
  align-items: center;
}

.tel{margin-right: 20px;}
.tel h3{
  font-size: 30px;
  line-height: 1.3;
  margin: 0;
}
.tel p{
  text-align: right;
  line-height: 1.3;
  margin: 0;
}

.sns{
  display: flex;
  justify-content: space-between;
}

.sns a{
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
}
.sns a:hover{background-color: #c7eaff;}
.sns a img{width: 50px;}

@media screen and (max-width: 900px){
  .h-logo{width: 280px;}
  .tel h3{
    font-size: 22px;
    margin: 0 0 0 5px;
  }
  .sns a{
    margin-right: 5px;
    width: 40px;
    height: 40px;}
  .sns a img{width: 40px;}
}

@media screen and (max-width: 767px){
  header{
    display: block;
    height: 135px;
    padding-top: 20px;
  }
  .h-logo{
    display: block;
    width: 260px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .tel h3{font-size: 18px;}
  .sns a{margin-right: 7px;}
  .sns a img{width: 40px;}
}

@media screen and (max-width: 400px){
  .tel h3{font-size: 17px;}
}



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

.main{
  max-width: 1200px;
  margin: 0 auto;
}
.mv{
  border-bottom: 3px solid #000;
	width: 100%;
}
.under{
  width: 100px;
  margin: -60px auto 30px;
  display: block;
}
@media screen and (max-width: 767px){
  .under{
    width: 50px;
    margin: -30px auto 0px;
    display: block;
  }
}


/*------about-----*/
.small{
  width: 500px;
  margin: 20px auto 60px;
  display: block;
}

.bold{
  font-size: 20px;
  font-weight:bolder;
  padding:0;
  background-color: rgb(255, 255, 255);
  color:rgb(0, 0, 0);
}
@media screen and (max-width: 767px){
  .small{width: 90%;}
  .bold{font-size: 16px;}
}


/*------職員紹介-----*/
.staff{
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}

.staff img{
  display: block;
  width: 200px;
  margin: 0 30px 0 0;
  height: 100%;
}
@media screen and (max-width: 767px){
  .staff img{width: 150px;}
}
@media screen and (max-width: 500px){
  .staff img{width: 120px;}
}

/*------できること-----*/
.check{
  display: flex;
  align-items: center;
}
.check img{width: 44px; margin-right: 5px;}
.check p{margin: 10px 0; text-align: left;}
@media screen and (max-width: 767px){
  .check img{width: 30px; margin-right: 5px;}
}


/*------サービス内容-----*/
.boder{
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.boder h3{
  line-height: 1;
  font-size: 30px;
}
.boder p{font-size: 20px;}

.boder2{
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.boder2 h1{color: red;}
.boder2 p{font-size: 16px;}

.sub{
  text-align: center;
  margin: 60px 0 20px;
  font-size: 25px;
}

.contents{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.contents p{
  text-align: left;
  line-height: 1.5;
}
.contents img{
  width: 20%;
  margin-right: 20px;
}

h2{
  line-height: 0;
  margin: 10px 0 50px;
}

.catch {
  display: flex;
  align-items: center;
  margin: 30px 0 0 ; 
}
.catch p{line-height: 0; margin: 0;}
.catch:after {
  border-top: 1px solid;
  content: "";
  width: 85%; 
}
.catch:after {
  margin-right: 1em; /* 文字の右隣 */
}


@media screen and (max-width: 767px){
  .boder h3{
    line-height: 1;
    font-size: 14px;
  }
  .boder p{font-size: 11px;}

h2{
  font-size: 20px;
  margin: 10px 0 25px;
}
.catch {margin: 20px 0 0 ; }
.catch:after {width: 60%; }
.contents img{
  width: 25%;
  height: 100%;
  margin-right: 15px;
}
}






/*----会社案内-----*/

.btn{
  display: block;
  margin: 0 auto 70px;
  max-width: 400px;
  line-height: 3;
  border-radius: 25px;
  border: 1px solid #000000;
  background-color: #c7eaff;
  color: #000;
  text-align: center;
  }
.btn:hover{background-color: #e8eebd;}

.l-logo{
  display: block;
  width: 200px;
  margin: 0 auto;
}

.copy{
  margin: 50px auto;
  font-size: 25px;
  font-family: serif;
  text-align: center;
  letter-spacing: 0.2em;
  color: rgb(121, 121, 121);
}


@media screen and (max-width: 767px){
  .copy{font-size: 18px;}
}

@media screen and (max-width: 500px){
  .l-logo{width: 150px;}
  .copy{font-size: 14px;}
}


/*------お問い合わせ-----*/

table {
	width: 100%;
  text-align: left;
	font-size: 15px;
	line-height: 1.5;
	border-left: 1px solid #4d4d4d;;
	border-bottom: 1px solid #4d4d4d;;	
  margin-top: 20px;
}

tr {
	width: 100%;
}

th, td {
	border-top: 1px solid #4d4d4d;;
	border-right: 1px solid #4d4d4d;
  background-color: #fff;
	padding: 1.5em;
  box-sizing: border-box;
  font-weight: normal;
}

th {
	width: 25%;
	vertical-align: middle;
  background-color: #EDF6FC;
}


td p{
  line-height: 1.5;
  margin: 10px 0 0;
}


input[type='text'], textarea {
	min-width: 97%;
	padding: 0.5em;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
}

input.short {
  min-width: initial;
}

.mb1em{
  margin: 15px 0;
}


textarea {
  min-width: 97%;
	min-height: 120px;
	line-height: 1.5;
}

.submit-btn {
	font-size: 16px;
  font-weight: bold;
	background-color: #000000;
	text-align: center;
	color: #fff;
	height: 60px;
	line-height: 60px;
	display: block;
	width: 230px;
	margin: 40px auto 0;
	border: none;
	cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
	background-color: #ffffff;
  border: 2px solid #000;
  color: #000;
}

span{
  font-size: 12px;
  font-weight: bold;
  padding:3px 3px 4px 4px;
  background-color: red;
  color:rgb(255, 255, 255);
}

h5{
  margin-top: 50px;
  text-align: center;
  font-size: 25px;
}

.about_privacy p{
  font-size: 18px;
}
.privacy {
  background-color: #f0f0f0;
  padding: 30px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin: 50px auto 50px;
  max-width: 640px;
  }


@media screen and (max-width: 767px){
  h1{font-size: 30px;}

  .back_blue .box{
    margin: 0;
    padding: 0;
    width: 100%;
  }

  table{
		margin: 30px 0;
    border-left: none;
	}

  th, td {
		display: block;
		width: 100%;
    border-right: none;
		font-size: 13px;
		padding: 1.2em 0.8em;
	}


	.submit-btn {
		font-size: 18px;
		height: 60px;
		line-height: 40px;
		width: 50%;
    margin-bottom: 30px;
	}

  span{font-size: 8px;}

  .privacy {
    max-width: 480px;
    padding: 20px 10px;
    font-size: 13px;
    margin: 0 auto 30px;
  }
  
  .about_privacy p{
    font-size: 12px;
    margin-bottom: 30px;
  }




  #page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
  }
  #page_top a{
    width: 80px;
    height: 80px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f139';
    font-size: 60px;
    color: #4e4e4e;
  }
}




/*------サンクス-----*/

h1{
  text-align: center;
}
.thanks{margin-top: 100px;}
.back_top{
  display: block;
  width: 250px;
  line-height: 70px;
  background-color: #000000;
  margin: 50px auto 70px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  transition: .4s;
}

.back_top:hover{
  background-color: #ffffff;
  border: 2px solid #000;
  color: #000;
}


/*------フッター-----*/
footer{
  max-width: 1400px;
  margin: 0 auto;
}
.boder-top{
  border-top: 2px solid #000;
  margin-top: 80px;
  padding-top: 40px;
}
.f-contact{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-logo{
  width: 150px;
  margin: 0 10px;
}
.cap{
  line-height: 1;
  color: #626262;
  margin-top: 10px;
}
h4{
  font-size: 25px;
  margin: 0 auto;
  line-height: 1;
}
.date{display: flex;}
.date p{
  text-align: left;
  line-height: 1.5;
  margin-right: 20px;
}
.boder-bottom{
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.earth{
  margin: 0;
  width: 30%;
}


iframe{
  width: 100%;
  margin: 30px 0 0;
  height: 300px;
}

@media screen and (max-width: 767px){
  .f-contact{
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .cap{margin-top: 1px;}
  h4{
    font-size: 18px; 
    text-align: center;
    margin: 15px auto;
  }
  .f-logo{margin: 0 auto;}
  .date p{margin: 0 0 0 12px;}
  .earth{display: none;}

}


.insta img{
  width: 100px;
  height: 100px;
  opacity: 0.8;
}
.insta{
  position: fixed;
  right: 20px;
  bottom: 20px;
  }