@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
#main {
  width: auto;
  padding: 0;
}

html {scroll-behavior: smooth;}

@media (max-width: 767px) {
  ul.topicpath {
    float: none;
    width: auto;
    padding: 0;
    background-image: none;
    line-height: 1.75;
    color: #4d4d4d;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  ul.topicpath li {
    float: none;
    display: inline;
    font-size: 12px !important;
  }
  ul.topicpath li:nth-child(n+2) {
    position: relative;
    margin-left: 25px;
  }
  ul.topicpath li:nth-child(n+2)::before,
  ul.topicpath li:nth-child(n+2)::after {
    position: absolute;
    left: -16px;
    display: block;
    width: 7px;
    height: 1px;
    background: #999;
    content: "";
    font-size: 0;
  }
  ul.topicpath li:nth-child(n+2)::before {
    top: 4px;
    transform: rotate(35deg);
  }
  ul.topicpath li:nth-child(n+2)::after {
    top: 8px;
    transform: rotate(-35deg);
  }
  ul.topicpath li + li:before {
    display: none;
  }
}

.btn-top-01 {
  position: fixed;
  right: 15px;
  bottom: 68px;
  z-index: 100;
}

.btn-top-01 a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 0;
  color: transparent;
  background: rgba(0, 171, 235, 0.5);
  border-radius: 50%;
}

.btn-top-01 a::before, .btn-top-01 a::after {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  display: block;
  width: 13px;
  height: 2px;
  margin: auto;
  background: #fff;
  border-radius: 2px;
  content: "";
}

.btn-top-01 a::before {
  left: -8px;
  transform: rotate(134deg);
}

.btn-top-01 a::after {
  left: 8px;
  transform: rotate(-134deg);
}

@media screen and (max-width: 767px) {
  .btn-top-01.js-scroll-top {
    opacity: 1;
    transition: opacity .5s;
  }
  .btn-top-01.js-scroll-top.is-hidden {
    opacity: 0;
  }
  .btn-top-01.js-scroll-top.is-fixed {
    position: fixed;
    bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .btn-top-01 {
    right: 80px;
    bottom: 64px;
    z-index: 999;
  }
  .btn-top-01 a {
    width: 70px;
    height: 70px;
    transition: background .2s;
  }
  .btn-top-01 a::before, .btn-top-01 a::after {
    width: 22px;
    height: 4px;
  }
  .btn-top-01 a::before {
    left: -12px;
  }
  .btn-top-01 a::after {
    left: 13px;
  }
  .btn-top-01 a:hover, .btn-top-01 a:active {
    background: #00aaeb;
  }
}

.l-wrapper {
  background-color: #f3f3f3;
  line-height: 1.75;
  font-size: 16px;
}

.l-wrapper * {
  box-sizing: border-box;
  font: inherit;
}

.l-wrapper br {
  line-height: initial;
}

.l-wrapper a {
  transition: color 200ms;
}

.l-wrapper a:hover {
  text-decoration: none;
}

.l-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-contents-area {
  position: relative;
}

@media (max-width: 767px) {
  .l-contents-area {
    padding: 0 15px 64px;
  }
}

@media (min-width: 768px) {
  .l-contents-area {
    width: 1130px;
    margin: 0 auto;
    padding-bottom: 144px;
  }
  .l-wrapper .l-contents-area {
    max-width: none !important;
  }
}

.l-content {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .l-content {
    margin-bottom: 32px;
    padding: 24px 15px 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .l-content {
    padding: 48px 32px 64px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

.l-layout {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .l-layout {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .l-layout {
    display: grid;
    display: -ms-grid;
    grid-gap: 0 32px;
    gap: 0 32px;
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: 734px 32px 300px;
    grid-template: "main login" auto "main side"  1fr / 734px 300px;
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 32px 64px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  .l-layout__login {
    margin-bottom: 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 768px) {
  .l-layout__login {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: login;
  }
}

@media (max-width: 767px) {
  .l-layout__main {
    margin-bottom: 32px;
    padding: 24px 15px 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .l-layout__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 2;
    width: 734px;
    grid-area: main;
  }
  .l-layout__main--ovh {
    overflow: hidden;
  }
}

.l-layout__main > :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .l-layout__side {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    width: 300px;
    grid-area: side;
  }
  .l-layout__side--ovh {
    overflow: hidden;
  }
}

.l-layout > :last-child {
  margin-bottom: 0;
}

.l-login {
  box-sizing: border-box;
  line-height: 1.625;
}

.l-login__inner {
  margin: 0 auto;
  background-color: #ffffff;
}

.l-login__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 15px;
  background-color: #00aaeb;
  color: #fff;
}

.l-login__ttl {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
}

.l-login__checkbox {
  margin-bottom: 15px;
}

.l-login__checkbox input[type='checkbox'] {
  display: none;
}

.l-login__checkbox .label-check {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  line-height: 1.75;
  font-size: 14px;
  cursor: pointer;
}

.l-login__checkbox .label-check::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: calc((1.75em - 20px)/2 + 2px);
  left: 6px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #4392da;
  border-bottom: 2px solid #4392da;
  opacity: 0;
  transform: rotate(45deg);
}

.l-login__checkbox .label-check::after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: '';
  top: calc((1.75em - 20px)/2);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d7dce2;
  border-radius: 3px;
  background: #f3f3f3;
}

.l-login__checkbox input:checked + .label-check::before {
  opacity: 1;
}

.l-login__cont {
  padding: 15px 15px 32px;
}

.l-login__lead {
  margin-bottom: 16px;
}

.l-login__lead p {
  font-size: 14px;
}

.l-login__lead p:not(:last-child) {
  margin-bottom: 1em;
}

.l-login__primary {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.l-login__list01 {
  margin: 0 0 15px;
}

.l-login__list01 li:not(:last-child) {
  margin: 0 0 10px;
}

.l-login__list01 input[type='text'],
.l-login__list01 input[type='password'] {
  box-sizing: border-box;
  width: 100%;
  height: 50px !important;
  margin: 0;
  padding: 0 15px !important;
  border: 1px solid #d7dce2 !important;
  border-radius: 3px;
  background: #f3f3f3;
  line-height: normal !important;
  font-size: 16px;
}

.l-login__list01 input[type='text']:focus,
.l-login__list01 input[type='password']:focus {
  background-color: #f3f3f3 !important;
  background-image: none !important;
}

.l-login__list01 input[type='text']::-moz-placeholder, .l-login__list01 input[type='password']::-moz-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']:-ms-input-placeholder, .l-login__list01 input[type='password']:-ms-input-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::placeholder,
.l-login__list01 input[type='password']::placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__btn {
  text-align: center;
}

.l-login__btn .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 20px 0 8px !important;
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  transition: 200ms;
  cursor: pointer;
}

.l-login__btn .btn::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-login__btn .btn.btn-01 {
  color: #006bcd;
}

.l-login__btn .btn.btn-01::before {
  background-image: url(/conts/2023/images/icon_login_btn01.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn.btn-02 {
  background-color: #f57c31;
  color: #fff;
}

.l-login__btn .btn.btn-02::before {
  background-image: url(/conts/2023/images/icon_login_btn02.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn:hover.btn-01 {
  opacity: .8 !important;
}

.l-login__btn .btn:hover.btn-02 {
  opacity: .9 !important;
}

.l-login__secondary > :not(:last-child) {
  margin-bottom: 16px;
}

.l-login__list02 > li:not(:last-child) {
  margin-bottom: 10px;
}

.l-login__list02 > li a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.l-login__list02 > li a::before, .l-login__list02 > li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 9px;
  height: 1px;
  background: #00aaeb;
}

.l-login__list02 > li a::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.l-login__list02 > li a::after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .l-content > .l-login,
  .l-layout__main > .l-login {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .l-content > .l-login:first-child,
  .l-layout__main > .l-login:first-child {
    margin-top: -16px;
  }
}

@media (min-width: 768px) {
  .l-login.l-login--side {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--side .l-login__cont {
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login:not(.l-login--side) {
    margin-bottom: 32px;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .l-login:not(.l-login--side) .l-login__head {
    padding: 0 80px;
  }
  .l-login:not(.l-login--side) .l-login__ttl::before {
    margin-right: 12px;
  }
  .l-login:not(.l-login--side) .l-login__cont {
    padding: 16px 80px 32px;
  }
  .l-login:not(.l-login--side) .l-login__primary {
    display: flex;
    align-items: flex-end;
  }
  .l-login:not(.l-login--side) .l-login__primary .l-login__btnWrap {
    width: 268px;
    margin-bottom: 1px;
  }
  .l-login:not(.l-login--side) .l-login__list01 {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .l-login:not(.l-login--side) .l-login__list01 li {
    flex: 0 0 340px;
  }
  .l-login:not(.l-login--side) .l-login__list01 li:not(:last-child) {
    margin: 0 8px 0 0;
  }
  .l-login:not(.l-login--side) .l-login__btn .btn {
    max-width: 268px;
  }
  .l-login:not(.l-login--side) .l-login__secondary > :not(:last-child) {
    margin-bottom: 24px;
  }
  .l-login:not(.l-login--side) .l-login__list02 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-login:not(.l-login--side) .l-login__list02 > li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .l-content > .l-login:not(.l-login--side) {
    margin-left: -32px;
    margin-right: -32px;
  }
  .l-content > .l-login:not(.l-login--side):first-child {
    margin-top: -32px;
  }
  .l-login.l-login--main {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--main .l-login__head {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-login.l-login--main .l-login__cont {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login.l-login--main .l-login__primary .l-login__btnWrap {
    width: 186px;
  }
  .l-login.l-login--main .l-login__list01 li {
    flex: 0 0 250px;
  }
}

.c-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 48px;
  margin: 0;
  padding: 5px 20px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: none;
  font: inherit;
  font-size: 14px;
  letter-spacing: normal;
  text-decoration: none !important;
  transition: background-color 200ms, color 200ms, opacity 200ms;
  cursor: pointer;
}

.c-btn > span {
  line-height: 1.375;
}

.c-btn.s0 {
  min-width: 185px;
}

.c-btn.s100 {
  width: 100%;
}

@media (min-width: 768px) {
  .c-btn.s1 {
    min-width: 351px;
  }
}

@media (max-width: 767px) {
  .c-btn.s1 {
    width: 100%;
  }
}

.c-btn.c1 {
  background-color: #fff;
  color: #006bcd;
}

.c-btn.c1:hover, .c-btn.c1:focus, .c-btn.c1:active {
  color: #349eff;
}

.c-btn.c2 {
  background-color: #f57c31;
  color: #fff;
}

.c-btn.c2:hover, .c-btn.c2:focus, .c-btn.c2:active {
  background-color: #f79b62;
}

.c-btn.c3 {
  background-color: #006bcd;
  color: #fff;
}

.c-btn.c3:hover, .c-btn.c3:focus, .c-btn.c3:active {
  background-color: #0186ff;
}

.c-btn.c4 {
  background-color: #00abeb;
  color: #fff;
}

.c-btn.c4:hover, .c-btn.c4:focus, .c-btn.c4:active {
  background-color: #48c3f1;
}

.c-btn.iconLogin {
  padding-left: 8px;
}

.c-btn.iconLogin::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 8px;
  background: url(../images/icons/alt_icon_login.png) no-repeat 0 0;
  background-size: contain;
}

.c-btn.iconRegister {
  padding-left: 8px;
}

.c-btn.iconRegister::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 8px;
  background: url(../images/icons/alt_icon_register.png) no-repeat 0 0;
  background-size: contain;
}

.c-btn.iconSearch {
  padding-left: 8px;
}

.c-btn.iconSearch::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../images/icons/alt_icon_search_02.png) no-repeat 0 0;
  background-size: contain;
}

.c-btn.iconStar {
  padding-left: 8px;
}

.c-btn.iconStar::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../images/icons/alt_icon_fav_02.png) no-repeat 0 0;
  background-size: contain;
}

.c-btn.iconCheck {
  padding-left: 8px;
}

.c-btn.iconCheck::before {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  margin-right: 4px;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

.c-btn.done {
  background-color: #ffffff !important;
  color: #9a9a9a !important;
}

.c-btn.disabled, .c-btn:disabled {
  pointer-events: none;
  background-color: #b2b2b2 !important;
  color: #fff !important;
}

.c-carouselList {
  position: relative;
}

.c-carouselList.is-zoom-active {
  z-index: 11;
}

.c-carouselList:not(:last-child) {
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .c-carouselList__container {
    width: 678px;
    margin: 0 auto;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .c-carouselList__wrapper {
    flex-wrap: wrap;
  }
}

.c-carouselList__slide {
  height: auto;
}

@media (min-width: 768px) {
  .c-carouselList__slide {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .c-carouselList__slide {
    width: calc((100% - 15px) / 2);
  }
  .c-carouselList__slide:nth-child(odd) {
    margin-right: 15px;
  }
  .c-carouselList__slide:nth-child(n+3) {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .c-carouselList__slide.is-sp-hide {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .c-carouselList.is-no-swipe .c-carouselList__slide {
    margin-right: 2px;
  }
}

.c-carouselList.is-no-swipe .c-carouselList__controller {
  visibility: hidden;
  pointer-events: none;
}

.c-carouselList .swiper-pagination-bullets {
  display: none;
  position: relative;
  bottom: auto;
  margin-top: 20px;
  text-align: center;
}

.c-carouselList .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 10px !important;
  opacity: 1;
  background-color: #e6e6e6;
}

.c-carouselList .swiper-pagination-bullet-active {
  background-color: #00abeb;
}

.c-carouselList .swiper-button-next, .c-carouselList .swiper-button-prev {
  position: absolute;
  z-index: 1;
  top: 57px;
  height: 34px;
  width: 34px;
  margin-top: -17px;
  border: none;
  background-color: rgba(116, 137, 147, 0.7);
  border-radius: 50%;
  font-size: 0;
  outline: none;
  transition: opacity .2s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .c-carouselList .swiper-button-next, .c-carouselList .swiper-button-prev {
    display: none;
  }
}

.c-carouselList .swiper-button-next::before, .c-carouselList .swiper-button-prev::before {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
  transform-origin: center;
}

.c-carouselList .swiper-button-next::after, .c-carouselList .swiper-button-prev::after {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
  transform-origin: center;
}

.c-carouselList .swiper-button-prev {
  left: 0px;
}

.c-carouselList .swiper-button-prev::before {
  transform: rotate(-43deg);
}

.c-carouselList .swiper-button-prev::after {
  transform: rotate(43deg);
}

.c-carouselList .swiper-button-next {
  right: 0px;
}

.c-carouselList .swiper-button-next::before {
  transform: rotate(43deg);
}

.c-carouselList .swiper-button-next::after {
  transform: rotate(-43deg);
}

.c-carouselList .swiper-button-disabled {
  opacity: 0;
}

.c-carouselList--side {
  position: relative;
}

.c-carouselList--side.is-zoom-active {
  z-index: 11;
}

.c-carouselList--side:not(:last-child) {
  margin-bottom: 64px;
}

.c-carouselList--side .c-carouselList__container {
  width: 258px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .c-carouselList--side .c-carouselList__wrapper {
    flex-wrap: nowrap;
  }
}

.c-carouselList--side .c-carouselList__slide {
  width: 258px;
  height: auto;
}

@media (max-width: 767px) {
  .c-carouselList--side .c-carouselList__slide {
    margin: 0;
  }
}

.c-carouselList--side .c-carouselList__slide .p-seminarUnit {
  width: 240px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .c-carouselList--side.is-no-swipe .c-carouselList__slide {
    margin-right: 20px;
  }
}

.c-carouselList--side.is-no-swipe .c-carouselList__controller {
  visibility: hidden;
  pointer-events: none;
}

.c-carouselList--side .swiper-pagination-bullets {
  display: none;
  position: relative;
  bottom: auto;
  margin-top: 20px;
  text-align: center;
}

.c-carouselList--side .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 10px !important;
  opacity: 1;
  background-color: #e6e6e6;
}

.c-carouselList--side .swiper-pagination-bullet-active {
  background-color: #00abeb;
}

.c-carouselList--side .swiper-button-next, .c-carouselList--side .swiper-button-prev {
  position: absolute;
  z-index: 1;
  top: 90px;
  height: 34px;
  width: 34px;
  margin-top: -17px;
  border: none;
  background-color: rgba(116, 137, 147, 0.7);
  border-radius: 50%;
  font-size: 0;
  outline: none;
  transition: opacity .2s;
  cursor: pointer;
}

.c-carouselList--side .swiper-button-next::before, .c-carouselList--side .swiper-button-prev::before {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
  transform-origin: center;
}

.c-carouselList--side .swiper-button-next::after, .c-carouselList--side .swiper-button-prev::after {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
  transform-origin: center;
}

.c-carouselList--side .swiper-button-prev {
  left: 0px;
}

.c-carouselList--side .swiper-button-prev::before {
  transform: rotate(-43deg);
}

.c-carouselList--side .swiper-button-prev::after {
  transform: rotate(43deg);
}

.c-carouselList--side .swiper-button-next {
  right: 0px;
}

.c-carouselList--side .swiper-button-next::before {
  transform: rotate(43deg);
}

.c-carouselList--side .swiper-button-next::after {
  transform: rotate(-43deg);
}

.c-carouselList--side .swiper-button-disabled {
  opacity: 0;
}

.c-colWrap {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .c-colWrap__col {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .c-colWrap {
    display: flex;
    flex-wrap: wrap;
  }
  .c-colWrap--col2 .c-colWrap__col {
    width: calc((100% - 32px) / 2);
  }
  .c-colWrap--col2 .c-colWrap__col:nth-child(odd) {
    margin-right: 32px;
  }
  .c-colWrap--col2 .c-colWrap__col:nth-child(n+3) {
    margin-top: 32px;
  }
  .c-colWrap--col3 .c-colWrap__col {
    width: calc((100% - 32px * 2) / 3);
  }
  .c-colWrap--col3 .c-colWrap__col:not(:nth-child(3n)) {
    margin-right: 32px;
  }
  .c-colWrap--col3 .c-colWrap__col:nth-child(n+4) {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .c-conts-list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .c-conts-list__item:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .c-conts-list__item {
    width: calc((100% - 32px) / 2);
  }
  .c-conts-list__item:nth-child(odd) {
    margin-right: 32px;
  }
  .c-conts-list__item:nth-child(n+3) {
    margin-top: 32px;
  }
}

.c-conts-list__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.c-conts-list__item__inner {
  display: flex;
}

.c-conts-list__item__thumb {
  flex: 0 0 145px;
  flex: 0 0 auto;
  width: calc((100% - 26px) / 2);
  max-width: 145px;
  margin-right: 26px;
}

.c-conts-list__item__thumb img {
  transition: opacity 200ms;
}

a:hover .c-conts-list__item__thumb img,
a:active .c-conts-list__item__thumb img,
a:focus .c-conts-list__item__thumb img {
  opacity: .8;
}

.c-conts-list__item__textWrap {
  flex: 1 1 auto;
  font-size: 14px;
}

.c-conts-list__item__new {
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
  border: 1px solid #006bcd;
  border-radius: 4px;
  line-height: 1.5;
  color: #006bcd;
  font-size: 11px;
  font-weight: bold;
  transition: border-color 200ms, color 200ms;
}

a:hover .c-conts-list__item__new,
a:active .c-conts-list__item__new,
a:focus .c-conts-list__item__new {
  border-color: #349eff;
  color: #349eff;
}

.c-conts-list__item__title {
  margin-bottom: 1em;
  color: #006bcd;
  transition: color 200ms;
}

a:hover .c-conts-list__item__title,
a:active .c-conts-list__item__title,
a:focus .c-conts-list__item__title {
  color: #349eff;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?f7hrz1");
  src: url("fonts/icomoon.eot?f7hrz1#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?f7hrz1") format("truetype"), url("fonts/icomoon.woff?f7hrz1") format("woff"), url("fonts/icomoon.svg?f7hrz1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arw-bottom:before {
  content: "\e900";
  color: #00aaeb;
}

.icon-arw-left:before {
  content: "\e901";
  color: #00aaeb;
}

.icon-arw-right:before {
  content: "\e902";
  color: #00aaeb;
}

.icon-arw-top:before {
  content: "\e903";
  color: #00aaeb;
}

.icon-chevron-thin-down:before {
  content: "\e908";
}

.icon-chevron-thin-left:before {
  content: "\e909";
}

.icon-chevron-thin-right:before {
  content: "\e90a";
}

.icon-chevron-thin-up:before {
  content: "\e90b";
}

.c-hdg01 {
  margin: 48px 0 32px;
  line-height: 1.375;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 768px) {
  .c-hdg01 {
    font-size: 28px;
  }
}

.c-hdg01:first-child {
  margin-top: 0;
}

.c-hdg01:last-child {
  margin-bottom: 0;
}

.c-hdg01 > span {
  font-size: 18px;
}

.c-hdg02 {
  position: relative;
  margin: 32px 0 24px;
  padding-left: 15px;
  line-height: 1.5;
  font-size: 21px;
  font-weight: normal;
}

.c-hdg02:first-child {
  margin-top: 0;
}

.c-hdg02:last-child {
  margin-bottom: 0;
}

.c-hdg02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 1.5em;
  background-color: #00abeb;
}

.c-hdg03 {
  position: relative;
  margin: 24px 0 16px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}

.c-hdg03:first-child {
  margin-top: 0;
}

.c-hdg03:last-child {
  margin-bottom: 0;
}

.c-hdg04 {
  position: relative;
  margin: 16px 0 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #00ABEB;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}

.c-hdg04:first-child {
  margin-top: 0;
}

.c-hdg04:last-child {
  margin-bottom: 0;
}

.l-hero {
  background-color: #00AAEB;
  background-image: url(../images/mv_pattern01.png);
  background-repeat: repeat-x;
  overflow: hidden;
}

@media (min-width: 768px) {
  .l-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1130px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .l-hero__ttl {
    flex: 0 0 auto;
    margin-left: calc((-1440px + 1130px) / 2);
    margin-right: calc((-1440px + 1130px) / 2);
  }
}

.l-hero__lower {
  background-color: #00ABEB;
  color: #ffffff;
  font-size: 10px;
}

@media (min-width: 768px) {
  .l-hero__lower__inner {
    width: 1130px;
    margin: 0 auto;
    padding: 8px 32px;
  }
}

@media (max-width: 767px) {
  .l-hero__lower__inner {
    padding: 6px 10px;
    line-height: 1.375;
  }
}

.c-side-category-nav {
  margin-bottom: 32px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .c-side-category-nav {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

.c-side-category-nav__head__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #E6E6E6;
  color: #000;
  font-weight: bold;
}

.c-side-category-nav__cont {
  padding: 15px;
  border: 1px solid #E6E6E6;
  border-top: none;
  background-color: #f9f8f6;
}

.c-side-category-nav__list .__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.c-side-category-nav__list .__item a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 54px;
  padding: 6px 0 6px 25px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms;
}

_:-ms-input-placeholder, :root .c-side-category-nav__list .__item a {
  height: 54px;
}

.c-side-category-nav__list .__item a::before, .c-side-category-nav__list .__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 9px;
  height: 2px;
  background: #00aaeb;
}

.c-side-category-nav__list .__item a::before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}

.c-side-category-nav__list .__item a::after {
  top: calc(50% + 1px);
  transform: rotate(-45deg);
}

.c-side-conts-nav {
  font-size: 16px;
}

@media (max-width: 767px) {
  .c-side-conts-nav {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

.c-side-conts-nav__head__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #E6E6E6;
  color: #000;
  font-weight: bold;
}

.c-side-conts-nav__cont {
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #ffffff;
}

.c-side-conts-nav__hdg {
  border-bottom: 1px solid #E6E6E6;
}

.c-side-conts-nav__hdg .__link {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding: 0 20px;
  background-color: #ECECEC;
  text-decoration: none;
}

.c-side-conts-nav__list:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.c-side-conts-nav__list__ttl {
  position: relative;
}

.c-side-conts-nav__list__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  margin: auto;
  background-color: #00ABEB;
}

.c-side-conts-nav__list__ttl > a:not(.__hook) {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding-left: 5px;
  padding-right: 46px;
  color: #000;
  text-decoration: none;
  transition: 200ms;
}

.c-side-conts-nav__list__ttl > a:not(.__hook) .__ico {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-image: url(/conts/2023/images/icon_sideNav01.png);
  background-repeat: no-repeat;
  background-size: 150px 30px;
}

.c-side-conts-nav__list__ttl > a:not(.__hook) .__ico--1 {
  background-position: 0px 0;
}

.c-side-conts-nav__list__ttl > a:not(.__hook) .__ico--2 {
  background-position: -30px 0;
}

.c-side-conts-nav__list__ttl > a:not(.__hook) .__ico--3 {
  background-position: -60px 0;
}

.c-side-conts-nav__list__ttl > a:not(.__hook) .__ico--4 {
  background-position: -90px 0;
}

.c-side-conts-nav__list__ttl > a:not(.__hook) .__ico--5 {
  background-position: -120px 0;
}

.c-side-conts-nav__list__ttl > a:not(.__hook)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
}

.c-side-conts-nav__list__ttl > a:not(.__hook)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  height: 0px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: 200ms;
}

.c-side-conts-nav__list__ttl > a:not(.__hook):hover {
  opacity: 0.8;
}

.c-side-conts-nav__list__ttl .__link {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding-left: 5px;
  padding-right: 46px;
  text-decoration: none;
  transition: 200ms;
}

.c-side-conts-nav__list__ttl .__hook {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  margin: auto;
  background-color: #00ABEB;
  transition: 200ms;
}

.c-side-conts-nav__list__ttl .__hook::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
}

.c-side-conts-nav__list__ttl .__hook::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  height: 0px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: 200ms;
}

.c-side-conts-nav__list__ttl .__hook:hover {
  opacity: 0.8;
}

.c-side-conts-nav__list__body {
  padding: 8px 24px 16px;
}

.c-side-conts-nav__list__body .__item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 0 8px 15px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms;
}

.c-side-conts-nav__list__body .__item a::before, .c-side-conts-nav__list__body .__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 2px;
  background-color: #00abeb;
}

.c-side-conts-nav__list__body .__item a::before {
  top: 14px;
  transform: rotate(45deg);
}

.c-side-conts-nav__list__body .__item a::after {
  top: 19px;
  transform: rotate(-45deg);
}

.c-side-conts-nav__list:not(.is-open) .c-side-conts-nav__list__ttl a::after {
  height: 15px;
}

.c-side-conts-nav--category {
  margin-bottom: 32px;
}

.c-side-conts-nav--category .c-side-conts-nav__cont {
  background-color: #f9f8f6;
}

.c-index-head {
  margin-bottom: 48px;
  padding: 20px 15px;
  background-color: #EBECED;
}

@media (min-width: 768px) {
  .c-index-head {
    margin-bottom: 64px;
    padding: 20px 80px 36px;
    font-size: 18px;
  }
}

.c-index-head__ttl {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.c-index-head__item {
  padding: 11px;
  border-bottom: 1px dotted #859099;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .c-index-head__item {
    padding: 10px 0;
  }
}

.c-index-head__item:last-child {
  margin: 0px;
}

.c-index-head__item > a {
  color: #006bcd;
}

.c-index-head__item > a:hover {
  color: #349eff;
}

.c-index-head__item > a:visited {
  color: #551a8b;
}

.l-content__inner {
  max-width: 970px;
  margin: 0 auto;
}

/* subsec
--------------------------------------------- */
.p-subsec:not(:last-child) {
  margin-bottom: 60px;
}

/* discList
--------------------------------------------- */
.p-discList > li {
  padding-left: 1em;
}

.p-discList > li::before {
  content: '・';
  width: 1em;
  margin-left: -1em;
}

/* faqIndex
--------------------------------------------- */
@media (min-width: 768px) {
  .p-faqIndex {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p-faqIndex__col {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .p-faqIndex__col {
    width: calc((100% - 32px) / 2);
  }
}

@media (min-width: 768px) {
  .p-faqIndex__col:nth-child(odd) {
    margin-right: 32px;
  }
}

.p-faqIndex_list:not(:last-child) {
  margin-bottom: 24px;
}

.p-faqIndex_list > li:not(:last-child) {
  margin-bottom: 1em;
}

.p-faqIndex_list > li a {
  display: inline-block;
  color: inherit;
   &:hover, &:focus, &:active {
   color: #3399ff;
	}
}

.p-faqIndex_list > li a .__num {
  font-weight: bold;
}

/* faqContent
--------------------------------------------- */
.p-faqnotes {
  margin-top: 15px;
}

.p-faqcatch {
  background-color: #e3f6fe;
  color: #009ddc;
  margin-top: 6px;
}

.p-faqnotes p {
  font-size: 14px;
}

.p-faqList dl {
  padding: 20px 0;
  border-bottom: 2px dotted #b4b4b4;
}

.p-faqList dl:first-child {
  padding-top: 0;
}

.p-faqList dl.noborder {
  padding-bottom: 0;
  border-bottom: none;
}

.p-faqList .q {
  margin-bottom: 16px;
  font-weight: bold;
}

.p-faqstep {
  margin-top: 10px;
}

.p-faqstep > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 6em;
}

.p-faqstep > li a {
  font-weight: bold;
}

.p-faqstep .color {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #e3f6fe;
  color: #009ddc;
}


/* notesTable
--------------------------------------------- */
.notesTable {
	font-siza: 14px;
	width: 100%;
	margin-bottom: 2px;
}

.notesTable th,
.notesTable td {
	font-size: 14px;
    line-height: 1.6;
	text-align: left;
	vertical-align: top;
}

/* innerTable
--------------------------------------------- */
.innerTable {
	font-siza: 14px;
	width: 100%;
	margin-bottom: 6px;
}

.innerTable th,
.innerTable td {
	font-size: 14px;
    line-height: 1.6;
	text-align: left;
	vertical-align: top;
}

/* deviceTable
--------------------------------------------- */
.deviceTable {
  border-collapse: collapse;
  margin-top: 15px;
}

.deviceTable tr,
.deviceTable th,
.deviceTable td {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}

.deviceTable td {
  text-align: center;
}

.deviceTable tr th:first-child,
.deviceTable tr td:first-child {
  width: 195px;
  font-weight: bold;
}

.deviceTable tr th:nth-child(2),
.deviceTable tr td:nth-child(2) {
  background-color: #efefef;
}

.deviceTable tr th:nth-child(3),
.deviceTable tr td:nth-child(3) {
  background-color: #f7f7f7;
}

.deviceTtl {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.deviceLogo {
  display: block;
  overflow: hidden;
  margin: 15px auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.deviceLogo_in {
  display: inline-block;
  overflow: hidden;
}

.deviceLogo img {
  float: left;
}

.deviceLogo .txt {
  display: table-cell;
  vertical-align: middle;
  height: 53px;
  padding-left: 12px;
}

.deviceTable th .deviceTxt {
  text-align: left !important;
}

.deviceTxt em {
  color: #f60;
}

.debiceBtn a {
  display: inline-block;
}

.debiceBtn img {
  display: block;
  margin: 0 auto 5px;
}

.app .deviceTable tr th:first-child,
.app .deviceTable tr td:first-child {
  width: 175px;
}

/* envTable
--------------------------------------------- */
.p-envTable__wrap sup {
  font-size: 12px !important;
  margin-left: 5px;
}

.p-envTable__wrap {
  overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .p-envTable__wrap .p-envTable {
    width: 520px;
  }
}

.p-envTable {
  min-width: 520px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
}

.p-envTable__caption {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 767px) {
  .p-envTable col {
    width: auto;
  }
}

.p-envTable > * {
  margin-bottom: 0.25em;
}

.p-envTable th,
.p-envTable td {
  padding: 6px 10px;
  text-align: left;
  border: 1px solid #D7DCE3;
  vertical-align: top;
  white-space: nowrap;
}

.p-envTable th {
  background: #F3F4F7;
}

.p-envTable__notes {
  font-size: 14px;
}

/* scheduleList
--------------------------------------------- */
.p-scheduleList > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #262727;
  font-size: 14px;
}

@media (min-width: 768px) {
  .p-scheduleList > li {
    display: flex;
  }
}

.p-scheduleList .scheduleDate {
  display: block;
}

@media (max-width: 767px) {
  .p-scheduleList .scheduleDate {
    margin-bottom: .5em;
  }
}

@media (min-width: 768px) {
  .p-scheduleList .scheduleDate {
    width: 220px;
    margin-right: 20px;
  }
}

.p-scheduleList .scheduleLink {
  flex: 1;
  display: block;
}

.p-scheduleList .scheduleLink a {
  display: inline-block;
}

.p-scheduleList + .btnWrap {
  padding: 15px;
  background-color: #f1f0ed;
}

/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
.p-section:not(:last-child) {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .p-section:not(:last-child) {
    margin-bottom: 48px;
  }
}

.p-section__inner > :last-child {
  margin-bottom: 0;
}

/*
--------------------------------------------- */
@media (max-width: 767px) {
  .p-carouselSector {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-carouselSector:not(:last-child) {
  margin-bottom: 40px;
}

.p-carouselSector__ttl {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.p-carouselSector__ttl i {
  margin-right: 10px;
}

.p-carouselSector .c-carouselList {
  margin-bottom: 20px;
}

.p-carouselSector__more {
  padding-bottom: 5px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-carouselSector__pickupWrap {
    border-width: 3px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.p-carouselSector__pickupWrap__area1 {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #E5F6FD;
}

@media (max-width: 767px) {
  .p-carouselSector__pickupWrap__area1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-carouselSector__pickupWrap__area1.is-hidden {
  display: none;
}

.p-carouselSector__pickupWrap__area2 {
  padding-top: 20px;
  padding-bottom: 40px;
  background-image: url(../images/bg_repeat_slash01.png);
}

@media (max-width: 767px) {
  .p-carouselSector__pickupWrap__area2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-carouselSector__pickupWrap__area2.is-hidden {
  display: none;
}

.p-carouselSector.is-hidden {
  display: none;
}

.p-carouselSector--side {
  margin-bottom: 32px;
  padding: 20px 0px;
  background-color: #E5F6FD;
}

@media (max-width: 767px) {
  .p-carouselSector--side {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

.p-carouselSector--side.is-hidden {
  display: none;
}

/*
--------------------------------------------- */
@media (min-width: 768px) {
  .p-seminarUnitWrap {
    width: 168px;
    padding: 9px 9px 15px;
  }
}

@media (max-width: 767px) {
  .p-seminarUnitWrap {
    width: calc((100% - 2px) / 2);
    padding: 4px 4px 15px;
  }
  .p-seminarUnitWrap:nth-child(odd) {
    margin-right: 2px;
  }
  .p-seminarUnitWrap:nth-child(n+3) {
    margin-top: 10px;
  }
}

.p-seminarUnitWrap.is-live {
  background-color: #E5F6FD;
}

.p-seminarUnit {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  .c-carouselList__slide .p-seminarUnit {
    width: 150px;
  }
}

.p-seminarUnit::before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -15px;
  z-index: -1;
  width: calc(100% + 15px * 2);
  height: calc(100% + 20px * 2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  opacity: 0;
  transform-origin: center;
  transform: scale(0.95);
  transition: 200ms;
  pointer-events: none;
}

@media (max-width: 767px) {
  .p-seminarUnit::before {
    display: none;
  }
}

.p-seminarUnit__head {
  flex: 0 0 auto;
}

.p-seminarUnit__thumb {
  position: relative;
  margin-bottom: 8px;
}

.p-seminarUnit__thumb__img {
  position: relative;
  padding-top: 75%;
}

.p-seminarUnit__thumb__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.p-seminarUnit__thumb__symbol .__l {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 5px;
  background-color: #E30417;
  line-height: 1;
  color: #fff;
  font-size: 10px;
}

.p-seminarUnit__thumb__symbol .__o {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 5px;
  background-color: #1F99C4;
  line-height: 1;
  color: #fff;
  font-size: 10px;
}

.p-seminarUnit__thumb__symbol .__b {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 5px;
  background-color: #355BB2;
  line-height: 1;
  color: #fff;
  font-size: 10px;
}

.p-seminarUnit__thumb__symbol .__g {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: #fff;
  font-size: 0;
  cursor: pointer;
}

.p-seminarUnit__data {
  margin-bottom: 6px;
  line-height: 1;
}

.p-seminarUnit__data__time {
  padding-left: 19px;
  background-image: url(../images/ico_time01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px auto;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
}

.p-seminarUnit__data__time .__d {
  font-size: 15px;
  font-weight: 500;
}

.p-seminarUnit__data__time .__t {
  font-size: 11px;
}

.p-seminarUnit__data__able {
  display: inline-block;
  vertical-align: top;
  padding: 4px 5px;
  border: 1px solid #0099C4;
  border-radius: 2px;
  line-height: 1;
  color: #0099C4;
  font-size: 10px;
}

.p-seminarUnit__data__disable {
  display: inline-block;
  padding: 4px 5px;
  border: 1px solid #333;
  border-radius: 2px;
  line-height: 1;
  color: #333;
  font-size: 10px;
}

.p-seminarUnit__data__reserve {
  display: inline-block;
  padding: 4px 5px;
  border: 1px solid #006BCD;
  border-radius: 2px;
  line-height: 1;
  color: #006BCD;
  font-size: 10px;
}

.p-seminarUnit__ttl {
  flex: 1 1 auto;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 13px;
}

.p-seminarUnit__ttl .i-new {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 4px;
  padding: 1px 4px;
  border: 1px solid #E30417;
  border-radius: 2px;
  line-height: 1;
  color: #E30417;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.p-seminarUnit__ttl a {
  display: inline-block;
}

.p-seminarUnit__conceal {
  display: none;
}

.p-seminarUnit__lead {
  margin-bottom: 15px;
  line-height: 1.4375;
  font-size: 13px;
}

.p-seminarUnit__name {
  margin-bottom: 6px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
}

.p-seminarUnit__tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
  margin-right: -4px;
  margin-bottom: 15px;
}

.p-seminarUnit__tag__item {
  margin-top: 4px;
  margin-right: 4px;
  padding: 3px 6px;
  background-color: #ECECEC;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 12px;
}

.p-seminarUnit__btn {
  flex: 0 0 auto;
  padding-bottom: 5px;
  text-align: center;
}

.p-seminarUnit__btn .c-btn {
  min-width: 112px;
  height: 38px;
}

@media (max-width: 767px) {
  .p-seminarUnit__btn .c-btn:not([class*="icon"]) {
    padding: 5px 10px;
  }
}

.p-seminarUnit__good {
  display: flex;
  align-items: center;
}

.p-seminarUnit__good .__g {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: #fff;
  font-size: 0;
  cursor: pointer;
}

.p-seminarUnit__good .__t {
  font-size: 10px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-seminarUnitWrap:not(.p-seminarUnitWrap--nopop) {
    position: relative;
  }
  .p-seminarUnitWrap:not(.p-seminarUnitWrap--nopop).is-zoom .p-seminarUnit {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
  }
  .p-seminarUnitWrap:not(.p-seminarUnitWrap--nopop).is-zoom .p-seminarUnit::before {
    opacity: 1;
    transform: scale(1);
  }
  .p-seminarUnitWrap:not(.p-seminarUnitWrap--nopop).is-zoom .p-seminarUnit__conceal {
    display: block;
  }
  .c-carouselList .p-seminarUnitWrap.is-zoom .p-seminarUnit {
    width: 186px;
  }
  .p-displayList .p-seminarUnitWrap.is-zoom .p-seminarUnit {
    width: 240px;
  }
}

/*
--------------------------------------------- */
.p-displayList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .p-displayList {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .p-displayList__item {
    width: 182px;
  }
  .p-displayList__item:not(:nth-child(4n)) {
    margin-right: 2px;
  }
  .p-displayList__item:nth-child(n+5) {
    margin-top: 10px;
  }
}

/*
--------------------------------------------- */
.p-seminarArticle__header {
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-seminarArticle__header {
    display: block;
    margin-bottom: 10px;
  }
}

.p-seminarArticle__header .p-seminarUnit__data {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-seminarArticle__header .p-seminarUnit__data {
    display: block;
    margin-bottom: 5px;
  }
}

.p-seminarArticle__header .p-seminarUnit__data > :not(:last-child) {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .p-seminarArticle__header .p-seminarUnit__data > :not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.p-seminarArticle__header .p-seminarUnit__data__able, .p-seminarArticle__header .p-seminarUnit__data__disable, .p-seminarArticle__header .p-seminarUnit__data__reserve {
  font-size: 12px;
}

.p-seminarArticle__header .p-seminarUnit__data__time {
  padding-left: 0;
  background-image: none;
}

.p-seminarArticle__header .p-seminarUnit__data__time .__d {
  font-size: 18px;
  font-weight: bold;
}

.p-seminarArticle__header .p-seminarUnit__data__time .__t {
  font-size: 14px;
  font-weight: bold;
}

.p-seminarArticle__header .p-seminarUnit__good {
  flex: 0 0 auto;
  align-items: center;
}

@media (max-width: 767px) {
  .p-seminarArticle__header .p-seminarUnit__good {
    justify-content: flex-end;
  }
}

.p-seminarArticle .p-seminarUnit__ttl {
  margin-bottom: 40px;
  padding: 32px 30px 40px;
  background-color: #E5F6FD;
  line-height: 1.75;
  font-size: 28px;
}

@media (max-width: 767px) {
  .p-seminarArticle .p-seminarUnit__ttl {
    padding: 20px 15px 30px;
    font-size: 21px;
  }
}

.p-seminarArticle__column {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .p-seminarArticle__column {
    display: block;
  }
}

.p-seminarArticle__column .p-seminarUnit__thumb {
  flex: 0 0 auto;
  width: 200px;
}

@media (max-width: 767px) {
  .p-seminarArticle__column .p-seminarUnit__thumb {
    margin: 0 auto 32px;
  }
}

.p-seminarArticle__column__cont {
  flex: 1 1 auto;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .p-seminarArticle__column__cont {
    margin-right: 0;
  }
}

.p-seminarArticle__column__cont .p-seminarUnit__name {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}

.p-seminarArticle__column__cont .p-seminarUnit__lead {
  margin-bottom: 2em;
  line-height: 1.5;
  font-size: 16px;
}

.p-seminarArticle__column__cont .p-seminarUnit__tag {
  margin-bottom: 0;
}

.p-seminarArticle .p-seminarUnit__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .p-seminarArticle .p-seminarUnit__btn {
    display: block;
  }
}

.p-seminarArticle .p-seminarUnit__btn .c-btn {
  width: 240px;
  height: 48px;
}

@media (max-width: 767px) {
  .p-seminarArticle .p-seminarUnit__btn .c-btn {
    width: 100%;
  }
}

.p-seminarArticle .p-seminarUnit__btn .c-btn:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .p-seminarArticle .p-seminarUnit__btn .c-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*
--------------------------------------------- */
.p-side-bnr > li:not(:last-child) {
  margin-bottom: 20px;
}

.p-side-bnr > li a {
  transition: opacity 200ms;
}

.p-side-bnr > li a:hover {
  opacity: 0.8;
}

.p-side-bnr > li .__img img {
  width: 100%;
}

.p-side-bnr > li .__txt {
  margin-top: 10px;
  text-align: center;
}

/*
--------------------------------------------- */
.p-attendance-sect {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .p-attendance-sect {
    background-color: #ffffff;
  }
}

.p-attendance-sect__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #00AAEB;
  color: #fff;
  text-align: center;
}

.p-attendance-sect__inner {
  padding: 32px 20px;
  border: 1px solid #E6E6E6;
  border-top: none;
}

/*
--------------------------------------------- */
.p-prtag {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 2px 5px;
  border: 1px solid #00AAEB;
  border-radius: 2px;
  background-color: #fff;
  line-height: 1;
  color: #00AAEB;
  font-size: 14px;
}

/*
--------------------------------------------- */
.p-side-category-nav {
  font-size: 16px;
}

.p-side-category-nav__head__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #E6E6E6;
  color: #000;
  font-weight: bold;
}

.p-side-category-nav__cont {
  padding: 15px;
  border: 1px solid #E6E6E6;
  border-top: none;
  background-color: #fff;
}

.p-side-category-nav__list .__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.p-side-category-nav__list .__item a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 54px;
  padding: 6px 0 6px 25px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms;
}

_:-ms-input-placeholder, :root .p-side-category-nav__list .__item a {
  height: 54px;
}

.p-side-category-nav__list .__item a::before, .p-side-category-nav__list .__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 9px;
  height: 2px;
  background: #00aaeb;
}

.p-side-category-nav__list .__item a::before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}

.p-side-category-nav__list .__item a::after {
  top: calc(50% + 1px);
  transform: rotate(-45deg);
}

.p-footer-nav {
  padding: 48px 15px 0px;
  background-color: #F3F3F3;
}

.p-footer-nav__inner {
  max-width: 1130px;
  margin: 0 auto;
}

/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
.p-searchBar {
  margin-bottom: 60px;
  background-color: #859099;
}

@media (max-width: 767px) {
  .p-searchBar {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
  .p-searchBar:first-child {
    margin-top: -24px;
  }
}

.p-searchBar__inner {
  display: flex;
  justify-content: center;
  padding: 30px 35px;
}

@media (max-width: 767px) {
  .p-searchBar__inner {
    display: block;
    padding: 30px 15px;
  }
}

.p-searchBar .searchSelectBoxInner {
  display: flex;
  width: 461px;
  margin-right: 18px;
  border: none;
}

@media (max-width: 767px) {
  .p-searchBar .searchSelectBoxInner {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.p-searchBar .searchSelectBoxInner input[type="text"] {
  width: 413px;
}

@media (max-width: 767px) {
  .p-searchBar .searchSelectBoxInner input[type="text"] {
    width: calc(100% - 48px);
  }
}

.p-searchBar .searchSelectBoxInner .c-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 0;
}

.p-searchBar .searchSelectBoxInner .c-btn::before {
  margin-right: 0;
}

.p-searchBar__btn {
  text-align: center;
}

.p-searchBar__fixed-wrap {
  position: relative;
  margin-bottom: 60px;
  background-color: #859099;
}

@media (max-width: 767px) {
  .p-searchBar__fixed-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
  .p-searchBar__fixed-wrap:first-child {
    margin-top: -24px;
  }
}

.p-searchBar__fixed-wrap .p-searchBar {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-searchBar__fixed-wrap .p-searchBar {
    margin-left: 0;
    margin-right: 0;
  }
}

.js-searchBar-fixed .p-searchBar__fixed-wrap .p-searchBar {
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*
--------------------------------------------- */
input[type="text"].p-input-text {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  min-height: 48px;
  padding: 12px !important;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset;
  line-height: 1.5;
}

@media (max-width: 767px) {
  input[type="text"].p-input-text {
    box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, 0.25) inset;
  }
}

/*
--------------------------------------------- */
.p-sort__sector {
  margin-bottom: 40px;
}

.p-sort__sector__bar {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-sort__sector__bar {
    margin-bottom: 15px;
  }
}

.p-sort__sector__bar input[type="text"] {
  width: 100%;
}

.p-sort__sector__pr {
  margin-bottom: 25px;
  padding: 0 15px;
}

.p-sort__sector__list, .p-sort__sector__list--col3, .p-sort__sector__list--col4 {
  display: flex;
  flex-wrap: wrap;
}

.p-sort__sector__list:not(:last-child), .p-sort__sector__list--col3:not(:last-child), .p-sort__sector__list--col4:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-sort__sector__list:not(:last-child), .p-sort__sector__list--col3:not(:last-child), .p-sort__sector__list--col4:not(:last-child) {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .p-sort__sector__list--col3 .p-sort__sector__list__item {
    position: relative;
    width: calc((100% - 25px * 2) / 3);
  }
  .p-sort__sector__list--col3 .p-sort__sector__list__item:not(:nth-child(3n)) {
    margin-right: 25px;
  }
}

@media (min-width: 768px) {
  .p-sort__sector__list--col4 .p-sort__sector__list__item {
    position: relative;
    width: calc((100% - 25px * 3) / 4);
  }
  .p-sort__sector__list--col4 .p-sort__sector__list__item:not(:nth-child(4n)) {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .p-sort__sector__list__item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-sort__sector__list__item__ttl {
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #919BA3;
  font-size: 14px;
}

@media (max-width: 767px) {
  .p-sort__sector__list__item__ttl {
    display: none;
  }
}

.p-sort__sector__list__item__all {
  line-height: 1;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .p-sort__sector__list__item__all--ex {
    margin-bottom: 10px;
  }
}

.p-sort__sector__list__item__list > li {
  line-height: 1;
}

.p-sort__sector__list__item__list > li:not(:last-child) {
  margin-bottom: 6px;
}

.p-sort__sector__list__item__list .__ul {
  margin-top: 6px;
  margin-left: 28px;
}

.p-sort__sector__list__item__list .__ul > li {
  line-height: 1;
}

.p-sort__sector__list__item__list .__ul > li:not(:last-child) {
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .p-sort__sector__list__item__list.horizontal-pc {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
    margin-bottom: -10px;
  }
  .p-sort__sector__list__item__list.horizontal-pc > li {
    margin-right: 50px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .p-sort__sector__accWrap {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 768px) {
  .p-sort__sector__accBtn {
    display: none;
  }
}

.p-sort__sector__accBtn button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 5px 10px;
  border: none;
  background: none;
  font: inherit;
  font-size: 14px;
  letter-spacing: normal;
  text-decoration: none !important;
  transition: background-color 200ms, color 200ms, opacity 200ms;
  cursor: pointer;
}

.p-sort__sector__accBtn button::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #00aaeb;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 1em;
  height: 1em;
  margin: auto;
  text-align: center;
}

.p-sort__sector__accWrap.is-open .p-sort__sector__accBtn button::after {
  content: "\e903";
}

.p-sort__sector__accCont {
  display: none;
}

@media (min-width: 768px) {
  .p-sort__sector__accCont {
    display: block !important;
  }
}

.p-sort__sector__accCont__inner {
  background-color: #fff;
}

@media (max-width: 767px) {
  .p-sort__sector__accCont__inner {
    padding: 5px 15px 15px;
  }
}

.p-sort__sector__accClose {
  margin-top: 30px;
  text-align: center;
}

.p-sort__sector__accClose .c-btn::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url(../images/ico_close01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-sort__sector__submit {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
}

@media (max-width: 767px) {
  .p-sort__sector__submit {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

/*
--------------------------------------------- */
label.p-checkUnit {
  display: inline-block;
  font-size: 13px;
  line-height: 1.75;
}

label.p-checkUnit input[type='checkbox'] {
  display: none;
}

label.p-checkUnit span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  cursor: pointer;
}

label.p-checkUnit span::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: calc((1.75em - 20px)/2 + 2px);
  left: 6px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #4392da;
  border-bottom: 2px solid #4392da;
  opacity: 0;
  transform: rotate(45deg);
}

label.p-checkUnit span::after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: '';
  top: calc((1.75em - 20px)/2);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d7dce2;
  border-radius: 3px;
  background: #f3f3f3;
}

label.p-checkUnit input:checked + span::before {
  opacity: 1;
}

/*
--------------------------------------------- */
.modaal-content-container {
  padding: 0;
}

.modaal-inner-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

/*
--------------------------------------------- */
  .p-side-category-nav__cont {
    padding: 16px 32px 32px;
  }
  .p-side-category-nav__list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-side-category-nav__list .__item {
    width: calc((100% - 24px * 3) / 4);
    border-bottom: 1px solid #e6e6e6;
  }
  .p-side-category-nav__list .__item:not(:nth-child(4n+1)) {
    margin-left: 24px;
  }
  .p-footer-nav {
    padding: 48px 32px 0px;
  }

/*
--------------------------------------------- */

.p-sort__sector__list__sptoggle__btn {
  position: relative;
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 18px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .p-sort__sector__list__sptoggle__btn {
    display: none;
  }
}

.p-sort__sector__list__sptoggle__btn i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 31px;
  height: 31px;
  margin: auto;
  background-color: #00ABEB;
  transition: 200ms;
}

.p-sort__sector__list__sptoggle__btn i::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
}

.p-sort__sector__list__sptoggle__btn i::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  height: 15px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: 200ms;
}

.p-sort__sector__list__sptoggle__wrap.is-open .p-sort__sector__list__sptoggle__btn i::after {
  height: 0;
}

@media (min-width: 768px) {
  .p-sort__sector__list__sptoggle__cont {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .p-sort__sector__list__sptoggle__cont {
    display: none;
  }
}

/*
--------------------------------------------- */
@media (min-width: 768px) {
  .p-sort__sector__list__pctoggle__wrap {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  }
  .p-sort__sector__list__pctoggle__wrap:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-sort__sector__list__pctoggle__btn {
    display: none;
  }
}

.p-sort__sector__list__pctoggle__btn button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 5px 20px;
  border: none;
  background: none;
  font: inherit;
  font-size: 14px;
  letter-spacing: normal;
  text-decoration: none !important;
  transition: background-color 200ms, color 200ms, opacity 200ms;
  cursor: pointer;
}

.p-sort__sector__list__pctoggle__btn button::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #00aaeb;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 1em;
  height: 1em;
  margin: auto;
  text-align: center;
}

.p-sort__sector__list__pctoggle__wrap.is-open .p-sort__sector__list__pctoggle__btn button::after {
  content: "\e903";
}

.p-sort__sector__list__pctoggle__cont {
  display: none;
}

@media (max-width: 767px) {
  .p-sort__sector__list__pctoggle__cont {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .p-sort__sector__list__pctoggle__cont__inner {
    padding: 5px 30px 20px;
  }
}

/*
--------------------------------------------- */
.pager {
  position: relative;
  height: 28px;
  line-height: 2;
  font-size: 14px;
}

.pager a {
  text-decoration: none;
}

.pager .paging {
  text-align: center;
}

.pager .left {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 140px);
}

.pager .left i {
  margin-right: 10px;
}

.pager .right {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% + 50px);
}

.pager .right i {
  margin-left: 10px;
}

.p-page__general {
  margin-bottom: 40px;
}

.p-page__general__head .counterText {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 28px;
  text-align: center;
}

.p-page__general__sort {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.p-page__general__sort__item {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 767px) {
  .p-page__general__sort__item {
    font-size: 13px;
  }
}

.p-page__general__sort__item:not(:last-child) {
  position: relative;
  margin-right: 20px;
}

.p-page__general__sort__item:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  border-right: 1px solid #000;
}

.p-page__general__sort__item button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5em;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #006BCD;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}

.p-page__general__sort__item button:hover {
  color: #3399ff;
}

.p-page__general__sort__item button:disabled {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}

/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
.p-top-section {
  padding: 24px 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .p-top-section {
    padding: 24px 15px;
  }
}

.p-top-section__inner {
  width: 1130px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-top-section__inner {
    width: auto;
  }
}

.p-top-section__inner > :last-child {
  margin-bottom: 0;
}

.p-top-annotation {
  margin-bottom: 24px;
  padding: 20px 32px;
  background-color: #F3F3F3;
  line-height: 1.75;
  font-size: 14px;
}

@media (max-width: 767px) {
  .p-top-annotation {
    padding: 18px 15px;
  }
}

.p-top-annotation p:not(:last-child) {
  margin-bottom: 1em;
}

.p-top-annotation em {
  color: #E30000;
}

.p-top-news {
  display: flex;
}

@media (max-width: 767px) {
  .p-top-news {
    display: block;
  }
}

.p-top-news__head {
  flex: 0 0 auto;
  margin-right: 24px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-top-news__head {
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
  }
}

.p-top-news__body {
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  .p-top-news__body {
    margin: 0 15px;
  }
}

.p-top-news__item {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .p-top-news__item {
    display: block;
  }
}

.p-top-news__item__date {
  flex: 0 0 auto;
  display: inline-block;
  margin-right: 24px;
  padding: 0 45px;
  border: 1px solid #006BCD;
  border-radius: 4px;
  line-height: 2;
  color: #006BCD;
  font-family: "Roboto", sans-serif !important;
  font-size: 11px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-top-news__item__date {
    margin-right: 0;
  }
}

.p-top-news__item__list {
  flex: 1 1 auto;
  line-height: 1.71429;
  font-size: 14px;
}

@media (max-width: 767px) {
  .p-top-news__item__list {
    margin-top: 10px;
  }
}

.p-top-news__item__list .__link:not(:first-child) {
  margin-top: 5px;
}

.p-top-news__item__list .__link > a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  text-decoration: none;
  transition: color 200ms;
}

.p-top-news__item__list .__link > a::before, .p-top-news__item__list .__link > a::after {
  position: absolute;
  left: 1px;
  display: block;
  width: 9px;
  height: 2px;
  background: #00aaeb;
  content: "";
}

.p-top-news__item__list .__link > a::before {
  top: 7px;
  transform: rotate(43deg);
}

.p-top-news__item__list .__link > a::after {
  top: 12px;
  transform: rotate(-43deg);
}

.p-top-bnr {
  position: relative;
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .p-top-bnr {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 48px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .p-top-bnr__container {
    width: 660px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .p-top-bnr__container {
    width: 300px;
    overflow: visible;
  }
}

.p-top-bnr__slide a {
  transition: opacity 200ms;
}

.p-top-bnr__slide a:hover {
  opacity: 0.8;
}

.p-top-bnr.is-no-swipe .p-top-bnr__wrapper {
  flex-wrap: wrap;
}

.p-top-bnr.is-no-swipe .p-top-bnr__container {
  height: auto;
}

.p-top-bnr.is-no-swipe .p-top-bnr__controller {
  visibility: hidden;
  pointer-events: none;
}

.p-top-bnr .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}

.p-top-bnr .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 10px !important;
  opacity: 1;
  background-color: #e6e6e6;
}

.p-top-bnr .swiper-pagination-bullet-active {
  background-color: #00abeb;
}

.p-top-bnr .swiper-button-next, .p-top-bnr .swiper-button-prev {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 34px;
  height: 34px;
  width: 34px;
  margin: auto;
  border: none;
  background-color: rgba(116, 137, 147, 0.7);
  border-radius: 50%;
  font-size: 0;
  outline: none;
  transition: opacity .2s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-top-bnr .swiper-button-next, .p-top-bnr .swiper-button-prev {
    display: none;
  }
}

.p-top-bnr .swiper-button-next::before, .p-top-bnr .swiper-button-prev::before {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
  transform-origin: center;
}

.p-top-bnr .swiper-button-next::after, .p-top-bnr .swiper-button-prev::after {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
  transform-origin: center;
}

.p-top-bnr .swiper-button-prev {
  left: 0px;
}

.p-top-bnr .swiper-button-prev::before {
  transform: rotate(-43deg);
}

.p-top-bnr .swiper-button-prev::after {
  transform: rotate(43deg);
}

.p-top-bnr .swiper-button-next {
  right: 0px;
}

.p-top-bnr .swiper-button-next::before {
  transform: rotate(43deg);
}

.p-top-bnr .swiper-button-next::after {
  transform: rotate(-43deg);
}

.p-top-bnr .swiper-button-disabled {
  opacity: 0;
}

.p-about-content__inner {
  max-width: 930px;
  margin: 0 auto;
}

.p-guidance {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-guidance {
    text-align: left;
  }
}

.p-howto-list1 {
  display: grid;
  gap: 40px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .p-howto-list1 {
    grid-template-columns: repeat(3, 280px);
    justify-content: center;
  }
}

.p-howto-list1__item {
  display: flex;
  flex-direction: column;
}

.p-howto-list1__item__pic {
  flex: 1 1 auto;
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-howto-list1__item__pic {
    margin-bottom: 20px;
  }
}

.p-howto-list1__item__pic a {
  transition: opacity 200ms;
}

.p-howto-list1__item__pic a:hover {
  opacity: 0.7;
}

.p-howto-list1__item__cont {
  text-align: center;
}

@media (max-width: 767px) {
  .p-howto-list1__item__cont {
    text-align: left;
  }
}

.p-howto-list1__item__lead {
  margin-bottom: 0.25em;
  font-weight: bold;
  text-align: center;
}

.p-howto-list1__item--1 .p-howto-list1__item__lead {
  color: #2169B5;
}

.p-howto-list1__item--2 .p-howto-list1__item__lead {
  color: #8DA42E;
}

@media (max-width: 767px) {
  .p-howto-list1__item--3 .p-howto-list1__item__pic {
    margin-bottom: 12px;
  }
}

.p-howto-list1__item--3 .p-howto-list1__item__lead {
  color: #00AAEB;
}

.p-howto-list2 {
  display: grid;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .p-howto-list2 {
    grid-template-columns: repeat(3, 240px);
    gap: 32px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .p-howto-list2 {
    gap: 20px;
  }
}

.p-howto-list2__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .p-howto-list2__item {
    flex-direction: row;
  }
}

.p-howto-list2__item__pic {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .p-howto-list2__item__pic {
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .p-howto-list2__item__pic img {
    width: 80px;
    height: 80px;
  }
}

.p-howto-list2__item__cont {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .p-howto-list2__item__cont {
    flex: 1 1 auto;
    text-align: left;
  }
}

.p-aboutSeparate__item {
  display: flex;
}

@media (max-width: 767px) {
  .p-aboutSeparate__item {
    flex-direction: column;
    align-items: center;
  }
}

.p-aboutSeparate__item:not(:last-of-type) {
  margin-bottom: 40px;
}

.p-aboutSeparate__item__pic {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-right: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-aboutSeparate__item__pic {
    width: auto;
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.p-aboutSeparate__item__pic .__cap {
  margin-top: 5px;
}

.p-about-ctHead {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .p-about-ctHead {
    flex-direction: column;
    margin-bottom: 32px;
  }
}

.p-about-ctHead__pic {
  flex: 0 0 auto;
  padding: 0 40px;
  margin-right: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-about-ctHead__pic {
    width: 100%;
    padding: 0 10px;
    margin-right: 0;
    margin-bottom: 36px;
  }
}

.p-about-ctHead__pic a {
  transition: opacity 200ms;
}

.p-about-ctHead__pic a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .p-about-ctHead__pic img {
    width: 100%;
  }
}

.p-about-ctHead__lead {
  margin-bottom: 0.25em;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-about-ctHead__lead {
    text-align: center;
  }
}

.p-about-ctHead--1 .p-about-ctHead__lead {
  color: #2269B5;
}

.p-about-ctHead--2 .p-about-ctHead__lead {
  color: #8DA42E;
}

.p-about-ctHead--3 .p-about-ctHead__lead {
  color: #00AAEB;
}

.p-chartList {
  display: flex;
  margin: 48px 0;
}

@media (max-width: 767px) {
  .p-chartList {
    flex-direction: column;
    margin: 40px 0;
  }
}

.p-chartList__block {
  position: relative;
  padding: 36px 16px 24px;
  border: 1px solid #D7DCE3;
  background-color: #F3F3F3;
}

@media (max-width: 767px) {
  .p-chartList__block {
    font-size: 14px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .p-chartList__block {
    width: calc((100% - 45px * 2) / 3);
    border-width: 2px;
  }
}

@media (max-width: 767px) {
  .p-chartList__block + .p-chartList__block {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  .p-chartList__block + .p-chartList__block {
    margin-left: 45px;
  }
}

.p-chartList__block + .p-chartList__block:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  margin: auto;
}

@media (max-width: 767px) {
  .p-chartList__block + .p-chartList__block:after {
    top: -38px;
    right: 0;
    left: 0;
    border-width: 10px 10px 0 10px;
  }
}

@media (min-width: 768px) {
  .p-chartList__block + .p-chartList__block:after {
    top: 0;
    bottom: 0;
    left: -35px;
    border-width: 20px 0px 20px 20px;
  }
}

.p-chartList__block__badge {
  flex: 0 0 auto;
  position: absolute;
  top: -29px;
  right: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  padding-top: 10px;
  border-radius: 50%;
  line-height: 1.1;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-chartList__block__badge {
    top: -20px;
  }
}

.p-chartList__block__badge span {
  display: block;
  line-height: 1.125;
  font-family: "Roboto", sans-serif !important;
  font-size: 20px;
  font-weight: normal;
}

.p-chartList__block__ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .p-chartList__block__ttl {
    font-size: 18px;
  }
}

.p-chartList__block__ttl:not(:last-child) {
  margin-bottom: .5em;
}

.p-chartList__block__ttl span {
  font-size: 11px;
}

.p-chartList__block__in p:not(:last-child) {
  margin-bottom: .5em;
}

.p-chartList--1 .p-chartList__block__badge {
  background-color: #2269B5;
}

.p-chartList--1 .p-chartList__block__ttl {
  color: #2269B5;
}

@media (min-width: 768px) {
  .p-chartList--1 .p-chartList__block + .p-chartList__block::after {
    border-left-color: #2269B5;
  }
}

@media (max-width: 767px) {
  .p-chartList--1 .p-chartList__block + .p-chartList__block::after {
    border-top-color: #2269B5;
  }
}

.p-chartList--2 .p-chartList__block__badge {
  background-color: #8DA42E;
}

.p-chartList--2 .p-chartList__block__ttl {
  color: #8DA42E;
}

@media (min-width: 768px) {
  .p-chartList--2 .p-chartList__block + .p-chartList__block::after {
    border-left-color: #8DA42E;
  }
}

@media (max-width: 767px) {
  .p-chartList--2 .p-chartList__block + .p-chartList__block::after {
    border-top-color: #8DA42E;
  }
}

.p-chartList--3 .p-chartList__block__badge {
  background-color: #00AAEB;
}

.p-chartList--3 .p-chartList__block__ttl {
  color: #00AAEB;
}

@media (min-width: 768px) {
  .p-chartList--3 .p-chartList__block + .p-chartList__block::after {
    border-left-color: #00AAEB;
  }
}

@media (max-width: 767px) {
  .p-chartList--3 .p-chartList__block + .p-chartList__block::after {
    border-top-color: #00AAEB;
  }
}

.p-about-ctBtn {
  margin-top: 48px;
  padding: 40px;
  background-color: #F1F1F1;
  text-align: center;
}

@media (max-width: 767px) {
  .p-about-ctBtn {
    margin-top: 32px;
    padding: 32px 16px;
  }
}

.p-markList > li {
  display: flex;
  align-items: flex-start;
}

.p-markList > li i {
  flex: 0 0 auto;
  font-style: normal;
}

.p-markList--center > li {
  justify-content: center;
}

.p-notes {
  font-size: .8125rem;
}

sup {
  font-size: x-small;
}

@media (max-width: 767px) {
  .p-extra-pic--type1 {
    margin-left: -15px;
  }
}

.p-hdg01 {
  position: relative;
  margin: 64px 0 48px;
  line-height: 1.375;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}

.p-hdg01:first-child {
  margin-top: 0;
}

.p-hdg01:last-child {
  margin-bottom: 0;
}

.p-hdg01::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  width: 80px;
  height: 3px;
  margin: auto;
  background-color: #00AAEB;
}

.p-hdg01 > span {
  font-size: 18px;
}

.p-hdg02 {
  position: relative;
  margin: 56px 0 40px;
  padding: 14px 18px;
  background-color: #F2F2F2;
  line-height: 1.5;
  font-size: 24px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .p-hdg02 {
    padding: 14px 15px;
  }
}

.p-hdg02:first-child {
  margin-top: 0;
}

.p-hdg02:last-child {
  margin-bottom: 0;
}

.p-hdg02::before {
  content: '';
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 3px;
  margin: auto;
  background-color: #00abeb;
}

.p-hdg03 {
  position: relative;
  margin: 40px 0 28px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}

.p-hdg03:first-child {
  margin-top: 0;
}

.p-hdg03:last-child {
  margin-bottom: 0;
}

.p-hdg04 {
  position: relative;
  margin: 28px 0 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid #00ABEB;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}

.p-hdg04:first-child {
  margin-top: 0;
}

.p-hdg04:last-child {
  margin-bottom: 0;
}

.p-accordion {
  max-width: 1050px;
  margin: 0 auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}

.p-accordion:not(:first-child) {
  margin-top: 20px;
}

.p-accordion__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-accordion__ttl {
    padding-right: 53px;
  }
}

.p-accordion__ttl .__txt {
  font-size: 18px;
}

.p-accordion__ttl .__line {
  position: absolute;
  top: calc(50% - 37px/2);
  right: 16px;
  width: 37px;
  height: 37px;
  background-color: #006BCD;
}

.p-accordion__ttl .__line::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 17px/2);
  width: 17px;
  height: 1px;
  background: #fff;
}

.p-accordion__ttl .__line::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 17px/2);
  width: 17px;
  height: 1px;
  background: #fff;
  transform: rotate(90deg);
  transition: transform .3s ease .2s;
}

.is-open .p-accordion__ttl .__line::after {
  transform: rotate(90deg) scaleX(0);
  transition: transform .3s ease;
}

.p-accordion__body {
  height: 0;
  visibility: hidden;
  border-top: 1px solid #DDDDDD;
}

.p-accordion__body__inner {
  padding: 40px 16px 0;
}

@media (min-width: 768px) {
  .p-accordion__body__inner {
    padding: 40px 75px 0;
  }
}

.p-accordion__close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-top: 24px;
  color: #0F66CC;
  cursor: pointer;
  transition: 200ms;
}

.p-accordion__close:hover {
  color: #349eff;
}

.p-aboutCarousel {
  position: relative;
}

@media (min-width: 768px) {
  .p-aboutCarousel {
    width: 740px;
    margin: 0 auto;
  }
}

.p-aboutCarousel:not(:last-child) {
  margin-bottom: 32px;
}

.p-aboutCarousel__slide {
  height: auto;
  text-align: center;
}

.p-aboutCarousel.is-no-swipe .p-aboutCarousel__controller {
  visibility: hidden;
  pointer-events: none;
}

.p-aboutCarousel .swiper-pagination-bullets {
  position: relative;
  bottom: auto;
  margin-top: 10px;
  text-align: center;
}

.p-aboutCarousel .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 10px !important;
  opacity: 1;
  background-color: #e6e6e6;
}

.p-aboutCarousel .swiper-pagination-bullet-active {
  background-color: #00abeb;
}

.p-aboutCarousel .swiper-button-next, .p-aboutCarousel .swiper-button-prev {
  position: absolute;
  z-index: 1;
  bottom: 38px;
  height: 34px;
  width: 34px;
  border: none;
  background-color: rgba(116, 137, 147, 0.7);
  border-radius: 50%;
  font-size: 0;
  outline: none;
  transition: opacity .2s;
  cursor: pointer;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .p-aboutCarousel .swiper-button-next, .p-aboutCarousel .swiper-button-prev {
    width: 70px;
    height: 70px;
  }
}

.p-aboutCarousel .swiper-button-next::before, .p-aboutCarousel .swiper-button-prev::before {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
  transform-origin: center;
}

@media (min-width: 768px) {
  .p-aboutCarousel .swiper-button-next::before, .p-aboutCarousel .swiper-button-prev::before {
    top: -10px;
    width: 16px;
  }
}

.p-aboutCarousel .swiper-button-next::after, .p-aboutCarousel .swiper-button-prev::after {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
  transform-origin: center;
}

@media (min-width: 768px) {
  .p-aboutCarousel .swiper-button-next::after, .p-aboutCarousel .swiper-button-prev::after {
    top: 10px;
    width: 16px;
  }
}

.p-aboutCarousel .swiper-button-prev {
  left: 0px;
}

.p-aboutCarousel .swiper-button-prev::before {
  transform: rotate(-43deg);
}

.p-aboutCarousel .swiper-button-prev::after {
  transform: rotate(43deg);
}

.p-aboutCarousel .swiper-button-next {
  right: 0px;
}

.p-aboutCarousel .swiper-button-next::before {
  transform: rotate(43deg);
}

.p-aboutCarousel .swiper-button-next::after {
  transform: rotate(-43deg);
}

.p-aboutCarousel .swiper-button-disabled {
  opacity: 0;
}

.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .u-pcbr {
    display: none;
  }
}

.u-spbr {
  display: none;
}

@media (max-width: 767px) {
  .u-spbr {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-spnone {
    display: none;
  }
}
