/* ----------------------------------------------------------------------------
INDEX
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  main {
    padding-top: 40px;
  }
}

#splash {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s linear;
  z-index: 100000;
}
#splash .logo {
  opacity: 0;
  transition: 2s;
}
#splash .logo img {
  width: 100%;
  height: auto;
}
#splash .logo.loaded {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #splash .logo {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #splash .logo {
    width: 150px;
  }
}
#splash.loaded {
  opacity: 0;
  visibility: hidden;
}

/* --------------------------------------
MAINVISUAL
-------------------------------------- */
#mainvisual {
  position: relative;
}
#mainvisual .copy {
  writing-mode: vertical-rl;
  position: absolute;
  white-space: nowrap;
}
#mainvisual .copy span {
  text-combine-upright: all;
  margin-bottom: 5px;
}
#mainvisual .img {
  position: relative;
}
#mainvisual .img .en {
  color: rgba(216, 180, 160, 0.2);
  line-height: 0;
}
@media screen and (min-width: 1281px) {
  #mainvisual {
    padding-right: 200px;
  }
  #mainvisual .img .en {
    font-size: 140px;
  }
  #mainvisual .copy {
    right: 120px;
    top: 100px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #mainvisual {
    padding-right: 100px;
  }
  #mainvisual .img .en {
    font-size: 100px;
  }
  #mainvisual .copy {
    right: 20px;
    top: 100px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #mainvisual .copy {
    letter-spacing: 0.17em;
    line-height: 2.5;
  }
  #mainvisual .img .en {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual {
    padding-right: 60px;
  }
  #mainvisual .copy {
    font-size: 22px;
    right: 20px;
    top: 70px;
    letter-spacing: 0.17em;
    line-height: 2;
  }
  #mainvisual .img .en {
    font-size: 62px;
    white-space: nowrap;
    text-align: center;
    margin-left: 10px;
  }
}

/* --------------------------------------
SEC_CONCEPT
-------------------------------------- */
#sec_concept {
  background-image: linear-gradient(0deg, #fffafb, #ffffff);
}
#sec_concept .l_flex {
  justify-content: space-between;
}
#sec_concept .title_en {
  line-height: 0;
  text-align: right;
  color: #D8B4A0;
}
@media screen and (min-width: 1281px) {
  #sec_concept {
    padding: 200px 0 0;
  }
  #sec_concept .txt_wrap {
    width: 497px;
  }
  #sec_concept .img_wrap {
    width: calc(100% - 527px);
  }
  #sec_concept .title_en {
    font-size: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_concept {
    padding: 150px 0 0;
  }
  #sec_concept .txt_wrap {
    width: 50%;
  }
  #sec_concept .img_wrap {
    width: 43%;
  }
  #sec_concept .title_en {
    font-size: 100px;
  }
}
@media screen and (min-width: 768px) {
  #sec_concept .txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #sec_concept {
    padding: 80px 0 0;
  }
  #sec_concept .l_flex {
    display: block;
  }
  #sec_concept .title_en {
    font-size: 62px;
  }
  #sec_concept .img {
    margin-top: 50px;
  }
  #sec_concept .txt {
    margin-top: 20px;
  }
}

#sec_news {
  background: #fffafb;
}

/* --------------------------------------
SEC_SERVICE
-------------------------------------- */
#sec_service {
  background: #fffafb;
}
#sec_service .lead_wrap .img_wrap {
  display: flex;
  justify-content: space-between;
}
#sec_service .txt {
  margin-top: 30px;
}
@media screen and (min-width: 1281px) {
  #sec_service {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_service {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #sec_service .l_flex {
    justify-content: space-between;
  }
  #sec_service .lead_wrap .txt_wrap {
    width: 45%;
  }
  #sec_service .lead_wrap .img_wrap {
    width: 47%;
  }
  #sec_service .lead_wrap .img_wrap .img {
    width: calc((100% - 40px) / 2);
  }
  #sec_service .lead_wrap .img_wrap .img:first-child {
    position: relative;
    top: -100px;
  }
  #sec_service .lead_wrap .img_wrap .img + .img {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec_service .l_flex {
    display: block;
  }
  #sec_service .lead_wrap .txt_wrap {
    text-align: center;
  }
  #sec_service .img_wrap {
    margin-top: 40px;
    justify-content: space-between;
  }
  #sec_service .img_wrap .img:first-child {
    width: 40%;
  }
  #sec_service .img_wrap .img:last-child {
    width: 50%;
    margin-top: 100px;
  }
}

.list_service_wrap {
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  .list_service_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
  }
}
.list_service_img_wrap {
  width: 47%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: calc((100vh - max(560px, 38.8888888889vw)) / 2);
  height: max(560px, 38.8888888889vw);
  display: flex;
  align-items: center;
  transition: 1.2s;
}

@media (max-width: 768px) {
  .list_service_img_wrap {
    display: none;
  }
}
.list_service_img_inner {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 900/600;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .list_service_img_inner {
    padding-left: calc((100% - 600px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .list_service_img_inner {
    padding-left: calc((100% - 600px) / 2);
  }
}

.list_service_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
}

.list_service_img:first-of-type {
  top: 0;
}

.list_service_img:not(:first-type) {
  top: 100%;
}

.list_service_txt_wrap {
  width: 47%;
}

@media (max-width: 1200px) {
  .list_service_txt_wrap {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .list_service_txt_wrap {
    width: 100%;
  }
}
.list_service_txt {
  position: relative;
  height: max(560px, 38.8888888889vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list_service_txt:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #D8B4A0;
  position: absolute;
  top: 0;
  right: 0;
}
.list_service_txt.first_txt:after {
  content: none;
}

@media (max-width: 768px) {
  .list_service_txt {
    height: auto;
    display: block;
    padding-top: 40px;
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 1281px) {
  .list_service_img_wrap {
    padding-left: calc((50% - 600px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .list_service_img_wrap {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_service_img_wrap {
    display: none;
  }
}

.list_service_txt_inner .txt {
  text-align: left;
}
@media screen and (min-width: 1281px) {
  .list_service_txt_inner {
    padding-right: calc((100% - 600px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .list_service_txt_inner {
    padding-right: 20px;
  }
}

.list_service_txt .num {
  color: #D8B4A0;
  font-family: "LibreBaskerville-Regular";
}
@media screen and (min-width: 768px) {
  .list_service_txt .img_sp {
    display: none;
  }
  .list_service_txt .num {
    font-size: 40px;
  }
  .list_service_txt .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .list_service_txt {
    padding: 60px 20px;
  }
  .list_service_txt .num {
    font-size: 32px;
    margin-top: 20px;
  }
  .list_service_txt .title {
    font-size: 20px;
  }
}

/* --------------------------------------
SEC_COLUMN
-------------------------------------- */
#sec_column {
  background: url(../../assets/img/common/co_bg_01.jpg) repeat;
  position: relative;
}
#sec_column:before {
  content: "";
  width: 100%;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgb(255, 250, 251), rgba(255, 255, 255, 0));
}
#sec_column .btn {
  margin: 50px auto 0;
}
@media screen and (min-width: 1281px) {
  #sec_column {
    padding: 200px 0 0;
  }
  #sec_column .list_column_wrap {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_column {
    padding: 150px 0 0;
  }
  #sec_column .list_column_wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #sec_column {
    padding: 120px 0 0;
  }
  #sec_column .list_column_wrap {
    width: 250px;
    margin: 50px auto 0;
  }
}

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