@charset "Shift_JIS";
.sogo-mainvisual-wrap {
  background-image: url(../img/saiyou/img-top-sougo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sogo-mainvisual-wrap p {
  margin-bottom: 22px;
}

.sogo-mainvisual {
  max-width: 1080px;
  margin: 0 auto;
  font-weight: bold;
  padding: 50px 0 26px 0;
}

.sogo-mainvisual h2 {
  font-size: 140%;
  margin-bottom: 16px;
}

.sogo-mainvisual .two-br {
  display: block;
  margin-top: 16px;
}

.sogo-mission {
  display: block;
  width: 670px;
  background-color: rgba(250, 252, 252, .45);
  padding: 10px 24px 10px 16px;
  color: #143C85;
  font-weight: bold;
}

.sogo-mission h3 {
  font-size: 120%;
  margin-bottom: 10px;
}

.sogo-mission ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sogo-mission li {
  font-size: 100%;
  position: relative;
  text-align: left;
  padding-bottom: 4px;
}

.sogo-mission li span {
  font-size: 100%;
  display: inline-block;
  color: #fff;
  z-index: 2;
  position: relative;
  width: 26px;
  height: auto;
  text-align: center;
  margin-right: 10px;
  background: #143C85;
  border-radius: 50%;
}

.sogo-cmn-wrap {
  background-color: #f1f5fa;
}

.sogo-cmn {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 60px 0;
}

.sogo-cmn-in {
  width: 30.6%;
  margin-right: 4%;
  margin-bottom: 4%;
}

.sogo-cmn-in:nth-child(3n) {
  margin-right: 0%;
}

.sogo-cmn-img img {
  width: 100%;
}

.sogo-cmn-in a {
  background-color: #ffffff;
  display: block;
  width: 100%;
  -ms-box-shadow: 0 0 10px #D2D2D2;
  -moz-box-shadow: 0 0 10px #D2D2D2;
  box-shadow: 0 0 10px #d2d2d2;
  height: 100%;
}

.sogo-cmn-in h3 {
  font-size: 106.25%;
  font-weight: bold;
  color: #143c85;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  line-height: 1.2;
  border-bottom: 1px #E4E6EC solid;
}

.sogo-cmn-in h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/item_classification/arrow-02.svg);
  margin: 0 10px 0 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0;
}

.sogo-cmn-in p {
  font-size: 90%;
  padding: 0 6px;
}

.hometop-wrapper {
  border-bottom: 1px solid #e4e6ec;
  margin-bottom: 100px;
}

.sogo-cmn-text {
  padding: 14px;
}

.hometop-btn {
  max-width: 1080px;
  padding: 70px 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.hometop-btn a {
  position: relative;
  display: inline-flex;
  background-color: #143c85;
  border-radius: 30px;
  padding: 16px 72px;
}

.hometop-btn .f-logo {
  display: flex;
  margin-right: 14px;
  margin-left: -26px;
  height: 24px;
  width: 21px;
}

.hometop-btn a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -5px;
  right: 10%;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

.hometop-btn a:hover:after, .hometop-btn a:active:after {
  right: 8%;
}

.btn-detaile {
  font-size: 90%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hometop-wrapper {
    margin-bottom: 0;
  }
  .sogo-mainvisual-wrap {
    background-image: url(../img/saiyou/sp/sp-img-top-sougo.jpg);
  }
  .sogo-mainvisual {
    padding: 26px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    position: relative;
  }
  .sogo-mainvisual h2 {
    font-size: 130%;
    margin-bottom: 10px;
  }
  .sogo-mainvisual .two-br {
    margin-top: 6px;
  }
  .sogo-mission {
    width: 100%;
    padding: 6px 10px;
  }
  .sogo-mainvisual-wrap p {
    margin-bottom: 14px;
    font-size: 76%;
  }
  .sogo-mission li span:before {
    width: 20px;
    height: 20px;
    margin-top: -13px;
    left: 10%;
  }
  .sogo-mission li span {
    margin-right: 4px;
    height: 22px;
    width: 22px;
  }
  .sogo-mission h3 {
    font-size: 100%;
    margin-bottom: 6px;
  }
  .sogo-mission li {
    font-size: 86%;
    padding-bottom: 6px;
    width: 100%;
  }
  .hometop-btn a {
    padding: 14px 76px;
    font-size: 16px;
  }
  .sogo-cmn {
    display: block;
    padding: 30px 20px;
  }
  .sogo-cmn-in, .sogo-cmn-in:nth-child(3n) {
    margin: 0 auto;
    margin-bottom: 28px;
  }
  .sogo-cmn-in {
    margin-bottom: 28px;
    width: 100%;
  }
  .sogo-cmn-in p {
    font-size: 86%;
    padding: 0;
  }
  .hometop-btn {
    padding: 40px 0;
  }
  .sogo-cmn-in h3 {
    padding-left: 40px;
  }
  .sogo-cmn-in h3::before {
    top: 17px;
    left: 10px;
  }
}


/*ippan*/

.ippan-mainvisual-wrap {
  background-image: url(../img/saiyou/img-top-ippan.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ippan-mainvisual-wrap p {
  margin-bottom: 22px;
}

.saiyo-ttl-h3 {
  width: 1080px;
  font-size: 130%;
  color: #143C85;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

section.introduction-wrap .saiyo-ttl-h3 {
  margin-bottom: 24px;
}

.three-mission-wrap {
  background-color: #f1f5fa;
  padding: 70px 0 60px 0;
}

.three-mission-wrap .ippan-fx {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 10px #d2d2d2;
  padding: 40px 50px;
}

.three-mission-wrap .ippan-cmn-img {
  min-width: 441px;
  margin-right: 32px;
}

.three-mission-wrap .mission-detaile {
  margin-top: 10px;
}

.three-mission-wrap .mission-detaile dt {
  font-size: 122%;
  color: #143C85;
  font-weight: bold;
  margin-bottom: 20px;
}

.three-mission-wrap .mission-detaile dd {
  font-size: 104%;
  margin-bottom: 40px;
}

.three-mission-wrap .ippan-cmn-img img {
  width: 100%;
}

.three-mission-wrap a, .introduction-wrap a {
  width: 200px;
  height: 46px;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, .25));
  border-radius: 6px;
  background: #143c85;
  margin-left: 24px;
}

.introduction-wrap a {
  margin: 0 auto;
}

section.introduction-wrap {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 100px 0;
}

section.introduction-wrap p {
  font-size: 90%;
  text-align: center;
  margin-bottom: 24px;
}

.ippan-cmn-img {
  margin-bottom: 18px;
  display: block;
}

.ippan-page .hometop-wrapper {
  border-top: 1px solid #e4e6ec;
}

.v-width-br {
  display: none;
}

@media screen and (max-width: 1000px) {
  .v-width-br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .ippan-mainvisual-wrap {
    background-image: url(../img/saiyou/sp/sp-img-top-ippan.jpg);
    background-size: unset;
  }
  .ippan-mainvisual-wrap p {
    margin-bottom: 14px;
    font-size: 76%;
  }
  .ippan-page .sogo-mainvisual {
    max-width: 1080px;
    margin: 0 auto;
    font-weight: bold;
    padding: 26px 10px 20px 10px;
  }
  .ippan-page .saiyo-ttl-h3 {
    width: auto;
    font-size: 100%;
    margin-bottom: 24px;
  }
  .three-mission-wrap {
    padding: 26px 20px 40px 20px;
  }
  .three-mission-wrap .ippan-fx {
    width: auto;
    display: block;
    padding: 0;
  }
  .three-mission-wrap .ippan-cmn-img {
    min-width: unset;
    margin-right: 0;
    margin-bottom: 0;
  }
  .three-mission-wrap .mission-detaile {
    margin-top: 0;
    padding: 26px 16px;
  }
  .three-mission-wrap .mission-detaile dt {
    font-size: 110%;
  }
  .three-mission-wrap .mission-detaile dd {
    font-size: 88%;
    margin-bottom: 16px;
  }
  ul.ippan-cmn li {
    margin-bottom: 30px;
  }
  .three-mission-wrap a, .introduction-wrap a {
    margin-left: 0;
    height: 60px;
  }
  .three-mission-wrap a {
    width: 100%;
    margin-left: 0;
    height: 60px;
  }
  section.introduction-wrap {
    padding: 32px 0 60px 0;
    width: auto;
  }
  section.introduction-wrap .saiyo-ttl-h3 {
    margin-bottom: 16px;
    font-size: 130%;
  }
  span.mt-display {
    display: block;
    margin-top: 14px;
  }
  section.introduction-wrap p {
    font-size: 88%;
    margin-bottom: 20px;
  }
  .ippan-cmn-img {
    margin-bottom: 28px;
  }
  .introduction-wrap a {
    width: 84%;
    margin: 0 auto;
  }
}

@media all and (-ms-high-contrast: none) {
  footer .s-footer .reguler-service li {
    width: calc(100% / 2 - 4px);
  }
}

.aeo-link-btn {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .aeo-link-btn {
    bottom: 50px;
  }
}

.ippan-cmn li{
  margin-bottom: 50px;
}
