@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;
  }
}

.titleWrap {
  text-align: center;
  margin-bottom: 40px;
}
.titleWrap .sectionTitle {
  display: inline;
  padding-left: 16px;
  padding-right: 16px;
}

.soluSection {
  background-color: #E8F1FF;
  border-radius: 0 8px 8px 0;
  padding: 160px 0 80px 0;
  margin-bottom: 160px;
  position: relative;
  display: flex;
  gap: 50px;
  align-items: center;
  width: calc(100% - 80px);
  margin-bottom: 80px;
}
@media only screen and (max-width: 810px) {
  .soluSection {
    gap: 0;
  }
}
@media only screen and (max-width: 640px) {
  .soluSection {
    flex-direction: column-reverse;
    padding: 0px 30px 40px;
    width: 100%;
    border-radius: 8px;
  }
}
.soluSection svg {
  height: 48px;
}
.soluSection__detail {
  position: relative;
  max-width: 640px;
  width: 100%;
}
.soluSection__detail--title {
  color: #184ED8;
  text-align: center;
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .soluSection__detail--title {
    position: static;
    transform: inherit;
    margin-bottom: 24px;
  }
}
.soluSection__detail--title .number {
  font-size: 100px;
  font-weight: bold;
  border-bottom: 3px solid #184ED8;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .soluSection__detail--title .number {
    font-size: 50px;
  }
}
.soluSection__detail--title h3 {
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .soluSection__detail--title h3 {
    font-size: 28px;
  }
}
.soluSection__detail--text {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .soluSection__detail--text {
    text-align: justify;
  }
  .soluSection__detail--text br {
    display: none;
  }
}
.soluSection__detail--point {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px 40px;
}
@media only screen and (max-width: 810px) {
  .soluSection__detail--point {
    flex-wrap: wrap;
    max-width: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .soluSection__detail--point {
    gap: 30px 20px;
  }
}
.soluSection__detail--point .pointBox {
  text-align: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.soluSection__detail--point .pointBox svg {
  fill: #184ED8;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.soluSection__detail--point .pointBox p {
  color: #184ED8;
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
}
.soluSection__image {
  flex: 1;
}
.soluSection__image img {
  position: relative;
  width: 100%;
  min-width: 200px;
  transition: 0.2s;
}
@media only screen and (max-width: 810px) {
  .soluSection__image img {
    min-width: auto;
    max-width: auto !important;
    width: auto;
    min-height: 180px;
    max-height: 240px;
  }
}
@media only screen and (max-width: 640px) {
  .soluSection__image img {
    left: 0 !important;
    top: -25px;
    height: 180px;
  }
}
.soluSection:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #E8F1FF;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .soluSection:before {
    content: none;
  }
}
.soluSection.sol01 {
  margin-top: 80px;
}
.soluSection.sol01 .soluSection__image img {
  max-width: 330px;
  left: 50px;
}
@media only screen and (max-width: 810px) {
  .soluSection.sol01 .soluSection__image img {
    left: 40px;
  }
}
.soluSection.sol02 {
  border-radius: 8px 0 0 8px;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .soluSection.sol02 {
    flex-direction: column;
  }
}
.soluSection.sol02:before {
  right: inherit;
  left: 100%;
}
.soluSection.sol02 .soluSection__image img {
  max-width: 205px;
  left: 110px;
}
@media only screen and (max-width: 1070px) {
  .soluSection.sol02 .soluSection__image img {
    left: 40px;
  }
}
@media only screen and (max-width: 810px) {
  .soluSection.sol02 .soluSection__image img {
    left: -40px;
  }
}
@media only screen and (max-width: 640px) {
  .soluSection.sol02 .soluSection__image img {
    left: 24px !important;
  }
}
.soluSection.sol03 .soluSection__image img {
  max-width: 300px;
  left: 80px;
}
@media only screen and (max-width: 810px) {
  .soluSection.sol03 .soluSection__image img {
    left: 40px;
  }
}