.under_sec1 {
  position: relative;
}
.under_sec1:before {
  content: "";
  position: absolute;
  top: 33.5%;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background: #EDECE3;
  z-index: -1;
}
.under_sec1 .anks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.under_sec1 .anks a {
  display: block;
  background: url("../images/ank_arw.png") center right no-repeat;
  background-size: 10px auto;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0;
  padding: 2px 20px 2px 0;
  border-bottom: 1px solid #E5E5E5;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.under_sec1 .anks a:hover {
  background: url("../images/ank_arw.png") bottom 4px right no-repeat;
  background-size: 10px auto;
}
.under_sec1 .com0 {
  margin: 90px 0 0 0;
  text-align: center;
}
.under_sec1 .com0 .eg {
  font-family: "vani_reg", Serif;
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.under_sec1 .com0 .lead {
  margin: 40px 0 40px 0;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: normal;
}
.under_sec1 .com0 .txt {
  text-align: center;
  margin: 0 auto;
}
.under_sec1 .slide_bx {
  margin-top: 50px;
}
.under_sec1 .slide_bx .slide_wraps {
  max-width: unset;
  margin: 36px auto 0 auto;
  position: relative;
}
@media all and (max-width: 1200px) {
  .under_sec1 .anks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 20px;
  }
}
@media all and (max-width: 767px) {
  .under_sec1:before {
    top: 50%;
    height: 103.5%;
  }
  .under_sec1 .com0 {
    margin: 60px 0 0 0;
  }
  .under_sec1 .com0 .eg {
    font-size: 3.4rem;
  }
  .under_sec1 .com0 .lead {
    font-size: 1.5rem;
    margin: 20px 0 24px 0;
  }
  .under_sec1 .com0 .txt {
    text-align: left;
    max-width: 650px;
    margin: 0 auto;
  }
  .under_sec1 .anks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .under_sec1 .anks a {
    padding: 10px 20px 10px 0;
    font-size: 1.2rem;
    font-weight: 400;
  }
}

.squre {
  max-width: 980px;
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  background: white;
  padding: 30px 0;
  box-sizing: border-box;
}
.squre .name {
  text-align: center;
  place-content: center;
  font-size: 2.2rem;
}
.squre .cont {
  border-left: 1px solid #D0D0D0;
  padding-left: 30px;
  box-sizing: border-box;
  text-align: left;
}
.squre .tx1 {
  font-weight: bold;
  font-size: 1.8rem;
}
.squre .tx1 i {
  font-size: 3.2rem;
  line-height: 1;
}
.squre .tx2 {
  font-weight: bold;
}
.squre .tx_tel {
  font-weight: bold;
}
.squre .tx_tel i {
  font-size: 2.4rem;
  line-height: 1;
}
@media all and (max-width: 1200px) {
  .squre {
    grid-template-columns: 190px 1fr;
  }
}
@media all and (max-width: 767px) {
  .squre {
    grid-template-columns: 1fr;
    padding: 20px;
    font-size: 1.3rem;
    margin: 30px auto 0 auto;
  }
  .squre .name {
    font-size: 1.6rem;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .squre .cont {
    border-left: none;
    padding-left: 0;
  }
  .squre .tx1 {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
  }
  .squre .tx1 i {
    font-size: 2rem;
    line-height: 1;
  }
  .squre .tx2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .squre .tx_tel i {
    font-size: 2rem;
  }
}

.usb {
  padding-top: 120px;
  background: #EDECE3;
}
.usb:nth-of-type(5) {
  background: none;
  position: relative;
}
.usb:nth-of-type(5):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 57%;
  background: #EDECE3;
  z-index: -1;
}
.usb:nth-of-type(6), .usb:nth-of-type(7), .usb:nth-of-type(8) {
  background: none;
}
@media all and (max-width: 767px) {
  .usb {
    padding-top: 80px;
  }
}

.usb1 {
  padding-top: 120px;
}
@media all and (max-width: 767px) {
  .usb1 {
    padding-top: 80px;
  }
}

.slide_bx {
  margin-top: 20px;
}
.slide_bx h2 {
  font-size: 2rem;
}
.slide_bx .c1 {
  margin: 36px 0;
}
@media all and (max-width: 767px) {
  .slide_bx {
    margin-top: 10px;
  }
  .slide_bx h2 {
    font-size: 1.4rem;
  }
  .slide_bx .c1 {
    margin: 24px 0;
  }
}

.user2 {
  margin-top: 110px;
  padding: 90px 0;
  box-sizing: border-box;
  position: relative;
  background: #ACA293;
}
.user2 .usb {
  background: none;
  padding: 0;
}
.user2 .title_v2, .user2 .txt {
  color: white;
}
@media all and (max-width: 767px) {
  .user2 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}

.btn_cm1 {
  display: block;
  width: 210px;
  background: #000;
  color: white;
  text-align: center;
  padding: 15px 0;
  font-family: "vani_bold", Serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
}
.btn_cm1:before, .btn_cm1:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -18px;
  width: 36px;
  height: 1px;
  background: white;
  transition: all 0.3s ease;
}
.btn_cm1:before {
  transform-origin: top right;
}
.btn_cm1:after {
  width: 0;
}
.btn_cm1:hover:before {
  transform: scaleX(0);
}
.btn_cm1:hover:after {
  width: 36px;
  transition-delay: 0.4s;
}
@media all and (max-width: 767px) {
  .btn_cm1 {
    padding: 17px 0;
    font-size: 1.5rem;
  }
}

.user3 {
  position: relative;
  padding: 120px 0;
  box-sizing: border-box;
}
.user3 .inner {
  position: relative;
  z-index: 1;
}
.user3 .title_v1 {
  position: absolute;
  top: 20px;
  left: -100px;
  transform: rotate(90deg);
}
.user3 .title_v1 h2 {
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  font-weight: 500;
}
.user3 .title_v1 .eg {
  font-family: "vani_reg", Serif;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 10px;
}
.user3 .cont {
  position: relative;
  padding-left: 60px;
}
.user3 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.user3 .txb {
  font-weight: bold;
}
.user3 .c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 60px;
  margin-top: 40px;
}
.user3 .c3 .img {
  overflow: hidden;
  aspect-ratio: 307/173;
}
.user3 .c3 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.user3 .c3 a {
  color: #000;
}
.user3 .c3 .ymc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  gap: 0 16px;
}
.user3 .c3 .ymd {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  padding-top: 3px;
}
.user3 .c3 .cate {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1px 0;
  width: 120px;
  text-align: center;
  background: #000;
  color: white;
}
.user3 .btn_sp1 {
  display: none;
}
@media all and (max-width: 1280px) {
  .user3 .title_v1 {
    left: -40px;
  }
  .user3 .cont {
    padding-left: 100px;
  }
}
@media all and (max-width: 1000px) {
  .user3 .c3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media all and (max-width: 767px) {
  .user3 {
    padding: 60px 0 0 0;
  }
  .user3 .title_v1 {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .user3 .title_v1 .eg {
    font-size: 3rem;
    margin-top: 10px;
  }
  .user3 .cont {
    padding-left: 0;
  }
  .user3 .top {
    margin-top: 10px;
    display: block;
  }
  .user3 .top a {
    display: none;
  }
  .user3 .c3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .user3 .btn_sp1 {
    display: block;
    margin: 40px auto 0 auto;
  }
}

.access {
  margin-top: 0;
  padding-top: 100px;
  border-top: 1.5px dotted #B2B0B0;
}
@media all and (max-width: 767px) {
  .access {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.inner2.bd .in {
  border-top: 1.5px dotted #B2B0B0;
}

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