@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: 100%;
}

p {
  color: #333333;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.pcOnly {
  display: none;
}
@media (min-width: 768px) {
  .pcOnly {
    display: block;
  }
}

.spOnly {
  display: block;
}
@media (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.tabOnly {
  display: none;
}
@media (min-width: 768px) {
  .tabOnly {
    display: block;
  }
}
@media (min-width: 1024px) {
  .tabOnly {
    display: none;
  }
}

/*=================================================*/
/*FV
/*=================================================*/
.topWrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  /*管理画面調整用*/
  /*=================================================*/
  /* 追加分 表示側 */
  /*=================================================*/
}
.topWrap .sliderControl * {
  position: static !important;
  padding: 0 !important;
}
.topWrap .sliderControl .carousel-item {
  width: 32%;
  margin: 1.2% 0.6% 0;
  display: block;
  opacity: 1;
  padding: 7px !important;
}
.topWrap .sliderControl .carousel-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.topWrap .sliderControl .indicator {
  padding: 7px !important;
}
.topWrap .topIllustrationBox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}
@media (min-width: 768px) {
  .topWrap .topIllustrationBox {
    left: 0;
    bottom: 14px;
  }
}
.topWrap .topIllustrationBox .img {
  width: 70px;
  height: 38px;
}
@media (min-width: 600px) {
  .topWrap .topIllustrationBox .img {
    width: 100px;
    height: 58px;
  }
}
@media (min-width: 1024px) {
  .topWrap .topIllustrationBox .img {
    width: 250px;
    height: 138px;
  }
}

.topWrap .sliderControl * {
  position: static !important;
  padding: 0 !important;
}

.topWrap .sliderControl * .carousel-item {
  width: 32%;
  margin: 1.2% 0.6% 0;
  display: block;
  opacity: 1;
  padding: 7px !important;
}

.topWrap .sliderControl * .carousel-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 320px;
}
@media (min-width: 768px) {
  .topWrap .sliderControl * .carousel-inner {
    min-height: 548px;
  }
}
@media (min-width: 1024px) {
  .topWrap .sliderControl * .carousel-inner {
    min-height: 824px;
  }
}

.topWrap .carousel-item {
  position: relative;
  padding: 0 0 66.9%;
}

.topWrap .carousel-item > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  min-height: 320px;
  object-fit: cover;
  object-position: 17%;
}
@media (min-width: 768px) {
  .topWrap .carousel-item > img {
    min-height: 548px;
    object-position: initial;
  }
}
@media (min-width: 1024px) {
  .topWrap .carousel-item > img {
    min-height: 824px;
  }
}

.topWrap .carousel-inner {
  padding: 0 0 75%;
  overflow: hidden;
  min-height: 320px;
}
@media (min-width: 768px) {
  .topWrap .carousel-inner {
    min-height: 548px;
  }
}
@media (min-width: 1024px) {
  .topWrap .carousel-inner {
    min-height: 824px;
  }
}

.topWrap .carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: 100%;
}

.topWrap .carousel {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  position: relative;
  margin: auto;
  z-index: 2;
}

.topWrap .carousel-inner {
  padding: 0 0 0 !important;
}

.topWrap .carousel-item {
  padding: 0 !important;
}

.topWrap .carousel-item-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

.topWrap .carousel-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topWrap .carousel-control-next,
.topWrap .carousel-control-prev {
  display: none;
}

.fvWrapper {
  position: absolute;
  left: 3%;
  bottom: 10%;
  width: fit-content;
  z-index: 5;
}
@media (min-width: 768px) {
  .fvWrapper {
    width: fit-content;
    left: 5%;
  }
}
.fvWrapper .h1Flex {
  display: flex;
  flex-flow: column;
  gap: 6px;
}
@media (min-width: 1024px) {
  .fvWrapper .h1Flex {
    gap: 12px;
  }
}
.fvWrapper .h1Flex .h1FlexLi {
  display: flex;
  align-items: baseline;
  width: fit-content;
  height: fit-content;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .fvWrapper .h1Flex .h1FlexLi {
    padding: 11px 28px;
  }
}
.fvWrapper .h1Flex .h1FlexLi .h1TitGreen {
  font: normal 700 22px/24px "Zen Kaku Gothic New", sans-serif;
  color: #177451;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .fvWrapper .h1Flex .h1FlexLi .h1TitGreen {
    font-size: 58px;
    line-height: 67px;
  }
}
.fvWrapper .h1Flex .h1FlexLi .h1TitSmall {
  font: normal 700 18px/18px "Zen Kaku Gothic New", sans-serif;
  color: #333;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .fvWrapper .h1Flex .h1FlexLi .h1TitSmall {
    font-size: 38px;
    line-height: 55px;
  }
}
.fvWrapper .h1Flex .h1FlexLi .textGreen {
  color: #177451;
}
.fvWrapper .h1Title {
  font: normal 700 15px/20px "Zen Kaku Gothic New", sans-serif;
  color: #FFF;
  white-space: nowrap;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .fvWrapper .h1Title {
    font-size: 20px;
    line-height: 29px;
    white-space: nowrap;
    margin-top: 29px;
  }
}

/*------------------------------------------ */
/*------------------FV---------------------- */
/*------------------------------------------ */
.h2TitX {
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .h2TitX {
    margin-bottom: 45px;
  }
}

.p {
  width: 100%;
  font: normal 500 16px/28px "Zen Kaku Gothic New", sans-serif;
  color: #333;
}

.main .aboutWrap {
  padding: 55px 0 50px;
}
@media (min-width: 1024px) {
  .main .aboutWrap {
    padding: 75px 0 70px;
  }
}
@media (min-width: 1200px) {
  .main .aboutWrap .aboutInner .flex {
    gap: 72px;
  }
}
@media (min-width: 1024px) {
  .main .aboutWrap .aboutInner .flex .textBox {
    width: 500px;
  }
}
.main .aboutWrap .aboutInner .flex .textBox .p {
  margin-top: 30px;
}
.main .aboutWrap .aboutInner .flex .imgBox {
  position: relative;
  width: 100%;
  height: 60vw;
}
@media (min-width: 1024px) {
  .main .aboutWrap .aboutInner .flex .imgBox {
    width: 428px;
    height: 314px;
  }
}
@media (min-width: 1200px) {
  .main .aboutWrap .aboutInner .flex .imgBox {
    width: 528px;
    height: 414px;
  }
}
.main .aboutWrap .aboutInner .flex .imgBox .topImgBox {
  position: absolute;
  width: 90%;
  height: 90%;
  aspect-ratio: 478/358;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .main .aboutWrap .aboutInner .flex .imgBox .topImgBox {
    width: 378px;
    height: 258px;
  }
}
@media (min-width: 1200px) {
  .main .aboutWrap .aboutInner .flex .imgBox .topImgBox {
    width: 478px;
    height: 358px;
  }
}
.main .aboutWrap .aboutInner .flex .imgBox .bottomImgBox {
  position: absolute;
  width: 90%;
  height: 90%;
  max-width: 150px;
  max-height: 110px;
  aspect-ratio: 236/177;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .main .aboutWrap .aboutInner .flex .imgBox .bottomImgBox {
    max-width: 280px;
    max-height: 220px;
  }
}
@media (min-width: 1024px) {
  .main .aboutWrap .aboutInner .flex .imgBox .bottomImgBox {
    width: 200px;
    height: 177px;
  }
}
@media (min-width: 1200px) {
  .main .aboutWrap .aboutInner .flex .imgBox .bottomImgBox {
    width: 236px;
    height: 177px;
  }
}
.main .businessWrap {
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .main .businessWrap {
    padding: 80px 0;
  }
}
.main .businessWrap .imgDecoBox {
  position: absolute;
  width: 100%;
  height: auto;
  top: -1%;
  right: 0;
}
@media (min-width: 768px) {
  .main .businessWrap .imgDecoBox {
    top: -2%;
  }
}
@media (min-width: 1024px) {
  .main .businessWrap .imgDecoBox {
    top: 0;
    height: 100%;
  }
}
.main .businessWrap .bgTextBoxLeft {
  z-index: 5;
}
@media (min-width: 1300px) {
  .main .businessWrap .bgTextBoxLeft {
    left: 4%;
  }
}
.main .businessWrap .businessInner {
  z-index: 5;
}
.main .businessWrap .businessInner .flexUl {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 60px;
}
@media (min-width: 1024px) {
  .main .businessWrap .businessInner .flexUl {
    flex-flow: initial;
    gap: 27px;
  }
}
@media (min-width: 1024px) {
  .main .businessWrap .businessInner .flexUl .flexLi {
    display: flex;
    flex-direction: column;
    width: 35%;
    max-width: 348px;
  }
}
.main .businessWrap .businessInner .flexUl .flexLi .imgBox .commonImg {
  width: 100%;
  height: auto;
  max-height: 490px;
  aspect-ratio: 350/245;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 1024px) {
  .main .businessWrap .businessInner .flexUl .flexLi .imgBox .commonImg {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .main .businessWrap .businessInner .flexUl .flexLi .imgBox .commonImg {
    height: 245px;
  }
}
.main .businessWrap .businessInner .flexUl .flexLi .imgBox .titleBox {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  background: #fff;
}
.main .businessWrap .businessInner .flexUl .flexLi .imgBox .titleBox .title {
  font: normal 700 18px/28px "Zen Kaku Gothic New", sans-serif;
  color: #177451;
}
@media (min-width: 1024px) {
  .main .businessWrap .businessInner .flexUl .flexLi .imgBox .titleBox .title {
    font-size: 22px;
    line-height: 32px;
  }
}
.main .businessWrap .businessInner .flexUl .flexLi .textBox {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.main .businessWrap .businessInner .flexUl .flexLi .commLinkBox {
  text-align: center;
  margin-top: 40px;
}
.main .businessWrap .bgGreen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 91%;
  background: #F2F4EE;
  z-index: 1;
}
@media (min-width: 1024px) {
  .main .businessWrap .bgGreen {
    height: 70%;
  }
}
.main .searchWrap {
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .main .searchWrap {
    padding: 75px 0;
  }
}
@media (min-width: 1440px) {
  .main .searchWrap {
    padding: 90px 0;
  }
}
@media (min-width: 1024px) {
  .main .searchWrap .bgTextBoxRight {
    top: 10px;
  }
}
@media (min-width: 1300px) {
  .main .searchWrap .bgTextBoxRight {
    right: 1%;
  }
}
@media (min-width: 1440px) {
  .main .searchWrap .bgTextBoxRight {
    top: 10px;
  }
}
@media (min-width: 1300px) {
  .main .searchWrap .bgTextBoxRight .bgTextEn.bgTextEnWhite {
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1300px) {
  .main .searchWrap .bgTextBoxRight .bgTextEn.bgTextEnWhite {
    padding: 0px 10px 0px 0px;
    line-height: 86px;
  }
}
.main .searchWrap .linkWrap {
  position: relative;
  width: 100%;
}
.main .searchWrap .linkWrap .linkInner {
  width: 90%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px;
  max-width: 1100px;
  overflow: hidden;
  z-index: 5;
}
@media (min-width: 768px) {
  .main .searchWrap .linkWrap .linkInner {
    width: 700px;
    gap: 10px;
    flex-flow: initial;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .main .searchWrap .linkWrap .linkInner {
    width: 100%;
  }
}
.main .searchWrap .linkWrap .linkInner .link {
  position: relative;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 170px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 14px 0px rgba(51, 51, 51, 0.35);
}
@media (min-width: 600px) {
  .main .searchWrap .linkWrap .linkInner .link {
    width: 80%;
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .main .searchWrap .linkWrap .linkInner .link {
    margin: 0;
    width: 32%;
    max-width: 294px;
    height: 216px;
  }
}
@media (min-width: 1200px) {
  .main .searchWrap .linkWrap .linkInner .link {
    width: 32%;
    max-width: 352px;
    height: 256px;
  }
}
.main .searchWrap .linkWrap .linkInner .link:hover .hoverImg {
  transform: scale(1.2);
  transition: 0.4s all;
}
.main .searchWrap .linkWrap .linkInner .link .h3TitX {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: fit-content;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
}
@media (min-width: 1024px) {
  .main .searchWrap .linkWrap .linkInner .link .h3TitX {
    gap: 5px;
  }
}
.main .searchWrap .linkWrap .linkInner .link .h3TitX .pcOnly {
  display: none;
}
@media (min-width: 1024px) {
  .main .searchWrap .linkWrap .linkInner .link .h3TitX .pcOnly {
    display: block;
  }
}
.main .searchWrap .linkWrap .linkInner .link .h3TitX .jpTit {
  font: normal 900 18px/28px "Zen Kaku Gothic New", sans-serif;
  color: #FFF;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .main .searchWrap .linkWrap .linkInner .link .h3TitX .jpTit {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (min-width: 1200px) {
  .main .searchWrap .linkWrap .linkInner .link .h3TitX .jpTit {
    font-size: 22px;
    line-height: 26px;
  }
}
.main .searchWrap .linkWrap .linkInner .link .h3TitX .commonImg {
  width: 22px;
  height: 22px;
}
@media (min-width: 1024px) {
  .main .searchWrap .linkWrap .linkInner .link .h3TitX .commonImg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .main .searchWrap .linkWrap .linkInner .link .h3TitX .commonImg {
    width: 25px;
    height: 25px;
  }
}
.main .searchWrap .linkWrap .linkInner .link .arrowBox {
  position: absolute;
  width: 69px;
  height: 10px;
  right: 29px;
  bottom: 25px;
}
.main .searchWrap .linkWrap .backBgc {
  position: absolute;
  width: 100%;
  height: 38px;
  left: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .main .searchWrap .linkWrap .backBgc {
    height: 58px;
  }
}
.main .searchWrap .linkWrap .backBgc .backImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}
.main .companyWrap {
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .main .companyWrap {
    padding: 75px 0;
  }
}
.main .companyWrap .companyInner .accessInner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
}
@media (min-width: 1024px) {
  .main .companyWrap .companyInner .accessInner {
    flex-flow: initial;
    align-items: center;
    gap: 3%;
  }
}
.main .companyWrap .companyInner .accessInner .mapBox {
  margin: 0;
  width: 100%;
  height: 300px;
  margin: 0;
}
@media (min-width: 768px) {
  .main .companyWrap .companyInner .accessInner .mapBox {
    height: 368px;
  }
}
@media (min-width: 1024px) {
  .main .companyWrap .companyInner .accessInner .mapBox {
    width: 470px;
  }
}
@media (min-width: 1100px) {
  .main .companyWrap .companyInner .accessInner .mapBox {
    width: 520px;
  }
}
@media (min-width: 1300px) {
  .main .companyWrap .companyInner .accessInner .mapBox {
    width: 520px;
  }
}
.main .companyWrap .companyInner .accessInner .mapBox iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #333;
}
.main .companyWrap .companyInner .accessInner .textBox {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .main .companyWrap .companyInner .accessInner .textBox {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .main .companyWrap .companyInner .accessInner .textBox {
    width: 400px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .main .companyWrap .companyInner .accessInner .textBox {
    width: 471px;
    margin-top: 0;
  }
}
.main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli {
  display: flex;
  flex-flow: column;
  gap: 5%;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli {
    flex-flow: initial;
    gap: 10%;
  }
}
@media (min-width: 1024px) {
  .main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli {
    align-items: center;
    gap: 15px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli {
    gap: 75px;
  }
}
@media (min-width: 768px) {
  .main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli .titleBox {
    width: 70px;
  }
}
.main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli .titleBox .title {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
@media (min-width: 768px) {
  .main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli .contentBox {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli .contentBox {
    width: 242px;
  }
}
.main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli .contentBox .contentTextJp {
  font: normal 500 14px/23px "Zen Kaku Gothic New", sans-serif;
  color: #FFF;
}
@media (min-width: 1024px) {
  .main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli .contentBox .contentTextJp {
    font-size: 16px;
  }
}
.main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli .contentBox .contentLink {
  display: inline-flex;
}
.main .companyWrap .companyInner .accessInner .textBox .flexUl .flexli .contentBox .contentLink .contentTextJp {
  display: inline-flex;
}
.main .companyWrap .companyInner .accessInner .textBox .flexUl .contentBox.contentBoxFlex {
  display: flex;
  align-items: baseline;
}

/*=================================================*/
/*制作事例
/*=================================================*/
.propertySectionBg {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .propertySectionBg {
    padding: 80px 0;
  }
}
@media (min-width: 1300px) {
  .propertySectionBg .bgTextBoxLeft {
    left: 1.5%;
  }
}
@media (min-width: 1300px) {
  .propertySectionBg .bgTextBoxLeft .bgTextEn {
    padding: 0 10px 0 0;
    line-height: 86px;
  }
}
.propertySectionBg .bgTextBoxLeft .bgTextEn {
  white-space: nowrap;
}
.propertySectionBg .imgDecoBox {
  position: absolute;
  width: 100%;
  height: 40%;
  right: 0;
  bottom: 0%;
}
@media (min-width: 1024px) {
  .propertySectionBg .imgDecoBox {
    height: 105%;
  }
}

.propertySection {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  z-index: 8;
}
@media (min-width: 768px) {
  .propertySection {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .propertySection {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .propertySection {
    width: 100%;
  }
}
.propertySection .h2TitX .titImgBox {
  width: 56px;
  height: 79px;
}
.propertySection .p {
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.92px;
  margin-top: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .propertySection .p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .propertySection .p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 44px;
  }
}
.propertySection .commLinkBox {
  text-align: center;
}

.propertySection .webgene-blog {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
  margin: 30px 0 35px;
  flex-flow: wrap;
}

@media (min-width: 1024px) {
  .propertySection .webgene-blog {
    justify-content: center;
    gap: 45px 15px;
    margin: 40px 0 60px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .propertySection .webgene-blog {
    justify-content: space-between;
    gap: 45px 23px;
  }
}
.propertySection .webgene-blog .news {
  padding: 0;
}

.propertySection .webgene-blog .webgene-item {
  transition: 0.3s;
  width: 340px;
}
@media (min-width: 768px) {
  .propertySection .webgene-blog .webgene-item {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  .propertySection .webgene-blog .webgene-item {
    width: 285px;
  }
}
@media (min-width: 1200px) {
  .propertySection .webgene-blog .webgene-item {
    width: 350px;
  }
}
.propertySection .webgene-blog .webgene-item .img {
  aspect-ratio: 340/240;
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .propertySection .webgene-blog .webgene-item .img {
    width: 340px;
    height: 240px;
  }
}
.propertySection .webgene-blog .webgene-item .contents {
  margin-top: 5px;
}
.propertySection .webgene-blog .webgene-item .propertyBg {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2px 14px 0px rgba(51, 51, 51, 0.11);
}
.propertySection .webgene-blog .webgene-item .propertyBg .propertyImgBox {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border-radius: 4px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .propertySection .webgene-blog .webgene-item .propertyBg .propertyImgBox {
    width: 285px;
    height: 190px;
  }
}
@media (min-width: 1200px) {
  .propertySection .webgene-blog .webgene-item .propertyBg .propertyImgBox {
    width: 350px;
    height: 260px;
  }
}
.propertySection .webgene-blog .webgene-item .propertyBg .propertyImgBox a {
  display: inline-block;
}
.propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink {
  width: 100%;
  display: inline-block;
  padding: 18px 11px;
}
.propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink .titleFlex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C4C4C4;
}
.propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink .areaTitleBox .areaTxt {
  font: normal 900 18px/25px "Zen Kaku Gothic New", sans-serif;
  color: #333;
}
@media (min-width: 768px) {
  .propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink .areaTitleBox .areaTxt {
    font-size: 19px;
    line-height: 27px;
  }
}
.propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink .titleRight {
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  width: 100%;
  align-items: flex-end;
}
.propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink .titleRight .textBold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink .addBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #C4C4C4;
}
.propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink .addBox .addBoxContent {
  display: flex;
  align-items: baseline;
}
.propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink .addBox .addBoxContent .propertyAdd {
  font: normal 500 14px/25px "Zen Kaku Gothic New", sans-serif;
  color: #333;
}
@media (min-width: 768px) {
  .propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink .addBox .addBoxContent .propertyAdd {
    font-size: 16px;
    line-height: 23px;
  }
}
.propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink .addBox .addBoxContent .propertyAdd.propertyAddPrice {
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #AA2A2A;
}
@media (min-width: 768px) {
  .propertySection .webgene-blog .webgene-item .propertyBg .propertyContentsLink .addBox .addBoxContent .propertyAdd.propertyAddPrice {
    font-size: 20px;
    line-height: 29px;
  }
}
.propertySection .webgene-blog .webgene-item .commLinkBox {
  margin-top: 25px;
}

.propertySection .webgene-blog .webgene-item:hover {
  transition: 0.3s;
  transform: translateY(-10px);
}

.propertySection .webgene-blog .webgene-item .newsDate {
  display: none;
  color: #333;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.94px;
  letter-spacing: 0.21em;
  background: linear-gradient(90deg, #F29B3F, #F29B3F 30%, #F29B3F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.propertySection .webgene-blog .webgene-item .newsTag {
  display: none;
}

.propertySection .webgene-blog .webgene-item .contents .indexnewsFlex {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.propertySection .webgene-blog .webgene-item .contents .indexnewsFlex .newsTag {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  border-radius: 4px;
  border: 1px solid #FFF;
  padding: 0px 11px 1px;
}

.propertySection .webgene-blog .webgene-item .webgene-item-main-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border-radius: 4px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .propertySection .webgene-blog .webgene-item .webgene-item-main-image {
    width: 285px;
    height: 190px;
  }
}
@media (min-width: 1200px) {
  .propertySection .webgene-blog .webgene-item .webgene-item-main-image {
    width: 350px;
    height: 260px;
  }
}

.propertySection .webgene-blog .webgene-item .newsTit {
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 28px;
  font-weight: 700;
  color: #333;
}

/*------------------------------------------------------*/
/*-------------------------News-------------------------*/
/*------------------------------------------------------*/
.newsBgBox {
  position: relative;
}

.newsWrap {
  position: relative;
  width: 100%;
  padding: 60px 0;
  z-index: 5;
  overflow: initial;
}
@media (min-width: 1024px) {
  .newsWrap {
    padding: 80px 0;
  }
}
.newsWrap .bgTextBoxLeft {
  top: 4%;
}
@media (min-width: 768px) {
  .newsWrap .bgTextBoxLeft {
    top: 14%;
  }
}
.newsWrap .imgDecoBox {
  position: absolute;
  width: 100%;
  height: 126%;
  right: 0;
  bottom: 0%;
}
.newsWrap .newsInner {
  width: 90%;
  max-width: initial;
  margin: auto;
  z-index: 5;
}
.newsWrap .newsInner .h2TitX {
  margin-bottom: 24px;
}
.newsWrap .smoothNews {
  margin: 15px auto 0;
  width: 100%;
  max-width: 780px;
}
@media (min-width: 1024px) {
  .newsWrap .smoothNews {
    margin: 40px auto 0;
  }
}
.newsWrap .smoothNews section .article {
  border-bottom: 1px solid #C6C6C6;
}
.newsWrap .smoothNews section .article .a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.4s ease-in-out;
  padding: 16px 0;
}
.newsWrap .smoothNews section .article .a:hover {
  background-color: rgba(23, 116, 81, 0.1);
}
@media (min-width: 768px) {
  .newsWrap .smoothNews section .article .a {
    display: flex;
    flex-direction: row;
    column-gap: 15.3846153846%;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .newsWrap .smoothNews section .article .a {
    column-gap: 23.9743589744%;
  }
}
.newsWrap .smoothNews section .article .a .divDate {
  width: fit-content;
}
.newsWrap .smoothNews section .article .a .divDate .date {
  font: normal 700 16px/32px "Josefin Sans", sans-serif;
  color: #2F81B4;
}
.newsWrap .smoothNews section .article .a .divTitle {
  flex: 1;
}
.newsWrap .smoothNews section .article .a .divTitle .title {
  flex: 1;
  font: normal 500 16px/32px "Zen Kaku Gothic New", sans-serif;
  color: #333;
}
.newsWrap .commLink {
  margin: 35px auto 0;
}
@media (min-width: 1024px) {
  .newsWrap .commLink {
    margin: 44px auto 0;
  }
}

.newsWrap {
  position: relative;
  width: 100%;
  z-index: 5;
  overflow: initial;
}

.newsWrap .enFilterText.enFilterBlue {
  top: 1%;
  left: -0.5%;
  transform: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
}

.newsWrap .bgBlue {
  position: absolute;
  top: 0;
  right: 0;
  width: 98%;
  height: 100%;
  background: #F8FCFF;
}

@media (min-width: 1200px) {
  .newsWrap .bgBlue {
    width: 90%;
  }
}
.newsWrap .bgCircleBoxRight {
  position: absolute;
  right: 0;
  bottom: -7px;
  max-width: 127px;
  z-index: 3;
}

@media (min-width: 1024px) {
  .newsWrap .bgCircleBoxRight {
    max-width: 227px;
    bottom: -27px;
  }
}
.newsWrap .bgCircleBoxBottom {
  position: absolute;
  left: -37%;
  bottom: -56%;
  max-width: 338px;
}

@media (min-width: 1024px) {
  .newsWrap .bgCircleBoxBottom {
    left: -7%;
    bottom: -73%;
    max-width: 538px;
  }
}
.newsWrap .newsInner {
  width: 90%;
  max-width: initial;
  margin: auto;
  z-index: 5;
}

.newsWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.newsWrap .bgDecoBoxRight {
  position: absolute;
  width: 100%;
  max-width: 506px;
  right: 0;
  bottom: -59%;
}
@media (min-width: 1024px) {
  .newsWrap .bgDecoBoxRight {
    bottom: -59%;
  }
}

.newsWrap section .article {
  border-bottom: 1px solid #C6C6C6;
}

.newsWrap section .article .a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.4s ease-in-out;
  padding: 16px 0;
}

.newsWrap section .article .a:hover {
  background-color: rgba(23, 116, 81, 0.1);
}

@media (min-width: 768px) {
  .newsWrap section .article .a {
    display: flex;
    flex-direction: row;
    column-gap: 15.3846153846%;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .newsWrap section .article .a {
    column-gap: 23.9743589744%;
  }
}
.newsWrap section .article .a .divDate {
  width: fit-content;
}

.newsWrap section .article .a .divDate .date {
  font: normal 500 16px/32px "Zen Kaku Gothic New", sans-serif;
  color: #333;
}

.newsWrap section .article .a .divTitle {
  flex: 1;
}

.newsWrap section .article .a .divTitle .title {
  flex: 1;
  font: normal 500 16px/32px "Zen Kaku Gothic New", sans-serif;
  color: #333;
}

.newsWrap .commLink {
  margin: 35px auto 0;
}

@media (min-width: 1024px) {
  .newsWrap .commLink {
    margin: 50px auto 0;
  }
}
.newsInner .webgene-blog {
  max-width: 780px;
  width: 100%;
}

/*=== 9-1-2 丸が動いてスクロールを促す ====*/
/*スクロールダウン全体の場所*/
.scrollDown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 10%;
  right: 3%;
  width: 18px;
  height: 110px;
  text-align: center;
}
@media (min-width: 1024px) {
  .scrollDown {
    right: 5%;
    width: 16px;
    height: 157px;
  }
}

/*Scrollテキストの描写*/
.scrollDown .scrollDownTit {
  /*描画位置*/
  position: relative;
  /*テキストの形状*/
  font: normal 700 12px/16px "Josefin Sans", sans-serif;
  color: #FFF;
  letter-spacing: 0.08em;
  text-shadow: rgba(25, 25, 25, 0.4) 0px 4px 10px;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 5;
}
@media (min-width: 1024px) {
  .scrollDown .scrollDownTit {
    font-size: 16px;
  }
}

/* 丸の描写 */
.scrollDown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /*丸の形状*/
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  z-index: 5;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: 0px;
  }
}
@media (min-width: 1024px) {
  @keyframes circlemove {
    0% {
      bottom: 70px;
    }
    100% {
      bottom: 0px;
    }
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  @keyframes cirlemovehide {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
    }
  }
}
/* 線の描写 */
.scrollDown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /*線の形状*/
  width: 1px;
  height: 50px;
  background: #fff;
  z-index: 5;
}
@media (min-width: 1024px) {
  .scrollDown:after {
    width: 1px;
    height: 80px;
  }
}/*# sourceMappingURL=top.css.map */
div.fax_text{
  width: 234px;
}
div.fax_text p{
  font-size: 14px;
  line-height: 18px;
}

