@charset "utf-8";

.main-visual {
  width: 100%;
  background: url("../images/index/main-visual.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.introduction-area {
  margin-bottom: 50px;
}

.introduction-area .title,
.profile-area .title {
  width: calc(100% - 30px);
  margin: 0 auto 30px;
  font-size: 2.4rem;
  color: #007196;
  overflow: hidden;
  text-align: center;
}

.introduction-area .title span,
.profile-area .title span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

.introduction-area .title span::before,
.introduction-area .title span::after,
.profile-area .title span::before,
.profile-area .title span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #007196;
}

.introduction-area .title span::before,
.profile-area .title span::before {
  right: 100%;
}

.introduction-area .title span::after,
.profile-area .title span::after {
  left: 100%;
}

.introduction-list li:nth-child(1) {
  background: url("../images/index/introduction-list-bg01.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.introduction-list li:nth-child(2) {
  background: url("../images/index/introduction-list-bg02.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.introduction-list li:nth-child(3) {
  background: url("../images/index/introduction-list-bg03.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.introduction-list li:nth-child(4) {
  background: url("../images/index/introduction-list-bg04.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.introduction-list li {
  width: 100%;
  float: left;
  position: relative;
  background: #ccc;
}

.introduction-list li:before {
  content: "";
  display: block;
  padding-top: 85%;
}

.introduction-list a {
  padding: 8% 10%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.introduction-list a:hover {
  opacity: .7;
}

.introduction-list .title2 {
  max-width: 300px;
  margin: 0 auto 6%;
  padding-bottom: 10px;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  border-bottom: 2px dashed #fff;
  position: relative;
}

.introduction-list .sub-title {
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -6px;
}

.introduction-list .text {
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W5";
  font-weight: 700;
}

.introduction-list .arrow , .reqruit-area .arrow {
  max-width: 80%;
  height: 7%;
  margin: 0 auto;
  position: absolute;
  background: #fff;
  border-radius: 15px;
  right: 0;
  bottom: 7%;
  left: 0;
}

.introduction-list .arrow:after , .reqruit-area .arrow:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-color: #1a9fc8 transparent transparent transparent;
  border-style: solid;
  border-width: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.reqruit-area {
    padding: 30px;
    border: 1px solid #0C87D3;
    position: relative;
}

.reqruit-area a {
    display: block;
    color: #666;
}

.reqruit-area a:hover {
  opacity: .7;
}

.reqruit-area .text {
    padding-bottom: 60px;
}

.reqruit-area .arrow {
  background: #1a9fc8;
  border-radius: 15px;
  max-width: 380px;
  width: 80%;
  border-radius: 20px;
  height: 40px;
}

.reqruit-area .arrow:after {
  border-color: #fff transparent transparent transparent;
}

.reqruit-area .title2 {
  padding-bottom: 10px;
  font-size: 3.0rem;
  line-height: 2em;
  color: #666;
  text-align: center;
  position: relative;
}

.reqruit-area .title2.bdr_title2 {
  border-bottom: 2px dashed #666;
  margin-bottom: 20px;
}

.profile-area {
  padding: 30px 0;
  background: #ebebeb;
}

.form-area {
    padding: 60px 0;
}

.form .required:after {
  content: "[必須]";
  margin-left: 10px;
  font-size: inherit;
  color: red;
  display: inline-block;
}

.form select,
.form input[type="text"],
.form textarea {
  width: 100%;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form textarea {
  min-height: 200px;
  resize: vertical;
}

.form input[type="text"],
.form textarea {
  background: #eaeaea;
  border: none;
}

.form-area .link {
  color: inherit;
  text-decoration: underline;
}

.form-area .submit-btn {
  font-family: inherit;
  color: #1a9fc8;
  font-weight: bold;
  display: block;
  border: none;
  background: #dcf3f9;
  cursor: pointer;
}

.form-area .title {
    text-align: center;
}

@media (max-width: 600px) {

  .h-description {
    width: 100%;
    padding: 12px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background: #1aa0c9;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main-visual {
    height: 350px;
  }

  .main-message-area {
    padding: 15px;
  }

  .main-message-area img {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .main-message-area .title {
    margin-bottom: 10px;
    font-size: 2.0rem;
    color: #1a9fc8;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W5";
    font-weight: 700;
  }

  .main-message-area .text {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .news-area {
    margin-bottom: 50px;
    background: #dcf3f9;
  }

  .news-area .title {
    padding: 10px 5px;
    font-size: 2.4rem;
    color: #1cc0dc;
    text-align: center;
  }

  .news-area .post-list {
    padding: 15px 10px;
    color: #666;
    background: #1cc0dc;
  }

  .news-area .post {
    margin-bottom: 14px;
  }

  .news-area .post-date {
    line-height: 1;
    display: block;
  }

  .news-area .post-title {
    color: #666;
    display: inline-block;
    font-family: "ヒラギノ角ゴ Pro W5";
    font-weight: 700;
    text-decoration: underline;
  }

  .news-area li.post-title {
    text-decoration: none;
  }

  .reqruit-area {
      width: calc(100% - 60px);
      padding: 15px;
      margin: 0 auto 50px;
  }

  .reqruit-area .title2 {
    font-size: 2.0rem;
  }

  .profile-table {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }

  .profile-table th,
  .profile-table td {
    padding: 5px 8px;
    width: 100%;
    display: block;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .profile-table th {
    background: #fff;
  }

  .profile-table td {
    margin-bottom: 8px;
  }

  .google-map, .facebook {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
  }

  .google-map:before,  .facebook:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .google-map iframe,  .facebook iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .form-area .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #1a9fc8;
    font-weight: bold;
  }

  .form-area .sub-title{
      font-weight: bold;
      font-size: 1.4rem;
      color: #1a9fc8;
  }

  .form-area {
    margin-bottom: 50px;
    padding: 30px 15px;
  }

  .form-area .title {
    text-align: center;
  }

  .form-area dl {
    font-size: 1.4rem;
  }

  .form-area dd {
    margin-bottom: 15px;
  }

  .form select,
  .form input[type="text"],
  .form textarea {
    padding: 8px;
    font-size: 1.4rem;
  }

  .form-area .text2 {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2.2;
  }

  .form-area .submit-btn {
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
    line-height: 40px;
    display: block;
  }

}

@media (min-width: 601px) {
  .main-visual {
    height: 650px;
  }

  .main-message-area {
    height: 405px;
    background: url("../images/index/main-message-area-bg.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
  }

  .main-message-area .inner {
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-message-area .title {
    margin-bottom: 10px;
    font-size: 3.0rem;
    color: #1a9fc8;
    font-family: "ヒラギノ角ゴ Pro W5";
    font-weight: 700;
  }

  .main-message-area .text {
    width: 635px;
    font-size: 1.4rem;
  }

  .news-area {
    height: 320px;
    margin-bottom: 100px;
    background: #dcf3f9 url("../images/index/news-area-bg.jpg") no-repeat center;
    position: relative;
  }

  .news-area .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: #D1E8F7;
  }

  .news-area .inner {
    width: 1300px;
    height: 320px;
    margin: 0 auto;
    position: relative;
    display: table;
  }

  .news-area .title {
    width: 350px;
    padding-left: 30px;
    font-size: 2.4rem;
    color: #1cc0dc;
    vertical-align: middle;
    display: table-cell;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .news-area .post-list {
    color: #666;
    vertical-align: middle;
    display: table-cell;
  }

  .news-area .post + .post {
    margin-top: 20px;
  }

  .news-area .post-date {
    width: 140px;
    display: inline-block;
    float: left;
  }

  .news-area .post-date:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 28px;
    border-color: transparent transparent transparent #c1db81;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
  }

  .news-area .post-title {
    max-width: 630px;
    color: #666;
    font-family: "ヒラギノ角ゴ Pro W5";
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
  }

  .news-area li.post-title {
    text-decoration: none;
  }

  .news-area .post-list a:hover {
    text-decoration: none;
  }

  .introduction-area {
    margin-bottom: 100px;
  }

  .introduction-area .title,
  .profile-area .title {
    width: 1000px;
    font-size: 3.2rem;
  }

  .introduction-list li {
    width: 25%;
  }

  .introduction-list li:before {
    padding-top: 106.67%;
  }

  .introduction-list .title2 {
    font-size: 3.0rem;
  }

  .introduction-list .sub-title {
    font-size: 1.6rem;
    bottom: -3px;
  }

  .introduction-list .text {
    font-weight: 300;
  }

  .reqruit-area  {
    width: 940px;
    margin: 0 auto 100px;
    }

  .profile-area {
    padding: 80px calc((100% - 1400px) / 2);
  }

  .profile-table {
    width: 50%;
    float: left;
  }

  .profile-table th,
  .profile-table td {
    padding: 8px 5px;
    font-weight: 300;
  }

  .profile-table tr:nth-child(2n - 1) th,
  .profile-table tr:nth-child(2n - 1) td {
    background: #fff;
  }

  .google-map {
    width: calc(50% - 270px);
    float: right;
    margin-left: 10px;
  }

  .google-map iframe {
    width: 100%;
    height: 500px;
  }

  .facebook {
    width: 250px;
    float: right;
    margin-left: 10px;
  }

  .facebook iframe {
    width: 100%;
    height: 500px;
  }

  .form-area .title{
    font-size: 2.6rem;
    color: #1a9fc8;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
  }

  .form-area .sub-title{
      font-weight: bold;
      font-size: 2rem;
      color: #1a9fc8;
  }

  .form-area {
    width: 940px;
    margin: 0 auto 80px;
  }

  .form-area .title:after {
    content: "";
    width: 245px;
    height: 55px;
    margin: auto 0 auto 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .form {
    width: 800px;
    margin: 0 auto 50px;
  }

  .form dt {
    width: 280px;
    margin-bottom: 30px;
    padding: 10px 30px 10px 0;
    font-size: 1.8rem;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
  }

  .form dd {
    width: 800px;
    margin-bottom: 32px;
    padding-left: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form select,
  .form input[type="text"],
  .form textarea {
    padding: 14px;
    font-size: 1.8rem;
  }

  .form-area .text2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.2;
  }

  .form-area .link:hover {
    text-decoration: none;
  }

  .form-area .submit-btn {
    width: 480px;
    height: 60px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 60px;
  }

  .form-area .submit-btn:hover {
    opacity: .7;
  }

}
