img {
  vertical-align: bottom;
}

.kv {
  margin-bottom: 40px;
}

.hikaku {
  text-align: center;
  margin-bottom: 20px;
}

.goukaku {
  text-align: center;
  margin-bottom: 10px;
}

.txt {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 10px 30px;
}

.contentsLst {
  background: #c5decf;
  padding: 10px 20px 20px;
  margin-bottom: 30px;
}

.contentsLst-title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #1d6038;
  font-size: 20px;
}

.contentsLst-box {
  background: #fff;
}

.contentsLst-box-title {
  color: #1d6038;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 10px;
  border-top: 2px solid #1d6038;
  border-bottom: 2px solid #1d6038;
}
.contentsLst-box-title .contentsLst-box-title-logo {
  vertical-align: sub;
  margin-right: 2px;
}
.contentsLst-box-title:first-child {
  border-top: none;
}

.contentsLst-box-list {
  padding: 10px;
}

.contentsLst-box-list-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.contentsLst-box-list-item::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #1d6038;
  position: absolute;
  left: 0;
  top: 7px;
}
.contentsLst-box-list-item a {
  font-size: 16px;
  line-height: 1.2;
}

.contents-title {
  color: #1d6038;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 10px;
  border-top: 2px solid #1d6038;
  border-bottom: 2px solid #1d6038;
  margin-bottom: 20px;
}

.contents-title-logo {
  vertical-align: sub;
  margin-right: 2px;
}

.contents-box {
  padding: 0 20px;
  margin-bottom: 30px;
}

.contents-box-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #1d6038;
  margin-bottom: 15px;
  padding-bottom: 7px;
}

.contents-box-txt {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.contents-box-txt-highlight {
  background: #ffea74;
}

.contents-box-txt__interview {
  color: #1d6038;
}

.contents-box-img {
  padding: 10px;
  border: 1px solid #ccc;
  margin: 0 auto 20px;
  text-align: center;
}

.contents-box-img__noMargin {
  padding: 0;
}

.contents-box-img-txt {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.interviewCollaborator {
  border: 1px solid #1d6038;
  margin: 0 10px 30px;
}

.interviewCollaborator-title {
  background: #1d6038;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px 7px;
  font-family: Noto Serif JP;
  text-align: center;
}

.interviewCollaborator-contents {
  display: flex;
  gap: 10px;
  padding: 10px;
}

.interviewCollaborator-contents-name {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.interviewCollaborator-contents-txt {
  font-size: 14px;
}

.cv {
  background: #fff3ba;
  padding: 40px 15px;
  text-align: center;
  margin: 90px 0 50px;
}

.cv__follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px 15px;
  background: rgba(255, 243, 186, 0.9);
  margin: 0;
  z-index: 1300000000;
}

.cv-inner {
  position: relative;
}

.cv-lead {
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  width: 360px;
  margin: auto;
  background: #fff;
  border: 1px solid #1d6038;
  border-radius: 10px;
  padding: 10px 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}
.cv-lead::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #1d6038 transparent transparent transparent;
}
.cv-lead::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

.cv-btn {
  width: 430px;
  margin: 0 auto;
}
.cv-btn a {
  position: relative;
  display: block;
  padding: 10px 30px;
  background: #f98100;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 0 #ba6000;
  line-height: 1.2;
}
.cv-btn a strong {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.cv-btn a span {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}
.cv-btn a:hover {
  opacity: 0.8;
}
.cv-btn a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
