/* ------------------------------------------------------
   * 編集エリア
  ------------------------------------------------------ */
.container {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

.span-bold {
  font-size: 1.6rem;
  font-weight: 700;
}

.heading_title {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-size: 2.2rem !important;
}

.line-layout {
  border-bottom: 5px solid #ccc;
}

.heading {
  position: relative;
  font-weight: 600;
  font-size: 2.2rem;
  color: #4D4D4F;
  text-align: center;
  line-height: 1.3;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.heading span {
  color: #D32D26;
  font-weight: 600;
  font-size: 1.6rem;
}

.heading-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-flex img {
  height: 5rem;
}

.heading-container__comment p {
  font-size: 1.2rem;
  padding-top: 1.4rem;
}

.heading::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #D32D26;
  width: 2rem;
  height: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -1rem;
}

.logo {
  width: 55%;
}

.logo img {
  width: 100%;
}

.example__ttl {
  margin-top: 4rem;
}

.example__img {
  padding-top: 1rem;
}

.example__cate {
  border: 3px solid #D32D26;
  border-radius: 1.5rem;
  margin-top: 4.5rem;
  padding: 1rem 3.5rem 4rem 3.5rem;
}

.example__cate-ttl {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  background-color: #D32D26;
  text-align: center;
  margin-bottom: 1.4rem;
  margin-top: 3.4rem;
}

.example__cate-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.example__cate li {
  color: #4D4D4F;
  cursor: pointer;
  font-size: 1.7rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-weight: 600;
  height: 14rem;
  border: 2px solid #ECECEC;
  text-align: center;
  padding: 1.2rem 1rem;
  line-height: 1.2;
  position: relative;
  border-radius: .7rem;
  -moz-box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);
  -ms-box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);
  box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);
}

.example__cate li:hover {
  border: 2px solid #D32D26;
}

.example__cate li::after {
  position: absolute;
  content: "";
  background: url("/groupvision2030/mapxus/img/modal-btn_open.svg") no-repeat center;
  width: 2.2rem;
  height: 2.2rem;
  bottom: 1rem;
  right: 1rem;
}

.example__icon::after {
  position: absolute;
  content: "";
  background: url("/groupvision2030/mapxus/img/example-icon01.svg") no-repeat center;
  width: 5rem;
  height: 6rem;
  background-size: contain;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.example__icon-2::after {
  background: url("/groupvision2030/mapxus/img/example-icon05.svg") no-repeat center;
  width: 10rem;
  height: 5rem;
  background-size: contain;
}

.example__icon-3::after {
  background: url("/groupvision2030/mapxus/img/example-icon03.svg") no-repeat center;
  width: 5rem;
  height: 6rem;
  background-size: contain;
}

.example__icon-4::after {
  background: url("/groupvision2030/mapxus/img/example-icon04.svg") no-repeat center;
  width: 6rem;
  height: 6rem;
  background-size: contain;
}

.example__icon-5::after {
  background: url("/groupvision2030/mapxus/img/example-icon02.png") no-repeat center;
  width: 6.2rem;
  height: 6.3rem;
  background-size: contain;
}

.example__icon-6::after {
  background: url("/groupvision2030/mapxus/img/example-icon06.png") no-repeat center;
  width: 8rem;
  height: 6rem;
  background-size: contain;
}

.modal {
  opacity: 0;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  overflow: auto;
  transition: opacity .3s;
  visibility: hidden;
  z-index: 999;
}

body.is-open {
  overflow: hidden;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.modal-container {
  position: absolute;
  background-color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 1.7rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-weight: 600;
  width: 36rem;
  border: 0.5px solid #ECECEC;
  text-align: center;
  padding: 3.5rem 4.5rem;
  line-height: 1.2;
  border-radius: .7rem;
  -moz-box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);
  -ms-box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);
  box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);

}

.modal-content-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  color: #4D4D4F;
}

.modal-content-txt {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 2rem;
}

.modal-content img {
  height: 6.5rem;
}

.example__txt {
  padding-top: 2rem;
}

.modal-close-icon {
  position: absolute;
  right: -2rem;
  top: -2rem;
  cursor: pointer;
}

.modal-close-icon img {
  width: 3.8rem;
  height: 3.8rem;
}

.contents02 {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 6rem;
}

.strengths {
  background-color: #FFF3F2;
  padding-bottom: 1rem;
}

.strengths__ttl {
  padding-top: 4rem;
}

.strengths__content-wrap {
  width: 90%;
  margin: 7rem auto 0;
}

.strengths__content {
  position: relative;
  padding: 4rem 3rem;
  background-color: #fff;
  border-radius: .7rem;
  margin-bottom: 6rem;
  -moz-box-shadow: 5px 5px 5px 0px rgba(82, 82, 82, 0.29);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(82, 82, 82, 0.29);
  -ms-box-shadow: 5px 5px 5px 0px rgba(82, 82, 82, 0.29);
  box-shadow: 5px 5px 5px 0px rgba(82, 82, 82, 0.29);
  z-index: 1;
}

.strengths__point-bk {
  position: relative;
}

.strengths__point-bk::after {
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  top: -4rem;
  left: 3.9rem;
  z-index: 0;
  -moz-box-shadow: 5px 5px 5px 0px rgba(82, 82, 82, 0.29);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(82, 82, 82, 0.29);
  -ms-box-shadow: 5px 5px 5px 0px rgba(82, 82, 82, 0.29);
  box-shadow: 5px 5px 5px 0px rgba(82, 82, 82, 0.29);
}

.strengths__point {
  color: #D32D26;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  top: -4rem;
  position: absolute;
  width: 8rem;
  height: 8rem;
  text-align: center;
  padding-top: 1.5rem;
  font-family: "Roboto";
  left: 4rem;
}

.strengths__point span {
  font-size: 2.8rem;
}

.strengths__wrap {
  display: flex;
  gap: 4%;
  align-items: baseline;
}

.strengths__txt {
  width: 50%;
}

.strengths__content-ttl {
  color: #4D4D4F;
  font-size: 2rem;
  font-weight: 700;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

.strengths__content-txt {
  font-size: 1.4rem;
  padding-top: 1rem;
  line-height: 22px;
}

.strengths__content-txt p:nth-child(2) {
  padding-top: 2rem;
}

.strengths__img {
  width: 50%;
}

.strengths__img img {
  width: 100%;
}

.service {
  padding-top: 3rem;
}

.service__img {
  margin-top: 3rem;
}

.service__img img {
  width: 100%;
}

.heading02 {
  text-align: center;
  margin-bottom: 3rem;
}

.heading02 span {
  color: #D32D26;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid #4D4D4F;
  padding-bottom: .3rem;
}

.heading02 p {
  padding-top: .7rem;
  font-size: 2rem;
  font-weight: 600;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

.introduction {
  margin-top: 6rem;
}

.introduction__menu {
  display: flex;
  justify-content: space-between;
  margin: 3rem auto 0 !important;
  position: relative;
  width: 91%;
}

.introduction__menu li {
  width: 33.333%;
  text-align: center;
  border-right: 2px solid #D32D26;
}

.introduction__menu a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #D32D26;
  padding: 3rem 0;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

.introduction__menu li:first-child {
  border-left: 2px solid #D32D26;
}

.introduction__menu-icon::after {
  position: absolute;
  content: "";
  background: url("/groupvision2030/mapxus/img/introduction-icon01.svg") no-repeat center;
  width: 3rem;
  height: 4rem;
  top: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.introduction__menu-icon-2::after {
  background: url("/groupvision2030/mapxus/img/introduction-icon02.svg") no-repeat center;

}

.introduction__menu-icon-3::after {
  background: url("/groupvision2030/mapxus/img/introduction-icon03.svg") no-repeat center;

}

.introduction__menu a::before {
  position: absolute;
  content: "";
  background: url("/groupvision2030/mapxus/img/introduction-btn.svg") no-repeat center;
  width: 3rem;
  height: 4rem;
  bottom: -.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.introduction__menu a:hover::before {
  transform: translate(0, 4px);
  transition: .4s;
}

.intoroduction__wrap {
  background-color: #FFF3F2;
  margin-top: 4rem;
  padding: 8rem 0 2rem;
}

.intoroduction__content {
  border: 0.5px solid #ECECEC;
  background-color: #fff;
  width: 90%;
  margin: 0 auto 4rem;
  border-radius: 1rem;
  -moz-box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);
  -ms-box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);
  box-shadow: 0px 5px 5px 0px rgba(82, 82, 82, 0.29);
}

.intoroduction__comment {
  background-color: #fff;
  width: 90%;
  margin: 0 auto 4rem;
  border-radius: 1rem;
  text-align: center;
}

.intoroduction__comment-inner {
  width: 90%;
  margin: 0 auto;
  padding: 2.2rem 0 2rem 0;
}

.intoroduction__comment-ttl {
  color: #D32D26;
  font-size: 2rem;
  font-weight: bold;
}

.intoroduction__comment-ttl img {
  height: 4rem;
}

.intoroduction__comment-txt {
  line-height: 1.5;
  padding-top: 1.5rem;
  font-size: 1.3rem;
}

.intoroduction__comment-name {
  font-weight: 500;
  padding-top: 2rem;
}

.intoroduction__inner {
  width: 71%;
  margin: 0 auto;
}

.intoroduction__content-icon {
  text-align: center;
  margin-bottom: 3rem;
}

.intoroduction__content-img img {
  width: 100%;
}

.intoroduction__content-wrap {
  display: flex;
}

.intoroduction__content-img {
  text-align: center;
}

.intoroduction__content-ttl p {
  color: #4D4D4F;
}

.intoroduction__content-txt {
  font-size: 1.4rem;
  padding: 3rem 0 4rem;
}

.intoroduction__link a {
  text-decoration: underline;
}

.news {
  padding-top: 3rem;
}

.news__content li a {
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px solid #e6e7e8;
  align-items: center;
}

.news__property {
  flex-shrink: 0;
  padding-right: 5rem;
  font-size: 1.4rem;
}

.news__date {
  font-weight: bold;
}

.news__tag {
  font-size: 1.1rem;
  background-color: #4c4948;
  color: #fff;
  display: inline-block;
  padding: 0 1rem;
}

.news__ttl::after {
  content: '';
  width: 9px;
  height: 9px;
  border-top: 1px solid #282f30;
  border-right: 1px solid #282f30;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  right: auto;
  vertical-align: middle;
  margin-left: 9px;
  margin-right: 3px;
}

.news__more {
  text-align: right;
  margin: 1rem 0 6rem;
}

.news__more a {
  font-size: 1.8rem;
  padding-right: .5rem;
}

.news__more::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #D32D26;
  border-right: 1px solid #D32D26;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  right: auto;
  vertical-align: middle;
  top: -.2rem;
}

@media only screen and (max-width: 640px) {

  .is-sp {
    display: block;
  }

  .is-pc {
    display: none;
  }

  .heading_title {
    font-size: 1.5rem !important;
  }

  .heading_img {
    margin-bottom: 1rem;
  }

  .contents02 {
    padding-left: 0;
    padding-right: 0;
  }

  .example__cate {
    padding: 1rem 2rem 2.4rem 2rem;
  }

  .example__cate-ttl {
    margin-bottom: 1.4rem;
    margin-top: 1.4rem;
  }

  .example__cate-block {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 16px;
    grid-column-gap: 16px;
  }

  .example__cate li {
    font-size: 1.4rem;
    border: 0.5px solid #ECECEC;
    text-align: center;
    padding: 1.2rem .7rem;
  }

  .example__cate li:hover {
    border: 0.5px solid #ECECEC;
  }

  .modal-container {
    width: 75%;
    left: 50%;
  }

  .modal-close-icon {
    right: -1.5rem;
    top: -1.5rem;
  }

  .modal-close-icon img {
    width: 3rem;
    height: 3rem;
  }

  .strengths__content-wrap {
    margin-top: 8rem;
  }

  .strengths__wrap {
    flex-direction: column-reverse;
  }

  .strengths__point-bk::after {
    left: 2rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }

  .strengths__content {
    width: 100%;
    padding: 4rem 4rem;
    margin-bottom: 7rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }

  .strengths__content-ttl {
    text-align: center;
    font-size: 2.2rem;
  }

  .strengths__content-txt {
    padding-top: 0.8rem;
  }

  .strengths__content-txt p:nth-child(2) {
    padding-top: 0;
  }


  .strengths__txt {
    width: 100%;
    margin-top: 1.5rem;
  }

  .strengths__img {
    width: 100%;
  }

  .strengths__point {
    left: 2rem;
  }

  .service__img {
    margin-top: 4rem;
  }

  .intoroduction__wrap {
    padding: 6rem 0 2rem;
  }

  .introduction__menu li {
    line-height: 1;
  }

  .introduction__menu a {
    padding: 3.5rem .5rem;
    height: 10rem;
  }

  .introduction__menu a:hover::before {
    transform: translate(0, 0);
    transition: 0;
  }

  .intoroduction__content-img img {
    width: 100%;
  }

  .intoroduction__inner {
    width: 90%;
  }

  .news__property {
    padding-right: 2rem;
  }
}