.vision-waku {
  width: 787px;
  margin: 150px auto;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .vision-waku {
    width: 100%;
    margin: 20% auto;
  }
}
.vision-waku-title {
  font-size: 64px;
  position: relative;
  font-size: 64px;
  position: relative;
  letter-spacing: 4px;
}
@media only screen and (max-width: 769px) {
  .vision-waku-title {
    font-size: 30px;
    margin: auto;
    margin-left: 15%;
    line-height: 37px;
  }
}
.vision-waku-title::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-black.svg);
  width: 19px;
  height: 28px;
  top: 15px;
  left: -24px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 769px) {
  .vision-waku-title::after {
    top: 11px;
    left: -18px;
    width: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .vision-waku-title {
    margin-left: 8%;
  }
}
.vision-waku-title2 {
  font-size: 23px;
  margin-top: 0px;
}
@media only screen and (max-width: 769px) {
  .vision-waku-title2 {
    font-size: 12px;
    margin-left: 15%;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 769px) {
  .vision-waku-title2 {
    margin-left: 8%;
  }
}
.vision-waku-title3 {
  font-size: 15px;
  margin-top: 49px;
  line-height: 30px;
}
@media only screen and (max-width: 769px) {
  .vision-waku-title3 {
    font-size: 13px;
    line-height: 30px;
    width: 84%;
    margin: 15% auto;
  }
}

.top-img {
  width: 100%;
  margin: 100px auto;
  padding: 50px 0px 70px;
}
@media only screen and (max-width: 769px) {
  .top-img {
    margin: 10% auto 15%;
  }
}
.top-img img {
  width: 1000px;
  margin: 70px auto;
}
@media only screen and (max-width: 769px) {
  .top-img img {
    width: 100%;
    margin: 10% auto;
  }
}

.vision-waku2 {
  display: flex;
  width: 1009px;
  margin: 300px auto 350px;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .vision-waku2 {
    display: block;
    width: 100%;
    margin: 15% auto 0px;
  }
}
.vision-waku2-left {
  width: 473px;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left {
    width: 84%;
    margin: 15% auto;
  }
}
.vision-waku2-left-title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #3E3A39;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left-title {
    font-size: 12px;
    color: rgba(62, 58, 57, 0.6117647059);
  }
}
.vision-waku2-left-title2 {
  font-size: 28px;
  color: white;
  display: inline-block;
  letter-spacing: 4px;
  background-color: #E1A39B;
  position: relative;
  line-height: 28px;
  padding: 5px 20px 5px 40px;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left-title2 {
    font-size: 19px;
    padding: 2px 20px 4px 40px;
    line-height: 19px;
  }
}
.vision-waku2-left-title2::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-white.svg);
  top: 13px;
  left: 8px;
  width: 27px;
  height: 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left-title2::after {
    top: 4px;
    left: 22px;
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.vision-waku2-left-title3 {
  font-size: 23px;
  line-height: 43px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left-title3 {
    font-size: 15px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.vision-waku2-left2 {
  width: 473px;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left2 {
    width: 84%;
    margin: 20px auto;
  }
}
.vision-waku2-left2-title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #3E3A39;
  margin-top: 100px;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left2-title {
    font-size: 12px;
    margin-top: 10%;
  }
}
.vision-waku2-left2-title2 {
  font-size: 28px;
  color: white;
  display: inline-block;
  padding: 5px 20px 5px 40px;
  letter-spacing: 4px;
  background-color: #C2D0E5;
  line-height: 28px;
  padding: 5px 20px 5px 40px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left2-title2 {
    font-size: 19px;
    padding: 2px 20px 4px 40px;
    line-height: 19px;
  }
}
.vision-waku2-left2-title2::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-white.svg);
  top: 13px;
  left: 8px;
  width: 27px;
  height: 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left2-title2::after {
    top: 4px;
    left: 22px;
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.vision-waku2-left2-title3 {
  font-size: 23px;
  line-height: 43px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left2-title3 {
    font-size: 15px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.vision-waku2-left3 {
  width: 473px;
  margin-top: 161px;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left3 {
    font-size: 16px;
    margin: 20px auto 0px;
    width: 84%;
  }
}
.vision-waku2-left3-title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #3E3A39;
}
.vision-waku2-left3-title2 {
  font-size: 28px;
  color: white;
  display: inline-block;
  padding: 5px 20px 6px 40px;
  letter-spacing: 4px;
  line-height: 28px;
  background-color: #E1A39B;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left3-title2 {
    font-size: 22px;
    padding: 3px 20px 3px 30px;
    line-height: 30px;
  }
}
.vision-waku2-left3-title2::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-white.svg);
  top: 13px;
  left: 8px;
  width: 27px;
  height: 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left3-title2::after {
    background-size: contain;
    width: 10px;
  }
}
.vision-waku2-left3-title3 {
  font-size: 23px;
  line-height: 43px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left3-title3 {
    font-size: 16px;
    margin: 20px auto 0px 0px;
    width: 84%;
    line-height: 30px;
  }
}
.vision-waku2-left3-title4 {
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-left3-title4 {
    font-size: 13px;
    margin-top: 10px;
  }
}
.vision-waku2-left3-title4 .point-mark2 {
  position: absolute;
  top: 79px;
  right: 20px;
  width: 120px;
}
.vision-waku2-left3-title4 .point-mark {
  position: absolute;
  top: 123px;
  right: 20px;
  width: 120px;
}
.vision-waku2-right {
  width: 365px;
  display: flex;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-right {
    width: 80%;
    display: block;
    margin-left: 20%;
  }
}
.vision-waku2-right-img1 {
  width: 174px;
}
.vision-waku2-right-img2 {
  margin-top: 105px;
  width: 174px;
  margin-right: 20px;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-right-img2 {
    width: 80%;
    margin-left: 20%;
  }
}
.vision-waku2-right2 {
  width: 406px;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-right2 {
    width: 70%;
    margin-left: 30%;
  }
}
.vision-waku2-right2-img {
  width: 100%;
}
.vision-waku2-right3 {
  width: 406px;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-right3 {
    width: 84%;
    margin: 20% auto;
  }
}
.vision-waku2-right3-img {
  width: 313px;
  margin-right: 93px;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-right3-img {
    width: 90%;
    margin-left: -10%;
    margin-right: 0px;
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 769px) {
  .vision-waku2-right3-img2 {
    width: 84%;
    margin-left: 19%;
    margin-bottom: 10%;
    display: block;
  }
}
.vision-waku2-right3-img-sm {
  display: none;
}
@media only screen and (max-width: 769px) {
  .vision-waku2-right3-img-sm {
    width: 90%;
    margin: 10% 0px 0% 30%;
    display: block;
  }
}
.vision-waku2-right4 {
  width: 565px;
}
.vision-waku2-right4-img {
  width: 100%;
}
.vision-waku2 .maru3 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 59px;
  left: -286px;
  background: radial-gradient(50% 50%, rgba(222, 181, 164, 0.6392156863), rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-waku2 .maru3 {
    width: 127px;
    height: 127px;
    top: 46%;
    left: 60%;
  }
}
.vision-waku2 .maru4 {
  position: absolute;
  width: 162px;
  height: 162px;
  top: -42px;
  left: 509px;
  background: radial-gradient(50% 50%, rgba(222, 181, 164, 0.6392156863), rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-waku2 .maru4 {
    width: 127px;
    height: 127px;
    top: 9%;
    left: 2%;
  }
}
.vision-waku2 .maru5 {
  position: absolute;
  width: 325px;
  height: 325px;
  top: -264px;
  left: 683px;
  background: radial-gradient(50% 50%, #948F63, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-waku2 .maru5 {
    width: 127px;
    height: 127px;
    top: 94%;
    left: 73%;
  }
}
.vision-waku2 .maru1 {
  position: absolute;
  width: 605px;
  height: 605px;
  top: 161px;
  right: -236px;
  background: radial-gradient(50% 50%, #73c2c8, rgba(196, 196, 217, 0));
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-waku2 .maru1 {
    width: 127px;
    height: 127px;
    top: 71%;
    left: 60%;
  }
}
.vision-waku2 .maru2 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 59px;
  left: -96px;
  background: radial-gradient(50% 50%, rgba(222, 181, 164, 0.6392156863), rgba(196, 196, 217, 0));
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-waku2 .maru2 {
    width: 127px;
    height: 127px;
    top: 46%;
    left: 60%;
  }
}
.vision-waku2 .maru6 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 415px;
  left: 22px;
  background: radial-gradient(50% 50%, #73c2c8, rgba(196, 196, 217, 0));
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-waku2 .maru6 {
    width: 127px;
    height: 127px;
    top: 70%;
    left: 2%;
  }
}

.section-waku3 {
  width: 1052px;
  margin: 150px auto;
}

.section-culture-waku {
  width: 1011px;
  margin: 100px auto;
  position: relative;
  color: #3E3A39;
}
@media only screen and (max-width: 769px) {
  .section-culture-waku {
    width: 100%;
    margin: 20% auto;
  }
}
.section-culture-waku .sm-culture2-img {
  width: 80%;
  margin: 20% 0px -5% 20%;
}
.section-culture-waku-title {
  font-size: 54px;
  position: relative;
  letter-spacing: 4px;
}
.section-culture-waku-title::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-black.svg);
  width: 19px;
  height: 28px;
  top: 15px;
  left: -24px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 769px) {
  .section-culture-waku-title::after {
    top: 11px;
    left: -18px;
    width: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .section-culture-waku-title {
    font-size: 26px;
    margin-left: 8%;
  }
}
.section-culture-waku-title2 {
  color: #3E3A39;
  font-size: 23px;
  margin-top: 10px;
}
@media only screen and (max-width: 769px) {
  .section-culture-waku-title2 {
    font-size: 12px;
    margin-left: 8%;
  }
}
.section-culture-waku-title3 {
  font-size: 15px;
  line-height: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 769px) {
  .section-culture-waku-title3 {
    width: 84%;
    margin: 20px auto;
    font-size: 13px;
  }
}
.section-culture-waku .maru5 {
  position: absolute;
  width: 260px;
  height: 260px;
  top: 65px;
  left: 30px;
  background: radial-gradient(50% 50%, #948F63, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .section-culture-waku .maru5 {
    width: 127px;
    height: 127px;
    top: 46%;
    left: 60%;
    filter: blur(30px);
  }
}
@media only screen and (max-width: 769px) {
  .section-culture-waku .maru5-1 {
    width: 127px;
    height: 127px;
    left: 49%;
    top: 9%;
    position: absolute;
    background: radial-gradient(50% 50%, #948F63, rgba(196, 196, 217, 0));
    opacity: 0.3 !important;
    z-index: -1;
  }
}
@media only screen and (max-width: 769px) {
  .section-culture-waku .maru5-2 {
    width: 127px;
    height: 127px;
    top: 70%;
    left: 2%;
    background: radial-gradient(50% 50%, #73c2c8, rgba(196, 196, 217, 0));
    z-index: -1;
    position: absolute;
  }
}
.section-culture-waku .maru2 {
  position: absolute;
  width: 207px;
  height: 207px;
  top: 59px;
  left: 900px;
  background: radial-gradient(50% 50%, rgba(222, 181, 164, 0.6392156863), rgba(196, 196, 217, 0));
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .section-culture-waku .maru2 {
    width: 127px;
    height: 127px;
    top: 80%;
    left: 10%;
  }
}

.green-btn-cultre {
  padding: 3px 42px;
  background-color: #14939C;
  color: white;
  display: inline-grid;
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 26px;
}
.green-btn-cultre::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 11px;
  width: 22px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.green-btn-cultre::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  width: 6px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: all 0.3s;
}
.green-btn-cultre:hover {
  background-color: #fff;
  color: #1E939C;
}
.green-btn-cultre:hover::after {
  right: 8px;
  background: #1E939C;
}
.green-btn-cultre:hover::before {
  right: 8px;
  background: #1E939C;
}
@media only screen and (max-width: 769px) {
  .green-btn-cultre {
    margin-left: auto;
    margin-right: 0px;
    padding: 3px 40px 3px 10px;
    margin-bottom: 85px;
  }
}

.vision-waku3 {
  display: flex;
  width: 1163px;
  margin: 300px auto;
  justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .vision-waku3 {
    display: block;
    margin: 20% auto;
    width: 84%;
  }
}
.vision-waku3-left {
  width: 473px;
}
@media only screen and (max-width: 769px) {
  .vision-waku3-left {
    width: 100%;
  }
}
.vision-waku3-left-title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #3E3A39;
}
@media only screen and (max-width: 769px) {
  .vision-waku3-left-title {
    font-size: 12px;
    color: rgba(62, 58, 57, 0.7215686275);
  }
}
.vision-waku3-left-title2 {
  font-size: 28px;
  color: white;
  display: inline-block;
  padding: 5px 20px 5px 40px;
  letter-spacing: 4px;
  background-color: #E1A39B;
  position: relative;
  line-height: 28px;
}
@media only screen and (max-width: 769px) {
  .vision-waku3-left-title2 {
    font-size: 22px;
    padding: 3px 20px 3px 30px;
    line-height: 30px;
  }
}
.vision-waku3-left-title2::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-white.svg);
  top: 13px;
  left: 8px;
  width: 27px;
  height: 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 769px) {
  .vision-waku3-left-title2::after {
    background-size: contain;
    width: 10px;
  }
}
.vision-waku3-left-title3 {
  font-size: 23px;
  line-height: 43px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .vision-waku3-left-title3 {
    font-size: 16px;
    margin: 20px auto 0px 0px;
    width: 84%;
  }
}
@media only screen and (max-width: 769px) {
  .vision-waku3-left-title4 {
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
  }
}
.vision-waku3-right {
  width: 565px;
  margin-right: 104px;
}
.vision-waku3-right-img {
  width: 100%;
}
.vision-waku3 .maru3 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 59px;
  left: -286px;
  background: radial-gradient(50% 50%, rgba(225, 163, 155, 0.5215686275), rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
}
@media only screen and (max-width: 769px) {
  .vision-waku3 .maru3 {
    width: 127px;
    height: 127px;
    left: 79%;
    top: 102%;
  }
}
.vision-waku3 .maru4 {
  position: absolute;
  width: 162px;
  height: 162px;
  top: -42px;
  left: 509px;
  background: radial-gradient(50% 50%, rgba(225, 163, 155, 0.5215686275), rgba(196, 196, 217, 0));
  z-index: -1;
  opacity: 0.3 !important;
}
@media only screen and (max-width: 769px) {
  .vision-waku3 .maru4 {
    width: 127px;
    height: 127px;
    left: -21%;
    top: 69%;
  }
}
.vision-waku3 .maru5 {
  position: absolute;
  width: 325px;
  height: 325px;
  top: -264px;
  left: 683px;
  background: radial-gradient(50% 50%, #948F63, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-waku3 .maru5 {
    width: 127px;
    height: 127px;
    left: 79%;
    top: 9%;
  }
}
.vision-waku3 .maru6 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 466px;
  left: 59px;
  background-color: #14939C;
  border-radius: 50%;
  opacity: 0.3 !important;
  filter: blur(60px);
  transform: translateZ(0);
}
@media only screen and (max-width: 769px) {
  .vision-waku3 .maru6 {
    width: 127px;
    height: 127px;
    left: 9%;
    top: 30%;
    filter: blur(30px);
  }
}

.vision-waku4 {
  display: flex;
  width: 1117px;
  margin: 300px auto;
  justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .vision-waku4 {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
}
.vision-waku4-left {
  width: 473px;
}
@media only screen and (max-width: 769px) {
  .vision-waku4-left {
    width: 84%;
    margin: auto;
  }
}
.vision-waku4-left-title {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(62, 58, 57, 0.7215686275);
}
@media only screen and (max-width: 769px) {
  .vision-waku4-left-title {
    font-size: 12px;
  }
}
.vision-waku4-left-title2 {
  font-size: 28px;
  color: white;
  display: inline-block;
  padding: 5px 20px 5px 40px;
  letter-spacing: 4px;
  background-color: #E1A39B;
  position: relative;
  line-height: 28px;
}
@media only screen and (max-width: 769px) {
  .vision-waku4-left-title2 {
    font-size: 22px;
    padding: 3px 20px 3px 30px;
    line-height: 30px;
  }
}
.vision-waku4-left-title2::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-white.svg);
  top: 13px;
  left: 8px;
  width: 27px;
  height: 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 769px) {
  .vision-waku4-left-title2::after {
    background-size: contain;
    width: 10px;
  }
}
.vision-waku4-left-title3 {
  font-size: 23px;
  line-height: 43px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .vision-waku4-left-title3 {
    font-size: 16px;
    margin: 20px auto 0px 0px;
    width: 84%;
  }
}
@media only screen and (max-width: 769px) {
  .vision-waku4-left-title4 {
    font-size: 13px;
    margin-top: 10px;
  }
}
.vision-waku4-right {
  width: 469px;
  margin-left: 150px;
}
@media only screen and (max-width: 769px) {
  .vision-waku4-right {
    width: 84%;
    margin: auto;
  }
}
.vision-waku4-right-img {
  width: 100%;
}
.vision-waku4 .maru6 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 600px;
  left: 800px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  transform: translateZ(0);
}
@media only screen and (max-width: 769px) {
  .vision-waku4 .maru6 {
    width: 127px;
    height: 127px;
    left: -1%;
    top: 141%;
  }
}
.vision-waku4 .maru3 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 59px;
  left: -286px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
}
@media only screen and (max-width: 769px) {
  .vision-waku4 .maru3 {
    width: 127px;
    height: 127px;
    left: 2%;
    top: 20%;
  }
}
.vision-waku4 .maru4 {
  position: absolute;
  width: 162px;
  height: 162px;
  top: -42px;
  left: 509px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
}
@media only screen and (max-width: 769px) {
  .vision-waku4 .maru4 {
    width: 127px;
    height: 127px;
    left: 61%;
    top: 89%;
    background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  }
}

.culture-footer {
  background-image: url(../img/culture/footer.jpg);
  width: 100%;
  padding-top: 46%;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .culture-footer {
    background-image: none;
    padding-top: 100%;
  }
}
.culture-footer-title {
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}
@media only screen and (max-width: 769px) {
  .culture-footer-title {
    font-size: 16px;
    color: #E1A39B;
    top: 130px;
  }
}
.culture-footer-pink-btn {
  width: 380px;
  background-color: #E1A39B;
  height: 81px;
  color: white;
  top: 305px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  text-align: center;
  padding-top: 20px;
  font-size: 21px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 769px) {
  .culture-footer-pink-btn {
    width: 80%;
    height: 80px;
    top: 202px;
    padding-top: 24px;
  }
}
.culture-footer-pink-btn::after {
  content: "";
  position: absolute;
  top: 38px;
  right: 48px;
  width: 20%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media only screen and (max-width: 769px) {
  .culture-footer-pink-btn::after {
    width: 14%;
  }
}
.culture-footer-pink-btn::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 47px;
  width: 15px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: all 0.3s;
}
.culture-footer-pink-btn:hover {
  background-color: #fff;
  color: #E1A39B;
}
.culture-footer-pink-btn:hover::after {
  right: 10px;
  background: #E1A39B;
}
.culture-footer-pink-btn:hover::before {
  right: 10px;
  background: #E1A39B;
}
.culture-footer-inner {
  font-size: 13px;
}
@media only screen and (max-width: 769px) {
  .culture-footer-inner {
    width: 80%;
    height: 80px;
    top: 202px;
  }
}

.culture2-footer {
  background-image: url(../img/culture/culture2-footer.jpg);
  width: 100%;
  padding-top: 46%;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .culture2-footer {
    background-image: none;
    padding-top: 30%;
    padding-bottom: 30%;
    margin-bottom: 20%;
  }
}
.culture2-footer-title {
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}
.culture2-footer-pink-btn {
  width: 380px;
  background-color: #E1A39B;
  height: 81px;
  color: white;
  top: 305px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  text-align: center;
  padding-top: 20px;
  font-size: 21px;
  letter-spacing: 4px;
}
.culture2-footer-pink-btn::after {
  content: "";
  position: absolute;
  top: 38px;
  right: 48px;
  width: 20%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.culture2-footer-pink-btn::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 47px;
  width: 15px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: all 0.3s;
}
.culture2-footer-pink-btn:hover {
  background-color: #fff;
  color: #E1A39B;
}
.culture2-footer-pink-btn:hover::after {
  right: 10px;
  background: #E1A39B;
}
.culture2-footer-pink-btn:hover::before {
  right: 10px;
  background: #E1A39B;
}
.culture2-footer-inner {
  font-size: 13px;
}

.culture-box {
  display: flex;
  width: 1031px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .culture-box {
    display: block;
    width: 84%;
  }
}
.culture-box-left {
  width: 553px;
  margin: 150px auto;
}
@media only screen and (max-width: 769px) {
  .culture-box-left {
    width: 100%;
    margin: 10% auto;
  }
}
.culture-box-left-title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #3E3A39;
}
.culture-box-left-title2 {
  font-size: 28px;
  color: white;
  display: inline-block;
  padding: 5px 20px 5px 40px;
  letter-spacing: 4px;
  background-color: #E1A39B;
  position: relative;
  line-height: 28px;
}
@media only screen and (max-width: 769px) {
  .culture-box-left-title2 {
    font-size: 22px;
    padding: 3px 20px 3px 30px;
    line-height: 30px;
  }
}
.culture-box-left-title2::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-white.svg);
  top: 13px;
  left: 8px;
  width: 27px;
  height: 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 769px) {
  .culture-box-left-title2::after {
    background-size: contain;
    width: 10px;
  }
}
.culture-box-left-title3 {
  font-size: 23px;
  line-height: 43px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  .culture-box-left-title3 {
    font-size: 16px;
    margin: 20px auto 0px 0px;
    line-height: 30px;
  }
}
.culture-box-left-title4 {
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .culture-box-left-title4 {
    font-size: 13px;
    margin-top: 10px;
  }
}
.culture-box-left-title4 .point-mark {
  position: absolute;
  top: 63px;
  right: 20px;
  width: 120px;
}
@media only screen and (max-width: 769px) {
  .culture-box-left-title4 .point-mark {
    top: 85%;
  }
}
.culture-box-left-title4 .point-mark2 {
  position: absolute;
  top: 79px;
  right: 20px;
  width: 120px;
}
@media only screen and (max-width: 769px) {
  .culture-box-left-title4 .point-mark2 {
    top: 79%;
  }
}
.culture-box-right {
  width: 379px;
}
@media only screen and (max-width: 769px) {
  .culture-box-right {
    width: 55%;
    top: 0px inherit;
    margin: 17% 0px -24% 56%;
  }
}
.culture-box .maru6 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 35px;
  left: 1048px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
}
@media only screen and (max-width: 769px) {
  .culture-box .maru6 {
    width: 127px;
    height: 127px;
    top: 30%;
    left: 20%;
  }
}
.culture-box .maru3 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 59px;
  left: -286px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
}
@media only screen and (max-width: 769px) {
  .culture-box .maru3 {
    width: 127px;
    height: 127px;
    top: 50%;
    left: 80%;
  }
}
.culture-box .maru4 {
  position: absolute;
  width: 162px;
  height: 162px;
  top: -42px;
  left: 509px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
}
@media only screen and (max-width: 769px) {
  .culture-box .maru4 {
    width: 127px;
    height: 127px;
    top: 20%;
    left: 50%;
  }
}

.culture-box2 {
  display: flex;
  width: 1088px;
  justify-content: space-between;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .culture-box2 {
    display: block;
    width: 84%;
    margin: 10% auto;
  }
}
.culture-box2-left {
  width: 553px;
  margin: 150px auto;
}
@media only screen and (max-width: 769px) {
  .culture-box2-left {
    width: 100%;
    margin: 10% auto;
  }
}
.culture-box2-left-title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #3E3A39;
}
.culture-box2-left-title2 {
  font-size: 28px;
  color: white;
  display: inline-block;
  padding: 5px 20px 5px 40px;
  letter-spacing: 4px;
  background-color: #E1A39B;
  position: relative;
  line-height: 28px;
}
@media only screen and (max-width: 769px) {
  .culture-box2-left-title2 {
    font-size: 22px;
    padding: 3px 20px 3px 30px;
    line-height: 30px;
  }
}
.culture-box2-left-title2::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-white.svg);
  top: 13px;
  left: 8px;
  width: 27px;
  height: 20px;
  background-repeat: no-repeat;
}
.culture-box2-left-title3 {
  font-size: 23px;
  line-height: 43px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .culture-box2-left-title3 {
    font-size: 16px;
    margin: 20px auto 0px 0px;
    width: 84%;
    line-height: 30px;
    font-weight: 700;
  }
}
.culture-box2-left-title4 {
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .culture-box2-left-title4 {
    font-size: 13px;
    margin-top: 10px;
  }
}
.culture-box2-left-title4 .point-mark {
  position: absolute;
  top: 63px;
  right: 20px;
  width: 120px;
}
.culture-box2-left-title4 .point-mark2 {
  position: absolute;
  top: 79px;
  right: 20px;
  width: 120px;
}
.culture-box2-right {
  width: 379px;
}
.culture-box2 .maru4 {
  position: absolute;
  width: 262px;
  height: 262px;
  left: 409px;
  top: 503px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  z-index: -1;
  opacity: 0.3 !important;
}
@media only screen and (max-width: 769px) {
  .culture-box2 .maru4 {
    width: 127px;
    height: 127px;
    top: 20%;
    left: -7%;
  }
}
.culture-box2 .maru6 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 333px;
  left: 996px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .culture-box2 .maru6 {
    width: 127px;
    height: 127px;
    top: 80%;
    left: 80%;
  }
}
.culture-box2 .maru7 {
  position: absolute;
  width: 127px;
  height: 127px;
  top: 724px;
  left: -80px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .culture-box2 .maru7 {
    width: 127px;
    height: 127px;
    top: 10%;
    left: 50%;
  }
}

.cultrue-box-481 {
  width: 481px;
  margin-left: 0px !important;
}
@media only screen and (max-width: 769px) {
  .cultrue-box-481 {
    width: 100%;
    margin: auto;
  }
}

.cultrue-box-471 {
  width: 471px;
  margin: 20% 0px 20% 0px !important;
}
@media only screen and (max-width: 769px) {
  .cultrue-box-471 {
    width: 100%;
    margin: auto;
  }
}

.margin-top344 {
  margin-top: 344px;
  margin: 20% auto;
}

.culture-top-waku {
  width: 1074px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku {
    width: 100%;
    display: block;
    margin: 20% auto;
  }
}
.culture-top-waku-title {
  font-size: 64px;
  letter-spacing: 4px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-title {
    font-size: 26px;
    margin-left: 15%;
    top: 8px !important;
    left: -24px;
    margin-top: 5%;
  }
}
.culture-top-waku-title::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-black.svg);
  width: 19px;
  height: 28px;
  top: 15px;
  left: -24px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-title::after {
    top: 11px;
    left: -18px;
    width: 10px;
  }
}
.culture-top-waku-title2 {
  font-size: 23px;
  margin-top: 10px;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-title2 {
    font-size: 13px;
    margin-left: 10%;
    font-weight: 700;
  }
}
.culture-top-waku-inner {
  width: 280px;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-inner {
    width: 84%;
    margin: auto;
  }
}
.culture-top-waku-inner-title {
  background-color: #C0BA7E;
  font-size: 22px;
  position: relative;
  padding: 2px 10px 2px 48px;
  color: white;
  text-align: center;
  display: inline;
}
.culture-top-waku-inner-title::before {
  content: "";
  background-image: url(../img/culture/crown.svg);
  width: 31px;
  height: 15px;
  top: 9px;
  left: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.culture-top-waku-inner-title2 {
  font-size: 23px;
  margin-top: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-inner-title2 {
    font-size: 16px;
  }
}
.culture-top-waku-inner-title3 {
  font-size: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-inner-title3 {
    font-size: 13px;
  }
}
.culture-top-waku-inner-gold-waku {
  border-left: 1px solid #978823;
  padding-left: 20px;
  margin-top: 30px;
}
.culture-top-waku-inner-gold-waku-title {
  font-size: 16px;
  color: #978823;
  letter-spacing: 3px;
}
.culture-top-waku-inner-gold-waku-title2 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.culture-top-waku-inner-gold-waku-title2-maru {
  width: 30px;
  height: 30px;
  margin-right: 14px;
}
.culture-top-waku-inner-gold-waku-title2-title {
  font-size: 13px;
  color: #978823;
  width: 329px;
}
.culture-top-waku-inner2 {
  width: 280px;
  margin-top: 100px;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-inner2 {
    width: 84%;
    margin: 15% auto;
  }
}
.culture-top-waku-inner2-title {
  background-color: #C0BA7E;
  font-size: 22px;
  position: relative;
  padding: 2px 10px 2px 48px;
  color: white;
  text-align: center;
  display: inline;
}
.culture-top-waku-inner2-title::before {
  content: "";
  background-image: url(../img/culture/crown.svg);
  width: 31px;
  height: 15px;
  top: 9px;
  left: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.culture-top-waku-inner2-title2 {
  font-size: 23px;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-inner2-title2 {
    font-size: 16px;
  }
}
.culture-top-waku-inner2-title3 {
  font-size: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-inner2-title3 {
    font-size: 13px;
  }
}
.culture-top-waku-inner2-gold-waku {
  border-left: 1px solid #978823;
  padding-left: 20px;
  margin-top: 30px;
}
.culture-top-waku-inner2-gold-waku-title {
  font-size: 16px;
  color: #978823;
  letter-spacing: 3px;
}
.culture-top-waku-inner2-gold-waku-title2 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.culture-top-waku-inner2-gold-waku-title2-maru {
  width: 30px;
  height: 30px;
  margin-right: 14px;
}
.culture-top-waku-inner2-gold-waku-title2-title {
  font-size: 13px;
  color: #978823;
  width: 329px;
}
.culture-top-waku-inner3 {
  width: 280px;
  margin-top: 200px;
  margin-bottom: 300px;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-inner3 {
    width: 84%;
    margin: 15% auto;
  }
}
.culture-top-waku-inner3-title {
  background-color: #C0BA7E;
  font-size: 22px;
  position: relative;
  padding: 2px 10px 2px 48px;
  color: white;
  text-align: center;
  display: inline;
}
.culture-top-waku-inner3-title::before {
  content: "";
  background-image: url(../img/culture/crown.svg);
  width: 31px;
  height: 15px;
  top: 9px;
  left: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.culture-top-waku-inner3-title2 {
  font-size: 23px;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-inner3-title2 {
    font-size: 16px;
  }
}
.culture-top-waku-inner3-title3 {
  font-size: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku-inner3-title3 {
    font-size: 13px;
  }
}
.culture-top-waku-inner3-gold-waku {
  border-left: 1px solid #978823;
  padding-left: 20px;
  margin-top: 30px;
}
.culture-top-waku-inner3-gold-waku-title {
  font-size: 16px;
  color: #978823;
  letter-spacing: 3px;
}
.culture-top-waku-inner3-gold-waku-title2 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.culture-top-waku-inner3-gold-waku-title2-maru {
  width: 30px;
  height: 30px;
  margin-right: 14px;
}
.culture-top-waku-inner3-gold-waku-title2-title {
  font-size: 13px;
  color: #978823;
  width: 329px;
}
.culture-top-waku .maru6 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 600px;
  left: 800px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku .maru6 {
    width: 127px;
    height: 127px;
  }
}
.culture-top-waku .maru3 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 59px;
  left: -286px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku .maru3 {
    width: 127px;
    height: 127px;
    top: 20%;
    left: 30%;
  }
}
.culture-top-waku .maru4 {
  position: absolute;
  width: 162px;
  height: 162px;
  top: -42px;
  left: 509px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
}
@media only screen and (max-width: 769px) {
  .culture-top-waku .maru4 {
    width: 127px;
    height: 127px;
    top: 20%;
    left: 30%;
  }
}

.value-top-waku {
  width: 1009px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .value-top-waku {
    display: block;
    width: 100%;
  }
}
.value-top-waku-title {
  font-size: 64px;
  position: relative;
  letter-spacing: 4px;
}
@media only screen and (max-width: 769px) {
  .value-top-waku-title {
    font-size: 30px;
    margin: auto;
    margin-left: 15%;
    line-height: 37px;
  }
}
.value-top-waku-title::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-black.svg);
  width: 19px;
  height: 28px;
  top: 15px;
  left: -24px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 769px) {
  .value-top-waku-title::after {
    top: 11px;
    left: -18px;
    width: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .value-top-waku-title {
    margin: 20% 0px 0px 15%;
  }
}
.value-top-waku-title2 {
  font-size: 23px;
  margin-top: 0px;
}
@media only screen and (max-width: 769px) {
  .value-top-waku-title2 {
    font-size: 12px;
    margin-left: 15%;
    margin-top: 5px;
  }
}
.value-top-waku .maru6 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 600px;
  left: 800px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .value-top-waku .maru6 {
    width: 127px;
    height: 127px;
    top: 80%;
    left: 80%;
  }
}
.value-top-waku .maru3 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 59px;
  left: -286px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .value-top-waku .maru3 {
    width: 127px;
    height: 127px;
    top: 109%;
    left: 5%;
  }
}
.value-top-waku .maru4 {
  position: absolute;
  width: 162px;
  height: 162px;
  top: -99px;
  left: 183px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .value-top-waku .maru4 {
    width: 127px;
    height: 127px;
    top: 136%;
    left: 59%;
    background: radial-gradient(50% 50%, #948F63, rgba(196, 196, 217, 0));
  }
}
.value-top-waku .maru7 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 600px;
  left: 800px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  border-radius: 50%;
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .value-top-waku .maru7 {
    width: 127px;
    height: 127px;
    top: 232%;
    left: 10%;
  }
}
.value-top-waku .maru8 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 600px;
  left: 800px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  border-radius: 50%;
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .value-top-waku .maru8 {
    width: 127px;
    height: 127px;
    top: 301%;
    left: 59%;
    background: radial-gradient(50% 50%, #948F63, rgba(196, 196, 217, 0));
  }
}

.vision-koudo-oowaku {
  position: relative;
  margin-bottom: 200px;
}
@media only screen and (max-width: 769px) {
  .vision-koudo-oowaku {
    margin-bottom: 20%;
  }
}
.vision-koudo-oowaku .maru2 {
  position: absolute;
  width: 227px;
  height: 227px;
  top: 213px;
  left: 718px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-koudo-oowaku .maru2 {
    width: 127px;
    height: 127px;
    top: 20%;
    left: 30%;
  }
}
.vision-koudo-oowaku .maru3 {
  position: absolute;
  width: 227px;
  height: 227px;
  top: 986px;
  left: 718px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-koudo-oowaku .maru3 {
    width: 127px;
    height: 127px;
    top: 62%;
    left: 30%;
  }
}
.vision-koudo-oowaku .maru6 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 530px;
  left: 1015px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-koudo-oowaku .maru6 {
    width: 127px;
    height: 127px;
    top: 72%;
    left: 3%;
  }
}
.vision-koudo-oowaku .maru4 {
  position: absolute;
  width: 362px;
  height: 362px;
  top: -271px;
  left: 1px;
  background: radial-gradient(50% 50%, #948F63, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-koudo-oowaku .maru4 {
    width: 127px;
    height: 127px;
    top: 86%;
    left: 54%;
  }
}

.value-koudou-waku {
  width: 1009px;
  display: flex;
  margin: 150px auto 0px;
  position: relative;
  justify-content: flex-start;
  align-items: baseline;
}
@media only screen and (max-width: 769px) {
  .value-koudou-waku {
    display: block;
    width: 84%;
    margin: 20% auto 0px;
  }
}
.value-koudou-waku-left {
  width: 453px;
  margin-right: 128px;
}
@media only screen and (max-width: 769px) {
  .value-koudou-waku-left {
    width: 100%;
    margin: 20px auto;
  }
}
.value-koudou-waku-left-title {
  font-size: 23px;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  .value-koudou-waku-left-title {
    font-size: 16px;
  }
}
.value-koudou-waku-left-title2 {
  font-size: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  .value-koudou-waku-left-title2 {
    font-size: 13px;
  }
}
.value-koudou-waku-right {
  width: 450px;
}
@media only screen and (max-width: 769px) {
  .value-koudou-waku-right {
    width: 100%;
    margin: auto;
  }
}
.value-koudou-waku-right-title {
  font-size: 23px;
  margin-top: 20px;
  margin-top: 20%;
}
@media only screen and (max-width: 769px) {
  .value-koudou-waku-right-title {
    font-size: 16px;
  }
}
.value-koudou-waku-right-title2 {
  font-size: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  .value-koudou-waku-right-title2 {
    font-size: 13px;
  }
}
.value-koudou-waku-right-img {
  width: 379px;
  position: relative;
}
.value-koudou-waku-right-img-inner {
  position: absolute;
  top: 1px;
  left: -45px;
}
@media only screen and (max-width: 769px) {
  .value-koudou-waku-right-img {
    width: 80%;
    margin: -97px auto;
    position: unset;
  }
}
.value-koudou-waku-right-img img {
  width: 100%;
}
.value-koudou-waku-left-img {
  width: 380px;
  margin-top: -10px;
}
.value-koudou-waku-left-img img {
  width: 100%;
}

.pdf-img {
  width: 500px;
  margin: 50px auto;
  display: block;
}
@media only screen and (max-width: 769px) {
  .pdf-img {
    width: 84%;
  }
}

.vision-pdf {
  width: 1080px;
  margin: 200px auto;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .vision-pdf {
    width: 84%;
    margin: 20% auto;
  }
}
.vision-pdf .maru6 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 600px;
  left: 800px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-pdf .maru6 {
    width: 127px;
    height: 127px;
    top: 80%;
    left: 80%;
  }
}
.vision-pdf .maru3 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 59px;
  left: -286px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  transform: translateZ(0);
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .vision-pdf .maru3 {
    width: 127px;
    height: 127px;
  }
}
.vision-pdf .maru4 {
  position: absolute;
  width: 162px;
  height: 162px;
  top: -99px;
  left: 183px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}

.ceo-messeage {
  width: 1010px;
  margin: 100px auto 30px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .ceo-messeage {
    width: 100%;
    margin: 20% auto;
  }
}
.ceo-messeage-title {
  font-size: 64px;
  position: relative;
  letter-spacing: 4px;
}
@media only screen and (max-width: 769px) {
  .ceo-messeage-title {
    font-size: 30px;
    margin: auto;
    margin-left: 15%;
    line-height: 37px;
  }
}
.ceo-messeage-title::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-black.svg);
  width: 19px;
  height: 28px;
  top: 15px;
  left: -24px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 769px) {
  .ceo-messeage-title::after {
    top: 11px;
    left: -18px;
    width: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .ceo-messeage-title {
    margin-left: 8%;
  }
}
.ceo-messeage-title2 {
  font-size: 23px;
  margin-top: 20px;
  margin-left: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 769px) {
  .ceo-messeage-title2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 769px) {
  .ceo-messeage-title2 {
    width: 84%;
    margin: auto;
  }
}
.ceo-messeage-img {
  margin: 100px auto;
}
@media only screen and (max-width: 769px) {
  .ceo-messeage-img {
    width: 100%;
    margin: 20px auto;
  }
}
.ceo-messeage-bun {
  width: 775px;
  margin: auto;
  font-size: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  .ceo-messeage-bun {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .ceo-messeage-bun {
    margin: 20px auto;
    width: 84%;
  }
}
.ceo-messeage-bun2 {
  font-size: 15px;
  margin-top: 20px;
  text-align: right;
  margin: 30px 100px 300px 0px;
}
@media only screen and (max-width: 769px) {
  .ceo-messeage-bun2 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .ceo-messeage-bun2 {
    margin: 5% 10%;
  }
}

.ceo-messeage-img {
  width: 788px;
  margin-top: 30px;
}
@media only screen and (max-width: 769px) {
  .ceo-messeage-img {
    width: 100%;
  }
}

.irasut2 {
  margin: 20% auto;
}

.vision-office-img {
  width: 100%;
  margin-left: -10%;
  margin-top: 10%;
}

.aline-itrem-top {
  align-items: flex-start;
}

.pc-margine0 {
  margin-top: 0px;
}
@media only screen and (max-width: 769px) {
  .pc-margine0 {
    margin: 0;
  }
}

.migiyori {
  margin-right: 0px;
}
@media only screen and (max-width: 769px) {
  .migiyori {
    margin-right: auto;
  }
}

.hidariyori {
  margin-left: 0px;
}
@media only screen and (max-width: 769px) {
  .hidariyori {
    margin-left: auto;
  }
}

.culture-pc-waku {
  margin: 159px auto 100px;
}
@media only screen and (max-width: 769px) {
  .culture-pc-waku {
    margin: 15% auto 0px;
  }
}

.culture-pc-waku1 {
  margin: 250px auto 100px;
}
@media only screen and (max-width: 769px) {
  .culture-pc-waku1 {
    margin: 15% auto 0px;
  }
}

@media only screen and (max-width: 769px) {
  .sm-yama-img {
    margin: -32px auto;
  }
}

.data-img {
  width: 100%;
  margin: 50px auto;
}
@media only screen and (max-width: 769px) {
  .data-img {
    width: 84%;
    margin: 10% auto;
  }
}

.deta-waku {
  width: 1011px;
  margin: 100px auto 200px;
  position: relative;
  color: #3E3A39;
}
@media only screen and (max-width: 769px) {
  .deta-waku {
    width: 100%;
    margin: 20% auto;
  }
}
.deta-waku .sm-culture2-img {
  width: 80%;
  margin: 20% 0px -5% 20%;
}
.deta-waku-title {
  font-size: 54px;
  position: relative;
  letter-spacing: 4px;
}
.deta-waku-title::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/koron-black.svg);
  width: 19px;
  height: 28px;
  top: 15px;
  left: -24px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 769px) {
  .deta-waku-title::after {
    top: 11px;
    left: -18px;
    width: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .deta-waku-title {
    font-size: 26px;
    margin-left: 8%;
  }
}
.deta-waku-title2 {
  color: #3E3A39;
  font-size: 23px;
  margin-top: 10px;
}
@media only screen and (max-width: 769px) {
  .deta-waku-title2 {
    font-size: 12px;
    margin-left: 8%;
  }
}
.deta-waku-title3 {
  font-size: 15px;
  line-height: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 769px) {
  .deta-waku-title3 {
    width: 84%;
    margin: 20px auto;
    font-size: 13px;
  }
}
.deta-waku .data-img {
  width: 100%;
  margin: 50px auto;
}
@media only screen and (max-width: 769px) {
  .deta-waku .data-img {
    width: 84%;
    margin: 10% auto;
  }
}
.deta-waku .maru6 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 600px;
  left: 800px;
  background: radial-gradient(50% 50%, #DFE7E1, rgba(196, 196, 217, 0));
  opacity: 0.4 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru6 {
    width: 127px;
    height: 127px;
    top: 80%;
    left: 4%;
  }
}
.deta-waku .maru5 {
  position: absolute;
  width: 221px;
  height: 227px;
  top: 59px;
  left: -286px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.2 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru5 {
    width: 127px;
    height: 127px;
    top: 29%;
    left: 60%;
    background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  }
}
.deta-waku .maru4 {
  position: absolute;
  width: 162px;
  height: 162px;
  top: -99px;
  left: 183px;
  background: radial-gradient(50% 50%, #C0BA7E, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru4 {
    width: 127px;
    height: 127px;
    top: 40%;
    left: 2%;
  }
}
.deta-waku .maru7 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 2221px;
  left: 800px;
  background: radial-gradient(50% 50%, #C0BA7E, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru7 {
    width: 127px;
    height: 127px;
    top: 65%;
    left: 68%;
  }
}
.deta-waku .maru2 {
  position: absolute;
  width: 227px;
  height: 227px;
  top: 1348px;
  left: -192px;
  background: radial-gradient(50% 50%, #C0BA7E, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru2 {
    width: 127px;
    height: 127px;
    top: 20%;
    left: 30%;
  }
}
.deta-waku .maru3 {
  position: absolute;
  width: 227px;
  height: 227px;
  top: 986px;
  left: 718px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru3 {
    width: 127px;
    height: 127px;
    top: 62%;
    left: 30%;
  }
}
.deta-waku .maru6 {
  position: absolute;
  width: 327px;
  height: 327px;
  top: 530px;
  left: 1015px;
  background: radial-gradient(50% 50%, #E1A39B, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru6 {
    width: 127px;
    height: 127px;
    top: 72%;
    left: 3%;
  }
}
.deta-waku .maru4 {
  position: absolute;
  width: 362px;
  height: 362px;
  top: -271px;
  left: 1px;
  background: radial-gradient(50% 50%, #948F63, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru4 {
    width: 127px;
    height: 127px;
    top: 86%;
    left: 54%;
  }
}
.deta-waku .maru8 {
  position: absolute;
  width: 378px;
  height: 378px;
  top: 2573px;
  left: 100px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru8 {
    width: 127px;
    height: 127px;
    top: 80%;
    left: 64%;
  }
}
.deta-waku .maru9 {
  position: absolute;
  width: 330px;
  height: 330px;
  top: 451px;
  left: -243px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru9 {
    width: 127px;
    height: 127px;
    top: 50%;
    left: 10%;
  }
}
.deta-waku .maru10 {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 1029px;
  left: 57px;
  background: radial-gradient(50% 50%, #DEB5A4, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru10 {
    width: 127px;
    height: 127px;
    top: 40%;
    left: 34%;
  }
}
.deta-waku .maru11 {
  position: absolute;
  width: 330px;
  height: 330px;
  top: 1500px;
  left: 794px;
  background: radial-gradient(50% 50%, #14939C, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru11 {
    width: 127px;
    height: 127px;
    top: 60%;
    left: 4%;
  }
}
.deta-waku .maru12 {
  position: absolute;
  width: 325px;
  height: 325px;
  top: 1129px;
  left: 57px;
  background: radial-gradient(50% 50%, #948F63, rgba(196, 196, 217, 0));
  opacity: 0.3 !important;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .deta-waku .maru12 {
    width: 127px;
    height: 127px;
    top: 80%;
    left: 14%;
  }
}
.deta-waku .small-font {
  color: #3E3A39;
  font-size: 11px;
}/*# sourceMappingURL=vision.css.map */