@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Shippori+Antique&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");

@media only screen and (max-width: 768px) {
  html,
  body {
    overflow: visible !important;
  }
}

.text_anime_container {
  background: #dcd9d4;
  position: relative;
  overflow: hidden;
  height: 200px;
  margin-top: -200px;
}

@media only screen and (max-width: 768px) {
  .text_anime_container {
    height: 27vw;
    margin-top: -25vw;
  }
}

.pbMainArea {
  overflow: visible;
}

.b-body #sec_4 .secTitle span::before {
  background: #66c612;
}
.b-body #sec_4 .secTitle02 span {
  color: #66c612;
}

.b-body #sec_1 .contents_introduction .secTitle {
  font-size: 14.2vw;
}
/*CRE事業*/
.b-body #sec_2 {
  /* overflow: hidden; */
  padding: 50px 0 30px;
  background: #dcd9d4;
  position: relative;
}
.b-body #sec_2 .name-container {
  margin-top: -47px;
}
.b-body #sec_2 .wide1200 {
  position: relative;
  z-index: 1;
}
.b-body #sec_2 .text_anime {
  top: auto;
  bottom: 0;
}

.b-body #sec_2 .flex_row {
  justify-content: space-between;
  align-items: flex-start;
}
.b-body #sec_2 .flex_row .textarea {
  max-width: 980px;
  width: 80%;
}
.b-body #sec_2 .flex_row p.sub_secTitle02 {
  width: 13%;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li {
  width: calc((100% / 3) - 1.2em);
  margin: 0 1.5em 2em 0;
  padding: 51px 15px;
  border-radius: 10px;
  background: rgb(134, 134, 134);
  background: linear-gradient(180deg, rgba(134, 134, 134, 1) 0%, rgba(26, 26, 26, 1) 100%);
  color: #fff;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li:nth-of-type(3n) {
  margin-right: 0;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li h3 {
  margin: 0 0 0.75em;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  font-family: "Shippori Antique", serif;
  font-weight: 500;
  line-height: 1.4;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li h3 > span:first-of-type {
  display: block;
  font-size: 18px;
  font-family: "Open Sans", serif;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li .img_area {
  height: 74px;
  width: 100%;
  display: block;
  margin: 0 0 23px;
  text-align: center;
  overflow: hidden;
}

.b-body #sec_2 .flex_row .textarea ul.outline_list li #sell_img {
  width: 67px;
  margin: 0 auto 23px;
  overflow: hidden;
  position: relative;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li #sell_img::before {
  content: "";
  width: 200%;
  height: 200%;
  background: #fff;
  position: absolute;
  transform: rotate(57deg);
  left: -50%;
  top: -50%;
  animation: open01 3s linear infinite;
  animation-direction: alternate;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li #sell_img .st0,
.b-body #sec_2 .flex_row .textarea ul.outline_list li #sell_img .st1 {
  fill: #fff;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li #sell_img .st2 {
  mask: url(#mask);
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li #sell_img .st1 {
  fill-rule: evenodd;
}

.b-body #sec_2 .flex_row .textarea ul.outline_list li #sell_img svg {
  width: 100%;
}

.b-body #sec_2 .flex_row .textarea ul.outline_list li .img_area g#item4_tree {
  animation: loop3 25s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li .img_area g#item4_tree2 {
  animation: loop4 25s linear infinite;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li:nth-of-type(4) {
  margin-left: calc((100% / 3) + 0.35em);
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li:last-of-type {
  margin-right: 0;
}

.b-body #sec_2 .flex_row .textarea ul.outline_list li p {
  font-family: "Zen Kaku Gothic Antique", serif;
  padding: 0 10px;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li h3 > span:nth-of-type(2) {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: anchor-center;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li h3 > span:nth-of-type(2) span {
  font-size: 55%;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li p > span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: anchor-center;
}
.b-body #sec_2 .flex_row .textarea ul.outline_list li p > span span {
  font-size: 55%;
}

@keyframes open01 {
  0% {
    left: -130%;
    top: -130%;
  }
  100% {
    left: -50%;
    top: -50%;
  }
}

@keyframes loop3 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop4 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.list_right {
  text-align: right;
  margin-bottom: 30px;
}
.list_right ul {
  text-align: left;
  display: inline-block;
}
.list_right ul > li {
  padding-left: 2em;
  text-indent: -2em;
}

@media only screen and (max-width: 768px) {
  .b-body #sec_2 {
    padding: 5vw 0 5vw;
  }
  .b-body #sec_2 .name-container {
    margin-top: -8vw;
  }
  .b-body #sec_2 .flex_row .textarea {
    width: calc(100% - 30%);
    order: 2;
  }
  .b-body #sec_2 .flex_row .textarea ul.outline_list li {
    width: 100%;
    margin: 0 0 2em 0;
    padding: 8vw 6vw;
  }
  .b-body #sec_2 .flex_row .textarea ul.outline_list li:nth-of-type(4) {
    margin-left: 0;
  }
  .b-body #sec_2 .flex_row .textarea ul.outline_list li h3 {
    margin: 0 0 0.5em;
    font-size: 5.25vw;
  }
  .b-body #sec_2 .flex_row .textarea ul.outline_list li h3 span:first-of-type {
    font-size: 3.2vw;
  }

  .b-body #sec_2 .flex_row .textarea .btn_right {
    width: calc(100% + 60%);
    margin-left: -68%;
  }
  .b-body #sec_2 .flex_row .textarea .btn_right .Btn {
    width: 80%;
    z-index: 2;
  }
  .b-body #sec_2 .flex_row p.sub_secTitle02 {
    width: 3.1em;
    order: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    margin-top: -80px;
    /*margin-bottom: 150px;*/
    padding-top: 80px;
    line-height: 1.6;
    height: auto;
    min-height: 17em;
    margin-bottom: 3em;
    font-size: 6.5vw;
  }
  .b-body #sec_2 .flex_row .textarea ul.outline_list li p {
    padding: 0;
    font-size: 3.733333333333334vw;
  }
}

/*事例紹介*/
.b-body #sec_3 {
  overflow: hidden;
  padding: 60px 0 0;
  background: #1a1a1a;
  position: relative;
}

.b-body #sec_3 .name-container {
  margin: 0 0 -2em;
}

.b-body #sec_3 > .wide1200 {
  background: #fff;
  border-radius: 30px 0 0 0;
  padding: 80px 100px 120px;
  position: relative;
}

.b-body #sec_3 > .wide1200::after {
  content: "";
  width: 80%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -78%;
  z-index: 0;
}

.b-body #sec_3 > .wide1200 h2.secTitle {
  margin-bottom: 45px;
}

.b-body #sec_3 .sild_contents {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
  z-index: 2;
}

.b-body #sec_3 .sild_contents .land-usage_area {
  padding: 0 0 100px;
}

.b-body #sec_3 .sild_contents .land-usage_area .land-usage_area_inner {
  position: relative;
  margin-right: 40px;
  max-width: 300px;
}

.b-body #sec_3 .sild_contents .land-usage_area .land-usage_area_inner a {
  color: #1a1a1a;
}

.b-body #sec_3 .sild_contents .land-usage_area .land-usage_area_inner .intro_text {
  margin: 15px 0 0;
}

.b-body #sec_3 .sild_contents .land-usage_area .land-usage_area_inner .intro_text > span {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.75em;
}

.b-body #sec_3 .sild_contents .land-usage_area .land-usage_area_inner .intro_text p {
  margin: 0.4em 0 0.65em;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1.6;
}

.b-body #sec_3 .sild_contents .land-usage_area .land-usage_area_inner .intro_text .tag_gray {
  background-color: #dcd9d4;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}

.b-body #sec_3 .sild_contents .land-usage_area .land-usage_area_inner .intro_text .tag_black {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .b-body #sec_3 {
    padding: 14vw 0 0;
  }

  .b-body #sec_3 .name-container {
    margin: 0 0 -3vw;
  }

  .b-body #sec_3 .text_anime {
    top: 7vw;
  }

  .b-body #sec_3 > .wide1200 {
    padding: 10vw 0 20vw 8vw;
  }

  .b-body #sec_3 .sild_contents img {
    display: block;
    width: 100%;
  }

  .b-body #sec_3 .sild_contents .land-usage_area .land-usage_area_inner {
    max-width: 60vw;
  }

  .b-body #sec_3 .sild_contents .land-usage_area .land-usage_area_inner .intro_text > span {
    font-size: 4.8vw;
    font-weight: 500;
  }

  .b-body #sec_3 .sild_contents .land-usage_area .land-usage_area_inner .intro_text .tag_gray {
    font-size: 2.667vw;
  }

  .b-body #sec_3 .sild_contents .land-usage_area .land-usage_area_inner .intro_text .tag_black {
    font-size: 2.667vw;
  }
}

/*プログレスバー*/

.progress-container {
  width: 244px;
  height: 4px;
  background-color: #3b3b41;
  position: relative;
  margin: 0;
  border-radius: 7px;
  overflow: hidden;
}

.progress-container .progress_bar01_1 {
  width: 0;
  height: 100%;
  background-color: #e71713;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

@media only screen and (max-width: 768px) {
  .progress-container {
    width: 40vw;
  }
}

/*スライダー矢印*/

.arrow_prev,
.arrow_next {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #1a1a1a;
  cursor: pointer;
  background: none;
}

.arrow_prev::after,
.arrow_next::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../library/img/common/arrow.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

.arrow_prev:hover,
.arrow_next:hover {
  background: #1a1a1a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow_prev:hover::after,
.arrow_next:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow_prev {
  left: calc(100vw - 100% + 30px);
}

.arrow_prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow_next {
  left: calc(100vw - 100% + 95px);
}

.b-body #sec_3 .sild_contents .arrow_prev {
  left: 300px;
}

.b-body #sec_3 .sild_contents .arrow_prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-body #sec_3 .sild_contents .arrow_next {
  left: 360px;
}

@media only screen and (max-width: 768px) {
  .b-body #sec_3 .sild_contents .arrow_prev,
  .b-body #sec_3 .sild_contents .arrow_next {
    bottom: 1.333vw;
  }

  .b-body #sec_3 .sild_contents .arrow_prev {
    left: calc(100vw - 100% + 38.667vw);
  }

  .b-body #sec_3 .sild_contents .arrow_next {
    left: calc(100vw - 100% + 51.667vw);
  }
}

/*プログレスバー*/

.b-body #sec_3 .sild_contents .slick-nav {
  position: absolute;
  bottom: 23px;
}

/*途中背景*/
.b-body #sec_3_02 {
  aspect-ratio: 1366/583;
}
.b-body #sec_3_02.on img {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .b-body #sec_3_02 {
    aspect-ratio: 1/1.25;
  }
  .b-body #sec_3_02.on img {
    position: relative;
    width: 100%;
    height: auto;
  }
}

/*3つの視点*/
.b-body #sec_4 {
  position: relative;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}
.b-body #sec_4 .text_anime {
  top: auto;
  bottom: 0;
  line-height: 0.8;
  z-index: -1;
}

.b-body #sec_4 #sec_4_titleArea {
  padding: 80px 0;
}
.b-body #sec_4 #sec_4_titleArea > .wide1200 .flex_row {
  align-items: end;
}
.b-body #sec_4 #sec_4_titleArea > .wide1200 .flex_row h2 {
  font-size: 150px;
  line-height: 1;
  margin-right: 3%;
  font-family: "Open Sans", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.b-body #sec_4 #sec_4_titleArea > .wide1200 .flex_row p {
  font-size: 18px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", serif;
}
.b-body #sec_4 #sec_4_titleArea > .wide1200 .flex_row p span.green {
  color: #66c612;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", serif;
}
.b-body #sec_4 #sec_4_titleArea > .wide1200 .flex_row p span.green span {
  font-family: "Open Sans", serif;
  font-weight: 600;
}

.b-body #sec_4 #sec_4_titleArea > .wide1200 h3,
.b-body #sec_4 #sec_4_titleArea > .wide1200 h3 span {
  font-size: 150px;
  font-family: "Open Sans", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.25;
}
.b-body #sec_4 #sec_4_titleArea > .wide1200 h3 span::after {
  content: "";
  width: 191px;
  height: 106px;
  background: url(../img/ttl_img_pc.jpg) no-repeat center / contain;
  display: inline-block;
  margin: 0 0.1em 0 0.1em;
}

.b-body #sec_4 #sec_4_titleArea ul.anchor_link.flex_row {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  justify-content: center;
  gap: 3em;
  margin-top: 50px;
  padding-bottom: 20px;
}
.b-body #sec_4 #sec_4_titleArea ul.anchor_link.flex_row li {
  margin-bottom: 15px;
}
.b-body #sec_4 #sec_4_titleArea ul.anchor_link.flex_row li a {
  font-size: 20px;
  color: #1a1a1a;
  padding: 0.25em;
  font-family: "Zen Kaku Gothic Antique", serif;
}
.b-body #sec_4 #sec_4_titleArea ul.anchor_link.flex_row li a::after {
  content: "";
  width: 0.75em;
  height: 1em;
  background: url(../../library/img/common/arrow_green.svg) no-repeat center / contain;
  display: inline-block;
  margin: 0 0 -0.15em 0.65em;
}

@media only screen and (max-width: 768px) {
  .b-body #sec_4 #sec_4_titleArea {
    padding: 8vw 0;
  }
  .b-body #sec_4 #sec_4_titleArea > .wide1200 {
    padding-bottom: 24vw;
    position: relative;
  }
  .b-body #sec_4 #sec_4_titleArea > .wide1200 .flex_row h2 {
    font-size: 20.72533333333333vw;
  }
  .b-body #sec_4 #sec_4_titleArea > .wide1200 h3,
  .b-body #sec_4 #sec_4_titleArea > .wide1200 h3 span {
    font-size: 20.72533333333333vw;
    line-height: 1;
  }
  .b-body #sec_4 #sec_4_titleArea > .wide1200 h3 span::after {
    background: url(../img/ttl_img_sp.jpg) no-repeat center / contain;
    width: 34vw;
    height: 15vw;
    margin: 0 0 0 1vw;
  }
  .b-body #sec_4 #sec_4_titleArea > .wide1200 .flex_row p {
    font-size: 3.733333333333334vw;
    position: absolute;
    bottom: 0;
  }
  .b-body #sec_4 #sec_4_titleArea ul.anchor_link.flex_row {
    gap: 1em;
    padding-bottom: 7vw;
  }
  .b-body #sec_4 #sec_4_titleArea ul.anchor_link.flex_row li:first-of-type {
    width: 100%;
  }
  .b-body #sec_4 #sec_4_titleArea ul.anchor_link.flex_row li {
    margin-bottom: 1vw;
  }
  .b-body #sec_4 #sec_4_titleArea ul.anchor_link.flex_row li a {
    font-size: 3.733333333333334vw;
  }
}

.b-body #sec_4_01 {
  padding: 80px 0 0;
}
.b-body #sec_4_01 .wide1200 > .flex_row:first-of-type {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 90px;
}
.b-body #sec_4_01 .wide1200 > .flex_row:first-of-type .textarea {
  max-width: 400px;
  width: 35%;
  margin-right: 4%;
}
.b-body #sec_4_01 .wide1200 > .flex_row:first-of-type .textarea .secTitle {
  margin-top: 0;
}
.b-body #sec_4_01 .wide1200 > .flex_row:first-of-type .textarea p {
  font-size: 24px;
  margin-bottom: 20px;
}
.b-body #sec_4_01 .wide1200 > .flex_row:first-of-type > img {
  max-width: 696px;
  width: 65%;
}

.b-body #sec_4_01 .merit_list {
  gap: 2em;
  margin: 0;
}
.b-body #sec_4_01 .merit_list li {
  width: calc(100% / 4);
  max-width: 274px;
}
.b-body #sec_4_01 .merit_list li .img_area {
  width: 100%;
  height: 60vh;
  max-height: 318px;
  border-radius: 10px;
  background: rgb(134, 134, 134);
  background: linear-gradient(180deg, rgba(134, 134, 134, 1) 0%, rgba(26, 26, 26, 1) 100%);
  margin: 0 0 20px;
  text-align: center;
  overflow: hidden;
  display: table;
}
.b-body #sec_4_01 .merit_list li .img_area .img_area_inner {
  display: table-cell;
  vertical-align: middle;
  max-width: 274px;
}
.b-body #sec_4_01 .merit_list li h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
.b-body #sec_4_01 .merit_list li p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", serif;
}
.b-body #sec_4_01 .merit_list li span {
  margin: 15px 0 0;
  display: block;
  font-size: 12px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", serif;
}
.b-body #sec_4_01 .merit_list li .img_area.merit03 .img_area_inner div {
  display: flex;
  align-items: center;
}
.b-body #sec_4_01 .merit_list li .img_area.merit03 .img_area_inner div svg:first-of-type {
  animation: loop 50s -25s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}
.b-body #sec_4_01 .merit_list li .img_area.merit03 .img_area_inner div svg:last-of-type {
  animation: loop2 50s linear infinite;
  margin-left: 2.5em;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@media only screen and (max-width: 768px) {
  .b-body #sec_4_01 {
    padding: 15vw 0 0;
  }
  .b-body #sec_4_01 .wide1200 > .flex_row:first-of-type {
    margin-bottom: 5vw;
  }
  .b-body #sec_4_01 .wide1200 > .flex_row:first-of-type .textarea {
    max-width: 100%;
    width: 100%;
    margin: 0 0 4vw;
  }
  .b-body #sec_4_01 .wide1200 > .flex_row:first-of-type .textarea p {
    font-size: 5.333333333333334vw;
    margin-bottom: 4vw;
  }
  .b-body #sec_4_01 .wide1200 > .flex_row:first-of-type .textarea .secTitle {
    letter-spacing: 0.04em;
  }
  .b-body #sec_4_01 .wide1200 > .flex_row:first-of-type .textarea img {
    width: 100%;
  }
  .b-body #sec_4_01 .wide1200 > .flex_row:first-of-type > img {
    width: 100%;
    margin: 5vw auto;
  }
  .b-body #sec_4_01 .wide1200 > ul.merit_list {
    width: 105%;
  }
  .b-body #sec_4_01 .merit_list li {
    width: 274px;
  }

  .b-body #sec_4_01 .sp_slid_area {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .b-body #sec_4_01 .sp_slid_area .merit_list-wrapper {
    position: relative;
    width: 100%;
    height: 700px;
  }

  .b-body #sec_4_01 .sp_slid_area .merit_list-wrapper .merit_list {
    position: absolute;
    top: 60px;
    left: 0;
    display: flex;
    gap: 0 60px;
    flex-wrap: nowrap;
  }
}

.b-body #sec_4_02 {
  padding: 100px 0 0;
  display: block;
  background: linear-gradient(to bottom, #ffffff 0%, #f7f6f5 15%, #e2dfdb 31%, #cbc8c3 100%);
}
.b-body #sec_4_02 .flex_row {
  padding: 0 0 80px;
  justify-content: space-between;
}
.b-body #sec_4_02 .flex_row .textarea {
  width: 30%;
}
.b-body #sec_4_02 .flex_row .textarea p {
  font-family: "Zen Kaku Gothic Antique", serif;
}
@media only screen and (max-width: 768px) {
  .b-body #sec_4_02 {
    padding: 10vw 0 0;
  }
  .b-body #sec_4_02 .flex_row {
    padding: 0 0 19vw;
  }
  .b-body #sec_4_02 .flex_row img {
    width: 100%;
    order: 2;
  }
  .b-body #sec_4_02 .flex_row .textarea {
    width: 100%;
    order: 1;
    margin: 0 0 8vw;
  }
}

.b-body #sec_4_03 {
  padding: 100px 0 0;
  color: #fff;
  position: relative;
}
.b-body #sec_4_03::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #cbc8c4 0%, #bcb9b5 7%, #7d7c79 22%, #414140 39%, #1a1a1a 55%, #1a1a1a 100%);
}
.b-body #sec_4_03 .wide1200 {
  position: relative;
  z-index: 1;
}
.b-body #sec_4_03 .name-container {
  margin: -2.5em 0 -15px;
  z-index: 0;
}

.b-body #sec_4_03 .flex_row {
  justify-content: space-between;
  margin-bottom: 100px;
}
.b-body #sec_4_03 .flex_row > .textarea {
  width: 36%;
}
.b-body #sec_4_03 .flex_row > .textarea p {
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 1.8;
}
.b-body #sec_4_03 .flex_row > .textarea > .secTitle {
  margin-top: 0;
}
.b-body #sec_4_03 .third_block02 .third_block02_inner {
  margin: 40px 0;
  display: block;
  padding: 30px;
  border-radius: 30px;
  background: #3b3b41;
}
.b-body #sec_4_03 .third_block02 > p {
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 1.8;
}
.b-body #sec_4_03 .third_block02 .third_block02_inner h4 {
  color: #fff;
  font-size: 22px;
}
.b-body #sec_4_03 .third_block02 .third_block02_inner h4 span {
  font-size: 14px;
  display: block;
  color: #66c612;
}

.b-body #sec_4_03 .third_block02 .third_block02_inner .img_area.sp_slid {
  padding: 20px 0;
}
.b-body #sec_4_03 .third_block02 .third_block02_inner .img_area.sp_slid img {
  border-radius: 10px;
}

.b-body #sec_4_03 .third_block02 .third_block02_inner .dl_style01 {
  color: #fff;
}
.b-body #sec_4_03 .third_block02 .third_block02_inner .dl_style01 dt {
  padding-left: 1em;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 600;
  margin-bottom: 0.25em;
  position: relative;
}
.b-body #sec_4_03 .third_block02 .third_block02_inner .dl_style01 dt::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  max-width: 6px;
  max-height: 6px;
  background: #66c612;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.65em;
}
.b-body #sec_4_03 .third_block02 .third_block02_inner .dl_style01 dd {
  font-size: 14px;
  font-family: "Zen Kaku Gothic Antique", serif;
}
.b-body #sec_4_03 .third_block02 a.Btn {
  margin: 100px auto 0;
}

@media only screen and (max-width: 768px) {
  .sub_secTitle.fnt24 {
    font-size: 5.333333333333334vw;
  }
  .b-body #sec_4_03 {
    padding: 18vw 0 0;
  }
  .b-body #sec_4_03 .name-container {
    margin: -5vw 0 -15px;
  }
  .b-body #sec_4_03 .flex_row {
    margin-bottom: 20vw;
  }
  .b-body #sec_4_03 .flex_row img {
    width: 100%;
  }
  .b-body #sec_4_03 .flex_row .textarea {
    width: 100%;
    margin: 0 0 9vw;
  }
  .b-body #sec_4_03 .third_block02 .third_block02_inner .img_area.sp_slid {
    margin-bottom: 5vw;
    overflow: hidden;
    overflow-x: scroll;
    width: calc(100% + 7vw);
  }
  .b-body #sec_4_03 .third_block02 .third_block02_inner .img_area.sp_slid div {
    display: block;
    margin-right: 5vw;
    width: 1127px;
  }
  .b-body #sec_4_03 .third_block02 a.Btn {
    margin: 15vw auto 0;
  }
  .b-body #sec_4_03 .third_block02 .third_block02_inner {
    margin: 10vw 0;
    padding: 10vw 7vw;
  }
  .b-body #sec_4_03 .third_block02 .third_block02_inner h4 {
    font-size: 5.066666666666666vw;
  }
  .b-body #sec_4_03 .third_block02 .third_block02_inner h4 span {
    font-size: 3.2vw;
  }
  .b-body #sec_4_03 .third_block02 .third_block02_inner .dl_style01 dt {
    font-size: 3.733333333333334vw;
  }
  .b-body #sec_4_03 .third_block02 .third_block02_inner .dl_style01 dd {
    font-size: 3.4666666666666663vw;
  }
  .b-body #sec_4_03 .third_block02 .third_block02_inner .dl_style01 dt::before {
    top: 3vw;
  }
  .img_area.sp_slid::-webkit-scrollbar {
    background: #1a1a1a;
    width: 50%;
    height: 3px;
    border-radius: 6px;
  }
  .img_area.sp_slid::-webkit-scrollbar-thumb {
    background: #66c612;
    border-radius: 6px;
  }
}
