@charset "UTF-8";
@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}
@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

.view.expert-case_desc .ttl-01::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.view.expert-case_price_result::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.win .expert-pagelink .more-btn .link-bx.down::after {
  top: 5px;
  left: 8px;
}

@media screen and (max-width: 500px) {
  .expert-heading span {
    -webkit-transform: translateX(-130%);
    transform: translateX(-130%);
  }
}

@media screen and (max-width: 500px) {
  .expert-heading .desc {
    width: 100%;
  }
  .expert-heading .desc .desc-txt {
    padding-left: calc(12.5% + 10px);
    padding-right: calc(12.5% - 10px);
  }
}

.expert-heading .desc-txt {
  margin-top: 0;
}

.expert-list {
  margin-bottom: 5%;
}

@media screen and (max-width: 500px) {
  .expert-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .expert-list .desc {
    padding: 5% 5% 5% 0;
  }
}

@media screen and (max-width: 768px) {
  .expert-list .more-btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .expert-list .more-btn {
    margin-top: 10px;
    margin-left: 50%;
  }
}

.expert-list:last-child {
  margin-bottom: 0;
}

.expert-list .thumb {
  height: 400px;
}

@media screen and (max-width: 1024px) {
  .expert-list .thumb {
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .expert-list .thumb {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .expert-list .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 200px;
  }
}

.expert-list .thumb img {
  height: 400px;
}

@media screen and (max-width: 1024px) {
  .expert-list .thumb img {
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .expert-list .thumb img {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .expert-list .thumb img {
    height: 200px;
  }
}

.expert-list .mv-tag_1 {
  left: 0;
  bottom: 10%;
}

.expert-list .mv-tag_2 {
  left: 50%;
  bottom: 30%;
}

@media screen and (max-width: 1024px) {
  .expert-list .mv-tag_2 {
    bottom: 33%;
  }
}

@media screen and (max-width: 768px) {
  .expert-list .mv-tag_2 p {
    padding: 0px 10px 5px 10px;
  }
  .expert-list .mv-tag_2 .odometer.odometer-auto-theme {
    padding-bottom: 4px;
  }
  .expert-list .mv-tag_2 .odometer-digit {
    letter-spacing: 0.2em;
  }
}

.expert-list .mv-tag p {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .expert-list .mv-tag p {
    font-size: 2.4rem;
    line-height: 1.1;
  }
}

.expert-list_desc .desc {
  height: 270px;
}

@media screen and (max-width: 1024px) {
  .expert-list_desc .desc {
    height: 255px;
  }
}

@media screen and (max-width: 768px) {
  .expert-list_desc .desc {
    height: 220px;
  }
}

@media screen and (max-width: 500px) {
  .expert-list_desc .desc {
    height: auto;
  }
}

.expert-list_desc .desc-txt {
  padding-right: 15%;
}

@media screen and (max-width: 500px) {
  .expert-list_desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.expert-pagelink {
  padding-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .expert-pagelink > .d-f {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .expert-pagelink .fl25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.expert-pagelink .more-btn {
  width: 90%;
  margin-top: 25px;
}

.expert-pagelink .more-btn span {
  font-size: 1.6rem;
}

@media screen and (max-width: 500px) {
  .expert-pagelink .more-btn span {
    font-size: 1.5rem;
  }
}

.expert-message > .desc {
  width: 75%;
  margin-left: 25%;
}

.expert-message > .desc .desc-txt {
  width: 70%;
}

@media screen and (max-width: 500px) {
  .expert-message > .desc {
    width: 75%;
    margin-left: 25%;
  }
  .expert-message > .desc .ttl-01 {
    width: inherit;
  }
}

.expert-message_lists {
  padding-bottom: 8%;
}

.expert-message_list {
  margin-bottom: 3%;
}

@media screen and (max-width: 500px) {
  .expert-message_list {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .expert-message_list > .fl50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.expert-message_list .staff-desc dt {
  margin-top: 0;
}

.expert-message_list:last-child {
  margin-bottom: 0;
}

.expert-message .thumb {
  height: 300px;
}

@media screen and (max-width: 500px) {
  .expert-message .thumb {
    height: 240px;
  }
}

.expert-message .thumb img {
  height: 300px;
  -o-object-position: top;
  object-position: top;
}

@media screen and (max-width: 500px) {
  .expert-message .thumb img {
    height: 240px;
  }
}

.expert-message .staff-desc dd > span {
  margin: 30px 0 12px;
  display: inline-block;
}

.expert-message .blue-tag {
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 500px) {
  .expert-message .blue-tag {
    margin: 0 16% 6px 0;
    padding: 6px 10px;
  }
}

@media screen and (max-width: 370px) {
  .expert-message .blue-tag {
    margin: 0 15% 5px 0;
  }
}

.expert-message_txt {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .expert-message_txt {
    padding: 20px 0;
  }
}

.expert-message_txt dl {
  margin: auto 0;
  padding: 0 20px;
  overflow: hidden;
}

.expert-message_txt dl dt {
  font-weight: bold;
  margin-bottom: 20px;
}

.expert-ask {
  background-color: #eee;
}

.expert-contact {
  padding-top: 8%;
}

@media screen and (max-width: 768px) {
  .expert-contact {
    padding-top: 40px;
  }
}

.expert-contact_thumb {
  position: relative;
  height: 380px;
}

@media screen and (max-width: 1024px) {
  .expert-contact_thumb {
    height: 340px;
  }
}

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

@media screen and (max-width: 500px) {
  .expert-contact_thumb {
    height: 220px;
  }
}

.expert-contact_thumb img {
  height: 380px;
}

@media screen and (max-width: 1024px) {
  .expert-contact_thumb img {
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .expert-contact_thumb img {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .expert-contact_thumb img {
    height: 220px;
  }
}

@media screen and (max-width: 500px) {
  .expert-contact_desc {
    width: 100%;
  }
  .expert-contact_desc span {
    -webkit-transform: translateX(-125%);
    transform: translateX(-125%);
  }
}

.expert-contact_desc .desc-txt {
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  .expert-contact_desc .desc-txt {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}

.expert-contact_desc .desc-txt dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .expert-contact_desc .desc-txt dt {
    margin-bottom: 30px;
  }
}

.expert-contact_desc .desc-txt dd {
  padding-right: 40px;
}

@media screen and (max-width: 500px) {
  .expert-contact_desc .desc-txt dd {
    padding-right: 0px;
  }
}

.expert-service {
  background-color: #eee;
}

.expert-service_heading {
  background-color: #fff;
  width: 25%;
  padding: 3% 0;
}

@media screen and (max-width: 768px) {
  .expert-service_heading {
    width: 50%;
  }
}

.expert-service_heading .ttl-ruby {
  margin-bottom: 0;
}

.expert-service_wrap {
  height: 820px;
  overflow-y: auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .expert-service_wrap {
    height: 700px;
  }
}

@media screen and (max-width: 500px) {
  .expert-service_wrap {
    height: 500px;
  }
}

.safari .expert-service_wrap .scrollwrap {
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  background-color: rgba(200, 200, 200, 0.5);
}

@media screen and (max-width: 1024px) {
  .safari .expert-service_wrap .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #009ce6;
    width: 6px;
    height: 100%;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.expert-service_nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  background-color: #eee;
}

.expert-service_desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  overflow-y: auto;
  background-color: #fff;
  position: relative;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}

.expert-service_desc #articles {
  position: relative;
}

@media screen and (max-width: 500px) {
  .android .expert-service_desc #articles .w-back2 span {
    width: calc(33.33% + 1px);
  }
  .android .expert-service_desc #articles .w-back2 span:nth-child(1) {
    width: calc(33.33% + 2px);
  }
  .android .expert-service_desc #articles .w-back2 span:nth-child(2) {
    left: calc(33.33% + 2px);
  }
  .android .expert-service_desc #articles .w-back2 span:nth-child(3) {
    left: calc(66.66% + 3px);
  }
}

.expert-service_desc #articles::before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(180, 180, 180, 0.5);
  content: "";
  right: calc(33.33% - 5px);
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .expert-service_desc #articles::before {
    right: calc(33.33% - 4px);
  }
  .safari .expert-service_desc #articles::before {
    right: 33.33%;
  }
}

@media screen and (max-width: 500px) {
  .expert-service_desc #articles::before {
    right: calc(33.33% - 5.2px);
  }
}

.expert-service_desc #articles::after {
  right: calc(66.66% - 3px);
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(180, 180, 180, 0.5);
  content: "";
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .expert-service_desc #articles::after {
    right: calc(66.66% - 2px);
  }
  .safari .expert-service_desc #articles::after {
    right: 66.66%;
  }
}

@media screen and (max-width: 500px) {
  .expert-service_desc #articles::after {
    right: calc(66.66% - 2.5px);
  }
}

.expert-service_desc .ttl-01 {
  display: block;
}

.expert-service_desc .desc-txt {
  margin-top: 0;
}

.expert-service_desc p {
  padding: 30px 25px;
}

.expert-service_desc::-webkit-scrollbar {
  width: 8px;
  background: rgba(200, 200, 200, 0.5);
}

@media screen and (max-width: 1024px) {
  .safari .expert-service_desc::-webkit-scrollbar {
    width: 6px;
    background: transparent;
  }
}

.expert-service_desc::-webkit-scrollbar-thumb {
  background-color: #009ce6;
}

@media screen and (max-width: 1024px) {
  .safari .expert-service_desc::-webkit-scrollbar-thumb {
    background: transparent;
  }
}

.expert-service_desc .sec {
  padding: 3% 0;
}

.expert-service_desc .sec:last-child {
  padding: 3% 0 10%;
}

.expert-service_desc .ttl-ruby {
  margin-bottom: 25px;
}

.expert-service_title {
  position: relative;
  overflow: hidden;
}

.expert-service_title a {
  display: block;
  padding: 20px 0 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 1100px) and (max-height: 780px) {
  .expert-service_title a {
    padding: 8px 0 12px;
  }
}

.expert-service_title a .ttl-01 {
  display: block;
}

@media screen and (min-width: 1100px) and (max-height: 780px) {
  .expert-service_title a .ttl-01 {
    font-size: 5vh;
  }
}

@media screen and (max-width: 1024px) {
  .expert-service_title a .ttl-01 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .expert-service_title a .ttl-01 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .expert-service_title a .ttl-01 {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 1100px) and (max-height: 780px) {
  .expert-service_title a .ttl-ruby {
    font-size: 2.4vh;
  }
}

@media screen and (max-width: 768px) {
  .expert-service_title a .ttl-ruby {
    font-size: 1.7rem;
  }
}

.expert-service_title a.active {
  background-color: #fff;
}

.expert-service_title a.active .ttl-01 span,
.expert-service_title a.active .ttl-ruby span {
  color: #065bab;
}

.expert-service_title a.active .ttl-01::before {
  -webkit-animation: coloringBg 0.5s ease forwards;
  animation: coloringBg 0.5s ease forwards;
}

.expert-service_ttlwrap {
  display: inline-block;
}

.expert-service_thumb {
  position: relative;
  height: 400px;
}

@media screen and (max-width: 1024px) {
  .expert-service_thumb {
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .expert-service_thumb {
    height: 320px;
  }
}

@media screen and (max-width: 500px) {
  .expert-service_thumb {
    height: 240px;
  }
}

.expert-service_thumb img {
  height: 400px;
}

@media screen and (max-width: 1024px) {
  .expert-service_thumb img {
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .expert-service_thumb img {
    height: 320px;
  }
}

@media screen and (max-width: 500px) {
  .expert-service_thumb img {
    height: 240px;
  }
}

.expert-service .ttl-01::before {
  background-color: #000;
}

.expert-case {
  padding-top: 3%;
}

.expert-case_ttl {
  overflow: hidden;
  padding-bottom: 30px;
}

.expert-case_ttl h2 {
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  padding-left: 30px;
}

@media screen and (max-width: 500px) {
  .expert-case_ttl h2 {
    padding-left: 16px;
  }
}

.expert-case_ttl p.desc-txt {
  margin-top: 0;
  padding-left: 0%;
  display: inline-block;
}

.expert-case_ttl .blue-tag {
  font-size: 2rem;
  padding: 4px 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .expert-case_ttl .blue-tag {
    padding: 4px 16px;
  }
}

.expert-case_list {
  padding-bottom: 3%;
}

.expert-case_sublist:nth-child(even) .expert-case_thumb {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 500px) {
  .expert-case_sublist:nth-child(even) .expert-case_thumb {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
  }
}

.expert-case_sublist:nth-child(even) .expert-case_desc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 500px) {
  .expert-case_sublist:nth-child(even) .expert-case_desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
  }
}

.expert-case_sublist .flow_arrows {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 20px;
}

.expert-case_thumb {
  position: relative;
  height: 300px;
}

@media screen and (max-width: 1024px) {
  .expert-case_thumb {
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .expert-case_thumb {
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .expert-case_thumb {
    height: 260px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.expert-case_thumb img {
  height: 300px;
}

@media screen and (max-width: 1024px) {
  .expert-case_thumb img {
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .expert-case_thumb img {
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .expert-case_thumb img {
    height: 260px;
  }
}

.expert-case_desc {
  padding: 3% 0;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .expert-case_desc {
    height: 240px;
  }
}

@media screen and (max-width: 500px) {
  .expert-case_desc {
    height: auto;
    padding: 20px 0;
  }
}

.expert-case_desc .desc-txt {
  margin-top: 0;
  padding-left: 0;
}

.expert-case_desc .ttl-01 {
  padding-left: 0;
  padding-bottom: 0;
  line-height: 1.7;
  width: 100%;
  letter-spacing: inherit;
}

.expert-case_desc .ttl-01::before {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(200, 200, 200, 0.5);
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.expert-case_desc .ttl-01 span {
  font-weight: normal;
  font-size: 2rem;
  padding-left: 20px;
}

.expert-case_desc .ttl-ruby {
  padding-left: 0;
}

.expert-case_desc .ttl-ruby span {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 6px;
  padding-left: 20px;
  padding-right: 3%;
  display: inline-block;
}

.expert-case_desc h3 {
  position: relative;
  padding-bottom: 10px;
}

.expert-case_desc h3 span {
  font-size: 2rem;
  padding-left: 20px;
}

.expert-case_desc p span {
  margin-top: 6px;
  padding-left: 20px;
  display: inline-block;
}

.expert-case_price {
  background-color: #eee;
  padding-top: 20px;
}

.expert-case_price .w-50 {
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .expert-case_price .w-50 {
    width: 100%;
  }
}

.expert-case_price .desc-txt {
  display: inline-block;
  margin-top: 0;
  padding-left: 0;
}

.expert-case_price .blue-tag {
  font-size: 2rem;
  padding: 4px 30px;
  -webkit-transition: 0.8s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.2s;
  transition: 0.8s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.2s;
}

@media screen and (max-width: 500px) {
  .expert-case_price .blue-tag {
    margin-bottom: 10px;
  }
}

.expert-case_price .d-f {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.expert-case_price_item {
  position: relative;
  z-index: 3;
  padding: 8px 0;
  overflow: hidden;
}

.expert-case_price_item .slide-r {
  padding-left: 8px;
}

@media screen and (max-width: 500px) {
  .expert-case_price_item .slide-r {
    padding-left: 20px;
  }
}

.expert-case_price_item .slide-l {
  padding-right: 8px;
  position: relative;
  padding-left: 14px;
}

@media screen and (max-width: 768px) {
  .expert-case_price_item .slide-l {
    padding-left: 12px;
  }
}

@media screen and (max-width: 500px) {
  .expert-case_price_item .slide-l {
    padding-right: 20px;
  }
}

.expert-case_price_item .slide-l::before {
  content: "¥";
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.expert-case_price_result {
  z-index: 3;
  position: relative;
  padding: 10px 0px;
}

.expert-case_price_result::before {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(200, 200, 200, 0.5);
  content: "";
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.5s;
  transition: -webkit-transform 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.5s;
  transition: transform 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.5s;
  transition: transform 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.5s,
    -webkit-transform 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.5s;
}

.expert-case_price_result span {
  font-size: 1.8rem;
  font-weight: bold;
}

.expert-case_price_result div {
  overflow: hidden;
}

.expert-case_price_result .slide-r {
  padding-left: 8px;
}

@media screen and (max-width: 500px) {
  .expert-case_price_result .slide-r {
    padding-left: 20px;
  }
}

.expert-case_price_result .slide-l {
  padding-right: 8px;
  position: relative;
  padding-left: 16px;
}

@media screen and (max-width: 768px) {
  .expert-case_price_result .slide-l {
    padding-left: 14px;
  }
}

@media screen and (max-width: 500px) {
  .expert-case_price_result .slide-l {
    padding-right: 20px;
  }
}

.expert-case_price_result .slide-l::before {
  content: "¥";
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.expert-case_price_comment span {
  font-size: 1.4rem;
  font-weight: normal;
}

.expert-features {
  padding-bottom: 8%;
}

@media screen and (max-width: 500px) {
  .expert-features .desc.p-3 {
    padding: 5% 0 40px;
  }
}

.expert-features .desc-head {
  margin-top: 0;
}
/*# sourceMappingURL=expert.min.css.map */
