#key {
  background: linear-gradient(90deg, rgba(3, 73, 155, 0.218925) 0%, rgba(255, 255, 255, 0.218925) 50%, rgba(3, 73, 155, 0.216124) 100%);
  text-align: center;
  padding: 46px 0 70px;
  position: relative;
  z-index: 0;
}

#key:before {
  content: '';
  width: calc(50% - 332px);
  background: linear-gradient(0deg, #2b4ca3 0%, rgba(3, 73, 155, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

#key:after {
  content: '';
  width: calc(50% - 332px);
  background: linear-gradient(180deg, #2b4ca3 0%, rgba(3, 73, 155, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}

#key img {
  width: 100%;
  height: auto;
}

.key__ttl {
  width: 688px;
  margin: 0 auto;
}

.key__achivement {
  width: 699px;
  margin: 31px auto 49px;
}

.key__person1 {
  width: 342px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 680px);
}

.key__person2 {
  width: 393px;
  position: absolute;
  bottom: 0;
  right: calc(50% - 700px);
}

@media screen and (max-width: 1200px) {
  #key {
    padding: 4vw 0 6vw;
  }
  .key__ttl {
    width: 53.75%;
  }
  .key__achivement {
    width: 54.6%;
    margin: 3vw auto;
  }
  .key__person1 {
    width: 26.7%;
    left: -2%;
  }
  .key__person2 {
    width: 30.7%;
    right: -4%;
  }
}

@media screen and (max-width: 560px) {
  #key {
    padding: 9vw 0 0;
  }
  #key:before {
    width: 100%;
    background: url("../img/top/key_bg_sp.webp") no-repeat center bottom/100%;
    clip-path: none;
  }
  #key:after {
    display: none;
  }
  #key .footer-contact__button {
    width: calc(100% - 60px);
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .key__ttl {
    width: 82.353%;
  }
  .key__achivement {
    width: 88.335%;
    margin: 3vw auto -4vw;
  }
  .key__person1 {
    width: 80.357%;
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 12.5%;
  }
  .key__person2 {
    display: none;
  }
}

#feature {
  margin: 103px 0 94px;
}

#feature .txt {
  margin-bottom: 40px;
}

.job-search {
  background: #EEF3F9;
  padding: 40px 30px;
}

.job-search__title {
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  color: #03499B;
  margin-bottom: 19px;
}

.job-search__title img {
  width: 30px;
  margin: -7px 9px 0 0;
}

.job-search__form select {
  width: 32%;
  height: 60px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  padding: 0 30px 0 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../img/common/icon_select.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 94% 50%;
  color: inherit;
}

.job-search__form input[type="text"] {
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 15px 20px;
  line-height: 29px;
  border: none;
  margin: 20px 0 40px;
}

.job-search__form input::placeholder {
  font-weight: 700;
}

.job-search__button {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  border: none;
  background: linear-gradient(90deg, #294ba2 0%, #223a7b 100%);
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

.job-search__detail {
  display: inline-block;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 27px;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 30px 0 19px;
}

.job-search__detail:after {
  content: '';
  width: 8px;
  height: 14px;
  background-image: url("../img/common/icon_right.svg");
  background-size: 100%;
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: 2px;
}

.keywords-box {
  background: #2B4CA3;
  color: #fff;
  padding: 40px 0 20px 20px;
}

.keywords-box__title {
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 19px;
}

.keywords-box__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.keywords-box__list li a {
  height: 60px;
  background: #fff;
  color: #03499B;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  padding: 0 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin: 0 20px 20px 0;
}

.keywords-box__list li a img {
  width: auto;
  margin-right: 5px;
}

@media screen and (min-width: 561px) {
  #feature {
    margin: 70px 0 80px;
  }
  #feature .txt {
    margin-bottom: 60px;
  }
  .job-search {
    padding: 30px;
  }
  .job-search__title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 19px;
  }
  .job-search__title img {
    width: 30px;
    margin: -7px 9px 0 0;
  }
  .job-search__form {
    display: flex;
    justify-content: space-between;
  }
  .job-search__form select {
    width: 13.34%;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px 0 15px;
    background-size: 14px;
    cursor: pointer;
  }
  .job-search__form input[type="text"] {
    width: 43%;
    height: 40px;
    padding: 8px 15px;
    line-height: 24px;
    margin: 0;
  }
  .job-search__button {
    max-width: none;
    width: 12.67%;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
  }
  .job-search__button:hover {
    opacity: 0.8;
  }
  .job-search__detail {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 20px;
  }
  .job-search__detail:after {
    width: 6px;
    height: 10px;
    top: 2px;
  }
  .job-search__detail:hover {
    text-decoration: none;
  }
  .keywords-box {
    padding: 20px 10px 10px 20px;
    display: flex;
    justify-content: space-between;
  }
  .keywords-box__title {
    width: 109px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 17px 0 0px;
    text-align: left;
  }
  .keywords-box__list {
    width: calc(100% - 109px);
  }
  .keywords-box__list li a {
    height: 55px;
    font-size: 14px;
    padding: 0 19px;
    margin: 0 10px 10px 0;
  }
  .keywords-box__list li a img {
    margin-right: 8px;
  }
  .keywords-box__list li a:hover {
    opacity: 0.8;
  }
}

.accountant {
  padding: 80px 0;
}

.slider {
  padding: 0 30px 9px;
}

.box-jd {
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.04);
  margin-bottom: 38px;
}

.box-jd a {
  display: block;
  padding: 40px 30px;
}

.box-jd__mark {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.box-jd__mark li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
  border-radius: 18px;
  padding: 0 10px;
}

.box-jd__title {
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 48, 101, 0.17);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.box-jd__detail dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.box-jd__detail dl dt {
  width: 100px;
  text-align: center;
  background: #DCE1EF;
  color: #2B4CA3;
  font-weight: 700;
  line-height: 30px;
  padding: 5px 0;
}

.box-jd__detail dl dd {
  width: calc(100% - 100px);
  padding-left: 15px;
  line-height: 27px;
  letter-spacing: 0;
}

.banner-list {
  padding-top: 50px;
}

.banner-list__item {
  margin-top: 30px;
}

@media screen and (min-width: 561px) {
  .slider {
    padding: 0 0 55px;
  }
  .slider .slick-list {
    overflow: visible;
  }
  .slider .slick-slide {
    margin: 0 6px;
  }
  .box-jd {
    width: 309px !important;
    margin-bottom: 0;
    transition: 0.3s all ease-in-out;
  }
  .box-jd a {
    padding: 20px;
  }
  .box-jd:hover {
    opacity: 0.8;
  }
  .box-jd__mark {
    gap: 4px 4px;
  }
  .box-jd__mark li {
    font-size: 11px;
    line-height: 16px;
    padding: 1px 8px 2px;
  }
  .box-jd__title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 8px;
    margin-bottom: 19px;
  }
  .box-jd__mark + .box-jd__title {
    margin-top: 10px;
  }
  .box-jd__detail dl {
    margin-bottom: 10px;
  }
  .box-jd__detail dl dt {
    width: 60px;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
  }
  .box-jd__detail dl dd {
    width: calc(100% - 60px);
    padding-left: 12px;
    font-size: 14px;
    line-height: 18px;
  }
  .banner-list {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.6%;
  }
  .banner-list__item {
    /* width: 32.13%; */
    margin: 0 0.6% 20px;
  }
}

#column {
  padding: 80px 0 30px;
}

#column button {
  background: transparent;
  border: none;
  cursor: pointer;
}

.column-list__item {
  margin-bottom: 50px;
}

.column-list__img button {
  width: 100%;
}

.column-list__tag {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 15px 0 14px;
}

.column-list__tag dt {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  background: #03499B;
  padding: 2px 10px 1px;
}

.column-list__tag dt button {
  color: #fff;
}

.column-list__tag dd {
  font-family: 'Noto Serif JP';
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 30px;
  color: #03499B;
}

.column-list__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 561px) {
  #column {
    padding: 80px 0 0px;
  }
  .column-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
  }
  .column-list__item {
    width: 30.304%;
    margin: 0 1.5% 50px;
  }
  .column-list__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50%;
  }
  .column-list__img button:hover img {
    opacity: 0.8;
  }
  .column-list__tag {
    margin: 11px 0 9px;
  }
  .column-list__tag dt {
    font-size: 12px;
    line-height: 18px;
    padding: 2px 10px 1px;
  }
  .column-list__tag dd {
    line-height: 21px;
  }
  .column-list__title {
    font-size: 16px;
    line-height: 30px;
  }
  .column-list__title a:hover {
    text-decoration: underline;
  }
}

#consultant {
  padding: 80px 0;
}

.consultant-box {
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
}

.consultant-box a {
  display: block;
  padding: 30px;
}

.consultant-box__title {
  font-family: 'Noto Serif JP';
  font-size: 34px;
  line-height: 49px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #03499B;
  margin: 16px 0 20px;
}

.consultant-box__title small {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  margin-left: 10px;
}

.consultant-box__list {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 29px;
  margin-bottom: 20px;
}

.consultant-box__list dt {
}
.consultant-box__list dd {
  width: calc(100% - 6em);
}

@media screen and (min-width: 561px) {
  #consultant .style__button {
    margin-top: 40px;
  }
  .consultant-box {
    margin-bottom: 30px;
    position: relative;
    transition: 0.3s all ease-in-out;
  }
  .consultant-box:after {
    content: '';
    width: 20px;
    height: 20px;
    border-top: 3px solid #03499B;
    border-right: 3px solid #03499B;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
  .consultant-box a {
    display: flex;
    justify-content: space-between;
    padding: 30px 70px 30px 30px;
  }
  .consultant-box a:hover img {
    opacity: 1 !important;
  }
  .consultant-box:hover {
    opacity: 0.8;
  }
  .consultant-box__img {
    width: 300px;
  }
  .consultant-box__content {
    width: calc(100% - 300px);
    padding-left: 40px;
  }
  .consultant-box__title {
    font-size: 30px;
    line-height: 44px;
    margin: 0px 0 15px;
  }
  .consultant-box__title small {
    font-size: 14px;
    line-height: 20px;
  }
  .consultant-box__list {
    display: flex;
    flex-wrap: wrap;
    line-height: 24px;
    margin: 0 -30px 0 0px;
    padding-bottom: 9px;
  }
  .consultant-box__list li {
    margin: 0 30px 10px 0;
  }
  .consultant-box__list li + li {
    margin-top: 0px;
  }
  .consultant-box__txt {
    font-size: 14px;
    line-height: 25px;
  }
}

#news {
  padding: 80px 0;
}

.news-box__item {
  padding: 20px 40px 20px 0;
  border-bottom: 1px solid rgba(3, 73, 155, 0.6);
  position: relative;
}

.news-box__item:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #03499B;
  border-right: 3px solid #03499B;
  position: absolute;
  right: 6px;
  bottom: 28px;
  transform: rotate(45deg);
}

.news-box__item:first-child {
  border-top: 1px solid rgba(3, 73, 155, 0.6);
}

.news-box__date {
  color: #03499B;
  font-family: 'Noto Serif JP';
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 31px;
  margin-bottom: 14px;
}

.news-box__mark {
  display: inline-block;
  margin-left: 15px;
  font-family: 'Noto Sans JP';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
  padding: 2px 10px;
  background: #03499B;
  color: #fff;
}

.news-box__title {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 29px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 29px;
}

.news-box__title a {
  display: block;
  width: 100%;
}

@media screen and (min-width: 561px) {
  #news .style__h2 {
    width: 360px;
    float: left;
    margin-bottom: 60px;
    text-align: left;
  }
  #news .style__h2:after {
    left: 0;
    transform: none;
  }
  #news .style__button {
    float: left;
    margin: 0;
  }
  .news-box {
    width: calc(100% - 360px);
    min-height: 291px;
    float: right;
    margin-bottom: 0;
  }
  .news-box__item {
    padding: 20px 45px 20px 20px;
  }
  .news-box__item:after {
    bottom: 26px;
  }
  .news-box__date {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .news-box__mark {
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .news-box__title {
    line-height: 24px;
    max-height: 24px;
  }
  .news-box__title a:hover {
    text-decoration: underline;
  }
}

#user-voice {
  padding: 80px 0;
}

.user-box {
  padding-bottom: 10px;
}

.user-box__item {
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  padding: 30px;
}

.user-box__desc {
  display: flex;
}

.user-box__avatar {
  width: 97px;
  margin-top: 6px;
}

.user-box__detail {
  width: calc(100% - 97px);
  padding-left: 20px;
}

.user-box__mark {
  display: table;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  color: #fff;
  background: #03499B;
  padding: 2px 10px;
  margin-bottom: 3px;
}

.user-box__before,
.user-box__after {
  font-family: 'Noto Serif JP';
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 35px;
}

.user-box__before .big,
.user-box__after .big {
  font-size: 35px;
  letter-spacing: 0;
}

.user-box__before .fw-mid,
.user-box__after .fw-mid {
  font-weight: 500;
}

.user-box__after {
  margin-top: 5px;
  color: #A51418;
  text-decoration: underline;
  text-decoration-color: #D6B43F;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.user-box__txt {
  margin-top: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 561px) {
  .user-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
  }
  .user-box__item {
    width: 30.304%;
    margin: 0 1.5% 30px;
    padding: 30px 20px;
  }
  .user-box__avatar {
    width: 72px;
    margin-top: 11px;
  }
  .user-box__detail {
    width: calc(100% - 72px);
    padding-left: 16px;
  }
  .user-box__mark {
    font-size: 12px;
    line-height: 19px;
    padding: 1px 10px;
    margin-bottom: 11px;
  }
  .user-box__before,
  .user-box__after {
    font-size: 16px;
    line-height: 23px;
  }
  .user-box__before .big,
  .user-box__after .big {
    font-size: 23px;
  }
  .user-box__after {
    margin-top: 6px;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1050px) {
  .user-box {
    margin: 0 -0.6%;
  }
  .user-box__item {
    width: 32.13%;
    margin: 0 0.6% 30px;
  }
  .user-box__detail {
    padding-left: 10px;
  }
}

#contact {
  padding: 80px 0;
}

#contact .style__h2 {
  padding-top: 40px;
  text-align: left;
}

#contact .style__h2:after {
  display: none;
}

#contact .style__h2 small {
  color: #fff;
  line-height: 23px;
  margin-bottom: 0;
}

.contact-box {
  background-image: url("../img/top/contact_bg_sp.webp");
  background-size: cover;
  background-position: 50%;
  color: #fff;
  position: relative;
}

.contact-box:after {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.contact-box span {
  padding: 0 55px 0 30px;
}

.contact-box__button {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

.contact-box__txt {
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-top: 20px;
  text-align: left;
  padding-bottom: 40px !important;
}

@media screen and (min-width: 561px) {
  #contact .style__h2 {
    padding-top: 44px;
  }
  #contact .style__h2 small {
    line-height: 21px;
    margin-bottom: 5px;
  }
  .contact-box {
    background-image: url("../img/top/contact_bg.webp");
    cursor: pointer;
    transition: 0.3s all ease-in-out;
  }
  .contact-box:after {
    right: 35px;
  }
  .contact-box span {
    padding: 0 60px;
  }
  .contact-box:hover {
    opacity: 0.8;
  }
  .contact-box__txt {
    width: 420px;
    padding: 0 0 45px 60px !important;
  }
}

.footer-contact {
  margin-top: 0;
}

@media only screen and (max-width: 560px) {
  #key .footer-contact__button {
    width: calc(100% - 10.71vw);
    bottom: -4.11vw;
  }
  #feature {
    margin: 18.39vw 0 16.79vw;
  }
  #feature .txt {
    margin-bottom: 7.14vw;
  }
  .job-search {
    padding: 7.14vw 5.36vw;
  }
  .job-search__title {
    font-size: 4.82vw;
    line-height: 7.14vw;
    margin-bottom: 3.39vw;
  }
  .job-search__title img {
    width: 5.36vw;
    margin: -1.25vw 1.61vw 0 0;
  }
  .job-search__form select {
    width: 32%;
    height: 10.71vw;
    font-size: 3.57vw;
    line-height: 5.18vw;
    padding: 0 5.36vw 0 2.68vw;
    background-size: 3.21vw;
    background-position: 94% 50%;
  }
  .job-search__form input[type="text"] {
    height: 10.71vw;
    padding: 2.68vw 3.57vw;
    line-height: 5.18vw;
    margin: 3.57vw 0 7.14vw;
  }
  .job-search__button {
    max-width: 50vw;
    font-size: 3.57vw;
    line-height: 5.36vw;
    padding: 2.68vw;
    border-radius: 0.89vw;
  }
  .job-search__detail {
    font-size: 3.21vw;
    line-height: 4.82vw;
    text-underline-offset: 0.54vw;
    margin: 5.36vw 0 3.39vw;
  }
  .job-search__detail:after {
    width: 1.43vw;
    height: 2.5vw;
    margin-left: 1vw;
    top: 0.36vw;
  }
  .keywords-box {
    padding: 7.14vw 0 3.57vw 3.57vw;
  }
  .keywords-box__title {
    padding-left: 3.57vw;
    font-size: 4.29vw;
    line-height: 6.43vw;
    margin-bottom: 3.39vw;
  }
  .keywords-box__list li a {
    height: 10.71vw;
    font-size: 3.57vw;
    line-height: 4.11vw;
    padding: 0 2.68vw;
    border-radius: 0.89vw;
    margin: 0 3.57vw 3.57vw 0;
  }
  .keywords-box__list li a img {
    margin-right: 0.89vw;
    width: 5vw;
  }
  .accountant {
    padding: 14.29vw 0;
  }
  .slider {
    padding: 0 7.14vw 1.61vw;
  }
  .box-jd {
    box-shadow: 0.71vw 0.71vw 0.71vw rgba(0, 0, 0, 0.04);
    margin-bottom: 6.79vw;
  }
  .box-jd:nth-child(n + 5) {
    display: none;
  }
  .box-jd a {
    padding: 7.14vw 5.36vw;
  }
  .box-jd__mark {
    gap: 1.79vw 2.68vw;
  }
  .box-jd__mark li {
    font-size: 3.21vw;
    line-height: 5.18vw;
    letter-spacing: 0.025em;
    border-radius: 3.21vw;
    padding: 0 1.79vw;
  }
  .box-jd__title {
    font-size: 4.82vw;
    line-height: 7.14vw;
    border-bottom: 0.18vw solid rgba(0, 48, 101, 0.17);
    padding-bottom: 2.68vw;
    margin-bottom: 3.57vw;
  }
  .box-jd__title .text-line1 {
    display: inherit;
  }
  .box-jd__mark + .box-jd__title {
    margin-top: 2.68vw;
  }
  .box-jd__detail dl {
    margin-bottom: 2.68vw;
  }
  .box-jd__detail dl dt {
    width: 17.86vw;
    line-height: 5.36vw;
    padding: 0.89vw 0;
  }
  .box-jd__detail dl dd {
    width: calc(100% - 17.86vw);
    padding-left: 2.68vw;
    line-height: 4.82vw;
  }
  .banner-list {
    padding-top: 8.93vw;
  }
  .banner-list__item {
    margin-top: 5.36vw;
  }
  #column {
    padding: 14.29vw 0 5.36vw;
  }
  .column-list__item {
    margin-bottom: 8.93vw;
  }
  .column-list__tag {
    margin: 2.68vw 0 2.5vw;
  }
  .column-list__tag dt {
    font-size: 3.21vw;
    line-height: 4.82vw;
    padding: 0.36vw 1.79vw 0.18vw;
  }
  .column-list__tag dd {
    line-height: 5.36vw;
  }
  .column-list__title {
    font-size: 4.29vw;
    line-height: 5.89vw;
  }
  #consultant {
    padding: 14.29vw 0;
  }
  .consultant-box {
    box-shadow: 0.71vw 0.71vw 0.71vw rgba(0, 0, 0, 0.04);
    margin-bottom: 7.14vw;
  }
  .consultant-box a {
    padding: 5.36vw;
  }
  .consultant-box__title {
    font-size: 6.07vw;
    line-height: 8.75vw;
    margin: 2.86vw 0 3.57vw;
  }
  .consultant-box__title small {
    font-size: 3.57vw;
    line-height: 5.18vw;
    margin-left: 0;
    display: block;
  }
  .consultant-box__list {
    line-height: 5.18vw;
    margin-bottom: 3.57vw;
  }
  .consultant-box__list li + li {
    margin-top: 1.79vw;
  }
  #news {
    padding: 14.29vw 0;
  }
  .news-box__item {
    padding: 3.57vw 7.14vw 3.57vw 0;
    border-bottom: 0.18vw solid rgba(3, 73, 155, 0.6);
  }
  .news-box__item:after {
    width: 1.79vw;
    height: 1.79vw;
    border-top: 0.54vw solid #03499B;
    border-right: 0.54vw solid #03499B;
    right: 1.07vw;
    bottom: 5vw;
  }
  .news-box__item:first-child {
    border-top: 0.18vw solid rgba(3, 73, 155, 0.6);
  }
  .news-box__date {
    font-size: 3.39vw;
    line-height: 5.54vw;
    margin-bottom: 2.5vw;
  }
  .news-box__mark {
    margin-left: 2.68vw;
    font-size: 3.21vw;
    line-height: 4.82vw;
    padding: 0.36vw 1.79vw;
  }
  .news-box__title {
    line-height: 5.18vw;
    max-height: 5.18vw;
  }
  #user-voice {
    padding: 14.29vw 0;
  }
  .user-box {
    padding-bottom: 1.79vw;
  }
  .user-box__item {
    box-shadow: 0.71vw 0.71vw 0.71vw rgba(0, 0, 0, 0.04);
    margin-bottom: 5.36vw;
    padding: 5.36vw;
  }
  .user-box__avatar {
    width: 17.32vw;
    margin-top: 1.07vw;
  }
  .user-box__detail {
    width: calc(100% - 17.32vw);
    padding-left: 3.57vw;
  }
  .user-box__mark {
    font-size: 3.21vw;
    line-height: 4.64vw;
    padding: 0.36vw 1.79vw;
    margin-bottom: 0.54vw;
  }
  .user-box__before,
  .user-box__after {
    font-size: 4.29vw;
    line-height: 6.25vw;
  }
  .user-box__before .big,
  .user-box__after .big {
    font-size: 6.25vw;
  }
  .user-box__after {
    margin-top: 0.89vw;
    text-decoration-thickness: 0.54vw;
    text-underline-offset: 0.89vw;
  }
  .user-box__txt {
    margin-top: 3.57vw;
  }
  #contact {
    padding: 14.29vw 0;
  }
  #contact .style__h2 {
    padding-top: 7.14vw;
  }
  #contact .style__h2 small {
    line-height: 4.11vw;
  }
  .contact-box:after {
    width: 3.57vw;
    height: 3.57vw;
    border-top: 0.54vw solid #fff;
    border-right: 0.54vw solid #fff;
    right: 6.25vw;
  }
  .contact-box span {
    padding: 0 9.82vw 0 5.36vw;
  }
  .contact-box__txt {
    line-height: 5.36vw;
    margin-top: 3.57vw;
    padding-bottom: 7.14vw !important;
  }
}