@charset "UTF-8";
/*  =============================================================

  Reform group

============================================================= */
.reformg .fv {
  position: relative;
}

.reformg .fv__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 680px;
  margin: 0 auto;
  padding: 35px 0;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
}


.reformg .fv__panel h2 {
  font-size: 4.8rem;
  color: #1a55b8;
}

@media screen and (max-width: 820px) {
  .reformg .fv {
    position: relative;
  }

  .reformg .fv__panel {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
  }

  .reformg .fv__panel h2 {
    font-size: 3.2rem;
    color: #1a55b8;
  }
}


 @media screen and (max-width: 640px) {
  .reformg .fv {
    position: relative;
  }

  .reformg .fv__panel {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
  }

  .reformg .fv__panel h2 {
    font-size: 2.0rem;
    color: #1a55b8;
  }
}

.reformg .greeting {
  margin: 20px 0 0;
  padding: 80px 0;
  background: #ececee;
  color: #0055b8;
}

.reformg .greeting__inner {
  max-width: 720px;
  margin: 0 auto;
}

.reformg .greeting__text {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
}

.reformg .greeting__signature {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: right;
  line-height: 2;
}


@media screen and (max-width: 640px) {
  .reformg .greeting {
    margin: 0;
    padding: 60px 4%;
    background: #ececee;
    color: #0055b8;
  }

  .reformg .greeting__inner {
    max-width: 100%;
    margin: 0 auto;
  }

  .reformg .greeting__text {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
  }

  .reformg .greeting__signature {
    font-weight: 500;
    font-size: 1.4rem;
    text-align: right;
    line-height: 2;
  }
}


.reformg .staff {
  padding: 120px 0;
}

.reformg .pageTitleText {
  position: relative;
  margin: 0 0 40px;
}

.reformg .staff__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto 60px;
}

.reformg .staff__item {
  position: relative;
  width: 48%;
  margin: 0 0 60px;
}

.reformg .staff__item img {
  border-radius: 12px;
}

.reformg .staff__detail {
  margin: -60px 0 0;
}

.reformg .staff__position {
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 2rem;
  text-align: right;
  line-height: 1.5;
}

.reformg .staff__name {
  color: #fff;
  font-size: 2rem;
  text-align: right;
  line-height: 1.5;
}

.reformg .staff__position span,
.reformg .staff__name span {
  display: inline-block;
  padding: 0 10px 5px 20px;
  background: #0055b8;
}

.reformg .staff__more {
  display: block;
  margin: -60px auto 0;
  font-size: 1.8rem;
  text-align: center;
}

.reformg .staff__more a {
  position: relative;
  display: inline-block;
  padding: 0 0 10px;
}

.reformg .staff__more a::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  content: "";
  width: 100%;
  margin: 0 auto;
  height:2px;
  background: #c8ced4;
}

.reformg .staff__more a::after {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #0055b8;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .5s;
}

.reformg .staff__more a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

@media screen and (max-width: 820px) {
  .reformg .staff {
    padding: 80px 4%;
  }


  .reformg .staff__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto 60px;
  }

}

@media screen and (max-width: 640px) {
  .reformg .staff {
    padding: 60px 4%;
  }

  .reformg .staff__item {
    position: relative;
    width: 100%;
    margin: 0 0 30px;
  }

  .reformg .staff__item img {
    border-radius: 8px;
  }

  .reformg .staff__detail {
    margin: -60px 0 0;
  }

  .reformg .staff__position {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: right;
    line-height: 1.5;
  }

  .reformg .staff__name {
    color: #fff;
    font-size: 1.4rem;
    text-align: right;
    line-height: 1.5;
  }

  .reformg .staff__position span,
  .reformg .staff__name span {
    display: inline-block;
    padding: 0 10px 5px 20px;
    background: #0055b8;
  }

}

.reformg .blog {
  margin: 0 0 60px;
}

.reformg .pageTitleText {
  margin: 0 0 40px;
}

.reformg .blog__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 2px;
    height: 40px;
    margin: 0 auto;
    background: #0055b8;
}

.reformg .blogList {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

.reformg .blogList ul {
  width: 100%;
  justify-content: center;
}

.reformg .blog__more {
  display: block;
  margin: 0 auto;
  font-size: 2.4rem;
  text-align: center;
}

.reformg .blog__more a {
  position: relative;
  display: inline-block;
  padding: 0 0 10px;
}

.reformg .blog__more a::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  content: "";
  width: 100%;
  margin: 0 auto;
  height:2px;
  background: #c8ced4;
}

.reformg .blog__more a::after {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #0055b8;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .5s;
}

.reformg .blog__more a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

@media screen and (max-width: 820px) {
  .reformg .blog {
    margin: 0 4% 60px;
  }
}

@media screen and (max-width: 640px) {
  .reformg .blog {
    margin: 0 4% 60px;
  }
}

.reformg .organization {
  padding: 60px 0;
  background: #ececee;
}

.reformg .organization__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
}

.reformg .organization__item {
  width: 220px;
  margin: 0 20px 40px;
}


@media screen and (max-width: 640px) {
  .reformg .organization {
    padding: 60px 0;

  }

  .reformg .organization__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
  }

  .reformg .organization__item {
    width: 44%;
    margin: 0 3% 30px;
  }

}

.reformg .store {
  padding: 60px 0 120px;
}

.reformg .store__inner {
  max-width: 980px;
  margin: 0 auto;
}

.reformg .store__detail {
  margin: 0 0 30px;
  font-size: 1.8rem;
}

.reformg .store__map iframe {
  width: 100%;
}

  .boxAccess__img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
  }

  .boxAccess__img .boxImg {
    width: 50%;
  }

  .boxAccess__img .boxImg02 {
    width: 50%;
  }

  .boxAccess__detail {
    margin: 20px 0 0;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .boxAccess__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 40px auto;
  }

  .boxAccess__map {
    width: 50%;
  }

  .boxAccess__map iframe {
    max-width: 100%;
    height: 350px;
  }

  .boxAccess__text {
    width: 50%;
    padding-left: 40px;
    font-size: 14px;
  }

  .boxAccess__text p {
    margin-bottom: 20px;
    line-height: 1.8;
  }

@media screen and (max-width: 820px) {
  .reformg .store {
    padding: 40px 4% 80px;
  }

  .reformg .store__inner {
    max-width: 980px;
    margin: 0 auto;
  }

  .reformg .store__detail {
    margin: 0 0 30px;
    font-size: 1.8rem;
  }

  .reformg .store__map iframe {
    width: 100%;
  }

  .boxAccess__img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
  }

  .boxAccess__img .boxImg {
    width: 50%;
  }

  .boxAccess__img .boxImg02 {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .reformg .store {
    padding: 0 4% 60px;
  }
}