/* Scss Document */
.mainContent .container {
  width: 1000px;
}

@media screen and (max-width: 1050px) {
  .mainContent .container {
    width: 94%;
  }
}

.mainContent h3 {
  font-size: 30px;
  line-height: 0.7;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mainContent h3 {
    font-size: 20px;
    line-height: 1.0;
    padding-bottom: 15px;
  }
}

.mainContent h3:before {
  content: '';
  height: 5px;
  width: 5px;
  background: #00bfbf;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.mainContent h3 span {
  font-size: 12px;
}

.titleArea .titleImage {
  background-image: url(../images/pic_index01.jpg);
}

.feature {
  margin-top: -50px;
  padding: 120px 0 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(31, 219, 210, 0.05)), to(rgba(44, 141, 221, 0.05)));
  background: -webkit-linear-gradient(left, rgba(31, 219, 210, 0.05), rgba(44, 141, 221, 0.05));
  background: -o-linear-gradient(left, rgba(31, 219, 210, 0.05), rgba(44, 141, 221, 0.05));
  background: linear-gradient(90deg, rgba(31, 219, 210, 0.05), rgba(44, 141, 221, 0.05));
}

@media screen and (max-width: 767px) {
  .feature {
    padding: 100px 0 40px;
  }
}

.feature h4 {
  font-size: 18px;
  padding: 20px 0 20px 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature h4 {
    font-size: 16px;
    padding: 15px 0 15px 30px;
  }
}

.feature h4:before {
  content: '';
  width: 40px;
  height: 1px;
  margin: auto;
  background: #c2cfe5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .feature h4:before {
    width: 20px;
  }
}

.feature h4:after {
  content: '';
  width: 20px;
  height: 1px;
  margin: auto;
  background: #00bfbf;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .feature h4:after {
    width: 10px;
  }
}

.feature h5 {
  font-size: 16px;
}

.feature ul {
  padding: 80px 0 40px;
}

@media screen and (max-width: 1000px) {
  .feature ul {
    padding: 60px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .feature ul {
    padding: 50px 0 40px;
  }
}

.feature li {
  padding: 30px;
  margin-top: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 109, 198, 0.1);
  box-shadow: 0 0 15px rgba(0, 109, 198, 0.1);
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature li {
    padding: 30px 20px;
  }
}

.feature li a {
  text-decoration: underline;
  padding-top: 5px;
  display: inline-block;
  word-break: break-all;
}

.feature li:first-child {
  margin-top: 0;
}

.feature li:first-child .number img {
  width: 43px;
  height: 50px;
}

@media screen and (max-width: 1000px) {
  .feature li:first-child .number img {
    width: 34px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .feature li:first-child .number img {
    width: 25px;
    height: 30px;
  }
}

.feature li:nth-child(2) .number img {
  width: 49px;
  height: 50px;
}

@media screen and (max-width: 1000px) {
  .feature li:nth-child(2) .number img {
    width: 39px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .feature li:nth-child(2) .number img {
    width: 29px;
    height: 30px;
  }
}

.feature li:last-child .number img {
  width: 48px;
  height: 50px;
}

@media screen and (max-width: 1000px) {
  .feature li:last-child .number img {
    width: 39px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .feature li:last-child .number img {
    width: 29px;
    height: 30px;
  }
}

.feature .number {
  position: absolute;
  top: -10px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .feature .number {
    top: -15px;
    left: 20px;
  }
}

.feature .textBox01 {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .feature .textBox01 {
    width: 100%;
  }
}

.feature .textBox01 .text01 {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .feature .textBox01 .text01 {
    padding-top: 15px;
  }
}

.feature .other p {
  padding-bottom: 20px;
}

.focus {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .focus {
    padding: 50px 0 40px;
  }
}

.focus h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .focus h3 {
    margin-bottom: 15px;
  }
}

.focus h4 {
  font-size: 18px;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #d2e3f2;
}

@media screen and (max-width: 767px) {
  .focus h4 {
    font-size: 16px;
  }
}

.focus .focus01 {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .focus .focus01 {
    padding: 10px 0;
  }
}

.focus .focus01 ul {
  padding-top: 15px;
}

.focus .focus01 li:first-child {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .focus .focus01 li:first-child {
    float: none;
    width: 100%;
  }
}

.focus .focus01 li:last-child {
  width: 49%;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .focus .focus01 li:last-child {
    float: none;
    width: 100%;
    padding: 5px 0;
  }
}

.office {
  padding: 40px 0;
  background: rgba(175, 235, 249, 0.2);
}

.office .container {
  padding: 50px;
  background: #fff;
}

@media screen and (max-width: 800px) {
  .office .container {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 450px) {
  .office .container {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 450px) {
  .office .container {
    padding: 40px 15px;
  }
}

.office table {
  font-size: 16px;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .office table {
    font-size: 14px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 450px) {
  .office table {
    font-size: 12px;
  }
}

.office table tr {
  border-bottom: 1px solid #d2e3f2;
}

.office table tr:first-child {
  border-top: 1px solid #d2e3f2;
}

.office table th {
  text-align: left;
  padding: 20px 15px;
}

@media screen and (max-width: 767px) {
  .office table th {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 450px) {
  .office table th {
    padding: 15px 10px 15px 0;
  }
}

.office table td {
  vertical-align: middle;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .office table td {
    padding: 15px 0;
  }
}
