.under_sec1 {
  position: relative;
}
.under_sec1:before {
  content: "";
  position: absolute;
  top: 43%;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 103.5%;
  background: #ACA293;
  z-index: -1;
}
.under_sec1 .com0 {
  margin: 120px 0 0 0;
  text-align: center;
  color: white;
}
.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: 50px 0 40px 0;
}
.under_sec1 .com0 .txt {
  text-align: left;
  max-width: 650px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .under_sec1:before {
    top: 26%;
    height: 103.5%;
  }
  .under_sec1 .com0 {
    margin: 60px 0 0 0;
  }
  .under_sec1 .com0 .eg {
    font-size: 3.4rem;
  }
  .under_sec1 .com0 .lead {
    margin: 20px 0 24px 0;
  }
  .under_sec1 .com0 .txt {
    text-align: left;
    max-width: 650px;
    margin: 0 auto;
  }
}

.company1 {
  padding-bottom: 110px;
}
@media all and (max-width: 767px) {
  .company1 {
    padding-bottom: 60px;
  }
}

.company2 {
  padding-top: 110px;
  box-sizing: border-box;
  position: relative;
}
.company2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 33%;
  background: #EDECE3;
  z-index: -1;
}
.company2 .lead {
  margin-top: 40px;
}
.company2 .intx {
  margin: 30px 0;
  font-weight: bold;
}
.company2 .merit {
  margin-top: 80px;
}
.company2 .merit .h31 {
  position: relative;
  font-weight: bold;
  font-size: 2.2rem;
  padding-left: 55px;
}
.company2 .merit .h31:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  width: 40px;
  height: 1px;
  background: #000;
}
.company2 .merit .c4 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 40px;
}
.company2 .merit .bx {
  background: #FCF9F9;
  padding: 30px 24px;
  box-sizing: border-box;
  text-align: center;
}
.company2 .merit .fb {
  font-weight: bold;
  text-align: center;
  margin: 10px 0 16px 0;
}
.company2 .merit .tx {
  line-height: 1.7;
  font-size: 1.4rem;
  text-align: left;
}
.company2 .merit img {
  display: inline-block;
  width: auto;
  height: 30px;
}
.company2 .cost .top1 {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.company2 .cost .h32 {
  font-size: 2.4rem;
}
.company2 .cost .c2 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.company2 .cost .c3 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 50px;
  line-height: 1.7;
}
.company2 .cost .c3 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: end;
}
.company2 .cost .c3 .eg1 {
  font-family: "vani_reg", Serif;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.company2 .cost .c3 .jp1 {
  font-weight: bold;
  color: #ACA293;
  font-size: 1.4rem;
}
.company2 .cost .c3 .lead3 {
  margin: 30px 0 20px 0;
}
.company2 .cost .c3 ul {
  margin: 20px 0;
}
.company2 .cost .c3 li {
  position: relative;
  font-size: 1.3rem;
  padding-left: 10px;
}
.company2 .cost .c3 li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
}
.company2 .cost .c3 .bw {
  background: white;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
@media all and (max-width: 1000px) {
  .company2:before {
    height: 46%;
  }
  .company2 .merit .c4 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .company2 .cost .top1 {
    display: block;
  }
  .company2 .cost .c3 {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
@media all and (max-width: 767px) {
  .company2 {
    padding-top: 60px;
  }
  .company2:before {
    height: 33%;
  }
  .company2 .lead {
    margin-top: 30px;
  }
  .company2 .intx {
    margin: 20px 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .company2 .merit {
    margin-top: 50px;
  }
  .company2 .merit .h31 {
    font-size: 1.8rem;
    padding-left: 28px;
  }
  .company2 .merit .h31:before {
    width: 20px;
  }
  .company2 .merit .c4 {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .company2 .cost .top1 {
    margin-top: 50px;
    display: block;
  }
  .company2 .cost .h32 {
    font-size: 1.8rem;
  }
  .company2 .cost .lead2 {
    margin-top: 10px;
  }
  .company2 .cost .c2 {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
  .company2 .cost .c3 {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .company2 .cost .c3 .eg1 {
    font-size: 2.4rem;
  }
  .company2 .cost .c3 .jp1 {
    font-size: 1.2rem;
  }
  .company2 .cost .c3 .lead3 {
    margin: 20px 0 20px 0;
  }
  .company2 .cost .c3 li {
    font-size: 1.2rem;
  }
  .company2 .cost .c3 li:before {
    top: 9px;
  }
  .company2 .cost .c3 .bw {
    padding: 12px 0;
  }
}

.company3 {
  padding-top: 130px;
  padding-bottom: 100px;
  box-sizing: border-box;
  position: relative;
}
.company3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 66%;
  background: #EDECE3;
  z-index: -1;
}
.company3 .lead {
  margin: 30px 0 60px 0;
}
.company3 .c5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.company3 .bx {
  text-align: center;
  font-size: 1.4rem;
  position: relative;
}
.company3 .bx .stp {
  color: #ACACAC;
  font-weight: bold;
}
.company3 .bx .tx {
  font-weight: bold;
  line-height: 1.7;
}
.company3 .ct {
  margin-top: 24px;
  position: relative;
}
.company3 .arw {
  position: absolute;
  right: -10px;
  top: 20px;
  width: 20px;
}
.company3 .arw img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1000px) {
  .company3 .c5 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 0;
  }
  .company3 .bx:nth-of-type(3) .arw {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .company3 {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .company3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 66%;
    background: #EDECE3;
    z-index: -1;
  }
  .company3 .lead {
    margin: 20px 0 30px 0;
  }
  .company3 .c5 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .company3 .bx {
    text-align: center;
    font-size: 1.4rem;
    position: relative;
  }
  .company3 .bx .stp {
    color: #ACACAC;
    font-weight: bold;
  }
  .company3 .bx .tx {
    font-weight: bold;
    line-height: 1.7;
  }
  .company3 .ct {
    margin-top: 12px;
    padding-bottom: 40px;
  }
  .company3 .arw {
    right: unset;
    left: 50%;
    margin-left: -10px;
    top: unset;
    bottom: 17px;
    width: 20px;
  }
  .company3 .arw img {
    width: 100%;
    height: auto;
    transform: rotate(90deg);
  }
  .company3 .bx:nth-of-type(3) .arw {
    display: block;
  }
}

.company4 {
  padding-top: 110px;
  box-sizing: border-box;
  position: relative;
}
.company4 .lead {
  margin: 50px 0;
}
@media all and (max-width: 767px) {
  .company4 {
    padding-top: 60px;
  }
  .company4 .lead {
    margin: 30px 0;
  }
}

.faq_bx {
  margin-bottom: 20px;
}
.faq_bx .q {
  background: #FCF9F9;
  position: relative;
  padding: 18px 18px 18px 65px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
}
.faq_bx .q:before {
  content: "Q.";
  position: absolute;
  top: 21px;
  left: 17px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  font-family: "vani_reg", Serif;
}
.faq_bx .plus {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.3s ease;
}
.faq_bx .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #707070;
}
.faq_bx .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #707070;
}
.faq_bx .a {
  position: relative;
  padding: 18px 18px 18px 65px;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.faq_bx .a:before {
  content: "A.";
  position: absolute;
  top: 21px;
  left: 17px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  font-family: "vani_reg", Serif;
}
.faq_bx .open .plus {
  transform: rotate(180deg);
}
.faq_bx .open .plus:after {
  opacity: 0;
}
@media all and (max-width: 767px) {
  .faq_bx {
    margin-bottom: 10px;
  }
  .faq_bx .q {
    padding: 17px 27px 17px 40px;
    font-size: 1.6rem;
  }
  .faq_bx .q:before {
    top: 21px;
    left: 11px;
    font-size: 2rem;
  }
  .faq_bx .plus {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    transition: all 0.3s ease;
  }
  .faq_bx .plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #707070;
  }
  .faq_bx .plus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #707070;
  }
  .faq_bx .a {
    padding: 17px 27px 17px 40px;
    font-size: 1.4rem;
  }
  .faq_bx .a:before {
    top: 21px;
    left: 11px;
    font-size: 2rem;
  }
}

.access {
  margin-top: 100px;
  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;
}

.ssc2 {
  margin: 36px auto 0 auto;
  position: relative;
}
.ssc2 .sw_nav {
  display: none;
}
.ssc2 .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
@media all and (max-width: 767px) {
  .ssc2 {
    margin: 16px auto 0 auto;
  }
  .ssc2 .sw_nav {
    display: block;
  }
  .ssc2 .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}

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