.smenu {
  padding: 18px 24px;
  background: white;
}
.smenu .logo .cp {
  color: #333;
}
.smenu .logo svg image {
  fill: #333;
}
.smenu .logo .whh {
  display: none;
}
.smenu .logo .bll {
  display: block;
}
.smenu #nav-content a {
  color: #333;
}
.smenu #nav-content a i:before {
  background: #333;
}
.smenu #nav-content .btn_contact {
  color: #fff;
}
@media all and (max-width: 767px) {
  .smenu {
    padding: 10px;
  }
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  background: #333;
}

.about {
  width: 100vw;
  height: 100vh;
}
@media all and (max-width: 1000px) {
  .about {
    height: auto;
  }
}

.under_mv {
  padding-top: 130px;
  background: #F8F8F8;
}
@media all and (max-width: 1380px) {
  .under_mv {
    padding-top: 90px;
  }
}

.under_mvbx {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.under_mvbx .left {
  place-content: center;
  padding-left: clamp(100px, 9.375vw, 180px);
  transition: all 0.5s ease;
  filter: blur(30px);
}
.under_mvbx .left.ups {
  filter: blur(0);
}
.under_mvbx .eg {
  font-family: "Marcellus", serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.under_mvbx .under_ttl {
  margin-top: 20px;
  font-size: clamp(3rem, 2.1875vw, 4.2rem);
  font-weight: 400;
  line-height: 1.6;
}
.under_mvbx .right {
  transition: all 0.5s ease;
  filter: blur(30px);
}
.under_mvbx .right .img {
  position: relative;
}
.under_mvbx .right .img:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  margin-top: 0;
  margin-left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid white;
  box-sizing: border-box;
}
.under_mvbx .right .img:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  margin-top: 0;
  margin-left: 0;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  border: 1px solid white;
  box-sizing: border-box;
}
.under_mvbx .right .ic {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
  width: 80px;
}
.under_mvbx .right.ups {
  filter: blur(0);
}
@media all and (max-width: 1000px) {
  .under_mvbx {
    display: block;
    padding: 100px 0 200px 0;
    box-sizing: border-box;
  }
  .under_mvbx .left {
    padding-left: 0;
    text-align: center;
  }
  .under_mvbx .right .img {
    max-width: 600px;
    margin: 60px auto 0 auto;
  }
}
@media all and (max-width: 767px) {
  .under_mvbx {
    padding: 60px 0 100px 0;
  }
  .under_mvbx .left {
    padding-left: 0;
  }
  .under_mvbx .eg {
    font-size: 1.2rem;
  }
  .under_mvbx .under_ttl {
    font-size: 2.6rem;
  }
  .under_mvbx .right .ic {
    margin-left: -20px;
    width: 40px;
  }
  .under_mvbx .right .img {
    margin: 40px auto 0 auto;
  }
}

.bg1 {
  background: url("../images/bg_ab.jpg") center center/cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
.bg1.disp {
  opacity: 1;
}
.bg1.disp_no {
  opacity: 0;
}

.top_about {
  padding: 130px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.top_about:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  margin-top: 0;
  margin-left: 0;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 4px solid white;
  z-index: 3;
}
.top_about:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  margin-top: 0;
  margin-left: 0;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid white;
  z-index: 3;
}
.top_about .bg_cov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  backdrop-filter: brightness(2.5) blur(60px);
}
.top_about .inner {
  text-align: center;
}
.top_about .ttl_bx2 {
  display: inline-block;
}
.top_about .tl_jp {
  font-size: 3.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top_about .c3 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #B5B5B5;
  font-size: 1.4rem;
  font-family: "Marcellus", serif;
  border-top: 1px solid #EAEAEA;
  padding-top: 20px;
  margin-top: 20px;
  box-sizing: border-box;
}
.top_about .c3 p:nth-of-type(1) {
  padding-right: 80px;
  box-sizing: border-box;
}
.top_about .c3 p:nth-of-type(2) {
  padding-right: 30px;
  box-sizing: border-box;
}
.top_about .c3 p:nth-of-type(3) {
  padding-left: 30px;
  box-sizing: border-box;
}
.top_about .txt {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  line-height: 2;
  max-width: 1080px;
  width: 100%;
  margin: 80px auto 50px auto;
}
.top_about .ic {
  width: 40px;
  margin: 0 auto 70px auto;
}
.top_about .inner {
  position: relative;
  z-index: 4;
  text-align: center;
}
.top_about .icc {
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  margin-left: -50px;
}
.top_about .lists {
  max-width: 670px;
  margin: 0 auto;
  border: 6px solid #E3E3E3;
  background: white;
  padding: 32px 48px;
  box-sizing: border-box;
}
.top_about .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.top_about .lines .num {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  width: 15px;
}
.top_about .lines .tl {
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
}
.top_about .lines .tx {
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .top_about {
    padding: 70px 0;
  }
  .top_about .tl_jp {
    margin-top: 16px;
    font-size: 2.2rem;
  }
  .top_about .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
    padding: 0 20px;
    margin: 30px 0;
  }
  .top_about .ic {
    width: 24px;
    margin: 40px auto;
  }
  .top_about .btnw {
    margin-top: 24px;
  }
  .top_about .c3 {
    font-size: 1.2rem;
    padding-top: 10px;
    margin-top: 10px;
    color: white;
  }
  .top_about .c3 p:nth-of-type(1) {
    padding-right: 50px;
  }
  .top_about .c3 p:nth-of-type(2) {
    padding-right: 30px;
  }
  .top_about .c3 p:nth-of-type(3) {
    padding-left: 20px;
  }
  .top_about .lines {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .top_about .lines i {
    display: none;
  }
  .top_about .lines .num {
    font-size: 2rem;
    width: 15px;
    margin: 0 auto;
  }
  .top_about .lines .tl {
    padding-left: 0;
    line-height: 1;
    margin-bottom: 5px;
  }
  .top_about .lines .tx {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 5px;
  }
  .top_about .lists {
    padding: 30px 20px;
  }
  .top_about .icc {
    width: 60px;
    margin-left: -30px;
  }
}

.about_reason {
  background: white;
  padding: 220px 0;
  box-sizing: border-box;
}
.about_reason .lead {
  margin: 50px 0 100px 0;
}
.about_reason .c4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 40px;
}
.about_reason .bx {
  border-radius: 8px;
  background: #F8F8F8;
  text-align: center;
  padding: 50px 0;
  box-sizing: border-box;
}
.about_reason .bx .eg {
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1;
}
.about_reason .bx .jp {
  margin-top: 50px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  height: 72px;
}
.about_reason .bx .im {
  text-align: center;
  margin: 40px auto;
}
.about_reason .bx .im img {
  display: inline-block;
  height: 100px;
  width: auto;
}
.about_reason .bx .tx {
  font-size: 1.4rem;
  width: calc(100% - 60px);
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
}
@media all and (max-width: 1380px) {
  .about_reason .c4 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media all and (max-width: 1000px) {
  .about_reason {
    padding: 120px 0;
  }
}
@media all and (max-width: 767px) {
  .about_reason {
    padding: 110px 0;
  }
  .about_reason .lead {
    margin: 30px 0 50px 0;
  }
  .about_reason .c4 {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .about_reason .bx {
    padding: 40px 0;
  }
  .about_reason .bx .eg {
    font-family: "Marcellus", serif;
    font-weight: 400;
    line-height: 1;
  }
  .about_reason .bx .jp {
    margin-top: 30px;
    font-size: 1.8rem;
    height: auto;
  }
  .about_reason .bx .im {
    margin: 40px auto;
  }
  .about_reason .bx .im img {
    height: 80px;
  }
  .about_reason .bx .tx {
    text-align: center;
    width: calc(100% - 60px);
  }
}

.about_pre {
  background: linear-gradient(180deg, white 0%, white 50%, #F8F8F8 50%, #F8F8F8 100%);
  padding: 80px 0;
}
.about_pre .in {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about_pre .img .in1 {
  top: -80px;
  width: calc(100% + 25vw);
  height: calc(100% + 160px);
  background: url("../images/ab_pre.jpg") center center/cover;
  position: relative;
  z-index: 1;
}
.about_pre .right {
  aspect-ratio: 944/793;
  place-content: center;
  background: white;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  z-index: 2;
}
.about_pre .right .in1 {
  width: 90%;
  max-width: 510px;
  margin: 0 auto;
}
.about_pre .right .tl_jp {
  line-height: 1.6;
}
.about_pre .right .txt {
  margin-top: 40px;
}
@media all and (max-width: 1000px) {
  .about_pre .in {
    grid-template-columns: 1fr;
  }
  .about_pre .right {
    aspect-ratio: unset;
    padding: 80px 40px;
  }
  .about_pre .img .in1 {
    top: 0;
    width: 100%;
    height: 503px;
  }
}
@media all and (max-width: 767px) {
  .about_pre {
    padding: 0;
  }
  .about_pre .in {
    display: block;
  }
  .about_pre .img .in1 {
    height: 250px;
  }
  .about_pre .right {
    padding: 40px 20px;
  }
  .about_pre .right .in1 {
    width: 90%;
    max-width: 510px;
    margin: 0 auto;
  }
  .about_pre .right .tl_jp {
    line-height: 1.6;
    font-size: 2.2rem;
  }
  .about_pre .right .txt {
    margin-top: 20px;
  }
}

.about_flow {
  padding: 180px 0;
  box-sizing: border-box;
  background: #F8F8F8;
}
.about_flow .lead {
  margin-top: 40px;
}
.about_flow .c5 {
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  align-items: center;
  margin-top: 100px;
}
.about_flow .bx {
  background: white;
  border-radius: 8px;
  padding: 50px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.about_flow .bx .num {
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.about_flow .bx .img {
  text-align: center;
  margin: 40px 0 10px 0;
}
.about_flow .bx .img img {
  display: inline-block;
  height: 100px;
  width: auto;
}
.about_flow .bx .tll {
  line-height: 1.5;
  letter-spacing: -0.1em;
  height: 57px;
}
.about_flow .bx .in {
  position: relative;
  z-index: 4;
}
.about_flow .arw img {
  position: relative;
  z-index: 3;
  min-width: 40px;
  width: 40px;
  left: -5px;
}
.about_flow .btnw {
  margin-top: 60px;
}
.about_flow .btnw a {
  margin: 0 auto !important;
}
@media all and (max-width: 1000px) {
  .about_flow .c5 {
    display: grid;
    grid-template-columns: 1fr 30px 1fr 30px 1fr 30px;
    margin-top: 60px;
    gap: 30px 0;
  }
  .about_flow .c5 .arw img {
    min-width: 30px;
    width: 30px;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .about_flow {
    padding: 100px 0;
  }
  .about_flow .lead {
    margin-top: 30px;
  }
  .about_flow .c5 {
    display: block;
  }
  .about_flow .bx {
    padding: 30px 0;
  }
  .about_flow .bx .img {
    margin: 10px 0 10px 0;
  }
  .about_flow .bx .img img {
    height: 80px;
  }
  .about_flow .bx .tll {
    height: 45px;
  }
  .about_flow .bx .in {
    position: relative;
    z-index: 4;
  }
  .about_flow .arw {
    text-align: center;
  }
  .about_flow .arw img {
    display: inline-block;
    transform: rotate(90deg);
  }
  .about_flow .btnw {
    margin-top: 40px;
  }
}

.access {
  background: #F8F8F8;
}

/*# sourceMappingURL=concept.css.map */
