@charset "Shift_JIS";
.Section01 .anchorList {
  max-width: 1200px;
  margin: 60px auto 0;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .Section01 .anchorList {
    max-width: unset;
    margin: 67px 12px 0;
    padding-bottom: 28px;
  }
}

.Section01 .anchorList a {
  padding: 32px 0 40px;
}

@media screen and (max-width: 768px) {
  .Section01 .anchorList a {
    margin: 0 auto 30px;
    padding: 0 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .Section01 .anchorList--head {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .Section01 .anchorList--item::after {
    top: 20%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}

.Section02 {
  padding: 90px 0 100px;
}

@media screen and (max-width: 768px) {
  .Section02 {
    padding: 48px 0 20px;
  }
}

.Section02 .mamechishiki-list {
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .Section02 .mamechishiki-list {
    margin-bottom: 32px;
  }
}

.Section02 .mamechishiki-list--title {
  padding-top: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin: -10px auto 14px;
}

@media screen and (max-width: 768px) {
  .Section02 .mamechishiki-list--title {
    font-size: 32px;
  }
}

.Section02 .mamechishiki-list--text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .Section02 .mamechishiki-list--text {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.Section02 .mamechishiki-list--link li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .Section02 .mamechishiki-list--link li {
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
}

.Section02 .mamechishiki-list--link li a {
  font-size: 24px;
  font-weight: 400;
  color: #875F22;
  text-decoration: underline;
}

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

.Section02 .mamechishiki-list--link li a::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 5px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../../../module/assets/img/link_arrow.png);
}

.Section02 .mamechishiki-list--link li a.mamechishiki-link--pdf::after {
  background-image: url(../../../../module/assets/img/link_pdf.png);
}

.Section02 .mamechishiki-list--link li a:hover {
  color: #0066AA;
}

.Section02 .mamechishiki-list--link li a:hover::after {
  background-image: url(../../../../module/assets/img/link_arrow_hover.png);
}

.Section02 .mamechishiki-list--link li a.mamechishiki-link--pdf:hover::after {
  background-image: url(../../../../module/assets/img/link_pdf_hover.png);
}

.Section02 .mamechishiki-list .more-button {
  width: 100%;
  text-align: center;
  margin-top: 34px;
}

.Section02 .mamechishiki-list .more-button button {
  width: 383px;
  border: 1px solid #875F23;
  padding: 15px 0;
  border-radius: 10px;
  color: #875F23;
  background-color: initial;
  position: relative;
  font-size: 22px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .Section02 .mamechishiki-list .more-button button {
    width: 100%;
    border: 1px solid #875F23;
    padding: 10px 0;
    border-radius: 10px;
    font-size: 18px;
  }
}

.Section03 {
  padding: 90px 0 133px;
}

@media screen and (max-width: 768px) {
  .Section03 {
    padding: 39px 0 64px;
  }
}

.Section03 .card05 {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .Section03 .card05 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.Section03 .service-title {
  margin-bottom: 43px;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #c3baa0;
  text-decoration-thickness: 5px;
  text-underline-offset: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Section03 .service-title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 42px;
    text-underline-offset: 9px;
    text-decoration: underline dotted #c3baa0 3px;
    -webkit-text-underline-offset: 9px;
    -webkit-text-decoration: underline dotted #c3baa0 3px;
  }
}

.Section03 .service-title--sub {
  display: inline-block;
  font-size: 32px;
  line-height: 1.6875;
}

@media screen and (max-width: 768px) {
  .Section03 .service-title--sub {
    font-size: 24px;
    line-height: 1.79167;
  }
}

.Section03 .service-text {
  font-size: 18px;
  line-height: 1.66667;
}

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

.Section03 .service-annotation {
  position: relative;
  font-size: 16px;
  line-height: 1.66667;
  color: #666;
  padding-left: 1em;
}

.Section03 .service-annotation a {
  color: #875F23;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.33333;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .Section03 .service-annotation a {
    font-size: 14px;
    line-height: 1.5;
  }
}

.Section03 .service-annotation a:hover {
  color: #4571ac;
}

@media screen and (max-width: 768px) {
  .Section03 .service-annotation {
    font-size: 14px;
    line-height: 1.5;
  }
}

.Section03 .service-annotation::before {
  content: "";
  position: absolute;
  left: 0;
  font-size: 1em;
}

.Section03 .tetsudukihelp {
  padding: 160px 0 0;
}

.Section03 .tetsudukihelp-outer {
  position: relative;
  background-color: #F3F0E7;
  padding: 46px 0;
}

@media screen and (max-width: 768px) {
  .Section03 .tetsudukihelp {
    padding: 88px 0 35px;
  }
  .Section03 .tetsudukihelp-outer {
    padding: 33px 19px 41px;
  }
}

.Section03 .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;
}

.Section03 .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) {
  .Section03 .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;
  }
  .Section03 .caption::after {
    width: 12px;
    height: 12px;
  }
}

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .Section03 .tetsudukihelp-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 24px;
  }
  .Section03 .tetsudukihelp-content-container {
    width: 100%;
    background-color: #FFFFFF;
  }
  .Section03 .tetsudukihelp-img {
    height: 126px;
    object-fit: cover;
    overflow: hidden;
  }
  .Section03 .tetsudukihelp-content-container p {
    text-align: left;
  }
}

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

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

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

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

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

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

.Section03 .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;
}

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

@media screen and (max-width: 768px) {
  .Section03 .tetsudukihelp-textbox {
    display: block;
    padding: 19px 19px;
    height: fit-content;
  }
  .Section03 .tetsudukihelp-container-title {
    height: unset;
  }
  .Section03 .tetsudukihelp-container-title p {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 9px;
  }
  .Section03 .tetsudukihelp-text {
    margin-bottom: 11px;
  }
  .Section03 .tetsudukihelp-text p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
  }
  .Section03 .tetsudukihelp-link {
    margin: auto 0 6px;
  }
  .Section03 .tetsudukihelp-link a {
    font-size: 16px;
  }
  .Section03 .tetsudukihelp-link a::after {
    width: 16px;
    height: 16px;
  }
}
