.ico-down {
  display: inline-block;
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.5px' height='8.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 142, 177)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.162,0.992 L8.3,6.466 L14.844,0.992 '/%3E%3C/svg%3E");
}

.ico-top {
  display: inline-block;
  width: 8px;
  height: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.5px' height='8.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 142, 177)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M14.837,6.694 L7.996,1.220 L1.155,6.694 '/%3E%3C/svg%3E");
}

.js-acc-btn {
  display: table;
  color: #49a0c0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .js-acc-btn {
    font-size: 3.7333333333vw;
  }
}
.js-acc-btn i {
  margin-left: 7px;
}
.js-acc-btn a {
  display: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #49a0c0;
}
@media print, screen and (min-width:768px) {
  .js-acc-btn a {
    cursor: pointer;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .js-acc-btn a:hover {
    border-color: transparent;
  }
}
.js-acc-btn a.active {
  display: inline-block;
}

.top-mv {
  position: relative;
  padding-bottom: 47px;
}
@media screen and (max-width:767px) {
  .top-mv {
    padding-bottom: 65px;
  }
}
.top-mv-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 85px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1.8rem;
  color: #9cafb9;
}
.top-mv-scroll:before {
  content: "";
  width: 1px;
  height: 62px;
  display: block;
  background-color: #9cafb9;
  margin-left: 23px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-mv-scroll:hover {
    opacity: 0.7;
  }
}
.top-mv-modal {
  position: absolute;
  bottom: 78px;
  text-align: right;
  right: calc((100vw - 1240px) / 2);
  padding-right: 10px;
}
@media screen and (max-width: 1300px) {
  .top-mv-modal {
    right: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width:767px) {
  .top-mv-modal {
    bottom: 95px;
    padding-right: 0;
    max-width: none;
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 0;
  }
}
.top-mv-modal__inner {
  max-width: 200px;
  display: inline-block;
}
.top-mv-modal__txt {
  font-size: 1.6rem;
  line-height: 1.375;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width:768px) {
  .top-mv-modal__btn {
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-mv-modal__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .top-mv-modal__btn {
    width: 13.6vw;
  }
}
.top-mv-items {
  position: relative;
}
.top-mv__inner {
  position: absolute;
  width: 100%;
  bottom: 58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .top-mv__inner {
    padding: 20px 30px 0;
    bottom: 13.8666666667vw;
  }
}
.top-mv__txt {
  font-size: 2.6rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.top-mv__txt .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
  margin-bottom: 18px;
}
@media screen and (max-width:767px) {
  .top-mv__txt .ttl {
    margin: 0 -3px;
    margin-bottom: 2.6666666667vw;
  }
}
.top-mv__txt .txt {
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
}
@media screen and (max-width:767px) {
  .top-mv__txt .txt {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.top-mv__txt .sub {
  position: absolute;
  font-size: 18px;
  top: 85%;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  text-align: center;
}
@media screen and (max-width:767px) {
  .top-mv__txt .sub {
    top: 70%;
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width:767px) {
  .top-mv__txt {
    font-size: 4.8vw;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
  }
  .top-mv__txt span {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.top-mv__txt img {
  height: 29px;
  width: auto;
}
@media screen and (max-width:767px) {
  .top-mv__txt img {
    height: 5.3333333333vw;
  }
}
.top-mv__ttl {
  font-size: 44px;
  color: #fff;
  line-height: 1.4347826087;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.top-mv__ttl span {
  font-size: 67px;
}
@media screen and (max-width:767px) {
  .top-mv__ttl {
    margin-top: 5px;
    font-size: 8vw;
    line-height: 1.3225806452;
  }
  .top-mv__ttl span {
    font-size: 12vw;
  }
}
.top-mv__ttl img {
  height: 107px;
  width: auto;
}
@media screen and (max-width:767px) {
  .top-mv__ttl img {
    height: 28.5333333333vw;
  }
}
.top-mv__des {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (max-width:767px) {
  .top-mv__des {
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
    margin-top: 4vw;
  }
}
@media print, screen and (min-width:768px) {
  .top-mv__img.dummy:before {
    margin-left: 0;
    margin-top: 0;
    left: auto;
    top: 20px;
    right: 27px;
  }
}
@media screen and (max-width:767px) {
  .top-mv__img.dummy:before {
    top: 32%;
  }
}
.top-mv .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 35px;
  padding-right: 225px;
}
@media screen and (max-width:767px) {
  .top-mv .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 33px;
    padding-right: 0;
    z-index: 5;
  }
}
.top-mv .slick-dots li {
  width: 22px;
  height: 20px;
  padding: 6px;
  display: inline-block;
  line-height: 1;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-mv .slick-dots li:hover button {
    background-color: #fff;
  }
}
.top-mv .slick-dots li.slick-active button {
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .top-mv .slick-dots li {
    width: 20px;
    padding: 5px;
  }
}
.top-mv .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 1;
}

@media print, screen and (min-width:768px) {
  .top-sect:nth-child(n+2) {
    margin-top: 90px;
  }
}
@media screen and (max-width:767px) {
  .top-sect:nth-child(n+2) {
    margin-top: 55px;
  }
}
.top-sect__ttl {
  text-align: center;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 55px;
  font-size: 3.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.2;
  color: #50636c;
}
@media screen and (max-width:767px) {
  .top-sect__ttl {
    font-size: 8vw;
  }
}
.top-sect__ttl .small-ttl {
  font-size: 1.6rem;
  display: block;
  color: #7e8487;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width:767px) {
  .top-sect__ttl .small-ttl {
    font-size: 4vw;
  }
}
.top-sect__ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 80px;
  background-color: #f29800;
  margin-left: -40px;
}
@media screen and (max-width:767px) {
  .top-sect__ttl:before {
    width: 60px;
    margin-left: -30px;
  }
}
@media screen and (max-width:767px) {
  .top-sect__ttl {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width:768px) {
  .top-sect__txt {
    text-align: center;
  }
}
@media print, screen and (min-width:768px) {
  .top-sect__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .top-sect__btn {
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .bg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: none;
  }
  .bg.is-open {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .top-anchor {
    position: fixed;
    width: 100%;
    height: calc(100vh - 60px);
    right: -100vh;
    top: 60px;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .top-anchor .l-inner {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width:767px) {
  .top-anchor.is-open {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
}

.top-lead {
  text-align: center;
}
.top-lead.top-sect {
  margin-top: 60px;
  padding-top: 0;
}
@media screen and (max-width:767px) {
  .top-lead.top-sect {
    margin-top: 0;
    padding-top: 11px;
  }
}
.top-lead__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .top-lead__ttl {
    margin-bottom: 6.9333333333vw;
  }
}
.top-lead__ttl-wrap {
  font-size: 5.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  display: inline-block;
  color: #2c8db4;
  background: -webkit-gradient(linear, left top, right top, from(rgb(59, 181, 231)), color-stop(49%, rgb(250, 194, 122)), to(rgb(248, 151, 0)));
  background: linear-gradient(90deg, rgb(59, 181, 231) 0%, rgb(250, 194, 122) 49%, rgb(248, 151, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-lead__ttl-wrap .small {
  font-size: 70%;
}
.top-lead__ttl-wrap sup {
  font-size: 25%;
  vertical-align: text-top;
  display: inline-block;
  margin-top: 20px;
  color: #f89800;
}
@media screen and (max-width:767px) {
  .top-lead__ttl-wrap sup {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .top-lead__ttl-wrap {
    font-size: 9.3333333333vw;
  }
}
.top-lead__txt {
  font-size: 1.6rem;
  line-height: 2.125;
  margin-bottom: 17px;
}
@media screen and (max-width:767px) {
  .top-lead__txt {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 6.6666666667vw;
  }
}
.top-lead__note {
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .top-lead__note {
    font-size: 3.2vw;
    text-indent: -1em;
    padding-left: 1em;
    text-align: center;
  }
}
.top-lead__btns {
  margin-top: 42px;
}
@media screen and (max-width:767px) {
  .top-lead__btns {
    margin-top: 9.3333333333vw;
  }
}
.top-lead__btns .c-btn-01 {
  margin-left: auto;
  margin-right: auto;
}
.top-lead__btns .c-btn-01 + .c-btn-01 {
  margin-top: 20px;
}

.top-voice {
  background-color: #fff;
  background-image: linear-gradient(52deg, rgba(137, 228, 255, 0.3) 0, rgba(255, 183, 38, 0.3) 100%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-voice {
    background: rgb(137, 228, 255);
    background: linear-gradient(52deg, rgba(137, 228, 255, 0.3) 0, rgba(255, 183, 38, 0.3) 100%);
  }
}
@media print, screen and (min-width:768px) {
  .top-voice {
    padding: 95px 0 100px;
  }
  .top-voice.top-sect {
    margin-top: 100px;
  }
}
@media screen and (max-width:767px) {
  .top-voice {
    background: rgb(123, 229, 255);
    background: linear-gradient(33deg, rgba(123, 229, 255, 0.3) 0%, rgba(255, 198, 112, 0.3) 100%);
    padding-top: 12vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  .top-voice__ttl img {
    width: 48.8vw;
  }
}
.top-voice .voice-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.top-voice .voice-list__item + .voice-list__item {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .top-voice .voice-list__item + .voice-list__item {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .top-voice .voice-list__item {
    display: block;
  }
}
.top-voice .voice-list__img {
  width: 32.1%;
}
@media print, screen and (min-width:768px) {
  .top-voice .voice-list__img {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 900px) {
  .top-voice .voice-list__img {
    width: 39%;
  }
}
@media screen and (max-width:767px) {
  .top-voice .voice-list__img {
    width: 100%;
  }
}
.top-voice .voice-list__img-caption {
  font-size: 12px;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width:767px) {
  .top-voice .voice-list__img-caption {
    font-size: 3.2vw;
    padding: 0 20px;
    text-align: left;
  }
}
.top-voice .voice-list__ttl {
  font-size: 2rem;
  color: #49a0c0;
  line-height: 1.5;
  margin-bottom: 6px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 900px) {
  .top-voice .voice-list__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:767px) {
  .top-voice .voice-list__ttl {
    font-size: 5.0666666667vw;
    line-height: 1.4736842105;
  }
}
.top-voice .voice-list__txt {
  line-height: 2;
  max-height: 85px;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-voice .voice-list__txt p + p {
  margin-top: 25px;
}
@media screen and (max-width:767px) {
  .top-voice .voice-list__txt {
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    max-height: 38.4vw;
  }
}
.top-voice .voice-list__group {
  padding: 25px 40px;
  width: 67.9%;
}
.top-voice .voice-list__group .voice-list__txt p {
  display: none;
}
.top-voice .voice-list__group .voice-list__txt p:first-child {
  display: block;
}
.top-voice .voice-list__group.active .voice-list__txt {
  max-height: none;
}
.top-voice .voice-list__group.active .voice-list__txt p {
  display: block;
}
@media screen and (max-width: 900px) {
  .top-voice .voice-list__group {
    width: 61%;
    padding: 20px 18px;
  }
}
@media screen and (max-width:767px) {
  .top-voice .voice-list__group {
    padding: 16px 20px 30px;
    width: 100%;
  }
}
.top-voice .voice-list__btn {
  font-size: 14px;
  font-weight: normal;
  color: #49a0c0;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .top-voice .voice-list__btn {
    margin-top: 12px;
  }
}
.top-voice .voice-block {
  margin-top: 70px;
}
@media screen and (max-width:767px) {
  .top-voice .voice-block {
    margin-top: 44px;
  }
  .top-voice .voice-block#point {
    padding-top: 37px;
  }
}
.top-voice .voice-block__ttl {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  color: #50636c;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .top-voice .voice-block__ttl {
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 5.3333333333vw;
    line-height: 1.3;
  }
}
.top-voice .voice-block-card .diff-block__ttl {
  margin-bottom: 55px;
}
@media screen and (max-width:767px) {
  .top-voice .voice-block-card .diff-block__ttl {
    margin-bottom: 28px;
  }
}
.top-voice .voice-video {
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  background-color: #000;
}
.top-voice .voice-video:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.top-voice .voice-video iframe, .top-voice .voice-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.top-voice .voice-video iframe[poster], .top-voice .voice-video video[poster] {
  height: 100%;
  width: 100%;
}

@media print, screen and (min-width:768px) {
  .top-diff.top-sect {
    margin-top: 60px;
    padding-top: 40px;
  }
  .top-diff__ttl {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width:768px) and (min-width:768px) {
  .top-diff__ttl span {
    margin-bottom: 11px;
  }
}
@media screen and (max-width:767px) {
  .top-diff.top-sect {
    margin-top: 20px;
    padding-top: 21px;
  }
  .top-diff__ttl {
    margin-bottom: 25px;
  }
  .top-diff__ttl img {
    width: 82.9333333333vw;
  }
}
.top-diff__lead {
  line-height: 2.125;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .top-diff__lead {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }
  .top-diff__lead p + p {
    margin-top: 26px;
  }
}
.top-diff .diff-block {
  padding-top: 60px;
}
@media screen and (max-width:767px) {
  .top-diff .diff-block#point {
    padding-top: 37px;
  }
}
.top-diff .diff-block__ttl {
  margin-bottom: 35px;
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  color: #50636c;
  font-weight: normal;
}
.top-diff .diff-block__ttl .en {
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width:767px) {
  .top-diff .diff-block__ttl {
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 6.6666666667vw;
  }
}
.top-diff .diff-block__ttl .main {
  display: inline-block;
  position: relative;
  line-height: 1.01;
}
.top-diff .diff-block__ttl .main:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 50%;
  height: 1px;
  width: 66px;
  background-color: #f29800;
}
@media screen and (max-width:767px) {
  .top-diff .diff-block__ttl .main:before {
    right: calc(100% + 14px);
  }
}
.top-diff .diff-block__ttl .main:after {
  content: "";
  position: absolute;
  left: calc(100% + 30px);
  top: 50%;
  height: 1px;
  width: 66px;
  background-color: #f29800;
}
@media screen and (max-width:767px) {
  .top-diff .diff-block__ttl .main:after {
    left: calc(100% + 14px);
  }
}
.top-diff .diff-block-card .diff-block__ttl {
  margin-bottom: 52px;
}
@media screen and (max-width:767px) {
  .top-diff .diff-block-card .diff-block__ttl {
    margin-bottom: 21px;
  }
}
.top-diff .diff-video {
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
}
.top-diff .diff-video:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.top-diff .diff-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.top-diff .diff-card__item {
  overflow: hidden;
}
.top-diff .diff-card__ttl {
  font-size: 2rem;
  line-height: 1.5;
  color: #008eb1;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width:768px) {
  .top-diff .diff-card__ttl {
    min-height: 120px;
  }
}
@media print, screen and (min-width:1025px) {
  .top-diff .diff-card__ttl {
    min-height: 90px;
  }
}
@media screen and (max-width:767px) {
  .top-diff .diff-card__ttl {
    font-size: 5.0666666667vw;
    line-height: 1.4736842105;
    margin-top: 15px;
  }
}
.top-diff .diff-card__txt {
  line-height: 2.1428571429;
  margin-top: 9px;
}
@media screen and (max-width:767px) {
  .top-diff .diff-card__txt {
    line-height: 1.7857142857;
    margin-top: 5px;
  }
}
.top-diff .diff-card__img {
  position: relative;
}
.top-diff .diff-card__img:after {
  content: "";
  width: 135px;
  height: 135px;
  border-radius: 50%;
  top: -47px;
  left: -47px;
  background-color: #2c8db4;
  position: absolute;
}
@media screen and (max-width:767px) {
  .top-diff .diff-card__img:after {
    width: 98px;
    height: 98px;
    top: -33px;
    left: -40px;
  }
}
.top-diff .diff-card__img.dummy:before {
  margin-left: 0;
  margin-top: 0;
  left: auto;
  top: 10px;
  right: 10px;
}
@media screen and (max-width:767px) {
  .top-diff .diff-card__img.dummy:before {
    width: 37px;
    height: 19px;
  }
}
.top-diff .diff-card__point {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .top-diff .diff-card__point {
    left: 10px;
    top: 9px;
  }
  .top-diff .diff-card__point img {
    width: 32px;
  }
}

.top-problem {
  background-color: rgba(255, 205, 125, 0.37);
  background-image: url(../images/top/pattern.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
.top-problem.top-sect {
  margin-top: 0;
}
@media print, screen and (min-width:768px) {
  .top-problem {
    padding: 71px 0 18px;
  }
}
@media screen and (max-width:767px) {
  .top-problem {
    padding: 40px 0 25px;
    background-image: url(../images/top/pattern_sp.png);
  }
}
.top-problem__ttl {
  margin-bottom: 29px;
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width:767px) {
  .top-problem__ttl {
    margin-bottom: 15px;
    font-size: 5.3333333333vw;
  }
}
.top-problem__ttl:before {
  display: none;
}
.top-problem__ttl span {
  display: inline-block;
  font-size: 160%;
  position: relative;
  padding-top: 5px;
}
@media screen and (max-width:767px) {
  .top-problem__ttl span {
    padding-top: 3px;
  }
}
.top-problem__ttl span:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #f29800;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -4.5px;
}
@media screen and (max-width:767px) {
  .top-problem__ttl span:before {
    width: 1.6vw;
    height: 1.6vw;
    margin-left: -0.8vw;
  }
}
.top-problem__highlights {
  text-align: center;
  margin-top: 23px;
  font-size: 3rem;
  color: #4f626b;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.top-problem__highlights .color {
  font-size: 5.4rem;
  color: #2c8db4;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #3bb5e7), color-stop(49%, #fac27a), to(#f89700));
  background: linear-gradient(90deg, #3bb5e7 0, #fac27a 49%, #f89700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-problem__highlights .color .small {
  font-size: 70%;
}
@media screen and (max-width:767px) {
  .top-problem__highlights {
    margin-top: 25px;
    font-size: 5.3333333333vw;
    letter-spacing: normal;
  }
  .top-problem__highlights .color {
    font-size: 9.4666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .top-problem .problem-card .c-card-01__item {
    width: calc(33.3333333333% - 17px);
    margin-left: 8.5px;
    margin-right: 8.5px;
  }
}
@media screen and (max-width:767px) {
  .top-problem .problem-card .c-card-01__item {
    margin: 14px 10px 0;
  }
}
.top-problem .problem-card__txt {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}
@media screen and (max-width: 991px) {
  .top-problem .problem-card__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .top-problem .problem-card__txt {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
}

.top-course {
  padding-top: 120px;
  background-image: url(../images/top/bg_course.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.top-course.top-sect {
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .top-course {
    background-image: url(../images/top/bg_course_sp.png);
    padding-top: 55px;
  }
}
.top-course__ttl {
  margin-bottom: 57px;
  padding-top: 40px;
}
.top-course__ttl .small-ttl {
  color: #76929f;
}
@media print, screen and (min-width:768px) {
  .top-course__ttl span {
    margin-bottom: 4px;
  }
}
@media screen and (max-width:767px) {
  .top-course__ttl {
    margin-bottom: 28px;
    padding-top: 30px;
  }
}
.top-course__lead {
  font-size: 1.6rem;
  line-height: 2.125;
  text-align: center;
  margin-bottom: 55px;
}
.top-course__lead span {
  color: #2c8db4;
}
@media screen and (max-width:767px) {
  .top-course__lead {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-bottom: 25px;
  }
}
.top-course .course-card .c-card-01__item {
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .top-course .course-card .c-card-01__item {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .top-course .course-card .c-card-01__item:nth-child(3) .course-card__group {
    padding-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .top-course .course-card .c-card-01__items {
    margin-top: -30px;
  }
}
.top-course .course-card__heading {
  font-size: 1.8rem;
  color: #fff;
  background-color: #2c8db4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 5px;
  position: relative;
}
.top-course .course-card__heading:before {
  content: "";
  width: 50px;
  height: 16px;
  background-image: url(../images/top/icon_triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 98%;
  margin-left: -25px;
}
@media screen and (max-width:767px) {
  .top-course .course-card__heading {
    font-size: 4.8vw;
    height: auto;
    padding: 15px 10px;
  }
  .top-course .course-card__heading:before {
    width: 35px;
    margin-left: -18px;
    top: 96%;
  }
}
.top-course .course-card__group {
  padding: 40px 18px 30px;
}
@media screen and (max-width:767px) {
  .top-course .course-card__group {
    padding: 30px 20px 25px;
  }
}
.top-course .course-card__img {
  position: relative;
}
.top-course .course-card__img.dummy:before {
  margin-left: 0;
  margin-top: 0;
  left: auto;
  top: auto;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width:767px) {
  .top-course .course-card__img.dummy:before {
    width: 37px;
    height: 19px;
  }
}
.top-course .course-card__tag {
  position: absolute;
  right: -10px;
  top: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgb(44, 140, 179);
  background: linear-gradient(132deg, rgb(44, 140, 179) 0%, rgb(58, 98, 135) 100%);
  color: #fff;
  line-height: 1.4285714286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width:767px) {
  .top-course .course-card__tag {
    font-size: 12px;
    line-height: 1.4166666667;
    width: 86px;
    height: 86px;
    right: -9px;
    top: -28px;
  }
}
.top-course .course-card__ttl {
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 15px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  min-height: 56px;
}
.top-course .course-card__ttl span {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width:767px) {
  .top-course .course-card__ttl span {
    font-size: 1.3rem;
    display: block;
  }
}
@media screen and (max-width:767px) {
  .top-course .course-card__ttl {
    font-size: 5.0666666667vw;
    line-height: 1.2105263158;
    text-align: left;
    margin: 20px 0 15px;
    min-height: 20px;
    text-align: center;
  }
}
.top-course .course-card__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px 0 10px;
}
.top-course .course-card__line--01 {
  padding: 0 4px 0 0px;
}
.top-course .course-card__line--01 + .course-card__line--01 {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .top-course .course-card__line--01 + .course-card__line--01 {
    margin-top: 20px;
  }
}
.top-course .course-card__line--01 .course-card__txt {
  margin-left: 0;
  margin-top: 10px;
}
.top-course .course-card__line--01 .course-card__time {
  margin-bottom: 8px;
}
.top-course .course-card__line + .course-card__line {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .top-course .course-card__line + .course-card__line {
    margin-top: 6px;
  }
}
@media screen and (max-width:767px) {
  .top-course .course-card__line {
    padding: 0;
  }
}
.top-course .course-card__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  background-color: #d5ecf3;
}
@media screen and (max-width:767px) {
  .top-course .course-card__time {
    font-size: 3.2vw;
    width: 17.3333333333vw;
    height: auto;
    min-height: 24px;
    padding: 2px;
  }
}
.top-course .course-card__txt {
  font-size: 1.6rem;
  margin-left: 16px;
  width: calc(100% - 96px);
}
@media screen and (max-width:767px) {
  .top-course .course-card__txt {
    font-size: 3.7333333333vw;
    margin-left: 10px;
    width: calc(100% - 17.33333vw - 10px);
  }
}

@media print, screen and (min-width:768px) {
  .top-flow {
    padding-bottom: 90px;
  }
}
@media screen and (max-width:767px) {
  .top-flow {
    padding-bottom: 40px;
  }
}
.top-flow.top-sect {
  padding-top: 27px;
}
@media screen and (max-width:767px) {
  .top-flow.top-sect {
    padding-top: 5px;
  }
}
.top-flow__ttl {
  margin-bottom: 48px;
}
.top-flow__ttl .small-ttl {
  color: #76929f;
}
@media screen and (max-width:767px) {
  .top-flow__ttl {
    margin-bottom: 25px;
  }
  .top-flow__ttl img {
    height: 14.4vw;
    width: auto;
  }
}
.top-flow__lead {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.125;
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .top-flow__lead {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width:768px) {
  .top-flow .step-list {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }
}
.top-flow .step-list__item {
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .top-flow .step-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 3% 30px 5%;
  }
}
@media screen and (max-width:767px) {
  .top-flow .step-list__item:last-child {
    padding-bottom: 10px;
  }
}
.top-flow .step-list__item + .step-list__item {
  margin-top: 110px;
  position: relative;
}
.top-flow .step-list__item + .step-list__item:before {
  content: "";
  position: absolute;
  width: 111px;
  height: 32px;
  background-image: url(../images/top/symbol02.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  margin-left: -55px;
  bottom: calc(100% + 40px);
}
@media screen and (max-width:767px) {
  .top-flow .step-list__item + .step-list__item {
    margin-top: 80px;
  }
  .top-flow .step-list__item + .step-list__item:before {
    width: 79px;
    margin-left: -39px;
    background-image: url(../images/top/symbol02_sp.png);
    bottom: calc(100% + 20px);
  }
}
.top-flow .step-list__tag {
  position: absolute;
  top: -36px;
  left: -23px;
}
@media screen and (max-width:767px) {
  .top-flow .step-list__tag {
    width: 86px;
    height: 86px;
    top: -41px;
    left: 0px;
  }
}
@media print, screen and (min-width:768px) {
  .top-flow .step-list__img {
    width: 41.6%;
  }
}
.top-flow .step-list__img.dummy::before {
  margin-left: 0;
  margin-top: 0;
  left: auto;
  top: 10px;
  right: 10px;
}
@media screen and (max-width:767px) {
  .top-flow .step-list__img.dummy::before {
    width: 37px;
    height: 19px;
  }
}
@media print, screen and (min-width:768px) {
  .top-flow .step-list__group {
    padding-left: 6%;
    width: 57.8%;
  }
}
@media screen and (max-width:767px) {
  .top-flow .step-list__group {
    padding: 10px 20px 25px;
  }
}
.top-flow .step-list__ttl {
  font-size: 2.4rem;
  color: #2c8db4;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .top-flow .step-list__ttl {
    font-size: 6.1333333333vw;
    margin-bottom: 7px;
  }
}
.top-flow .step-list__txt {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width:767px) {
  .top-flow .step-list__txt {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }
}
.top-flow .step-list__memo {
  background-color: #f3f8fa;
  width: 100%;
  margin-top: 30px;
  padding: 15px 45px;
  margin-right: 2%;
}
@media screen and (max-width:767px) {
  .top-flow .step-list__memo {
    width: auto;
    margin: 20px;
    padding: 8px 20px 20px;
  }
}
.top-flow .step-list__memo-ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #2c8db4;
}
@media screen and (max-width:767px) {
  .top-flow .step-list__memo-ttl {
    font-size: 4vw;
  }
}
.top-flow .step-list__memo-ttl span {
  position: relative;
  line-height: 1.1;
}
.top-flow .step-list__memo-ttl span:before {
  content: "";
  width: 19px;
  height: 1px;
  background-color: #2c8db4;
  position: absolute;
  left: calc(100% + 8px);
  bottom: 10px;
}
@media screen and (max-width:767px) {
  .top-flow .step-list__memo-ttl span:before {
    width: 2.5333333333vw;
    bottom: 1.8666666667vw;
  }
}
.top-flow .step-list__memo-ttl span:after {
  content: "";
  width: 19px;
  height: 1px;
  background-color: #2c8db4;
  position: absolute;
  right: calc(100% + 8px);
  bottom: 10px;
}
@media screen and (max-width:767px) {
  .top-flow .step-list__memo-ttl span:after {
    width: 2.5333333333vw;
    bottom: 1.8666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .top-flow .step-list__memo-ttl img {
    height: 11px;
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .top-flow .step-list__memo-ttl {
    margin-bottom: 13px;
  }
  .top-flow .step-list__memo-ttl img {
    height: 2.1333333333vw;
    width: auto;
  }
}
.top-flow .step-list__memo-lead {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width:767px) {
  .top-flow .step-list__memo-lead {
    font-size: 5.3333333333vw;
    line-height: 1.225;
    text-align: left;
    margin-bottom: 11px;
  }
}
.top-flow .step-list__memo-txt {
  line-height: 2;
}
@media screen and (max-width:767px) {
  .top-flow .step-list__memo-txt {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
}

.top-spec {
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #d5ecf3;
}
@media screen and (max-width:767px) {
  .top-spec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.top-spec__ttl {
  margin-bottom: 62px;
  color: #333;
}
.top-spec__ttl span {
  color: #76929f;
}
@media screen and (max-width:767px) {
  .top-spec__ttl {
    margin-bottom: 30px;
  }
  .top-spec__ttl img {
    height: 13.6vw;
    width: auto;
  }
}
@media print, screen and (min-width:768px) {
  .top-spec .spec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.top-spec .spec-list__item {
  background-color: #fff;
  padding: 20px 20px;
}
@media print, screen and (min-width:768px) {
  .top-spec .spec-list__item {
    width: calc(33.3333333333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
.top-spec .spec-list__item.coming {
  background-color: #e8eced;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-spec .spec-list__txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .top-spec .spec-list__txt {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-bottom: 10px;
  }
}
.top-spec .spec-list__img {
  margin-bottom: 20px;
}
.top-spec .spec-list__img:before {
  top: 10px;
  right: 10px;
  left: auto;
  margin-left: 0;
  margin-top: 0;
}
.top-spec .spec-list__btn a {
  height: 60px;
  padding-right: 55px;
}
.top-spec .spec-list__btn a i {
  right: 15px;
  width: 38px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='37.5px' height='8.5px'%3E%3Cdefs%3E%3Cfilter id='Filter_0'%3E%3CfeFlood flood-color='rgb(255, 255, 255)' flood-opacity='1' result='floodOut' /%3E%3CfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut' /%3E%3CfeBlend mode='normal' in='compOut' in2='SourceGraphic' /%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23Filter_0)'%3E%3Cpath fill-rule='evenodd' stroke='rgb(44, 141, 180)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.499,6.994 L34.271,6.994 L26.662,1.881 '/%3E%3C/g%3E%3Cpath fill='none' stroke='rgb(44, 141, 180)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' d='M0.499,6.994 L34.271,6.994 L26.662,1.881 '/%3E%3C/svg%3E");
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-spec .spec-list__btn a:hover i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='37.5px' height='8.5px'%3E%3Cdefs%3E%3Cfilter id='Filter_0'%3E%3CfeFlood flood-color='rgb(44, 141, 180)' flood-opacity='1' result='floodOut' /%3E%3CfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut' /%3E%3CfeBlend mode='normal' in='compOut' in2='SourceGraphic' /%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23Filter_0)'%3E%3Cpath fill-rule='evenodd' stroke='rgb(44, 141, 180)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.499,6.994 L34.271,6.994 L26.662,1.881 '/%3E%3C/g%3E%3Cpath fill='none' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' d='M0.499,6.994 L34.271,6.994 L26.662,1.881 '/%3E%3C/svg%3E");
  }
}
@media screen and (max-width:767px) {
  .top-spec .spec-list__btn a {
    height: 50px;
  }
}
.top-spec .spec-list__coming {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}

.top-card {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 722px;
  margin-bottom: 70px;
}
.top-card:last-child {
  margin-bottom: 0;
}
.top-card__heading {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 -10px 30px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .top-card__heading {
    width: 100%;
    margin: 0 0 30px;
  }
}
.top-card__heading span {
  font-size: 2rem;
  color: #50636c;
  font-family: "Noto Serif JP", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #f1fcff;
  position: relative;
  padding: 0 30px;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .top-card__heading span {
    font-size: 2.1rem;
    padding: 0 10px;
  }
}
.top-card__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  left: -500px;
  width: 200rem;
  background-color: #61abc8;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .top-card .c-card-01__item {
    width: 100%;
  }
}
/*# sourceMappingURL=top.css.map */