@charset "UTF-8";
.web_font_en, .env_area .txt_area .en, .designer_area .box > .txt_area .bottom_area .en, .style_ttl3 .en, .style_ttl2 .en, .style_ttl1 .en {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
}

/* 筑紫オールド L */
.style_caption_wrap {
  position: relative;
}

.style_caption {
  font-size: 0.625rem;
  color: #fff;
  position: absolute;
  z-index: 5;
  bottom: 0.5rem;
  right: 0.5rem;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
  letter-spacing: -0.05em;
  opacity: 0.7;
}
.style_caption.black {
  color: #333;
  text-shadow: 0px 0px 20px rgb(255, 255, 255);
}
.style_caption.left {
  right: auto;
  left: 0.5rem;
}
.style_caption.left_top {
  right: auto;
  left: 0.5rem;
  bottom: auto;
  top: 0.5rem;
}
.style_caption.right_top {
  bottom: auto;
  top: 0.5rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_caption {
    font-size: 2.3076923077vw;
    bottom: 1.0256410256vw;
    right: 1.0256410256vw;
  }
}
.style_ttl1 .en {
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}
.style_ttl1 .en:before {
  display: block;
  content: "";
  width: 7.5rem;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -8.5rem;
  transform: translate3d(0, -50%, 0);
  opacity: 0.6;
}
.style_ttl1 .jp {
  display: block;
  font-size: 2.25rem;
  line-height: 1.4;
}
.style_ttl1.white {
  color: #fff;
}
.style_ttl1.white .en:before {
  background: #fff;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_ttl1 .en {
    margin-bottom: 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
  .style_ttl1 .en:before {
    width: 23.0769230769vw;
    right: -25.641025641vw;
  }
  .style_ttl1 .jp {
    font-size: 6.6666666667vw;
  }
}
.style_ttl2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.style_ttl2.line2 .jp {
  margin-top: -0.3125rem;
  margin-left: 2.75rem;
}
.style_ttl2 .en {
  display: inline-block;
  font-size: 2.75rem;
  position: relative;
  padding-left: 2.5rem;
}
.style_ttl2 .en:before {
  display: block;
  content: "";
  width: 1.75rem;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  opacity: 0.4;
}
.style_ttl2 .jp {
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  margin-left: 1.25rem;
  display: inline-block;
  margin-top: 0.625rem;
}
.style_ttl2 .jp:before {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0) rotate(30deg);
  opacity: 0.4;
}

.style_ttl3 .jp {
  font-size: 1.75rem;
  line-height: 1.4;
  padding-right: 1.25rem;
}
.style_ttl3 .en {
  position: relative;
  padding-left: 1rem;
  display: inline-block;
}
.style_ttl3 .en:before {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0) rotate(30deg);
  opacity: 0.4;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_ttl3 .jp {
    font-size: 5.641025641vw;
    padding-right: 2.0512820513vw;
  }
  .style_ttl3 .en {
    padding-left: 3.0769230769vw;
    font-size: 3.5897435897vw;
  }
}
.style_btn {
  position: relative;
  cursor: pointer;
}
.style_btn.no_link a {
  pointer-events: none;
}
.style_btn.big {
  font-size: 1.25rem;
}
.style_btn.big a {
  padding-bottom: 1rem;
}
.style_btn.back a {
  padding-left: 1.875rem;
}
.style_btn.back a:before {
  transform: translate3d(0, -50%, 0) scale(-1, 1);
  right: auto;
  left: 0;
}
.style_btn.white:before {
  background: #fff;
  opacity: 0.3;
}
.style_btn.white:after {
  background: #fff;
}
.style_btn.white a {
  color: #fff;
}
.style_btn.white a:before {
  background: url(../img/common/arrow_w.png) left top no-repeat;
  background-size: 0.875rem 0.875rem;
}
.style_btn.top_line:before, .style_btn.top_line:after {
  bottom: auto;
  top: 0;
}
.style_btn.top_line a {
  padding-bottom: 0;
  padding-top: 0.75rem;
}
.style_btn.top_line a:before {
  margin-top: 0.375rem;
}
.style_btn:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}
.style_btn:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: transform 0.3s 0s ease-in-out;
  transform-origin: right bottom;
  transform: scale(0, 1);
}
.style_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0.375rem;
}
.style_btn a:before {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/common/arrow_b.png) left top no-repeat;
  background-size: 0.875rem 0.875rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
.style_btn:hover:after {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
.style_btn:hover a {
  text-decoration: none;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_btn.white a:before {
    background: url(../img/common/arrow_w.png) left top no-repeat;
    background-size: 2.8205128205vw 2.8205128205vw;
  }
  .style_btn a {
    padding-bottom: 2.0512820513vw;
  }
  .style_btn a:before {
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    background: url(../img/common/arrow_b.png) left top no-repeat;
    background-size: 2.8205128205vw 2.8205128205vw;
  }
}
.style_btn_gold {
  width: 100%;
  height: 4.5rem;
  font-size: 1.25rem;
  position: relative;
  overflow: hidden;
}
.style_btn_gold:before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgb(155, 140, 110) 0%, rgb(125, 109, 79) 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s 0s ease-in-out;
}
.style_btn_gold:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.style_btn_gold.mini {
  height: 3.25rem;
  font-size: 1rem;
}
.style_btn_gold.mini a {
  padding-left: 1.75rem;
}
.style_btn_gold.mini a:before {
  right: 1.25rem;
}
.style_btn_gold a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 2.5rem;
  position: relative;
  z-index: 7;
}
.style_btn_gold a:before {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/common/arrow_w.png) left top no-repeat;
  background-size: 0.875rem 0.875rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
.style_btn_gold:hover:after {
  -webkit-animation: shine 1.75s;
  animation: shine 1.75s;
}
.style_btn_gold:hover a {
  text-decoration: none;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_btn_gold {
    height: 15.3846153846vw;
    font-size: 4.1025641026vw;
  }
  .style_btn_gold.mini {
    height: 11.7948717949vw;
    font-size: 3.3333333333vw;
  }
  .style_btn_gold.mini a {
    padding-left: 3.5897435897vw;
  }
  .style_btn_gold.mini a:before {
    right: 3.8461538462vw;
  }
  .style_btn_gold a {
    padding-left: 5.1282051282vw;
  }
  .style_btn_gold a:before {
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    background: url(../img/common/arrow_w.png) left top no-repeat;
    background-size: 2.8205128205vw 2.8205128205vw;
    right: 3.0769230769vw;
  }
}
.style_mini_txt {
  font-size: 0.75rem;
  line-height: 1.4;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_mini_txt {
    font-size: 2.5641025641vw;
  }
}
.style_sub {
  font-size: 50%;
  vertical-align: top;
  top: 0.25rem;
  position: relative;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_sub {
    font-size: 60%;
  }
}
.style_plus_icon {
  width: 3.75rem;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.style_plus_icon span:before, .style_plus_icon span:after {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.style_plus_icon span:before {
  width: 1.25rem;
  height: 1px;
}
.style_plus_icon span:after {
  width: 1px;
  height: 1.25rem;
}

.style_swiper_ul {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.style_swiper_ul .swiper-pagination_style {
  margin: 0 1.25rem;
  width: auto;
  position: relative;
  color: #028391;
  padding: 0;
  top: auto;
  bottom: auto;
}
.style_swiper_ul .swiper-prev_style, .style_swiper_ul .swiper-next_style {
  width: 3.75rem;
  height: 3.75rem;
  background: url(../images/arrow_slide.png) left top no-repeat;
  background-size: 3.75rem 3.75rem;
  top: 0;
  left: 50%;
  z-index: 20;
  cursor: pointer;
}
.style_swiper_ul .swiper-next_style {
  transform: scale(-1, 1);
}

/*------------------------------------------------------------
#Under_Mv_area
------------------------------------------------------------*/
#Under_Mv_area .ttl .en img {
  height: 6.7361111111vw;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Under_Mv_area .ttl .en img {
    height: 12.4358974359vw;
  }
}
/*------------------------------------------------------------
#Facade_area
------------------------------------------------------------*/
#Facade_area .facade_top_area {
  padding: 1.25rem 0 0;
  display: flex;
  align-items: flex-start;
}
#Facade_area .facade_top_area .txt_area {
  width: 50%;
  padding-left: 5rem;
  padding-right: 6.25rem;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: calc(110px + 6.25rem);
}
#Facade_area .facade_top_area .txt_area .style_ttl1 .en {
  margin-bottom: 3.75rem;
}
#Facade_area .facade_top_area .txt_area .style_ttl1 .jp {
  margin-left: 5rem;
  margin-bottom: 3.75rem;
  width: 23.5625rem;
}
#Facade_area .facade_top_area .txt_area .txt {
  margin-left: 5rem;
  font-size: 1.125rem;
}
#Facade_area .facade_top_area .img_area {
  width: 50%;
}
#Facade_area .facade_top_area .img_area ul li {
  height: 36.8055555556vw;
}
#Facade_area .facade_top_area .img_area ul li figure {
  height: 100%;
}
#Facade_area .facade_top_area .img_area ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Facade_area .facade_top_area .img_area ul:nth-of-type(1) {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  #Facade_area .facade_top_area {
    padding: 2.5641025641vw 0 0;
    display: block;
  }
  #Facade_area .facade_top_area .txt_area {
    width: 100%;
    padding: 0 5.1282051282vw;
    position: relative;
    top: auto;
    margin-bottom: 12.8205128205vw;
  }
  #Facade_area .facade_top_area .txt_area .style_ttl1 {
    margin-bottom: 10.2564102564vw;
  }
  #Facade_area .facade_top_area .txt_area .style_ttl1 .en {
    margin-bottom: 7.6923076923vw;
  }
  #Facade_area .facade_top_area .txt_area .style_ttl1 .jp {
    margin-left: 0;
    margin-bottom: 0;
    width: 53.8461538462vw;
  }
  #Facade_area .facade_top_area .txt_area .txt {
    margin-left: 0;
    font-size: 3.3333333333vw;
  }
  #Facade_area .facade_top_area .img_area {
    width: 100%;
  }
  #Facade_area .facade_top_area .img_area ul li {
    height: 67.9487179487vw;
  }
  #Facade_area .facade_top_area .img_area ul:nth-of-type(1) {
    margin-bottom: 2.5641025641vw;
  }
  #Facade_area .designer_area {
    margin-top: 0;
  }
}
/*------------------------------------------------------------
#land_area
------------------------------------------------------------*/
#land_area {
  background: #f0efed;
}
#land_area .top_ttl_area {
  display: flex;
  margin-bottom: 7.5rem;
  padding-top: 8.75rem;
  justify-content: space-between;
}
#land_area .top_ttl_area .style_ttl1 {
  width: 50%;
}
#land_area .top_ttl_area .style_ttl1 .en {
  margin-bottom: 3.75rem;
}
#land_area .top_ttl_area .style_ttl1 .jp {
  margin-left: 5rem;
  width: 30.125rem;
  box-sizing: border-box;
}
#land_area .top_ttl_area .txt {
  width: 50%;
  padding-left: 1.875rem;
  padding-top: 5.625rem;
  box-sizing: border-box;
  font-size: 1.125rem;
}
#land_area .sub_info_area {
  padding: 7.5rem 0 6.25rem;
  display: flex;
  justify-content: space-between;
}
#land_area .sub_info_area .txt_area {
  width: 33.125rem;
}
#land_area .sub_info_area .txt_area h4 {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
#land_area .sub_info_area .img_area {
  width: 33.125rem;
}
#land_area .env_area {
  background: #fff;
}
#land_area .env_area .style_caption {
  bottom: -1.25rem;
}
#land_area .designer_area {
  background: #fff;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #land_area .top_ttl_area {
    display: block;
    margin-bottom: 15.3846153846vw;
    padding-top: 17.9487179487vw;
  }
  #land_area .top_ttl_area .style_ttl1 {
    width: 100%;
  }
  #land_area .top_ttl_area .style_ttl1 .en {
    margin-bottom: 7.6923076923vw;
  }
  #land_area .top_ttl_area .style_ttl1 .jp {
    margin-left: 0;
    width: 30.125rem;
    box-sizing: border-box;
  }
  #land_area .top_ttl_area .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 11.5384615385vw;
    box-sizing: border-box;
    font-size: 3.3333333333vw;
  }
  #land_area .sub_info_area {
    padding: 17.9487179487vw 0 17.9487179487vw;
    display: block;
  }
  #land_area .sub_info_area .txt_area {
    width: 100%;
    margin-bottom: 7.6923076923vw;
  }
  #land_area .sub_info_area .txt_area h4 {
    font-size: 5.1282051282vw;
    margin-bottom: 4.1025641026vw;
  }
  #land_area .sub_info_area .img_area {
    width: 100%;
  }
  #land_area .env_area .style_caption {
    bottom: -3.8461538462vw;
  }
}
/*------------------------------------------------------------
#Lounge_area
------------------------------------------------------------*/
#Lounge_area {
  color: #fff;
  background: url(../design/img/bg_lounge.jpg) left top no-repeat fixed;
  background-size: cover;
  padding: 8.75rem 0 8.75rem;
}
#Lounge_area .top_ttl_area {
  display: flex;
  margin-bottom: 7.5rem;
  justify-content: space-between;
}
#Lounge_area .top_ttl_area .style_ttl1 {
  width: 50%;
}
#Lounge_area .top_ttl_area .style_ttl1 .en {
  margin-bottom: 3.75rem;
}
#Lounge_area .top_ttl_area .style_ttl1 .jp {
  margin-left: 5rem;
  width: 30.1875rem;
  box-sizing: border-box;
}
#Lounge_area .top_ttl_area .txt {
  width: 50%;
  padding-left: 1.875rem;
  padding-top: 5.625rem;
  box-sizing: border-box;
  font-size: 1.125rem;
}
#Lounge_area .big_img_area {
  margin-bottom: 6.25rem;
}
#Lounge_area .env_area {
  background: #333333;
}
#Lounge_area .env_area .txt_area .en:before {
  background: #fff;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Lounge_area {
    background: url(../design/img/bg_lounge.jpg) left top no-repeat fixed;
    background-size: cover;
    padding: 17.9487179487vw 0 17.9487179487vw;
  }
  #Lounge_area .top_ttl_area {
    display: block;
    margin-bottom: 12.8205128205vw;
    justify-content: space-between;
  }
  #Lounge_area .top_ttl_area .style_ttl1 {
    width: 100%;
  }
  #Lounge_area .top_ttl_area .style_ttl1 .en {
    margin-bottom: 7.6923076923vw;
  }
  #Lounge_area .top_ttl_area .style_ttl1 .jp {
    margin-left: 0;
    width: 61.9230769231vw;
  }
  #Lounge_area .top_ttl_area .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 11.5384615385vw;
    font-size: 3.3333333333vw;
  }
  #Lounge_area .big_img_area {
    margin-bottom: 12.8205128205vw;
  }
}
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
.wrapper {
  overflow: visible;
}

.area-user-footer-wrap {
  overflow: hidden;
}

.hidden {
  overflow: hidden;
}

.designer_area {
  background: #f0efed;
  padding: 5rem 0 7.5rem;
  margin-top: 8.75rem;
}
.designer_area .style_ttl2 {
  margin-bottom: 4.375rem;
}
.designer_area .box {
  display: flex;
  justify-content: space-between;
  padding-right: 5rem;
}
.designer_area .box > .img_area {
  width: 25.875rem;
}
.designer_area .box > .txt_area {
  width: 45.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.designer_area .box > .txt_area .top_area .name {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.designer_area .box > .txt_area .top_area .txt {
  font-size: 0.875rem;
  line-height: 1.8;
}
.designer_area .box > .txt_area .img_area {
  width: 22.5rem;
}
.designer_area .box > .txt_area .bottom_area {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 2.5rem;
}
.designer_area .box > .txt_area .bottom_area:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
}
.designer_area .box > .txt_area .bottom_area .en {
  width: 2.5rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  align-items: flex-end;
  display: flex;
}
.designer_area .box > .txt_area .bottom_area .en:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
}
.designer_area .box > .txt_area .bottom_area .flex {
  display: flex;
}
.designer_area .box > .txt_area .bottom_area .flex .txt_area {
  width: 24.0625rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
}
.designer_area .box > .txt_area .bottom_area .flex .txt_area .txt1 {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.designer_area .box > .txt_area .bottom_area .flex .txt_area .txt2 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
.designer_area .box > .txt_area .bottom_area .flex .txt_area .txt3 {
  font-size: 0.875rem;
}
.designer_area .box > .txt_area .bottom_area .flex .img_area {
  width: 16.25rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .designer_area {
    padding: 10.2564102564vw 0 15.3846153846vw;
    margin-top: 17.9487179487vw;
  }
  .designer_area .style_ttl2 {
    margin-bottom: 10.2564102564vw;
  }
  .designer_area .box {
    display: block;
    padding-right: 0;
  }
  .designer_area .box > .img_area {
    width: 61.5384615385vw;
    margin: 0 auto 7.6923076923vw;
  }
  .designer_area .box > .txt_area {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .designer_area .box > .txt_area .top_area {
    margin-bottom: 10.2564102564vw;
  }
  .designer_area .box > .txt_area .top_area .name {
    font-size: 5.1282051282vw;
    margin-bottom: 2.0512820513vw;
  }
  .designer_area .box > .txt_area .top_area .txt {
    font-size: 3.0769230769vw;
  }
  .designer_area .box > .txt_area .img_area {
    width: 100%;
  }
  .designer_area .box > .txt_area .bottom_area {
    padding-top: 5.1282051282vw;
  }
  .designer_area .box > .txt_area .bottom_area:before {
    width: 100%;
    height: 1px;
    top: 0;
    right: 0;
  }
  .designer_area .box > .txt_area .bottom_area .en {
    width: 7.6923076923vw;
  }
  .designer_area .box > .txt_area .bottom_area .en:before {
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
  }
  .designer_area .box > .txt_area .bottom_area .flex {
    display: block;
    width: calc(100% - 12.8205128205vw);
  }
  .designer_area .box > .txt_area .bottom_area .flex .txt_area {
    width: 100%;
    padding-right: 0;
  }
  .designer_area .box > .txt_area .bottom_area .flex .txt_area .txt1 {
    font-size: 3.0769230769vw;
    margin-bottom: 5.1282051282vw;
  }
  .designer_area .box > .txt_area .bottom_area .flex .txt_area .txt2 {
    font-size: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
    line-height: 1.4;
  }
  .designer_area .box > .txt_area .bottom_area .flex .txt_area .txt3 {
    font-size: 3.0769230769vw;
    line-height: 1.8;
    margin-bottom: 7.6923076923vw;
  }
  .designer_area .box > .txt_area .bottom_area .flex .img_area {
    width: 100%;
  }
}
.env_area {
  padding: 5rem 5rem;
}
.env_area .flex {
  display: flex;
  justify-content: space-between;
}
.env_area .txt_area {
  width: 33.125rem;
  display: flex;
  justify-content: space-between;
}
.env_area .txt_area .en {
  width: 2.5rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 1.25rem;
}
.env_area .txt_area .en:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.env_area .txt_area > div {
  width: 26.6875rem;
}
.env_area .txt_area > div h4 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.75rem;
}
.env_area .img_area {
  width: 33.125rem;
}
.env_area .img_area ul {
  justify-content: space-between;
  display: flex;
}
.env_area .img_area ul li {
  width: 15.625rem;
  height: 15.625rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .env_area {
    padding: 10.2564102564vw 5.1282051282vw 5.1282051282vw;
  }
  .env_area .flex {
    display: block;
  }
  .env_area .txt_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10.2564102564vw;
  }
  .env_area .txt_area .en {
    width: 7.6923076923vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 2.5641025641vw;
    font-size: 2.5641025641vw;
  }
  .env_area .txt_area .en:before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
  .env_area .txt_area > div {
    width: calc(100% - 12.8205128205vw);
  }
  .env_area .txt_area > div h4 {
    font-size: 5.1282051282vw;
    margin-bottom: 3.5897435897vw;
  }
  .env_area .img_area {
    width: 100%;
  }
  .env_area .img_area ul {
    justify-content: space-between;
    display: flex;
  }
  .env_area .img_area ul li {
    width: 37.1794871795vw;
    height: 37.1794871795vw;
  }
}