@charset "UTF-8";


/* section
-----------------------------------------------*/
section {
  margin-top: 80px;
}
section h2 {
  position: relative;
  font-size: 20px;
  color: #003557;
  text-align: center;
  line-height: 1.25;
}
section h2 strong {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}
section h2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  background: #003557;
  width: 100%;
  height: 1px;
}
section h3 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin-top: 35px;
  color: #003557;
}
section h3 span {
  font-size: 14px;
}
section h4 {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
}
section p {
  font-size: 14px;
  line-height: 1.857;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  section {
    margin: 40px 0 25px;
  }
  section h2 {
    font-size: 18px;
  }
  section h3 {
    font-size: 16px;
    margin-top: 25px;
  }
  section h3 span {
    font-size: 13px;
  }
  section h4 {
    font-size: 18px;
    margin-top: 25px;
  }
  section p {
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
    text-align: left;
  }
}


/* objective
-----------------------------------------------*/
#objective {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  #objective {
    margin-top: 40px;
  }
  #objective p br {
    display: none;
  }
}


/* value
-----------------------------------------------*/
#value ul {
  display: flex;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#value ul li {
  width: 100%;
  margin-right: 35px;
}
#value ul li:last-child {
  margin-right: 0;
}
#value ul li p {
  text-align: left;
}
#value ul li p span {
  display: block;
  font-size: 10px;
  margin-top: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #value ul {
    display: block;
  }
  #value ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 35px;
  }
  #value ul li:first-child {
    margin-top: 25px;
  }
  #value ul li h3 {
    margin-top: 0;
  }
  #value ul li p span {
    margin-top: 10px;
  }
}


/* vision
-----------------------------------------------*/
#vision .txtImg{
  max-width: 600px;
  width: 100%;
  margin: 35px auto 0;
}
@media screen and (max-width: 750px) {
  #vision .txtImg{
    margin: 30px auto 0;
  }
}


/* theme
-----------------------------------------------*/
#theme {
  margin-top: 80px;
}
#theme .box {
  margin-top: 25px;
  background: #F8F8F8;
  padding: 55px;
  display: flex;
  width: 100%;
}
#theme .box .img {
  width: 47.62%;
  text-align: center;
}
#theme .box .txt {
  width: 52.38%;
  padding-left: 30px;
}
#theme .box .txt h3 {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  margin: 0 0 15px 0;
  color: #333;
}
#theme .box .txt p {
  font-size: 14px;
  line-height: 1.857;
  text-align: left;
  margin-top: 0;
}
#theme .box .txt .btn {
  max-width: 343px;
  margin-top: 20px;
}
#theme .box .txt .btn a {
  background: #00AFDE;
  color: #fff;
  font-size: 13px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  display: block;
  text-align: center;
}
#theme .box .txt .btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin: 0 0 3px 6px;
  transform: rotate(45deg);
}
#theme .box .txt .btn a:hover {
  opacity: .7;
}
@media screen and (max-width: 750px) {
  #theme {
    margin: 40px 0 25px;
  }
  #theme .box {
    position: relative;
    left: -15px;
    display: block;
    padding: 40px 25px;
    width: calc(100% + 30px);
    margin-top: 45px;
  }
  #theme .box .img {
    width: 100%;
  }
  #theme .box .txt {
    width: 100%;
    padding: 0;
  }
  #theme .box .txt h3 {
    font-size: 14px;
    margin-top: 20px;
  }
  #theme .box .txt p {
    font-size: 13px;
  }
  #theme .box .txt .btn {
    max-width: 327px;
    margin: 20px auto 0;
  }
}