@charset "utf-8";

.mainVisual {
  background: url("../img/mainVisual_pc.jpg") center top no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width:1200px){
  .mainVisual {
    background: url("../img/mainVisual_pc.jpg") center top 80px no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
  }
}

@media screen and (max-width:1000px){
  .mainVisual {
    background: url("../img/mainVisual_sp.jpg") center top no-repeat;
    background-size: 100% auto;
    background-attachment: scroll;
  }
}


.article section {
  padding: 6% 0;
}

.article .inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.article h4 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.article h4 p {
  margin-top: 0.5em;
  font-size: 73%;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width:800px){
  .article h4 {
    font-size: 27px;
  }
}

@media screen and (max-width:600px){
  .article section {
    padding: 12% 0;
  }
  .article h4 {
    font-size: 24px;
  }
}

@media screen and (max-width:420px){
  .article h4 {
    font-size: 21px;
  }
}

.catch h3 img {
  display: block;
  width: 281px;
  height: 67px;
  margin: 0 auto 1em;
}
.catch h3 p {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width:800px){
  .catch h3 img {
    width: 250px;
    height: 60px;
  }
  .catch h3 p {
    text-align: center;
    font-size: 26px;
  }
}

@media screen and (max-width:600px){
  .catch h3 img {
    width: 220px;
    height: 52px;
  }
  .catch h3 p {
    text-align: center;
    font-size: 22px;
  }
}

@media screen and (max-width:420px){
  .catch h3 img {
    width: 190px;
    height: 45px;
  }
  .catch h3 p {
    text-align: center;
    font-size: 18px;
  }
}

.phylosophy,
.info {
  background: #f7f7f7;
}

.phylosophy .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 3% auto 0;
}
.phylosophy .card {
  width: 32.5%;
  padding: 1em 1.5em;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0,0,0,.05),
    -10px 10px 10px rgba(0,0,0,.05),
    0px -10px 10px rgba(0,0,0,.05);
}
.phylosophy .num {
  text-align: center;
  color: #ef3e2d;
  font-size: 18px;
  font-weight: 700;
}
.phylosophy h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.phylosophy .tx {
  margin-top: 1em;
  color: #555555;
  font-size: 14px;
}

@media screen and (max-width:800px){
  .phylosophy .card {
    width: 100%;
    margin: 1% 0;
  }
}

.greeting .wrap {
  width: 100%;
  margin: 0;
  justify-content: space-between;
  align-items: flex-end;
}
.greeting .txSet {
  display: block;
  width: 50%;
}
.greeting .phSet {
  display: block;
  width: 32%;
}
.greeting .phSet_sp {
  display: none;
}
.greeting .txSet .wrap {
  display: block;
}
.greeting .txSet h4 {
  width: 70%;
  padding: 0 0 0.75em;
  text-align: left;
  color: #ef3e2d;
  border-bottom: 1px solid #b7b7b7;
}
.greeting .txSet h4 p {
  color: #000;
}
.greeting .txSet h5 {
  margin-top: 1.5em;
  font-size: 24px;
}
.greeting .tx {
  margin-top: 1em;
  font-size: 14px;
  color: #555555;
}
.greeting .signature {
  margin-top: 1em;
  text-align: right;
  color: #555555;
}

@media screen and (max-width:1000px){
  .greeting .phSet {
    width: 42%;
  }
}

@media screen and (max-width:800px){
  .greeting .txSet {
    width: 100%;
  }
  .greeting .txSet .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 0;
  }
  .greeting .txSet h4 {
    width: 55%;
  }
  .greeting .txSet h5 {
    font-size: 22px;
  }
  .greeting .phSet {
    display: none;
  }
  .greeting .phSet_sp {
    display: block;
    width: 40%;
  }
}

@media screen and (max-width:600px){
  .greeting .txSet h5 {
    font-size: 20px;
  }
}

@media screen and (max-width:420px){
  .greeting .txSet h5 {
    font-size: 18px;
  }
}

.info table {
  width: 100%;
  margin: 1em 0;
  border-collapse: separate;
  border-spacing: 2px;
}
.info th,
.info td {
  padding: 1em 2.5em;
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
}
.info th {
  text-align: left;
}
.info td {
  color: #555555;
}
.info a {
  color: #000;
}
.info i {
  margin-left: 0.5em;
}

@media screen and (max-width:640px){
  .info th,
  .info td {
    padding: 1em 1.5em;
    font-size: 13px;
  }
}

.maps .wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.maps .mapSet {
  width: 48%;
  margin: 0;
}
.maps .mapSet p {
  margin: 0 0 0.5em;
}

@media screen and (max-width:640px){
  .maps .mapSet {
    width: 100%;
    margin: 2% 0;
  }
}

.btnSet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin: 1.5em 0 3em;
}
.btn_contact {
  position: relative;
  display: block;
  width: 250px;
  height: 64px;
  margin: 1.5em 0;
  line-height: 64px;
  letter-spacing: 0.1em;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-align: center;
  color: #ef3e2d;
  border: 1px solid #ef3e2d;
  transition: .25s;
}
.btn_contact:hover {
  color: #fff;
}
.btn_contact p {
  position: relative;
  z-index: 2;
}
.btn_contact i {
  position: absolute;
  top: 0;
  right: 1em;
  line-height: 64px;
}
.btn_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #ef3e2d;
  transition: .25s;
}
.btn_contact:hover::before {
  width: 100%;
}



.newsBox {
    background-color: #fff;
    padding: 5%;
    margin-top: 40px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.05), -10px 10px 10px rgba(0,0,0,.05), 0px -10px 10px rgba(0,0,0,.05);
    background: #fff;
    overflow: hidden;
    z-index: 2;
    line-height: 2;
}
.newsImg {
    margin-bottom: 40px;
    width: 85%;
}
.newsBox video {
    width: 60%;
}

@media screen and (max-width:640px){
    .second {
	margin-top: 40px;
    }
    .newsBox video {
    width: 100%;
}
}
