#lead {
  position: relative;
  padding: 23.2vw 0 0;
}
#lead .deco {
  position: absolute;
  z-index: 2;
  top: 94vw;
  right: 15.5vw;
}
@media screen and (max-width: 767px) {
  #lead .deco {
    width: 47.73vw;
  }
}
#lead .group-content {
  position: relative;
  z-index: 2;
  margin: 2px 0 0;
}
#lead .group-content h2 {
  font-size: 8.53vw;
  line-height: 2.21875;
  letter-spacing: 0.06em;
  margin: 0 0 55vw;
}
@media screen and (max-width: 767px) {
  #lead .group-content h2 {
    text-align: center;
  }
  #lead .group-content h2 span {
    display: inline-block;
    text-align: left;
    letter-spacing: 0.06em;
  }
}
#lead .group-content p {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #lead .group-content p {
    text-align: center;
  }
  #lead .group-content p + p {
    margin-top: 24.5px;
  }
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 297px 0 0;
  }
  #lead .wrap {
    display: flex;
    justify-content: flex-end;
    gap: 0 90px;
    align-items: flex-start;
  }
  #lead .deco {
    top: 192px;
    right: calc(50% - 108px);
  }
  #lead .group-content {
    margin: 2px 0 0;
    width: 454px;
  }
  #lead .group-content h2 {
    font-size: 36px;
    line-height: 86px;
    letter-spacing: 0.06em;
    margin: 0 0 35px;
  }
  #lead .group-content p {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.025em;
    margin: 0 0 0 2px;
  }
  #lead .group-content p + .txt {
    margin-top: 24.5px;
  }
}

#news {
  margin: 22vw 0 0;
  overflow: hidden;
}
#news .wrap {
  padding: 0;
}
#news h2 {
  font-size: 8.53vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0 var(--wrapPadding) 6vw;
}
#news #feed2 {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  #news #feed2 {
    width: 100%;
    overflow: auto;
    margin: 0 0 0 var(--wrapPadding);
    box-sizing: border-box;
    padding-right: 5%;
  }
}
#news #feed2 dl {
  min-width: 200px;
}
#news #feed2 dl dt a {
  display: block;
}
#news #feed2 dl dt a span {
  display: block;
  width: 100% !important;
  height: 136px !important;
  background: url("../img/index/rss_img2.jpg") no-repeat center/cover;
}
#news #feed2 dl dd {
  margin: 5px 0 0;
}
#news #feed2 dl dd span {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  margin: 0 0 5px;
  letter-spacing: 0;
}
#news #feed2 dl dd a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
#news .btn-more {
  margin: 4vw var(--wrapPadding) 0 0;
}
@media screen and (max-width: 767px) {
  #news .btn-more {
    text-align: right;
  }
}
#news .btn-more a {
  display: inline-flex;
  gap: 0 12px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #8c8c8c;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  transition: all 0.5s;
  background: transparent;
}
#news .btn-more a:after {
  content: "";
  background: url("../img/shared/arrow_sp.png") no-repeat center/auto 100%;
  height: 8px;
}
@media screen and (max-width: 767px) {
  #news .btn-more a:after {
    width: 11px;
  }
}
@media screen and (min-width: 768px) {
  #news {
    margin: 182px 0 0;
  }
  #news h2 {
    font-size: 32px;
    margin: 0 0 34px;
  }
  #news .group {
    margin: 0 -52px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1164px) {
  #news .group {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #news #feed2 {
    gap: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1164px) {
  #news #feed2 {
    width: calc(100% - 191px);
  }
}
@media screen and (min-width: 768px) {
  #news #feed2 dl {
    width: 200px;
    max-width: calc((100% - 60px) / 4);
  }
  #news #feed2 dl dt a:hover {
    opacity: 0.8;
  }
  #news .btn-more {
    margin: 22px 0 0;
    width: 145px;
  }
  #news .btn-more a {
    display: flex;
    height: 145px;
    width: 100%;
    border: 1px solid #8c8c8c;
    font-size: 12px;
    border-radius: 50%;
  }
  #news .btn-more a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    background: url("../img/shared/arrow.png") no-repeat center/auto 100%;
    height: 8px;
  }
  #news .btn-more a:hover {
    background: #d9d9d7;
    letter-spacing: 0.25em;
  }
}

#hokeiji {
  margin: 26.5vw 0 0;
}
#hokeiji .set1 {
  position: relative;
  overflow: hidden;
}
#hokeiji .set1 .deco {
  position: absolute;
  top: 127vw;
  left: 59vw;
}
@media screen and (max-width: 767px) {
  #hokeiji .set1 .deco {
    width: 80vw;
  }
}
#hokeiji .set1 .wrap {
  padding: 0;
}
#hokeiji .set1 .hokeiji-slide .img {
  height: 120vw;
}
#hokeiji .set1 h2 {
  margin: 23.5vw auto 0;
  width: 38.4vw;
  line-height: 2;
  font-size: 9.6vw;
  letter-spacing: 0.1em;
  color: #675d44;
  height: 61.5vw;
}
#hokeiji .set1 .flex {
  margin: 0 var(--wrapPadding);
}
#hokeiji .set1 .flex .group-content {
  color: #675d44;
}
#hokeiji .set1 .flex .group-content + .group-content {
  margin-top: 20vw;
}
@media screen and (max-width: 767px) {
  #hokeiji .set1 .flex .group-content + .group-content h3 {
    text-align: left;
  }
}
#hokeiji .set1 .flex .group-content h3 {
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 0.025em;
  margin: 0 0 4vw;
}
#hokeiji .set1 .flex .group-content .txt {
  line-height: 2.5;
  font-size: 14px;
  letter-spacing: 0.025em;
}
#hokeiji .set1 .flex .btn-link {
  margin: 15vw auto 0;
}
#hokeiji .set2 {
  overflow: hidden;
  margin: 20vw 0 0;
  background: url("../img/shared/bg2.jpg");
  padding: 19vw 0 20.4vw;
}
#hokeiji .set2 h2 {
  font-size: 9.6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  height: 70vw;
}
#hokeiji .set2 h3 {
  display: flex;
  align-items: center;
  gap: 0 3vw;
  font-size: 6.4vw;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#hokeiji .set2 h3::before {
  content: "";
  width: 5.2vw;
}
#hokeiji .set2 .group {
  position: relative;
  color: #6d929d;
}
#hokeiji .set2 .group .deco {
  position: absolute;
  right: 0;
  top: 212vw;
}
@media screen and (max-width: 767px) {
  #hokeiji .set2 .group .deco {
    width: 42.5vw;
  }
}
#hokeiji .set2 .group .deco2 {
  position: absolute;
  right: 0;
  bottom: 56.27vw;
  left: 22.53vw;
}
#hokeiji .set2 .group .flex .img {
  margin: 0 var(--wrapPadding);
}
#hokeiji .set2 .group .flex .group-content {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #hokeiji .set2 .group .flex .group-content {
    margin: 12vw 3vw 0 var(--wrapPadding);
  }
}
#hokeiji .set2 .group .flex .group-content .group-txt {
  width: calc(100% - 17vw);
  margin: 12vw 0 0;
}
#hokeiji .set2 .group .flex .group-content .group-txt .txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.025em;
}
#hokeiji .set2 .group .flex .group-content .group-txt .txt + .txt {
  margin-top: 30px;
}
#hokeiji .set2 .group .flex .group-content .group-txt .btn-link {
  margin: 7vw 20vw 0 28vw;
}
#hokeiji .set2 .group h3 {
  margin: 12vw 0 0 5.6vw;
}
@media screen and (max-width: 767px) {
  #hokeiji .set2 .group h3 {
    align-items: center;
  }
}
#hokeiji .set2 .group h3::before {
  height: 50.67vw;
  background: url("../img/index/hokeiji_deco_img.jpg") no-repeat center/cover;
}
#hokeiji .set2 .group .img2 {
  width: 61.87vw;
  margin: 35vw 0 0 5.6vw;
}
#hokeiji .set2 .group2 {
  margin: 37vw 0 0;
  position: relative;
  color: #78607c;
}
#hokeiji .set2 .group2 .deco {
  position: absolute;
  width: 42vw;
  top: 200vw;
  left: 0;
}
#hokeiji .set2 .group2 .deco2 {
  position: absolute;
  bottom: 75.3vw;
  right: 12.4vw;
  width: 13.8vw;
  z-index: 2;
}
#hokeiji .set2 .group2 .flex .img {
  margin: 0 var(--wrapPadding);
}
#hokeiji .set2 .group2 .flex .group-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #hokeiji .set2 .group2 .flex .group-content {
    margin: 12vw var(--wrapPadding) 0 3vw;
  }
}
#hokeiji .set2 .group2 .flex .group-content .group-txt {
  width: calc(100% - 22vw);
  margin: 12vw 0 0;
}
#hokeiji .set2 .group2 .flex .group-content .group-txt .txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.025em;
}
#hokeiji .set2 .group2 .flex .group-content .group-txt .txt + .txt {
  margin-top: 30px;
}
#hokeiji .set2 .group2 .flex .group-content .group-txt .btn-link {
  margin: 7vw 0 0 7vw;
}
#hokeiji .set2 .group2 h3 {
  margin: 86.53vw 0 0 var(--wrapPadding);
  align-items: center;
}
#hokeiji .set2 .group2 h3::before {
  height: 50.67vw;
  background: url("../img/index/hokeiji_deco_img4.jpg") no-repeat center/cover;
}
#hokeiji .set2 .group2 .img2 {
  width: 61.87vw;
}
@media screen and (max-width: 767px) {
  #hokeiji .set2 .group2 .img2 {
    position: absolute;
    bottom: 65.3vw;
    left: var(--wrapPadding);
  }
}
@media screen and (min-width: 768px) {
  #hokeiji {
    margin: 194px 0 0;
  }
  #hokeiji .set1 .deco {
    top: 541px;
    left: calc(50% + 109px);
  }
  #hokeiji .set1 .wrap {
    width: 1200px;
  }
  #hokeiji .set1 .hokeiji-slide .img {
    height: 500px;
  }
  #hokeiji .set1 h2 {
    margin: 70px auto 0;
    width: 144px;
    font-size: 36px;
    height: 271px;
  }
  #hokeiji .set1 .flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    /*width: 1112px;*/
    margin: 0;
    max-width: 100%;
  }
  #hokeiji .set1 .flex .group-content {
    display: flex;
    flex-direction: row-reverse;
  }
  #hokeiji .set1 .flex .group-content + .group-content {
    margin-top: 0;
    margin-right: 56px;
  }
  #hokeiji .set1 .flex .group-content h3 {
    font-size: 24px;
    /*height: 300px;*/
    margin: 0 0 0 13px;
  }
  #hokeiji .set1 .flex .group-content .txt {
    margin: 42px 0 0;
    height: 284px;
  }
  #hokeiji .set1 .flex .btn-link {
    align-self: flex-end;
    margin: 0 58px 8px 0;
  }
  #hokeiji .set2 {
    margin: 154px 0 0;
    padding: 138px 0 160px;
  }
  #hokeiji .set2 h2 {
    font-size: 36px;
    height: 300px;
  }
  #hokeiji .set2 h3 {
    align-items: flex-start;
    gap: 0 12px;
    font-size: 36px;
  }
  #hokeiji .set2 h3::before {
    content: "";
    width: 20px;
  }
  #hokeiji .set2 .group .deco {
    top: 97px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #hokeiji .set2 .group .deco {
    right: auto;
    left: calc(50% + 427px);
    width: 323px;
  }
}
@media screen and (min-width: 768px) {
  #hokeiji .set2 .group .deco2 {
    bottom: 132px;
    left: calc(50% + 160px);
    height: 105px;
  }
  #hokeiji .set2 .group .flex {
    display: flex;
    align-items: flex-start;
    gap: 0 120px;
  }
  #hokeiji .set2 .group .flex .img {
    width: 50%;
    max-width: calc(100% - 530px);
    height: 470px;
    margin: 3px 0 0;
  }
  #hokeiji .set2 .group .flex .group-content {
    width: 390px;
  }
  #hokeiji .set2 .group .flex .group-content .group-txt {
    width: 320px;
    margin: 56px 0 0;
  }
  #hokeiji .set2 .group .flex .group-content .group-txt .btn-link {
    margin: 69px auto 0;
  }
  #hokeiji .set2 .flex .group-content .btn-link a:hover {
    background: #d9d9d7;
    letter-spacing: 0.15em;
  }
  #hokeiji .set2 .group h3 {
    margin: -25px auto 0;
    width: 942px;
  }
  #hokeiji .set2 .group h3 span {
    padding-top: 8px;
  }
  #hokeiji .set2 .group h3::before {
    height: 190px;
  }
  #hokeiji .set2 .group .img2 {
    width: 250px;
    margin: 29px auto 0;
  }
  #hokeiji .set2 .group2 {
    margin: 198px 0 0;
  }
  #hokeiji .set2 .group2 .deco {
    width: 319px;
    top: 117px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #hokeiji .set2 .group2 .deco {
    left: auto;
    right: calc(50% + 431px);
  }
}
@media screen and (min-width: 768px) {
  #hokeiji .set2 .group2 .deco2 {
    bottom: 77px;
    left: calc(50% + 453px);
    height: 416px;
    width: 103px;
    right: auto;
  }
  #hokeiji .set2 .group2 .flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0 80px;
  }
  #hokeiji .set2 .group2 .flex .img {
    width: 50%;
    max-width: calc(100% - 530px);
    height: 470px;
    margin: 2px 0 0;
  }
  #hokeiji .set2 .group2 .flex .group-content {
    width: 398px;
  }
  #hokeiji .set2 .group2 .flex .group-content .group-txt {
    width: 320px;
    margin: 39px 0 0;
  }
  #hokeiji .set2 .group2 .flex .group-content .group-txt .btn-link {
    margin: 26px auto 0;
  }
  #hokeiji .set2 .group2 h3 {
    margin: 72px auto 0;
    width: 400px;
    gap: 0 18px;
    font-size: 30px;
  }
  #hokeiji .set2 .group2 h3::before {
    height: 190px;
  }
  #hokeiji .set2 .group2 .img2 {
    width: 810px;
    margin: -56px auto 0;
    text-align: right;
  }
}

#teracafe {
  background: url("../img/index/teracafe_bg.jpg") no-repeat center/cover;
  text-align: center;
  color: #fff;
  padding: 16vw 0;
}
#teracafe h2 {
  font-size: 9.6vw;
  letter-spacing: 0.1em;
  line-height: 1.194;
  margin: 9px 0 80px;
}
#teracafe .sub {
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin: 9px 0 16vw;
}
#teracafe h3 {
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 0.025em;
}
#teracafe .txt {
  letter-spacing: 0.025em;
  margin: 3vw 0 5vw;
}
#teracafe .btn-link2 {
  margin: 0 auto;
  width: 184px;
}
#teracafe .btn-link2 a {
  border: 1px solid;
  height: 174px;
  width:184px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  font-size: 16px;
  line-height: 1.25;
  padding-bottom:10px;
}
#teracafe .btn-link2 a span {
  letter-spacing: 0.075em;
}
#teracafe .btn-link2 a span.before {
  opacity: 0;
  visibility: hidden;
  display: none;
}
#teracafe .btn-link2 a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  background: url("../img/shared/arrow2_sp.png") no-repeat center/auto 100%;
  height: 8px;
}
#teracafe .btn-link2 a:hover {
  background: transparent;
}
#teracafe .btn-link2 a:hover span.before {
  opacity: 0;
  visibility: hidden;
}
#teracafe .btn-link2 a:hover span.after {
  opacity: 1;
  visibility: visible;
}
#teracafe h2 small {
  
  display: block;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  #teracafe {
    padding: 212px 0 164px;
  }
  #teracafe h2 {
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  #teracafe h2 small {
    display: block;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
  }
  #teracafe .sub {
    font-size: 13px;
    letter-spacing: 0.025em;
    line-height: 1.5;
    margin: 9px 0 127px;
  }
  #teracafe h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  #teracafe .txt {
    margin: 18px 0 30px;
  }
  #teracafe .btn-link2 {
    width: 275px;
  }
  #teracafe .btn-link2 a {
    height: 275px;
    width:275px;
    font-size: 20px;
    line-height: 1.75;
  }

  #teracafe .btn-link2 a span.before {
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    display: block;
  }
  
  #teracafe .btn-link2 a span.after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  #teracafe .btn-link2 a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    background: url("../img/shared/arrow2.png") no-repeat center/auto 100%;
    height: 17px;
  }
  #teracafe .btn-link2 a:hover {
    background: transparent;
    letter-spacing: 0.15em;
    transition: letter-spacing 0.3s ease;
  }
  #teracafe .btn-link2 a:hover span.before {
    opacity: 0;
    visibility: hidden;
  }
  #teracafe .btn-link2 a:hover span.after {
    opacity: 1;
    visibility: visible;
  }
}

.line {
  margin: 0 var(--wrapPadding);
  height: 1px;
  background: #ccc;
}
@media screen and (min-width: 768px) {
  .line {
    width: 1000px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}

#bg {
  overflow: hidden;
  background: url("../img/shared/bg2.jpg");
  padding: 28vw 0 20vw;
}
#bg .line {
  margin: 13.6vw var(--wrapPadding) 45vw;
}
@media screen and (min-width: 768px) {
  #bg {
    padding: 147px 0 150px;
  }
  #bg .line {
    margin: 100px auto 97px;
  }
}

#about {
  position: relative;
  color: #728b80;
}
#about .deco {
  position: absolute;
  width: 64vw;
  top: 18vw;
  right: 41.6vw;
}
#about h2 {
  margin: 0 auto;
  font-size: 9.6vw;
  line-height: 2;
  letter-spacing: 0.1em;
  height: 98.4vw;
  width: 38.4vw;
}
#about .flex .left {
  margin: 0 0 8vw;
}
#about .flex .left .item + .item {
  margin-top: 8vw;
}
#about .flex .left .item h4 {
  font-size: 6.4vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#about .flex .left .item .group-content {
  margin: 5px 0 0 8vw;
}
#about .flex .left .item .group-content .txt {
  letter-spacing: 0.023em;
}
#about .flex .left .item .group-content ul {
  margin: 10px 0 0;
  border: 1px solid #ccc;
  padding: 8px 20px;
  display: flex;
  font-size: 15px;
  line-height: 2;
  justify-content: space-between;
}
#about .flex .left .item .group-content ul li {
  letter-spacing: 0.025em;
}
#about .flex .left .btn-link {
  margin: 8vw auto 0;
}
#about .flex .right {
  position: relative;
}
#about .flex .right h3 {
  display: flex;
  align-items: center;
  gap: 0 3vw;
  line-height: 1.75;
  font-size: 6.4vw;
  letter-spacing: 0.06em;
}
#about .flex .right h3::before {
  content: "";
  width: 4.4vw;
  height: 42.2vw;
  background: url("../img/index/about_deco_img.jpg") no-repeat center/cover;
}
#about .flex .right .img {
  position: absolute;
  top: 7.2vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  #about .flex .right .img {
    width: 22.2vw;
  }
}
#about .flex .right .img2 {
  margin: 10vw 25.6vw 0 50vw;
}
@media screen and (min-width: 768px) {
  #about .deco {
    width: 239px;
    top: 0;
    right: calc(50% + 98px);
  }
  #about .wrap {
    width: 1200px;
  }
  #about h2 {
    margin: 0 auto;
    font-size: 36px;
    line-height: 2;
    letter-spacing: 0.1em;
    padding: 30px 0 0;
    height: 222px;
    width: 144px;
  }
  #about .flex {
    display: flex;
    justify-content: flex-end;
    gap: 0 90px;
    align-items: flex-start;
  }
  #about .flex .left {
    width: 352px;
    margin: 41px 0 0;
  }
  #about .flex .left .item + .item {
    margin-top: 50px;
  }
  #about .flex .left .item h4 {
    font-size: 24px;
  }
  #about .flex .left .item .group-content {
    margin: 5px 0 0 44px;
  }
  #about .flex .left .item .group-content ul {
    padding: 8px 25px 8px 32px;
  }
  #about .flex .left .btn-link {
    margin: 38px auto 0;
  }
  #about .flex .right {
    width: 550px;
    padding: 182px 0 0;
  }
  #about .flex .right h3 {
    gap: 0 19px;
    font-size: 30px;
  }
  #about .flex .right h3::before {
    width: 20px;
    height: 190px;
  }
  #about .flex .right .img {
    position: absolute;
    top: 0;
    right: 0;
  }
  #about .flex .right .img2 {
    margin: 51px 0 0 175px;
  }
}

#kuyo {
  position: relative;
  color: #956b72;
}
#kuyo .deco {
  position: absolute;
  width: 60vw;
  top: 26vw;
  left: 52.7vw;
}
#kuyo h2 {
  margin: 0 auto;
  font-size: 9.6vw;
  line-height: 2;
  letter-spacing: 0.1em;
  height: 71.5vw;
  width: 38.4vw;
}
#kuyo .flex .left {
  margin: 0 0 8vw;
}
#kuyo .flex .left .item + .item {
  margin-top: 5vw;
}
#kuyo .flex .left .item h4 {
  font-size: 6.4vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#kuyo .flex .left .item .group-content {
  margin: 5px 0 0 8vw;
}
#kuyo .flex .left .item .group-content .txt {
  letter-spacing: 0.025em;
}
#kuyo .flex .left .item .group-content ul {
  margin: 10px 0 0;
  border: 1px solid #b69ea2;
  padding: 15px 25px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
  font-size: 15px;
  line-height: 2;
}
#kuyo .flex .left .item .group-content ul li {
  letter-spacing: 0.025em;
}
#kuyo .flex .left .btn-link {
  margin: 7vw auto 0;
}
#kuyo .flex .right {
  position: relative;
}
#kuyo .flex .right h3 {
  display: flex;
  align-items: center;
  gap: 0 3vw;
  line-height: 1.75;
  font-size: 6.4vw;
  letter-spacing: 0;
  margin: 9vw 0 0 7.6vw;
}
#kuyo .flex .right h3::before {
  content: "";
  width: 4.4vw;
  height: 40.572vw;
  background: url("../img/index/kuyo_deco_img.jpg") no-repeat center/cover;
}
#kuyo .flex .right .img {
  width: 31.5vw;
}
#kuyo .flex .right .img2 {
  position: absolute;
  top: 33.73vw;
  left: 37.6vw;
}
@media screen and (max-width: 767px) {
  #kuyo .flex .right .img2 {
    width: 32vw;
  }
}
@media screen and (min-width: 768px) {
  #kuyo .deco {
    width: 222px;
    top: 61px;
    left: calc(50% + 122px);
  }
  #kuyo h2 {
    font-size: 36px;
    height: 171px;
    width: 144px;
  }
  #kuyo .flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  #kuyo .flex .left {
    width: 336px;
    margin: 95px 0 0;
  }
  #kuyo .flex .left .item + .item {
    margin-top: 45px;
  }
  #kuyo .flex .left .item h4 {
    font-size: 24px;
  }
  #kuyo .flex .left .item .group-content {
    margin: 5px 0 0 30px;
  }
  #kuyo .flex .left .item .group-content ul {
    padding: 15px 25px 12px 32px;
    gap: 0 28px;
  }
  #kuyo .flex .left .btn-link {
    margin: 40px auto 0;
  }
  #kuyo .flex .right h3 {
    gap: 0 19px;
    font-size: 30px;
    margin: -97px -30px 0 261px;
  }
  #kuyo .flex .right h3::before {
    width: 20px;
    height: 190px;
  }
  #kuyo .flex .right .img {
    width: auto;
  }
  #kuyo .flex .right .img2 {
    top: 253px;
    left: 282px;
  }
}

#blog {
  padding: 18.8vw 0 14vw;
}
#blog h2 {
  font-size: 9.6vw;
  line-height: 1.5;
  /*width: 14.4vw;*/
  margin: 0 auto;
  /*height: 31vw;*/
  letter-spacing: 0.1em;
}
#blog #feed3 dl dt {
  width: 100%;
  margin: 0 0 3vw;
}
#blog #feed3 dl dt a {
  display: block;
}
#blog #feed3 dl dt a span {
  display: block;
  width: 100% !important;
  height: 90vw !important;
  background: url("../img/index/blog_img.jpg") no-repeat center/cover;
}
#blog #feed3 dl dd a {
  display: block;
  letter-spacing: 0.025em;
  font-size: 4.8vw;
  line-height: 2;
  font-weight: 500;
  margin: 0 0 4vw;
}
#blog #feed3 dl dd .desc {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.025em;
}
#blog .btn-link {
  margin: 8vw auto 0;
}
@media screen and (min-width: 768px) {
  #blog {
    padding: 154px 0 100px;
  }
  #blog h2 {
    font-size: 36px;
    /*width: 54px;*/
    height: 174px;
  }
  #blog #feed3 dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #blog #feed3 dl dt {
    width: 460px;
    margin: 15px 0 0;
  }
  #blog #feed3 dl dt a:hover {
    opacity: 0.8;
  }
  #blog #feed3 dl dt a span {
    height: 460px !important;
  }
  #blog #feed3 dl dd {
    width: 500px;
  }
  #blog #feed3 dl dd a {
    font-size: 24px;
    margin: 0 0 20px;
  }
  #blog .btn-link {
    margin: 59px auto 0;
  }
}

#access {
  margin: 14vw 0;
}
#access h2 {
  font-size: 9.6vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 2vw;
}
#access .right #ggmap {
  filter: grayscale(1);
  height: 200px;
}
#access .right #ggmap iframe {
  width: 100%;
  height: 100%;
}
#access .right .address {
  margin: 3px 0 20px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
#access .right .address-row a{
text-decoration: none;
}
#access .right .gg_ad {
  margin: 3px 0 20px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.map-link {
  display: inline-flex;    
  align-items: center;           
  border-bottom: 1px solid;    
  margin-left: auto;            
}

.map-link:hover{
  border-bottom: none;  
  }


.map-link::after {
  content: "";
  display: block;
  width: 12px;  
  height: 12px; 
  margin-left: 6px; 
  background: url("../img/shared/icon_sp.png") no-repeat center center / contain;
}






#access .right .flex .img {
  margin: 8vw 0 0;
}
#access .right .flex .group-content {
  letter-spacing: 0.025em;
}
#access .right .flex .group-content dl + dl {
  margin-top: 12px;
}
#access .right .flex .group-content dl dt {
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  #access .right .flex .group-content dl dt {
    font-weight: 600;
  }
}
#access .right .flex .group-content dl dd {
  font-size: 15px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #access {
    margin: 100px 0 95px;
  }
  #access .wrap {
    width: 804px;
    display: flex;
    align-items: flex-start;
  }
  #access h2 {
    font-size: 36px;
    margin: 0 44px 0 0;
    height: 300px;
  }
  #access .right {
    width: 700px;
  }
  #access .right #ggmap {
    height: 400px;
  }
  #access .right .address {
    margin: 1px 0 32px -2px;
  }
  #access .right .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #access .right .flex .img {
    margin: 2px 1px 0 0;
  }
  #access .right .flex .group-content {
    width: 345px;
  }
  #access .right .flex .group-content dl + dl {
    margin-top: 5px;
  }
  #access .right .flex .group-content dl dt {
    font-size: 15px;
    line-height: 22px;
  }
  #access .right .flex .group-content dl dd {
    font-size: 16px;
    margin: 0 0 0 29px;
  }
  .map-link::after {
    width: 10px;  
    height: 10px; 
    margin-left: 6px; 
    background: url("../img/shared/icon_sp.png") no-repeat center center / contain;
  }
}

#contact {
  margin: 12vw 0 0;
  padding: 0 0 20vw;
}
#contact h2 {
  font-size: 9.6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 5vw;
}
#contact .col {
  text-align: center;
}
#contact .col + .col {
  margin-top: 10vw;
}
#contact .col .title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0 5px;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 3vw;
}
#contact .col .title::before {
  content: "";
  background: url("../img/shared/icon_mail_sp.png") no-repeat center/100% auto;
  width: 16px;
  height: 12px;
}
#contact .col .title.title2 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #contact .col .title.title2 {
    align-items: center;
  }
}
#contact .col .title.title2::before {
  background-image: url("../img/shared/icon_tel_sp.png");
  width: 14px;
  height: 16.5px;
}
#contact .col .btn-link2 {
  width: 184px;
  margin: 0 auto;
}
#contact .col .btn-link2 a {
  text-decoration: none;
  transition: all 0.5s;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 5px;
  border-radius: 50%;
  background: url("../img/shared/bg4.jpg");
  color: #fff;
  position: relative;
  font-size: 16.5px;
  line-height: 29px;
  letter-spacing: 0.05em;
}
#contact .col .btn-link2 a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37px;
  background: url("../img/shared/icon2_sp.png") no-repeat bottom center/auto 100%;
  height: 10px;
}
#contact .col .tel {
  font-size: 24px;
  line-height: 1.5;
}
#contact .col .tel span {
  letter-spacing: 0.2em;
}
#contact .col .sub-tel {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 1px 0 11px;
}
#contact .col .note {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #contact {
    margin: 93px 0 0;
    padding: 0 0 166px;
  }
  #contact .wrap {
    width: 806px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 11px;
  }
  #contact h2 {
    font-size: 36px;
    height: 300px;
    margin-right: 79px;
  }
  #contact .col {
    margin: 2px 0 0;
  }
  #contact .col + .col {
    margin-top: 4px;
  }
  #contact .col .title {
    margin: 0 0 23px;
  }
  #contact .col .title::before {
    content: "";
    background: url("../img/shared/icon_mail.png") no-repeat center/100% auto;
    width: 16px;
    height: 12px;
  }
  #contact .col .title.title2 {
    margin: 0 0 66px;
    font-size: 18px;
  }
  #contact .col .title.title2::before {
    background-image: url("../img/shared/icon_tel.png");
    width: 14px;
    height: 16px;
  }
  #contact .col .btn-link2 a:after {
    background: url("../img/shared/icon2.png") no-repeat bottom center/auto 100%;
    height: 10px;
  }
  #contact .col .btn-link2 a:hover {
    background: url("../img/shared/bg3.jpg");
    letter-spacing: 0.25em;
  }
}