@charset "UTF-8";
.under_mv {
  padding-bottom: 230px;
  box-sizing: border-box;
  position: relative;
}
.under_mv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100px;
  z-index: 4;
  background: linear-gradient(to top, white 0%, transparent 100%);
}
.under_mv .c3 {
  margin-top: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 50px;
  align-items: flex-start;
}
.under_mv .bx {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0 20px;
}
.under_mv .bx .num {
  margin-top: 30px;
}
.under_mv .bx img {
  height: 27px;
  width: auto;
}
.under_mv .bx .txt {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 20px;
}
.under_mv .bx.bx2 {
  margin-top: 60px;
}
.under_mv .bx.bx3 {
  margin-top: 120px;
}
.under_mv .tx_btn {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 350px;
  align-items: center;
}
.under_mv .tx_btn .tx {
  padding-right: 60px;
  box-sizing: border-box;
}
@media all and (max-width: 1200px) {
  .under_mv .c3 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .under_mv .bx.bx2 {
    margin-top: 30px;
  }
  .under_mv .bx.bx3 {
    margin-top: 30px;
  }
  .under_mv .tx_btn {
    grid-template-columns: 1fr;
  }
  .under_mv .tx_btn .tx {
    padding-right: 0;
  }
  .under_mv .btn_red {
    margin: 80px auto 0 auto;
  }
}
@media all and (max-width: 767px) {
  .under_mv {
    padding-bottom: 100px;
  }
  .under_mv .c3 {
    margin-top: 60px;
  }
  .under_mv .bx {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .under_mv .bx .num {
    margin: 0 auto 20px auto;
  }
  .under_mv .bx img {
    height: 18px;
  }
  .under_mv .bx .txt {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 20px;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
  }
  .under_mv .tx_btn {
    margin-top: 40px;
  }
  .under_mv .btn_red {
    margin: 40px auto 0 auto;
  }
}

.kasumi2 {
  position: fixed;
  z-index: -3; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
  transition: all 3s ease;
}
.kasumi2.dis {
  opacity: 1;
}
.kasumi2 .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kasumi2 .overlay::after {
  content: none;
}

.consul2 {
  position: relative;
  background: #462662;
  padding: 280px 0 250px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.consul2 .lead {
  margin: 100px 0 140px 0;
  color: white;
}
.consul2 .hx_bx {
  position: relative;
}
.consul2 .intx {
  color: white;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  position: absolute;
  bottom: 60px;
  letter-spacing: 0;
}
.consul2 .cen {
  text-align: center;
}
.consul2 .ttlss {
  position: absolute;
  left: 50%;
  margin-left: -31.5px;
  width: 63px;
  top: 100px;
}
.consul2 .ttlss img {
  width: 100%;
}
.consul2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 30px;
  z-index: 4;
  background: linear-gradient(to bottom, white 0%, transparent 100%);
}
.consul2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
  background: url(../images/ptbg2.webp) center top/cover;
}
.consul2 .inner {
  position: relative;
  z-index: 10;
}
.consul2 .ttls .eg img {
  height: 37px;
  width: auto;
}
.consul2 .ttls .jp {
  color: white;
  font-size: 1.7rem;
  line-height: 1;
  margin-top: 30px;
}
.consul2 .ins {
  overflow: hidden;
}
.consul2 .cloud_top .in2 {
  top: -50%;
}
.consul2 .con1_bg1 {
  top: -25%;
  left: 0;
  z-index: 1;
  background-image: url(../images/con1_bg.webp);
  aspect-ratio: 1920/1954;
}
@media all and (max-width: 767px) {
  .consul2 .con1_bg1 {
    top: 0;
    height: 100vh;
    background-size: 100% auto;
    aspect-ratio: unset;
  }
}
.consul2 .cloud_s41 {
  bottom: 50%;
  left: -7%;
}
@media all and (max-width: 767px) {
  .consul2 {
    padding: 150px 0;
  }
  .consul2 .inner {
    padding: 0 5vw;
  }
  .consul2 .ttls .eg img {
    height: 22px;
  }
  .consul2 .ttls .jp {
    font-size: 1.4rem;
  }
  .consul2 .wave_wrap {
    bottom: -1px;
  }
  .consul2 .lead {
    margin: 50px 0 70px 0;
    color: white;
  }
  .consul2 .ttlss {
    margin-left: -15px;
    width: 30px;
    top: 60px;
  }
  .consul2 .intx {
    width: 320px;
    margin-left: -160px;
    bottom: 40px;
  }
}

.consul2_bx {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.consul2_bx .cont {
  color: white;
  padding: 0 3vw;
  box-sizing: border-box;
  letter-spacing: 0;
}
.consul2_bx h3 {
  font-size: 2.6rem;
  margin-bottom: 40px;
  margin-top: -40px;
}
@media all and (max-width: 1200px) {
  .consul2_bx {
    grid-template-columns: 1fr;
  }
  .consul2_bx .cont {
    margin-top: 30px;
    padding: 0;
  }
  .consul2_bx h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: -30px;
  }
}
@media all and (max-width: 767px) {
  .consul2_bx h3 {
    font-size: 1.8rem;
    margin-top: -10px;
  }
}

.hexi_con1 {
  width: 492px;
  height: auto;
  position: relative;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.hexi_con1:before {
  content: none;
}
.hexi_con1 .hx1 {
  opacity: 0.3;
}
.hexi_con1 .hx2 {
  position: absolute;
  width: 87%;
  left: 6.5%;
  top: -40px;
  opacity: 0.3;
}
.hexi_con1 .hx2 img {
  width: 100%;
  top: auto;
  left: auto;
  position: relative;
}
@media all and (max-width: 767px) {
  .hexi_con1 {
    width: 330px;
    padding-bottom: 30px;
  }
  .hexi_con1 .hx2 {
    top: -23px;
  }
}

.cbx2 {
  margin-top: 300px;
}
.cbx2 .hx_bx {
  order: 2;
}
.cbx2 .cont {
  order: 1;
}
.cbx2 .hx1 {
  opacity: 1;
}
.cbx2 .hx2 {
  opacity: 1;
}
.cbx2 .ttlss {
  position: absolute;
  left: 50%;
  margin-left: -81.5px;
  width: 163px;
  top: 100px;
}
@media all and (max-width: 1200px) {
  .cbx2 {
    margin-top: 150px;
  }
  .cbx2 .hx_bx {
    order: 1;
  }
  .cbx2 .cont {
    order: 2;
  }
}
@media all and (max-width: 767px) {
  .cbx2 {
    margin-top: 100px;
  }
  .cbx2 .ttlss {
    margin-left: -41px;
    width: 82px;
    top: 100px;
  }
}

.consul3 {
  padding: 180px 0 0 0;
  box-sizing: border-box;
  position: relative;
}
.consul3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 10%;
  z-index: -1;
  background: linear-gradient(to bottom, white 0%, transparent 100%);
}
.consul3 .ttl_bx2 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.consul3 .ttl_bx2 .hexi {
  order: 2;
  margin: unset;
  margin-left: 30px;
}
.consul3 .ttl_bx2 .jp {
  order: 1;
  margin-top: 0;
}
.consul3 .lead {
  margin-top: 60px;
}
.consul3 .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  letter-spacing: 0;
  padding: 4vw;
  margin-top: 100px;
  box-sizing: border-box;
  background: rgba(250, 250, 250, 0.6);
  backdrop-filter: blur(10px);
  position: relative;
}
.consul3 .list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  height: 3px;
  background: #7849A5;
}
.consul3 .list h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.consul3 .list .bx {
  font-size: 1.5rem;
  border-right: 1px dotted #D9D9D9;
  box-sizing: border-box;
  padding: 0 20px;
}
.consul3 .list .bx:nth-of-type(4), .consul3 .list .bx:nth-of-type(5), .consul3 .list .bx:nth-of-type(6) {
  border-right: none;
}
.consul3 .list .bx5 {
  grid-row: 2/3;
  grid-column: 2/3;
}
.consul3 .list .bx6 {
  grid-row: 2/3;
  grid-column: 3/4;
  background: white;
  padding: 30px;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
}
.consul3 .btn_red {
  margin: 80px auto 0 auto;
}
@media all and (max-width: 1200px) {
  .consul3 .list {
    grid-template-columns: 1fr 1fr;
  }
  .consul3 .list .bx5 {
    grid-row: unset;
    grid-column: unset;
  }
  .consul3 .list .bx6 {
    grid-row: unset;
    grid-column: unset;
  }
}
@media all and (max-width: 767px) {
  .consul3 {
    padding: 90px 0 0 0;
  }
  .consul3 .inner {
    padding: 0;
  }
  .consul3 .ttl_bx2, .consul3 .lead {
    padding: 0 5vw;
  }
  .consul3 .lead {
    margin-top: 30px;
  }
  .consul3 .list {
    margin-top: 50px;
    display: block;
    padding: 20px 0 0 0;
  }
  .consul3 .list:before {
    margin-left: -50px;
    width: 100px;
  }
  .consul3 .list h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .consul3 .list .bx {
    font-size: 1.4rem;
    border-right: none;
    border-bottom: 1px dotted #D9D9D9;
    box-sizing: border-box;
    padding: 20px 5vw;
  }
  .consul3 .list .bx:nth-of-type(4), .consul3 .list .bx:nth-of-type(5), .consul3 .list .bx:nth-of-type(6) {
    border-right: none;
  }
  .consul3 .btn_red {
    margin: 40px auto 0 auto;
    max-width: 250px;
  }
}

.ttl_bx2 {
  text-align: center;
}
.ttl_bx2 .jp {
  color: #633A88;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 60px;
}
.ttl_bx2 .eg {
  margin-top: 20px;
  color: #794AA7;
  font-size: 2rem;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .ttl_bx2 .jp {
    font-size: 2.2rem;
    margin-top: 40px;
  }
  .ttl_bx2 .eg {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

.consul4 {
  padding: 220px 0 0 0;
  box-sizing: border-box;
  position: relative;
}
.consul4 .inner {
  position: relative;
  z-index: 10;
}
.consul4 .ttls {
  position: relative;
  z-index: 5;
}
.consul4 .ttls .eg img {
  height: 70px;
  width: auto;
}
.consul4 .ttls .jp {
  font-size: 1.7rem;
  line-height: 1;
  margin-top: 30px;
}
.consul4 .lead {
  margin: 80px 0 0 0;
}
@media all and (max-width: 767px) {
  .consul4 {
    padding: 150px 0 0 0;
  }
  .consul4 .ttls .eg img {
    height: 35px;
    width: auto;
  }
  .consul4 .ttls .jp {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .consul4 .lead {
    margin: 40px 0 0 0;
  }
}

.hosp_wrap {
  padding: 0 4.2vw;
  margin: 120px 0 0 0;
  box-sizing: border-box;
}
.hosp_wrap .btn_red {
  margin: 100px auto;
}
@media all and (max-width: 767px) {
  .hosp_wrap {
    padding: 0;
    margin: 60px 0 0 0;
  }
  .hosp_wrap .btn_red {
    max-width: 250px;
    margin: 30px auto 60px auto;
  }
}

.hosp1_c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4.2vw;
}
.hosp1_c2 .bx {
  padding: 100px;
  box-sizing: border-box;
  color: white;
}
.hosp1_c2 .bx .txt {
  margin-top: 100px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.hosp1_c2 .bx1 {
  background: url("../images/hosp1.webp") center center/cover;
}
.hosp1_c2 .bx1 .txt {
  margin-top: 60px;
}
.hosp1_c2 .bx2 {
  background: url("../images/hosp2.webp") center center/cover;
}
@media all and (max-width: 1200px) {
  .hosp1_c2 {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .hosp1_c2 .bx {
    padding: 60px 5vw;
  }
  .hosp1_c2 .bx .txt {
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .hosp1_c2 {
    gap: 0;
  }
}

.titles {
  margin: 160px 0 80px 0;
  padding: 0 4.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.titles h2 {
  color: #5E3683;
  font-size: 3rem;
}
.titles .lead2 {
  margin-left: 100px;
  max-width: 530px;
}
@media all and (max-width: 1200px) {
  .titles {
    display: block;
  }
  .titles .lead2 {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .titles {
    margin: 40px 0;
    padding: 0 4.2vw;
  }
  .titles h2 {
    font-size: 2rem;
  }
  .titles .lead2 {
    margin-left: 0;
  }
}

.hosp2_c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.2vw;
}
.hosp2_c2 .txts {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 40% 60%;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.hosp2_c2 h3 {
  padding-left: 4.2vw;
  box-sizing: border-box;
  color: #5E3683;
  font-size: 3rem;
  font-weight: 500;
}
@media all and (max-width: 1200px) {
  .hosp2_c2 .txts {
    margin-top: 0;
    grid-template-columns: 1fr;
  }
  .hosp2_c2 h3 {
    padding-left: 0;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
  }
}
@media all and (max-width: 800px) {
  .hosp2_c2 {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .hosp2_c2 .txts {
    font-size: 1.4rem;
    padding: 5px 5vw 20px 5vw;
  }
  .hosp2_c2 h3 {
    font-size: 2rem;
  }
}

.cloud_s41 .in1 {
  left: -5%;
}

.cloud_con1 {
  top: 0;
}
.cloud_con1 .in1 {
  right: 30%;
  animation: infinity-scroll-right2 150s infinite linear 0.5s both;
}
.cloud_con1 .in1 img {
  max-width: none;
  aspect-ratio: 1040/453;
  max-height: 452px;
}
@media all and (max-width: 767px) {
  .cloud_con1 .in1 img {
    max-height: 220px;
  }
}

.cloud_con2 {
  top: 10%;
  opacity: 0.5;
}
.cloud_con2 .in1 {
  right: -40%;
  animation: infinity-scroll-left2 400s infinite linear 0.5s both;
}
.cloud_con2 .in1 img {
  max-width: none;
  aspect-ratio: 786/532;
  max-height: 532px;
}
@media all and (max-width: 767px) {
  .cloud_con2 .in1 img {
    max-height: 220px;
  }
}

.cloud_con3 {
  bottom: 4%;
}
.cloud_con3 .in1 {
  left: -25%;
  animation: infinity-scroll-right2 200s infinite linear 0.5s both;
}
.cloud_con3 .in1 img {
  max-width: none;
  aspect-ratio: 1040/453;
  max-height: 452px;
}
@media all and (max-width: 767px) {
  .cloud_con3 .in1 img {
    max-height: 220px;
  }
}

.cloud_con4 {
  bottom: -5%;
}
.cloud_con4 .in1 {
  right: 30%;
  text-align: right;
  animation: infinity-scroll-left2 300s infinite linear 0.5s both;
}
.cloud_con4 .in1 img {
  display: inline-block;
  max-width: none;
  aspect-ratio: 917/543;
  max-height: 543px;
}
@media all and (max-width: 767px) {
  .cloud_con4 .in1 img {
    max-height: 220px;
  }
}

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