@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout {
  position: relative;
  max-width: 935px;
  margin: 0 auto;
  color: #777777;
  letter-spacing: 1.5px;
  line-height: 1.8;
}
.a_layout .title {
  position: relative;
  line-height: 1.3;
  margin-bottom: 20px;
}
.a_layout .title span {
  position: relative;
  font-family: "Tenor Sans", sans-serif;
  font-size: 100px;
  color: #3f453f;
  opacity: 0.05;
  margin-bottom: -50px;
  display: block;
}
.a_layout .title h2 {
  position: relative;
  color: #3f453f;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
}
.a_layout .t-1 {
  font-size: 18px;
  color: #837258;
  margin-bottom: 15px;
}
.a_layout p {
  margin: 0;
}
.a_layout .a-1 {
  position: relative;
  margin-bottom: 50px;
  padding-top: 50px;
}
.a_layout .a-1 .txtbox {
  padding: 50px 40px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  background: #fff;
  max-width: 565px;
}
.a_layout .a-1 .col:first-of-type {
  z-index: 2;
  position: relative;
}
.a_layout .a-1 .col:last-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
}
.a_layout .a-2 {
  text-align: center;
}
.a_layout .a-2 .title {
  position: relative;
  text-align: center;
}
.a_layout .a-2 .title::before,
.a_layout .a-2 .title::after {
  content: "";
  position: absolute;
  bottom: 17px;
  width: calc(50% - 170px);
  height: 1px;
  background: #d2d2d2;
}
.a_layout .a-2 .title::before {
  left: 0;
}
.a_layout .a-2 .title::after {
  right: 0;
}
.a_layout .a-2 .col:first-of-type {
  margin-bottom: 20px;
}
.a_layout .a-2 > .col:nth-of-type(2) {
  margin-bottom: 20px;
}
.a_layout .a-2 .t-1 b {
  font-weight: unset;
  display: inline;
}
.a_layout .a-2 .t-1 b + b::before {
  content: "‧";
}
@media screen and (max-width: 1280px) {
  .a_layout .title {
    text-align: center;
  }
  .a_layout .a-1 {
    position: relative;
    margin-bottom: 50px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .a_layout .a-1 .col:last-of-type {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .a_layout .a-1 .txtbox {
    max-width: 518px;
  }
}
@media screen and (max-width: 1000px) {
  .a_layout .title span {
    font-size: 50px;
    opacity: 0.05;
    margin-bottom: -30px;
  }
  .a_layout .title h2 {
    font-size: 26px;
    letter-spacing: 3px;
  }
  .a_layout .a-1 .txtbox {
    padding: 30px 30px;
  }
  .a_layout .a-2 .title::before,
  .a_layout .a-2 .title::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .a_layout .a-2 .t-1 b {
    display: block;
    position: relative;
  }
  .a_layout .a-2 .t-1 b + b {
    padding-top: 20px;
  }
  .a_layout .a-2 .t-1 b + b::before {
    content: "‧";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 484px) {
  .a_layout .a-2 p {
    text-align: left;
  }
}
/*------------ service-editor ------------*/
.s_layout {
  position: relative;
}
.s_layout .s_1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-bottom: 50px;
}
.s_layout .s_1 .s_item {
  background: rgba(71, 77, 70, 0.5);
  padding: 35px 20px 20px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease;
}
.s_layout .s_1 .s_item:hover {
  background: rgba(71, 77, 70, 0.8);
}
.s_layout .s_1 .s_item .s_pic {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.3s ease;
  opacity: 0.3;
}
.s_layout .s_1 .s_item:hover .s_pic {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0.8;
}
.s_layout .s_1 .s_item .s_text .s_tit {
  color: #d2cabd;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  line-height: 1.4;
}
.s_layout .s_1 .s_item .s_text .s_tit span {
  font-size: 20px;
  font-family: "Tenor Sans", sans-serif;
}
.s_layout .s_1 .s_item .s_text .s_tit span b {
  font-size: 30px;
  font-weight: unset;
}
.s_layout .s_1 .s_item .s_text .s_tit h3 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.s_layout .s_1 .s_item .s_text .s_list {
  font-size: 14px;
  color: #dddddd;
  padding-left: 20px;
}
.s_layout .s_2 {
  display: flex;
}
.s_layout .s_2 .s_item {
  position: relative;
  transition: all 0.3s ease;
}
.s_layout .s_2 .s_item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #000000;
  display: block;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.s_layout .s_2 .s_item:hover::before {
  opacity: 0.4;
}
.s_layout .s_2 .s_item .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  font-size: 0;
  z-index: 10;
}
.s_layout .s_2 .s_item .pic img {
  min-height: 340px;
  object-fit: cover;
}
.s_layout .s_2 .s_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  color: rgb(255, 255, 255, 0.9);
  text-align: center;
  z-index: 2;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s_layout .s_2 .s_text h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 2px;
}
.s_layout .s_2 .s_text .more_btn {
  position: relative;
  margin-top: 40px;
  width: 180px;
  height: 60px;
  line-height: 60px;
  color: #ccc4b5;
  border: 1px solid #ccc4b5;
  font-family: "Tenor Sans", sans-serif;
  transition: all 0.3s ease;
}
.s_layout .s_2 .s_item:hover .more_btn {
  background: #ccc4b5;
  color: #40453f;
}

@media screen and (max-width: 1300px) {
  .s_layout .s_1 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 767px;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 1000px) {
  .s_layout .s_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .s_layout .s_1 {
    max-width: 484px;
    margin: 0 auto 50px;
  }

  .s_layout .s_1 .s_item .s_pic {
    width: 60px;
  }
  .s_layout .s_2 {
    max-width: 484px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 484px) {
  .s_layout .s_1 {
    grid-template-columns: repeat(1, 1fr);
    max-width: 320px;
  }
}

/*------------ contact-editor ------------*/
.contact-editor .col {
  float: left;
}
.contact-editor .col + .col {
  margin: 0 0 0 25px;
}
.contact-editor i {
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 30px;
  position: relative;
  margin: 0 20px 0 0;
  z-index: 0;
}
.contact-editor i:after {
  content: "";
  background: #40453f;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: rotate(45deg);
}
.contact-editor i:before {
  display: inline-block;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-editor .tel i:before {
  content: "\ff001";
}
.contact-editor .fax i:before {
  content: "\ff002";
}
.contact-editor .mail i:before {
  content: "\ff003";
}
.contact-editor .add i:before {
  content: "\ff004";
  font-size: 18px;
  position: relative;
  top: 2px;
}
.contact-editor .col a,
.contact-editor .col span {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: middle;
}
/*------------ video-editor ------------*/
.video-editor .pic {
  float: left;
  margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor {
  font-size: 15px;
  line-height: 2;
}
.terms-editor .title {
  font-size: 17px;
  color: #837358;
  margin: 0;
  font-weight: normal;
}
.terms-editor p {
  text-indent: 0em;
  margin: 0 0 50px;
}
.terms-editor .row {
  margin: 0 -27px;
}
.terms-editor .col {
  padding: 0 27px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
  .about-editor .row_2 .txt_box {
    padding: 50px 90px 50px 50px;
  }
}
@media screen and (max-width: 960px) {
  .contact-editor .col + .col {
    margin: 25px 0 0 0;
  }
  .contact-editor .col {
    float: none;
  }
}
@media screen and (max-width: 1100px) {
  .row_ {
    display: block;
  }
  .about-editor .row_1 .col {
    margin-bottom: 20px;
  }
  .about-editor .row_1 {
    margin-bottom: 40px;
  }
  .about-editor .row_2 {
    margin-top: 20px;
  }
  .about-editor .row_2 .col1:after {
    display: none;
  }
  .about-editor .row_2 .col,
  .about-editor .row_3 .col {
    margin-bottom: 20px;
  }
  .about-editor .row_2 .txt_box,
  .about-editor .row_3 .txt_box {
    padding: 0px;
    border: none;
    margin-right: 0px;
    margin-left: 0;
    margin-top: 0;
  }
  .about-editor .row_2 .col2 {
    text-align: left;
  }
  .index-about-editor {
    padding: 0;
    height: auto;
  }
  .service-editor .row_ .col2,
  .service-editor .row_ .col1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-editor .row_ .col2 {
    padding: 0;
  }
  .contact-editor i {
    text-indent: 0px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .terms-editor .row {
    margin: 0;
  }
  .terms-editor .col {
    padding: 0;
    width: 100%;
  }
}
