@charset "UTF-8";
/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

address,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
pre,
strong,
th {
  font-style: normal;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

a,
ins {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
body {
  line-height: 1.85;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  body {
    line-height: 1.5;
  }
}

.trim {
  text-box: trim-both cap alphabetic;
}

/*family*/
body {
  font-family: "Noto Serif JP", serif;
}

.f_go {
  font-family: "Noto Sans JP", sans-serif;
}

.f_en {
  font-family: "Cormorant", "Noto Serif JP";
}

/*** link ***/
/***PC／スマホ切替***/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.base_w {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .base_w {
    width: 90%;
  }
}

.cap {
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .cap {
    font-size: 1rem;
  }
}

.soon {
  pointer-events: none;
}

.slick-slide:focus {
  outline: none;
}

a {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_wrap_brand {
  width: 100%;
  padding: 80px 0;
  background-image: url(../images/brand/mv.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .main_wrap_brand {
    background-image: url(../images/brand_r/mv-sp.jpg);
  }
}
.main_wrap_brand .txt01 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt01 {
    font-size: 25px;
  }
}
.main_wrap_brand .txt02 {
  margin-bottom: 60px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt02 {
    font-size: 13px;
  }
}
.main_wrap_brand .logo {
  width: 142px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .main_wrap_brand .logo {
    width: 80px;
  }
}
.main_wrap_brand .txt03 {
  margin-bottom: 40px;
  font-size: 31px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt03 {
    font-size: 18px;
  }
}
.main_wrap_brand .txt04 {
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt04 {
    font-size: 13px;
  }
}

.main_wrap01 {
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
.main_wrap01.quality_bg {
  background-image: url(../images/quality/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap01.quality_bg {
    background-image: url(../images/quality/mv-sp.jpg);
  }
}
.main_wrap01.product_bg {
  background-image: url(../images/product_r/mv.jpg);
  background-position: right 50% bottom 15%;
}
@media (max-width: 767px) {
  .main_wrap01.product_bg {
    background-position: center;
  }
}
.main_wrap01.gallery_bg {
  background-image: url(../images/portfolio/mv3.jpg);
}
@media (max-width: 767px) {
  .main_wrap01.gallery_bg {
    background-image: url(../images/portfolio/mv-sp3.jpg);
  }
}
.main_wrap01.support_bg {
  background-image: url(../images/service/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap01.support_bg {
    background-image: url(../images/service/mv-sp.jpg);
  }
}
.main_wrap01 .txt01 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .main_wrap01 .txt01 {
    font-size: 25px;
  }
}
.main_wrap01 .txt02 {
  margin-bottom: 60px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .main_wrap01 .txt02 {
    font-size: 13px;
  }
}
.main_wrap01 .txt03 {
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 767px) {
  .main_wrap01 .txt03 {
    font-size: 13px;
  }
}

.main_wrap02 {
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
.main_wrap02.apartment_bg {
  background-image: url(../images/quality/mv2.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.apartment_bg {
    background-image: url(../images/quality/mv-sp2.jpg);
  }
}
.main_wrap02.house_bg {
  background-image: url(../images/quality/mv3.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.house_bg {
    background-image: url(../images/quality/mv-sp3.jpg);
  }
}
.main_wrap02.challenging_bg {
  background-image: url(../images/challenging_r/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.challenging_bg {
    background-image: url(../images/challenging_r/mv_sp.jpg);
  }
}
.main_wrap02.workshop_bg {
  background-image: url(../images/quality/mv4.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.workshop_bg {
    background-image: url(../images/quality/mv-sp4.jpg);
  }
}
.main_wrap02.replacement_bg {
  background-image: url(../images/brand/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.replacement_bg {
    background-image: url(../images/brand_r/mv-sp.jpg);
  }
}
.main_wrap02.afterservice_bg {
  background-image: url(../images/service/mv2.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.afterservice_bg {
    background-image: url(../images/service/mv-sp2.jpg);
  }
}
.main_wrap02.special_bg {
  background-image: url(../images/service/mv3.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.special_bg {
    background-image: url(../images/service/mv-sp3.jpg);
  }
}
.main_wrap02.special_bg .txt01 img {
  display: block;
  width: 174px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .main_wrap02.special_bg .txt01 img {
    width: 100px;
  }
}
.main_wrap02 .txt01 {
  margin-bottom: 60px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .main_wrap02 .txt01 {
    font-size: 18px;
  }
}
.main_wrap02 .txt02 {
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 767px) {
  .main_wrap02 .txt02 {
    font-size: 13px;
  }
}

.pankuzu {
  position: fixed;
  top: 85px;
  left: 20px;
  z-index: 1000;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pankuzu.on {
  top: -20px;
}
@media (max-width: 1000px) {
  .pankuzu {
    top: 20px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .pankuzu {
    top: 10px;
    left: 10px;
  }
}
.pankuzu a {
  color: #fff;
}

.gotop {
  width: 65px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1000px) {
  .gotop {
    bottom: -65px;
  }
  .gotop.on {
    bottom: 65px;
  }
  .gotop:hover {
    opacity: 1;
  }
}

.grd01 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(119, 165, 154)), to(rgb(0, 87, 66)));
  background: linear-gradient(0deg, rgb(119, 165, 154) 0%, rgb(0, 87, 66) 100%);
}

.hv_br01 {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (pointer: coarse) {
  .hv_br01:hover {
    opacity: 1;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

.hv_br02 {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (pointer: coarse) {
  .hv_br02:hover {
    opacity: 1;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

.shd01 {
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

.pankuzu {
  color: #333;
}
.pankuzu a {
  color: #333;
}
@media (max-width: 767px) {
  .pankuzu a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .pankuzu {
    color: #fff;
  }
}

.all_bg {
  background-color: #eceee5;
}

.fv_warp {
  display: grid;
  grid-template-columns: 37fr 86fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-left: calc((100vw - 1100px) / 2);
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .fv_warp {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .fv_warp {
    padding-bottom: 60px;
  }
}
.fv_warp .left {
  padding: 170px 0;
}
.fv_warp .left .titl01 {
  margin-bottom: 70px;
}
.fv_warp .left .txt01 {
  line-height: 2.5;
  font-size: 14px;
  margin-bottom: 60px;
}
.fv_warp .left .txt02 {
  line-height: 1.9;
  font-size: 23px;
  color: #006448;
}
.fv_warp .right {
  position: sticky;
  top: 0;
  right: 0;
}
.fv_warp .right .fv_img01 {
  position: relative;
  padding-bottom: 60px;
}
.fv_warp .right .fv_img01 .fv_img02 {
  width: 43%;
  position: absolute;
  bottom: 60px;
  right: 8%;
}
.fv_warp .right .fv_img01 .btn {
  width: 30%;
  position: absolute;
  bottom: 15px;
  right: 13%;
}

.fv_warp_sp {
  padding-bottom: 80px;
  width: 100%;
}
.fv_warp_sp .fv_img_sp {
  margin-bottom: 20px;
}
.fv_warp_sp .btn {
  display: block;
  width: 60%;
  margin-left: 37%;
  margin-bottom: 60px;
}
.fv_warp_sp .txts {
  width: 90%;
  margin: 0 auto;
}
.fv_warp_sp .txts .txt01 {
  line-height: 2.5;
  font-size: 14px;
  margin-bottom: 60px;
}
.fv_warp_sp .txts .txt02 {
  line-height: 1.9;
  font-size: 23px;
  color: #006448;
}

.top_tabs_wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .top_tabs_wrap {
    padding-bottom: 40px;
  }
}
.top_tabs_wrap .tabs {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
@media (max-width: 767px) {
  .top_tabs_wrap .tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about {
  background-color: #f5f7f6;
  width: 100%;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .about {
    padding-top: 60px;
  }
}
.about .c01 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300fr 765fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .about .c01 {
    grid-template-columns: 1fr;
  }
}
.about .c01 .left .titl01 {
  font-size: 27px;
  letter-spacing: 0.08em;
  color: #006448;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about .c01 .left .titl01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.about .c01 .left .titl02 {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #006448;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .about .c01 .left .titl02 {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .about .c01 .left .img {
    width: 60%;
    margin-left: auto;
  }
}

.promise_bg {
  padding: 100px 0;
  background-color: #f5f7f6;
}
@media (max-width: 767px) {
  .promise_bg {
    padding: 70px 0;
  }
}
.promise_bg .promise_wrap {
  width: 100%;
  position: relative;
}
.promise_bg .promise_wrap .promise {
  background-color: #f5f7f6;
  position: sticky;
  top: 76px;
  width: 100%;
  height: calc(100vh - 76px);
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise {
    top: 0px;
    height: calc(100vh - 64px);
  }
}
.promise_bg .promise_wrap .promise .txts {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
}
.promise_bg .promise_wrap .promise .txts .titl01 {
  font-size: 27px;
  letter-spacing: 0.08em;
  color: #006448;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise .txts .titl01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.promise_bg .promise_wrap .promise .txts .titl02 {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #006448;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise .txts .titl02 {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.promise_bg .promise_wrap .promise .txts .line {
  width: 280px;
  height: 1px;
  background-color: #006448;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise .txts .line {
    margin-bottom: 15px;
  }
}
.promise_bg .promise_wrap .promise .txts .txt01 {
  font-size: 14px;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise .txts .txt01 {
    font-size: 11px;
  }
}
.promise_bg .promise_wrap .promise .txts .sc_cap_b {
  width: 200px;
  margin-top: 20px;
}
.promise_bg .promise_wrap .promise .promise_img {
  height: calc(100% - 130px - 15% - 10%);
  aspect-ratio: 15000/702;
  mix-blend-mode: multiply;
  position: absolute;
  top: calc(130px + 7.5%);
  left: 0;
  -webkit-transform: translate3d(1%, 0, 0);
          transform: translate3d(1%, 0, 0);
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise .promise_img {
    height: calc(100% - 110px - 50px);
    aspect-ratio: 15000/1077;
    top: calc(110px + 5%);
  }
}
.promise_bg .promise_wrap .promise .promise_img img {
  width: 100%;
}
.promise_bg .promise_wrap .promise .promise_img_b {
  height: calc(100% - 170px - 15% - 10%);
  aspect-ratio: 15000/702;
  mix-blend-mode: multiply;
  position: absolute;
  top: calc(170px + 5%);
  left: 0;
  -webkit-transform: translate3d(1%, 0, 0);
          transform: translate3d(1%, 0, 0);
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise .promise_img_b {
    height: calc(100% - 160px - 50px);
    aspect-ratio: 15000/1077;
    top: calc(160px + 5%);
  }
}
.promise_bg .promise_wrap .promise .promise_img_b img {
  width: 100%;
}
.promise_bg .promise_wrap .promise .promise_deco {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 10%;
}
.promise_bg .promise_wrap .promise .promise_deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promise_bg .promise_wrap .promise .sc_cap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise .sc_cap {
    width: 150px;
  }
}
.promise_bg .promise_wrap .promise .sc_cap img {
  border-radius: 10px;
}
.promise_bg .promise_wrap .promise .sc_cap_a {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 110px;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise .sc_cap_a {
    top: 130px;
    width: 80px;
    left: 10px;
  }
}
.promise_bg .promise_wrap .promise .sc_cap_a_l {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 40px;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise .sc_cap_a_l {
    left: 10px;
    width: 20px;
  }
}
.promise_bg .promise_wrap .promise .sc_cap_a_r {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 40px;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise .sc_cap_a_r {
    right: 10px;
    width: 20px;
  }
}
.promise_bg .promise_wrap .promise .anker_btns {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap .promise .anker_btns {
    bottom: 20px;
  }
}
.promise_bg .promise_wrap .promise .anker_btns .anker_btn {
  width: 10px;
  height: 10px;
  background-color: #999;
}
.promise_bg .promise_wrap .promise .anker_btns .anker_btn.on {
  background-color: #006448;
}
.promise_bg .promise_wrap #anker01 {
  width: 100%;
  height: 115vh;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap #anker01 {
    height: 240vh;
  }
}
.promise_bg .promise_wrap #anker02 {
  width: 100%;
  height: 145vh;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap #anker02 {
    height: 240vh;
  }
}
.promise_bg .promise_wrap #anker03 {
  width: 100%;
  height: 230vh;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap #anker03 {
    height: 280vh;
  }
}
.promise_bg .promise_wrap #anker04 {
  width: 100%;
  height: 310vh;
}
@media (max-width: 767px) {
  .promise_bg .promise_wrap #anker04 {
    height: 780vh;
  }
}

.movie {
  padding: 120px 0;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .movie {
    padding: 60px 0;
  }
}
.movie .titl01 {
  font-size: 27px;
  letter-spacing: 0.08em;
  color: #006448;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .movie .titl01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.movie .titl02 {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #006448;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .movie .titl02 {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
.movie .boxs {
  display: grid;
  grid-template-columns: 2fr 7.5fr 2fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .movie .boxs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .movie .boxs img {
    width: 40%;
    margin-left: auto;
  }
}
.movie .boxs iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.lineup {
  background-color: #f5f7f6;
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .lineup {
    padding: 60px 0;
  }
}
.lineup .ie_line {
  width: 90%;
  max-width: 1100px;
  height: 1px;
  background-color: #006448;
  margin: 80px auto 120px;
  position: relative;
}
@media (max-width: 767px) {
  .lineup .ie_line {
    margin: 80px auto;
  }
}
.lineup .ie_line img {
  width: 30%;
  position: absolute;
  top: 0%;
  right: 0%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media (max-width: 767px) {
  .lineup .ie_line img {
    width: 60%;
  }
}
.lineup .c02 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.lineup .c02 .top_titl {
  font-size: 27px;
  letter-spacing: 0.08em;
  color: #006448;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lineup .c02 .top_titl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.lineup .c02 .top_titl span {
  font-size: 14px;
}
@media (max-width: 767px) {
  .lineup .c02 .top_titl span {
    font-size: 12px;
  }
}
.lineup .c02 .boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .lineup .c02 .boxs {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.lineup .c02 .boxs .box .titl {
  line-height: 30px;
  font-size: 20px;
  color: #006448;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lineup .c02 .boxs .box .titl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.lineup .c02 .boxs .box .titl img {
  display: inline-block;
  width: 65px;
}
.lineup .c02 .boxs .box .txt {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lineup .c02 .boxs .box .txt {
    font-size: 12px;
  }
}
.lineup .c02 .search_btn {
  display: block;
  width: 250px;
  margin: 0 auto;
}

.profile {
  background-color: #f5f7f6;
  width: 100%;
}
.profile .inner {
  border-top: 1px solid #006448;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .profile .inner {
    padding: 60px 0;
  }
}
.profile .inner .c01 {
  display: grid;
  grid-template-columns: 40fr 67fr;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .profile .inner .c01 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .profile .inner .c01 .left {
    width: 90vw;
  }
}
.profile .inner .c01 .left .titl {
  font-size: 27px;
  letter-spacing: 0.08em;
  color: #006448;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .profile .inner .c01 .left .titl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.profile .inner .c01 .left .titl span {
  font-size: 14px;
}
@media (max-width: 767px) {
  .profile .inner .c01 .left .titl span {
    font-size: 12px;
  }
}
.profile .inner .c01 .left .txt {
  line-height: 2;
  text-align: justify;
  font-size: 14px;
}
@media (max-width: 767px) {
  .profile .inner .c01 .left .txt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .profile .inner .c01 .right {
    width: 100vw;
    margin-left: -5vw;
  }
}
.profile .inner .c01 .deco {
  grid-column: 1/3;
}
.profile .inner .c02 {
  padding: 60px 80px;
  background-color: #dbe1ce;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}
@media (max-width: 767px) {
  .profile .inner .c02 {
    padding: 40px;
    grid-template-columns: 1fr;
  }
}
.profile .inner .c02 .boxs {
  display: grid;
  grid-template-columns: 18fr 24fr;
  gap: 35px;
}
@media (max-width: 767px) {
  .profile .inner .c02 .boxs {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .profile .inner .c02 .boxs .img {
    width: 60%;
    margin: 0 auto;
  }
}
.profile .inner .c02 .boxs .titl {
  font-size: 20px;
  color: #006448;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .profile .inner .c02 .boxs .titl {
    text-align: center;
  }
}
.profile .inner .c02 .boxs .txt {
  line-height: 1.7;
  text-align: justify;
  font-size: 14px;
}
@media (max-width: 767px) {
  .profile .inner .c02 .boxs .txt {
    font-size: 12px;
  }
}/*# sourceMappingURL=brand_r.css.map */