.side_wrap {
  margin-top: 9.5rem;
  display: flex;
  border-top: solid 0.5px rgba(0, 0, 0, 0.5);
}

.border {
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.5);
}

#about_vision h1 {
  margin: 0 auto;
  padding: 0 6.667%;
  font-size: 1.5vw;
  line-height: 1;
  font-weight: bold;
  padding-top: 1.6875vw;
  padding-bottom: 1.6875vw;
}
@media screen and (max-width: 769px) {
  #about_vision h1 {
    padding: 0 8%;
  }
}
@media screen and (max-width: 769px) {
  #about_vision h1 {
    font-size: 4.8vw;
    padding-top: 4.2vw;
    padding-bottom: 4.2vw;
  }
}
#about_vision .content_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 6.667%;
  padding-top: 5.75vw;
  padding-bottom: 8.125vw;
}
@media screen and (max-width: 769px) {
  #about_vision .content_wrap {
    padding: 0 8%;
  }
}
#about_vision .content_wrap .head_wrap {
  width: 43.077%;
}
#about_vision .content_wrap .head_wrap h2 {
  transform: translateX(-1000px);
  transition: 0.5s;
}
#about_vision .content_wrap .head_wrap h2.show {
  transform: translateX(0);
}
#about_vision .content_wrap .head_wrap h2 img {
  width: 60.71%;
}
#about_vision .content_wrap .head_wrap h3 {
  padding-top: 4.275vw;
  font-weight: bold;
  font-size: 3vw;
}
#about_vision .content_wrap .detail_wrap {
  width: 56.923%;
}
#about_vision .content_wrap .detail_wrap p {
  font-size: 0.9375vw;
  line-height: 2.25;
  padding: 0 2.5vw 0 3.125vw;
}
@media screen and (max-width: 769px) {
  #about_vision .content_wrap .detail_wrap p {
    font-size: 3.73vw;
    line-height: 1.714;
  }
}
#about_vision ul {
  margin: 0 auto;
  padding: 0 6.667%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  #about_vision ul {
    padding: 0 8%;
  }
}
#about_vision ul li {
  width: 30%;
}
#about_vision ul li:nth-child(n+2) {
  margin-left: 5%;
}
#about_vision ul li h3 {
  padding-top: 1.4375vw;
  font-weight: bold;
  font-size: 1.625vw;
  line-height: 3.625vw;
}
#about_vision ul li p {
  padding-top: 1.25vw;
  font-size: 0.875vw;
  line-height: 1.5vw;
}

#about_mission {
  border-top: none;
  margin: 0 auto;
  padding: 0 6.667%;
  padding-top: 6.25vw;
  position: relative;
}
@media screen and (max-width: 769px) {
  #about_mission {
    padding: 0 8%;
  }
}
#about_mission::before {
  content: "";
  display: inline-block;
  width: 4.0625vw;
  height: 100%;
  background: url(../img/about/mission_svg.svg) no-repeat;
  position: absolute;
  transform: translateX(-400px);
  transition: 0.5s;
}
#about_mission.show::before {
  transform: translateX(75%);
}
#about_mission .nijiiro {
  width: 43.84%;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
#about_mission h1 {
  font-size: 2.7875vw;
  line-height: 4.875vw;
  text-align: center;
  padding-top: 4.375vw;
  letter-spacing: 0.1vw;
}
#about_mission h1 br {
  display: none;
}
#about_mission p {
  font-size: 0.9375vw;
  line-height: 2.25;
  text-align: center;
  padding-top: 4vw;
}
@media screen and (max-width: 769px) {
  #about_mission p {
    font-size: 3.73vw;
    line-height: 1.714;
  }
}
#about_mission p br.sp {
  display: none;
}

#img_bro {
  margin-top: 2.25vw;
  border-top: none;
  width: 100%;
  height: 0;
  padding-top: 40.972%;
  background: url(../img/about/about_bro.jpg) no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}

body:has(.modal:not(.hidden)) {
  overflow: hidden;
}

#about_greeting {
  padding-bottom: 6.25vw;
}
#about_greeting h1 {
  margin: 0 auto;
  padding: 0 6.667%;
  font-size: 1.5vw;
  line-height: 1;
  font-weight: bold;
  padding-top: 1.6875vw;
  padding-bottom: 1.6875vw;
}
@media screen and (max-width: 769px) {
  #about_greeting h1 {
    padding: 0 8%;
  }
}
@media screen and (max-width: 769px) {
  #about_greeting h1 {
    font-size: 4.8vw;
    padding-top: 4.2vw;
    padding-bottom: 4.2vw;
  }
}
#about_greeting .greet_wrap {
  margin: 0 auto;
  padding: 0 6.667%;
  padding-top: 6.25vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #about_greeting .greet_wrap {
    padding: 0 8%;
  }
}
#about_greeting .greet_wrap::before {
  content: "";
  display: inline-block;
  width: 4.0625vw;
  height: 100%;
  background: url(../img/about/message_svg.svg) no-repeat;
  position: absolute;
  right: 0;
  transform: translateX(200%);
  transition: 0.5s;
}
#about_greeting .greet_wrap.show::before {
  transform: translateX(-100%);
}
#about_greeting .greet_wrap .bro_wrap {
  display: flex;
}
#about_greeting .greet_wrap .bro_wrap .img_wrap {
  cursor: pointer;
  width: 33.077%;
  margin-right: 5.75vw;
  position: relative;
  overflow: hidden;
}
#about_greeting .greet_wrap .bro_wrap .img_wrap img {
  transition: 0.5s;
}
#about_greeting .greet_wrap .bro_wrap .img_wrap img:hover {
  transform: scale(1.1);
}
#about_greeting .greet_wrap .bro_wrap .img_wrap p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.0625vw;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 0.2rem 0.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
#about_greeting .greet_wrap .bro_wrap .detail_wrap {
  width: 66.923%;
}
#about_greeting .greet_wrap .bro_wrap .detail_wrap p.greet {
  font-size: 0.9375vw;
  line-height: 2.25;
}
@media screen and (max-width: 769px) {
  #about_greeting .greet_wrap .bro_wrap .detail_wrap p.greet {
    font-size: 3.73vw;
    line-height: 1.714;
  }
}
#about_greeting .greet_wrap .bro_wrap .detail_wrap p.name {
  padding-top: 2vw;
  font-size: 1.125vw;
  font-weight: bold;
}
#about_greeting .greet_wrap .bro_wrap .detail_wrap p.name span {
  font-size: 0.875vw;
}
#about_greeting .greet_wrap .bro_wrap.turn {
  padding-top: 6.25vw;
}
#about_greeting .greet_wrap .bro_wrap.turn .img_wrap {
  order: 2;
}
#about_greeting .greet_wrap .bro_wrap.turn .detail_wrap {
  order: 1;
  padding-left: 0;
  padding-right: 1.05vw;
}
#about_greeting .modal.hidden {
  visibility: hidden;
  opacity: 0;
}
#about_greeting .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
#about_greeting .modal-content {
  background: white;
  width: 48rem;
  position: relative;
  cursor: auto;
}
#about_greeting .modal-content .close {
  margin-left: auto;
  text-align: right;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #000;
  padding: 0.2rem 0.8rem;
  font-size: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#about_greeting .profile .pro_wrap {
  padding: 2rem 4rem;
}
#about_greeting .profile .pro_wrap p {
  font-size: 1.8rem;
}
#about_greeting .profile .pro_wrap p span {
  font-size: 1.4rem;
  margin-right: 1.2rem;
}
#about_greeting .profile .pro_wrap dl {
  margin-top: 3rem;
}
#about_greeting .profile .pro_wrap dl div {
  display: flex;
}
#about_greeting .profile .pro_wrap dt, #about_greeting .profile .pro_wrap dd {
  display: block;
  margin-bottom: 1.6rem;
}
#about_greeting .profile .pro_wrap dt {
  margin-right: 1rem;
}
#about_greeting br.sp {
  display: none;
}

#about_overview h1 {
  margin: 0 auto;
  padding: 0 6.667%;
  font-size: 1.5vw;
  line-height: 1;
  font-weight: bold;
  padding-top: 1.6875vw;
  padding-bottom: 1.6875vw;
}
@media screen and (max-width: 769px) {
  #about_overview h1 {
    padding: 0 8%;
  }
}
@media screen and (max-width: 769px) {
  #about_overview h1 {
    font-size: 4.8vw;
    padding-top: 4.2vw;
    padding-bottom: 4.2vw;
  }
}
#about_overview .bg_wrap {
  position: relative;
  overflow: hidden;
}
#about_overview .bg_wrap::after {
  content: "";
  display: block;
  height: 100%;
  width: 35.625vw;
  background: url(../img/about/about_overview.jpg) no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
#about_overview .content_wrap {
  margin: 0 auto;
  padding: 0 6.667%;
  display: flex;
  position: relative;
  padding-top: 4.5vw;
  padding-bottom: 5.3125vw;
}
@media screen and (max-width: 769px) {
  #about_overview .content_wrap {
    padding: 0 8%;
  }
}
#about_overview .content_wrap dl {
  display: flex;
  flex-wrap: wrap;
  width: 56.0461%;
}
#about_overview .content_wrap dl dt {
  width: 27.123%;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.5);
}
#about_overview .content_wrap dl dd {
  width: 72.876%;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.5);
}
#about_overview .content_wrap dl dd span {
  display: block;
  padding-top: 1.375vw;
}
#about_overview .content_wrap dl dt, #about_overview .content_wrap dl dd {
  padding: 1.375vw 0;
}
#about_overview .content_wrap .img_wrap {
  width: 43.9538%;
}
#about_overview .content_wrap .img_wrap div {
  height: 0;
  width: 100%;
  padding-top: 173.95%;
  background: url(../img/about/about_overview.jpg) no-repeat;
}

br.sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .side_wrap {
    margin-top: 4.5rem;
    display: flex;
    border-top: solid 0.5px rgba(0, 0, 0, 0.5);
  }
  .border {
    border-bottom: solid 0.5px rgba(0, 0, 0, 0.5);
  }
  #about_vision h1 {
    margin: 0 auto;
    padding: 0 6.667%;
    font-size: 1.5vw;
    line-height: 1;
    font-weight: bold;
    padding-top: 1.6875vw;
    padding-bottom: 1.6875vw;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  #about_vision h1 {
    padding: 0 8%;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  #about_vision h1 {
    font-size: 4.8vw;
    padding-top: 4.2vw;
    padding-bottom: 4.2vw;
  }
}
@media screen and (max-width: 769px) {
  #about_vision .content_wrap {
    padding-top: 8.26vw;
    padding-bottom: 10.93vw;
  }
  #about_vision .content_wrap .head_wrap {
    width: 100%;
  }
  #about_vision .content_wrap .head_wrap h2 img {
    width: 53.92%;
  }
  #about_vision .content_wrap .head_wrap h3 {
    padding-top: 6.93vw;
    font-size: 8vw;
  }
  #about_vision .content_wrap .detail_wrap {
    width: 100%;
  }
  #about_vision .content_wrap .detail_wrap p {
    padding: 8vw 0 0;
  }
  #about_vision ul {
    flex-wrap: wrap;
  }
  #about_vision ul li {
    width: 100%;
  }
  #about_vision ul li:nth-child(n+2) {
    margin-left: 0%;
    margin-top: 6.93vw;
  }
  #about_vision ul li h3 {
    padding-top: 5.3vw;
    font-weight: bold;
    font-size: 6.4vw;
    line-height: 1;
  }
  #about_vision ul li p {
    padding-top: 7.2vw;
    font-size: 3.733vw;
    line-height: 1.714;
  }
  #about_mission {
    padding-top: 12.8vw;
  }
  #about_mission::before {
    width: 8.53vw;
    height: 100%;
    transform: translateX(-400px);
  }
  #about_mission.show::before {
    transform: translateX(0%);
  }
  #about_mission .nijiiro {
    width: 88.88%;
    display: block;
    margin-left: auto;
    margin-right: -9.5%;
  }
  #about_mission h1 {
    font-size: 8vw;
    line-height: 1.75;
    padding-top: 4.375vw;
  }
  #about_mission h1 br {
    display: inline;
  }
  #about_mission p {
    padding-top: 10.667vw;
  }
  #about_mission p br.sp {
    display: inline;
  }
  #img_bro {
    padding-top: 87.989%;
    background-size: 140%;
    background-position: 38% 48%;
  }
  #about_greeting {
    padding-bottom: 18.66vw;
  }
  #about_greeting br.sp {
    display: inline;
  }
  #about_greeting .greet_wrap {
    padding-top: 8vw;
  }
  #about_greeting .greet_wrap::before {
    display: none;
  }
  #about_greeting .greet_wrap .bro_wrap {
    flex-direction: column;
  }
  #about_greeting .greet_wrap .bro_wrap .img_wrap {
    width: 100%;
  }
  #about_greeting .greet_wrap .bro_wrap .img_wrap p {
    font-size: 3.6vw;
  }
  #about_greeting .greet_wrap .bro_wrap .detail_wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 8vw;
  }
  #about_greeting .greet_wrap .bro_wrap .detail_wrap p.name {
    text-align: right;
    padding-top: 6.4vw;
    font-size: 3.733vw;
  }
  #about_greeting .greet_wrap .bro_wrap .detail_wrap p.name span {
    font-size: 3.2vw;
  }
  #about_greeting .greet_wrap .bro_wrap.turn {
    padding-top: 12vw;
  }
  #about_greeting .greet_wrap .bro_wrap.turn .img_wrap {
    order: 1;
    margin-right: 0;
  }
  #about_greeting .greet_wrap .bro_wrap.turn .detail_wrap {
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }
  #about_greeting .modal-content {
    background: white;
    width: 98%;
  }
  #about_greeting .modal-content .close {
    font-size: 1.8rem;
    cursor: pointer;
  }
  #about_greeting .profile .pro_wrap {
    padding: 1.2rem 3.2rem;
  }
  #about_greeting .profile .pro_wrap p {
    font-size: 1.6rem;
  }
  #about_greeting .profile .pro_wrap p span {
    font-size: 1.2rem;
    margin-right: 1rem;
  }
  #about_greeting .profile .pro_wrap dl {
    margin-top: 2.4rem;
  }
  #about_greeting .profile .pro_wrap dt, #about_greeting .profile .pro_wrap dd {
    margin-bottom: 1rem;
  }
  #about_greeting .profile .pro_wrap dt {
    margin-right: 1rem;
  }
  #about_greeting .profile .pro_wrap br.sp {
    display: inline;
  }
  #about_overview .bg_wrap::after {
    content: "";
    display: none;
    height: 100%;
    width: 35.625vw;
    background: url(../img/about/about_overview.jpg) no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
  }
  #about_overview .content_wrap {
    padding-top: 4.5vw;
    padding-bottom: 6vw;
  }
  #about_overview .content_wrap dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #about_overview .content_wrap dl dt {
    width: 100%;
    border-bottom: none;
  }
  #about_overview .content_wrap dl dt:nth-child(n+2) {
    padding-top: 5.3vw;
  }
  #about_overview .content_wrap dl dd {
    width: 100%;
    padding-bottom: 3.2667vw;
  }
  #about_overview .content_wrap dl dd span {
    display: block;
    padding-top: 0;
  }
  #about_overview .content_wrap .img_wrap {
    width: 43.9538%;
  }
  #about_overview .content_wrap .img_wrap div {
    height: 0;
    width: 100%;
    padding-top: 173.95%;
    background: url(../img/about/about_overview.jpg) no-repeat;
  }
}/*# sourceMappingURL=about.css.map */