/* 旧 body グローバルの代替（コンテンツ領域のみ） */
.page-wrap.is-legacy{font-family:"Noto Sans JP",sans-serif;color:#282828;font-size:14px;font-weight:400;line-height:1;}
:where(.page-wrap.is-legacy) h1,
:where(.page-wrap.is-legacy) h2,
:where(.page-wrap.is-legacy) h3,
:where(.page-wrap.is-legacy) h4 {
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
}

:where(.page-wrap.is-legacy) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
:where(.page-wrap.is-legacy) ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}

:where(.page-wrap.is-legacy) p {
  margin: 0;
  padding: 0;
}

:where(.page-wrap.is-legacy) a {
  color: #282828;
  text-decoration: none;
}

:where(.page-wrap.is-legacy) img {
  vertical-align: bottom;
}

:where(.page-wrap.is-legacy) svg path,
:where(.page-wrap.is-legacy) svg polygon,
:where(.page-wrap.is-legacy) svg rect {
  fill-rule: evenodd;
  clip-rule: evenodd;
}

:where(.page-wrap.is-legacy) br.pc {
  display: inline;
}
@media screen and (max-width: 640px) {
  :where(.page-wrap.is-legacy) br.pc {
    display: none;
  }
}
:where(.page-wrap.is-legacy) br.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  :where(.page-wrap.is-legacy) br.sp {
    display: inline;
  }
}

:where(.page-wrap.is-legacy) .scroll-hidden {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
@media screen and (max-width: 640px) {
  :where(.page-wrap.is-legacy) .scroll-hidden {
    top: 7.8125vw;
  }
}
:where(.page-wrap.is-legacy) .scroll-fade {
  top: 0;
  opacity: 1;
}

:where(.page-wrap.is-legacy) .u-pc-only {
  display: block;
}

:where(.page-wrap.is-legacy) .u-pc-only-inline {
  display: inline-block;
}

:where(.page-wrap.is-legacy) .u-sp-only {
  display: none;
}

:where(.page-wrap.is-legacy) .u-sp-only-inline {
  display: none;
}

@media screen and (max-width: 640px) {
  :where(.page-wrap.is-legacy) .u-pc-only {
    display: none;
  }
  :where(.page-wrap.is-legacy) .u-pc-only-inline {
    display: none;
  }
  :where(.page-wrap.is-legacy) .u-sp-only {
    display: block;
  }
  :where(.page-wrap.is-legacy) .u-sp-only-inline {
    display: inline-block;
  }
}

/* 旧ヘッダー（移行後削除） */
/*.ascp-sv__header_office {
  width: calc(100% - 662px);
}*/

/* 旧フッター */

.ascp-sv__cmn_breadcrumb {
  min-width: 1000px;
  padding: 19px 0;
  /*margin-top: 76px;
  border-top: 1px solid #eee;*/
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_breadcrumb {
    min-width: 100%;
    border-top: 0.3125vw solid #e5e5ea;
    padding: 2.96875vw 0;
	margin-top: 16vw;
  }
}
.ascp-sv__cmn_breadcrumb-text {
  width: 980px;
  font-size: 12px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_breadcrumb-text {
    width: calc(100% - 10vw);
    font-size: 2.8125vw;
  }
}
.ascp-sv__cmn_breadcrumb-text > a {
  display: inline-block;
  position: relative;
  color: #2889f5;
}
.ascp-sv__cmn_breadcrumb-text > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #2889f5;
  opacity: 0;
  -webkit-transition: width 0.4s, opacity 0.4s;
  transition: width 0.4s, opacity 0.4s;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_breadcrumb-text > a::after {
    width: 100%;
    opacity: 1;
  }
}
.ascp-sv__cmn_breadcrumb-text > a:hover::after {
  width: 100%;
  opacity: 1;
}
.ascp-sv__cmn_lower-title {
  min-width: 1000px;
  background-color: #f5f5f5;
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_lower-title {
    min-width: 100%;
    padding: 6.25vw 0;
  }
}
.ascp-sv__cmn_lower-title > h2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: center;
  letter-spacing: 0.04em;
  padding-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_lower-title > h2 {
    font-size: 7.8125vw;
    padding-bottom: 3.4375vw;
  }
}
.ascp-sv__cmn_lower-title > h2.text-black {
  color: #282828;
}
.ascp-sv__cmn_lower-title > h2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #2889f5;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_lower-title > h2::after {
    width: 6.25vw;
    height: 0.3125vw;
  }
}
.ascp-sv__cmn_h3 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.ascp-sv__cmn_h3.no-caption {
  margin-bottom: 60px;
}
.ascp-sv__cmn_h3.service {
  letter-spacing: 0.02em;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.ascp-sv__cmn_h3.service::after {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_h3 {
    width: calc(100% - 10vw);
    font-size: 6.25vw;
    padding-bottom: 2.5vw;
    margin-right: auto;
    margin-bottom: 3.125vw;
    margin-left: auto;
  }
  .ascp-sv__cmn_h3.no-caption {
    margin-bottom: 9.375vw;
  }
  .ascp-sv__cmn_h3.service {
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__cmn_h3::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #2889f5;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_h3::after {
    width: 6.25vw;
    height: 0.3125vw;
  }
}
.ascp-sv__cmn_h3.white {
  color: #fff;
}
.ascp-sv__cmn_h3.white::after {
  background-color: #fff;
}
.ascp-sv__cmn_h3.trouble {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_h3.trouble {
    font-size: 7.8125vw;
    margin-bottom: 9.375vw;
  }
}
.ascp-sv__cmn_h3.trouble::after {
  display: none;
}
.ascp-sv__cmn_h3.trouble > span {
  color: #2889f5;
}
.ascp-sv__cmn_caption {
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.4285;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_caption {
    width: calc(100% - 10vw);
    margin-right: auto;
    margin-bottom: 9.375vw;
    margin-left: auto;
  }
}
.ascp-sv__cmn_btn {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_btn {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__cmn_btn.margin {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_btn.margin {
    margin-bottom: 9.375vw;
  }
}
.ascp-sv__cmn_btn--anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 80px;
  color: #2889f5;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  border: 2px solid #2889f5;
  border-radius: 40px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_btn--anchor {
    height: 15.625vw;
    font-size: 4.6875vw;
    line-height: 1.2;
    border: 0.625vw solid #2889f5;
    border-radius: 7.8125vw;
  }
}
.ascp-sv__cmn_btn--anchor.no-border {
  border: none;
}
.ascp-sv__cmn_btn--anchor > span {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascp-sv__cmn_btn--anchor::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2889f5;
  -webkit-transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.ascp-sv__cmn_btn--anchor::after {
  position: absolute;
  z-index: 1;
  right: 40px;
	top:28px;
content: "\f054";
font-weight: 900;
font-family: "Font Awesome 5 Free";
font-size:20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_btn--anchor::after {
    right: 4.6875vw;
    width: 2.8125vw;
    height: 4.6875vw;
  }
.ascp-sv__cmn_btn--anchor::after {
	top:3.9vw;
}
.ascp-sv__cmn_btn--anchor > span {
padding-left:0.5em;
padding-right:2.0em;
font-size:0.9em;
}
}
.ascp-sv__cmn_btn--anchor:hover {
  color: #fff !important;
  background-color: #2889f5;
  -webkit-transition: background-color 1.2s;
  transition: background-color 1.2s;
}
.ascp-sv__cmn_btn--anchor:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ascp-sv__cmn_btn--anchor:hover::after {
  color:#FFF !important;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_btn--anchor:hover {
    color: #2889f5;
    background-color: #fff;
  }
  .ascp-sv__cmn_btn--anchor:hover::before {
    background-color: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .ascp-sv__cmn_btn--anchor:hover::after {
    background-image: url("/img/service/icon_arrow_blue.svg");
  }
}
.ascp-sv__cmn_article-list {
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list {
    margin-bottom: 9.375vw;
  }
}
.ascp-sv__cmn_article-list > li {
  display: inline-block;
  width: 313px;
  vertical-align: top;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list > li {
    display: block;
    width: 100%;
    margin-bottom: 4.6875vw;
  }
}
.ascp-sv__cmn_article-list > li.new > a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2040%22%3E%3Cpath%20d%3D%22M0%2C40H90l10-10V0H0%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M0%2C0V40H90l10-10V0H0ZM38.05%2C29.24h-4.83l-7-9.54c-.25-.38-.48-.77-.68-1.17-.31-.59-.64-1.27-1-2.06%2C.1%2C.77%2C.17%2C1.46%2C.22%2C2.05s.07%2C1.13%2C.07%2C1.59v9.13h-4.83V10.76h4.86l7%2C9.51c.13%2C.19%2C.35%2C.58%2C.66%2C1.16s.65%2C1.28%2C1%2C2.09c-.1-.76-.18-1.45-.22-2s-.07-1.13-.07-1.59V10.76h4.83V29.24Zm15.28-14.43h-6.41v3.19h6v4h-6v3.1h6.41v4.14h-11.34V10.76h11.34v4.05Zm21.45%2C14.43h-4.68l-2.28-7.89c-.08-.28-.22-.82-.42-1.63-.08-.36-.15-.64-.2-.84l-.18%2C.74c-.19%2C.82-.34%2C1.39-.44%2C1.73l-2.24%2C7.89h-4.69l-5.21-18.48h5.09l2.12%2C8.84c.1%2C.45%2C.2%2C.9%2C.29%2C1.36s.19%2C.92%2C.28%2C1.4c.07-.35%2C.15-.72%2C.24-1.11%2C.09-.39%2C.22-.94%2C.4-1.65l2.32-8.84h4.07l2.32%2C8.79c.11%2C.39%2C.21%2C.8%2C.3%2C1.23%2C.09%2C.43%2C.19%2C.92%2C.29%2C1.48%2C.13-.66%2C.24-1.2%2C.32-1.62s.18-.79%2C.26-1.09l2.17-8.79h5.08l-5.21%2C18.48Z%22%20style%3D%22fill%3A%23ff0078%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list > li.new > a::before {
    width: 14.0625vw;
    height: 5.625vw;
  }
}
.ascp-sv__cmn_article-list.column2 {
  width: 660px;
}
.ascp-sv__cmn_article-list.column2 > li:nth-of-type(odd) {
  margin-right: 17px;
}
.ascp-sv__cmn_article-list.column2 > li:nth-of-type(even) {
  margin-left: 17px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list.column2 {
    width: 100%;
  }
  .ascp-sv__cmn_article-list.column2 > li:nth-of-type(odd) {
    margin-right: 0;
  }
  .ascp-sv__cmn_article-list.column2 > li:nth-of-type(even) {
    margin-left: 0;
  }
  .ascp-sv__cmn_article-list.column2 > li:last-child {
    margin-bottom: 0;
  }
}
.ascp-sv__cmn_article-list.column3 {
  width: 1000px;
}
.ascp-sv__cmn_article-list.column3 > li {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list.column3 {
    width: calc(100% - 10vw);
  }
  .ascp-sv__cmn_article-list.column3 > li {
    margin-right: auto;
    margin-left: auto;
  }
}
.ascp-sv__cmn_article-list--anchor {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #e5e5ea;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list--anchor {
    border: 0.3125vw solid #e5e5ea;
    -webkit-box-shadow: 0 0 3.125vw rgba(0, 0, 0, 0);
            box-shadow: 0 0 3.125vw rgba(0, 0, 0, 0);
    padding-bottom: 3.125vw;
  }
}
.ascp-sv__cmn_article-list--anchor:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.ascp-sv__cmn_article-list--anchor:hover > div.ascp-sv__cmn_article-list-on {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list--anchor:hover {
    -webkit-box-shadow: 0 0 3.125vw rgba(0, 0, 0, 0);
            box-shadow: 0 0 3.125vw rgba(0, 0, 0, 0);
  }
}
.ascp-sv__cmn_article-list-on {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list-on {
    display: none;
  }
}
.ascp-sv__cmn_article-list-on > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascp-sv__cmn_article-list-on-icon {
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.ascp-sv__cmn_article-list-on-icon i {
font-size:45px;
font-weight:900;
}

.ascp-sv__cmn_article-list-on-icon > img {
  width: 100%;
  height: 100%;
}
.ascp-sv__cmn_article-list-on-text {
  color: #2889f5;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.ascp-sv__cmn_article-list-photo {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list-photo {
    height: 31.25vw;
  }
}
.ascp-sv__cmn_article-list-photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ascp-sv__cmn_article-list-info {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 283px;
  border-bottom: 1px solid #e5e5ea;
  padding-top: 27px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list-info {
    width: calc(100% - 10vw);
    border-bottom: 0.3125vw solid #e5e5ea;
    padding-top: 8vw;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__cmn_article-list-info-category {
  position: absolute;
  top: 20px;
  right: 0;
  color: #fff;
  font-size: 12px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  background-color: #2889f5;
  padding: 6px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list-info-category {
    top: 6.25vw;
    font-size: 3.4375vw;
  }
}
.ascp-sv__cmn_article-list-info-date {
  color: #646464;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list-info-date {
    font-size: 3.4375vw;
    margin-bottom: 4vw;
  }
}
.ascp-sv__cmn_article-list-info-title {
  display: -webkit-box;
  min-height: 4.2em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list-info-title {
    font-size: 4.0625vw;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__cmn_article-list-info-tag {
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.ascp-sv__cmn_article-list-info-tag > li {
  display: inline-block;
  font-size: 12px;
}
.ascp-sv__cmn_article-list-info-tag > li::after {
  display: inline-block;
  content: "／";
  padding-left: 3px;
}
.ascp-sv__cmn_article-list-info-tag > li:last-child::after {
  display: none;
}
.ascp-sv__cmn_article-list-writer {
  width: 283px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list-writer {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__cmn_article-list-writer-photo,
.ascp-sv__cmn_article-list-writer-name {
  display: inline-block;
  vertical-align: middle;
}
.ascp-sv__cmn_article-list-writer-photo {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list-writer-photo {
    width: 14.0625vw;
    height: 14.0625vw;
    border-radius: 7.03125vw;
    margin-right: 1.5625vw;
  }
}
.ascp-sv__cmn_article-list-writer-photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ascp-sv__cmn_article-list-writer-name {
  width: 213px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.ascp-sv__cmn_article-list-writer-name > span {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_article-list-writer-name {
    width: calc(100% - 15.625vw);
    font-size: 3.4375vw;
  }
  .ascp-sv__cmn_article-list-writer-name > span {
    font-size: 3.75vw;
  }
}
.ascp-sv__cmn_trouble {
  width: 100%;
  min-width: 1000px;
  background-color: #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_trouble {
    min-width: 100%;
    padding: 12.5vw 0;
  }
}
.ascp-sv__cmn_trouble-list {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_trouble-list {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__cmn_trouble-list li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid #2889f5;
  padding-bottom: 30px;
  padding-left: 110px;
  margin-bottom: 30px;
}
.ascp-sv__cmn_trouble-list li span {
  color: #2889f5;
}
.ascp-sv__cmn_trouble-list li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.ascp-sv__cmn_trouble-list li::before {
  position: absolute;
  top: 0px;
  left: 78px;
  width: 24px;
  height: 24px;
  display: inline-block;
content: "\f058";
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_trouble-list li {
    font-size: 5.3125vw;
    border-bottom: 0.625vw solid #2889f5;
    padding-bottom: 4.6875vw;
    padding-left: 7.8125vw;
    margin-bottom: 4.6875vw;
  }
  .ascp-sv__cmn_trouble-list li::before {
    top: 0.625vw;
    left: 0;
    width: 6.25vw;
    height: 6.25vw;
  }
}
.ascp-sv__cmn_contact {
  width: 100%;
  min-width: 1000px;
  background-color: #2889f5;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_contact {
    min-width: 100%;
    padding: 12.5vw 0;
  }
}
.ascp-sv__cmn_contact-text01,
.ascp-sv__cmn_contact-text02 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
}
.ascp-sv__cmn_contact-text01 {
  font-size: 16px;
  line-height: 1.6625;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_contact-text01 {
    font-size: 4.0625vw;
    margin-bottom: 9.375vw;
  }
}
.ascp-sv__cmn_contact-text02 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_contact-text02 {
    width: calc(100% - 10vw);
    font-size: 3.4375vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.ascp-sv__cmn_contact-select {
  width: 900px;
  font-size: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
	text-align: center;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_contact-select {
    width: calc(100% - 10vw);
    margin-bottom: 4.6875vw;
  }
}
.ascp-sv__cmn_contact-select-btn {
  display: inline-block;
  width: 438px;
  vertical-align: top;
}
.ascp-sv__cmn_contact-select-btn:nth-of-type(1) {
  margin-right: 12px;
}
.ascp-sv__cmn_contact-select-btn:nth-of-type(2) {
  margin-left: 12px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_contact-select-btn {
    display: block;
    width: 100%;
  }
  .ascp-sv__cmn_contact-select-btn:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 6.25vw;
  }
  .ascp-sv__cmn_contact-select-btn:nth-of-type(2) {
    margin-left: 0;
  }
}
.ascp-sv__cmn_contact-select-btn--anchor {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 140px;
  border: 4px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.ascp-sv__cmn_contact-select-btn--anchor:hover {
  background-color: #2889f5;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.ascp-sv__cmn_contact-select-btn--anchor:hover .ascp-sv__cmn_contact-select-btn-text01,
.ascp-sv__cmn_contact-select-btn--anchor:hover .ascp-sv__cmn_contact-select-btn-text02 {
  color: #fff;
}
.ascp-sv__cmn_contact-select-btn--anchor:hover::after {
  color:#FFF !important;
}
.ascp-sv__cmn_contact-select-btn--anchor::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 16px;
  height: 16px;
content: "\f35d";
font-weight: 900;
font-family: "Font Awesome 5 Free";
font-size:15px;
}

a:hover .ascp-sv__cmn_contact-select-btn--anchor::after {
color:#FFF !important;
}

.ascp-sv__cmn_contact-select-btn--anchor > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_contact-select-btn--anchor {
    height: 31.25vw;
    border: 0.625vw solid #fff;
    border-radius: 3.125vw;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: background-color 0.4s, -webkit-box-shadow 0.4s;
    transition: background-color 0.4s, -webkit-box-shadow 0.4s;
    transition: background-color 0.4s, box-shadow 0.4s;
    transition: background-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  }
  .ascp-sv__cmn_contact-select-btn--anchor:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  }
  .ascp-sv__cmn_contact-select-btn--anchor:hover .ascp-sv__cmn_contact-select-btn-text01 {
    color: #2889f5;
  }
  .ascp-sv__cmn_contact-select-btn--anchor:hover .ascp-sv__cmn_contact-select-btn-text02 {
    color: #282828;
  }
  .ascp-sv__cmn_contact-select-btn--anchor:hover::after {
    color:#FFF !important;
  }
  .ascp-sv__cmn_contact-select-btn--anchor::after {
    right: 2.5vw;
    bottom: 2.5vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
.ascp-sv__cmn_contact-select-btn-text01,
.ascp-sv__cmn_contact-select-btn-text02 {
  position: relative;
  z-index: 0;
  text-align: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.ascp-sv__cmn_contact-select-btn-text01 {
  color: #2889f5;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ascp-sv__cmn_contact-select-btn-text01.no {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_contact-select-btn-text01 {
    font-size: 6.5625vw;
    margin-bottom: 1.5625vw;
  }
  .ascp-sv__cmn_contact-select-btn-text01.no {
    font-size: 7.8125vw;
  }
}
.ascp-sv__cmn_contact-select-btn-text02 {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_contact-select-btn-text02 {
    font-size: 3.4375vw;
    text-indent: -5em;
    line-height: 1.4;
    padding-left: 5em;
  }
  .ascp-sv__cmn_contact-select-btn-text02 > span.no-spacer {
    display: none;
  }
}
.ascp-sv__cmn_contact-line {
  display: block;
  width: 900px;
  font-size: 0;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_contact-line {
    display: none;
  }
}
.ascp-sv__cmn_contact-line img {
  width: 100%;
}
.ascp-sv__cmn_contact-friend {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_contact-friend {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 10vw);
    border-radius: 3.125vw;
    background-color: #fff;
    padding: 6.25vw 0;
    margin-right: auto;
    margin-bottom: 9.375vw;
    margin-left: auto;
  }
  .ascp-sv__cmn_contact-friend-title {
    width: calc(100% - 10vw);
    color: #008bfc;
    font-size: 5.5vw;
    font-weight: 700;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    border-bottom: 0.3125vw solid #008bfc;
    padding-bottom: 3.125vw;
    margin-right: auto;
    margin-bottom: 3.125vw;
    margin-left: auto;
  }
  .ascp-sv__cmn_contact-friend-text01,
.ascp-sv__cmn_contact-friend-text02 {
    font-size: 4vw;
    font-weight: 700;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    line-height: 1.3;
    text-align: center;
  }
  .ascp-sv__cmn_contact-friend-text01 {
    letter-spacing: 0.08em;
    margin-bottom: 3.125vw;
  }
  .ascp-sv__cmn_contact-friend-text02 {
    color: #008bfc;
    letter-spacing: 0.04em;
  }
  .ascp-sv__cmn_contact-friend-date {
    text-align: center;
    font-size: 3.2vw;
    margin-bottom: 4.6875vw;
  }
  .ascp-sv__cmn_contact-friend-btn {
    text-align: center;
    margin-bottom: 4.6875vw;
  }
}
.ascp-sv__cmn_totop {
  position: fixed;
  z-index: 9995;
  right: 40px;
  bottom: -60px;
  width: 40px;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
}
.ascp-sv__cmn_totop.scroll {
  bottom: 23px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_totop {
    right: 3.125vw;
    bottom: 7vw;
    width: 9.375vw;
  }
  .ascp-sv__cmn_totop.scroll {
    bottom: 22.5vw;
  }
  .ascp-sv__cmn_totop.member {
    bottom: -10vw;
  }
  .ascp-sv__cmn_totop.member.scroll {
    bottom: 7vw;
  }
}
.ascp-sv__cmn_totop--anchor:hover .ascp-sv__cmn_totop-icon > svg > polygon {
  fill: #46c8ff;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_totop--anchor:hover .ascp-sv__cmn_totop-icon > svg > polygon {
    fill: #2889f5;
  }
}
.ascp-sv__cmn_totop--anchor:hover .ascp-sv__cmn_totop-text {
  color: #46c8ff;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_totop--anchor:hover .ascp-sv__cmn_totop-text {
    color: #2889f5;
  }
}
.ascp-sv__cmn_totop-icon {
  margin-bottom: 5px;
}
.ascp-sv__cmn_totop-icon > svg {
  width: 100%;
  height: 24px;
}
.ascp-sv__cmn_totop-icon > svg > polygon {
  fill: #2889f5;
  stroke: #fff;
  stroke-width: 4;
  stroke-linejoin: round;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_totop-icon {
    margin-bottom: 1.5625vw;
  }
  .ascp-sv__cmn_totop-icon > svg {
    height: 3.75vw;
  }
}
.ascp-sv__cmn_totop-text {
  color: #2889f5;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_totop-text {
    font-size: 4.21875vw;
  }
}
.ascp-sv__cmn_404 {
  position: relative;
  height: calc(100vh - 175.4px);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.ascp-sv__cmn_404 > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_404 {
    height: calc(100vh - 22vw);
    border-top: 0.15625vw solid #e5e5ea;
  }
}
.ascp-sv__cmn_404-title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 0.75;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_404-title {
    width: calc(100% - 10vw);
    font-size: 7.8125vw;
    margin-right: auto;
    margin-bottom: 3.125vw;
    margin-left: auto;
  }
}
.ascp-sv__cmn_404-text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_404-text {
    width: calc(100% - 10vw);
    font-size: 5.625vw;
    margin-right: auto;
    margin-bottom: 15.625vw;
    margin-left: auto;
  }
}
.ascp-sv__cmn_404-btn {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_404-btn {
    width: 54.6875vw;
  }
}
.ascp-sv__cmn_404-btn--anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  color: #2889f5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  border: 2px solid #2889f5;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_404-btn--anchor {
    height: 11.71875vw;
    font-size: 3.75vw;
    border: 0.625vw solid #2889f5;
    border-radius: 5.859375vw;
  }
}
.ascp-sv__cmn_404-btn--anchor > span {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascp-sv__cmn_404-btn--anchor::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2889f5;
  -webkit-transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.ascp-sv__cmn_404-btn--anchor:hover {
  color: #fff;
  background-color: #2889f5;
  -webkit-transition: background-color 1.2s;
  transition: background-color 1.2s;
}
.ascp-sv__cmn_404-btn--anchor:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 640px) {
  .ascp-sv__cmn_404-btn--anchor:hover {
    color: #2889f5;
    background-color: #fff;
  }
  .ascp-sv__cmn_404-btn--anchor:hover::before {
    background-color: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
.ascp-sv__top_mv {
  background: -webkit-gradient(linear, left bottom, left top, from(#d2d2d2), color-stop(0%, rgba(210, 210, 210, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #d2d2d2 0%, rgba(210, 210, 210, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv {
    width: 100%;
    margin-top: 16vw;
  }
}
.ascp-sv__top_mv .slick-slide {
  position: relative;
}
.ascp-sv__top_mv-slider {
  position: relative;
  max-width: 1000px;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider {
    margin: 0 auto 9.375vw;
  }
}
.ascp-sv__top_mv-slider .u-pc-only {
  display: block !important;
}
.ascp-sv__top_mv-slider .u-pc-only-inline {
  display: inline-block !important;
}
.ascp-sv__top_mv-slider .u-sp-only {
  display: none !important;
}
.ascp-sv__top_mv-slider .u-sp-only-inline {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider .u-pc-only {
    display: none !important;
  }
  .ascp-sv__top_mv-slider .u-pc-only-inline {
    display: none !important;
  }
  .ascp-sv__top_mv-slider .u-sp-only {
    display: block !important;
  }
  .ascp-sv__top_mv-slider .u-sp-only-inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-item {
    width: 100%;
  }
  .ascp-sv__top_mv-slider-item img {
    width: 100%;
  }
}
.ascp-sv__top_mv-slider-text,
.ascp-sv__top_mv-slider-photo,
.ascp-sv__top_mv-slider-contact {
  position: absolute;
}
.ascp-sv__top_mv-slider-text {
  top: 85px;
  left: 400px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.294;
  color: #2889f5;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-text {
    top: 13.28125vw;
    left: 5vw;
    width: calc(100% - 10vw);
    font-size: 4.6875vw;
    line-height: 1.4;
    text-align: center;
  }
}
.ascp-sv__top_mv-slider-text2 {
  position: absolute;
  top: 250px;
  left: 400px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
.ascp-sv__top_mv-slider-text2 sub {
  font-size: 14px;
  vertical-align: baseline;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-text2 {
    top: 50vw;
    left: 5vw;
    width: calc(100% - 10vw);
    font-size: 3.75vw;
    line-height: 1.5;
    text-align: center;
  }
}
.ascp-sv__top_mv-slider-text3 {
  position: absolute;
  top: 325px;
  left: 400px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-text3 {
    top: 62.5vw;
    left: 5vw;
    width: calc(100% - 10vw);
    font-size: 3.125vw;
    text-align: center;
  }
}
.ascp-sv__top_mv-slider-text4 {
  position: absolute;
  top: 420px;
  left: 225px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-text4 {
    top: 73.4375vw;
    left: 5vw;
    width: calc(100% - 10vw);
    font-size: 3.75vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .ascp-sv__top_mv-slider-text4 span {
    margin-top: 1.5625vw;
  }
}
.ascp-sv__top_mv-slider-contact {
  position: relative;
  z-index: 1;
  top: 293px;
  left: 560px;
  width: 640px;
  height: 109px;
  font-size: 0;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact {
    top: 49vw;
    left: 0;
    right: 0;
    width: calc(100% - 10vw);
    height: 28vw;
    border-radius: 2.1875vw;
    -webkit-box-shadow: 0 1.5625vw 3.125vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 1.5625vw 3.125vw rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: auto;
  }
}
.ascp-sv__top_mv-slider-contact > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact > span {
    width: 100%;
  }
}
.ascp-sv__top_mv-slider-contact::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 109px;
  background-color: #2889f5;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact::after {
    width: 0.3125vw;
    height: 23vw;
  }
}
.ascp-sv__top_mv-slider-contact--tel,
.ascp-sv__top_mv-slider-contact--mail {
  display: inline-block;
  width: 319px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact--tel,
.ascp-sv__top_mv-slider-contact--mail {
    width: 50%;
    vertical-align: top;
  }
}
.ascp-sv__top_mv-slider-contact--tel {
  margin-right: 2px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact--tel {
    position: relative;
    margin-right: 0;
    margin-bottom: 4.6875vw;
  }
}
.ascp-sv__top_mv-slider-contact-text01,
.ascp-sv__top_mv-slider-contact-text02,
.ascp-sv__top_mv-slider-contact-no {
  text-align: center;
}
.ascp-sv__top_mv-slider-contact-text01 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact-text01 {
    font-size: 3.75vw;
    line-height: 1.2;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__top_mv-slider-contact-text02 {
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact-text02 {
    font-size: 2.5vw;
    text-indent: -5em;
    padding-left: 5em;
  }
  .ascp-sv__top_mv-slider-contact-text02 span {
    display: none;
  }
}
.ascp-sv__top_mv-slider-contact-no {
  color: #2889f5;
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact-no {
    font-size: 5.9375vw;
    margin-bottom: 0.78125vw;
  }
}
.ascp-sv__top_mv-slider-contact-btn {
  width: 200px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact-btn {
    width: 39.0625vw;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__top_mv-slider-contact-btn--anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 2px solid #2889f5;
  border-radius: 20px;
  background-color: #2889f5;
  overflow: hidden;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact-btn--anchor {
    height: 9.375vw;
    font-size: 3.75vw;
    border: 0.3125vw solid #2889f5;
    border-radius: 4.6875vw;
  }
}
.ascp-sv__top_mv-slider-contact-btn--anchor.no-border {
  border: none;
}
.ascp-sv__top_mv-slider-contact-btn--anchor > span {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascp-sv__top_mv-slider-contact-btn--anchor::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.ascp-sv__top_mv-slider-contact-btn--anchor::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 15px;
  bottom: 0;
  content: "";
  width: 8px;
  height: 14px;
  background-image: url("/img/service/icon_arrow_white.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact-btn--anchor::after {
    right: 2.34375vw;
    width: 1.875vw;
    height: 3.28125vw;
  }
}
.ascp-sv__top_mv-slider-contact-btn--anchor:hover {
  color: #2889f5;
  background-color: #fff;
  -webkit-transition: background-color 1.2s;
  transition: background-color 1.2s;
}
.ascp-sv__top_mv-slider-contact-btn--anchor:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ascp-sv__top_mv-slider-contact-btn--anchor:hover::after {
  background-image: url("/img/service/icon_arrow_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-contact-btn--anchor:hover {
    color: #fff;
    background-color: #2889f5;
  }
  .ascp-sv__top_mv-slider-contact-btn--anchor:hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .ascp-sv__top_mv-slider-contact-btn--anchor:hover::after {
    background-image: url("/img/service/icon_arrow_white.svg");
  }
}
.ascp-sv__top_mv-slider-photo {
  bottom: 0;
  left: -70px;
  width: 520px;
  height: auto;
}
.ascp-sv__top_mv-slider-photo > img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv-slider-photo {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
  }
}
.ascp-sv__top_mv .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv .slide-arrow {
    width: 9.375vw;
    height: 9.375vw;
    margin-bottom: 0;
    bottom: -14.0625vw;
  }
}
.ascp-sv__top_mv .slide-arrow.prev-arrow {
  left: -30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv .slide-arrow.prev-arrow {
    left: 5vw;
  }
}
.ascp-sv__top_mv .slide-arrow.next-arrow {
  right: -30px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv .slide-arrow.next-arrow {
    right: 5vw;
  }
}
.ascp-sv__top_mv .slide-dots {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv .slide-dots {
    bottom: -10.9375vw;
  }
}
.ascp-sv__top_mv .slide-dots li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv .slide-dots li {
    margin-right: 3vw;
    margin-left: 3vw;
  }
}
.ascp-sv__top_mv .slide-dots li:first-of-type {
  margin-left: 0;
}
.ascp-sv__top_mv .slide-dots li:last-of-type {
  margin-right: 0;
}
.ascp-sv__top_mv .slide-dots li button {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 2px solid #f5f5f5;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv .slide-dots li button {
    width: 2.5vw;
    height: 2.5vw;
    border: 0.15625vw solid #f5f5f5;
    border-radius: 1.25vw;
  }
}
.ascp-sv__top_mv .slide-dots li.slick-active button {
  border: 2px solid #fff;
  background-color: #2889f5;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_mv .slide-dots li.slick-active button {
    border: 0.15625vw solid #fff;
  }
}
.ascp-sv__top_update {
  width: 100%;
  min-width: 1000px;
  background-color: #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update {
    min-width: 100%;
    padding: 12.5vw 0;
  }
}
.ascp-sv__top_update-btn {
  width: 900px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-btn {
    width: calc(100% - 10vw);
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__top_update-btn--anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  color: #2889f5;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  border: 2px solid #2889f5;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-btn--anchor {
    height: 15.625vw;
    font-size: 4.6875vw;
    line-height: 1.2;
    border: 0.625vw solid #2889f5;
  }
}
.ascp-sv__top_update-btn--anchor.no-border {
  border: none;
}
.ascp-sv__top_update-btn--anchor > span {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascp-sv__top_update-btn--anchor::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2889f5;
  -webkit-transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.ascp-sv__top_update-btn--anchor::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
  width: 12px;
  height: 20px;
  background-image: url("/img/service/icon_arrow_blue.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-btn--anchor::after {
    right: 3.125vw;
    width: 2.8125vw;
    height: 4.6875vw;
  }
}
.ascp-sv__top_update-btn--anchor:hover {
  color: #fff;
  background-color: #2889f5;
  -webkit-transition: background-color 1.2s;
  transition: background-color 1.2s;
}
.ascp-sv__top_update-btn--anchor:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ascp-sv__top_update-btn--anchor:hover::after {
  background-image: url("/img/service/icon_arrow_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-btn--anchor:hover {
    color: #2889f5;
    background-color: #fff;
  }
  .ascp-sv__top_update-btn--anchor:hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .ascp-sv__top_update-btn--anchor:hover::after {
    background-image: url("/img/service/icon_arrow_blue.svg");
  }
}
.ascp-sv__top_update--frame {
  width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e5ea;
  background-color: #fff;
  padding: 40px 4px 40px 34px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update--frame {
    width: calc(100% - 10vw);
    border: 0.3125vw solid #e5e5ea;
    padding: 6.25vw 0.625vw 6.25vw 5.3125vw;
  }
}
.ascp-sv__top_update-list {
  max-height: 112px;
  overflow-y: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-list {
    max-height: 43vw;
  }
}
.ascp-sv__top_update-list::-webkit-scrollbar {
  width: 8px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-list::-webkit-scrollbar {
    width: 1.25vw;
  }
}
.ascp-sv__top_update-list::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-list::-webkit-scrollbar-track {
    border-radius: 0.625vw;
  }
}
.ascp-sv__top_update-list::-webkit-scrollbar-thumb {
  background-color: #a0a0a4;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-list::-webkit-scrollbar-thumb {
    border-radius: 0.625vw;
  }
}
.ascp-sv__top_update-list > li {
  font-size: 0;
  margin-bottom: 20px;
}
.ascp-sv__top_update-list > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-list > li {
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__top_update-list-date,
.ascp-sv__top_update-list-type,
.ascp-sv__top_update-list-title {
  vertical-align: middle;
}
.ascp-sv__top_update-list-date {
  display: inline-block;
  width: 100px;
  color: #646464;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-list-date {
    width: 21.875vw;
    font-size: 3.75vw;
    margin-right: 1.5625vw;
  }
}
.ascp-sv__top_update-list-type {
  display: inline-block;
  position: relative;
  width: 88px;
  height: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-list-type {
    width: 27.5vw;
    height: 5.9375vw;
    font-size: 3.75vw;
    border-radius: 0.625vw;
    margin-right: 0;
  }
}
.ascp-sv__top_update-list-type.article {
  background-color: #2889f5;
}
.ascp-sv__top_update-list-type.other {
  background-color: #505050;
}
.ascp-sv__top_update-list-type > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascp-sv__top_update-list-title {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 632px;
  color: #2889f5;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-list-title {
    display: block;
    max-width: 94%;
    font-size: 4.0625vw;
    line-height: 1.5;
  }
}
.ascp-sv__top_update-list-title::after {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #2889f5;
  opacity: 0;
  -webkit-transition: width 0.4s, opacity 0.4s;
  transition: width 0.4s, opacity 0.4s;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-list-title::after {
    height: 0.3125vw;
  }
}
.ascp-sv__top_update-list-title:hover::after {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_update-list-title:hover::after {
    opacity: 0;
  }
}
.ascp-sv__top_article {
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_article {
    min-width: 100%;
    padding: 12.5vw 0;
  }
}
.ascp-sv__top_article-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 980px;
  background-color: #f5f5f5;
  padding: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_article-search {
    width: calc(100% - 10vw);
    padding: 6.25vw 6.25vw 0 6.25vw;
  }
}
.ascp-sv__top_article-search-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_article-search-title {
    font-size: 4.6875vw;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__top_article-search-list {
  font-size: 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.ascp-sv__top_article-search-list > li {
  display: inline-block;
  /*width: 95px;*/
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom:10px;
  white-space:nowrap;
}
.ascp-sv__top_article-search-list > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_article-search-list > li {
    width: calc(50% - 3.125vw);
    margin-right: 0;
    margin-bottom: 6.25vw;
  }
  .ascp-sv__top_article-search-list > li:nth-of-type(odd) {
    margin-right: 3.125vw;
  }
  .ascp-sv__top_article-search-list > li:nth-of-type(even) {
    margin-left: 3.125vw;
  }
}
.ascp-sv__top_article-search-list--anchor {
  display: block;
  position: relative;
  width: 95%;
  height: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #2889f5;
  border-radius: 5px;
  background-color: #2889f5;
  overflow: hidden;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
	display:flex;
	align-items:center;
	padding-left:5px;
	padding-right:5px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_article-search-list--anchor {
    height: 9.375vw;
    font-size: 3.4375vw;
    border-radius: 1.5625vw;
  }
}
.ascp-sv__top_article-search-list--anchor > span {
  /*position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
  margin: auto;
}
/*.ascp-sv__top_article-search-list--anchor::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}*/
.ascp-sv__top_article-search-list--anchor:hover {
  color:#FFF !important;
	opacity:0.8;
}
/*.ascp-sv__top_article-search-list--anchor:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}*/
@media screen and (max-width: 640px) {
  .ascp-sv__top_article-search-list--anchor:hover {
  color:#FFF !important;
	opacity:0.8;
  }
  /*.ascp-sv__top_article-search-list--anchor:hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }*/
}
.ascp-sv__top_service {
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service {
    min-width: 100%;
    padding: 12.5vw 0;
  }
}
.ascp-sv__top_service-list {
  width: 900px;
  font-size: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list {
    width: calc(100% - 10vw);
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__top_service-list li {
  display: inline-block;
  width: 300px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list li {
    width: 50%;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__top_service-list-icon {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 160px;
  height: 160px;
  border: 4px solid #2889f5;
  border-radius: 80px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
	font-size:80px;
	font-weight:900;
	display:flex;
	align-items:center;
	justify-content: center;
}

.ascp-sv__top_service-list-icon i{
z-index:1000;
position:relative;
font-size: 0.9em;
}

a:hover .ascp-sv__top_service-list-icon i {
color:#FFF!important;
}

@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list-icon {
    width: 25vw;
    height: 25vw;
    border: 0.9375vw solid #2889f5;
    border-radius: 12.5vw;
    margin-bottom: 3.125vw;
	  	font-size:50px;
  }
}
.ascp-sv__top_service-list-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2889f5;
  -webkit-transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list-icon::before {
    background-color: #fff;
  }
}
.ascp-sv__top_service-list-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
  margin: auto;
}
.ascp-sv__top_service-list-icon.icon01:after {
  width: 100px;
  height: 80px;
  background-image: url("/img/service/icon_service01_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list-icon.icon01:after {
    width: 15.625vw;
    height: 12.5vw;
  }
}
.ascp-sv__top_service-list-icon.icon02:after {
  width: 67px;
  height: 100px;
  background-image: url("/img/service/icon_service02_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list-icon.icon02:after {
    width: 10.46875vw;
    height: 15.625vw;
  }
}
.ascp-sv__top_service-list-icon.icon03:after {
  width: 87px;
  height: 100px;
  background-image: url("/img/service/icon_service03_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list-icon.icon03:after {
    width: 13.59375vw;
    height: 15.625vw;
  }
}
.ascp-sv__top_service-list-icon.icon04:after {
  width: 100px;
  height: 84px;
  background-image: url("/img/service/icon_service04_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list-icon.icon04:after {
    width: 15.625vw;
    height: 13.125vw;
  }
}
.ascp-sv__top_service-list-icon.icon05:after {
  width: 84px;
  height: 100px;
  background-image: url("/img/service/icon_service05_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list-icon.icon05:after {
    width: 13.125vw;
    height: 15.625vw;
  }
}
.ascp-sv__top_service-list-icon.icon06:after {
  width: 90px;
  height: 100px;
  background-image: url("/img/service/icon_service06_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list-icon.icon06:after {
    width: 14.0625vw;
    height: 15.625vw;
  }
}
.ascp-sv__top_service-list-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list-text {
    font-size: 3.90625vw;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}
.ascp-sv__top_service-list-text:after {
  display: inline-block;
content: "\f054";
font-weight: 900;
font-family: "Font Awesome 5 Free";
	font-size:20px;
  /*width: 12px;
  height: 20px;
  vertical-align: top;
  background-image:*/
  /*background-size: 100% 100%;
  background-repeat: no-repeat;*/
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list-text:after {
    width: 2.34375vw;
    height: 3.90625vw;
    margin-left: 1.5625vw;
  }
}
.ascp-sv__top_service-list--anchor {
  display: inline-block;
}
.ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon {
  background-color: #2889f5;
  -webkit-transition: background-color 1.2s;
  transition: background-color 1.2s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon {
    background-color: #fff;
  }
}
.ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon01:after {
  background-image: url("/img/service/icon_service01_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon01:after {
    background-image: url("/img/service/icon_service01_blue.svg");
  }
}
.ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon02:after {
  background-image: url("/img/service/icon_service02_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon02:after {
    background-image: url("/img/service/icon_service02_blue.svg");
  }
}
.ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon03:after {
  background-image: url("/img/service/icon_service03_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon03:after {
    background-image: url("/img/service/icon_service03_blue.svg");
  }
}
.ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon04:after {
  background-image: url("/img/service/icon_service04_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon04:after {
    background-image: url("/img/service/icon_service04_blue.svg");
  }
}
.ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon05:after {
  background-image: url("/img/service/icon_service05_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon05:after {
    background-image: url("/img/service/icon_service05_blue.svg");
  }
}
.ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon06:after {
  background-image: url("/img/service/icon_service06_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon.icon06:after {
    background-image: url("/img/service/icon_service06_blue.svg");
  }
}
.ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-icon::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
.ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-text {
  color: #2889f5;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_service-list--anchor:hover .ascp-sv__top_service-list-text {
    color: #282828;
  }
}
.ascp-sv__top_introduction {
  width: 100%;
  min-width: 1000px;
  background-color: #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_introduction {
    min-width: 100%;
    padding: 12.5vw 0;
  }
}
.ascp-sv__top_introduction-info {
  width: 980px;
  font-size: 0;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_introduction-info {
    width: calc(100% - 10vw);
    margin-bottom: 9.375vw;
  }
}
.ascp-sv__top_introduction-info-photo,
.ascp-sv__top_introduction-info-text {
  display: inline-block;
  width: 480px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_introduction-info-photo,
.ascp-sv__top_introduction-info-text {
    display: block;
    width: 100%;
  }
}
.ascp-sv__top_introduction-info-photo {
  margin-right: 20px;
}
.ascp-sv__top_introduction-info-photo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_introduction-info-photo {
    margin-right: 0;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__top_introduction-info-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
}
.ascp-sv__top_introduction-info-text span {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_introduction-info-text {
    font-size: 6.25vw;
  }
  .ascp-sv__top_introduction-info-text span {
    font-size: 4.375vw;
  }
}
.ascp-sv__top_office {
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office {
    min-width: 100%;
    padding: 12.5vw 0;
  }
}
.ascp-sv__top_office-info {
  position: relative;
  width: 980px;
  font-size: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.ascp-sv__top_office-info::after {
  position: absolute;
  left: 0;
  bottom: -15px;
  content: "";
  width: 480px;
  height: 2px;
  background-color: #e5e5ea;
  margin: auto;
}
.ascp-sv__top_office-info:nth-of-type(5)::after {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info {
    width: calc(100% - 10vw);
    margin-bottom: 3.125vw;
  }
  .ascp-sv__top_office-info::after {
    display: none;
  }
}
.ascp-sv__top_office-info-text,
.ascp-sv__top_office-info-list,
.ascp-sv__top_office-info-photo,
.ascp-sv__top_office-info-map {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-text,
.ascp-sv__top_office-info-list,
.ascp-sv__top_office-info-photo,
.ascp-sv__top_office-info-map {
    display: block;
  }
}
.ascp-sv__top_office-info-text,
.ascp-sv__top_office-info-list {
  width: 440px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-text,
.ascp-sv__top_office-info-list {
    width: 100%;
  }
}
.ascp-sv__top_office-info-photo,
.ascp-sv__top_office-info-map {
  width: 500px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-photo,
.ascp-sv__top_office-info-map {
    width: 100%;
  }
}
.ascp-sv__top_office-info-text {
  font-size: 18px;
  line-height: 1.7;
  vertical-align: top;
  margin-right: 20px;
}
.ascp-sv__top_office-info-text span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-text {
    font-size: 4.6875vw;
    border-bottom: 0.625vw solid #e5e5e5;
    padding-bottom: 6.25vw;
    margin-right: 0;
    margin-bottom: 6.25vw;
  }
  .ascp-sv__top_office-info-text span {
    font-size: 4.0625vw;
    margin-top: 5.46875vw;
  }
}
.ascp-sv__top_office-info-list {
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-list {
    margin-right: 0;
  }
}
.ascp-sv__top_office-info-list li {
  font-size: 0;
}
.ascp-sv__top_office-info-list li:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-list li:first-of-type {
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__top_office-info-list-item,
.ascp-sv__top_office-info-list-detail,
.ascp-sv__top_office-info-list-name {
  display: inline-block;
  font-size: 20px;
  line-height: 1.7;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-list-item,
.ascp-sv__top_office-info-list-detail,
.ascp-sv__top_office-info-list-name {
    font-size: 4.6875vw;
  }
}
.ascp-sv__top_office-info-list-item {
  width: 110px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-list-item {
    width: 100%;
    margin-right: 0;
  }
}
.ascp-sv__top_office-info-list-detail {
  width: 410px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-list-detail {
    width: 100%;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__top_office-info-list-name {
  width: 410px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-list-name {
    width: 100%;
    margin-top: 1.5625vw;
  }
}
.ascp-sv__top_office-info-photo {
  vertical-align: top;
  margin-left: 20px;
}
.ascp-sv__top_office-info-photo.pc {
  display: inline-block;
}
.ascp-sv__top_office-info-photo.sp {
  display: none;
}
.ascp-sv__top_office-info-photo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-photo {
    margin-bottom: 6.25vw;
    margin-left: 0;
  }
  .ascp-sv__top_office-info-photo.pc {
    display: none;
  }
  .ascp-sv__top_office-info-photo.sp {
    display: block;
  }
}
.ascp-sv__top_office-info-map {
  vertical-align: middle;
  margin-left: 20px;
}
.ascp-sv__top_office-info-map.pc {
  display: inline-block;
}
.ascp-sv__top_office-info-map.sp {
  display: none;
}
.ascp-sv__top_office-info-map img {
  width: 100%;
  height: 100%;
}
.ascp-sv__top_office-info-map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__top_office-info-map {
    margin-bottom: 6.25vw;
    margin-left: 0;
  }
  .ascp-sv__top_office-info-map.pc {
    display: none;
  }
  .ascp-sv__top_office-info-map.sp {
    display: block;
  }
  .ascp-sv__top_office-info-map iframe {
    height: 78.125vw;
  }
}
.ascp-sv__lab_top {
  width: 980px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_top {
    width: 100%;
  }
}
.ascp-sv__lab_top-mv {
  position: relative;
  width: 660px;
  height: 371px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_top-mv {
    width: 100%;
    height: auto;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__lab_top-mv-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 18px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_top-mv-text {
    bottom: 0;
    width: 100%;
    padding: 2.34375vw;
  }
}
.ascp-sv__lab_top-mv-text-date,
.ascp-sv__lab_top-mv-text-title {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
}
.ascp-sv__lab_top-mv-text-date {
  color: #646464;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_top-mv-text-date {
    font-size: 3.28125vw;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__lab_top-mv-text-title {
  font-size: 24px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_top-mv-text-title {
    font-size: 4.375vw;
  }
}
.ascp-sv__lab_top-mv .slick-slide {
  position: relative;
}
.ascp-sv__lab_top-mv .slick-slide > img {
  width: 100%;
  height: 371px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_top-mv .slick-slide > img {
    height: 57.96875vw;
  }
}
.ascp-sv__lab_top-mv .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 40px;
  margin: auto;
}
.ascp-sv__lab_top-mv .slide-arrow:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_top-mv .slide-arrow {
    width: 3.75vw;
    height: 6.25vw;
  }
}
.ascp-sv__lab_top-mv .prev-arrow {
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ascp-sv__lab_top-mv .next-arrow {
  right: 20px;
}
.ascp-sv__lab_left {
  display: inline-block;
  width: 660px;
  vertical-align: top;
  margin-right: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_left {
    display: block;
    width: calc(100% - 10vw);
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 6.25vw;
  }
}
.ascp-sv__lab_sidebtn {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_sidebtn {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 16vw;
    right: 0;
    z-index: 9996;
    width: 6.25vw;
    height: 15.625vw;
    background-color: #fff;
    border-top-left-radius: 1.5625vw;
    border-bottom-left-radius: 1.5625vw;
    -webkit-box-shadow: 0 0 3.125vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3.125vw rgba(0, 0, 0, 0.2);
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
    margin: auto;
  }
  .ascp-sv__lab_sidebtn::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 1.953125vw;
    height: 2.9296875vw;
    background-image: url("/img/service/icon_arrow_blue.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    margin: auto;
  }
  .ascp-sv__lab_sidebtn.open {
    right: 85.8vw;
    z-index: 9998;
  }
  .ascp-sv__lab_sidebtn.open::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.ascp-sv__lab_right {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: calc(100% - 10vw);
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 9.375vw;
  }
  .ascp-sv__lab_right.open {
    right: 0;
  }
}
.ascp-sv__lab_right-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e5ea;
  background-color: #fafafa;
  padding: 17px 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-search {
    border: 0.3125vw solid #e5e5ea;
    padding: 2.65625vw 2.8125vw;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__lab_right-search > form {
  font-size: 0;
}
.ascp-sv__lab_right-search input[type=text],
.ascp-sv__lab_right-search button {
  display: inline-block;
  vertical-align: middle;
}
.ascp-sv__lab_right-search input[type=text] {
  width: 290px;
  font-size: 16px;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-search input[type=text] {
    width: calc(100% - 6.5625vw);
    font-size: 3.75vw;
    margin-right: 1.875vw;
  }
}
.ascp-sv__lab_right-search input[type=text]::-webkit-input-placeholder {
  color: #8d8d8d;
}
.ascp-sv__lab_right-search input[type=text]::-moz-placeholder {
  color: #8d8d8d;
}
.ascp-sv__lab_right-search input[type=text]:-ms-input-placeholder {
  color: #8d8d8d;
}
.ascp-sv__lab_right-search input[type=text]::-ms-input-placeholder {
  color: #8d8d8d;
}
.ascp-sv__lab_right-search input[type=text]::placeholder {
  color: #8d8d8d;
}
.ascp-sv__lab_right-search button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  background: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding: 0;
}
.ascp-sv__lab_right-search button > img {
  width: 100%;
  height: 100%;
}
.ascp-sv__lab_right-search button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-search button {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .ascp-sv__lab_right-search button:hover {
    opacity: 1;
  }
}
.ascp-sv__lab_right-content {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content {
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__lab_right-content-title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #2889f5;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-title {
    font-size: 4.6875vw;
    line-height: 1.3;
    border-bottom: 0.625vw solid #2889f5;
    padding-bottom: 3.125vw;
    margin-bottom: 2.5vw;
  }
}
.ascp-sv__lab_right-content-list > li {
  border-bottom: 1px solid #e5e5ea;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-list > li {
    border-bottom: 0.3125vw solid #e5e5ea;
    padding-bottom: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__lab_right-content-list > li:last-of-type {
  margin-bottom: 0;
}
.ascp-sv__lab_right-content-list--anchor {
  display: block;
  font-size: 0;
}
.ascp-sv__lab_right-content-list--anchor:hover .ascp-sv__lab_right-content-list-photo {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-list--anchor:hover .ascp-sv__lab_right-content-list-photo {
    opacity: 1;
  }
}
.ascp-sv__lab_right-content-list--anchor:hover .ascp-sv__lab_right-content-list-detail-category {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-list--anchor:hover .ascp-sv__lab_right-content-list-detail-category {
    opacity: 1;
  }
}
.ascp-sv__lab_right-content-list--anchor:hover .ascp-sv__lab_right-content-list-detail-date,
.ascp-sv__lab_right-content-list--anchor:hover .ascp-sv__lab_right-content-list-detail-title {
  color: #2889f5;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-list--anchor:hover .ascp-sv__lab_right-content-list-detail-date,
.ascp-sv__lab_right-content-list--anchor:hover .ascp-sv__lab_right-content-list-detail-title {
    color: #282828;
  }
}
.ascp-sv__lab_right-content-list-photo,
.ascp-sv__lab_right-content-list-detail {
  display: inline-block;
  vertical-align: top;
}
.ascp-sv__lab_right-content-list-photo {
  width: 80px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-right: 10px;
}
.ascp-sv__lab_right-content-list-photo > img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-list-photo {
    width: 15.625vw;
    margin-right: 1.5625vw;
  }
  .ascp-sv__lab_right-content-list-photo > img {
    height: 15.625vw;
  }
}
.ascp-sv__lab_right-content-list-detail {
  width: 210px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-list-detail {
    width: calc(100% - 17.1875vw);
  }
}
.ascp-sv__lab_right-content-list-detail--wrap {
  font-size: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-list-detail--wrap {
    margin-bottom: 1.25vw;
  }
}
.ascp-sv__lab_right-content-list-detail-date,
.ascp-sv__lab_right-content-list-detail-category {
  display: inline-block;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-list-detail-date,
.ascp-sv__lab_right-content-list-detail-category {
    font-size: 3.28125vw;
  }
}
.ascp-sv__lab_right-content-list-detail-date {
  color: #646464;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.ascp-sv__lab_right-content-list-detail-category {
  position: relative;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background-color: #2889f5;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding: 5px 7px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-list-detail-category {
    padding: 0.78125vw 1.09375vw;
    margin-left: 1.5625vw;
  }
}
.ascp-sv__lab_right-content-list-detail-title {
  display: -webkit-box;
  font-size: 12px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.4285;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-list-detail-title {
    font-size: 3.4375vw;
  }
}
.ascp-sv__lab_right-content-tag {
  font-size: 0;
}
.ascp-sv__lab_right-content-tag > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-tag > li {
    margin-right: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__lab_right-content-tag--anchor {
  display: block;
  font-size: 12px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  background-color: #f0f0f0;
  padding: 6px;
}
.ascp-sv__lab_right-content-tag--anchor:hover {
  color: #2889f5;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-tag--anchor:hover {
    color: #282828;
    text-decoration: none;
  }
}
.ascp-sv__lab_right-content-link {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-link {
    margin-top: 3.125vw;
  }
}
.ascp-sv__lab_right-content-link--anchor {
  display: inline-block;
  position: relative;
  color: #2889f5;
  font-size: 14px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-link--anchor {
    display: block;
    font-size: 3.75vw;
    padding-right: 3.125vw;
  }
}
.ascp-sv__lab_right-content-link--anchor::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 10px;
  height: 15px;
  background-image: url("/img/service/icon_arrow_blue.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-link--anchor::after {
    width: 1.5625vw;
    height: 2.34375vw;
  }
}
.ascp-sv__lab_right-content-link--anchor:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_right-content-link--anchor:hover {
    opacity: 1;
  }
}
.ascp-sv__lab_bg {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_bg {
    display: block;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background: rgba(255, 255, 255, 0.9);
  }
  .ascp-sv__lab_bg.display {
    opacity: 1;
    pointer-events: painted;
  }
}
.ascp-sv__lab_footlink {
  background-color: #2889f5;
  padding: 40px 0;
}
.ascp-sv__lab_footlink.pc {
  display: block;
}
.ascp-sv__lab_footlink.sp {
  display: none;
}
.ascp-sv__lab_footlink-btn {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}
.ascp-sv__lab_footlink-btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  color: #2889f5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ascp-sv__lab_footlink-btn a:hover {
  opacity: 0.7;
}
.ascp-sv__lab_footlink-btn a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_footlink {
    background-color: #fff;
    padding: 0 0 15.625vw 0;
  }
  .ascp-sv__lab_footlink.pc {
    display: none;
  }
  .ascp-sv__lab_footlink.sp {
    display: block;
  }
  .ascp-sv__lab_footlink-btn {
    width: 54.6875vw;
  }
  .ascp-sv__lab_footlink-btn a {
    height: 11.71875vw;
    color: #fff;
    font-size: 3.75vw;
    background-color: #2889f5;
    border-radius: 5.859375vw;
  }
}
.ascp-sv__lab_archive {
  padding: 80px 0 70px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_archive {
    padding: 12.5vw 0 10.9375vw 0;
  }
}
.ascp-sv__lab_archive-pagination {
  font-size: 0;
  text-align: center;
}
.ascp-sv__lab_archive-pagination-prev,
.ascp-sv__lab_archive-pagination-next,
.ascp-sv__lab_archive-pagination-no {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_archive-pagination-prev,
.ascp-sv__lab_archive-pagination-next,
.ascp-sv__lab_archive-pagination-no {
    width: 9.375vw;
    height: 9.375vw;
  }
}
.ascp-sv__lab_archive-pagination-prev::after,
.ascp-sv__lab_archive-pagination-next::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/img/service/icon_arrow02_block.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
  margin: auto;
}
.ascp-sv__lab_archive-pagination-prev::after:hover::after,
.ascp-sv__lab_archive-pagination-next::after:hover::after {
  background-image: url("/img/service/icon_arrow02_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_archive-pagination-prev::after,
.ascp-sv__lab_archive-pagination-next::after {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .ascp-sv__lab_archive-pagination-prev::after:hover::after,
.ascp-sv__lab_archive-pagination-next::after:hover::after {
    background-image: url("/img/service/icon_arrow02_block.svg");
  }
}
.ascp-sv__lab_archive-pagination-prev {
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_archive-pagination-prev {
    margin-right: 0.9375vw;
  }
}
.ascp-sv__lab_archive-pagination-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ascp-sv__lab_archive-pagination-next {
  margin-left: 6px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_archive-pagination-next {
    margin-left: 0.9375vw;
  }
}
.ascp-sv__lab_archive-pagination-no {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 0.75;
  text-align: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  margin-right: 6px;
  margin-left: 6px;
}
.ascp-sv__lab_archive-pagination-no:hover {
  color: #2889f5;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_archive-pagination-no {
    font-size: 4.6875vw;
    margin-right: 0.9375vw;
    margin-left: 0.9375vw;
  }
  .ascp-sv__lab_archive-pagination-no:hover {
    color: #282828;
  }
}
.ascp-sv__lab_archive-pagination-no.display {
  color: #fff;
  border-radius: 20px;
  background-color: #2889f5;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ascp-sv__lab_archive-pagination-no.display:hover {
  opacity: 0.7;
  color:#FFF !important;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_archive-pagination-no.display {
    border-radius: 4.6875vw;
  }
  .ascp-sv__lab_archive-pagination-no.display:hover {
    opacity: 1;
  }
}
.ascp-sv__lab_archive-pagination-no > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascp-sv__lab_detail-beginning {
  font-size: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-beginning {
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__lab_detail-beginning-left,
.ascp-sv__lab_detail-beginning-sns {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-beginning-left,
.ascp-sv__lab_detail-beginning-sns {
    display: block;
  }
}
.ascp-sv__lab_detail-beginning-left {
  width: 650px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-beginning-left {
    width: 100%;
  }
}
.ascp-sv__lab_detail-beginning-left-date {
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-beginning-left-date {
    font-size: 3.28125vw;
    margin-bottom: 0.78125vw;
  }
}
.ascp-sv__lab_detail-beginning-left-title {
  font-size: 24px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.41667;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-beginning-left-title {
    font-size: 5.625vw;
  }
}
.ascp-sv__lab_detail-beginning-sns {
  font-size: 0;
  width: 100%;
  text-align: right;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-beginning-sns {
    margin-top: 0.78125vw;
  }
}
.ascp-sv__lab_detail-beginning-sns > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-left: 10px;
}
.ascp-sv__lab_detail-beginning-sns > a > img {
  width: 100%;
  height: 100%;
}
.ascp-sv__lab_detail-beginning-sns > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-beginning-sns > a {
    width: 9.375vw;
    height: 9.375vw;
    margin-left: 1.5625vw;
  }
  .ascp-sv__lab_detail-beginning-sns > a:hover {
    opacity: 1;
  }
}
.ascp-sv__lab_detail-catching {
  width: 660px;
  margin-bottom: 20px;
}
.ascp-sv__lab_detail-catching > img {
  width: 100%;
  height: 389px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-catching {
    width: 100%;
    margin-bottom: 3.125vw;
  }
  .ascp-sv__lab_detail-catching > img {
    width: 100%;
    height: 100%;
  }
}
.ascp-sv__lab_detail-type {
  font-size: 0;
  border-bottom: 2px solid #e5e5ea;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-type {
    border-bottom: 0.625vw solid #e5e5ea;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__lab_detail-type-category,
.ascp-sv__lab_detail-type-tag {
  display: inline-block;
  vertical-align: top;
}
.ascp-sv__lab_detail-type-category {
  width: 98px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #2889f5;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-type-category {
    width: 21.875vw;
    font-size: 3.28125vw;
    padding: 2.34375vw 0;
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__lab_detail-type-tag {
  width: 652px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-type-tag {
    width: 100%;
    text-align: left;
  }
}
.ascp-sv__lab_detail-type-tag > li {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #636363;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  border: 1px solid #646464;
  border-radius: 50px;
  background-color: #fff;
  padding: 9px 20px;
  margin-bottom: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-type-tag > li {
    font-size: 3.28125vw;
    border: 0.3125vw solid #646464;
    border-radius: 7.8125vw;
    padding: 2.34375vw 4.6875vw;
    margin-right: 1.5625vw;
    margin-bottom: 3.125vw;
    margin-left: 0;
  }
}
.ascp-sv__lab_detail-question,
.ascp-sv__lab_detail-answer {
  margin-bottom: 40px;
}
.ascp-sv__lab_detail-question-icon,
.ascp-sv__lab_detail-answer-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.ascp-sv__lab_detail-question-icon > img,
.ascp-sv__lab_detail-answer-icon > img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-question-icon,
.ascp-sv__lab_detail-answer-icon {
    width: 9.375vw;
    height: 9.375vw;
    margin-bottom: 1.25vw;
  }
}
.ascp-sv__lab_detail-question-text,
.ascp-sv__lab_detail-answer-text {
  font-size: 16px;
  font-size: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-question-text,
.ascp-sv__lab_detail-answer-text {
    font-size: 3.75vw;
  }
}
.ascp-sv__lab_detail-point {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #e5e5ea;
  padding: 18px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-point {
    border: 0.625vw solid #e5e5ea;
    padding: 4.6875vw;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__lab_detail-point-title {
  position: relative;
  color: #2889f5;
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  padding-left: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-point-title {
    font-size: 4.6875vw;
    padding-left: 9.375vw;
    margin-bottom: 2.34375vw;
  }
}
.ascp-sv__lab_detail-point-title::before {
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  content: "";
  width: 24px;
  height: 24px;
   content: "\f24e";
   font-weight: 900;
   font-family: "Font Awesome 5 Free";
	font-size:20px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-point-title::before {
    width: 7.5vw;
    height: 7.5vw;
	 font-size:4.75vw;
	 top:10px;
  }
}
.ascp-sv__lab_detail-point-list > li {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.625;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-point-list > li {
    font-size: 3.75vw;
  }
}
.ascp-sv__lab_detail-contents {
  border-top: 2px solid #e5e5ea;
  border-bottom: 2px solid #e5e5ea;
  padding: 39px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-contents {
    border-top: 0.625vw solid #e5e5ea;
    border-bottom: 0.625vw solid #e5e5ea;
    padding: 6.25vw 0;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__lab_detail-contents-title {
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-contents-title {
    font-size: 4.6875vw;
    margin-bottom: 2.34375vw;
  }
}
.ascp-sv__lab_detail-contents-anchor3,
.ascp-sv__lab_detail-contents-anchor4 {
  display: block;
  color: #2889f5;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.ascp-sv__lab_detail-contents-anchor3:hover,
.ascp-sv__lab_detail-contents-anchor4:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-contents-anchor3,
.ascp-sv__lab_detail-contents-anchor4 {
    font-size: 4.6875vw;
  }
}
.ascp-sv__lab_detail-contents-anchor4 {
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-contents-anchor4 {
    padding-left: 4.6875vw;
  }
}
.ascp-sv__lab_detail-letterbody {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.ascp-sv__lab_detail-letterbody h3,
.ascp-sv__lab_detail-letterbody h4,
.ascp-sv__lab_detail-letterbody h5 {
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 10px;
 margin-top:-100px;
padding-top:100px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-letterbody h3,
.ascp-sv__lab_detail-letterbody h4,
.ascp-sv__lab_detail-letterbody h5 {
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__lab_detail-letterbody h5 {
  font-size: 16px;
}
.ascp-sv__lab_detail-letterbody p,
.ascp-sv__lab_detail-letterbody div {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.625;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-letterbody p,
.ascp-sv__lab_detail-letterbody div {
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__lab_detail-letterbody p.box,
.ascp-sv__lab_detail-letterbody div.box {
  border: 2px solid #e5e5ea;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-letterbody p.box,
.ascp-sv__lab_detail-letterbody div.box {
    padding: 1.5625vw;
  }
}
.ascp-sv__lab_detail-letterbody div.box > ul {
  margin-bottom: 0;
}
.ascp-sv__lab_detail-letterbody a {
  color: #2889f5;
  font-size: 16px;
  line-height: 1.625;
}
.ascp-sv__lab_detail-letterbody a.outer::after {
  display: inline-block;
  content: "";
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url("/img/service/img/icon_outerlink.png") no-repeat center center;
  background-size: 16px 16px;
  padding-left: 6px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-letterbody a {
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }
  .ascp-sv__lab_detail-letterbody a.outer::after {
    top: 0.15625vw;
    width: 3.75vw;
    height: 3.75vw;
    background-size: 3.75vw 3.75vw;
    padding-left: 0.9375vw;
  }
}
.ascp-sv__lab_detail-letterbody .note {
  display: block;
  font-size: 12px;
  line-height: 1.5833;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-letterbody .note {
    font-size: 2.8125vw;
    margin-top: 0.78125vw;
  }
}
.ascp-sv__lab_detail-letterbody table {
  font-size: 16px;
  line-height: 1.625;
  text-align: left;
  background: #e5e5ea;
  margin: 20px 0 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-letterbody table {
    font-size: 3.75vw;
    margin-top: 3.125vw 0 1.5625vw;
  }
}
.ascp-sv__lab_detail-letterbody caption {
  font-weight: bold;
  background: #dcdcdc;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-letterbody caption {
    padding: 3.125vw 0;
  }
  .ascp-sv__lab_detail-letterbody caption + tbody {
    display: block;
    margin-top: -0.3125vw;
  }
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-letterbody tr {
    display: block;
  }
}
.ascp-sv__lab_detail-letterbody th {
  width: 22%;
  font-weight: normal;
  vertical-align: top;
  background: #fafafa;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-letterbody th {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 1.5625vw;
    margin-top: 0.3125vw;
  }
}
.ascp-sv__lab_detail-letterbody td {
  vertical-align: top;
  background: #fff;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-letterbody td {
    display: block;
    padding: 1.5625vw;
    margin-top: 0.3125vw;
  }
}
.ascp-sv__lab_detail-letterbody ul {
  font-size: 16px;
  line-height: 1.625;
  margin-left: 10px;
  margin-bottom: 40px;
}
.ascp-sv__lab_detail-letterbody ul li {
  position: relative;
  padding-left: 18px;
  padding-bottom: 6px;
}
.ascp-sv__lab_detail-letterbody ul li span:first-child {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 16px;
  text-align: center;
}
.ascp-sv__lab_detail-letterbody ul li ul {
  margin-left: 0;
  margin-bottom: 0;
}
.ascp-sv__lab_detail-letterbody ul li ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-letterbody ul {
    font-size: 3.75vw;
    margin-left: 1.5625vw;
  }
  .ascp-sv__lab_detail-letterbody ul li {
    font-size: 3.75vw;
    padding-left: 4.0625vw;
  }
  .ascp-sv__lab_detail-letterbody ul li span:first-child {
    width: 3.75vw;
  }
}
.ascp-sv__lab_detail-consultation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #e5e5ea;
  padding: 18px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-consultation {
    border: 0.625vw solid #e5e5ea;
    padding: 4.6875vw;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__lab_detail-consultation-title {
  position: relative;
  color: #2889f5;
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  padding-left: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-consultation-title {
    font-size: 4.6875vw;
    padding-left: 10.9375vw;
    margin-bottom: 2.34375vw;
  }
}
.ascp-sv__lab_detail-consultation-title::before {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 0;
  content: "";
  width: 24px;
  height: 24px;
	content: "\f24e";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
	font-size:20px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-consultation-title::before {
    width: 7.5vw;
    height: 7.5vw;
	  font-size:4.75vw;
	  top:10px;
  }
}
.ascp-sv__lab_detail-consultation-text {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-consultation-text {
    font-size: 3.75vw;
  }
}
.ascp-sv__lab_detail-writer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-writer {
    padding: 3.125vw;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__lab_detail-writer-photo,
.ascp-sv__lab_detail-writer-name {
  display: inline-block;
  vertical-align: middle;
}
.ascp-sv__lab_detail-writer-photo {
  width: 160px;
  margin-right: 20px;
}
.ascp-sv__lab_detail-writer-photo > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-writer-photo {
    width: 25vw;
    margin-right: 3.125vw;
  }
  .ascp-sv__lab_detail-writer-photo > img {
    height: 25vw;
  }
}
.ascp-sv__lab_detail-writer-name {
  width: 440px;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-writer-name {
    width: calc(100% - 28.125vw);
    font-size: 3.28125vw;
  }
}
.ascp-sv__lab_detail-writer-name > span {
  font-weight: 500;
}
.ascp-sv__lab_detail-related-title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #2889f5;
  padding-bottom: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-related-title {
    font-size: 4.6875vw;
    border-bottom: 0.625vw solid #2889f5;
    padding-bottom: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__lab_detail-related-list {
  font-size: 0;
}
.ascp-sv__lab_detail-related-list > li {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  border: 1px solid #e5e5ea;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-related-list > li {
    display: block;
    width: 100%;
    border: 0.15625vw solid #e5e5ea;
    border-radius: 1.5625vw;
    margin-right: 0;
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__lab_detail-related-list > li:nth-of-type(3n) {
  margin-right: 0;
}
.ascp-sv__lab_detail-related-list-photo {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ascp-sv__lab_detail-related-list-photo > img {
  width: 100%;
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-related-list-photo > img {
    height: 42.1875vw;
  }
}
.ascp-sv__lab_detail-related-list-text {
  font-size: 14px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.4285;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  padding: 10px 10px 20px 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-related-list-text {
    font-size: 3.28125vw;
    padding: 1.5625vw 1.5625vw 3.125vw 1.5625vw;
  }
}
.ascp-sv__lab_detail-related-list--anchor:hover .ascp-sv__lab_detail-related-list-photo {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-related-list--anchor:hover .ascp-sv__lab_detail-related-list-photo {
    opacity: 1;
  }
}
.ascp-sv__lab_detail-related-list--anchor:hover .ascp-sv__lab_detail-related-list-text {
  color: #2889f5;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lab_detail-related-list--anchor:hover .ascp-sv__lab_detail-related-list-text {
    color: #282828;
  }
}
.ascp-sv__service_field {
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field {
    padding: 12.5vw 0;
  }
}
.ascp-sv__service_field-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 980px;
  border: 1px solid #e5e5ea;
  padding: 39px 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list {
    width: calc(100% - 10vw);
    border: 0.3125vw solid #e5e5ea;
    padding: 6.09375vw 0;
  }
}
.ascp-sv__service_field-list > li {
  width: 900px;
  border-bottom: 1px solid #e5e5ea;
  padding-bottom: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list > li {
    width: calc(100% - 10vw);
    border-bottom: 0.3125vw solid #e5e5ea;
    padding-bottom: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__service_field-list > li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ascp-sv__service_field-list-icon,
.ascp-sv__service_field-list-detail {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-icon,
.ascp-sv__service_field-list-detail {
    display: block;
  }
}
.ascp-sv__service_field-list-icon {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  height: 100px;
  border: 2px solid #2889f5;
  border-radius: 50px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  margin-right: 40px;
	font-size: 45px;
	font-weight: 900;
	display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-icon {
    width: 15.625vw;
    height: 15.625vw;
    border: 0.625vw solid #2889f5;
    border-radius: 7.8125vw;
    margin-right: auto;
    margin-bottom: 3.125vw;
    margin-left: auto;
	font-size: 30px;
  }
}
.ascp-sv__service_field-list-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2889f5;
  -webkit-transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-icon::before {
    background-color: #fff;
  }
}
.ascp-sv__service_field-list-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
  margin: auto;
}
.ascp-sv__service_field-list-icon.icon01:after {
  width: 60px;
  height: 48px;
  background-image: url("/img/service/icon_service01_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-icon.icon01:after {
    width: 9.375vw;
    height: 7.5vw;
  }
}
.ascp-sv__service_field-list-icon.icon02:after {
  width: 40px;
  height: 60px;
  background-image: url("/img/service/icon_service02_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-icon.icon02:after {
    width: 6.25vw;
    height: 9.375vw;
  }
}
.ascp-sv__service_field-list-icon.icon03:after {
  width: 53px;
  height: 60px;
  background-image: url("/img/service/icon_service03_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-icon.icon03:after {
    width: 8.28125vw;
    height: 9.375vw;
  }
}
.ascp-sv__service_field-list-icon.icon04:after {
  width: 60px;
  height: 49px;
  background-image: url("/img/service/icon_service04_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-icon.icon04:after {
    width: 9.375vw;
    height: 7.65625vw;
  }
}
.ascp-sv__service_field-list-icon.icon05:after {
  width: 50px;
  height: 60px;
  background-image: url("/img/service/icon_service05_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-icon.icon05:after {
    width: 7.8125vw;
    height: 9.375vw;
  }
}
.ascp-sv__service_field-list-icon.icon06:after {
  width: 54px;
  height: 60px;
  background-image: url("/img/service/icon_service06_blue.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-icon.icon06:after {
    width: 8.4375vw;
    height: 9.375vw;
  }
}
.ascp-sv__service_field-list-detail {
  max-width: 760px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-detail {
    max-width: 100%;
    text-align: center;
  }
}
.ascp-sv__service_field-list-detail-title {
  position: relative;
  display: inline-block;
  color: #2889f5;
  font-size: 24px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-detail-title {
    font-size: 5.625vw;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__service_field-list-detail-title::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2889f5;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-detail-title::after {
    bottom: -0.9375vw;
    height: 0.15625vw;
  }
}
.ascp-sv__service_field-list-detail-text {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list-detail-text {
    font-size: 3.75vw;
    text-align: left;
  }
}
.ascp-sv__service_field-list--anchor {
  display: flex;
  font-size: 0;
  vertical-align: top;
}
.ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon {
  background-color: #2889f5;
  -webkit-transition: background-color 1.2s;
  transition: background-color 1.2s;
}
.ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon i {
color:#FFF !important;
z-index:1000;
}

@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon {
    background-color: #fff;
  }
	.ascp-sv__service_field-list--anchor {
		display: block;
	}
}
.ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon01:after {
  background-image: url("/img/service/icon_service01_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon01:after {
    background-image: url("/img/service/icon_service01_blue.svg");
  }
}
.ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon02:after {
  background-image: url("/img/service/icon_service02_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon02:after {
    background-image: url("/img/service/icon_service02_blue.svg");
  }
}
.ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon03:after {
  background-image: url("/img/service/icon_service03_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon03:after {
    background-image: url("/img/service/icon_service03_blue.svg");
  }
}
.ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon04:after {
  background-image: url("/img/service/icon_service04_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon04:after {
    background-image: url("/img/service/icon_service04_blue.svg");
  }
}
.ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon05:after {
  background-image: url("/img/service/icon_service05_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon05:after {
    background-image: url("/img/service/icon_service05_blue.svg");
  }
}
.ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon06:after {
  background-image: url("/img/service/icon_service06_white.svg");
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon.icon06:after {
    background-image: url("/img/service/icon_service06_blue.svg");
  }
}
.ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-icon::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
.ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-detail-text {
  color: #2889f5;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_field-list--anchor:hover .ascp-sv__service_field-list-detail-text {
    color: #282828;
  }
}
.ascp-sv__service_howtouse {
  background-color: #f5f5f5;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_howtouse {
    padding: 12.5vw 0;
    margin-bottom: 12.5vw;
  }
}
.ascp-sv__service_howtouse-item {
  width: 980px;
  font-size: 0;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_howtouse-item {
    width: calc(100% - 10vw);
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__service_howtouse-item:last-of-type {
  margin-bottom: 0;
}
.ascp-sv__service_howtouse-item-photo,
.ascp-sv__service_howtouse-item-detail {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_howtouse-item-photo,
.ascp-sv__service_howtouse-item-detail {
    display: block;
  }
}
.ascp-sv__service_howtouse-item-photo {
  width: 280px;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_howtouse-item-photo {
    width: 80%;
    margin-right: auto;
    margin-bottom: 3.125vw;
    margin-left: auto;
  }
}
.ascp-sv__service_howtouse-item-photo > img {
  width: 100%;
  height: 100%;
}
.ascp-sv__service_howtouse-item-detail {
  width: 660px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_howtouse-item-detail {
    width: 100%;
  }
}
.ascp-sv__service_howtouse-item-detail-title {
  display: inline-block;
  position: relative;
  color: #2889f5;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_howtouse-item-detail-title {
    font-size: 5.625vw;
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__service_howtouse-item-detail-title::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2889f5;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_howtouse-item-detail-title::after {
    bottom: -0.9375vw;
    height: 0.15625vw;
  }
}
.ascp-sv__service_howtouse-item-detail-text {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  line-height: 1.5625;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_howtouse-item-detail-text {
    font-size: 3.75vw;
  }
}
.ascp-sv__service_lower-about {
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-about {
    padding: 12.5vw 0;
  }
}
.ascp-sv__service_lower-about-title,
.ascp-sv__service_lower-about-detail {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-about-title,
.ascp-sv__service_lower-about-detail {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__service_lower-about-title {
  color: #2889f5;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-about-title {
    font-size: 5.625vw;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__service_lower-about-detail {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 1.5625;
}
.ascp-sv__service_lower-about-detail > span {
  font-weight: bold;
  font-size: 24px;
}
.ascp-sv__service_lower-about-detail > .note {
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-about-detail {
    font-size: 3.75vw;
  }
  .ascp-sv__service_lower-about-detail > .note {
    font-size: 3.75vw;
  }
}
.ascp-sv__service_lower-flow {
  background-color: #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-flow {
    padding: 12.5vw 0;
  }
}
.ascp-sv__service_lower-flow-step {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 820px;
  border: 4px solid #2889f5;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 0;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-flow-step {
    width: calc(100% - 10vw);
    border: 0.625vw solid #2889f5;
    border-radius: 1.5625vw;
    padding: 6.25vw 0;
    margin-bottom: 10.9375vw;
  }
}
.ascp-sv__service_lower-flow-step.end {
  margin-bottom: 0;
}
.ascp-sv__service_lower-flow-step.end::before,
.ascp-sv__service_lower-flow-step.end::after {
  display: none;
}
.ascp-sv__service_lower-flow-step::before,
.ascp-sv__service_lower-flow-step::after {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  margin: auto;
}
.ascp-sv__service_lower-flow-step::before {
  bottom: -34px;
  z-index: 1;
  border-width: 34px 34px 0 34px;
  border-color: #2888f5 transparent transparent transparent;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-flow-step::before {
    bottom: -5.3125vw;
    border-width: 5.3125vw 5.3125vw 0 5.3125vw;
  }
}
.ascp-sv__service_lower-flow-step::after {
  bottom: -28px;
  z-index: 2;
  border-width: 28px 28px 0 28px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-flow-step::after {
    bottom: -4.375vw;
    border-width: 4.375vw 4.375vw 0 4.375vw;
  }
}
.ascp-sv__service_lower-flow-step-no {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.ascp-sv__service_lower-flow-step-no > span {
  color: #2889f5;
}
.ascp-sv__service_lower-flow-step-no > .note {
  color: #000;
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-flow-step-no {
    font-size: 7.8125vw;
  }
  .ascp-sv__service_lower-flow-step-no > .note {
    font-size: 15px;
  }
}
.ascp-sv__service_lower-cost {
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-cost {
    padding: 12.5vw 0;
  }
}
.ascp-sv__service_lower-cost p {
  font-size: 22px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-cost p {
    font-size: 3.75vw;
  }
}
.ascp-sv__service_lower-cost-detail {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 1.5625;
}
@media screen and (max-width: 640px) {
  .ascp-sv__service_lower-cost-detail {
    font-size: 3.75vw;
  }
}
.ascp-sv__lawyer_detail {
  padding: 80px 0 60px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail {
    padding: 12.5vw 0 9.375vw 0;
  }
}
.ascp-sv__lawyer_detail--wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 980px;
  border: 1px solid #e5e5ea;
  padding-top: 29px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail--wrap {
    width: calc(100% - 10vw);
    border: 0.3125vw solid #e5e5ea;
    padding-top: 0;
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__lawyer_detail--photo-prof {
  font-size: 0;
  margin-bottom: 29px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail--photo-prof {
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__lawyer_detail-photo,
.ascp-sv__lawyer_detail-prof {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-photo,
.ascp-sv__lawyer_detail-prof {
    display: block;
  }
}
.ascp-sv__lawyer_detail-photo {
  width: 445px;
  margin-right: 30px;
  margin-left: 29px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.6875vw;
    margin-left: 0;
  }
}
.ascp-sv__lawyer_detail-photo > img {
  width: 100%;
  height: 100%;
}
.ascp-sv__lawyer_detail-prof {
  width: 445px;
  margin-right: 29px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-prof {
    width: calc(100% - 10vw);
    margin-right: auto;
    margin-left: auto;
  }
}
.ascp-sv__lawyer_detail-prof-post {
  font-size: 16px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-prof-post {
    font-size: 3.75vw;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__lawyer_detail-prof-name {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  padding-bottom: 21px;
  margin-bottom: 20px;
}
.ascp-sv__lawyer_detail-prof-name > span {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-prof-name {
    font-size: 6.25vw;
    padding-bottom: 3.28125vw;
    margin-bottom: 3.125vw;
  }
  .ascp-sv__lawyer_detail-prof-name > span {
    font-size: 3.75vw;
  }
}
.ascp-sv__lawyer_detail-prof-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 445px;
  height: 1px;
  background-color: #e5e5ea;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-prof-name::after {
    width: 100%;
    height: 0.3125vw;
  }
}
.ascp-sv__lawyer_detail-prof-text {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.5625;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-prof-text {
    font-size: 3.75vw;
  }
}
.ascp-sv__lawyer_detail-prof-text > span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-prof-text > span {
    font-size: 4.21875vw;
    margin-bottom: 2.34375vw;
  }
}
.ascp-sv__lawyer_detail-message {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  background-color: #f5f5f5;
  padding: 30px 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-message {
    font-size: 3.75vw;
    padding: 5vw;
  }
}
.ascp-sv__lawyer_detail-message > span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-message > span {
    font-size: 4.21875vw;
    margin-bottom: 2.34375vw;
  }
}
.ascp-sv__lawyer_detail-list {
  width: 1000px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-list {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__lawyer_detail-list > li {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 313px;
  vertical-align: top;
  border: 1px solid #e5e5ea;
  padding-bottom: 19px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-list > li {
    display: block;
    width: 100%;
    border: 0.3125vw solid #e5e5ea;
    padding-bottom: 2.96875vw;
    margin-right: 0;
    margin-bottom: 3.125vw;
    margin-left: 0;
  }
}
.ascp-sv__lawyer_detail-list-photo {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-list-photo {
    margin-bottom: 2.34375vw;
  }
}
.ascp-sv__lawyer_detail-list-photo > img {
  width: 100%;
  height: 100%;
}
.ascp-sv__lawyer_detail-list-post,
.ascp-sv__lawyer_detail-list-name {
  text-align: center;
}
.ascp-sv__lawyer_detail-list-post {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-list-post {
    font-size: 3.75vw;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__lawyer_detail-list-name {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .ascp-sv__lawyer_detail-list-name {
    font-size: 6.25vw;
  }
}
.ascp-sv__price_detail {
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail {
    padding: 12.5vw 0;
  }
}
.ascp-sv__price_detail--wrap {
  width: 820px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail--wrap {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__price_detail-price-table {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin-top: 40px;
}
.ascp-sv__price_detail-price-table table {
  width: 900px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 auto;
}
.ascp-sv__price_detail-price-table th {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #ddd;
  padding: 5px 10px;
}
.ascp-sv__price_detail-price-table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.ascp-sv__price_detail-price-table caption {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail-price-table {
    width: 100%;
  }
  .ascp-sv__price_detail-price-table table {
    width: 100%;
    font-size: 2vw;
  }
  .ascp-sv__price_detail-price-table caption {
    font-size: 2vw;
  }
}
.ascp-sv__price_detail-fee,
.ascp-sv__price_detail-text {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail-fee,
.ascp-sv__price_detail-text {
    display: block;
  }
}
.ascp-sv__price_detail-fee {
  position: relative;
  width: 300px;
  height: 364px;
  border-radius: 20px;
  background-color: #e6f2ff;
  margin-right: 35px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail-fee {
    width: 100%;
    height: 39.0625vw;
    border-radius: 3.125vw;
    margin-right: 0;
    margin-bottom: 5.46875vw;
  }
}
.ascp-sv__price_detail-fee > div {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascp-sv__price_detail-fee-title {
  color: #2889f5;
  font-size: 30px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail-fee-title {
    font-size: 6.25vw;
    margin-bottom: 4.6875vw;
  }
}
.ascp-sv__price_detail-fee-no {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.ascp-sv__price_detail-fee-no > span {
  color: #2889f5;
  font-size: 240px;
  font-family: "Roboto", sans-serif;
  line-height: 0.75;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail-fee-no {
    font-size: 6.25vw;
  }
  .ascp-sv__price_detail-fee-no > span {
    font-size: 25vw;
  }
}
.ascp-sv__price_detail-text {
  width: 485px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail-text {
    width: 100%;
  }
}
.ascp-sv__price_detail-text-01 {
  position: relative;
  color: #2889f5;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail-text-01 {
    font-size: 5.625vw;
    margin-bottom: 4.6875vw;
  }
}
.ascp-sv__price_detail-text-01::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 267px;
  height: 2px;
  background-color: #2889f5;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail-text-01::after {
    bottom: -2.34375vw;
    width: 63vw;
    height: 0.625vw;
  }
}
.ascp-sv__price_detail-text-02 {
  color: #2889f5;
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail-text-02 {
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__price_detail-text-03 {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.5625;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_detail-text-03 {
    font-size: 3.75vw;
  }
}
.ascp-sv__price_flow {
  background-color: #f5f5f5;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_flow {
    padding: 12.5vw 0;
    margin-bottom: 12.5vw;
  }
}
.ascp-sv__price_flow-step {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 820px;
  border: 4px solid #2889f5;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 0;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_flow-step {
    width: calc(100% - 10vw);
    border: 0.625vw solid #2889f5;
    border-radius: 1.5625vw;
    padding: 6.25vw 0;
    margin-bottom: 7.8125vw;
  }
}
.ascp-sv__price_flow-step.end {
  margin-bottom: 0;
}
.ascp-sv__price_flow-step.end::before,
.ascp-sv__price_flow-step.end::after {
  display: none;
}
.ascp-sv__price_flow-step::before,
.ascp-sv__price_flow-step::after {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  margin: auto;
}
.ascp-sv__price_flow-step::before {
  bottom: -34px;
  z-index: 1;
  border-width: 34px 34px 0 34px;
  border-color: #2888f5 transparent transparent transparent;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_flow-step::before {
    bottom: -5.3125vw;
    border-width: 5.3125vw 5.3125vw 0 5.3125vw;
  }
}
.ascp-sv__price_flow-step::after {
  bottom: -28px;
  z-index: 2;
  border-width: 28px 28px 0 28px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_flow-step::after {
    bottom: -4.375vw;
    border-width: 4.375vw 4.375vw 0 4.375vw;
  }
}
.ascp-sv__price_flow-step-no,
.ascp-sv__price_flow-step-title,
.ascp-sv__price_flow-step-item,
.ascp-sv__price_flow-step-text {
  text-align: center;
}
.ascp-sv__price_flow-step-no {
  color: #2889f5;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_flow-step-no {
    font-size: 4.6875vw;
  }
}
.ascp-sv__price_flow-step-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_flow-step-title {
    width: calc(100% - 10vw);
    font-size: 6.25vw;
    line-height: 1.2;
    margin-right: auto;
    margin-bottom: 4.6875vw;
    margin-left: auto;
  }
}
.ascp-sv__price_flow-step-item {
  color: #2889f5;
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_flow-step-item {
    width: calc(100% - 10vw);
    font-size: 4.6875vw;
    margin-right: auto;
    margin-bottom: 0.78125vw;
    margin-left: auto;
  }
}
.ascp-sv__price_flow-step-text {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.5625;
}
.ascp-sv__price_flow-step-text.margin-b15 {
  margin-bottom: 15px;
}
.ascp-sv__price_flow-step-text.margin-b35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_flow-step-text {
    width: calc(100% - 10vw);
    font-size: 3.75vw;
    margin-right: auto;
    margin-left: auto;
  }
  .ascp-sv__price_flow-step-text.margin-b15 {
    margin-bottom: 2.34375vw;
  }
  .ascp-sv__price_flow-step-text.margin-b35 {
    margin-bottom: 5.46875vw;
  }
}
.ascp-sv__price_flow-step-text a {
  position: relative;
  color: #2889f5;
}
.ascp-sv__price_flow-step-text a::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #2889f5;
  opacity: 0;
  -webkit-transition: width 0.4s, opacity 0.4s;
  transition: width 0.4s, opacity 0.4s;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_flow-step-text a::after {
    width: 100%;
    height: 0.3125vw;
    opacity: 1;
  }
}
.ascp-sv__price_flow-step-text a:hover::after {
  width: 100%;
  opacity: 1;
}
.ascp-sv__price_flow-step-list {
  width: 310px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_flow-step-list {
    width: calc(100% - 10vw);
    margin-bottom: 3.125vw;
  }
}
.ascp-sv__price_flow-step-list > li {
  color: #2889f5;
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__price_flow-step-list > li {
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
.ascp-sv__price_flow-step-list > li:last-of-type {
  margin-bottom: 0;
}
.ascp-sv__record_number {
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_number {
    padding-bottom: 12.5vw;
  }
}
.ascp-sv__record_number-beginning {
  position: relative;
  height: 560px;
  overflow: hidden;
  margin-bottom: 40px;
	margin-top:-80px;
}
.ascp-sv__record_number-beginning--wrap {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  margin-right: auto;
  margin-left: auto;
}
.ascp-sv__record_number-beginning--wrap > span.inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascp-sv__record_number-beginning--wrap p:nth-of-type(1) {
  color: #2889f5;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.06;
  margin-bottom: 20px;
}
.ascp-sv__record_number-beginning--wrap p:nth-of-type(2) {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #c8c8c8;
  padding: 7px 14px;
  margin-bottom: 10px;
}
.ascp-sv__record_number-beginning--wrap p:nth-of-type(3) {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.06;
  margin-bottom: 10px;
}
.ascp-sv__record_number-beginning--wrap p:nth-of-type(3) span.no {
  display: inline-block;
  color: #2889f5;
  font-size: 120px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  line-height: 0.72;
  padding-right: 7px;
}
.ascp-sv__record_number-beginning--wrap p:nth-of-type(4) {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
}
.ascp-sv__record_number-beginning > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin: auto;
}
.ascp-sv__record_number-beginning-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_number-beginning {
    height: 87.5vw;
    margin-bottom: 6.25vw;
  }
  .ascp-sv__record_number-beginning--wrap {
    width: 62.5vw;
    height: 62.5vw;
    border-radius: 31.25vw;
    -webkit-box-shadow: 0 0 6.25vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6.25vw rgba(0, 0, 0, 0.2);
  }
  .ascp-sv__record_number-beginning--wrap p:nth-of-type(1) {
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
  .ascp-sv__record_number-beginning--wrap p:nth-of-type(2) {
    font-size: 3.28125vw;
    padding: 1.09375vw 2.1875vw;
    margin-bottom: sizVW(10);
  }
  .ascp-sv__record_number-beginning--wrap p:nth-of-type(3) {
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
  .ascp-sv__record_number-beginning--wrap p:nth-of-type(3) span.no {
    font-size: 18.75vw;
    padding-right: 1.09375vw;
  }
  .ascp-sv__record_number-beginning--wrap p:nth-of-type(4) {
    font-size: sizweVW(24);
  }
}
.ascp-sv__record_number-text {
  width: 820px;
  font-size: 16px;
  line-height: 1.5625;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_number-text {
    width: calc(100% - 10vw);
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__record_number-list {
  width: 820px;
  font-size: 0;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.ascp-sv__record_number-list li {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 205px;
  vertical-align: top;
  padding: 40px 20px;
}
.ascp-sv__record_number-list li:nth-child(odd) {
  background-color: #f0f0f0;
}
.ascp-sv__record_number-list li:nth-child(even) {
  background-color: #dbecff;
}
.ascp-sv__record_number-list li p:nth-of-type(1) {
  position: relative;
  height: 50px;
  color: #2889f5;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.ascp-sv__record_number-list li p:nth-of-type(1) span.inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascp-sv__record_number-list li p:nth-of-type(1) span.supplement {
  display: block;
  color: #282828;
  font-size: 16px;
  margin-top: 4px;
}
.ascp-sv__record_number-list li p:nth-of-type(2) {
  position: relative;
  left: -5px;
  width: calc(100% + 10px);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 20px;
}
.ascp-sv__record_number-list li p:nth-of-type(2) span {
  display: inline-block;
  position: relative;
  top: 7px;
  color: #2889f5;
  font-size: 80px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.01em;
  line-height: 0.72;
}
.ascp-sv__record_number-list li p:nth-of-type(3) {
  height: 155px;
  font-size: 14px;
  line-height: 1.57143;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_number-list {
    width: calc(100% - 10vw);
    margin-bottom: 3.125vw;
  }
  .ascp-sv__record_number-list li {
    display: block;
    width: 100%;
    padding: 6.25vw 3.125vw;
  }
  .ascp-sv__record_number-list li p:nth-of-type(1) {
    height: 8.59375vw;
    font-size: 5vw;
    margin-bottom: 1.5625vw;
  }
  .ascp-sv__record_number-list li p:nth-of-type(1) span.supplement {
    font-size: 2.8125vw;
    margin-top: 0.625vw;
  }
  .ascp-sv__record_number-list li p:nth-of-type(2) {
    left: 0;
    width: 100%;
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
  .ascp-sv__record_number-list li p:nth-of-type(2) span {
    top: 1.09375vw;
    font-size: 12.5vw;
  }
  .ascp-sv__record_number-list li p:nth-of-type(3) {
    height: auto;
    font-size: 3.28125vw;
  }
}
.ascp-sv__record_number-annotation {
  width: 820px;
  font-size: 12px;
  line-height: 1.5625;
  text-align: right;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_number-annotation {
    width: calc(100% - 10vw - 1em);
    font-size: 2.8125vw;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.ascp-sv__record_performance {
  background-color: #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_performance {
    padding: 12.5vw 0;
  }
}
.ascp-sv__record_performance--wrap {
  width: 820px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_performance--wrap {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__record_performance-graph {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  padding: 60px 58px;
  margin-bottom: 40px;
}
.ascp-sv__record_performance-graph img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_performance-graph {
    border-radius: 4.6875vw;
    padding: 4.6875vw 4.375vw;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__record_performance-number {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}
.ascp-sv__record_performance-number span.pc {
  display: inline;
}
.ascp-sv__record_performance-number span.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_performance-number {
    font-size: 3.28125vw;
    margin-bottom: 6.25vw;
  }
  .ascp-sv__record_performance-number span.pc {
    display: none;
  }
  .ascp-sv__record_performance-number span.sp {
    display: inline;
  }
}
.ascp-sv__record_performance-text {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_performance-text {
    font-size: 2.8125vw;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__record_performance-map {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  padding: 60px 58px;
}
.ascp-sv__record_performance-map img {
  width: 100%;
  margin-bottom: 6px;
}
.ascp-sv__record_performance-map p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_performance-map {
    border-radius: 4.6875vw;
    padding: 4.6875vw 4.375vw;
  }
  .ascp-sv__record_performance-map img {
    margin-bottom: 0.9375vw;
  }
  .ascp-sv__record_performance-map p {
    font-size: 3.28125vw;
  }
}
.ascp-sv__record_case {
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_case {
    padding: 12.5vw 0;
  }
}
.ascp-sv__record_case--wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 820px;
  background-color: #dbecff;
  padding: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.ascp-sv__record_case--wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_case--wrap {
    width: calc(100% - 10vw);
    padding: 4.6875vw;
    margin-bottom: 6.25vw;
  }
}
.ascp-sv__record_case-title {
  position: relative;
  width: 100%;
  border-radius: 100px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 17px;
  margin-bottom: 40px;
}
.ascp-sv__record_case-title > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascp-sv__record_case-title p {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
.ascp-sv__record_case-title p:nth-of-type(1) {
  color: #2889f5;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
.ascp-sv__record_case-title p:nth-of-type(2) {
  font-size: 28px;
  line-height: 1.64286;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_case-title {
    border-radius: 15.625vw;
    padding-top: 3.125vw;
    padding-bottom: 2.65625vw;
    margin-bottom: 6.25vw;
  }
  .ascp-sv__record_case-title p:nth-of-type(1) {
    font-size: 3.28125vw;
    margin-bottom: 1.25vw;
  }
  .ascp-sv__record_case-title p:nth-of-type(2) {
    font-size: 4.375vw;
    line-height: 1.3;
  }
}
.ascp-sv__record_case-detail {
  width: 100%;
  margin-bottom: 20px;
}
.ascp-sv__record_case-detail:last-child {
  margin-bottom: 0;
}
.ascp-sv__record_case-detail p:nth-of-type(1) {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.ascp-sv__record_case-detail p:nth-of-type(1)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 630px;
  height: 2px;
  background-color: #282828;
  margin: auto;
}
.ascp-sv__record_case-detail p:nth-of-type(1).resolution {
  color: #2889f5;
}
.ascp-sv__record_case-detail p:nth-of-type(1).resolution::after {
  width: 665px;
  background-color: #2889f5;
}
.ascp-sv__record_case-detail p:nth-of-type(2) {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5625;
}
@media screen and (max-width: 640px) {
  .ascp-sv__record_case-detail {
    margin-bottom: 3.125vw;
  }
  .ascp-sv__record_case-detail p:nth-of-type(1) {
    font-size: 4.0625vw;
    margin-bottom: 3.125vw;
  }
  .ascp-sv__record_case-detail p:nth-of-type(1)::after {
    width: calc(100% - 21.875vw);
    height: 0.3125vw;
  }
  .ascp-sv__record_case-detail p:nth-of-type(1).resolution::after {
    width: calc(100% - 14.0625vw);
  }
  .ascp-sv__record_case-detail p:nth-of-type(2) {
    font-size: 3.28125vw;
  }
}
.ascp-sv__studygroup-ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup-ttl {
    font-size: 5.3125vw;
    margin-bottom: 20px;
  }
}
.ascp-sv__studygroup-ttl span {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
}
.ascp-sv__studygroup-ttl span:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #2889f5;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ascp-sv__studygroup_mv {
  margin-bottom: 90px;
  background: url("/img/service/img/studygroup/mv_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 40px 0 75px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_mv {
    margin-bottom: 45px;
    background: url("/img/service/img/studygroup/mv_bg_sp.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding: 100px 0 40px;
  }
}
.ascp-sv__studygroup_mv-wrap {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_mv-wrap {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__studygroup_mv article {
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.ascp-sv__studygroup_mv article h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ascp-sv__studygroup_mv article h2 small {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  text-shadow: none;
}
.ascp-sv__studygroup_mv article h2 small span {
  background-color: #FD39BF;
  color: #fff;
  padding: 5px 25px;
}
.ascp-sv__studygroup_mv article p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
.ascp-sv__studygroup_mv article p br {
  display: none;
}
.ascp-sv__studygroup_mv article ul {
  border-top: 2px solid #2889f5;
  display: inline-block;
  padding-top: 30px;
}
.ascp-sv__studygroup_mv article ul li {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 3.7em;
}
.ascp-sv__studygroup_mv article ul li:last-child {
  margin-bottom: 0px;
}
.ascp-sv__studygroup_mv article ul li span {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #2889f5;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  text-shadow: none;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_mv article h2 {
    font-size: 9.375vw;
    margin-bottom: 20px;
  }
  .ascp-sv__studygroup_mv article h2 small {
    font-size: 3.4375vw;
    margin-bottom: 10px;
  }
  .ascp-sv__studygroup_mv article h2 small span {
    padding: 5px 15px;
  }
  .ascp-sv__studygroup_mv article p {
    font-size: 4.0625vw;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .ascp-sv__studygroup_mv article p br {
    display: block;
  }
  .ascp-sv__studygroup_mv article ul {
    padding-top: 20px;
  }
  .ascp-sv__studygroup_mv article ul li {
    font-size: 4.6875vw;
    margin-bottom: 20px;
    padding-left: 3.7em;
  }
  .ascp-sv__studygroup_mv article ul li:last-child {
    margin-bottom: 0px;
  }
  .ascp-sv__studygroup_mv article ul li span {
    padding: 10px;
    font-size: 3.125vw;
  }
}
.ascp-sv__studygroup_about {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_about {
    margin-bottom: 40px;
  }
}
.ascp-sv__studygroup_about-wrap {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_about-wrap {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__studygroup_about p {
  line-height: 1.8;
  font-size: 16px;
}
.ascp-sv__studygroup_about p br.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_about p {
    font-size: 3.75vw;
  }
  .ascp-sv__studygroup_about p br.sp {
    display: block;
  }
}
.ascp-sv__studygroup_seminar {
  background-color: #F0F0F0;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_seminar {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.ascp-sv__studygroup_seminar-wrap {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_seminar-wrap {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__studygroup_seminar .ttl-area {
  position: relative;
  padding-bottom: 160px;
  margin-bottom: 80px;
}
.ascp-sv__studygroup_seminar .ttl-area figure {
  width: 88%;
  margin: 0;
  margin-left: 12%;
  padding: 0;
}
.ascp-sv__studygroup_seminar .ttl-area figure img {
  width: 100%;
}
.ascp-sv__studygroup_seminar .ttl-area article {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 40px;
  box-sizing: border-box;
  width: 72%;
}
.ascp-sv__studygroup_seminar .ttl-area article h3 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 30px;
}
.ascp-sv__studygroup_seminar .ttl-area article h3 small {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
}
.ascp-sv__studygroup_seminar .ttl-area article p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_seminar .ttl-area {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .ascp-sv__studygroup_seminar .ttl-area article {
    padding: 15px 20px;
    width: 90%;
    position: relative;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .ascp-sv__studygroup_seminar .ttl-area article h3 {
    font-size: 8.125vw;
    margin-bottom: 20px;
  }
  .ascp-sv__studygroup_seminar .ttl-area article h3 small {
    font-size: 3.75vw;
    margin-bottom: 15px;
  }
  .ascp-sv__studygroup_seminar .ttl-area article p {
    font-size: 3.4375vw;
  }
}
.ascp-sv__studygroup_seminar-theme {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_seminar-theme {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.ascp-sv__studygroup_seminar-theme ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -20px;
}
.ascp-sv__studygroup_seminar-theme ul li {
  width: 31.3%;
  text-align: center;
  background-color: #2889f5;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  height: 68px;
  line-height: 68px;
  border-radius: 34px;
  margin-bottom: 20px;
}
.ascp-sv__studygroup_seminar-theme ul li br {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_seminar-theme ul {
    margin-bottom: -10px;
  }
  .ascp-sv__studygroup_seminar-theme ul li {
    width: 48%;
    font-size: 3.28125vw;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    margin-bottom: 10px;
  }
  .ascp-sv__studygroup_seminar-theme ul li br {
    display: block;
  }
  .ascp-sv__studygroup_seminar-theme ul li.line2 {
    line-height: 1.2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .ascp-sv__studygroup_seminar-theme ul li.line2 span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}
.ascp-sv__studygroup_seminar-scenery {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_seminar-scenery {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.ascp-sv__studygroup_seminar-scenery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ascp-sv__studygroup_seminar-scenery ul li {
  width: 47%;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
.ascp-sv__studygroup_seminar-scenery ul li figure {
  padding: 0;
  margin: 0;
}
.ascp-sv__studygroup_seminar-scenery ul li figure img {
  width: 100%;
}
.ascp-sv__studygroup_seminar-scenery ul li h4 {
  font-size: 16px;
  color: #2889f5;
  margin: 20px 0 10px;
  font-weight: 700;
}
.ascp-sv__studygroup_seminar-scenery ul li br.pc {
  display: inline;
}
.ascp-sv__studygroup_seminar-scenery ul li br.sp {
  display: none;
}
.ascp-sv__studygroup_seminar-scenery ul li:nth-child(3) {
  margin-bottom: 0px;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_seminar-scenery ul {
    display: block;
  }
  .ascp-sv__studygroup_seminar-scenery ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .ascp-sv__studygroup_seminar-scenery ul li h4 {
    font-size: 4.6875vw;
    line-height: 1.4;
    margin: 20px 0 10px;
  }
  .ascp-sv__studygroup_seminar-scenery ul li br.pc {
    display: none;
  }
  .ascp-sv__studygroup_seminar-scenery ul li br.sp {
    display: inline;
  }
  .ascp-sv__studygroup_seminar-scenery ul li:nth-child(3) {
    width: 100%;
  }
}
.ascp-sv__studygroup_seminar-voice .lead {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
.ascp-sv__studygroup_seminar-voice .lead span {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.ascp-sv__studygroup_seminar-voice .lead span:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
  background-color: #2889f5;
}
.ascp-sv__studygroup_seminar-voice .lead .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_seminar-voice .lead {
    font-size: 7.5vw;
    margin-bottom: 30px;
  }
  .ascp-sv__studygroup_seminar-voice .lead span:after {
    height: 10px;
    bottom: -4px;
  }
  .ascp-sv__studygroup_seminar-voice .lead .sp {
    display: block;
  }
}
.ascp-sv__studygroup_seminar-voice .txt {
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 40px;
}
.ascp-sv__studygroup_seminar-voice .txt .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_seminar-voice .txt {
    font-size: 3.4375vw;
    margin-bottom: 40px;
  }
  .ascp-sv__studygroup_seminar-voice .txt .sp {
    display: block;
  }
}
.ascp-sv__studygroup_seminar-voice .box {
  background-color: #fff;
  padding: 45px 100px;
}
.ascp-sv__studygroup_seminar-voice .box h4 {
  text-align: center;
  color: #2889f5;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 40px;
}
.ascp-sv__studygroup_seminar-voice .box ul li {
  border-bottom: 2px dotted #C1C1C1;
  line-height: 1.6;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ascp-sv__studygroup_seminar-voice .box ul li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_seminar-voice .box {
    padding: 25px;
  }
  .ascp-sv__studygroup_seminar-voice .box h4 {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .ascp-sv__studygroup_seminar-voice .box ul li {
    font-size: 3.4375vw;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.ascp-sv__studygroup_info {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_info {
    margin-bottom: 40px;
  }
}
.ascp-sv__studygroup_info-wrap {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_info-wrap {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__studygroup_info figure {
  padding: 0;
  margin: 0 0 20px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
}
.ascp-sv__studygroup_info figure img {
  width: 100%;
}
.ascp-sv__studygroup_info table {
  width: 100%;
  margin-bottom: 110px;
  line-height: 1.6;
}
.ascp-sv__studygroup_info table th {
  background-color: #2889f5;
  color: #fff;
  font-size: 16px;
  padding: 20px 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3em;
  white-space: nowrap;
}
.ascp-sv__studygroup_info table td {
  background-color: #F0F0F0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ascp-sv__studygroup_info table tr:nth-of-type(2) td:nth-of-type(1) {
  width: 22em;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_info table {
    margin-bottom: 50px;
  }
  .ascp-sv__studygroup_info table th,
.ascp-sv__studygroup_info table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 15px;
  }
  .ascp-sv__studygroup_info table th.name,
.ascp-sv__studygroup_info table td.name {
    width: 100%;
  }
  .ascp-sv__studygroup_info table th {
    clear: both;
  }
  .ascp-sv__studygroup_info table tr:nth-of-type(2) td:nth-of-type(1) {
    width: 100%;
  }
}
.ascp-sv__studygroup_info-past {
  margin: 0 40px 110px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_info-past {
    margin: 0 20px 50px;
  }
}
.ascp-sv__studygroup_info-past h4 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 40px;
}
.ascp-sv__studygroup_info-past ul li {
  border-bottom: 2px dotted #C1C1C1;
  line-height: 1.6;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ascp-sv__studygroup_info-past ul li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_info-past h4 {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .ascp-sv__studygroup_info-past ul li {
    font-size: 3.4375vw;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.ascp-sv__studygroup_info-past-btn {
  text-align: center;
  margin-bottom: 20px;
}
.ascp-sv__studygroup_info-past-btn a {
  display: inline-block;
  max-width: 540px;
  width: 80%;
  height: 100px;
  color: #fff;
  background-color: #FD39BF;
  font-size: 28px;
  border-radius: 50px;
  font-weight: 700;
  border: 2px solid #FD39BF;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 22px;
}
.ascp-sv__studygroup_info-past-btn a span {
  display: block;
  position: relative;
}
.ascp-sv__studygroup_info-past-btn a span:after {
  content: "";
  background: url("/img/service/img/studygroup/arrow.svg") no-repeat;
  background-size: 12px;
  width: 12px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ascp-sv__studygroup_info-past-btn a span small {
  display: block;
  margin-top: 15px;
  font-size: 12px;
}
.ascp-sv__studygroup_info-past-btn a:hover {
  background-color: #fff;
  color: #FD39BF;
}
.ascp-sv__studygroup_info-past-btn a:hover span:after {
  background: url("/img/service/img/studygroup/arrow2.svg") no-repeat;
  background-size: 12px;
}
.ascp-sv__studygroup_info-past-btn._s {
  margin-bottom: 0;
}
.ascp-sv__studygroup_info-past-btn._s a {
  background-color: #2889f5;
  border: 2px solid #2889f5;
}
.ascp-sv__studygroup_info-past-btn._s a:hover {
  background-color: #fff;
  color: #2889f5;
}
.ascp-sv__studygroup_info-past-btn._s a:hover span:after {
  background: url("/img/service/img/studygroup/arrow3.svg") no-repeat;
  background-size: 12px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_info-past-btn a {
    width: 100%;
    font-size: 5.625vw;
    height: 70px;
    padding-top: 0.5em;
  }
  .ascp-sv__studygroup_info-past-btn a span:after {
    content: "";
    background: url("/img/service/img/studygroup/arrow.svg") no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    right: 10px;
  }
  .ascp-sv__studygroup_info-past-btn a span small {
    display: block;
    margin-top: 10px;
    font-size: 2.5vw;
  }
  .ascp-sv__studygroup_info-past-btn a:hover {
    background-color: #FD39BF;
    color: #fff;
  }
  .ascp-sv__studygroup_info-past-btn a:hover span:after {
    background: url("/img/service/img/studygroup/arrow.svg") no-repeat;
    background-size: 6px;
  }
  .ascp-sv__studygroup_info-past-btn._s a:hover {
    background-color: #2889f5;
    color: #fff;
  }
  .ascp-sv__studygroup_info-past-btn._s a:hover span:after {
    background: url("/img/service/img/studygroup/arrow.svg") no-repeat;
    background-size: 6px;
  }
}
.ascp-sv__studygroup_agree {
  background-color: #F0F0F0;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_agree {
    padding: 40px 0;
  }
}
.ascp-sv__studygroup_agree-wrap {
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_agree-wrap {
    width: calc(100% - 10vw);
    display: block;
  }
}
.ascp-sv__studygroup_agree figure {
  padding: 0;
  margin: 0;
  width: 33.3%;
  text-align: center;
}
.ascp-sv__studygroup_agree figure img {
  width: 100%;
}
.ascp-sv__studygroup_agree_name {
  margin-top: 20px;
}
.ascp-sv__studygroup_agree_name span {
  margin-bottom: 15px;
  display: block;
}
.ascp-sv__studygroup_agree_name p {
  font-size: 30px;
  font-weight: 700;
}
.ascp-sv__studygroup_agree_name p small {
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
.ascp-sv__studygroup_agree article {
  width: 66.7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_agree figure {
    padding: 0;
    margin: 0 auto 20px;
    width: 70%;
    text-align: center;
  }
  .ascp-sv__studygroup_agree figure img {
    width: 100%;
  }
  .ascp-sv__studygroup_agree_name {
    margin-top: 20px;
  }
  .ascp-sv__studygroup_agree_name span {
    margin-bottom: 10px;
  }
  .ascp-sv__studygroup_agree_name p {
    font-size: 6.5625vw;
  }
  .ascp-sv__studygroup_agree_name p small {
    font-size: 2.8125vw;
    margin-right: 10px;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  .ascp-sv__studygroup_agree article {
    width: 100%;
    padding-left: 0px;
    font-size: 3.4375vw;
  }
}
.ascp-sv__studygroup_activity {
  margin-bottom: 80px;
}
.ascp-sv__studygroup_activity-kv {
  background: url("/img/service/img/studygroup/img.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: 400px;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_activity-kv {
    height: 250px;
    margin-bottom: 45px;
  }
}
.ascp-sv__studygroup_activity-wrap {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_activity-wrap {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__studygroup_activity dl {
  text-align: center;
  margin-bottom: 50px;
}
.ascp-sv__studygroup_activity dl dt {
  margin-bottom: 20px;
}
.ascp-sv__studygroup_activity dl dt span {
  display: inline-block;
  background-color: #2889f5;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  font-size: 14px;
}
.ascp-sv__studygroup_activity dl dd {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 700;
}
.ascp-sv__studygroup_activity dl dd br {
  display: none;
}
.ascp-sv__studygroup_activity dl dd:nth-of-type(2) {
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_activity dl {
    margin-bottom: 25px;
  }
  .ascp-sv__studygroup_activity dl dt {
    margin-bottom: 10px;
  }
  .ascp-sv__studygroup_activity dl dt span {
    font-size: 3.4375vw;
  }
  .ascp-sv__studygroup_activity dl dd {
    margin: 0 0 20px;
    font-size: 7.5vw;
    line-height: 1.4;
  }
  .ascp-sv__studygroup_activity dl dd br {
    display: block;
  }
}
.ascp-sv__studygroup_activity ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.ascp-sv__studygroup_activity ul li {
  width: 48.5%;
}
.ascp-sv__studygroup_activity ul li figure {
  margin: 0;
  padding: 0;
}
.ascp-sv__studygroup_activity ul li figure img {
  width: 100%;
}
.ascp-sv__studygroup_activity ul li h4 {
  margin: 25px 0 20px;
  font-weight: 700;
  font-size: 18px;
}
.ascp-sv__studygroup_activity ul li p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_activity ul {
    display: block;
    margin-bottom: 25px;
  }
  .ascp-sv__studygroup_activity ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .ascp-sv__studygroup_activity ul li:last-child {
    margin-bottom: 0px;
  }
  .ascp-sv__studygroup_activity ul li h4 {
    margin: 15px 0 10px;
    font-size: 4.0625vw;
  }
  .ascp-sv__studygroup_activity ul li p {
    font-size: 3.4375vw;
  }
}
.ascp-sv__studygroup_activity-btn {
  text-align: center;
}
.ascp-sv__studygroup_activity-btn a {
  display: inline-block;
  max-width: 540px;
  width: 80%;
  height: 100px;
  color: #fff;
  background-color: #FD39BF;
  font-size: 28px;
  border-radius: 50px;
  font-weight: 700;
  border: 2px solid #FD39BF;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 22px;
}
.ascp-sv__studygroup_activity-btn a span {
  display: block;
  position: relative;
}
.ascp-sv__studygroup_activity-btn a span:after {
  content: "";
  background: url("/img/service/img/studygroup/arrow.svg") no-repeat;
  background-size: 12px;
  width: 12px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ascp-sv__studygroup_activity-btn a span small {
  display: block;
  margin-top: 15px;
  font-size: 12px;
}
.ascp-sv__studygroup_activity-btn a:hover {
  background-color: #fff;
  color: #FD39BF;
}
.ascp-sv__studygroup_activity-btn a:hover span:after {
  background: url("/img/service/img/studygroup/arrow2.svg") no-repeat;
  background-size: 12px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__studygroup_activity-btn a {
    width: 100%;
    font-size: 5.625vw;
    height: 70px;
    padding-top: 0.5em;
  }
  .ascp-sv__studygroup_activity-btn a span:after {
    content: "";
    background: url("/img/service/img/studygroup/arrow.svg") no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    right: 10px;
  }
  .ascp-sv__studygroup_activity-btn a span small {
    display: block;
    margin-top: 10px;
    font-size: 2.5vw;
  }
  .ascp-sv__studygroup_activity-btn a:hover {
    background-color: #FD39BF;
    color: #fff;
  }
  .ascp-sv__studygroup_activity-btn a:hover span:after {
    background: url("/img/service/img/studygroup/arrow.svg") no-repeat;
    background-size: 6px;
  }
}
.ascp-sv__member-ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member-ttl {
    font-size: 4.6875vw;
    margin-bottom: 20px;
  }
}
.ascp-sv__member-ttl span {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
}
.ascp-sv__member-ttl span:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #2889f5;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ascp-sv__member_mv {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_mv {
    margin-top: 17.3vw;
    margin-bottom: 45px;
  }
}
.ascp-sv__member_mv-wrap {
  background: url("/img/service/img/member/mv_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: 300px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_mv-wrap {
    height: 54.6875vw;
    background: url("/img/service/img/member/mv_bg_sp.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
}
.ascp-sv__member_mv-wrap h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_mv-wrap h2 {
    font-size: 12.5vw;
  }
}
.ascp-sv__member_mv-wrap h2 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_mv-wrap h2 small {
    font-size: 3.90625vw;
    margin-bottom: 10px;
  }
}
.ascp-sv__member_mv p {
  text-align: center;
  color: #fff;
  background-color: #2889f5;
  font-size: 30px;
  padding: 35px 0;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_mv p {
    font-size: 4.6875vw;
    padding: 3.90625vw, 0;
  }
}
.ascp-sv__member_info {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_info {
    margin-bottom: 40px;
  }
}
.ascp-sv__member_info-wrap {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_info-wrap {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__member_info figure {
  padding: 0;
  margin: 0 0 20px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
}
.ascp-sv__member_info figure img {
  width: 100%;
}
.ascp-sv__member_info table {
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.6;
}
.ascp-sv__member_info table th {
  background-color: #2889f5;
  color: #fff;
  font-size: 16px;
  padding: 20px 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3em;
  white-space: nowrap;
}
.ascp-sv__member_info table td {
  background-color: #F0F0F0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ascp-sv__member_info table tr:nth-of-type(2) td:nth-of-type(1) {
  width: 22em;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_info table th,
.ascp-sv__member_info table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 15px;
  }
  .ascp-sv__member_info table th.name,
.ascp-sv__member_info table td.name {
    width: 100%;
  }
  .ascp-sv__member_info table th {
    clear: both;
  }
  .ascp-sv__member_info table tr:nth-of-type(2) td:nth-of-type(1) {
    width: 100%;
  }
}
.ascp-sv__member_info-btn {
  text-align: center;
}
.ascp-sv__member_info-btn a {
  display: inline-block;
  max-width: 600px;
  width: 80%;
  height: 100px;
  line-height: 100px;
  color: #fff;
  background-color: #FD39BF;
  font-size: 22px;
  border-radius: 50px;
  font-weight: 700;
  border: 2px solid #FD39BF;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.ascp-sv__member_info-btn a span {
  display: block;
  position: relative;
}
.ascp-sv__member_info-btn a span:after {
  content: "";
  background: url("/img/service/img/member/arrow.svg") no-repeat;
  background-size: 12px;
  width: 12px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ascp-sv__member_info-btn a:hover {
  background-color: #fff;
  color: #FD39BF;
}
.ascp-sv__member_info-btn a:hover span:after {
  background: url("/img/service/img/member/arrow2.svg") no-repeat;
  background-size: 12px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_info-btn a {
    width: 100%;
    font-size: 4.0625vw;
    height: 70px;
    line-height: 70px;
  }
  .ascp-sv__member_info-btn a span:after {
    content: "";
    background: url("/img/service/img/member/arrow.svg") no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    right: 10px;
  }
  .ascp-sv__member_info-btn a:hover {
    background-color: #FD39BF;
    color: #fff;
  }
  .ascp-sv__member_info-btn a:hover span:after {
    background: url("/img/service/img/member/arrow.svg") no-repeat;
    background-size: 6px;
  }
}
.ascp-sv__member_archive {
  background-color: #F0F0F0;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_archive {
    padding: 40px 0;
  }
}
.ascp-sv__member_archive-wrap {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_archive-wrap {
    width: calc(100% - 10vw);
  }
}
.ascp-sv__member_archive ul li {
  margin-bottom: 40px;
}
.ascp-sv__member_archive ul li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_archive ul li {
    margin-bottom: 20px;
  }
}
.ascp-sv__member_archive-movie {
  width: 100%;
  margin: auto;
  aspect-ratio: 16/9;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
}
.ascp-sv__member_archive-movie iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -10px;
}
.ascp-sv__member_archive-btn_dl {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.ascp-sv__member_archive-btn_dl > p {
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #2889f5;
  font-size: 18px;
  font-weight: 700;
  padding-right: 30px;
}
.ascp-sv__member_archive-btn_dl > p::before,
.ascp-sv__member_archive-btn_dl > p::after {
  position: absolute;
  content: "";
}
.ascp-sv__member_archive-btn_dl > p::before {
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #2889f5;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.ascp-sv__member_archive-btn_dl > p::after {
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  background: url("/img/service/img/member/dl.svg") no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ascp-sv__member_archive-btn_dl > p:hover::before {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_archive-btn_dl {
    margin: 20px 0;
  }
  .ascp-sv__member_archive-btn_dl > p {
    font-size: 3.4375vw;
  }
  .ascp-sv__member_archive-btn_dl > p::before {
    display: none;
  }
}
.ascp-sv__member_archive table {
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.6;
}
.ascp-sv__member_archive table th {
  background-color: #2889f5;
  color: #fff;
  font-size: 16px;
  padding: 20px 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3em;
  white-space: nowrap;
}
.ascp-sv__member_archive table td {
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ascp-sv__member_archive table tr:nth-of-type(2) td:nth-of-type(1) {
  width: 22em;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_archive table th,
.ascp-sv__member_archive table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 15px;
  }
  .ascp-sv__member_archive table th.name,
.ascp-sv__member_archive table td.name {
    width: 100%;
  }
  .ascp-sv__member_archive table th {
    clear: both;
  }
  .ascp-sv__member_archive table tr:nth-of-type(2) td:nth-of-type(1) {
    width: 100%;
  }
}
.ascp-sv__member_rule {
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_rule {
    padding: 40px 0;
  }
}
.ascp-sv__member_rule-wrap {
  max-width: 900px;
  margin: auto;
}
.ascp-sv__member_rule-wrap--detail {
  padding-left: 1em;
  margin-bottom: 20px;
}
.ascp-sv__member_rule-wrap--detail.end {
  margin-bottom: 40px;
}
.ascp-sv__member_rule-wrap--detail p {
  margin-bottom: 5px;
}
.ascp-sv__member_rule-wrap--detail p.indent3 {
  text-indent: -3em;
  padding-left: 3em;
}
.ascp-sv__member_rule-wrap--detail p.indent3.mt {
  margin-top: 5px;
}
.ascp-sv__member_rule-wrap--detail p.indent4 {
  text-indent: -4em;
  padding-left: 4em;
}
.ascp-sv__member_rule-wrap--detail p.indent5 {
  text-indent: -2em;
  padding-left: 2em;
  margin-left: 3em;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_rule-wrap {
    width: calc(100% - 10vw);
  }
  .ascp-sv__member_rule-wrap--detail {
    margin-bottom: 10px;
  }
  .ascp-sv__member_rule-wrap--detail.end {
    margin-bottom: 30px;
  }
  .ascp-sv__member_rule-wrap--detail p {
    margin-bottom: 5px;
  }
  .ascp-sv__member_rule-wrap--detail p.indent3.mt {
    margin-top: 5px;
  }
}
.ascp-sv__member_rule dl dt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #282828;
  padding: 20px 0;
  color: #fff;
  cursor: pointer;
}
.ascp-sv__member_rule dl dt span {
  display: block;
  position: relative;
}
.ascp-sv__member_rule dl dt span i {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 40px;
  top: 2px;
}
.ascp-sv__member_rule dl dt span i:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.ascp-sv__member_rule dl dt span i:after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
.ascp-sv__member_rule dl dt.open span {
  display: block;
  position: relative;
}
.ascp-sv__member_rule dl dt.open span i:after {
  display: none;
}
.ascp-sv__member_rule dl dd {
  padding: 20px;
  line-height: 1.6;
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  display: none;
}
.ascp-sv__member_rule dl dd > span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_rule dl dt {
    font-size: 4.0625vw;
    padding: 20px 0;
  }
  .ascp-sv__member_rule dl dt span i {
    right: 20px;
    top: 0px;
  }
  .ascp-sv__member_rule dl dd {
    font-size: 3.4375vw;
    padding: 20px 0 0 0;
  }
  .ascp-sv__member_rule dl dd > span {
    font-size: 3.75vw;
  }
}
.ascp-sv__member_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.ascp-sv__member_modal.display {
  display: block;
}
.ascp-sv__member_modal--wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 600px;
  height: 180px;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 0;
  margin: auto;
}
.ascp-sv__member_modal--wrap > p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.ascp-sv__member_modal::after {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.ascp-sv__member_modal-select {
  font-size: 0;
  text-align: center;
}
.ascp-sv__member_modal-select-btn {
  display: inline-block;
  position: relative;
  width: 200px;
}
.ascp-sv__member_modal-select-btn.yes {
  margin-right: 20px;
}
.ascp-sv__member_modal-select-btn.yes > a {
  display: block;
  height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px;
  background-color: #2889f5;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.ascp-sv__member_modal-select-btn.yes > a:hover {
  opacity: 0.7;
}
.ascp-sv__member_modal-select-btn.no {
  cursor: pointer;
  height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px;
  background-color: #2889f5;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  margin-left: 20px;
}
.ascp-sv__member_modal-select-btn.no:hover {
  opacity: 0.7;
}
.ascp-sv__member_modal-select-btn span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv__member_modal--wrap {
    width: calc(100% - 20vw);
    height: 45vw;
    padding: 6.25vw 0;
  }
  .ascp-sv__member_modal--wrap > p {
    font-size: 4.0625vw;
    margin-bottom: 6.25vw;
  }
  .ascp-sv__member_modal-select-btn {
    display: block;
    width: 46.875vw;
    margin-right: auto;
    margin-left: auto;
  }
  .ascp-sv__member_modal-select-btn.yes {
    margin-right: auto;
    margin-bottom: 3.125vw;
  }
  .ascp-sv__member_modal-select-btn.yes > a {
    height: 9.375vw;
    font-size: 3.4375vw;
    border-radius: 4.6875vw;
  }
  .ascp-sv__member_modal-select-btn.yes > a:hover {
    opacity: 1;
  }
  .ascp-sv__member_modal-select-btn.no {
    height: 9.375vw;
    font-size: 3.4375vw;
    border-radius: 4.6875vw;
    margin-left: auto;
  }
  .ascp-sv__member_modal-select-btn.no:hover {
    opacity: 1;
  }
}

/*スライダー*/
:where(.page-wrap.is-legacy) .metaslider .slides img {
max-width: 1000px !important;
}

:where(.page-wrap.is-legacy) .metaslider {
background-color: transparent !important;
}

.ascp-sv__top_mv {
width:100%;
height:540px;
}

:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
bottom:-40px !important;
}

:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,
:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic ul.rslides_tabs li a,
:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a,
:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic .coin-slider .cs-buttons a {
    background: #FFF !important;
    border: 2px solid #f5f5f5 !important;
	 border-radius:50px !important;
}

:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic .flexslider ol.flex-control-nav li a.flex-active,
:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover,
:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic ul.rslides_tabs li.rslides_here a,
:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic ul.rslides_tabs li a:hover,
:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active,
:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic .slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a:hover,
:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic .coin-slider .cs-buttons a.cs-active,
:where(.page-wrap.is-legacy) .metaslider.ms-theme-cubic .coin-slider .cs-buttons a:hover {
background:#2889f5 !important;
border: 0 !important;
}

:where(.page-wrap.is-legacy) .slide_sp {
display:none;
}

@media screen and (max-width: 640px) {
:where(.page-wrap.is-legacy) .slide_pc {
display:none;
}
:where(.page-wrap.is-legacy) .slide_sp {
display:inherit;
}
.ascp-sv__top_mv {
width:100%;
height:auto;
}
}

:where(.page-wrap.is-legacy) .ms-edit-frontend {
display:none !important;
}

/*目次アンカー*/
.ascp-sv__lab_detail-letterbody h3{
margin-top:-100px;
padding-top:100px;
}
/*ぺージャー*/
.ascp-sv__lab_archive-pagination-no:hover {
background-color:#EEE;
border-radius:50px;
}
/*パンくず*/
section.ascp-sv__cmn_breadcrumb.-page a:nth-child(2) {
display: none;
}
/*アンカー*/
:where(.page-wrap.is-legacy) .js-anchor-wrap a{
display:block;
line-height: 1.5em;
padding:5px 0;
z-index:10;
position:relative;
}

/*カスタムセクション*/

.ascp-sv-custom-section {
    width: 820px;
    margin-right: auto;
    margin-left: auto;
}
.ascp-sv-custom-section h3 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.ascp-sv-custom-section h3 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.ascp-sv-custom-section h4 {
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.4285;
    margin-bottom: 60px;
}
.ascp-sv-custom-section-content p {
font-size: 16px;
line-height: 1.75;
margin-bottom: 1.0em;
}
.ascp-sv-custom-section-img {
text-align:center;
}
.ascp-sv-custom-section-img img {
max-width:100%;
height:auto;
margin-bottom:40px;
}
.ascp-sv-custom-section-link {
margin-top:40px;
}

@media screen and (max-width: 820px) {
.ascp-sv-custom-section  {
    width: calc(100% - 10vw);
}
}

@media screen and (max-width: 640px) {
  .ascp-sv-custom-section h3 {
    width: calc(100% - 10vw);
    font-size: 6.25vw;
    padding-bottom: 2.5vw;
    margin-right: auto;
    margin-bottom: 3.125vw;
    margin-left: auto;
  }
.ascp-sv-custom-section h4 {
    width: calc(100% - 10vw);
    margin-right: auto;
    margin-bottom: 9.375vw;
    margin-left: auto;
}
}
.ascp-sv-custom-section h3::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #2889f5;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascp-sv-custom-section h3::after {
    width: 6.25vw;
    height: 0.3125vw;
  }
}
@media screen and (max-width: 640px) {
.ascp-sv-custom-section .ascp-sv__cmn_btn--anchor > span {
padding-left:1.0em;
padding-right:1.0em;
font-size:1.0em;
}
}

:where(.page-wrap.is-legacy) #office {
margin-top:-200px;
padding-top:200px;
}
/* スクロール演出用JSが無い場合の保険：消したい場合はこの2行を削除 */
.page-wrap.is-legacy .scroll-hidden{opacity:1;top:0;}

/* ===== カスタム追加：.box-gray（旧styleには無い独自クラス） ===== */
/* ※build-content-css.js で再生成した場合は、このブロックを再度追記してください */
:where(.page-wrap.is-legacy) .box-gray {
  border: 1px solid #ccc;
  padding: 16px 20px;
  border-radius: 5px;
  background: #ffffff;
  max-width: 700px;
  margin: 0 auto 1.5em;
  font-size: 18px; /* 元1.8rem（content.cssはpx統一のため18pxに変換） */
  line-height: 1.7;
  /* text-align: center; */
}
