@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
.english02 {
  font-family: "Satisfy", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*==========================================================*/
/*	responsive
-----------------------------------------------------------*/
/*  animation
---------------------------------------------------------------*/
.move {
  transform-origin: center top;
  transition: all 0.8s;
  opacity: 0;
  transform: translate(0, 30px) scale(1);
}
.move.moving {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.move02 {
  transform-origin: center top;
  transform: translate3d(0%, 30px, 0) scale3d(1, 1, 1);
  transition: all 2s cubic-bezier(0.246, 0.75, 0.187, 1);
  opacity: 0;
}
.move02.moving {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

/*	css
-----------------------------------------------------------*/
/*==========================================================*/
/*  align
---------------------------------------------------------------*/
.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/*  ul
---------------------------------------------------------------*/
li {
  list-style-type: none;
}

/*  font
---------------------------------------------------------------*/
.font {
  font-size: calc(var(--base-size) * 1.9);
}

.red {
  color: #ff0000;
}

.mincho {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}

.eng01 {
  font-family: kings-caslon-display, serif;
  font-weight: 400;
  font-style: normal;
}

.eng02 {
  font-family: kings-caslon, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eng03 {
  font-family: enchanted, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btnNormalCCC.btnCenter a {
  margin: 0 auto;
}

.btnNormalCCC a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  color: #222;
  width: 270px;
  height: 62px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .btnNormalCCC a {
    max-width: 250px;
    width: 100%;
    height: 57px;
  }
}
.btnNormalCCC a .btnIn {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.btnNormalCCC a .btnIn:before {
  top: 0;
}

.btnNormalCCC a .btnIn:after {
  bottom: 0;
}

.btnNormalCCC a .btnIn .bgBoard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d47714;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transform: translate3d(-100%, 0, 0);
}

.btnNormalCCC a .btnIn .inBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.btnNormalCCC a .btnIn .inBtn:before {
  left: 0;
}

.btnNormalCCC a .btnIn .inBtn:after {
  right: 0;
}

.btnNormalCCC a .btnIn .inBtn .d1 .e1 {
  position: relative;
  font-size: 1.4rem;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media only screen and (max-width: 768px) {
  .btnNormalCCC a .btnIn .inBtn .d1 .e1 {
    font-size: 13px;
  }
}
.btnNormalCCC a:hover:before {
  transform: translate3d(10px, -50%, 0);
}

.btnNormalCCC a:hover .btnIn:before {
  transform: translate3d(-100%, 0, 0);
}

.btnNormalCCC a:hover .btnIn:after {
  transform: translate3d(100%, 0, 0);
}

.btnNormalCCC a:hover .btnIn .bgBoard {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate3d(0, 0, 0);
}

.btnNormalCCC a:hover .btnIn .inBtn:before {
  transform: translate3d(0, 100%, 0);
}

.btnNormalCCC a:hover .btnIn .inBtn:after {
  transform: translate3d(0, -100%, 0);
}

.btnNormalCCC a:hover .btnIn .inBtn .d1 .e1 {
  color: #fff;
}

.messageMainWrap {
  position: relative;
  padding: 12rem 0 8rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .messageMainWrap {
    padding: 8rem 0 6rem;
  }
}
.messageMainWrap:before {
  background: #22232c;
  content: "";
  display: block;
  height: 80%;
  width: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .messageMainWrap:before {
    width: 95%;
  }
}
.messageMainWrap .messageMainBox {
  position: relative;
  z-index: 1;
}

.messageMainWrap .messageMainBox .inin {
  position: relative;
}

.messageMainWrap .messageMainBox .inin .h3 {
  position: absolute;
  top: 0;
  left: -9rem;
  width: 4rem;
  transform: scale(1.2);
}

@media only screen and (max-width: 768px) {
  .messageMainWrap .messageMainBox .inin .h3 {
    position: static;
    width: 100%;
    transform: scale(1);
  }
}
.messageMainWrap .messageMainBox .inin .h3 .sssub {
  font-size: 3rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  color: #ddd;
  font-family: oswald, sans-serif;
}

@media only screen and (max-width: 768px) {
  .messageMainWrap .messageMainBox .inin .h3 .sssub {
    position: static;
    writing-mode: initial;
  }
}
.messageMainWrap .messageMainBox .inin .h3 .sssub span {
  color: #d47714;
}

.messageMainWrap .messageMainBox .inin h3 {
  display: inline-block;
  color: #ddd;
  writing-mode: vertical-rl;
  font-family: "Oswald";
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: lighter;
}

@media only screen and (max-width: 768px) {
  .messageMainWrap .messageMainBox .inin h3 {
    position: static;
    writing-mode: initial;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.messageMainWrap .messageMainBox .inin h3:before {
  background: #ddd;
  content: "";
  display: inline-block;
  height: 8rem;
  width: 1px;
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .messageMainWrap .messageMainBox .inin h3:before {
    height: 1px;
    width: 8rem;
    margin: 0 1.5rem 0 0;
    vertical-align: middle;
  }
}
.messageMainWrap .messageMainBox .inin .flexWrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .messageMainWrap .messageMainBox .inin .flexWrap {
    display: block;
  }
}
.messageMainWrap .messageMainBox .inin .flexWrap .imgBox {
  flex: 0 0 59vw;
  min-width: 0;
}

@media only screen and (max-width: 768px) {
  .messageMainWrap .messageMainBox .inin .flexWrap .imgBox {
    flex: 0 0 95%;
  }
}
.messageMainWrap .messageMainBox .inin .flexWrap .imgBox video {
  width: 100%;
  height: auto;
}

.messageMainWrap .messageMainBox .inin .flexWrap .textBox {
  position: relative;
  z-index: 5;
  margin: 18rem -28rem 0 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .messageMainWrap .messageMainBox .inin .flexWrap .textBox {
    margin: 0rem 0rem 0 0;
    padding: 4rem 3rem 4rem;
  }
}
.messageMainWrap .messageMainBox .inin .flexWrap .textBox .ttt {
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #ddd;
}

.messageMainWrap .messageMainBox .inin .flexWrap .textBox .ttlWa {
  margin: 6rem 0 2rem;
  color: #ddd;
}

@media only screen and (max-width: 768px) {
  .messageMainWrap .messageMainBox .inin .flexWrap .textBox .ttlWa {
    margin: 4rem 0;
  }
}
.messageMainWrap .messageMainBox .inin .flexWrap .textBox .ttlWa h4 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 4rem;
  margin-bottom: 0rem;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 768px) {
  .messageMainWrap .messageMainBox .inin .flexWrap .textBox .ttlWa h4 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 4rem;
  }
}
.messageMainWrap .messageMainBox .inin .flexWrap .textBox .ttlWa .sub {
  font-size: 8rem;
  font-weight: bold;
  font-family: source-han-serif-japanese, serif;
  line-height: 1.1;
  margin-top: 3rem;
}

@media only screen and (max-width: 768px) {
  .messageMainWrap .messageMainBox .inin .flexWrap .textBox .ttlWa .sub {
    font-size: 5.6rem;
    line-height: 8rem;
  }
}
.messageMainWrap .messageMainBox .inin .flexWrap .textBox .divBtn {
  margin-top: 2rem;
}

.messageMainWrap .messageMainBox .inin._01 h3 {
  left: -9rem;
}

.messageMainWrap .messageMainBox._01 {
  padding-left: 16rem;
}

@media only screen and (max-width: 768px) {
  .messageMainWrap .messageMainBox._01 {
    padding-left: 3rem;
  }
}
.messageMainWrap .moveleft {
  transition: all 0.8s;
}

.messageMainWrap .moveleft.moving {
  transform: translate(0%, 0px);
  opacity: 1;
}

.messageMainWrap .moveright {
  transition: all 0.8s;
}

.messageMainWrap .moveright.moving {
  transform: translate(0%, 0px);
  opacity: 1;
}

.topbottomW .flexWrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .topbottomW .flexWrap {
    display: block;
  }
}
.topbottomW .flexWrap .flexBox {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .topbottomW .flexWrap .flexBox {
    width: 100%;
  }
  .topbottomW .flexWrap .flexBox:first-child {
    margin-bottom: 6rem;
  }
}
.topbottomW .flexWrap .flexBox .topBtnText {
  position: absolute;
  top: -9rem;
  right: 2rem;
  z-index: 3;
  font-size: 11rem;
  font-family: oswald, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #767d8c;
  opacity: 0.3;
}
@media only screen and (max-width: 768px) {
  .topbottomW .flexWrap .flexBox .topBtnText {
    top: -6rem;
    font-size: 8rem;
  }
}
.topbottomW .flexWrap .flexBox a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14rem 6rem;
  color: #fff;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .topbottomW .flexWrap .flexBox a {
    padding: 6rem 6rem;
  }
}
.topbottomW .flexWrap .flexBox a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #333;
  opacity: 0.4;
}
.topbottomW .flexWrap .flexBox a .imgBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  transition: all 0.4s;
}
.topbottomW .flexWrap .flexBox a .imgBox ._02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.topbottomW .flexWrap .flexBox a .imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.topbottomW .flexWrap .flexBox a .inin {
  position: relative;
  z-index: 1;
}
.topbottomW .flexWrap .flexBox a .inin .inT {
  color: #fff;
  margin-bottom: 2rem;
}
.topbottomW .flexWrap .flexBox a .inin .inT .sub {
  font-size: 3.4rem;
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 1rem;
}
.topbottomW .flexWrap .flexBox a .inin .inT h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.topbottomW .flexWrap .flexBox a .inin .lineBtn {
  position: relative;
  padding-left: 5rem;
}
.topbottomW .flexWrap .flexBox a .inin .lineBtn:before {
  content: "";
  background: #d47714;
  width: 4rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.topbottomW .flexWrap .flexBox a .inin .lineBtn span {
  position: relative;
  font-size: 1.2rem;
  font-family: arial;
  font-weight: 500;
}
.topbottomW .flexWrap .flexBox a:hover .imgBox {
  transform: translate(-50%, -50%) scale(1.03);
}
.topbottomW .flexWrap .flexBox a:hover .imgBox ._02 {
  opacity: 1;
}

.topInstagramWrap {
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .topInstagramWrap {
    padding: 8rem 0;
  }
}
.topInstagramWrap ._in {
  position: relative;
}
.topInstagramWrap ._in .bgText {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 3;
  font-size: 11rem;
  font-family: oswald, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #767d8c;
  opacity: 0.1;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .topInstagramWrap ._in .bgText {
    font-size: 7rem;
  }
}
.topInstagramWrap ._in .flexWrap {
  position: relative;
  z-index: 2;
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .topInstagramWrap ._in .flexWrap {
    display: block;
  }
}
.topInstagramWrap ._in .flexWrap .textBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .topInstagramWrap ._in .flexWrap .textBox {
    margin-bottom: 3rem;
  }
}
.topInstagramWrap ._in .flexWrap .textBox .inin h2 {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.topInstagramWrap ._in .flexWrap .btnBox {
  position: relative;
  flex-basis: 45rem;
  margin-bottom: 0;
}
.topInstagramWrap ._in .flexWrap .btnBox a {
  position: relative;
  display: inline-block;
  border: 1px solid #d47714;
  font-size: 1.4rem;
  padding: 2rem 12rem;
  color: #d47714;
}
.topInstagramWrap ._in .flexWrap .btnBox a .btnLineA {
  position: absolute;
  width: 14rem;
  height: 1px;
  top: 50%;
  left: -10rem;
  transform: translate(0, -50%);
  background: #d47714;
}
.topInstagramWrap ._in .flexWrap .btnBox a .btnText {
  position: relative;
  z-index: 2;
}
.topInstagramWrap ._in .flexWrap .btnBox a:before {
  content: "";
  width: 0%;
  height: 100%;
  background: #d47714;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.topInstagramWrap ._in .flexWrap .btnBox a:hover {
  color: #fff;
}
.topInstagramWrap ._in .flexWrap .btnBox a:hover:before {
  width: 100%;
}

.bottomContactBtn .inin {
  position: relative;
  background: #242424;
}
.bottomContactBtn .inin a {
  position: relative;
  display: block;
  padding: 14rem 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .bottomContactBtn .inin a {
    padding: 8rem 3rem;
  }
}
.bottomContactBtn .inin a:before {
  content: "";
  width: 0%;
  height: 100%;
  background: #555;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bottomContactBtn .inin a .ininin {
  position: relative;
  z-index: 2;
  text-align: center;
}
.bottomContactBtn .inin a .ininin h2 {
  font-size: 3.4rem;
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0rem;
}
.bottomContactBtn .inin a .ininin .sub {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.bottomContactBtn .inin a:hover:before {
  width: 100%;
}

/*=========================================================*/
/*	footer*/
/*=========================================================*/
footer {
  background: url(../img/footer_bgImg.jpg) no-repeat center/cover;
  padding: 6rem 6%;
}
footer .inin .flexWrap {
  display: flex;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  footer .inin .flexWrap {
    display: block;
    margin-bottom: 7rem;
  }
}
@media only screen and (min-width: 769px) {
  footer .inin .flexWrap .leftLogo .footerLogo {
    width: 20rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .inin .flexWrap .leftLogo .footerLogo {
    width: 26rem;
    margin: 0 auto 3rem;
  }
}
footer .inin .flexWrap .leftLogo .footerLogo a {
  display: block;
}
@media only screen and (min-width: 769px) {
  footer .inin .flexWrap .leftLogo .footerLogo img {
    width: 100%;
  }
}
footer .inin .flexWrap .rightBox {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  footer .inin .flexWrap .rightBox {
    display: none;
  }
}
footer .inin .flexWrap .rightBox .footerMenu ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  footer .inin .flexWrap .rightBox .footerMenu ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  footer .inin .flexWrap .rightBox .footerMenu ul li {
    margin-bottom: 2rem;
  }
}
footer .inin .flexWrap .rightBox .footerMenu ul li:not(:first-child) {
  margin-left: 3rem;
}
footer .inin .flexWrap .rightBox .footerMenu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
}
footer .inin .footerBottomFlex .flexBottomWrap {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  footer .inin .footerBottomFlex .flexBottomWrap {
    display: block;
  }
}
footer .inin .footerBottomFlex .flexBottomWrap .leftB {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  footer .inin .footerBottomFlex .flexBottomWrap .leftB {
    display: block;
  }
}
footer .inin .footerBottomFlex .flexBottomWrap .leftB .copy {
  color: #fff;
  font-size: 1.3rem;
}
footer .inin .footerBottomFlex .flexBottomWrap .leftB .copy small {
  font-size: 1.3rem;
}
footer .inin .footerBottomFlex .flexBottomWrap .leftB .link {
  margin-left: 3rem;
}
@media only screen and (max-width: 768px) {
  footer .inin .footerBottomFlex .flexBottomWrap .leftB .link {
    margin-left: 0rem;
    margin-bottom: 3rem;
  }
}
footer .inin .footerBottomFlex .flexBottomWrap .leftB .link a {
  color: #fff;
  font-size: 1.3rem;
}
footer .inin .footerBottomFlex .flexBottomWrap .rightB {
  margin-left: auto;
}
footer .inin .footerBottomFlex .flexBottomWrap .rightB .footerSubMenu {
  margin-bottom: 5rem;
}
footer .inin .footerBottomFlex .flexBottomWrap .rightB .footerSubMenu ul {
  display: flex;
}
footer .inin .footerBottomFlex .flexBottomWrap .rightB .footerSubMenu ul li:first-child {
  margin-right: 1rem;
}
footer .inin .footerBottomFlex .flexBottomWrap .rightB .footerSubMenu ul li a {
  background: #d47714;
  border-radius: 5rem;
  padding: 1.5rem 5rem;
  font-size: 1.4rem;
  color: #fff;
}
footer .snsLinkList {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .snsLinkList {
    margin-bottom: 3rem;
  }
}
footer .snsLinkList._01 {
  margin-right: 3rem;
}
footer .snsLinkList._02 {
  margin-left: 4rem;
}
footer .snsLinkList._02 a {
  color: #fff;
}
footer .snsLinkList .sns.leftSpace {
  margin-left: 1rem;
}
footer .snsLinkList a {
  display: inline-block;
  font-size: 1.8rem;
  transition: all 0.4s;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .snsLinkList a {
    font-size: 3rem;
  }
}
footer .snsLinkList a:hover {
  opacity: 0.7;
}

.sustaTopWrap {
  margin-top: 12rem;
}

@media only screen and (max-width: 768px) {
  .sustaTopWrap {
    margin-top: 6rem;
  }
}
.sustaTopWrap ._in .c01 {
  text-align: center;
}

.sustaTopWrap ._in .c01 h2 {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #046205;
}

@media only screen and (max-width: 768px) {
  .sustaTopWrap ._in .c01 h2 {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.sustaTopWrap ._in .c01 .sub {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .sustaTopWrap ._in .c01 .sub {
    margin-bottom: 3rem;
  }
}
.sustaTopWrap ._in .c01 .imgB {
  width: 78%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .sustaTopWrap ._in .c01 .imgB {
    width: 90%;
  }
}
.sustaTopWrap ._in .c02 {
  margin-top: 12rem;
}

@media only screen and (max-width: 768px) {
  .sustaTopWrap ._in .c02 {
    margin-top: 6rem;
  }
}
.sustaTopWrap ._in .c02 h2 {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #046205;
}

@media only screen and (max-width: 768px) {
  .sustaTopWrap ._in .c02 h2 {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.sustaTopWrap ._in .c02 .sub {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
}

.sustaSecondWrap {
  margin-top: 12rem;
}

@media only screen and (max-width: 768px) {
  .sustaSecondWrap {
    margin-top: 6rem;
  }
}
.sustaSecondWrap .c01 {
  background: #f6f6f6;
  padding: 12rem 0 14rem 0;
}

@media only screen and (max-width: 768px) {
  .sustaSecondWrap .c01 {
    padding: 8rem 0 8rem 0;
  }
}
.sustaSecondWrap .c01 ._inin .ininin .sub {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
}

.sustaSecondWrap .c01 ._inin .ininin dl {
  margin-bottom: 3rem;
}

.sustaSecondWrap .c01 ._inin .ininin dl dt {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 500;
  color: #046205;
  margin-bottom: 1.5rem;
}

.sustaSecondWrap .c01 ._inin .ininin dl dd {
  position: relative;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .sustaSecondWrap .c01 ._inin .ininin dl dd {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.sustaSecondWrap .c02 {
  margin-top: -5rem;
}

@media only screen and (max-width: 768px) {
  .sustaSecondWrap .c02 {
    margin-top: 4rem;
  }
}
.sustaSecondWrap .c02 ._inin .flexWrap {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .sustaSecondWrap .c02 ._inin .flexWrap {
    display: block;
  }
}
.sustaSecondWrap .c02 ._inin .flexWrap .tateText {
  writing-mode: vertical-rl;
  position: relative;
  flex-basis: 20rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .sustaSecondWrap .c02 ._inin .flexWrap .tateText {
    writing-mode: initial;
    margin-bottom: 3rem;
  }
}
.sustaSecondWrap .c02 ._inin .flexWrap .tateText dl dt {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.4rem;
  letter-spacing: 0.1rem;
  margin-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .sustaSecondWrap .c02 ._inin .flexWrap .tateText dl dt {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.sustaSecondWrap .c02 ._inin .flexWrap .tateText .sub {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 500;
  color: #046205;
}

.sustaSecondWrap .c02 ._inin .flexWrap .mainG {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 0 0rem 0 6rem;
}

@media only screen and (max-width: 768px) {
  .sustaSecondWrap .c02 ._inin .flexWrap .mainG {
    padding: 0 0rem 0 0rem;
  }
}
.sustaSecondWrap .c02 ._inin .flexWrap .mainG .sectionSas:not(:last-child) {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .sustaSecondWrap .c02 ._inin .flexWrap .mainG .sectionSas:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.sustaSecondWrap .c02 ._inin .flexWrap .mainG .sectionSas .img {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .sustaSecondWrap .c02 ._inin .flexWrap .mainG .sectionSas .img {
    margin-bottom: 3rem;
  }
}
.sustaSecondWrap .c02 ._inin .flexWrap .mainG .sectionSas .textA dl dt {
  position: relative;
  padding-left: 3.5rem;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.sustaSecondWrap .c02 ._inin .flexWrap .mainG .sectionSas .textA dl dt::before {
  content: "";
  width: 3rem;
  height: 1px;
  margin-top: -1px;
  background: #ddd;
  position: absolute;
  left: 0rem;
  top: 50%;
}

.sustaSecondWrap .c02 ._inin .flexWrap .mainG .sectionSas .textA dl dd {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
}

.sustaThirdeWrap {
  margin-top: 12rem;
}

@media only screen and (max-width: 768px) {
  .sustaThirdeWrap {
    margin-top: 7rem;
  }
}
.sustaThirdeWrap .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

.sustaThirdeWrap .flexWrap .listSection {
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .sustaThirdeWrap .flexWrap .listSection {
    width: 50%;
  }
}
.sustaThirdeWrap .flexWrap .listSection ._in a {
  position: relative;
  display: block;
}

.sustaThirdeWrap .flexWrap .listSection ._in a .imgBox {
  position: relative;
  overflow: hidden;
}

.sustaThirdeWrap .flexWrap .listSection ._in a .imgBox::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.sustaThirdeWrap .flexWrap .listSection ._in a .imgBox img {
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: all 0.7s;
}

@media only screen and (max-width: 768px) {
  .sustaThirdeWrap .flexWrap .listSection ._in a .imgBox img {
    height: 20rem;
  }
}
.sustaThirdeWrap .flexWrap .listSection ._in a .textBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 3rem 0 0 4rem;
}

.sustaThirdeWrap .flexWrap .listSection ._in a .textBox .inin .leftEng {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}

.sustaThirdeWrap .flexWrap .listSection ._in a .textBox .inin .inText h3 {
  position: relative;
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sustaThirdeWrap .flexWrap .listSection ._in a:hover .imgBox img {
  transition: all 0.5s;
  transform: scale(1.05);
}

.businessTopWrap {
  padding: 10rem 0;
}

@media only screen and (max-width: 768px) {
  .businessTopWrap {
    padding: 6rem 0;
  }
}
.businessTopWrap ._in h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.4rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .businessTopWrap ._in h2 {
    font-size: 2.4rem;
  }
}
.businessTopWrap ._in h2 span {
  display: inline-block;
  background: linear-gradient(transparent 50%, #dfd 0%);
}

.businessTopWrap ._in h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.4rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10rem;
}

@media only screen and (max-width: 768px) {
  .businessTopWrap ._in h3 {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
}
.businessTopWrap ._in .flexWrap {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .businessTopWrap ._in .flexWrap {
    display: block;
  }
}
.businessTopWrap ._in .flexWrap .flexBox {
  width: 48%;
  padding-bottom: 4rem;
  border-bottom: 1px solid #046205;
}

@media only screen and (max-width: 768px) {
  .businessTopWrap ._in .flexWrap .flexBox {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .businessTopWrap ._in .flexWrap .flexBox {
    width: 100%;
  }
  .businessTopWrap ._in .flexWrap .flexBox:first-child {
    margin-bottom: 5rem;
  }
}
.businessTopWrap ._in .flexWrap .flexBox h4 {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 768px) {
  .businessTopWrap ._in .flexWrap .flexBox h4 {
    margin-bottom: 2.5rem;
  }
}
.businessTopWrap ._in .flexWrap .flexBox h4:before, .businessTopWrap ._in .flexWrap .flexBox h4:after {
  border-top: 1px solid #046205;
  content: "";
  flex-grow: 1;
}

.businessTopWrap ._in .flexWrap .flexBox h4:before {
  margin-right: 1rem;
}

.businessTopWrap ._in .flexWrap .flexBox h4:after {
  margin-left: 1rem;
}

.businessOurWorksWrap {
  margin-top: 12rem;
}

@media only screen and (max-width: 768px) {
  .businessOurWorksWrap {
    margin-top: 4rem;
  }
}
.businessOurWorksWrap .ttl01 {
  text-align: center;
}

.businessOurWorksWrap .ttl01 ._in h2 {
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 4.4rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .businessOurWorksWrap .ttl01 ._in h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
.businessOurWorksWrap .ttl01 ._in .sub {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #046205;
}

.businessOurWorksWrap .numberWrap {
  margin-top: 8rem;
}

@media only screen and (max-width: 768px) {
  .businessOurWorksWrap .numberWrap {
    margin-top: 0rem;
  }
}
.businessOurWorksWrap .numberWrap .flexWrap {
  display: flex;
}

.businessOurWorksWrap .numberWrap .flexWrap._reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .businessOurWorksWrap .numberWrap .flexWrap {
    display: block;
  }
}
.businessOurWorksWrap .numberWrap .flexWrap .textBox {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.businessOurWorksWrap .numberWrap .flexWrap .textBox._right {
  padding: 0rem 5% 0 5%;
}

.businessOurWorksWrap .numberWrap .flexWrap .textBox._left {
  padding: 0rem 5% 0 5%;
}

@media only screen and (max-width: 768px) {
  .businessOurWorksWrap .numberWrap .flexWrap .textBox {
    margin-bottom: 6rem;
    padding: 0rem 6.25%;
  }
}
.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin {
  position: relative;
  padding: 11rem 0 7rem 0;
  border-top: 4px double #333;
  border-bottom: 4px double #333;
}

@media only screen and (max-width: 768px) {
  .businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin {
    padding: 6rem 0 4rem 0;
    border-top: none;
    border-bottom: none;
  }
}
.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .numS {
  position: absolute;
  top: -5rem;
  display: block;
  padding-top: 2rem;
  width: 9.4rem;
  height: 9.4rem;
  border: 1px solid;
  border-radius: 50%;
  background-color: #F6F3F3;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .numS {
    position: static;
    margin: 0 auto;
  }
}
.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .numS._left {
  left: -7rem;
}

.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .numS._right {
  right: -7rem;
}

.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .numS small {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
}

.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .numS strong {
  font-size: 4.2rem;
  line-height: 4.2rem;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
}

.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .numS .engeng {
  position: absolute;
  right: -111px;
  bottom: -27px;
  font-size: 4.2rem;
  line-height: 4.2rem;
  white-space: nowrap;
  color: #046205;
}

@media only screen and (max-width: 768px) {
  .businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .numS .engeng {
    right: 50%;
    top: 14rem;
    bottom: auto;
    transform: translate(50%, 0);
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .inDetailText h3 {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 4.6rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.2rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .inDetailText h3 {
    font-size: 3rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .inDetailText p {
  max-width: 44rem;
}

.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .inDetailText .btn01 {
  margin-top: 4rem;
}

.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .inDetailText .btn01 a {
  display: inline-block;
  border: 1px solid #333;
  text-align: center;
  padding: 1.2rem 5rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  transition: all 0.5s;
}

@media only screen and (max-width: 768px) {
  .businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .inDetailText .btn01 a {
    display: block;
    padding: 2rem 5rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.businessOurWorksWrap .numberWrap .flexWrap .textBox ._inin .inDetailText .btn01 a:hover {
  background: #333;
  color: #fff;
}

.businessOurWorksWrap .numberWrap .flexWrap .imgBox {
  width: 55%;
}

@media only screen and (max-width: 768px) {
  .businessOurWorksWrap .numberWrap .flexWrap .imgBox {
    width: 100%;
  }
}/*# sourceMappingURL=addition.css.map */