@charset "UTF-8";
.linkbot0628 {
  background: #f3eeea;
  border-radius: 0px;
  padding: 24px 40px;
  display: table;
  font-family: inherit;
}
.linkbot0628 li::before {
  margin-right: 15px;
  margin-bottom: 0px;
}
.linkbot0628 li a {
  color: #492e22;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.linkbot0628 li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .linkbot0628 {
    display: block;
    padding: 16px 24px;
  }
  .linkbot0628 li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .linkbot0628 li:before {
    margin-right: 10px;
    margin-top: 6px;
    width: 7px;
    height: 10px;
  }
  .linkbot0628 li a {
    font-size: 14px;
    line-height: 20px;
  }
}
/*--------------------------------------
    common
--------------------------------------*/
h2.fnt-hina {
  color: #492e22;
  font-size: clamp(24px, 2.6vw, 32px);
  letter-spacing: 0.04em;
  line-height: 48px;
}

.note {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  h2.fnt-hina {
    font-size: 28px;
    line-height: 40px;
  }
  .sdc {
    padding: 0 10px;
  }
  .sdc .txt {
    line-height: 24px;
  }
}
/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  position: relative;
  z-index: 1;
  padding: 63px 0;
}
#sec1:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background: #f8f7f7;
  z-index: -1;
}
#sec1 .row {
  justify-content: space-between;
  gap: 30px;
}
#sec1 .row .content {
  max-width: 100%;
  width: 640px;
}
#sec1 .row .content h2 {
  margin-bottom: 20px;
}
#sec1 .row .content .bg {
  padding: 22px 24px;
  margin: 19px 0px;
  background: #fff;
  line-height: 28px;
}
#sec1 .row .content .bg ul {
  margin: 6px 0;
}
#sec1 .row .content .bg ul li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  gap: 3px;
  margin-bottom: 8px;
}
#sec1 .row .content .bg ul li:before {
  content: '●';
  font-size: 8px;
  color: #c5b2a1;
}
#sec1 .row .photos {
  width: 387px;
  max-width: 100%;
}
#sec1 .row .photos p {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 24px 0 40px;
  }
  #sec1 .row .content h2 {
    margin-bottom: 6px;
  }
  #sec1 .row .content .bg {
    padding: 19px 20px 22px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  #sec1 .row .content .bg .txt {
    line-height: inherit;
  }
  #sec1 .row .photos {
    display: none;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  padding: 40px 0 50px;
  position: relative;
  z-index: 1;
}
#sec2::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  right: calc(50% - 50vw);
  width: 50vw;
  background: #f3eeea;
  z-index: -1;
}
#sec2 .row {
  gap: 30px;
  justify-content: space-between;
  position: relative;
}
#sec2 .row .item {
  max-width: 470px;
  width: 50%;
}
#sec2 .row .item h2 {
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 37px;
  padding: 0 8px;
  letter-spacing: 0;
  background: #c5b2a1;
  color: #fff;
  display: table;
}
#sec2 .row .item h2 span {
  line-height: inherit;
  background: #c5b2a1;
  height: 37px;
  display: inline-block;
}
#sec2 .row .item .photo {
  margin: 16px 0 14px;
}
#sec2 .row .item .txt {
  line-height: 28px;
}
#sec2 .row .item .note {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 32px 0 0;
  }
  #sec2:before {
    display: none;
  }
  #sec2 .row {
    gap: 40px;
  }
  #sec2 .row .item {
    width: 100%;
  }
  #sec2 .row .item h2 {
    background: transparent;
    padding: 0;
    font-size: 20px;
  }
  #sec2 .row .item h2 span {
    display: table;
    margin-bottom: 5px;
    padding: 0 8px;
  }
  #sec2 .row .item .photo {
    margin: 2px 0 16px;
  }
  #sec2 .row .item .txt {
    line-height: 20px;
  }
  #sec2 .row .item .note {
    margin-top: 16px;
  }
  #sec2 .row .item:nth-child(2) {
    background: #000;
    position: relative;
    z-index: 1;
    padding: 32px 0 40px;
  }
  #sec2 .row .item:nth-child(2):before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: #f3eeea;
    z-index: -1;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  position: relative;
  z-index: 1;
  padding: 63px 0;
}
#sec3:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background: #f8f7f7;
  z-index: -1;
}
#sec3 .row {
  gap: 30px;
  justify-content: space-between;
}
#sec3 .row > div {
  width: calc(50% - 20px);
}
#sec3 .row1 {
  gap: 30px;
  justify-content: space-between;
}
#sec3 .row1 .content {
  padding-top: 18px;
}
#sec3 .row1 .content h2 {
  margin-bottom: 20px;
}
#sec3 .row2 {
  margin-top: 27px;
  align-items: start;
}
#sec3 .row2 h2 {
  margin: 15px 0 12px;
}
#sec3 .row2 .right {
  background: #fff;
  padding: 22px 24px;
}
#sec3 .row2 .right dl {
  border-bottom: 1px solid #a1b9c5;
  line-height: 28px;
  padding-bottom: 14px;
  margin-bottom: 13px;
}
#sec3 .row2 .right dl:last-child {
  border: none;
}
#sec3 .row2 .right dl dt {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0em;
  margin-bottom: 3px;
}
#sec3 .row2 .right dl dt .color1 {
  color: #112e72;
}
#sec3 .row2 .right dl dt .color2 {
  color: #529bbf;
}
@media screen and (max-width: 767px) {
  #sec3 {
    padding: 15px 0 40px;
  }
  #sec3 .row > div {
    width: 100%;
  }
  #sec3 .row1 {
    gap: 13px;
  }
  #sec3 .row1 .photo {
    display: none;
  }
  #sec3 .row1 .content h2 {
    margin-bottom: 7px;
  }
  #sec3 .row2 {
    margin-top: 13px;
    gap: 23px;
  }
  #sec3 .row2 h2 {
    margin-bottom: 7px;
  }
  #sec3 .row2 .right {
    margin: 0 -4px;
    width: auto;
    padding: 24px;
    padding-bottom: 0;
  }
  #sec3 .row2 .right dl {
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
  #sec3 .row2 .right dl dt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 9px;
  }
}

/*# sourceMappingURL=style.css.map */
