@charset "UTF-8";
body {
  font-size: 75%;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  box-sizing: border-box;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .forPC {
    display: none;
  }
}

@media screen and (min-width:769px) {
  .forSP {
    display: none;
  }
}

@media (min-width: 600px) {
  .consultant-mv.forPC {
    display: block !important;
  }
  .consultant-mv.forSP {
    display: none;
  }
  .consultant-mv__under.forSP {
    display: none;
  }
}
@media (max-width: 599px) {
  .consultant-mv.forPC {
    display: none;
  }
  .consultant-mv.forSP {
    display: block;
  }
}
.main {
  width: 670px;
}
@media screen and (max-width:768px) {
  .main {
    width: 100%;
  }
}

.consultant__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

@media (min-width: 769px) {
  .side_search {
    display: none;
  }
  #side .sideSearch,
  #side .sideSearch,
  #side .sideSearch {
    position: sticky;
  }
  #side .sideSearch,
  #side .sideSearch {
    top: 10px;
  }
  #side .sideSearch {
    top: 100px;
  }
  #side .sideSearch form,
  #side .sideSearch form,
  #side .sideSearch form {
    margin-bottom: 20px;
  }
}
.layout-inner {
  padding: 24px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.button-more {
  text-align: center;
  margin-top: 12px;
}
.button-more__link {
  color: #1e5fb3;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.consultant__button-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .consultant__button-box {
    align-items: center;
    margin-bottom: 24px;
  }
}
.consultant__button-box .consultant__note {
  display: block;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}

.button-primary {
  width: 549px;
  padding: 10px 24px;
  margin: 0 auto;
  border-radius: 5px;
  background: radial-gradient(100% 100% at 50% 0%, #d4306d 0%, #b80548 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .button-primary {
    width: 85%;
    min-width: 319px;
  }
}
.button-primary::before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  right: 16px;
}
.button-primary__free {
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #e2276e;
  width: 44px;
  height: 44px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width:768px) {
  .button-primary__free {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.button-primary__text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width:768px) {
  .button-primary__text {
    font-size: 16px;
    text-align: left;
  }
}

.consultant__note {
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}

@media screen and (max-width:768px) {
  .common-cta__inner .button-primary {
    min-width: auto;
  }
}
.common-cta {
  width: 100%;
  height: 272px;
  border-radius: 5px;
  background: url(../../images/bg_common_cta_pc.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .common-cta {
    height: unset;
    padding-top: 72px;
  }
}
@media screen and (max-width:430px) {
  .common-cta {
    width: 93vw;
    margin: 0px auto;
    padding: 0;
    background: url(../../images/bg_common_cta_sp.png) no-repeat top/cover;
  }
}
.common-cta__inner {
  padding: 48px 282px 30px 24px;
  height: 100%;
  width: 368px;
}
@media screen and (max-width:768px) {
  .common-cta__inner {
    padding: 24px 16px 16px;
    height: 100%;
    width: auto;
  }
}
.common-cta__inner .button-primary {
  width: 100%;
  height: 48px;
  margin-bottom: 8px;
}
@media screen and (max-width:768px) {
  .common-cta__inner .button-primary {
    margin-bottom: 10px;
  }
}
.common-cta__inner .button-primary__free {
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 160%;
}
.common-cta__inner .button-primary__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.common-cta__heading {
  color: #1e5fb3;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8px;
}
@media screen and (max-width:768px) {
  .common-cta__heading {
    font-size: clamp(13px, 3.733vw, 16px);
    font-weight: 700;
    line-height: 160%;
    text-align: left;
  }
}
.common-cta__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border: 1px solid #1e5fb3;
}
.common-cta__text {
  color: #1e5fb3;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
}
.common-cta__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-left: 16px;
  padding-left: 8px;
  border-left: 1px solid #1e5fb3;
}
@media screen and (max-width:768px) {
  .common-cta__link {
    margin-left: 12px;
  }
}
.common-cta__icon {
  width: 32px;
  height: 19px;
}
.common-cta__tel {
  color: #1e5fb3;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  gap: 4px;
}
.common-cta__note {
  color: #1e5fb3;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.12px;
}

.basemain {
  margin: 0 auto 5em;
  max-width: 1000px;
}

.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-mv {
  width: 99vw;
  margin: 0 calc(50% - 50vw) 64px;
  height: 238px;
  background: url(../../images/bg_consultant-top_mv_pc.jpg) no-repeat top/cover;
}
@media screen and (max-width:768px) {
  .top-mv {
    height: 56vh;
    min-height: 343px;
    width: 100%;
    background: url(../../images/bg_consultant-top_mv_sp.jpg) no-repeat bottom/cover;
    margin-bottom: 24px;
  }
}
@media screen and (max-width:430px) {
  .top-mv {
    height: 48vh;
  }
}
.top-mv__inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 42px 0;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .top-mv__inner {
    width: 94%;
    padding: 4vh 0 0;
  }
}
@media screen and (max-width:768px) {
  .top-mv__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.top-mv__title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1e5fb3;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .top-mv__title {
    font-size: 24px;
    margin-bottom: 12.5px;
  }
}
@media screen and (max-width:768px) {
  .top-mv__icon {
    width: 32px;
    height: 32px;
  }
}
.top-mv__disc {
  color: #1e5fb3;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width:768px) {
  .top-mv__disc {
    font-size: 14px;
  }
}

.consultant-top__title {
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  height: 52px;
  padding: 8px 8px 8px 16px;
  border-radius: 5px;
  background: #0c3f81;
  box-sizing: border-box;
}

.js-tab-content {
  display: none;
}

.js-tab-content.is-active {
  display: block;
}

.area-list {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .area-list {
    margin-bottom: 24px;
  }
}
.area-list__items {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 8px;
}
@media screen and (max-width:768px) {
  .area-list__items {
    place-items: center;
    width: 93%;
    margin: 0 auto;
  }
}
.area-list__item {
  display: flex;
  justify-content: center;
  width: 161px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #1e5fb3;
  color: #1e5fb3;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  cursor: pointer;
  transition: 0.3s;
}
.area-list__item:hover {
  opacity: 0.8;
}
@media screen and (max-width:430px) {
  .area-list__item:hover {
    opacity: 1;
  }
}
@media screen and (max-width:430px) {
  .area-list__item {
    width: 100%;
    padding: 8px 0;
  }
}
.area-list__item.is-active {
  background: #1e5fb3;
  color: #fff;
}

.area-support__wrap {
  background: #f5f4f4;
  margin-bottom: 24px;
  padding: 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .area-support__wrap {
    align-items: baseline;
  }
}
.area-support__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  padding-right: 4px;
  white-space: nowrap;
}
.area-support__list {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 4px;
  font-weight: 300;
  flex-wrap: wrap;
}
.area-support__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.main .area {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .main .area {
    width: 93%;
    margin: 0 auto 56px;
  }
}
.area__consultant {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 17px;
}
@media screen and (max-width:768px) {
  .area__consultant {
    gap: 16px;
  }
}
@media screen and (max-width:768px) {
  .area__consultant-item {
    width: 100%;
  }
}
.area__consultant-item a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 212px;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(12, 63, 129, 0.17);
  position: relative;
  overflow: hidden;
}
.area__consultant-item a::before {
  content: "";
  width: 42px;
  height: 42px;
  background: url(../../images/arrow_area_cardlis_rightt.svg) no-repeat top/cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  .area__consultant-item a {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}
.area__consultant-image {
  background: linear-gradient(155deg, #F8FBFF 39.38%, #DCEBFF 83.65%);
  width: 188px;
  height: 155px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .area__consultant-image {
    width: 113px;
    height: 113px;
  }
}
.area__consultant-image img {
  width: 79%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
}
.area__consultant-image img.no-image {
  width: 100%;
}
@media screen and (max-width:768px) {
  .area__consultant-image img {
    width: 93%;
    top: 53%;
  }
}
.area__consultant-disc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  height: calc(100% - 200px);
}
@media screen and (max-width:768px) {
  .area__consultant-disc {
    width: calc(100% - 125px);
    gap: 4px;
    height: 100%;
  }
}
.area__consultant-name {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  height: auto;
  max-height: 36px;
}
.area__consultant-text {
  color: #1e5fb3;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  height: 88px;
  padding-top: 12px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width:768px) {
  .area__consultant-text {
    padding-top: 0;
    border-top: none;
  }
}

.satisfaction {
  margin-bottom: 56px;
}
@media screen and (max-width:768px) {
  .satisfaction__inner {
    width: 93%;
    margin: 0 auto;
  }
}
.satisfaction__image {
  display: block;
  margin-bottom: 12px;
}
.satisfaction__image img{
  width: 100%;
}
.satisfaction__link {
  width: 230px;
  height: 36px;
  padding: 8px;
  background-color: #1e5fb3;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  display: block;
  margin-left: auto;
  position: relative;
}
.satisfaction__link::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-left: transparent;
  border-bottom: transparent;
  position: absolute;
  right: 0px;
  top: 0;
  transform: rotate(45deg) translateY(80%);
}

.more-links {
  margin-bottom: 48px;
}
.more-links__title {
  color: #1E5FB3;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 auto 24px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width:768px) {
  .more-links__title {
    text-align: center;
  }
}
.more-links__title::after {
  content: "";
  background: url(../../images/ico_voiceline_right_blue600.svg) no-repeat center/cover;
  width: 20px;
  height: 30px;
  position: absolute;
  right: -28px;
  bottom: 0;
}
.more-links__title::before {
  content: "";
  background: url(../../images/ico_voiceline_right_blue600.svg) no-repeat center/cover;
  width: 20px;
  height: 30px;
  position: absolute;
  left: -28px;
  bottom: 0;
  transform: scaleX(-1);
}
.more-links__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width:768px) {
  .more-links__items {
    justify-content: center;
    gap: 6px;
    width: 93%;
    margin: 0 auto;
  }
}
.more-links__item {
  padding: unset;
  gap: 12px;
  background: none;
  border: none;
  width: 212px;
  height: 85px;
  display: unset;
}
@media screen and (max-width:768px) {
  .more-links__item {
    width: calc(33% - 2px);
  }
}
.more-links__item a {
  width: 100%;
  height: 100%;
  color: var(---text-white, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  position: relative;
  border-radius: 5px;
  border: 1px solid var(---border-blue700, #1E5FB3);
  background: radial-gradient(83.34% 83.33% at 49.84% 16.67%, #1383C8 0%, #004692 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  .more-links__item a {
    font-size: 14px;
  }
}
.more-links__item a::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-left: transparent;
  border-bottom: transparent;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: rotate(45deg) translateY(-78%);
}
@media screen and (max-width:430px) {
  .more-links__item a::after {
    right: 16px;
  }
}/*# sourceMappingURL=style.css.map */