@charset "Shift_JIS";
.KV {
  position: relative;
  overflow: unset;
  height: 360px;
}

@media screen and (max-width: 768px) {
  .KV {
    height: unset;
  }
}

.KV__image {
  max-width: 1366px;
  margin: 0 auto;
  height: 360px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .KV__image {
    height: unset;
    max-height: 300px;
  }
}

.KV .kvtext {
  position: absolute;
  text-align: center;
  width: 888px;
  height: 154px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #FFFFFF;
  padding: 36px 0px 0px;
}

@media screen and (max-width: 768px) {
  .KV .kvtext {
    width: 90%;
    padding: 17px 20px 0;
    bottom: -75px;
    height: fit-content;
  }
}

.KV .kvtext .kvtext-content .kvtext-text {
  color: #333333;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .KV .kvtext .kvtext-content .kvtext-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.KV .kvtext .kvtext-content .kvtext-text--green {
  color: #64A732;
  font-size: 22px;
  line-height: 1.36364;
  font-weight: 600;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .KV .kvtext .kvtext-content .kvtext-text--green {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.KV .kvtext-title h1 {
  position: absolute;
  font-size: 62px;
  bottom: 210px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .KV .kvtext-title h1 {
    bottom: unset;
    top: 15vw;
    bottom: 150px;
    font-size: 40px;
    white-space: nowrap;
  }
}

.anchor {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .anchor {
    width: 100%;
    padding: 0 20px;
    flex-flow: column;
    margin: 118px 0 50px;
  }
}

.anchor > div {
  width: 34%;
  height: 89px;
  border-left: 1px solid #CCCCCC;
  margin: 40px 0 50px;
}

@media screen and (max-width: 768px) {
  .anchor > div {
    width: 100%;
    height: fit-content;
    margin: 0;
    border-bottom: 1px solid #CCCCCC;
    border-left: none;
  }
}

.anchor > div:last-child {
  border-right: 1px solid #CCCCCC;
}

@media screen and (max-width: 768px) {
  .anchor > div:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .anchor > div a {
    display: block;
    padding: 20px 10px 20px;
  }
}

.anchor > div a > div {
  position: relative;
  display: block;
  height: 100%;
}

.anchor > div a > div::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 22px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../../../tetsuduki_nagare/assets/img/arrow.png);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .anchor > div a > div::after {
    left: unset;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .anchor > div.section-03 a {
    padding: 17px 10px 12px;
  }
}

@media screen and (max-width: 768px) {
  .anchor > div.section-03 a > div .anchor-text {
    line-height: 1.5;
  }
}

.anchor-text {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .anchor-text {
    font-size: 20px;
    text-align: left;
    line-height: 0.9;
  }
}

.section-title {
  font-size: 42px;
  font-weight: 600;
  text-decoration: underline dotted #C3BAA0;
  -webkit-text-decoration: underline dotted #C3BAA0;
  text-decoration-thickness: 5px;
  text-underline-offset: 11px;
  text-align: center;
  margin-bottom: 56px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 1.34375;
    text-decoration: none;
    -webkit-text-decoration: none;
    text-decoration-thickness: unset;
    text-underline-offset: unset;
    border-bottom: dotted #C3BAA0;
    width: fit-content;
    margin: 0 auto 30px;
  }
}

.section-subtitle {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 17px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .section-subtitle {
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 2;
  }
}

.section-text {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 26px;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .section-text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

.section-text span img {
  width: 18px;
  vertical-align: top;
  margin: 5px 4px 0;
}

@media screen and (max-width: 768px) {
  .section-text span img {
    width: 16px;
    margin: 4px 2px 0;
  }
}

.section-img {
  display: block;
  margin: 0 auto 64px;
  width: 588px;
}

@media screen and (max-width: 768px) {
  .section-img {
    width: 100%;
    max-width: 588px;
    margin-bottom: 42px;
  }
}

.section-card {
  margin: 0 auto 70px;
  padding: 32px 0 40px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .section-card {
    margin: 0 auto 50px;
    padding: 40px 18px 40px;
  }
}

.section-card img {
  display: block;
  width: 68px;
  margin: 0 auto 18px;
}

@media screen and (max-width: 768px) {
  .section-card img {
    width: 57px;
  }
}

.section-card p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 26px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .section-card p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.bigbutton {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bigbutton {
    width: unset;
  }
}

.bigbutton a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  text-align: center;
  border: solid #775219;
  border-width: 0px 0px 5px 0px;
  border-radius: 10px;
  width: 400px;
  height: 67px;
  background-color: #875F23;
}

@media screen and (max-width: 768px) {
  .bigbutton a {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 58px;
  }
}

.bigbutton a span {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .bigbutton a span {
    font-size: 18px;
    line-height: 1.2;
  }
}

.bigbutton a::after {
  background-image: url(../../../../rw_assets/img/top/button_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .bigbutton a::after {
    width: 13px;
    height: 16px;
    right: 13px;
  }
}

#section-01,
#section-02,
#section-03 {
  padding: 88px 0 130px;
}

@media screen and (max-width: 768px) {
  #section-01,
  #section-02,
  #section-03 {
    padding: 50px 0 65px;
  }
}

#section-03 {
  padding: 88px 0 122px;
}

@media screen and (max-width: 768px) {
  #section-03 {
    padding: 50px 0 65px;
  }
}

#section-03 .section-subtitle {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #section-03 .section-subtitle {
    margin-bottom: 12px;
  }
}

.pagelink {
  margin-bottom: 0;
}

.pagelink p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pagelink p {
    font-size: 18px;
    margin-bottom: 7px;
  }
}

.pagelink-container {
  display: flex;
  flex-wrap: wrap;
}

.pagelink-container p {
  position: relative;
  display: block;
  margin: 0;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .pagelink-container p {
    margin: 6px 0 0 0;
    height: unset;
    line-height: 28px;
    padding-left: 7px;
    text-indent: -7px;
  }
}

.pagelink-container p span {
  font-size: 18px;
  font-weight: 400;
  padding: 0 15px;
  margin-bottom: 0;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .pagelink-container p span {
    font-size: 16px;
    padding: 0 7px;
  }
}

.pagelink-container p span::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
  position: absolute;
  top: 5px;
  margin-left: -15px;
}

@media screen and (max-width: 768px) {
  .pagelink-container p span::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #CCCCCC;
    position: absolute;
    top: 5px;
    margin-left: -7px;
  }
}

.pagelink-container p span::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 12px;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .pagelink-container p span::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #CCCCCC;
    position: absolute;
    bottom: 3px;
    margin-left: 7px;
  }
}

.pagelink-container a {
  position: relative;
  display: block;
  margin: 0;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .pagelink-container a {
    margin: 6px 0 0 0;
    height: unset;
    line-height: 28px;
    padding-left: 7px;
    text-indent: -7px;
  }
}

.pagelink-container a span {
  font-size: 18px;
  padding: 0 15px;
  margin-bottom: 0;
  vertical-align: top;
  color: #875F23;
  text-decoration: underline;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .pagelink-container a span {
    font-size: 16px;
    padding: 0 7px;
  }
}

.pagelink-container a span:hover {
  color: #0066AA;
}

.pagelink-container a span::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
  position: absolute;
  top: 5px;
  margin-left: -15px;
}

@media screen and (max-width: 768px) {
  .pagelink-container a span::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #CCCCCC;
    position: absolute;
    top: 5px;
    margin-left: -7px;
  }
}

.pagelink-container a span::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 12px;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .pagelink-container a span::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #CCCCCC;
    position: absolute;
    bottom: 3px;
    margin-left: 7px;
  }
}

.pagelink-container a:nth-of-type(n+5) {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .pagelink-container a:nth-of-type(n+5) {
    margin: 8px 0 0 0;
    height: unset;
    line-height: 28px;
    padding-left: 7px;
    text-indent: -7px;
  }
}

.tetsudukihelp {
  padding: 140px 0 0;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp {
    padding: 88px 0 35px;
  }
  .tetsudukihelp-img {
    height: 126px;
    object-fit: cover;
    overflow: hidden;
  }
}

.tetsudukihelp-outer {
  position: relative;
  background-color: #F3F0E7;
  padding: 52px 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-outer {
    padding: 33px 19px 41px;
    margin-bottom: 55px;
  }
}

.tetsudukihelp-outer p {
  text-align: center;
}

.tetsudukihelp-title {
  text-align: center;
}

.tetsudukihelp-title h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-title h3 {
    font-size: 18px;
    margin-bottom: 6px;
    text-align: left;
    letter-spacing: 1px;
  }
}

.tetsudukihelp-title p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-title p {
    font-size: 16px;
    margin-bottom: 17px;
    text-align: left;
  }
}

.tetsudukihelp-content {
  display: flex;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 24px;
  }
}

.tetsudukihelp-content-container {
  width: 368px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.161);
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-content-container {
    width: 100%;
    background-color: #FFFFFF;
  }
}

.tetsudukihelp-content-container p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-content-container p {
    text-align: left;
  }
}

.tetsudukihelp-textbox {
  display: flex;
  flex-flow: column;
  padding: 18px 23px;
  height: 243px;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-textbox {
    display: block;
    padding: 19px 19px;
    height: fit-content;
  }
}

.tetsudukihelp-container-title {
  font-size: 20px;
  font-weight: 600;
  height: 34px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-container-title {
    height: unset;
  }
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-container-title p {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 9px;
  }
}

.tetsudukihelp-text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-text {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-text p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
  }
}

.tetsudukihelp-link {
  margin: auto 0 7px;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-link {
    margin: auto 0 6px;
  }
}

.tetsudukihelp-link a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #875F23;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-link a {
    font-size: 16px;
  }
}

.tetsudukihelp-link a::after {
  content: "";
  background-image: url(../../../../guide/assets/icon/txtlink_arrow_icon.png);
  position: absolute;
  background-size: cover;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .tetsudukihelp-link a::after {
    width: 16px;
    height: 16px;
  }
}

.tetsudukihelp-link a:hover {
  color: #0066AA;
}

.tetsudukihelp-link a:hover::after {
  background-image: url(../../../../guide/assets/icon/txtlink_arrow_icon_blue.png);
}

.otherservice {
  padding: 136px 0 0;
}

@media screen and (max-width: 768px) {
  .otherservice {
    padding: 88px 0 35px;
  }
}

.otherservice-outer {
  position: relative;
  background-color: #F3F0E7;
  padding: 72px 0 66px;
}

@media screen and (max-width: 768px) {
  .otherservice-outer {
    padding: 63px 19px 41px;
  }
}

.otherservice-outer p {
  text-align: center;
}

.otherservice-title {
  text-align: center;
}

.otherservice-title h3 {
  font-size: 32px;
  font-weight: 600;
  width: fit-content;
  text-decoration: underline dotted #C3BAA0;
  -webkit-text-decoration: underline dotted #C3BAA0;
  text-decoration-thickness: 5px;
  text-underline-offset: 11px;
  margin: 0 auto 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .otherservice-title h3 {
    font-size: 24px;
    margin-bottom: 21px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}

.otherservice-title h3::before {
  content: "";
  background-image: url(../../img/tejyun/taisaku_icon_01.png);
  position: absolute;
  background-size: cover;
  width: 64px;
  height: 64px;
  left: -78px;
  bottom: 50%;
}

@media screen and (max-width: 768px) {
  .otherservice-title h3::before {
    width: 50px;
    height: 50px;
    left: -56px;
  }
}

.otherservice-title p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .otherservice-title p {
    font-size: 16px;
    margin-bottom: 17px;
    text-align: left;
  }
}

.otherservice-content {
  display: flex;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .otherservice-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 24px;
  }
}

.otherservice-container {
  width: 368px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.161);
}

@media screen and (max-width: 768px) {
  .otherservice-container {
    width: 100%;
    background-color: #FFFFFF;
  }
}

.otherservice-container-title {
  font-size: 20px;
  font-weight: 600;
  height: 38px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .otherservice-container-title {
    height: unset;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .otherservice-container-title p {
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 9px;
  }
}

.otherservice-container-text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .otherservice-container-text {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 768px) {
  .otherservice-container-text p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
  }
}

.otherservice-container-link {
  margin: auto 0 7px;
}

@media screen and (max-width: 768px) {
  .otherservice-container-link {
    margin: auto 0 6px;
  }
}

.otherservice-container-link a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #875F23;
}

@media screen and (max-width: 768px) {
  .otherservice-container-link a {
    font-size: 16px;
  }
}

.otherservice-container-link a::after {
  content: "";
  background-image: url(../../../../guide/assets/icon/txtlink_arrow_icon.png);
  position: absolute;
  background-size: cover;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .otherservice-container-link a::after {
    width: 16px;
    height: 16px;
  }
}

.otherservice-container-link a:hover {
  color: #0066AA;
}

.otherservice-container-link a:hover::after {
  background-image: url(../../../../guide/assets/icon/txtlink_arrow_icon_blue.png);
}

.otherservice-container p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .otherservice-container p {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .otherservice-img {
    height: unset;
    object-fit: cover;
    overflow: hidden;
  }
}

.otherservice-img--yuigon {
  display: block;
  width: 210px;
  margin: 68px auto 27px;
}

@media screen and (max-width: 768px) {
  .otherservice-img--yuigon {
    width: 182px;
    margin: 48px auto 35px;
  }
}

.otherservice-img--note {
  display: block;
  width: 250px;
  margin: 24px auto 8px;
}

@media screen and (max-width: 768px) {
  .otherservice-img--note {
    width: 230px;
    margin: 25px auto 28px;
  }
}

.otherservice-img--note .otherservice-img--icon {
  display: block;
  width: 100px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  .otherservice-img--note .otherservice-img--icon {
    width: 88px;
    margin: 25px auto 8px;
  }
}

.otherservice-img--note .otherservice-img--logo {
  display: block;
  width: 100%;
}

.otherservice-textbox {
  display: flex;
  flex-flow: column;
  padding: 18px 23px;
  height: 272px;
}

@media screen and (max-width: 768px) {
  .otherservice-textbox {
    display: block;
    padding: 0 19px 26px;
    height: fit-content;
  }
}

.caption {
  position: absolute;
  color: #FFFFFF;
  background-color: #74A445;
  border-radius: 100vh;
  padding: 11px 72px;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .caption {
    width: fit-content;
    border-radius: 100vh;
    padding: 7px 29px;
    top: -32px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

.caption::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 99%;
  left: 50%;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #74A445;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .caption::after {
    width: 12px;
    height: 12px;
  }
}

.onayami {
  padding: 77px 0 123px;
}

@media screen and (max-width: 768px) {
  .onayami {
    padding: 17px 0 70px;
  }
}

.Section__title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Section__title {
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 17px;
  }
}

.Lead-text {
  margin-bottom: 58px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Lead-text {
    margin-bottom: 36px;
    font-size: 16px;
  }
}
