html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .wrapper {
    padding: 0 28px;
  }
}

.spBr {
  display: none;
}

@media screen and (max-width: 500px) {
  .spBr {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .pcBr {
    display: none;
  }
}

.header {
  position: relative;
  z-index: 1;
  background-color: #BFD5D4;
  padding: 10px 0 5px;
}

.header-logo {
  width: 180px;
}

.header-logo p {
  font-size: 12px;
  margin-top: -5px;
}

.header .spMenuButton {
  display: none;
}

@media screen and (max-width: 750px) {
  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .spMenuButton {
    display: block;
    height: 24px;
  }
  .header .spMenuButton a {
    display: block;
    width: 24px;
    height: 24px;
  }
  .header .spMenuButton img {
    width: 24px;
    height: 24px;
  }
  .header .spMenuButton .close {
    display: none;
  }
}

.menu {
  margin-top: 16px;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu ul li {
  border-bottom: 5px solid #9FA0A0;
  padding: 0 45px;
}

.menu ul li a {
  color: #333;
}

.menu ul li a:hover {
  color: #999;
}

@media screen and (max-width: 750px) {
  .menu {
    display: none;
  }
}

.spMenu {
  display: none;
}

@media screen and (max-width: 750px) {
  .spMenu {
    display: block;
    position: relative;
    z-index: -1;
    height: 210px;
    top: -240px;
    margin-bottom: -240px;
    text-align: center;
  }
  .spMenu li {
    border-bottom: 5px solid #9FA0A0;
    margin-top: 30px;
  }
  .spMenu li a {
    color: #333;
  }
  .spMenu li a:hover {
    color: #999;
  }
}

.title {
  margin-top: 75px;
}

@media screen and (max-width: 500px) {
  .title {
    margin-top: 45px;
  }
}

.title-text h2 {
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 500px) {
  .title-text h2 {
    font-size: 17px;
  }
}

.content {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .content {
    width: auto;
  }
}

.content-mv {
  background-color: #BFD5D4;
  margin-top: 45px;
}

@media screen and (max-width: 959px) {
  .content-mv {
    margin-left: 28px;
    margin-right: 28px;
  }
}

@media screen and (max-width: 500px) {
  .content-mv {
    margin: 35px 0 0;
  }
}

.content-mv .borderDiv {
  border-bottom: 4px solid #231815;
}

.content-mv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 100px 0;
}

@media screen and (max-width: 500px) {
  .content-mv-title {
    padding: 15px 28px;
  }
}

.content-mv-title h3 {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 500px) {
  .content-mv-title h3 {
    font-size: 20px;
  }
}

.content-mv-title .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.content-mv-title .arrow a {
  position: relative;
  color: #333;
  font-size: 19px;
  margin-bottom: 4px;
}

.content-mv-title .arrow a p {
  margin-top: 4px;
}

@media screen and (max-width: 500px) {
  .content-mv-title .arrow a {
    font-size: 16px;
  }
}

.content-mv-title .arrow img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -28px;
}

.content-mv-img {
  width: 400px;
  margin: 0 auto;
  height: 226px;
  background-image: url(../images/content-mv-img.jpg);
  background-size: cover;
  margin: 21px auto;
  border: 4px solid #FFF;
}

@media screen and (max-width: 500px) {
  .content-mv-img {
    width: 250px;
    height: 145px;
  }
}

.content-mv-contact {
  text-align: center;
  padding-bottom: 22px;
}

.content-mv-contact p {
  font-size: 14px;
}

.content-mv-contact a {
  position: relative;
  font-size: 17px;
  color: #333;
  margin-right: -20px;
}

.content-mv-contact a img {
  width: 20px;
  left: -24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content-text p {
  font-size: 15px;
  line-height: 1.73em;
  margin-top: 31px;
  text-align: justify;
}

@media screen and (max-width: 500px) {
  .content-text {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .content-texttop {
    padding-top: 20px;
  }
}

.content-textbottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content-textbottom-left {
  width: 79%;
  margin-right: 16px;
}

@media screen and (max-width: 500px) {
  .content-textbottom-left {
    width: 100%;
    margin-right: 0;
  }
}

.content-textbottom-right {
  width: 21%;
  margin-top: 31px;
}

.content-textbottom-right p {
  text-align: right;
  margin-top: 0;
  font-size: 10px;
}

@media screen and (max-width: 500px) {
  .content-textbottom-right {
    display: none;
  }
}

.content .sp-textbottom {
  display: none;
}

@media screen and (max-width: 500px) {
  .content .sp-textbottom {
    display: block;
    width: 100%;
    line-height: 1.73em;
  }
  .content .sp-textbottom .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content .sp-textbottom-left {
    width: 60%;
    margin-right: 16px;
  }
  .content .sp-textbottom-left p {
    font-size: 15px;
    text-align: justify;
  }
  .content .sp-textbottom-right {
    width: auto;
  }
  .content .sp-textbottom-right p {
    font-size: 10px;
    text-align: right;
    margin-top: -8px;
  }
}

.contactSp {
  display: none;
  background-color: #BFD5D4;
  padding: 15px 0;
  margin-top: 50px;
}

@media screen and (max-width: 500px) {
  .contactSp {
    display: block;
  }
}

.contactSp-content {
  text-align: center;
}

.contactSp-content a {
  position: relative;
  font-size: 17px;
  color: #333;
}

.contactSp-content a img {
  width: 20px;
  left: -24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer {
  position: relative;
  height: 65px;
  margin-top: 50px;
  border-top: 2px solid #4D4D4D;
  border-bottom: 2px solid #4D4D4D;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-content-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 65px;
  margin-left: 60px;
}

@media screen and (max-width: 750px) {
  .footer-content-left ul {
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .footer-content-left ul {
    line-height: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
}

.footer-content-left ul li {
  margin-right: 80px;
}

@media screen and (max-width: 959px) {
  .footer-content-left ul li {
    margin-right: 60px;
  }
}

@media screen and (max-width: 750px) {
  .footer-content-left ul li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .footer-content-left ul li {
    margin-right: 0;
    font-size: 10px;
  }
}

.footer-content-left ul li a {
  color: #333;
}

.footer-content-left ul li a:hover {
  color: #999;
}

.footer-content-right {
  margin-top: 12px;
}

.footer-content-right p {
  font-size: 10px;
}

@media screen and (max-width: 500px) {
  .footer-content-right .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  .footer-content-right .footer-logo img {
    width: 75px;
    text-align: center;
  }
  .footer-content-right .footer-logo p {
    height: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 500px) {
  .footer {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.copyright {
  height: 30px;
  line-height: 30px;
}

.copyright p {
  text-align: right;
  font-size: 10px;
}

@media screen and (max-width: 500px) {
  .copyright p {
    line-height: 1.2;
    padding-top: 4px;
  }
}

.infomation-items {
  margin-top: 75px;
}

@media screen and (max-width: 500px) {
  .infomation-items {
    margin-top: 45px;
  }
}

.infomation-items .infomation-item-title {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .infomation-items .infomation-item-title {
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .infomation-items .infomation-item-title {
    margin: 0 -28px;
  }
}

.infomation-items .infomation-item-title p {
  font-size: 22px;
  text-align: right;
  padding: 10px 36px 10px 0;
}

@media screen and (max-width: 500px) {
  .infomation-items .infomation-item-title p {
    font-size: 14px;
    padding-right: 24px;
  }
}

.infomation-items .infomation-item-mv {
  width: 480px;
  margin: 0 auto;
  background-color: #BFD5D4;
  padding: 28px 0;
}

@media screen and (max-width: 500px) {
  .infomation-items .infomation-item-mv {
    width: auto;
  }
}

.infomation-items .infomation-item-mv-img {
  width: 400px;
  margin: 0 auto;
  height: 232px;
  background-size: cover;
  border: 4px solid #FFF;
}

@media screen and (max-width: 500px) {
  .infomation-items .infomation-item-mv-img {
    width: 85%;
    height: 43vw;
    background-position: center;
  }
}

.infomation-items .infomation-item-mv-img1 {
  background-image: url(../images/content-mv-img.jpg);
  border-bottom: 2px solid #FFF;
}

.infomation-items .infomation-item-mv-img2 {
  background-image: url(../images/infomation-img2.jpg);
  background-position: bottom;
  border-top: 2px solid #FFF;
}

.infomation-items .infomation-item-mv-img3 {
  background-image: url(../images/infomation-img3.jpg);
  background-position: center;
}

.infomation-items .infomation-item-mv-img4 {
  background-image: url(../images/infomation-img4.jpg);
}

.infomation-items .infomation-item-detail {
  width: 400px;
  margin: 0 auto;
  margin-top: 24px;
}

@media screen and (max-width: 500px) {
  .infomation-items .infomation-item-detail {
    width: 85%;
  }
}

.infomation-items .infomation-item-detail p {
  font-size: 13px;
}

.infomation-items .infomation-item-contact {
  background-color: #BFD5D4;
  padding: 15px 0;
  margin-top: 24px;
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .infomation-items .infomation-item-contact {
    margin-left: -28px;
    margin-right: -28px;
    margin-bottom: 36px;
  }
}

.infomation-items .infomation-item-contact p {
  font-size: 14px;
}

.infomation-items .infomation-item-contact a {
  position: relative;
  font-size: 17px;
  color: #333;
  margin-right: -20px;
}

.infomation-items .infomation-item-contact a img {
  width: 20px;
  left: -24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.others-items {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .others-items {
    width: auto;
  }
}

.others-itemsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .others-itemsTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.others-itemsBottom {
  margin: 60px 0 40px;
}

@media screen and (max-width: 959px) {
  .others-itemsBottom {
    margin-top: 0;
  }
}

.others-items .others-item-mv {
  width: 375px;
  background-color: #BFD5D4;
  padding: 20px 0 28px;
}

@media screen and (max-width: 959px) {
  .others-items .others-item-mv {
    width: 480px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .others-items .others-item-mv {
    width: auto;
    margin: 0 -28px;
  }
}

.others-items .others-item-mv p {
  text-align: right;
  margin-right: 62px;
}

@media screen and (max-width: 500px) {
  .others-items .others-item-mv p {
    margin-right: 10%;
  }
}

.others-items .others-item-mv-img {
  position: relative;
  width: 250px;
  margin: 0 auto;
  height: 165px;
  background-size: cover;
  border: 4px solid #FFF;
}

@media screen and (max-width: 959px) {
  .others-items .others-item-mv-img {
    width: 400px;
    height: 265px;
  }
}

@media screen and (max-width: 500px) {
  .others-items .others-item-mv-img {
    width: 85%;
    height: 55vw;
    background-position: bottom;
  }
}

.others-items .others-item-mv-img span {
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  top: -30px;
  left: -20px;
  position: absolute;
  color: #FFF;
  background-color: #727171;
}

.others-items .others-item-mv-img1 {
  background-image: url(../images/others-img1.JPG);
}

.others-items .others-item-mv-img2 {
  background-image: url(../images/others-img2.JPG);
}

.others-items .others-item-mv-img3 {
  background-image: url(../images/others-img3.JPG);
}

.others-items .others-item-mv-img4 {
  background-image: url(../images/others-img4.jpg);
}

.others-items .others-item .infomation-item-detail {
  margin-top: 18px;
  margin-left: 63px;
}

@media screen and (max-width: 959px) {
  .others-items .others-item .infomation-item-detail {
    width: 400px;
    margin: 18px auto;
  }
}

@media screen and (max-width: 500px) {
  .others-items .others-item .infomation-item-detail {
    width: auto;
    margin-bottom: 0;
  }
}

.others-items .others-item .infomation-item-detail p {
  font-size: 13px;
}

@media screen and (max-width: 500px) {
  .others-items .contactSp {
    margin: 28px -28px;
  }
}

.achivement-title {
  border-bottom: 2px solid #231815;
  padding-left: 40px;
  margin-top: 120px;
}

@media screen and (max-width: 750px) {
  .achivement-title {
    margin-bottom: 10px;
    padding-left: 28px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 500px) {
  .achivement-title {
    margin: 35px -28px 10px;
  }
}

.achivement-title h2 {
  font-size: 20px;
  font-weight: normal;
}

.achivement-items {
  width: 900px;
  margin: 0 auto;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .achivement-items {
    width: auto;
  }
}

@media screen and (max-width: 750px) {
  .achivement-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .achivement-item {
    margin-top: 26px;
  }
}

.achivement-item-subtitle {
  width: 375px;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  padding-right: 72px;
  background-color: #BFD5D4;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .achivement-item-subtitle {
    width: 320px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 750px) {
  .achivement-item-subtitle {
    width: auto;
    height: 5vw;
    line-height: 5vw;
    font-size: 3vw;
  }
}

@media screen and (max-width: 500px) {
  .achivement-item-subtitle {
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    margin: 0 -28px;
    padding: 0 28px 0 0;
  }
}

.achivement-item-img {
  width: 250px;
  margin: 0 auto;
  height: 160px;
  background-size: cover;
  background-position: center;
  border: 3px solid #489F9D;
  margin-top: 14px;
}

@media screen and (max-width: 750px) {
  .achivement-item-img {
    width: auto;
    height: 50vw;
    margin-left: 35px;
    margin-right: 35px;
  }
}

@media screen and (max-width: 500px) {
  .achivement-item-img {
    margin-left: 0;
    margin-right: 0;
  }
}

.achivement-item-imgDouble {
  height: auto;
  background-color: #489F9D;
}


.achivement-item-img1 {
  background-image: url(../achivement-images/achivement-img1.JPG);
}


.achivement-item-img2 {
  background-image: url(../achivement-images/achivement-img2.jpg);
  background-position: bottom;
}

.achivement-item-img3 {
  background-image: url(../achivement-images/achivement-img3.JPG);
  background-position: bottom;
}

.achivement-item-img4 {
  background-image: url(../achivement-images/achivement-img4.JPG);
  height: 280px;
  background-position: bottom;
}

@media screen and (max-width: 750px) {
  .achivement-item-img3 {
    height: 93vw;
  }
}

.achivement-item-img5 {
  background-image: url(../achivement-images/achivement-img5.JPG);
  background-position: bottom;
}

@media screen and (max-width: 750px) {
  .achivement-item-img4 {
    height: 52vw;
  }
}

.achivement-item-img6 {
  background-image: url(../achivement-images/achivement-img6.JPG);
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: bottom;
  border-bottom: 2px solid #489F9D;
}

@media screen and (max-width: 750px) {
  .achivement-item-img5 {
    height: 45vw;
  }
}

.achivement-item-img7 {
  background-image: url(../achivement-images/achivement-img7.JPG);
  width: 100%;
  margin: 0 auto;
  height: 130px;
  background-size: cover;
  background-position: bottom;
  border-top: 1px solid #489F9D;
}

@media screen and (max-width: 750px) {
  .achivement-item-img6 {
    height: 45vw;
  }
}

.achivement-item-img8 {
  background-image: url(../achivement-images/achivement-img8.JPG);
  height: 250px;
  background-position: bottom;
}

@media screen and (max-width: 750px) {
  .achivement-item-img7 {
    height: 80vw;
  }
}

.achivement-item-img9 {
  background-image: url(../achivement-images/achivement-img9.JPG);
}

@media screen and (max-width: 750px) {
  .achivement-item-img8 {
    height: 52vw;
  }
}
.achivement-item-img10 {
  background-image: url(../achivement-images/achivement-img10.JPG);
  background-position: bottom;
}

.achivement-item-img11 {
  background-image: url(../achivement-images/achivement-img11.JPG);
  background-position: bottom;
}

.achivement-item-img12 {
  background-image: url(../achivement-images/achivement-img12.JPG);
  background-position: bottom;
}

.achivement-item-img13 {
  background-image: url(../achivement-images/achivement-img13.JPG);
  background-position: bottom;
}

.achivement-item-img14 {
  background-image: url(../achivement-images/achivement-img14.jpg);
  background-position: bottom;
}

.achivement-item-img15 {
  background-image: url(../achivement-images/achivement-img15.JPG);
  background-position: bottom;
}

.achivement-item-img16 {
  background-image: url(../achivement-images/achivement-img16.JPG);
  background-position: bottom;
}

.achivement-item-img17 {
  background-image: url(../achivement-images/achivement-img17.JPG);
  background-position: bottom;
}

.achivement-item-img18 {
  background-image: url(../achivement-images/achivement-img18.JPG);
  background-position: bottom;
}


.achivement-item-details {
  width: 250px;
  margin: 0 auto;
  font-size: 13px;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .achivement-item-details {
    width: auto;
    margin-left: 28px;
  }
}

@media screen and (max-width: 500px) {
  .achivement-item-details {
    margin-left: 0;
  }
}

.overview-items {
  max-width: 600px;
  margin: 0 auto;
  font-size: 20px;
}

@media screen and (max-width: 500px) {
  .overview-items {
    font-size: 4vw;
  }
}

.overview-item {
  margin-top: 116px;
}

@media screen and (max-width: 500px) {
  .overview-item {
    margin-top: 66px;
  }
}

.overview-item-subtitle {
  border-bottom: 2px solid #4D4D4D;
  padding-left: 13.33%;
}

@media screen and (max-width: 500px) {
  .overview-item-subtitle {
    padding-left: 0;
  }
}

.overview-item ul {
  padding-left: 13.33%;
  margin-top: 36px;
}

@media screen and (max-width: 500px) {
  .overview-item ul {
    padding-left: 0;
  }
}

.overview-item ul li {
  line-height: 40px;
}

@media screen and (max-width: 500px) {
  .overview-item ul li {
    line-height: 8vw;
  }
}
/*# sourceMappingURL=style.css.map */