.bg-none{
  background: none !important;
  padding: 0 !important;
}

.page-about-section__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 585px;
  grid-template-columns: 1fr 585px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "a1 a2" "a1 a3";
}
.page-about-section__main > :nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: a1;
}
.page-about-section__main > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: a2;
}
.page-about-section__main > :nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: a3;
}
@media (max-width: 896px) {
  .page-about-section__main {
    display: block;
  }
}
.page-about-section__sub {
  width: 720px;
  margin: 60px auto 0;
}
@media (max-width: 896px) {
  .page-about-section__sub {
    width: 100%;
  }
}
.page-about-section__sub.-border-top {
  padding-top: 60px;
  border-top: 1px solid #c6c6c6;
}
@media (max-width: 896px) {
  .page-about-section__sub.-border-top {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.page-about-section__number {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 896px) {
  .page-about-section__number {
    margin-bottom: 20px;
  }
}
.page-about-section__number-text {
  display: block;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}
.page-about-section__number-text::first-line {
  text-shadow: 2px 2px 0 #a8dccc;
}
_:-ms-lang(x)::-ms-backdrop,
:root .page-about-section__number-text::first-line {
  color: #a8dccc;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
}
@media (max-width: 896px) {
  .page-about-section__number-text {
    font-size: 6rem;
  }
}
.page-about-section__title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 896px) {
  .page-about-section__title {
    font-size: 2rem;
  }
}
.about-category-nav__inner {
  width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 896px) {
  .about-category-nav__inner {
    width: 100%;
  }
}
.about-category-nav__anchor {
  flex: 0 1 340px;
  max-width: 340px;
}
@media (max-width: 896px) {
  .about-category-nav__anchor {
    max-width: none;
    max-width: initial;
    flex-basis: calc((100% - 20px) / 2);
  }
  .about-category-nav__anchor:nth-child(n + 3) {
    margin-top: 20px;
  }
}
.wellfare-block__container {
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .wellfare-block__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wellfare-block__container-small {
  max-width: 720px;
  margin: 0 auto;
}
.wellfare-block__image {
  max-width: 100%;
  height: auto;
}
.wellfare-block__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 896px) {
  .wellfare-block__column {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}
.wellfare-block__column.-flex-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 896px) {
  .wellfare-block__column.-flex-reverse {
    flex-direction: column;
  }
}
.wellfare-block__column.-align-item {
  align-items: flex-end;
}
.wellfare-block__column.-border-bottom {
  padding-bottom: 120px;
  border-bottom: 1px solid #959595;
}
@media (max-width: 896px) {
  .wellfare-block__column.-border-bottom {
    padding-bottom: 100px;
  }
}
.wellfare-block .section-graph__image {
  max-width: 100%;
  height: auto;
}
.wellfare-block__content {
  max-width: 621px;
  flex: 0 1 621px;
}
@media (max-width: 896px) {
  .wellfare-block__content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    flex: 0;
  }
}
.wellfare-block__logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wellfare-block__logo .section-heading.-h3 {
  margin-bottom: 0;
}
.wellfare-block__image-logo {
  flex: 0 0 105px;
  max-width: 105px;
  height: auto;
  margin-left: 20px;
  margin-top: 10px;
}
@media (max-width: 896px) {
  .wellfare-block__image-logo {
    flex: 0 1 70px;
    max-width: 70px;
    margin-left: 15px;
    margin-top: 0;
  }
}
.wellfare-block__text {
  line-height: 2;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .wellfare-block__text {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.wellfare-block__text::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  padding-right: 5px;
  border: 4px solid transparent;
  border-left: 7px solid #4a4a4a;
}
.wellfare-block__text + .wellfare-block__text {
  margin-top: 8px;
}
.wellfare-block__hr {
  border-top: 1px solid #959595;
  margin: 120px 0;
}
@media (max-width: 896px) {
  .wellfare-block__hr {
    margin: 60px 0;
  }
}


#wellfare-env .page-article__container{
  padding: 0;
}
#wellfare-hrd .btn-more{
  text-align: center;

}
#wellfare-hrd .btn-more .default-button .default-button__inner{
  padding: 13px 30px;
}
#wellfare-hrd .btn-more .default-button{
  width: 400px;
  height: 95px;
  margin: 100px auto;
}
#wellfare-hrd .btn-more .default-button__text{
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 896px) {
      #wellfare-hrd .btn-more .default-button__text{
        font-size: 1.6rem;
      }
      #wellfare-hrd .btn-more .default-button{
        width: 275px;
        height: 74px;
        margin: 60px auto;
      }
      #wellfare-hrd .btn-more .default-button .default-button__inner{
        padding: 13px 15px;
      }
}
#wellfare-hrd .btn-more__arrow{
  background: url(/newgraduates/wellfare/img/ico_more.svg) no-repeat center;
  background-size: 24px;
  width: 25px;
  height: 25px;
}
  @media (max-width: 896px) {
    #wellfare-hrd .btn-more__arrow{
        background-size: 20px;
        width: 20px;
    }
    #wellfare-env .page-article__container{
      padding: 0;
    }
  }
  /* 教育研修制度ページ */
  #wellfare-edu .btn__container{
    width: 100%;
    max-width: 920px;
    margin: 100px auto;
  }
  #wellfare-edu .btn__container .txt{
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 2.3;
  }
  #wellfare-edu .btn__container .aside-nav-buttons__anchor{
    width: 400px;
    height: 95px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 20px;
  }
  #wellfare-edu .requirements-table-slider{
    display: none;
  }
  #wellfare-edu .section-heading.-h2.education{
    font-size: 3.2rem;
  }
  #wellfare-edu .section-heading.-h3{
    margin: 3rem 0;
    font-size: 2.4rem;
  }
  #wellfare-edu .intro{
    margin-bottom: 10rem;
  }
  #wellfare-edu .design-center{
    width: 806px;
    max-width: 806px;
    background: #ffffff;
    margin: 60px auto;
  }
  #wellfare-edu .design-center .ttl_designcenter{
    width: 225px;
  }
  #wellfare-edu .design-center .pd-all{
    padding:8px;
  }
  #wellfare-edu .design-center__content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    padding: 38px;
    border: 1px solid #2B7DDE;
    align-items: center;
  }
  #wellfare-edu .design-center__content .txt{
    padding: 20px 0 0 0;
    line-height: 2;
    font-size: 1.6rem;
  }
  #wellfare-edu .design-center__content .default-button{
    border: none;
    margin-top: 20px;
    display: inline-block;
  }
  #wellfare-edu .design-center__content .default-button:hover{
    background: url(/newgraduates/img/bg-button_brushed_tiny.png) no-repeat 50%;
    background-size: contain;
  }
  #wellfare-edu .design-center__content .default-button__text{
    font-size: 12px;
    position: absolute;
  }
  #wellfare-edu .design-center__content .default-button__inner{
    min-height: auto;
    padding: 0;
    display: block;
  }
  #wellfare-edu .design-center__content .default-button__arrow{
    margin-left: -5px;
    margin-bottom: -8px;
  }

  @media (max-width: 896px) {
    #wellfare-edu .intro{
      margin-bottom: 60px;
    }
    #wellfare-edu .section-heading.-h2.education{
      font-size: 2.4rem;
    }
    #wellfare-edu .design-center{
      width: 100%;
      max-width: 100%;
      padding: 0;
    }
    #wellfare-edu .design-center__content{
      display: block;
      padding: 30px;
    }
    #wellfare-edu .design-center .ttl_designcenter{
      width: 159px;
    }
    #wellfare-edu .design-center__content .txt{
      padding: 10px 0;
    }
    #wellfare-edu .design-center__content .default-button__arrow{
      width: 100px;
    }
    #wellfare-edu .btn__container{
      margin: 60px auto;
    }
    #wellfare-edu .btn__container .aside-nav-buttons__anchor{
      width: 275px;
      height: 74px;
      min-height: 50px;
      max-width: 100%;
      margin: 0 auto;
      font-size: 16px;
    }
    #wellfare-edu .btn__container .txt{
      text-align: left;
      font-size: 14px;
      margin-bottom: 20px;
      line-height: 2.3;
    }
  }
  /* accordion */
  #wellfare-edu .section-heading.-h4.js-frame-in .section-heading__inline{
    color: #000;
    font-size: 2rem;
  }
  #wellfare-edu .pd{
    padding: 20px 30px;
    padding-top: 0;
    padding-right: 0;
  }
  #wellfare-edu .accordion .p-30{
    padding: 30px;
  }
  #wellfare-edu .accordion .p-txt{
    padding: 20px 30px;
  }
  #wellfare-edu .accordion .pd-tl{
    padding: 20px 0 0 30px;
  }
  #wellfare-edu .accordion .pr{
    padding-right: 30px;
  }
  #wellfare-edu .accordion .pr0{
    padding-right: 0;
  }
  #wellfare-edu .bdr{
    border-bottom: 1px dashed #707070;
  }
  #wellfare-edu .accordion .section-heading.-h2{
    font-size: 3.2rem;
    font-weight: 500;
  }
  #wellfare-edu .accordion .accordion-title{
    font-size: 2rem;
    font-weight: 500;
    cursor: pointer;
    /* margin-bottom: 2rem; */
    transition: all .2s;
  }
  #wellfare-edu .accordion .accordion-title .accordion-arr{

    position: relative;
  }
  #wellfare-edu .accordion .accordion-title .accordion-arr:after{
    position: absolute;
    content: '';
    top: 30%;
    left: 10rem;
    width: 2rem;
    height: 1rem;
    background: url(/newgraduates/wellfare/img/ico_accordion.svg) no-repeat center right;
    transform: rotate(-180deg);
    background-size: 2rem;
    transition: all .4s;
  }
  #wellfare-edu .accordion .accordion-title.is-open .accordion-arr:after{
    transform: rotate(0);
  }
  #wellfare-edu .accordion .detail-content{
    margin-bottom: 10rem;
    display: none;
  }
  #wellfare-edu .detail-content .section-heading.-h4{
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  #wellfare-edu .detail-content .section-paragraph__ttl ~ .section-heading__inline{
    font-size: 1.6rem;
    display: inline-block;
  }
  #wellfare-edu .detail-content .section-paragraph__text{
    font-size: 1.4rem;
  }
  #wellfare-edu .detail-content .section-paragraph__ttl{
    font-size: 1.6rem;
    font-weight: 500;
    padding: .4rem 1rem;
    border-radius: .2rem;
    display: inline-block;
    color: #070606;
    margin-right: 20px;
  }
  #wellfare-edu .detail-content .wellfare-section__box-v8{
    width: 57%;
  }
  #wellfare-edu .detail-content .wellfare-section__box-v9{
    width: 40%;
  }
  #wellfare-edu .detail-content .comment{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #wellfare-edu .detail-content .comment .comment__profile{
    text-align: center;
  }
  #wellfare-edu .detail-content .comment .comment__profile img{
    width: 10rem;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  #wellfare-edu .detail-content .comment .comment__text{
    background:#fff;
    border-radius: 2rem;
    padding: 3rem;
    max-width: 70.5rem;
    font-size: 1.6rem;
    line-height: 2.3;
    position: relative;
    box-shadow: 1rem 1rem 2rem rgb(0 0 0/ 10%);
  }
  #wellfare-edu .detail-content .comment .comment__text:before{
    content: '';
    left: -6%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.1rem 5.2rem 1.1rem 0;
    border-color: transparent #ffffff transparent transparent;
  }
  #wellfare-edu .detail-content .section-heading.-h2{
    border: none;
    margin: 2rem 0 0 0;
  }
  #wellfare-edu .accordion .section-graph__image.pd{
    padding: 0;
  }
  @media (max-width: 896px) {
    #wellfare-edu .pd{
      padding: 2rem 2rem;
      padding-top: 0;
      padding-right: 0;
    }
    #wellfare-edu .accordion .p-30{
      padding: 2rem;
    }
    #wellfare-edu .accordion .p-txt{
      padding: 2rem 2rem;
    }
    #wellfare-edu .accordion .pd-tl{
      padding: 2rem 0 0 2rem;
    }
    #wellfare-edu .accordion .pr{
      padding-right: 2rem;
    }
    #wellfare-edu .accordion .section-graph__image.pd{
      padding: 2rem 0 2rem 2rem;
    }
    #wellfare-edu .accordion .section-graph__image.pb-0{
      padding-bottom: 0;
    }
    #wellfare-edu .accordion .section-graph__image.pl{
      padding: 0 0 0 2rem;
    }
    #wellfare-edu .accordion .detail-content{
      margin-bottom: 60px;
    }
    #wellfare-edu .wellfare-block__column{
      flex-direction: column;
      margin-top: 0;
    }
    #wellfare-edu .detail-content .section-heading.-h4 .section-heading__inline{
      font-size: 1.8rem;
    }
    #wellfare-edu .detail-content .section-heading.-h4 .section-paragraph__ttl ~ .section-heading__inline{
      font-size: 1.4rem;
      margin-top: 1rem;
      display: block;
    }
    #wellfare-edu .detail-content .section-paragraph__ttl{
      line-height: 1.2;
      margin-right: 0;
    }
  }
  /* 住宅営業 色設定 */
  #wellfare-edu .sales .detail-content .section-heading.-h4{
    color: #F45454;
  }
  #wellfare-edu .sales .detail-content .section-paragraph__ttl{
    background-color: #FDBEBE;
  }
  #wellfare-edu .sales .accordion .accordion-title,
  #wellfare-edu .sales .accordion .detail-content{
    background: #FFF4F4;
    border-left: .4rem solid #FF9696;
  }
  #wellfare-edu .sales .detail-content .section-heading.-h2 .section-heading__inline{
    background: linear-gradient(90deg, #FDBEBE 50%, transparent 0%) 100% 100%
    no-repeat;
    background-size: 200% 12px;
    transition: background 0.6s ease-in-out;
  }
  #wellfare-edu .sales .detail-content .section-heading.-h2.-active .section-heading__inline {
    background-position: 1% 100%;
  }
  #wellfare-edu .sales .section-heading.-h2 .section-heading__inline,
  #wellfare-edu .sales .section-heading.-h4 .section-heading__inline {
    background: linear-gradient(90deg, #FF9696 50%, transparent 0%) 100% 100%
      no-repeat;
    background-size: 200% 12px;
    transition: background 0.6s ease-in-out;
  }
  #wellfare-edu .sales .section-heading.-h2.-active .section-heading__inline,
  #wellfare-edu .sales .section-heading.-h4.-active .section-heading__inline {
    background-position: 1% 100%;
  }
  #wellfare-edu .sales .section-heading.-h3::before{
    background-color: #FF9696;
  }
  @media (max-width: 896px) {
    #wellfare-edu .sales .section-heading.-h2 .section-heading__inline {
      background: linear-gradient(90deg, #FF9696 50%, transparent 0%) 100% 100%
        no-repeat;
      background-size: 200% 8px;
    }
  }

 /* 設計 色設定 */
 #wellfare-edu .planning .intro{
  margin-bottom: 0;
 }
 #wellfare-edu .planning .detail-content .section-heading.-h4{
  color: #2B7DDE;
}
#wellfare-edu .planning .detail-content .section-paragraph__ttl{
  background-color: #B3CFF0;
}
#wellfare-edu .planning .accordion .accordion-title,
#wellfare-edu .planning .accordion .detail-content{
  background: #F2F8FF;
  border-left: .4rem solid #6DA7EB;
}
#wellfare-edu .planning .detail-content .section-heading.-h2 .section-heading__inline{
  background: linear-gradient(90deg, #B3CFF0 50%, transparent 0%) 100% 100%
  no-repeat;
  background-size: 200% 12px;
  transition: background 0.6s ease-in-out;
}
#wellfare-edu .planning .detail-content .section-heading.-h2.-active .section-heading__inline {
  background-position: 1% 100%;
}
#wellfare-edu .planning .section-heading.-h2 .section-heading__inline,
#wellfare-edu .planning .section-heading.-h4 .section-heading__inline {
  background: linear-gradient(90deg, #6DA7EB 50%, transparent 0%) 100% 100%
    no-repeat;
  background-size: 200% 12px;
  transition: background 0.6s ease-in-out;
}
#wellfare-edu .planning .section-heading.-h2.-active .section-heading__inline,
#wellfare-edu .planning .section-heading.-h4.-active .section-heading__inline {
  background-position: 1% 100%;
}
#wellfare-edu .planning .section-heading.-h3::before{
  background-color: #6DA7EB;
}
@media (max-width: 896px) {
  #wellfare-edu .planning .section-heading.-h2 .section-heading__inline {
    background: linear-gradient(90deg, #6DA7EB 50%, transparent 0%) 100% 100%
      no-repeat;
    background-size: 200% 8px;
  }
}


 /* 工事監督 色設定 */
#wellfare-edu .supervision .detail-content .section-heading.-h4{
  color: #5AD92B;
}
#wellfare-edu .supervision .detail-content .section-paragraph__ttl{
  background-color: #BBEEA8;
}
#wellfare-edu .supervision .detail-content .point{
  border: 3px solid #9BE64E;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
#wellfare-edu .supervision .detail-content .point .icon{
  position: absolute;
  left: 10px;
  top: -12px;
  width: 94px;
}

#wellfare-edu .supervision .accordion .accordion-title,
#wellfare-edu .supervision .accordion .detail-content{
  background: #F5F8EB;
  border-left: .4rem solid #9BE64E;
}
#wellfare-edu .supervision .detail-content .section-heading.-h2 .section-heading__inline{
  background: linear-gradient(90deg, #BBEEA8 50%, transparent 0%) 100% 100%
  no-repeat;
  background-size: 200% 12px;
  transition: background 0.6s ease-in-out;
}
#wellfare-edu .supervision .detail-content .section-heading.-h2.-active .section-heading__inline {
  background-position: 1% 100%;
}
#wellfare-edu .supervision .section-heading.-h2 .section-heading__inline,
#wellfare-edu .supervision .section-heading.-h4 .section-heading__inline {
  background: linear-gradient(90deg, #9BE64E 50%, transparent 0%) 100% 100%
    no-repeat;
  background-size: 200% 12px;
  transition: background 0.6s ease-in-out;
}
#wellfare-edu .supervision .section-heading.-h2.-active .section-heading__inline,
#wellfare-edu .supervision .section-heading.-h4.-active .section-heading__inline {
  background-position: 1% 100%;
}
#wellfare-edu .supervision .section-heading.-h3::before{
  background-color: #9BE64E;
}
#wellfare-edu .supervision .btn__container{
  margin-bottom: 0;
}

@media (max-width: 896px) {
  #wellfare-edu .supervision .section-heading.-h2 .section-heading__inline {
    background: linear-gradient(90deg, #9BE64E 50%, transparent 0%) 100% 100%
      no-repeat;
    background-size: 200% 8px;
  }
}

#wellfare-edu .anchor-list{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem auto;
}
#wellfare-edu .anchor-list li{
  width: 21.8rem;
  margin: 0 1rem;
}
#wellfare-edu .anchor-list li a{
  text-decoration: none;
}
#wellfare-edu .anchor-list li a:hover{
  background: url(/newgraduates/img/bg-button_brushed_tiny.png) no-repeat center;
  background-size: 45% auto;
}
#wellfare-edu .interviewer-label {
    height: 5rem;
    font-size: 1.4rem;
    position: relative;
}
#wellfare-edu .interviewer-label__inner::after{
  content: "";
    display: block;
    position: absolute;
    top: calc(50% - (7px / 2));
    right: 15px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
}
#wellfare-edu .interviewer-label__inner {
  border: 1px solid #000;
  border-radius: 2px;
  padding:  0;
  position: relative;
  z-index: 1;
  display: block;
  height: 5rem;
}
#wellfare-edu .interviewer-label__status {
    padding: 1rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    border: none;
}
#wellfare-edu .interviewer-label::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 2px;
}
#wellfare-edu .interviewer-label.-sales::after {
  background-color: #fdbebe;
}
#wellfare-edu .interviewer-label.-planning::after {
  background-color: #B3CFF0;
}
#wellfare-edu .interviewer-label.-supervision::after {
  background-color: #BBEEA8;
}

@media (max-width: 896px) {
  #wellfare-edu .anchor-list{
    flex-wrap: wrap;
    justify-content: center;
    margin: 6rem 2rem;
  }
  #wellfare-edu .anchor-list li{
    width: 14.7rem;
    margin-bottom: 2rem;
  }
  #wellfare-edu .accordion .p-txt{
    padding: 2rem;
  }
  #wellfare-edu .detail-content .wellfare-section__box-v8,
  #wellfare-edu .detail-content .wellfare-section__box-v9{
    width: 100%;
  }
  #wellfare-edu .detail-content .comment{
    align-items: flex-start;
  }
  #wellfare-edu .detail-content .comment .comment__profile{
    width: 22%;
  }
  #wellfare-edu .detail-content .comment .comment__profile img{
    width: 6rem;
  }
  #wellfare-edu .detail-content .comment .comment__text{
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 2.1;
    width: 74%;
  }
  #wellfare-edu .detail-content .comment .comment__text:before {
    content: '';
    left: -15px;
    top: 20px;
    border-width: 0.9rem 2.2rem 0.9rem 0;
  }
  #wellfare-edu .sales .detail-content .section-heading.-h2.-active .section-heading__inline{
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  #wellfare-edu .anchor-list{
    flex-direction: column;
}
}
