@charset "UTF-8";
/* ------------------------------------
▼カラー設定
------------------------------------ */
a {
  color: #184ED8;
  transition: 0.2s;
  opacity: 1;
}
a:hover {
  color: #1C77FF;
}

.tabView {
  display: none;
}
@media only screen and (max-width: 768px) {
  .tabView {
    display: block;
  }
}

.spView {
  display: none;
}
@media only screen and (max-width: 640px) {
  .spView {
    display: block;
  }
}

main {
  padding-bottom: 120px;
}

.mainImage {
  background-color: #1C77FF;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.mainImage__bg {
  background-color: #184ED8;
  padding: 18px 0;
  position: relative;
  top: 60px;
}
@media only screen and (max-width: 640px) {
  .mainImage__bg {
    padding-bottom: 30px;
  }
}
.mainImage__bg--catch {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media only screen and (max-width: 768px) {
  .mainImage__bg--catch {
    gap: 40px;
    max-width: 690px;
  }
}
@media only screen and (max-width: 640px) {
  .mainImage__bg--catch {
    display: block;
    text-align: center;
  }
}
.mainImage__bg--catch img {
  position: relative;
  z-index: 1;
  top: -48px;
}
@media only screen and (max-width: 640px) {
  .mainImage__bg--catch img {
    max-width: 55vw;
  }
}
.mainImage .catchText {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  position: relative;
  bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .mainImage .catchText {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .mainImage .catchText {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
    text-align: center;
  }
}
.mainImage__illust {
  position: relative;
  top: 20px;
  width: 100%;
  max-width: 1140px;
}
@media only screen and (max-width: 640px) {
  .mainImage__illust {
    min-width: 530px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

#news {
  background: url(../../common/images/bg_city.png) repeat-x bottom;
  padding-bottom: 100px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  #news {
    margin-top: 10px;
    background-size: 70%;
    padding-bottom: 60px;
  }
}

#blog {
  background-color: #E8F1FF;
}
#blog .mainTitle {
  margin-bottom: 85px;
  width: calc(100% - 32px);
  max-width: 1108px;
}
#blog .noDate {
  padding: 0 0 60px;
}
#blog .moreBtn02 {
  margin-top: -40px;
}

#solutions .mainTitle {
  margin-bottom: 70px;
}

.solutionsBox {
  display: flex;
  gap: 44px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .solutionsBox {
    flex-direction: column;
    gap: 80px;
  }
}
.solutionsBox__detail {
  width: 33.3333333333%;
  background-color: #E8F1FF;
  border-radius: 8px;
  padding: 0 30px 30px;
}
@media only screen and (max-width: 768px) {
  .solutionsBox__detail {
    width: 100%;
  }
}
.solutionsBox__detail--image {
  height: 180px;
  text-align: center;
}
.solutionsBox__detail--image img {
  position: relative;
  bottom: 24px;
  max-height: 180px;
}
.solutionsBox__detail--title {
  color: #184ED8;
  text-align: center;
  margin-bottom: 36px;
}
.solutionsBox__detail--title .number {
  font-size: 50px;
  font-weight: bold;
  border-bottom: 1px solid #184ED8;
  margin-bottom: 8px;
  display: inline-block;
}
.solutionsBox__detail--title h3 {
  font-size: 28px;
  font-weight: bold;
}
.solutionsBox__detail--text {
  text-align: justify;
}
.solutionsBox .sol01 .solutionsBox__detail--text br {
  display: none;
}
.solutionsBox .sol02 .solutionsBox__detail--image img {
  left: 22px;
}
.solutionsBox .sol02 .solutionsBox__detail--text br {
  display: none;
}
.solutionsBox .sol03 .solutionsBox__detail--image img {
  bottom: 10px;
  height: 150px;
}
.solutionsBox .sol03 .solutionsBox__detail--text .br01 {
  display: none;
}

#company .moreBtn02 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #company .moreBtn02 {
    margin-top: 40px;
  }
}

#contact .contactText {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.7;
}