/* Scss Document */
/* Scss Document */
#philosophy {
  padding: 60px 0;
}
#philosophy .lead {
  margin-bottom: 55px;
  font-size: 1.4rem;
  line-height: 2.0;
  text-align: center;
}

#profile, #profile3 {
	padding-top: 60px;
	padding-right: 0;
	padding-left: 0;
	background: #F3F3F3;
}
#profile .lead2, #profile2 .lead2 {
  margin-bottom: 55px;
  font-size: 2.2rem;
  line-height: 2.0;
  text-align: center;
  font-weight: 500;
  color: #004E6A;
}
#profile .mttl, #profile2 .mttl {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: center;
}
#profile .table_a td .group, #profile2 .table_a td .group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#profile .table_a td .group li, #profile2 .table_a td .group li {
  width: 183px;
  margin-bottom: .5em;
}

#access {
  padding: 60px 0;
}
#access .gmap {
  width: 100%;
  margin-bottom: 20px;
}
#access address {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}

.content .mttl {
  margin-bottom: 5.0rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

#contact {
	background: #F3F3F3;
	padding-bottom: 60px;
}
#contact .text_red {
  color: #8C0000;
}
#contact p {
  margin-bottom: 2em;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
}
#contact .table_a {
  width: 1000px;
  margin: 0 auto 40px;
}
#contact .table_a th {
  width: 250px;
  vertical-align: top;
}
#contact .table_a input[type="text"] {
  width: 356px;
  padding: .5em;
}
#contact .table_a input.zip {
  width: 150px;
  padding: .5em;
}
#contact .table_a textarea {
  width: 550px;
  padding: .5em;
  line-height: 1.6;
}
#contact .btn {
  text-align: center;
}
#contact .btn input, #contact .btn a {
  display: inline-block;
  width: 350px;
  margin: 0 2em;
  padding: .5em 0;
  background: url(../images/contact/contact_arrow.png) right 20px top 50% no-repeat, url(../images/common/bg_black.png);
  border: none;
  color: #FFF;
  font-size: 2.0rem;
  letter-spacing: .2em;
  cursor: pointer;
}
#contact .btn input:hover, #contact .btn a:hover {
  opacity: .6;
  transition: .5s;
}
.error {
	color: #FF0004;
}
.input_name {  width: 356px;
  padding: .5em;}
.inputarea_zip {  width: 150px!important;
  padding: .5em;}

@media screen and (max-width: 640px) {
  #philosophy {
    padding: 10vw 0;
  }
  #philosophy .lttl .en img.sp {
    width: 100%;
    margin: 0 auto;
  }
  #philosophy .lead {
    margin-bottom: 8.33vw;
    font-size: 3.3333333333vw;
    text-align: left;
  }

  #profile, #profile2 {
    padding: 10vw 0;
  }
  #profile .lead2, #profile2 .lead2 {
    margin-bottom: 8.33vw;
    font-size: 3.3333333333vw;
    text-align: left;
    color: #004E6A;
    font-weight: 600;
  }
  #profile .mttl, #profile2 .mttl {
    font-size: 5vw;
    letter-spacing: .1em;
  }
  #profile .table_a td .group li, #profile2 .table_a td .group li {
    width: 100%;
  }

  #access {
    padding: 10vw 3.33vw;
  }
  #access .gmap {
    height: 83.33vw;
    margin-bottom: 3.33vw;
  }
  #access address {
    font-size: 3.3333333333vw;
  }
	#contact p {
    font-size: 3.3333333333vw;
    text-align: left;
    line-height: 1.6;
	   font-weight: 400;
  }
  #contact .table_a {
    width: 100%;
    margin: 0 auto 10vw;
  }
  #contact .table_a th {
    width: 7em;
  }
  #contact .table_a input[type="text"] {
    width: 100%;
  }
  #contact .table_a textarea {
    width: 100%;
  }
  #contact .btn {
    text-align: center;
  }
  #contact .btn input, #contact .btn a {
    width: 100%;
    margin: 0 0 3.3333333333vw 0;
    background-size: 2.5vw, 4px;
    font-size: 5vw;
    letter-spacing: 0;
  }
.input_name {  width: 100%!important;}
.inputarea_zip {  width: 100%m!important;}
	
}
