@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#kvWrap #kv {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kvWrap #kv {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #kvWrap #kv {
    flex-wrap: wrap;
  }
}
#kvWrap #kv .photoArea {
  width: 67%;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kvWrap #kv .photoArea {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #kvWrap #kv .photoArea {
    width: 100%;
  }
}
#kvWrap #kv .photoArea img {
  width: 100%;
  height: 80vh;
  max-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kvWrap #kv .photoArea img {
    height: 57vw;
  }
}
@media only screen and (max-width: 767px) {
  #kvWrap #kv .photoArea img {
    height: 42vh;
  }
}
#kvWrap #kv .contentsArea {
  width: 33%;
  padding: 0 55px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kvWrap #kv .contentsArea {
    width: 40%;
    padding: 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  #kvWrap #kv .contentsArea {
    width: 100%;
    padding: 0 5%;
  }
}
#kvWrap #kv .contentsArea > * {
  margin-top: 60px;
}
#kvWrap #kv .contentsArea > *:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #kvWrap #kv .contentsArea .logoWrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8%;
  }
}
#kvWrap #kv .contentsArea .logoWrap .mainLogo {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #kvWrap #kv .contentsArea .logoWrap .mainLogo {
    width: 30%;
  }
}
#kvWrap #kv .contentsArea .logoWrap .mainTitle {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3em;
  line-height: 1.5;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kvWrap #kv .contentsArea .logoWrap .mainTitle {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #kvWrap #kv .contentsArea .logoWrap .mainTitle {
    font-size: 5.7291666667vw;
    width: 65%;
    text-align: left;
    margin-left: 5%;
  }
}
#kvWrap #kv .contentsArea .logoWrap .companyLogo {
  width: 78%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #kvWrap #kv .contentsArea .logoWrap .companyLogo {
    width: 100%;
    margin-top: 6%;
  }
  #kvWrap #kv .contentsArea .logoWrap .companyLogo img {
    width: 50%;
  }
}

.newsWrap > * {
  margin-top: 10px;
}
.newsWrap > *:first-child {
  margin-top: 0;
}
.newsWrap .titleArea .title {
  font-weight: bold;
  font-size: 24px;
  color: #FF6302;
}
.newsWrap .newsList {
  width: 100%;
  height: 160px;
  overflow-y: auto;
  padding-right: 40px;
  box-sizing: border-box;
}
.newsWrap .newsList li {
  border-bottom: 1px solid #C5C5C5;
}
.newsWrap .newsList li a {
  padding: 20px 0;
  display: block;
}
@media only screen and (min-width: 1080px) {
  .newsWrap .newsList li a:hover dl dt {
    color: #FF6302;
  }
  .newsWrap .newsList li a:hover dl dd {
    color: #FF6302;
  }
}
.newsWrap .newsList li a dl {
  display: flex;
  justify-content: space-between;
}
.newsWrap .newsList li a dl dt {
  width: 90px;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (min-width: 1080px) {
  .newsWrap .newsList li a dl dt {
    transition: color 0.3s ease 0s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .newsWrap .newsList li a dl dt {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .newsWrap .newsList li a dl dt {
    font-size: 3.90625vw;
  }
}
.newsWrap .newsList li a dl dd {
  width: calc(100% - 110px);
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (min-width: 1080px) {
  .newsWrap .newsList li a dl dd {
    transition: color 0.3s ease 0s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .newsWrap .newsList li a dl dd {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .newsWrap .newsList li a dl dd {
    font-size: 3.90625vw;
  }
}

.sectionWrap .section.borderTop {
  border-top: 1px solid #E5E5E5;
}
.sectionWrap .sectionInner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.sectionWrap .sectionInner.hasBorderT {
  border-top: 1px solid #ddd;
}
.sectionWrap .sectionInner.pTNone {
  padding-top: 0;
}
.sectionWrap .sectionInner.pBNone {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .sectionWrap .sectionInner {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
  .sectionWrap .sectionInner.tabPTNone {
    padding-top: 0;
  }
  .sectionWrap .sectionInner.tabPBNone {
    padding-bottom: 0;
  }
  .sectionWrap .sectionInner.tabHasPT {
    padding-top: 7.8125vw;
  }
  .sectionWrap .sectionInner.tabHasPB {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .sectionWrap .sectionInner {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
  .sectionWrap .sectionInner.spPTNone {
    padding-top: 0;
  }
  .sectionWrap .sectionInner.spPBNone {
    padding-bottom: 0;
  }
  .sectionWrap .sectionInner.spHasPT {
    padding-top: 15.625vw;
  }
  .sectionWrap .sectionInner.spHasPB {
    padding-bottom: 15.625vw;
  }
}
.sectionWrap .sectionInner.smallPd {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sectionWrap .sectionInner.smallPd.pTBig {
  padding-top: 100px;
}
.sectionWrap .sectionInner.smallPd.pBBig {
  padding-bottom: 100px;
}
.sectionWrap .sectionInner.smallPd.pTNone {
  padding-top: 0;
}
.sectionWrap .sectionInner.smallPd.pBNone {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .sectionWrap .sectionInner.smallPd {
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
  }
  .sectionWrap .sectionInner.smallPd.tabPTNone {
    padding-top: 0;
  }
  .sectionWrap .sectionInner.smallPd.tabPBNone {
    padding-bottom: 0;
  }
  .sectionWrap .sectionInner.smallPd.tabHasPT {
    padding-top: 6.5104166667vw;
  }
  .sectionWrap .sectionInner.smallPd.tabHasPB {
    padding-bottom: 6.5104166667vw;
  }
  .sectionWrap .sectionInner.smallPd.tabHasPTBig {
    padding-top: 7.8125vw;
  }
  .sectionWrap .sectionInner.smallPd.tabHasPBBig {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .sectionWrap .sectionInner.smallPd {
    padding-top: 13.0208333333vw;
    padding-bottom: 13.0208333333vw;
  }
  .sectionWrap .sectionInner.smallPd.spPTNone {
    padding-top: 0;
  }
  .sectionWrap .sectionInner.smallPd.spPBNone {
    padding-bottom: 0;
  }
  .sectionWrap .sectionInner.smallPd.spHasPT {
    padding-top: 13.0208333333vw;
  }
  .sectionWrap .sectionInner.smallPd.spHasPB {
    padding-bottom: 13.0208333333vw;
  }
  .sectionWrap .sectionInner.smallPd.spHasPTBig {
    padding-top: 15.625vw;
  }
  .sectionWrap .sectionInner.smallPd.spHasPBBig {
    padding-bottom: 15.625vw;
  }
}
.sectionWrap .sectionInner > * {
  margin-top: 50px;
}
.sectionWrap .sectionInner > *:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .sectionWrap .sectionInner > * {
    margin-top: 8%;
  }
}

.topSectionTitleArea > * {
  margin-top: 10px;
}
.topSectionTitleArea > *:first-child {
  margin-top: 0;
}
.topSectionTitleArea .boldEnTitle {
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .topSectionTitleArea .boldEnTitle {
    font-size: 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .topSectionTitleArea .boldEnTitle {
    font-size: 11.71875vw;
  }
}
.topSectionTitleArea .catch {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .topSectionTitleArea .catch {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .topSectionTitleArea .catch {
    font-size: 4.1666666667vw;
  }
}

#student .studentTitleArea {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(#ffc001 0%, #ffd658 100%);
  padding: 70px 0 190px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #student .studentTitleArea {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #student .studentTitleArea {
    width: 100%;
    padding: 10% 0 50%;
  }
}
#student .studentTitleArea .studentTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #student .studentTitleArea .studentTitle {
    flex-wrap: wrap;
  }
}
#student .studentTitleArea .studentTitle .titleWrap {
  width: 35.8333333333%;
}
@media only screen and (max-width: 767px) {
  #student .studentTitleArea .studentTitle .titleWrap {
    width: 100%;
  }
}
#student .studentTitleArea .studentTitle .titleWrap .catch span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 0.3em 0.8em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #student .studentTitleArea .studentTitle .titleWrap .catch span {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  #student .studentTitleArea .studentTitle .titleWrap .catch span {
    font-size: 3.6458333333vw;
  }
}
#student .studentTitleArea .studentTitle .titleWrap .title {
  font-size: 64px;
  font-weight: bold;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #student .studentTitleArea .studentTitle .titleWrap .title {
    font-size: 3.90625vw;
    margin-top: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  #student .studentTitleArea .studentTitle .titleWrap .title {
    font-size: 9.375vw;
    margin-top: 3.90625vw;
  }
}
#student .studentTitleArea .studentTitle .titleWrap .text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #student .studentTitleArea .studentTitle .titleWrap .text {
    font-size: 2.0833333333vw;
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #student .studentTitleArea .studentTitle .titleWrap .text {
    font-size: 4.1666666667vw;
    margin-top: 2.6041666667vw;
  }
}
#student .studentTitleArea .studentTitle .titleWrap .shinwaBtnBox {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #student .studentTitleArea .studentTitle .titleWrap .shinwaBtnBox {
    margin-top: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  #student .studentTitleArea .studentTitle .titleWrap .shinwaBtnBox {
    margin-top: 4.6875vw;
  }
}
#student .studentTitleArea .studentTitle .movieWrap {
  width: 51.6666666667%;
}
@media only screen and (max-width: 767px) {
  #student .studentTitleArea .studentTitle .movieWrap {
    width: 100%;
    margin-top: 10%;
  }
}
#student .studentListArea {
  margin-top: -130px;
}
@media only screen and (max-width: 767px) {
  #student .studentListArea {
    margin-top: -40%;
  }
}

#pickup .housingListArea > * {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #pickup .housingListArea > * {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  #pickup .housingListArea > * {
    margin-top: 8%;
  }
}
#pickup .housingListArea > *:first-child {
  margin-top: 0;
}
#pickup .housingListArea .housingList .housingItem {
  width: 25%;
  margin-top: 0;
  margin-left: 0;
  border: 1px solid #DBECF2;
  box-sizing: border-box;
  position: relative;
}
#pickup .housingListArea .housingList .housingItem:before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 20px solid #FFCA27;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #pickup .housingListArea .housingList .housingItem {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #pickup .housingListArea .housingList .housingItem {
    width: 100%;
  }
}
#pickup .housingListArea .housingList .housingItem a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
}
@media only screen and (min-width: 1080px) {
  #pickup .housingListArea .housingList .housingItem a {
    transition: background-color 0.3s ease 0s;
  }
  #pickup .housingListArea .housingList .housingItem a:hover {
    background-color: #F5F4F0;
  }
  #pickup .housingListArea .housingList .housingItem a:hover .photoBox .moreBtn {
    opacity: 1;
  }
}
#pickup .housingListArea .housingList .housingItem .photoBox {
  position: relative;
}
#pickup .housingListArea .housingList .housingItem .photoBox .photo {
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #pickup .housingListArea .housingList .housingItem .photoBox .photo {
    height: 30vw;
  }
}
@media only screen and (max-width: 767px) {
  #pickup .housingListArea .housingList .housingItem .photoBox .photo {
    height: 59vw;
  }
}
#pickup .housingListArea .housingList .housingItem .photoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pickup .housingListArea .housingList .housingItem .photoBox .moreBtn {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  opacity: 0;
}
@media only screen and (min-width: 1080px) {
  #pickup .housingListArea .housingList .housingItem .photoBox .moreBtn {
    transition: opacity 0.3s ease 0s;
  }
}
#pickup .housingListArea .housingList .housingItem .photoBox .moreBtn .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 50em;
  font-size: 18px;
  padding: 1em 2em;
}
#pickup .housingListArea .housingList .housingItem .infoBox {
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #pickup .housingListArea .housingList .housingItem .infoBox {
    padding: 6%;
  }
}
#pickup .housingListArea .housingList .housingItem .infoBox .areaName .name {
  background-color: #DBECF2;
  display: inline-block;
  border-radius: 8px;
  font-size: 13px;
  padding: 0.3em 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .areaName .name {
    font-size: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .areaName .name {
    font-size: 3.3854166667vw;
  }
}
#pickup .housingListArea .housingList .housingItem .infoBox .areaName + .title {
  margin-top: 10px;
}
#pickup .housingListArea .housingList .housingItem .infoBox .title {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .title {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .title {
    font-size: 4.6875vw;
  }
}
#pickup .housingListArea .housingList .housingItem .infoBox .title + .info {
  margin-top: 15px;
}
#pickup .housingListArea .housingList .housingItem .infoBox .info span {
  font-size: 14px;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .info span {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .info span {
    font-size: 3.6458333333vw;
  }
}
#pickup .housingListArea .housingList .housingItem .infoBox .info + .info {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .info + .info {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .info + .info {
    font-size: 3.6458333333vw;
  }
}
#pickup .housingListArea .housingList .housingItem .infoBox .price {
  margin-top: 20px;
}
#pickup .housingListArea .housingList .housingItem .infoBox .price span {
  font-weight: bold;
  color: #FF6302;
}
#pickup .housingListArea .housingList .housingItem .infoBox .price .yen {
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .price .yen {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .price .yen {
    font-size: 4.6875vw;
  }
}
#pickup .housingListArea .housingList .housingItem .infoBox .price .num {
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .price .num {
    font-size: 3.2552083333vw;
  }
}
@media only screen and (max-width: 767px) {
  #pickup .housingListArea .housingList .housingItem .infoBox .price .num {
    font-size: 6.5104166667vw;
  }
}

@media only screen and (min-width: 1080px) {
  #blog .blogListArea .blogList .blogItem {
    width: 31%;
    margin-left: 3.5%;
  }
  #blog .blogListArea .blogList .blogItem:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #blog .blogListArea .blogList .blogItem:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #blog .blogListArea .blogList .blogItem {
    margin-left: 0;
  }
}
#blog .blogListArea .blogList .blogItem .photoBox .photo {
  width: 100%;
  height: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #blog .blogListArea .blogList .blogItem .photoBox .photo {
    height: 30vw;
  }
}
@media only screen and (max-width: 767px) {
  #blog .blogListArea .blogList .blogItem .photoBox .photo {
    height: 59vw;
  }
}
#blog .blogListArea .blogList .blogItem .photoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .blogListArea .blogList .blogItem .infoBox {
  margin-top: 15px;
}
#blog .blogListArea .blogList .blogItem .infoBox > * {
  margin-top: 10px;
}
#blog .blogListArea .blogList .blogItem .infoBox > *:first-child {
  margin-top: 0;
}
#blog .blogListArea .blogList .blogItem .infoBox .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #blog .blogListArea .blogList .blogItem .infoBox .title {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  #blog .blogListArea .blogList .blogItem .infoBox .title {
    font-size: 4.6875vw;
  }
}
#blog .blogListArea .blogList .blogItem .infoBox .date {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #blog .blogListArea .blogList .blogItem .infoBox .date {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  #blog .blogListArea .blogList .blogItem .infoBox .date {
    font-size: 3.6458333333vw;
  }
}

#about .aboutShinwaArea {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/top/about/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  #about .aboutShinwaArea {
    width: 100%;
  }
}
#about .aboutShinwaArea:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#about .aboutShinwaArea .aboutShinwaInner {
  padding: 110px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #about .aboutShinwaArea .aboutShinwaInner {
    width: 100%;
    padding: 10% 5%;
  }
}
@media only screen and (max-width: 767px) {
  #about .aboutShinwaArea .aboutShinwaInner {
    width: 100%;
    padding: 15% 5%;
    flex-wrap: wrap;
  }
}
#about .aboutShinwaArea .aboutShinwaInner .titleArea .title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #about .aboutShinwaArea .aboutShinwaInner .titleArea .title {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #about .aboutShinwaArea .aboutShinwaInner .titleArea .title {
    font-size: 7.2916666667vw;
  }
}
#about .aboutShinwaArea .aboutShinwaInner .textArea {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  #about .aboutShinwaArea .aboutShinwaInner .textArea {
    width: 100%;
    margin-top: 5%;
  }
}
#about .aboutShinwaArea .aboutShinwaInner .textArea .text {
  font-size: 16px;
  line-height: 2.5;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #about .aboutShinwaArea .aboutShinwaInner .textArea .text {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  #about .aboutShinwaArea .aboutShinwaInner .textArea .text {
    font-size: 3.6458333333vw;
  }
}