@charset "utf-8";

@media (max-width: 800px) {
#slide .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 3px;
	width: 100%;
}
#slide {
	width:100%;
	margin: 0 auto 0;
	height:320px;
}
#slide .bxslider .img01 {
	background:url(../img/main02_sp_n.jpg) no-repeat 50%;
  background-size: cover;
}
#slide .bxslider .img02 {
	background:url(../img/main01_sp_n.jpg) no-repeat 50%;
  background-size: cover;
}
#slide .bxslider > div {
	width:100%;
	height:320px;
	margin:0 auto;
	display:block;
  position: relative;
}
#slide .bxslider div .more {
  position: absolute;
  bottom: 8px;
  left: 0px;
}
#slide .bxslider div .more img {
  width: 80%;
  margin: 0 auto;
}
}
@media (min-width: 801px) {
#slide .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
#slide {
	width:100%;
	margin: 0 auto 0;
	height:600px;
}
#slide .bxslider .img01 {
	background:url(../img/main02_pc_n.jpg) no-repeat 50%;
}
#slide .bxslider .img02 {
	background:url(../img/main01_pc_n.jpg) no-repeat 50%;
}
#slide .bxslider > div {
	width:100%;
	height:600px;
	margin:0 auto;
	display:block;
}
#slide .bxslider div .more {
  position: relative;
  width: 1200px;
	height:600px;
  margin: 0 auto;
}
#slide .bxslider div .more a {
  position: absolute;
  bottom: 90px;
  left: 0px;
}
}
/*************************************************
.topLead
*************************************************/
.topLead .leadWrap {
  background-color: rgba(255,255,255,.8);
  text-align: left;
}
.topLead .leadWrap h2 {
  color: #3768CC;
  font-weight: bold;
}
.topLead .leadWrap h3 {
  line-height: 0.8;
}
.topLead .leadWrap h3 span {
  font-family: 'Oswald', sans-serif;
  color: #3768CC;
}
@media (max-width: 800px) {
.topLead {
  background-image: url(../img/topLead_bg_sp.jpg);
  background-position: 0 0;
  background-size: cover;
  padding: 150px 15px 10px;
}
.topLead .leadWrap {
  padding: 15px;
}
.topLead .leadWrap h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.topLead .leadWrap h3 {
  font-size: 2.6rem;
  margin-bottom: 10px;
    
}
.topLead .leadWrap h3 span {
  font-size: 1.4rem;
}
.topLead .leadWrap p {
  font-size: 1.1rem;
  margin-bottom: 50px;
}
}
@media (min-width: 801px) {
.topLead {
  background-image: url(../img/topLead_bg_pc.jpg);
  background-position: center center;
  min-height: 200px;
  padding-bottom: 50px;
}
.topLead .leadWrap {
  width: 700px;
  padding: 90px 50px 30px;
}
.topLead .leadWrap h2 {
  font-size: 3.0rem;
  margin-bottom: 80px;
}
.topLead .leadWrap h3 {
  font-size: 4.6rem;
  margin-bottom: 20px;
    
}
.topLead .leadWrap h3 span {
  font-size: 2.0rem;
}
.topLead .leadWrap p {
  margin-bottom: 50px;
}
}
/*************************************************
.topPoint
*************************************************/
.topPoint {
  background-color: #3769CD;
  color: #FFF;
}
.topPoint h2 span {
  font-family: 'Oswald', sans-serif;
}
.topPoint ul li {
  text-align: left;
}
.topPoint ul li {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.topPoint ul li.point01 {
  background-image: url(../img/point01.jpg);
}
.topPoint ul li.point02 {
  background-image: url(../img/point02.jpg);
}
.topPoint ul li.point03 {
  background-image: url(../img/point03.jpg);
}
.topPoint ul li.point04 {
  background-image: url(../img/point04.jpg);
}
.topPoint ul li h3 {
  line-height: 1.2;
  margin-bottom: 20px;
}
.topPoint ul li > div p {
  margin-bottom: 1em;
}
@media (max-width: 800px) {
.topPoint > div {
  padding: 30px 15px;
}
.topPoint h2 span {
  font-size: 1.2rem;
}
.topPoint ul li {
  padding-top: 40px;
  padding-left: 20px;
  background-size: auto 70px;
  margin-bottom: 30px;
}
.topPoint ul li h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
.topPoint ul li > div .small {
  font-size: 1.2rem;
}
}
@media (min-width: 801px) {
.topPoint > div {
  padding: 50px 0px;
}
.topPoint h2 {
  margin-bottom: 50px;
}
.topPoint h2 span {
  font-size: 1.4rem;
}

.topPoint ul {
  position: relative;
  width: 1100px;
  height: 1100px;
  margin: 0 auto;
}
.topPoint ul li {
  width: 500px;
  height: 350px;
  position: absolute;
}
.topPoint ul li.point01 {
  top: 0px;
  left: 0px;
}
.topPoint ul li.point02 {
  height: 500px;
  top: 100px;
  right: 0px;
}
.topPoint ul li.point03 {
  top: 450px;
  left: 0px;
}
.topPoint ul li.point04 {
  top: 650px;
  right: 0px;
}
.topPoint ul li > div {
  padding-top: 80px;
  padding-left: 50px;
}
.topPoint ul li > div .small {
  font-size: 1.4rem;
}
.topPoint ul li h3 {
  font-size: 3.0rem;
}
}

/*************************************************
.topTokucho
*************************************************/
.topTokucho {
  background-color: #2851A4;
}
.topTokucho .goFlow {
  clear: both;
  color: #FFF;
}
.topTokucho .goFlow a {
  border: 3px solid #FFF;
  border-radius: 8px;
  font-weight: bold;
  color: #FFF;
  display: block;
}
.topTokucho .goFlow a:hover {
  background-color: #3769CD;
  color: #FFF;
}
@media (max-width: 800px) {
.topTokucho > div {
  padding: 30px 15px;
}
.topTokucho .col3 ul li {
  float: left;
  width: 33.3%;
}
.topTokucho .col2 ul li {
  float: left;
  width: 50%;
}
.topTokucho .col2 {
  width: 66.6%;
  margin: 0 auto;
}
.topTokucho .goFlow {
  padding: 50px 0 0;
}
.topTokucho .goFlow p {
  width: 80%;
  margin: 0 auto;
  font-size: 2.0rem;
}
.topTokucho .goFlow p a {
  padding: 15px;
}
}
@media (min-width: 801px) {
.topTokucho > div {
  padding: 80px 0;
}
.topTokucho .col3 {
    float: left;
  margin-left: 20px;
}
.topTokucho .col2 {
    float: left;
}
.topTokucho div ul li {
  float: left;
  width: 205px;
  padding: 10px;
  text-align: center;
}
.topTokucho .goFlow {
  padding: 80px 0 0;
}
.topTokucho .goFlow p {
  font-size: 3.0rem;
  width: 800px;
  margin: 0 auto;
}
.topTokucho .goFlow a {
  padding: 20px 30px;
}
}

/*************************************************
.topInterview
*************************************************/
.topInterview {
  background-color: #F2F2F2;
}
.topInterview h2 {
  color: #3768CC;
  font-weight: bold;
  line-height: 1.2;
}
.topInterview h2 span {
  font-family: 'Oswald', sans-serif;
}
.topInterview .col2 .addr {
  text-align: left;
}
.topInterview .col2 .meguro {
  background-image: url(../img/meguroBg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.topInterview .col2 .akasaka {
  background-image: url(../img/akasakaBg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.topInterview .col2 .addr h3 {
  color: #3769CD;
}

@media (max-width: 800px) {
.topInterview > div {
  padding: 30px 15px;
}
.topInterview h2 {
  font-size: 2.6rem;
  margin-bottom: 30px;
}
.topInterview h2 span {
  font-size: 1.2rem;
}
.topInterview .lead {
  margin-bottom: 30px;
}
.topInterview .col2 > div {
  margin-bottom: 30px;
}
.topInterview .col2 .addr {
  padding-top: 40px;
  padding-left: 30px;
  background-size: auto 40%;
}
.topInterview .col2 .addr h3 {
  font-size: 2.6rem;
}
}
@media (min-width: 801px) {
.topInterview > div {
  padding: 80px 0;
}
.topInterview h2 {
  font-size: 3.6rem;
  margin-bottom: 50px;
}
.topInterview h2 span {
  font-size: 1.4rem;
}
.topInterview .lead {
  margin-bottom: 50px;
}
.topInterview .col2 {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
.topInterview .col2 > div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.topInterview .col2 .addr {
  padding-top: 80px;
  padding-left: 50px;
}
.topInterview .col2 .addr h3 {
  font-size: 3.0rem;
}
}

/*************************************************
.topSearch
*************************************************/
.topSearch {
}
.topSearch h2 {
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	background-color: #F1EAE5;
}
@media (max-width: 800px) {
.topSearch > div {
	padding: 30px 15px;;
}
}
@media (min-width: 801px) {	
.topSearch {
	min-width: 1200px;
}
.topSearch > div {
	padding: 50px 0;
}
}





