@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
#sticky_cont {
  background: #F4F3F2;
  padding: 5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  #sticky_cont {
    padding-bottom: 1rem;
  }
}
#sticky_cont .inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  #sticky_cont .inner {
    display: block;
  }
}
#sticky_cont .inner .left-sticky {
  height: 100%;
}
#sticky_cont .inner .left ul li a {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #000;
  border-bottom: 1px solid #D9D9D9;
  opacity: 1 !important;
}
#sticky_cont .inner .left ul li a::before {
  display: none !important;
}
#sticky_cont .inner .left ul li a svg {
  position: absolute;
  right: 0;
  line-height: 1;
  font-size: 1.2em;
}
#sticky_cont .inner .left ul li a:hover, #sticky_cont .inner .left ul li a.active {
  color: #E60000;
}
@media screen and (max-width: 767px) {
  #sticky_cont .inner {
    position: relative;
    padding-left: 0;
    height: 100%;
  }
  #sticky_cont .inner .left-sticky {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
  }
  #sticky_cont .inner .left {
    display: block !important;
    position: sticky;
  }
  #sticky_cont .inner .left ul {
    writing-mode: vertical-rl;
    display: flex;
    gap: 1rem;
    margin-left: 10px;
  }
  #sticky_cont .inner .left ul li a {
    position: relative;
    border: none;
    padding: 0;
  }
  #sticky_cont .inner .left ul li a.active::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    left: -10px;
    background-color: #E60000;
  }
  #sticky_cont .inner .left ul li a:hover::before {
    content: none;
  }
  #sticky_cont .inner .left ul li a.hover {
    color: #000;
  }
  #sticky_cont .inner .left ul li a svg {
    display: none;
  }
  #sticky_cont .inner .right {
    padding-left: 50px;
  }
}

.env_box {
  background: #ffffff;
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .env_box {
    margin: 0 0 3rem 0;
  }
}
.env_box .in {
  padding: 2vw 3vw 2vw 3vw;
}
.env_box .env_header {
  display: flex;
  align-items: center;
  padding: 2vw 3vw;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .env_box .env_header {
    display: block;
  }
}
.env_box .env_header .point {
  color: #E60000;
  margin: 0 2em 0 0;
}
.env_box .env_header h2 span {
  display: inline-block;
  position: relative;
}
.env_box .env_header h2 span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #E60000;
  position: absolute;
  bottom: -2vw;
  left: 0;
}
.env_box h3 {
  color: #E60000;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .env_box h3 {
    margin: 0 0 3rem 0;
  }
}
.env_box h3 span {
  display: inline-block;
  border-bottom: 1px solid #E60000;
}
@media screen and (max-width: 767px) {
  .env_box h3 span {
    display: inline;
  }
}
.env_box h3.req {
  margin: 0 0 2rem 0;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}
@media screen and (max-width: 767px) {
  .env_box h3.req {
    margin: 0 0 0rem 0;
  }
}
.env_box h3.req span {
  display: block;
  background: #555;
  color: #ffffff;
  border-bottom: none;
  padding: 2rem 1rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .env_box h3.req span {
    padding: 1rem 1rem 1rem 2rem;
  }
}
.env_box .env_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .env_box .env_grid {
    grid-template-columns: 1fr;
    margin: 0 0 3rem 0;
    gap: 2rem;
  }
}
.env_box .env_grid .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .env_box .env_grid .box {
    padding: 0 0 2rem 0;
  }
}
.env_box .env_grid .box .txt {
  width: 70%;
}
.env_box .env_grid .box .txt h4 {
  margin: 0 0 1rem 0;
}
.env_box .env_grid .box .txt p {
  color: #707070;
}
.env_box .env_grid .box .icon {
  width: 20%;
}
.env_box .env_grid .box .photo {
  width: 100%;
  margin: 3rem 0 0 0;
}
.env_box .zu {
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .env_box .zu {
    margin: 0 0 2rem 0;
  }
}

.icon_flexs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 5rem 0;
  padding: 0 0 5rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.icon_flexs .icon {
  width: 25%;
}
.icon_flexs .txt {
  flex: 1;
}
.icon_flexs:last-child {
  margin: 0;
  border-bottom: none;
}

.outers {
  border: 1px solid #D9D9D9;
  padding: 3rem;
}
.outers p.leads {
  font-size: 1.4rem;
  color: #707070;
  margin: 0 0 3rem 0;
}
.outers h4 {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 3rem 0;
}
.outers h4::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #E60000;
  margin: 0 0.5em 0 0;
}
.outers .outers_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .outers .outers_flex {
    display: block;
  }
}
.outers .outers_flex .box {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .outers .outers_flex .box {
    width: 100%;
    margin: 0 0 2rem 0;
    display: block;
  }
}
.outers .outers_flex .box.nob {
  display: block;
}
.outers .outers_flex .box .icon {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .outers .outers_flex .box .icon {
    margin: 0 auto 1rem auto;
    width: 50%;
  }
}
.outers .outers_flex .box .txt {
  flex: 1;
  padding: 0 0 0 2rem;
  font-size: 1.4rem;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .outers .outers_flex .box .txt {
    padding: 0;
  }
}

.fl {
  margin: 0 0 10rem 0;
}

.follow_block {
  margin: 0 0 10rem 0;
}
.follow_block h3 {
  border-bottom: 1px solid #E60000;
  margin: 0 0 5rem 0;
  padding: 0 0 2rem 0;
}

.follow_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10rem 0;
}
.follow_flex .box {
  width: 48%;
}
.follow_flex .box h4 {
  margin: 0 0 1rem 0;
}
.follow_flex .box .image {
  margin: 0 0 1rem 0;
}

.voice {
  background: #ffffff;
}
.voice .in {
  max-width: 1300px;
  margin: auto;
  padding: 5rem 8vw;
}
.voice .voice_header {
  text-align: center;
  margin: 0 0 6rem 0;
}
.voice .voice_header h3 {
  color: #E60000;
}
.voice .voice_header p.jp {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}
.voice .graph_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .voice .graph_flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.voice .graph_flex .box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .voice .graph_flex .box {
    width: 100%;
  }
}
.voice .graph_flex .box h5 {
  text-align: center;
  margin: 0 0 2rem 0;
  font-size: 1.2em;
}
.voice .graph_flex .box .graph {
  padding: 0 2rem 5rem 2rem;
}
@media screen and (max-width: 767px) {
  .voice .graph_flex .box .graph {
    padding: 0;
  }
}
.voice .comment {
  background: #F4F3F2;
  border-radius: 5px;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .voice .comment {
    gap: 1rem;
    flex-direction: column;
  }
  .voice .comment:last-child {
    margin: 0;
  }
}
.voice .comment.rv {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .voice .comment.rv {
    flex-direction: column;
  }
}
.voice .comment .icon {
  width: 18%;
}
.voice .comment .txt {
  flex: 1;
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .voice .comment .txt {
    padding: 0;
  }
}