@charset "UTF-8";
/* CSS Document */
/*////////////////////////////////////////////////////////

co-creation.css

///////////////////////////////////////////////////////*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*======================================================
sigCoCreation
======================================================*/
#sigCoCreation {
  color: #000;
}
#sigCoCreation .container {
  padding: 100px 0 0;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 820px) {
  #sigCoCreation .container {
    padding: 50px 0 0;
  }
  #sigCoCreation .container .inner {
    padding: 0 30px;
  }
}
#sigCoCreation .mainHeader {
  /*background-color: transparent;*/
}
.contentWrap {
  width: 100%;
  background-image: url("../images/bg-wrap.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
.contentWrap * {
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .contentWrap {
    background-size: 1024px auto;
  }
}
@media (max-width: 640px) {
  .contentWrap {
    background-size: 640px auto;
  }
}
/*------------------------------------------------------
=common
------------------------------------------------------*/
#sigCoCreation img {
  vertical-align: middle;
  width: 100%;
}
#sigCoCreation h3.sy_sec_ttl_3 {
  font-size: 20px;
  font-weight: bold;
}
#sigCoCreation .text-align-c {
  text-align: center
}
/* =ttl
-------------------------------------------------------*/
#sigCoCreation .content_headline {
  font-size: 36px;
  font-weight: 600;
  margin: 200px 0 0;
}
#sigCoCreation .sy_sec_ttl_1 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-left: 35px;
}
#sigCoCreation .sy_sec_ttl_1::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 20px;
  height: 20px;
  background: url("../images/icon-ttl.svg") no-repeat 0 0;
  background-size: 100%;
}
#sigCoCreation .sy_sec_body_txt {
  line-height: 2;
}
#sigCoCreation .sy_sec_ttl_2 {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-top: 35px;
  text-align: center;
}
#sigCoCreation .sy_sec_ttl_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/icon-ttl.svg") no-repeat 0 0;
  background-size: 100%;
}
@media only screen and (max-width: 1260px) {
  #sigCoCreation .content_headline {
    margin: 150px 0 0;
  }
}
@media only screen and (max-width: 820px) {
  #sigCoCreation .content_headline {
    font-size: 24px;
  }
  #sigCoCreation .sy_sec_ttl_1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #sigCoCreation .sy_sec_ttl_2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 35px;
    text-align: left;
  }
  #sigCoCreation .sy_sec_ttl_1::before {
    top: 10px;
    margin-top: 0;
  }
  #sigCoCreation .sy_sec_ttl_2::before {
    top: 10px;
    left: 0;
    margin-left: 0;
  }
}
/* =btn
-------------------------------------------------------*/
.btn-normal {
  display: inline-block;
}
.btn-normal a {
  display: flex;
  align-items: center;
  color: #007c3c !important;
  text-decoration: none !important;
}
.btn-normal a .txt {
  position: relative;
}
.btn-normal a .txt::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -0.1em;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #007c3c;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.btn-normal a:hover .txt::after {
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-normal a .arrow {
  position: relative;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: solid 1px #007c3c;
  border-radius: 50%;
  transition: all .3s;
  margin-left: 10px;
}
.btn-normal a:hover .arrow {
  background-color: #007c3c;
  border: solid 1px transparent;
}
.btn-normal a .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  margin-left: -5px;
  background: url(../images/arrow-normal.svg) no-repeat 0 0;
  background-size: 10px 6px;
}
.btn-normal a:hover .arrow::after {
  background: url(../images/arrow-normal-white.svg) no-repeat 0 0;
}
/* Animation
-------------------------------------*/
.animate {
  visibility: hidden;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein-animation {
  visibility: visible;
  animation: fadeIn 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal;
}
/*------------------------------------------------------
=firstView
------------------------------------------------------*/
.firstView {
  position: relative;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.firstView .firstView__headline {
  position: absolute;
  bottom: 8%;
  left: 4%;
  color: #007c3c;
  z-index: 2;
}
.firstView .firstView__headline h2 {
  font-size: 42px;
  letter-spacing: 0.1em;
}
.firstView .firstView__headline h2 span {
  display: inline-block;
  font-size: 32px;
}
@media only screen and (max-width: 1260px) {
  .firstView .firstView__headline h2 {
    font-size: 36px;
  }
  .firstView .firstView__headline h2 span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .firstView .firstView__headline h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .firstView .firstView__headline {
    top: 36%;
  }
}
.firstView .blob {
  position: absolute;
  overflow: hidden;
  border-radius: 40% 60% 40% 50% / 60% 60% 50% 60%;
}
.firstView .blob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.firstView .blob1 {
  width: 31.333vw;
  height: 31.333vw;
  bottom: 5%;
  right: 8%;
  z-index: 1
}
.firstView .blob1-bg {
  position: absolute;
  bottom: 5%;
  right: 8%;
  width: 31.333vw;
  height: 31.333vw;
  background-color: rgba(0, 124, 60, 0.1);
  border-radius: 9999px;
  transform: translate(-20px, 10px);
}
.firstView .blob2 {
  width: 16.667vw;
  height: 16.667vw;
  top: 8%;
  left: 10%;
  z-index: 1
}
.firstView .blob2-bg {
  position: absolute;
  top: 8%;
  left: 10%;
  width: 16.667vw;
  height: 16.667vw;
  background-color: rgba(0, 124, 60, 0.2);
  border-radius: 9999px;
  transform: translate(-20px, -10px);
}
.firstView .blob3 {
  width: 9.667vw;
  height: 9.667vw;
  top: 15%;
  left: 50%;
  z-index: 1
}
.firstView .blob3-bg {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 9.6677vw;
  height: 9.667vw;
  background-color: rgba(0, 124, 60, 0.2);
  border-radius: 9999px;
  transform: translate(5px, 10px);
}
.firstView .blob4 {
  width: 9.667vw;
  height: 9.667vw;
  top: 48%;
  left: 42%;
  z-index: 1
}
.firstView .blob4-bg {
  position: absolute;
  top: 48%;
  left: 42%;
  width: 9.6677vw;
  height: 9.667vw;
  background-color: rgba(0, 124, 60, 0.2);
  border-radius: 9999px;
  transform: translate(-5px, 10px);
}
@media only screen and (max-width: 1260px) {
  .firstView .blob1 {
    width: 46vw;
    height: 46vw;
    bottom: 5%;
    right: 5%;
  }
  .firstView .blob1-bg {
    bottom: 5%;
    right: 5%;
    width: 46vw;
    height: 46vw;
  }
  .firstView .blob2 {
    width: 30vw;
    height: 30vw;
    top: 10%;
    left: 10%;
  }
  .firstView .blob2-bg {
    top: 10%;
    left: 10%;
    width: 30vw;
    height: 30vw;
  }
  .firstView .blob3 {
    width: 18vw;
    height: 18vw;
    top: 22%;
    left: 60%;
  }
  .firstView .blob3-bg {
    top: 22%;
    left: 60%;
    width: 18vw;
    height: 18vw;
  }
  .firstView .blob4 {
    width: 18vw;
    height: 18vw;
    top: 50%;
    left: 20%;
  }
  .firstView .blob4-bg {
    top: 50%;
    left: 20%;
    width: 18vw;
    height: 18vw;
  }
}
@media only screen and (max-width: 820px) {}
@media only screen and (max-width: 640px) {
  .firstView .blob1 {
    width: 54vw;
    height: 54vw;
  }
  .firstView .blob1-bg {
    width: 54vw;
    height: 54vw;
  }
  .firstView .blob2 {
    width: 38vw;
    height: 38vw;
    top: 5%;
  }
  .firstView .blob2-bg {
    width: 38vw;
    height: 38vw;
    top: 5%;
  }
  .firstView .blob3 {
    width: 22vw;
    height: 22vw;
  }
  .firstView .blob3-bg {
    width: 22vw;
    height: 22vw;
  }
  .firstView .blob4 {
    width: 22vw;
    height: 22vw;
    top: 58%;
    left: 18%;
  }
  .firstView .blob4-bg {
    top: 58%;
    left: 18%;
    width: 22vw;
    height: 22vw;
  }
}
/*------------------------------------------------------
=news
------------------------------------------------------*/
#newsContainer {}
#newsContainer .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
#newsContainer .news-list .news-image {
  position: relative;
  width: 100%;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  border-radius: 0.625rem;
}
#newsContainer .news-list .date {
  font-size: 12px;
  margin-top: 20px;
}
#newsContainer .news-list a[target="_blank"] p.title:after {
  content: "";
  display: inline-block;
  margin-top: -6px;
  margin-left: 5px;
  background-image: url(../images/icon-blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
#newsContainer .news-list a {
  text-decoration: none;
  transition: all .3s;
}
#newsContainer .news-list a:link, #newsContainer .news-list a:visited {
  color: #000;
}
#newsContainer .news-list a:hover, #newsContainer .news-list a:active {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  transition: all .3s;
}
@media only screen and (max-width: 640px) {
  #newsContainer .news-list {
    grid-template-columns: 1fr;
  }
}
/*------------------------------------------------------
=about
------------------------------------------------------*/
#aboutContainer {
  margin-top: 150px;
}
#aboutContainer .blob-group .blob {
  overflow: hidden;
  border-radius: 40% 60% 40% 50% / 60% 60% 50% 60%;
}
#aboutContainer .blob-group .blob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
#aboutContainer .blob-group .blob-box {
  position: relative;
}
#aboutContainer .blob-box.box-right {
  margin-left: auto;
}
#aboutContainer .about-sec-1 {
  display: flex;
  justify-content: space-between;
}
#aboutContainer .about-sec-1 .sec-1-body {
  width: 34%;
}
#aboutContainer .about-sec-1 .blob-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
}
#aboutContainer .about-sec-1 .blob-group .blob-box.blob-posi {
  margin-bottom: -100px;
}
#aboutContainer .about-sec-1 .blob-group .blob-box .blob1 {
  position: relative;
  width: 20.667vw;
  height: 20.667vw;
  z-index: 1;
}
#aboutContainer .about-sec-1 .blob-group .blob-box .blob1-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 20.667vw;
  height: 20.667vw;
  background-color: rgba(0, 124, 60, 0.2);
  border-radius: 9999px;
  transform: translate(-5px, -15px);
}
#aboutContainer .about-sec-1 .blob-group .blob2 {
  position: relative;
  width: 9.667vw;
  height: 9.667vw;
  z-index: 1;
}
#aboutContainer .about-sec-1 .blob-group .blob2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.667vw;
  height: 9.667vw;
  background-color: rgba(0, 124, 60, 0.1);
  border-radius: 9999px;
  transform: translate(5px, 10px);
}
#aboutContainer .about-sec-2 {
  display: flex;
  justify-content: space-between;
}
#aboutContainer .about-sec-2 .sec-2-body {
  width: 38%;
  padding-top: 100px;
}
#aboutContainer .about-sec-2 .blob-group-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 32%;
}
#aboutContainer .about-sec-2 .blob-group-2 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 24%;
  padding-top: 150px;
}
#aboutContainer .about-sec-2 .blob-group-1 .blob3 {
  position: relative;
  width: 20.667vw;
  height: 20.667vw;
  z-index: 1;
}
#aboutContainer .about-sec-2 .blob-group-1 .blob3-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 20.667vw;
  height: 20.667vw;
  background-color: rgba(0, 124, 60, 0.2);
  border-radius: 9999px;
  transform: translate(15px, -5px);
}
#aboutContainer .about-sec-2 .blob-group-1 .blob4 {
  position: relative;
  width: 9.667vw;
  height: 9.667vw;
  z-index: 1;
}
#aboutContainer .about-sec-2 .blob-group-1 .blob4-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.6677vw;
  height: 9.667vw;
  background-color: rgba(0, 124, 60, 0.1);
  border-radius: 9999px;
  transform: translate(-5px, -5px);
}
#aboutContainer .about-sec-2 .blob-group-2 .blob1 {
  position: relative;
  width: 9.667vw;
  height: 9.667vw;
  z-index: 1;
}
#aboutContainer .about-sec-2 .blob-group-2 .blob1-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.667vw;
  height: 9.667vw;
  background-color: rgba(0, 124, 60, 0.1);
  border-radius: 9999px;
  transform: translate(-5px, 5px);
}
#aboutContainer .about-sec-2 .blob-group-2 .blob2 {
  position: relative;
  width: 9.667vw;
  height: 9.667vw;
  z-index: 1;
}
#aboutContainer .about-sec-2 .blob-group-2 .blob2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.667vw;
  height: 9.667vw;
  background-color: rgba(0, 124, 60, 0.1);
  border-radius: 9999px;
  transform: translate(-5px, -5px);
}
@media only screen and (max-width: 1260px) {
  #aboutContainer {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 820px) {
  #aboutContainer {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 640px) {
  #aboutContainer .blob-box.box-right {
    margin-top: -3rem;
  }
  #aboutContainer .about-sec-1 {
    flex-direction: column;
  }
  #aboutContainer .about-sec-1 .sec-1-body {
    width: 100%;
  }
  #aboutContainer .about-sec-1 .blob-group {
    width: 100%;
    margin-top: 30px;
  }
  #aboutContainer .about-sec-1 .blob-group .blob-box.blob-posi {
    margin-bottom: 0;
  }
  #aboutContainer .about-sec-1 .blob-group .blob-box .blob1 {
    width: 42vw;
    height: 42vw;
  }
  #aboutContainer .about-sec-1 .blob-group .blob-box .blob1-bg {
    width: 42vw;
    height: 42vw;
  }
  #aboutContainer .about-sec-1 .blob-group .blob2 {
    width: 24vw;
    height: 24vw;
  }
  #aboutContainer .about-sec-1 .blob-group .blob2-bg {
    width: 24vw;
    height: 24vw;
  }
  #aboutContainer .about-sec-2 {
    flex-direction: column;
    gap: 3rem;
  }
  #aboutContainer .about-sec-2 .sec-2-body {
    width: 100%;
    padding-top: 50px;
    order: 1;
  }
  #aboutContainer .about-sec-2 .blob-group-1 {
    width: 100%;
    order: 2;
  }
  #aboutContainer .about-sec-2 .blob-group-2 {
    width: 100%;
    gap: 0;
    padding-top: 0;
    order: 3;
    margin-top: -3rem;
  }
  #aboutContainer .about-sec-2 .blob-group-1 .blob3 {
    width: 60vw;
    height: 60vw;
  }
  #aboutContainer .about-sec-2 .blob-group-1 .blob3-bg {
    width: 60vw;
    height: 60vw;
  }
  #aboutContainer .about-sec-2 .blob-group-1 .blob4 {
    width: 30vw;
    height: 30vw;
  }
  #aboutContainer .about-sec-2 .blob-group-1 .blob4-bg {
    width: 30vw;
    height: 30vw;
  }
  #aboutContainer .about-sec-2 .blob-group-2 .blob1 {
    width: 40vw;
    height: 40vw;
  }
  #aboutContainer .about-sec-2 .blob-group-2 .blob1-bg {
    width: 40vw;
    height: 40vw;
  }
  #aboutContainer .about-sec-2 .blob-group-2 .blob2 {
    width: 24vw;
    height: 24vw;
  }
  #aboutContainer .about-sec-2 .blob-group-2 .blob2-bg {
    width: 24vw;
    height: 24vw;
  }
}
/*------------------------------------------------------
=community
------------------------------------------------------*/
#communityContainer {
  margin-top: 150px;
}
#communityContainer .community-body {
  width: 74%;
  margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  #communityContainer {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 820px) {
  #communityContainer {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 640px) {
  #communityContainer .community-body {
    width: 100%;
  }
}
/*------------------------------------------------------
=step
------------------------------------------------------*/
#stepContainer {
  margin-top: 150px;
}
#stepContainer .lead-txt {
  text-align: center;
}
#stepContainer .step-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 80px;
}
#stepContainer .step-list li {
  position: relative;
  width: 100%;
  border-radius: 0.625rem;
  background-color: #f3f8f4;
  padding: 20px;
}
#stepContainer .step-list li .headline {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
#stepContainer .step-image {
  width: 74%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 1260px) {
  #stepContainer {
    margin-top: 100px;
  }
  #stepContainer .step-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 820px) {
  #stepContainer {
    margin-top: 80px;
  }
  #stepContainer .lead-txt {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #stepContainer .step-list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  #stepContainer .step-image {
    width: 100%;
  }
}
/*------------------------------------------------------
=case
------------------------------------------------------*/
#caseContainer {
  margin-top: 150px;
  background-color: #f3f8f4;
  padding: 80px 0;
}
#caseContainer .case-body {
  border-radius: 0.625rem;
  background-color: #fff;
  padding: 60px;
}
@media only screen and (max-width: 640px) {
  #caseContainer {
    padding: 30px 0;
  }
  #caseContainer .case-body {
    padding: 30px;
  }
}
#caseContainer .sp-notes {
  display: none;
}
#caseContainer .map-area {
  position: relative;
}
#caseContainer .map-area .map-area-inner {
	position: relative;
	padding-bottom: 80px;
}
#caseContainer .map-area ul li {
  position: absolute;
  display: inline-block;
  background-color: #007c3c;
  border-radius: 0.3rem;
  padding: 0.3rem;
  font-size: 12px;
  color: #fff;
	text-align: center;
  line-height: 1;
}

#caseContainer .map-area ul li.item-1 {
  top: 10%;
  left: 12%;
}
#caseContainer .map-area ul li.item-2 {
  top: 10%;
  left: 40%;
}
#caseContainer .map-area ul li.item-3 {
  top: 10%;
  right: 14%;
}
#caseContainer .map-area ul li.item-4 {
  bottom: 12%;
  left: 0;
	width: 100%;
}
#caseContainer .map-area ul li.item-5 {
  bottom: 2%;
  left: 0;
	width: 32%;
}
#caseContainer .map-area ul li.item-6 {
  bottom: 2%;
  left: 34%;
	width: 47%;
}
#caseContainer .case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 60px;
}
#caseContainer .case-list li {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}
#caseContainer .case-list li:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  transition: all .3s;
}
#caseContainer .case-list .case-image {
  position: relative;
  width: 100%;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  border-radius: 0.625rem;
}
#caseContainer .case-list .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
/**/
#caseContainer .case-list .btn-normal {
  display: inline-block;
  margin-top: 20px;
}
#caseContainer .case-list .btn-normal .btn {
  display: flex;
  align-items: center;
  color: #007c3c !important;
  text-decoration: none !important;
}
#caseContainer .case-list .btn-normal .btn .txt {
  position: relative;
}
#caseContainer .case-list .btn-normal .btn .txt::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -0.1em;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #007c3c;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
#caseContainer .case-list li:hover .btn .txt::after {
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#caseContainer .case-list .btn-normal .btn .arrow {
  position: relative;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #007c3c;
  border-radius: 50%;
  transition: all .3s;
  margin-left: 10px;
}
#caseContainer .case-list li:hover .arrow {
  background-color: #007c3c;
  border: solid 1px transparent;
}
#caseContainer .case-list li .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 6px;
  margin-top: -3px;
  margin-left: -4px;
  background: url(../images/arrow-normal.svg) no-repeat 0 0;
  background-size: 8px 6px;
}
#caseContainer .case-list li:hover .arrow::after {
  background: url(../images/arrow-normal-white.svg) no-repeat 0 0;
  background-size: 8px 6px;
}
@media only screen and (max-width: 1260px) {
  #caseContainer {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 820px) {
  #caseContainer {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 640px) {
  #caseContainer .sp-notes {
    display: block;
    margin-bottom: 20px;
  }
  #caseContainer .map-area {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #caseContainer .map-area .map-area-inner {
    position: relative;
    width: 800px;
  }
  #caseContainer .case-list {
    grid-template-columns: 1fr;
  }
}
/*------------------------------------------------------
=modal
------------------------------------------------------*/
#modalContent {
  color: #007c3c !important;
}
#modalContent .areaModal__header .l {
  width: 100%;
}
#modalContent .areaModal__header .l .heading {
  max-width: 100%;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#modalContent .areaModal__main h3 {
  font-size: 24px;
  font-weight: bold;
}
#modalContent .areaModal__main h4 {
  font-size: 18px;
  font-weight: bold;
}
#modalContent .areaModal__main .cap {
  font-size: 12px;
  margin-top: 10px;
  color: #000;
}
#modalContent .areaModal__main .text-align-c {
  text-align: center
}
#modalContent .areaModal__main .in ul > li {
  border-top: 2px dotted #007c3c;
  margin-top: 30px;
  padding-top: 30px;
}
#modalContent .areaModal__main .in ul > li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
#modalContent .areaModal__main .in .flex-layout {
  display: flex;
  justify-content: space-between;
  gap: 3em;
  margin-top: 30px;
}
#modalContent .areaModal__main .in .flex-layout .flex-txt {
  flex: 1;
}
#modalContent .areaModal__main .in .flex-layout .flex-image-l {
  width: 48%;
}
#modalContent .areaModal__main .in .flex-layout .flex-image-s {
  width: 30%;
}
#modalContent .areaModal__main .in .flex-layout .flex-image-s.image-w-s img {
  width: 80%;
}
#modalContent .areaModal__main .in .image-b-r img {
  border-radius: 0.625rem;
}
#modalContent .areaModal__main .in .image-2column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
#modalContent .areaModal__main .in .image-3column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 640px) {
  #modalContent .areaModal__main .in .flex-layout {
    flex-direction: column;
  }
  #modalContent .areaModal__main .in .flex-layout .flex-image-l {
    width: 100%;
  }
  #modalContent .areaModal__main .in .flex-layout .flex-image-s {
    width: 100%;
  }
  #modalContent .areaModal__main .in .flex-layout .flex-image-s.image-w-s img {
    width: 100%;
  }
  #modalContent .areaModal__main .in .image-2column {
    grid-template-columns: 1fr;
  }
  #modalContent .areaModal__main .in .image-3column {
    grid-template-columns: 1fr;
  }
}
/*------------------------------------------------------
=relation
------------------------------------------------------*/
#relationContainer {
  margin-top: 150px;
}
#relationContainer ul.relation_link {
  border-top: solid 1px #e1e1e1;
}
#relationContainer ul.relation_link > li {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #e1e1e1;
  padding: 20px 0;
}
#relationContainer ul.relation_link > li .relation_headline {
  width: 15%;
  font-size: 20px;
  font-weight: 600;
}
#relationContainer ul.relation_link > li .relation_list {
  width: 80%;
}
#relationContainer ul.relation_link > li .relation_list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e1e1e1;
}
#relationContainer ul.relation_link > li .relation_list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#relationContainer ul.relation_link > li .relation_list li span {
  display: block;
  font-size: 11px;
}
#relationContainer ul.relation_link > li .relation_list li a {
  position: relative;
  /* display: block;*/
  text-decoration: none;
  padding-right: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#relationContainer ul.relation_link > li .relation_list li a:link, #relationContainer ul.relation_link > li .relation_list li a:visited {
  color: #000;
}
#relationContainer ul.relation_link > li .relation_list li a:hover, #relationContainer ul.relation_link > li .relation_list li a:active {
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#relationContainer ul.relation_link > li .relation_list li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  background-image: url("../images/arrow-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
}
#relationContainer ul.relation_link > li .relation_list li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background-image: url(../images/icon-blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 1260px) {
  #relationContainer {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 820px) {
  #relationContainer {
    margin-top: 80px;
  }
  #relationContainer ul.relation_link > li {
    display: block;
  }
  #relationContainer ul.relation_link > li .relation_headline {
    width: 100%;
    font-size: 18px;
  }
  #relationContainer ul.relation_link > li .relation_list {
    width: 100%;
    margin-top: 20px;
  }
}
/*------------------------------------------------------
=contact
------------------------------------------------------*/
#contactContainer {
  margin: 150px 0 100px;
}
#contactContainer .contact-body {
  display: flex;
  gap: 2rem;
  background-color: #f3f8f4;
  padding: 60px;
  border-radius: 1.2rem;
}
#contactContainer .contact-body .contact-headline {
  width: 15%;
  font-size: 20px;
  font-weight: 600;
}
#contactContainer .contact-body .contact-info {
  flex: 1;
}
@media only screen and (max-width: 1260px) {
  #contactContainer {
    margin: 100px 0 100px;
  }
}
@media only screen and (max-width: 820px) {
  #contactContainer {
    margin: 80px 0 50px;
  }
  #contactContainer .contact-body {
    display: block;
    padding: 30px;
  }
  #contactContainer .contact-body .contact-headline {
    width: 100%;
    margin-bottom: 20px;
  }
}