/* news list */

.news-list>li {
  background-image: linear-gradient(to right, #c5c5c5 0px, #c5c5c5 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.news-list>li>a {
  display: block;
}

.news-list>li>a>dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news-list>li>a>dl>dt {
  color: #003b89;
  font-weight: 700;
}

.news-list>li>a>dl .-icon>span {
  border: 1px solid #247ac0;
  color: #247ac0;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.news-list>li>a>dl .-icon>span._news02,
.news-list>li>a>dl .-icon>span._campaign {
  border-color: #f1af00;
  color: #f1af00;
}

.news-list>li>a>dl .-icon>span._news03,
.news-list>li>a>dl .-icon>span._seminar {
  border-color: #8ab73c;
  color: #8ab73c;
}

.news-list>li>a>dl .-icon>span._news04,
.news-list>li>a>dl .-icon>span._event {
  border-color: #f37e9b;
  color: #f37e9b;
}

/* search box */

#main .search {
  background-color: #e9f3ff;
}

#main .search-chklist {
  display: flex;
  flex-wrap: wrap;
}

#main .search-chklist .-checkbox {
  display: block;
}

#main .search-chklist .-checkbox>label {
  position: relative;
}

#main .search-chklist .-checkbox>label:before {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  content: "";
  display: inline-block;
  margin-right: .4rem;
}

#main .search-chklist .-checkbox>label:after {
  border-left: 3px solid #247ac0;
  border-bottom: 3px solid #247ac0;
  content: "";
  display: none;
  position: absolute;
  transform: rotate(-45deg);
}

#main .search-chklist .-checkbox>label>span {
  font-feature-settings: "palt";
  display: inline-block;
  line-height: 1.3;
}

#main .search-chklist .-checkbox>input[type=checkbox]:checked+label:before {
  border-color: #247ac0;
}

#main .search-chklist .-checkbox>input[type=checkbox]:checked+label:after {
  display: block;
}

#main .search-chklist._type .-checkbox {
  position: relative;
}

#main .search-chklist._type .-checkbox>label {
  display: block;
}

#main .search-chklist._type .-checkbox>label:before {
  display: block;
  position: absolute;
  margin: 0;
}

#main .search-chklist._type .-checkbox>label>figure {
  overflow: hidden;
}

#main .search-chklist._type .-checkbox>label>span {
  display: block;
}

#main .search .-keyword input {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  line-height: 1.4;
  width: 100%;
}

#main .search .-keyword input::placeholder {
  color: #c5c5c5;
}

/* top.css
========================================*/

#main .swiper {
  position: relative;
}

#main .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#main .swiper-pagination-bullet {
  background-color: #247ac0;
  border-radius: 50%;
  display: block;
}

#main .swiper-pagination-bullet-active {
  background-color: #ef7f1c;
}

#main .swiper-button-prev,
#main .swiper-button-next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #003b89;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}

#main .swiper-button-prev img {
  rotate: -180deg;
}

#main .news {
  background-color: #f5f5f5;
}

#main .news-listwrap {
  background-color: #fff;
}

#main .news-listwrap-inr {
  overflow-y: scroll;
}

#main .firsttime {
  background-repeat: no-repeat;
  background-size: cover;
}

#main .firsttime-box {
  background-color: rgba(255, 255, 255, .9);
}

#main .firsttime-explan>p {
  line-height: 1.6;
  letter-spacing: .05em;
}

#main .firsttime-explan>p em {
  color: #ef7f1c;
  font-weight: 700;
}

#main .flow {
  background-color: #e9f3ff;
}

#main .flow .-lead {
  line-height: 1.6;
  letter-spacing: .05em;
}

#main .flow .-lead em {
  color: #ef7f1c;
  font-weight: 700;
}

#main .flow-list>li>dl {
  position: relative;
}

#main .flow-list>li>dl>dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #247ac0;
  font-weight: 700;
  letter-spacing: .05em;
  padding-bottom: .1em;
  position: absolute;
}

#main .flow-list>li>dl>dd figure {
  border: 4px solid #fff;
  overflow: hidden;
}

#main .flow-list>li>dl>dd p {
  color: #003b89;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
}

#main .case .-lead {
  line-height: 1.6;
  letter-spacing: .05em;
}

#main .case .-lead em {
  color: #ef7f1c;
  font-weight: 700;
}

#main .case-list>li a {
  display: block;
}

#main .case-list>li figure {
  overflow: hidden;
}

#main .case-list>li p {
  color: #003b89;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .news-list {
    padding: 0 35px 0 20px;
  }

  .news-list>li>a {
    padding: 16px 0;
  }

  .news-list>li>a>dl>dt {
    margin-right: 20px;
  }

  .news-list>li>a>dl .-icon {
    margin-right: 20px;
    width: 140px;
  }

  .news-list>li>a>dl .-icon>span {
    border-radius: 20px;
    font-size: .8rem;
    padding: 3px;
    width: 140px;
  }

  .news-list>li>a>dl .-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .2s ease;
  }

  .news-list>li>a:hover .-text {
    color: #ef7f1c;
  }

  #main .search {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    border-radius: 30px;
    margin-bottom: 80px;
    padding: 30px 120px 50px;
  }

  #main .search-chklist>li {
    padding: 5px 0;
    width: 16.6666666667%;
  }

  #main .search-chklist .-checkbox>label {
    cursor: pointer;
  }

  #main .search-chklist .-checkbox>label:before {
    vertical-align: -.2em;
    height: 20px;
    width: 20px;
  }

  #main .search-chklist .-checkbox>label:after {
    border-radius: 2px;
    top: 10px;
    left: 5px;
    height: 6px;
    width: 10px;
  }

  #main .search-chklist .-checkbox>label:hover:before {
    border-color: #247ac0;
  }

  #main .search-chklist._type {
    justify-content: space-between;
    margin: 20px 0;
  }

  #main .search-chklist._type>li {
    width: 220px;
  }

  #main .search-chklist._type .-checkbox>label:before {
    top: 160px;
  }

  #main .search-chklist._type .-checkbox>label:after {
    top: 165px;
  }

  #main .search-chklist._type .-checkbox>label>figure {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 220px;
  }

  #main .search-chklist._type .-checkbox>label>span {
    padding-left: 30px;
  }

  #main .search .-keyword {
    margin-bottom: 30px;
  }

  #main .search .-keyword input {
    padding: 12px 25px;
  }

  #main .mainvisual {
    margin-bottom: 80px;
    padding-top: 20px;
  }

  #main .mainvisual a {
    transition: .3s ease;
  }

  #main .mainvisual a:hover {
    opacity: .8;
  }

  #main .swiper-wrapper {
    margin-bottom: 20px;
  }

  #main .swiper-slide {
    margin: 0 10px;
    width: 400px;
  }

  #main .swiper-pagination-bullet {
    cursor: pointer;
    margin: 0 5px;
    height: 12px;
    width: 12px;
    transition: .2s ease;
  }

  #main .swiper-pagination-bullet:hover {
    background-color: #003b89;
  }

  #main .swiper-button-prev,
  #main .swiper-button-next {
    cursor: pointer;
    top: calc(50% - 35px - 32px + 20px);
    height: 70px;
    width: 70px;
    transition: .3s ease;
  }

  #main .swiper-button-prev img,
  #main .swiper-button-next img {
    transition: .3s ease;
  }

  #main .swiper-button-prev:hover,
  #main .swiper-button-next:hover {
    background-color: #003b89;
    border-color: #fff;
    scale: 1.1 1.1;
  }

  #main .swiper-button-prev:hover img,
  #main .swiper-button-next:hover img {
    scale: 1.1 1.1;
    filter: brightness(0) invert(1);
  }

  #main .swiper-button-prev {
    left: max(50% - 660px, 0px);
  }

  #main .swiper-button-next {
    right: max(50% - 660px, 0px);
  }

  #main .news {
    padding: 50px 0 80px;
  }

  #main .news-listwrap {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    border-radius: 30px;
    margin-bottom: 40px;
    padding: 25px 30px;
  }

  #main .news-listwrap-inr {
    height: 255px;
  }

  #main .news-listwrap-inr::-webkit-scrollbar {
    width: 10px;
  }

  #main .news-listwrap-inr::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 5px;
  }

  #main .news-listwrap-inr::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 5px;
  }

  #main .news-list {
    padding: 0 35px 0 20px;
  }

  #main .firsttime {
    background-image: url(../img/top/bg_firsttime_pc.jpg);
    padding: 80px 0;
  }

  #main .firsttime-box {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    padding: 65px 60px 50px;
  }

  #main .firsttime-box .c-title {
    margin-top: 10px;
  }

  #main .firsttime-explan {
    flex: 1;
    margin-left: 40px;
  }

  #main .firsttime-explan>p em {
    font-size: 1.1rem;
  }

  #main .firsttime-explan .c-button {
    margin-top: 40px;
    margin-left: 150px;
  }

  #main .flow {
    padding: 50px 0 80px;
  }

  #main .flow .-lead {
    text-align: center;
  }

  #main .flow .-lead em {
    font-size: 1.1rem;
  }

  #main .flow-list {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 8%;
    margin-top: 60px;
    width: 100%;
    max-width: 1260px;
  }

  #main .flow-list>li {
    margin: 0 0 50px;
    width: 28.5%;
  }

  #main .flow-list>li>dl>dt {
    font-size: 1.8rem;
    top: -17px;
    left: -20px;
    height: 70px;
    width: 70px;
  }

  #main .flow-list>li>dl>dd figure {
    border-radius: 30px;
    margin-bottom: 10px;
  }

  #main .flow-list>li>dl>dd p {
    font-size: 1.1rem;
    text-align: center;
  }

  #main .case {
    padding: 50px 0 80px;
  }

  #main .case .-lead {
    text-align: center;
  }

  #main .case .-lead em {
    font-size: 1.1rem;
  }

  #main .case-list {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    width: 100%;
    max-width: 1260px;
  }

  #main .case-list>li {
    margin: 0 2.3% 50px;
    width: 28.5%;
  }

  #main .case-list>li a:hover figure img {
    scale: 1.1 1.1;
  }

  #main .case-list>li a:hover p {
    color: #ef7f1c;
  }

  #main .case-list>li figure {
    border-radius: 30px;
    margin-bottom: 10px;
  }

  #main .case-list>li figure img {
    transition: .4s ease;
  }

  #main .case-list>li p {
    font-size: 1.1rem;
    transition: .3s ease;
  }
}

@media screen and (max-width: 767px) {
  .news-list {
    padding: 0 2.6666666667vw 0 2.6666666667vw;
  }

  .news-list>li {
    margin-bottom: 3.2vw;
    padding-bottom: 4vw;
  }

  .news-list>li>a>dl>dt {
    margin-right: 2.6666666667vw;
  }

  .news-list>li>a>dl .-icon>span {
    border-radius: 15px;
    font-size: 3.4666666667vw;
    margin-left: 1.0666666667vw;
    padding: .5333333333vw;
    width: 25.0666666667vw;
  }

  .news-list>li>a>dl .-text {
    display: -webkit-box;
    line-height: 1.5;
    margin-top: 1.8666666667vw;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #main .search {
    border-radius: 5.3333333333vw;
    margin: 0 5.3333333333vw 13.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw 12vw;
  }

  #main .search-chklist {
    justify-content: space-between;
  }

  #main .search-chklist>li {
    margin-bottom: 2.6666666667vw;
    width: 37.3333333333vw;
  }

  #main .search-chklist .-checkbox>label:before {
    vertical-align: -.2em;
    height: 4.8vw;
    width: 4.8vw;
  }

  #main .search-chklist .-checkbox>label:after {
    border-radius: 1px;
    top: 1.8666666667vw;
    left: 1.0666666667vw;
    height: 1.3333333333vw;
    width: 2.4vw;
  }

  #main .search-chklist._type {
    margin-top: 4vw;
  }

  #main .search-chklist._type>li {
    margin-bottom: 4vw;
  }

  #main .search-chklist._type .-checkbox>label:before {
    top: 27.2vw;
  }

  #main .search-chklist._type .-checkbox>label:after {
    top: 28.5333333333vw;
  }

  #main .search-chklist._type .-checkbox>label>figure {
    border-radius: 2.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }

  #main .search-chklist._type .-checkbox>label>span {
    padding-left: 7.2vw;
  }

  #main .search .-keyword {
    margin-bottom: 6.6666666667vw;
  }

  #main .search .-keyword input {
    padding: 2.6666666667vw 4vw;
  }

  #main .mainvisual {
    margin-bottom: 10.6666666667vw;
  }

  #main .swiper-wrapper {
    margin-bottom: 4vw;
  }

  #main .swiper-slide {
    margin: 0 1.3333333333vw;
    width: 81.3333333333vw;
  }

  #main .swiper-pagination-bullet {
    margin: 0 1.3333333333vw;
    height: 2.6666666667vw;
    width: 2.6666666667vw;
  }

  #main .swiper-button-prev,
  #main .swiper-button-next {
    top: 22.4vw;
    height: 11.4666666667vw;
    width: 11.4666666667vw;
  }

  #main .swiper-button-prev img,
  #main .swiper-button-next img {
    width: 1.8666666667vw;
  }

  #main .swiper-button-prev {
    left: 2.1333333333vw;
  }

  #main .swiper-button-next {
    right: 2.1333333333vw;
  }

  #main .news {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }

  #main .news-listwrap {
    border-radius: 20px;
    margin-bottom: 8vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }

  #main .news-listwrap-inr {
    height: 69.3333333333vw;
  }

  #main .news-list {
    padding: 0 5.3333333333vw 0 2.6666666667vw;
  }

  #main .firsttime {
    background-image: url(../img/top/bg_firsttime_sp.jpg);
    padding: 13.3333333333vw 5.3333333333vw;
  }

  #main .firsttime-box {
    border-radius: 20px;
    padding: 8vw 7.2vw 10.6666666667vw;
  }

  #main .firsttime-explan>p em {
    font-size: 4.8vw;
  }

  #main .firsttime-explan .c-button {
    margin-top: 8vw;
  }

  #main .flow {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }

  #main .flow .-lead em {
    font-size: 4.8vw;
  }

  #main .flow-list {
    margin-top: 10.6666666667vw;
  }

  #main .flow-list>li {
    margin: 0 0 8vw;
  }

  #main .flow-list>li>dl>dt {
    font-size: 5.8666666667vw;
    top: -3.2vw;
    left: -2.6666666667vw;
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }

  #main .flow-list>li>dl>dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  #main .flow-list>li>dl>dd figure {
    border-radius: 4vw;
    width: 40vw;
  }

  #main .flow-list>li>dl>dd p {
    font-size: 4.2666666667vw;
    width: 45.3333333333vw;
  }

  #main .case {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }

  #main .case .-lead em {
    font-size: 4.8vw;
  }

  #main .case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10.6666666667vw;
  }

  #main .case-list>li {
    margin: 0 0 8vw;
    width: 42.6666666667vw;
  }

  #main .case-list>li figure {
    border-radius: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }

  #main .case-list>li p {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=../../_sourcemap/assets/css/top.css.map */