#mainWrap {
  padding: 0;
}

#footWrap {
  margin-top: 0;
}

.pageTitleWrap {
  background-image: url("../images/about/titleBg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 58px 0;
}
.pageTitleWrap .title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .pageTitleWrap .title {
    font-size: 24px;
  }
}

#about {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 130px;
  background-image: url("../images/about/ptn_bg.jpg");
  background-position: left center;
}
@media only screen and (max-width: 600px) {
  #about {
    background-size: 80%;
    background-position: center center;
    padding-top: 60px;
  }
}
#about .inner {
  position: relative;
}
#about .titleBlock {
  margin-bottom: 45px;
}
#about .island {
  bottom: -50px;
  left: -115px;
}
@media only screen and (max-width: 600px) {
  #about .island {
    bottom: -90px;
  }
}
#about .whale {
  bottom: -65px;
  left: 58px;
}
@media only screen and (max-width: 600px) {
  #about .whale {
    bottom: -105px;
  }
}
#about .dolphin {
  top: 43px;
  right: 77px;
}
#about .bird {
  top: 0;
  left: 0;
}

#point .inductionBlockWrap {
  margin-bottom: 78px;
}
@media only screen and (max-width: 600px) {
  #point .inductionBlockWrap {
    margin-bottom: 40px;
  }
}
#point .inductionBlockWrap .inductionBlock {
  text-align: center;
}
#point .inductionBlockWrap .inductionBlock:first-child {
  margin-bottom: 45px;
}
#point .inductionBlockWrap .inductionBlock .title {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 23px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #point .inductionBlockWrap .inductionBlock .title {
    font-size: 18px;
  }
}
#point .inductionBlockWrap .inductionBlock .text {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 600px) {
  #point .inductionBlockWrap .inductionBlock .text {
    font-size: 14px;
  }
}
#point .inductionBlockWrap .inductionBlock .btnBlock img {
  max-width: 180px;
}
#point .pointBlock {
  margin-bottom: 78px;
}
@media only screen and (max-width: 600px) {
  #point .pointBlock {
    margin-bottom: 40px;
  }
}
#point .pointBlock .titleBlock {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  #point .pointBlock .titleBlock {
    margin-bottom: 25px;
  }
}
#point .pointBlock .titleBlock:before, #point .pointBlock .titleBlock:after {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
}
#point .pointBlock .titleBlock:before {
  content: "";
  background-image: url("../images/about/boldLineLong.png");
  height: 3px;
  margin-bottom: 23px;
}
#point .pointBlock .titleBlock:after {
  content: "";
  background-image: url("../images/about/normalLineLong.png");
  height: 1px;
  margin-top: 23px;
}
#point .pointBlock .titleBlock img {
  max-height: 24px;
}
#point .pointBlock .descriptionWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#point .pointBlock .descriptionWrap .description {
  width: 330px;
}
@media only screen and (max-width: 600px) {
  #point .pointBlock .descriptionWrap .description {
    width: 100%;
  }
}
#point .pointBlock .descriptionWrap .description ul {
  padding-left: 1em;
}
#point .pointBlock .descriptionWrap .description ul li {
  text-indent: -1em;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  #point .pointBlock .descriptionWrap .description ul li {
    margin-top: 20px;
    font-size: 14px;
  }
}
#point .pointBlock .descriptionWrap .description ul li:first-of-type {
  margin-top: 0;
}
#point .pointBlock .descriptionWrap .figure {
  margin-left: 75px;
}
@media only screen and (max-width: 600px) {
  #point .pointBlock .descriptionWrap .figure {
    margin-left: 0;
    margin-top: 30px;
  }
}

#attention {
  background-color: #f5f5f5;
  padding: 60px 0;
}
@media only screen and (max-width: 600px) {
  #attention {
    padding: 40px 0;
  }
}
#attention .attentionBlock {
  margin-top: 35px;
}
@media only screen and (max-width: 600px) {
  #attention .attentionBlock {
    margin-top: 20px;
  }
}
#attention .attentionBlock:first-of-type {
  margin-top: 0;
}
#attention .attentionBlock .attentionBlockInner {
  border: 1px solid #1d202c;
  background-color: #fff;
  position: relative;
  padding: 30px;
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 600px) {
  #attention .attentionBlock .attentionBlockInner {
    padding: 7%;
  }
}
#attention .attentionBlock .attentionBlockInner .title {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  #attention .attentionBlock .attentionBlockInner .title {
    margin-bottom: 5px;
  }
}
#attention .attentionBlock .attentionBlockInner ul {
  padding-left: 1em;
}
#attention .attentionBlock .attentionBlockInner ul li {
  font-size: 14px;
  line-height: 1.7;
  text-indent: -1em;
}
#attention .attentionBlock .attentionBlockInner .text {
  font-size: 14px;
  line-height: 1.7;
}
#attention .attentionBlock .attentionBlockInner .text a {
  text-decoration: underline;
  color: #39c;
}
#attention .attentionBlock .attentionBlockInner .text a:visited, #attention .attentionBlock .attentionBlockInner .text a:focus, #attention .attentionBlock .attentionBlockInner .text a:active {
  color: #39c;
}
#attention .attentionBlock .attentionBlockInner .text a:hover {
  text-decoration: none;
}
