

@media screen and (min-width: 768px){
  .pch-header.pch-header-b .header-shortcutnav li:not(:root){
    height: 56px;
    margin-left: 10px;
  }
  .pch-header.pch-header-b:not(:root){
    height: 92px;
  }

  .pch-header.pch-header-b .site-title:not(:root){
    margin: 37px 0 0 0;
  }
  .pch-header .header-shortcutnav li span:not(:root){
    display: inline-block;
    margin-left: 4px;
    transform: translateY(2px);
  }

}

@media screen and (max-width: 767px){
  .pch-header .header-shortcutnav li span:not(:root){
    display: inline-block;
  }
    .pch-header.pch-header-b .header-shortcutnav li span:after{
      right: -21px;
    }
    .pch-header.pch-header-b .header-shortcutnav .btn-shiryo a:before{
      display: none;

    }
    .pch-header.pch-header-b .header-shortcutnav .btn-offices a:before{
      display: none;

    }
        .pch-header.pch-header-b .header-shortcutnav .btn-shiryo span{
          position: relative;
        }
    .pch-header.pch-header-b .header-shortcutnav .btn-shiryo span:before{
      background: url("../assets/document-icon.png") no-repeat center center / contain;
      position: absolute;
      width: 14px;
      height: 16px;
      left: -24px;
      content: "";

    }
        .pch-header.pch-header-b .header-shortcutnav .btn-offices span{
          position: relative;
        }
    .pch-header.pch-header-b .header-shortcutnav .btn-offices span:before{
      background: url("../assets/office-icon.png") no-repeat center center/ contain;
      position: absolute;
        width: 14px;
        height: 16px;
        background-size: 14px auto;
        left: -24px;
        content: "";

    }

}


.mv{
  height: 44vw;
}

.mv+.section_cta{
  padding-top: 40px;
}

.mv_badge_area{
  left: 55%;
}
.mv-badge__comment {
  position: absolute;
  bottom: 30px;
  right: -90px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 1200px) {

  .mv_badge_area{
    left: 55%;
    top: 25%;
  }
    .mv+.section_cta {
      padding-top: 80px;
    }
}
@media screen and (max-width: 1000px) {
.mv_badge_area {
    top: 46%;
    left: 16px;
    transform: translate(0);
  }
    .mv+.section_cta {
      padding-top: 120px;
    }
}
.mv-badge__comment.mv-badge__comment-sp{
  display: none;
}
@media only screen and (max-width: 767px){
  .mv_badge_area {
      top: 44%;
    }
    .mv-badge__comment{
      display: none;
      font-size: 10px;
      right: 10%;
    }
    .mv-badge__comment.mv-badge__comment-sp{
      display: block;
      font-size: 10px;
      right: 0;
      top: -15px;
    }
        .mv+.section_cta {
          padding-top: 150px;
        }
}
@media screen and (max-width: 500px) {
.mv+.section_cta {
    padding-top: 160px;
  }
        .section_cta_btn_wrap{
      margin-top: 10px;
    }
        .section_cta{
          padding-top: 16px;
          padding-bottom: 16px;
        }
}

@media screen and (max-width: 767px){
  .mv-badge__comment {
    bottom:auto;
    top: -22px;
    font-size: 10px;
  }
}
.office_item_text_body_item a {
  font-weight: bold;
  font-size: 16px;
  color: #CF7C3D;
}
.office_item_text_body_item dl {
  display: flex;
}
.office_item_text_body_item:nth-child(3) dl dd{
  margin-top: -2px;
}
@media screen and (max-width: 1000px){
  .office_item_text_body_item dl {
    flex-direction: row;
    gap: 3px;
  }
    .office_item_text_body_item:nth-child(3) dl dd {
      margin-top: 0;
    }

  .office_item_text_body_item:nth-child(3) dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    flex-direction: row;
  }
  .office_item_text_body_item:nth-child(3) a {
    padding: 9px 8px 9px 26px;
    border: 1px solid #CF7C3D;
    -webkit-box-shadow: 0 3px #CF7C3D;
    box-shadow: 0 3px #CF7C3D;
    border-radius: 19px;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .office_item_text_body_item:nth-child(3) a::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url("../assets/tel-sp.svg") no-repeat center center/contain;
  }
  .mv:not(:root){
    height: 65vw;
    background-image: url("../assets/mv_sp.jpg");
  }
    .mv_text:not(:root){
      top: 68%;
    }

.mv+.section_cta:not(:root){
  padding-top: 40px;
}
}

.topAnchor {
  background-color: #FFFCF8;
}

.topAnchor__inner {
  max-width: 1000px;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}

.topAnchor__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.topAnchor__item a {
  display: block;
  font-weight: bold;
  padding: 16px 0 30px;
  color: #3e3a39;
  text-align: center;
  position: relative;
}

.topAnchor__link::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 50%;
  bottom: 20px;
  border-right: 2px solid #E6A719;
  border-bottom: 2px solid #E6A719;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.topAnchor__item:not(:last-child) .topAnchor__link::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #E6A719;
}
.topAnchor--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .topAnchor--pc{
    display: none;
  }
  .topAnchor--sp{
    display: block;
  }
  .topAnchor {
    background-color: #fff;
    padding: 16px 8px;
  }

  .topAnchor__inner {
    max-width: 355px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #E9E9E9;
  }

  .topAnchor__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
  }

  .topAnchor__link {
    font-size: 13px;
  }

  .topAnchor__link::before {
    width: 8px;
    height: 8px;
    left: auto;
    right: 0;
    top: 46%;
    border-right: 1px solid #CF7C3D;
    border-bottom: 1px solid #CF7C3D;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }

  .topAnchor__item a {
    padding: 8px 0;
    text-align: left;
  }

  .topAnchor__item:not(:last-child) .topAnchor__link::after {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .topAnchor__link{
    font-size: 12px;
  }

  .topAnchor__inner {
    padding: 8px;
  }

  .topAnchor__items {
    gap: 0 12px;
  }
}


@media screen and (max-width: 767px) {

    .mv {
      margin-top: -16px;
    }
.mv+.section_cta:not(:root) {
  padding-top: 60px;
}
}
@media screen and (max-width: 600px) {
.mv+.section_cta:not(:root) {
  padding-top: 80px;
}
}
@media screen and (max-width: 500px) {
.mv+.section_cta:not(:root) {
  padding-top: 110px;
}
}
@media screen and (max-width: 374px) {
.mv_text strong{
  font-size: 30px;
}
}


.worriesAnswer {
  background-color: #EEC567;
    background-image:
      radial-gradient(rgba(255,255,255,0.2) 20%, transparent 20%),
      radial-gradient(rgba(255,255,255,0.2) 20%, transparent 20%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    padding: 104px 20px 80px;
}
.worriesAnswer span {
  font-weight: bold;
  color: #E6A719;
}

.worriesAnswer__title {
  background-color: #E6A719;
  font-size: 40px;
  line-height: 1.3;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  border-radius: 8px;
  text-align: center;
  color: #fff;
  padding: 27px 30px;
  font-weight: bold;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}

.worriesAnswer__title::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 25px 0 25px;
  border-color: #E6A719 transparent transparent transparent;
}

.worriesAnswer__text {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.worriesAnswerFeature {
  max-width: 680px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 72px;
  margin-bottom: 32px;
  gap: 5.8%;
}

.worriesAnswer__suggest {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.worriesAnswer__suggest span {
  font-size: 30px;
}

.worriesAnswerFeature__num {
  position: absolute;
  width: 44px;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.worriesAnswerFeature__item {
  border-radius: 8px;
  border: 2px solid #E6A719;
  padding: 16px 16px 0;
  position: relative;
  background-color: #FFFCF8;
}

.worriesAnswerFeature__item:nth-child(1) .worriesAnswerFeature__num {
  top: -30px;
}

.worriesAnswerFeature__title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}

.worriesAnswerFeature__title::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 104px;
  height: 1px;
  padding-bottom: 2px;
  border-bottom: 2px dotted #E6A719;
}

.worriesAnswer__body {
  background-color: #fff;
  max-width: 900px;
  border-radius: 8px;
  padding: 0 20px 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}

.worriesAnswerFeature__img img {
  display: block;
}

.is-sp:not(:root){
  display: none;
}
    .worriesAnswer__suggest br:not(:last-child) {
      display: none;
    }
    .worriesAnswer__suggest br:last-child {
      display: block;
    }
.worriesAnswer__title br{
  display: none;
}
.worriesAnswer__title br:nth-child(2){
  display: block;
}

@media screen and (max-width: 1000px) {
  .achievement_item_detail_small:not(:root){
    white-space: normal;
  }
  .is-sp:not(:root){
    display: block;
  }
  .is-pc:not(:root){
    display: none;
  }
  .mv{
    margin-top: 0;
  }
    .worriesAnswer__title {
      font-size: 24px;
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
      padding: 20px;
    }

    .worriesAnswer__title::before {
      bottom: -24px;
      border-width: 24px 13px 0 13px;
    }

    .worriesAnswer__text {
      margin-top: 10px;
      text-align: left;
      max-width: 680px;
        margin: 0 auto;
    }

    .worriesAnswerFeature {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      margin-top: 40px;
      margin-bottom: 32px;
      gap: 32px;
    }

    .worriesAnswer__suggest {
      font-size: 20px;
      text-align: center;
    }

    .worriesAnswer__suggest span {
      font-size: 24px;
    }

    .worriesAnswerFeature__num {
      position: absolute;
      width: 44px;
      left: 26px;
      top: -15px;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      background-color: #fff;
    }

    .worriesAnswerFeature__item {
      border-radius: 8px;
      border: 2px solid #E6A719;
      padding: 0 0 0 26px;
      position: relative;
      background-color: #FFFCF8;
    }

    .worriesAnswerFeature__item:nth-child(1) .worriesAnswerFeature__num {
      top: -15px;
    }

    .worriesAnswerFeature__title {
      padding-bottom: 0;
      margin-bottom: 15px;
      flex-shrink: 0;
    }

    .worriesAnswerFeature__title::after {
      display: none;
    }

    .worriesAnswer__body {
      padding: 0 10px 40px;
    }
        .worriesAnswerFeature__item {
    display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
        }

        .worriesAnswerFeature__img {
          width: clamp(80px,54.55vw, 158px);
        }
}

@media screen and (max-width: 767px) {
  .worriesAnswer{
    padding: 77px 10px 40px;
  }
    .worriesAnswer__suggest br:not(:last-child) {
      display: block;
    }
  .worriesAnswer__suggest br:last-child{
    display: none;
  }
    .worriesAnswer__title br{
      display: block;
    }
.worriesAnswer__text br:nth-child(3){
  display: none;
}
.worriesAnswer__text br:last-child{
  display: none;
}
}
/* @media screen and (max-width: 500px) {
  .worriesAnswer__suggest br:last-child{
    display: none;
  }
} */
@media screen and (max-width: 374px) {
  .worriesAnswerFeature__num{
    width: 30px;
    left: 15px;
  }
  .worriesAnswerFeature__title{
    font-size: 14px;
  }
    .worriesAnswerFeature__item {
      padding: 0 0 0 15px;
    }
}
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 15px;
  width: 48px;
  display: none;
  z-index:999;
}
.pagetop img{
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, .08);
}
@media screen and (max-width: 767px){
  .pagetop {
    right: 8px;
    bottom: 24px;
  }
}
