@charset "UTF-8";
#main {
  width: auto;
  padding: 0;
}

@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: absolute;
  bottom: -50px;
  right: 15px;
  z-index: 100;
}

.btn-top-01--btm3 {
  bottom: 212px;
}

.btn-top-01 a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  background: #00abeb;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
}

.btn-top-01 a:after, .btn-top-01 a:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 2px;
  content: "";
  display: block;
  height: 2px;
  width: 13px;
  margin: auto;
  background: #fff;
  border-radius: 2px;
}

.btn-top-01 a:before {
  left: -8px;
  transform: rotate(134deg);
  -webkit-transform: rotate(134deg);
}

.btn-top-01 a:after {
  left: 8px;
  transform: rotate(-134deg);
  -webkit-transform: rotate(-134deg);
}

@media screen and (min-width: 767px) {
  .btn-top-01 {
    position: absolute;
    bottom: 24px;
    right: 0;
  }
  .btn-top-01 a {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    background: #00abeb;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    transition: background .2s;
    -webkit-transition: background .2s;
  }
  .btn-top-01 a:after, .btn-top-01 a:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 2px;
    content: "";
    display: block;
    height: 4px;
    width: 22px;
    margin: auto;
    background: #fff;
    border-radius: 2px;
  }
  .btn-top-01 a:before {
    left: -12px;
    transform: rotate(134deg);
    -webkit-transform: rotate(134deg);
  }
  .btn-top-01 a:after {
    left: 13px;
    transform: rotate(-134deg);
    -webkit-transform: rotate(-134deg);
  }
  .btn-top-01 a:active, .btn-top-01 a:focus, .btn-top-01 a:hover {
    background: #1fc2ff;
  }
}

.js-scroll-top {
  opacity: 1;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}

.js-scroll-top.is-hidden {
  opacity: 0;
}

.js-scroll-top.is-fixed {
  position: fixed;
  bottom: 68px;
}

.l-wrapper {
  background-color: #f3f3f3;
  line-height: 1.75;
  font-size: 16px;
}

@media (max-width: 767px) {
  .l-wrapper {
    overflow: hidden;
  }
}

.l-wrapper * {
  box-sizing: border-box;
  font: inherit;
}

.l-wrapper br {
  line-height: initial;
}

.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: 16px 15px 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .l-content {
    padding: 32px 32px 64px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

.l-layout {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .l-layout {
    display: grid;
    display: -ms-grid;
    grid-gap: 0 32px;
    gap: 0 32px;
    -ms-grid-rows: auto auto auto 1fr;
    -ms-grid-columns: 734px 32px 300px;
    grid-template: "guid guid"  auto "main sideup" auto "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;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .l-layout__guidance {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: guid;
  }
}

@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: 3;
    -ms-grid-column: 3;
    grid-area: login;
  }
}

@media (max-width: 767px) {
  .l-layout__side__upper {
    margin-bottom: 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 768px) {
  .l-layout__side__upper {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: sideup;
  }
}

@media (max-width: 767px) {
  .l-layout__main {
    margin-bottom: 32px;
    padding: 16px 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: 2;
    -ms-grid-column: 1;
    -ms-grid-row-span: 3;
    width: 734px;
    grid-area: main;
  }
}

.l-layout__main > :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .l-layout__side {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
    width: 300px;
    grid-area: side;
  }
}

.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: 0;
  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 0 15px 0;
  padding: 0 20px 0 8px !important;
  border-radius: 2px;
  border: none;
  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/2028/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/2028/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;
  border-radius: 2px;
  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: 240px;
}

@media (max-width: 767px) {
  .c-btn.s0 {
    width: 100%;
  }
}

.c-btn.s100 {
  width: 100%;
}

.c-btn.s1 {
  width: 351px;
}

@media (max-width: 767px) {
  .c-btn.s1 {
    width: 100%;
  }
}

.c-btn.c1 {
  background-color: #fff;
  color: #006bcd;
  border: solid 1px #B2B2B2;
}

.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: #fff;
  color: #f57c31;
  border: solid 1px #B2B2B2;
}

.c-btn.c4:hover, .c-btn.c4:focus, .c-btn.c4:active {
  color: #f79b62;
}

.c-btn.c5 {
background-color: #B2B2B2;
color: #ffffff;
border-radius: 4px;
}

.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;
}

@media (max-width: 767px) {
  .c-carouselList {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-carouselList:not(:last-child) {
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .c-carouselList__container {
    width: 660px;
    margin: 0 auto;
  }
}

.c-carouselList__slide {
  width: 200px;
}

.c-carouselList__slide > a {
  text-decoration: none;
  transition: color 200ms;
}

.c-carouselList__slide > a > :last-child {
  margin-bottom: 0;
}

.c-carouselList__slide > a:hover .c-carouselList__slide__pic {
  opacity: .8;
}

.c-carouselList__slide__pic {
  display: block;
  margin-bottom: 8px;
  transition: opacity 200ms;
}

.c-carouselList__slide__txt {
  display: block;
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 767px) {
  .c-carouselList.is-no-swipe .c-carouselList__wrapper {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .c-carouselList.is-no-swipe .c-carouselList__slide {
    margin-right: 30px;
  }
}

.c-carouselList.is-no-swipe .c-carouselList__controller {
  visibility: hidden;
  pointer-events: none;
}

.c-carouselList .swiper-pagination-bullets {
  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;
}

@media (max-width: 767px) {
  .c-carouselList .swiper-button-next, .c-carouselList .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-carouselList .swiper-button-next, .c-carouselList .swiper-button-prev {
    display: block;
    position: absolute;
    top: 47px;
    width: 37px;
    height: 56px;
    margin: 0;
    transition: opacity 200ms;
    cursor: pointer;
  }
}

.c-carouselList .swiper-button-next:hover, .c-carouselList .swiper-button-prev:hover {
  opacity: 0.7;
}

.c-carouselList .swiper-button-next::before, .c-carouselList .swiper-button-prev::before {
  line-height: 56px;
  color: #CCC;
  font-size: 37px;
}

.c-carouselList .swiper-button-next:after, .c-carouselList .swiper-button-prev:after {
  display: none;
}

@media (min-width: 768px) {
  .c-carouselList .swiper-button-prev {
    left: 0;
  }
}

@media (min-width: 768px) {
  .c-carouselList .swiper-button-next {
    right: 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.5;
  font-size: 24px;
  font-weight: bold;
  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-hdg02 {
  position: relative;
  margin: 32px 0 5px;
  padding-left: 5px;
  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_bg01@pc.png);
  background-repeat: repeat-x;
  overflow: hidden;
}

@media (min-width: 768px) {
  .c-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1130px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .c-hero__ttl {
    flex: 0 0 auto;
    margin-left: calc((-1920px + 1130px) / 2);
    margin-right: calc((-1920px + 1130px) / 2);
  }
}

.c-hero__lower {
  background-color: #00ABEB;
  color: #ffffff;
  font-size: 10px;
}

@media (min-width: 768px) {
  .c-hero__lower__inner {
    width: 1130px;
    margin: 0 auto;
    padding: 8px 32px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .c-hero__lower__inner {
    padding: 6px 10px;
    line-height: 1.375;
    text-align: right;
  }
}

.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/2028/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: #f3f3f3;
}

@media (min-width: 768px) {
  .c-index-head {
    margin-bottom: 64px;
    padding: 24px 32px;
  }
}

.c-index-head__ttl {
  margin-bottom: 16px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .c-index-head__ttl {
    margin-bottom: 24px;
  }
}

.c-index-head__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #B2B2B2;
  line-height: 1.75;
  font-size: 16px;
}

.c-index-head__item:last-child {
  margin: 0px;
  border-bottom: 0;
}

.c-index-head__item > a {
  color: #006bcd;
}

.c-index-head__item > a:hover {
  color: #349eff;
}

.c-index-head__item > a:visited {
  color: #551a8b;
}

.box-05 {
  /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); */
  line-height: 1.5;
  font-size: 14px;
  border: solid 1px #B2B2B2;
  border-radius: 2px;
}

.box-05 .box-hdg-01 a {
  position: relative;
  display: block;
  padding: 13px 48px 12px 22px;
  font-weight: normal;
  text-decoration: none;
}

@media (max-width: 767px) {
  .box-05 .box-hdg-01 a {
    padding: 10px 45px 10px 15px;
  }
}

.box-05 .box-content-01 {
  padding: 11px 23px 26px 23px;
}

/* js-toggle
----------------------------------------------- */
.js-toggle-01 .js-toggle-txt {
  display: none;
}

.js-toggle-01 .js-toggle-txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 14px;
  height: 9px;
  margin: auto;
  font-size: 0;
  color: transparent;
  content: "";
}

.js-toggle-01 .js-toggle-txt::before, .js-toggle-01 .js-toggle-txt::after {
  position: absolute;
  top: 3px;
  display: block;
  width: 9px;
  height: 2px;
  background: #00aaeb;
  content: "";
}

.js-toggle-01 .js-toggle-txt::before {
  left: -1px;
}

.js-toggle-01 .js-toggle-txt::after {
  left: 5px;
}

.js-toggle-01.box-05 .js-toggle-txt {
  right: 17px;
}

.js-toggle-01.is-toggle-open .js-toggle-txt::before {
  transform: rotate(134deg);
}

.js-toggle-01.is-toggle-open .js-toggle-txt::after {
  transform: rotate(-134deg);
}

.js-toggle-01.is-toggle-open.box-attention-01 .js-toggle-txt::before {
  transform: rotate(-134deg);
}

.js-toggle-01.is-toggle-open.box-attention-01 .js-toggle-txt::after {
  transform: rotate(134deg);
}

.js-toggle-01.is-toggle-close .js-toggle-txt::before {
  transform: rotate(-134deg);
}

.js-toggle-01.is-toggle-close .js-toggle-txt::after {
  transform: rotate(134deg);
}

.js-toggle-01.is-toggle-close .js-toggle-content {
  display: none;
}

.js-toggle-01.is-toggle-close.box-attention-01 .js-toggle-txt::before {
  transform: rotate(134deg);
}

.js-toggle-01.is-toggle-close.box-attention-01 .js-toggle-txt::after {
  transform: rotate(-134deg);
}

/* p-guidance
--------------------------------------------- */
@media (max-width: 767px) {
  .l-layout__guidance {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 768px) {
  .l-layout__guidance {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: guid;
  }
}

.p-page-lede {
  margin-bottom: 32px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-page-lede {
    font-size: 14px;
    text-align: left;
  }
}

/* p-searchBar
--------------------------------------------- */
.p-searchBar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  background-color: #859099;
}

@media (min-width: 768px) {
  .p-searchBar {
    margin: -32px -32px 32px;
  }
}

.c-wrapper--guest .p-searchBar {
  display: none;
}

.p-searchBar__ttl {
  margin-right: 13px;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-searchBar__ttl {
    margin-right: 10px;
    font-size: 11px;
    text-align: center;
  }
}

.p-searchBar__cnt {
  position: relative;
  background-color: #ffffff;
}

.p-searchBar__cnt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 5px;
  height: 5px;
  margin: auto;
  border: 2px solid #00AAEB;
  border-top-color: transparent;
  border-left-color: transparent;
  transform-origin: center;
  transform: rotate(45deg) translateY(-4px);
}

@media (max-width: 767px) {
  .p-searchBar__cnt::after {
    width: 8px;
    height: 8px;
  }
}

.p-searchBar__cnt select {
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  height: auto;
  margin: 0;
  padding: 9px 60px 9px 19px;
  border: none !important;
  background-color: transparent !important;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-searchBar__cnt select {
    padding: 4px 40px 4px 11px;
  }
}

.p-searchBar__cnt select:focus {
  background-color: transparent !important;
}

.p-searchBar__cnt select::-ms-expand {
  display: none;
}

/* p-section
--------------------------------------------- */
.p-section {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .p-section {
    margin-bottom: 48px;
  }
}

.p-section__inner {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-section__inner {
    width: auto;
  }
}

.p-section__inner > :last-child {
  margin-bottom: 0;
}

/*
--------------------------------------------- */
.p-ranking__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px;
  margin-bottom: 42px;
  padding: 60px 0 42px;
  background-color: rgba(0, 0, 0, 0.15);
  line-height: 1.5;
  color: #ffffff;
  font-weight: normal;
}

@media (max-width: 767px) {
  .p-ranking__ttl {
    margin: -30px -10px 32px;
    padding: 30px 0 19px;
  }
}

.p-ranking__ttl img {
  width: 80px;
  margin-right: 7px;
}

.p-ranking__ttl .__large {
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-ranking__ttl .__large {
    font-size: 28px;
  }
}

.p-case__ttl {
  margin-bottom: 20px;
  text-align: center;
}

.p-case__ttl .__large {
  color: #00aaeb;
  font-size: 24px;
}

@media (max-width: 767px) {
  .p-case__ttl .__large {
    font-size: 22px;
  }
}

/*
--------------------------------------------- */
@media (max-width: 767px) {
  .p-topIndex {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .p-topIndex__tab {
    outline: none;
  }
}

.p-topIndex--2.is--hidden {
  height: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 767px) {
  .p-topIndex--2 .hdg-l2-02 {
    margin-top: 0;
  }
  .p-topIndex--2 .box-contents-01 {
    margin-bottom: 0;
  }
}

.p-section .annotation-col {
  color: #616161;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

/* p-recommend
--------------------------------------------- */
.p-recommend, .p-companyCard {
  margin-bottom: 0px;
}

.p-recommend__head {
  margin-bottom: 32px;
}

.p-recommend__head h2 {
  line-height: 1.5;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .p-recommend__head h2 {
    font-size: 20px;
  }
}

.p-recommend__head h2 em {
  font-weight: bold;
}

@media (min-width: 768px) {
  .c-wrapper--member .p-recommend__head h2 br {
    display: none;
  }
}

.p-recommend__cont, .p-companyCard__cont {
  position: relative;
  padding: 0 22px;
}

@media (max-width: 767px) {
  .p-recommend__cont, .p-companyCard__cont {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
  .p-recommend__cont .js-overlay, .p-companyCard__cont .js-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: 200ms;
    pointer-events: none;
  }
  .p-recommend__cont .js-overlay .__txt, .p-companyCard__cont .js-overlay .__txt {
    position: absolute;
    right: -10px;
    top: 50%;
    display: flex;
    height: 36px;
    width: 36px;
    justify-content: center;
    background-color: rgba(116, 137, 147, 0.7);
    background-image: none;
    border-radius: 50%;
    align-items: center;
    transform: translateY(-50%);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-transform: translateY(-50%);
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .p-recommend__cont .js-overlay .__txt, .p-companyCard__cont .js-overlay .__txt {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .p-recommend__cont .js-overlay .__txt::before, .p-companyCard__cont .js-overlay .__txt::before {
    position: absolute;
    top: -5px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 2px;
    margin: auto;
    background: #fff;
    content: "";
    transform: rotate(43deg);
  }
  .p-recommend__cont .js-overlay .__txt::after, .p-companyCard__cont .js-overlay .__txt::after {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 2px;
    margin: auto;
    background: #fff;
    content: "";
    transform: rotate(-43deg);
  }
  .p-recommend__cont.js-fired .js-overlay, .js-fired.p-companyCard__cont .js-overlay {
    padding-left: 30px;
    opacity: 0;
  }
}

.p-recommend__cont.is-overlay, .is-overlay.p-companyCard__cont {
  overflow: hidden !important;
}

.p-recommend__cont.is-overlay .js-overlay, .is-overlay.p-companyCard__cont .js-overlay {
  display: none !important;
}

.p-recommend__cont.is-overlay .p-companyCard__cont__plan, .is-overlay.p-companyCard__cont .p-companyCard__cont__plan {
  pointer-events: none;
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

@media (max-width: 767px) {
  .p-recommend__cont__plan, .p-companyCard__cont__plan {
    position: relative;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .p-recommend__cont__plan__inner {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(auto-fill, 140px);
    row-gap: 20px;
  }
}

.p-recommend__cell, .p-companyCard__cell {
  padding: 5px;
}

@media (max-width: 767px) {
  .p-recommend__cell, .p-companyCard__cell {
    width: 140px;
    height: auto;
    padding: 5px 10px;
  }
}

.p-recommend__cell > :last-child, .p-companyCard__cell > :last-child {
  margin-bottom: 0;
}

.p-recommend__cell__inner, .p-companyCard__cell__inner {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-recommend__cell__inner, .p-companyCard__cell__inner {
    width: 100%;
  }
}

.p-recommend__cell__head, .p-companyCard__cell__head {
  flex: 0 0 auto;
}

.p-recommend__cell__head:not(:last-child), .p-companyCard__cell__head:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .p-recommend__cell__head:not(:last-child), .p-companyCard__cell__head:not(:last-child) {
    margin-bottom: 5px;
  }
}

.p-recommend__cell__head a, .p-companyCard__cell__head a {
  display: block;
  text-decoration: none;
}

.p-recommend__name, .p-companyCard__name {
  margin: 0 9px 8px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .p-recommend__name, .p-companyCard__name {
    margin: 0 0 5px;
    font-size: 13px;
  }
}

.p-recommend__type, .p-companyCard__type {
  margin: 0 9px;
  padding-top: 8px;
  border-top: 1px solid #E2E2E2;
  color: #000;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .p-recommend__type, .p-companyCard__type {
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
  }
}

.p-recommend__pic, .p-companyCard__pic {
  position: relative;
  height: 150px;
  margin: 0 auto 12px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-recommend__pic, .p-companyCard__pic {
    height: 90px;
    margin-bottom: 8px;
  }
}

.p-recommend__pic img, .p-companyCard__pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: auto;
  max-width: 150px;
  max-height: 150px;
  margin: auto;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .p-recommend__pic img, .p-companyCard__pic img {
  max-width: 90px;
  max-height: 90px;
  }
}

.p-recommend__btn, .p-companyCard__btn {
  flex: 1 1 auto;
  margin: 0 9px;
}

@media (max-width: 767px) {
  .p-recommend__btn, .p-companyCard__btn {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-recommend__btn .c-btn, .p-companyCard__btn .c-btn {
  width: 100%;
  height: 44px;
}

/* c-btn c5
--------------------------------------------- */
.c-btn.c5 {
width: 100px;
height: 30px;
margin-top: 5px;
margin-left: 40px;
margin-bottom: 9px;
padding: 14px 0px 14px 2px;
font-size: 13px;
}
/*--------------------------------------------- */

@media (max-width: 767px) {
  .p-recommend__btn .c-btn, .p-companyCard__btn .c-btn {
    width: 120px;
    height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
}

.p-recommend__btn .c-btn:not(:first-child), .p-companyCard__btn .c-btn:not(:first-child) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .p-recommend__btn .c-btn:not(:first-child), .p-companyCard__btn .c-btn:not(:first-child) {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .p-recommend__btn .c-btn.iconStar, .p-companyCard__btn .c-btn.iconStar {
    padding-left: 5px;
  }
  .p-recommend__btn .c-btn.iconStar::before, .p-companyCard__btn .c-btn.iconStar::before {
    width: 15px;
    height: 15px;
    margin-right: 4px;
  }
}

.p-recommend__more, .p-companyCard__more {
  padding-bottom: 5px;
  margin-top: 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-recommend__more, .p-companyCard__more {
    margin-top: 15px;
  }
}

.p-recommend .slick-slide > div + div, .p-companyCard .slick-slide > div + div {
  margin-top: 32px;
}

/* c-btn c5
--------------------------------------------- */
@media (max-width: 767px) {
.c-btn.c5 {
width: 120px;
height: 32px;
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px;
font-size: 11px;
}
}
/* --------------------------------------------- */


/* p-companyCard
--------------------------------------------- */
.p-companyCard:not(:last-child) {
  margin-bottom: 48px;
}

.p-companyCard__head {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
}

.p-companyCard__head::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  /* background-color: #00abeb; */
}

.p-companyCard__ttl {
  line-height: 1.5;
  font-size: 21px;
  font-weight: bold;
}

.p-companyCard__ttl .__update {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  margin-right: 10px;
  padding: 0 8px;
  border: 1px solid #006BCD;
  border-radius: 8px;
  color: #006BCD;
  font-size: 12px;
}

@media (min-width: 768px) {
  .p-companyCard__cont__plan__inner {
    visibility: hidden;
    height: 320px;
  }
  .p-companyCard__cont__plan__inner.slick-initialized {
    visibility: visible;
    height: auto;
  }
}

@media (max-width: 767px) {
  .p-companyCard__cont__plan__inner {
    display: flex;
    flex-wrap: nowrap;
  }
}

.p-companyCard__cell {
  height: auto;
}

.p-companyCard__num {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-companyCard__num {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
}

.p-companyCard__txt {
  padding-top: 8px;
  border-top: 1px solid #E2E2E2;
  line-height: 1.5;
  color: #000;
  font-size: 13px;
}

@media (max-width: 767px) {
  .p-companyCard__txt {
    padding-top: 5px;
    font-size: 12px;
  }
}

/* p-caseList
--------------------------------------------- */
.p-caseList__cont {
  position: relative;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .p-caseList__cont {
    padding: 15px 10px 10px;
  }
  .p-caseList__cont .js-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: 700ms 200ms;
    pointer-events: none;
  }
  .p-caseList__cont .js-overlay::before {
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(../images/ico_swipe01.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-caseList__cont.js-fired .js-overlay {
    padding-left: 30px;
    opacity: 0;
  }
}

.p-caseList__cont.is-overlay {
  overflow: hidden !important;
}

.p-caseList__cont.is-overlay .js-overlay {
  display: none !important;
}

.p-caseList__cont.is-overlay .p-caseList__cont__plan {
  pointer-events: none;
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.p-caseList__cont__plan {
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .p-caseList__cont__plan {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

.p-caseList__cont__plan__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  grid-gap: 15px 10px;
}

.p-caseList__cell a {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  text-decoration: none;
}

.p-caseList__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  margin: 0 7px 10px;
  border-radius: 50%;
  background-color: #f4fcfe;
  transition: 200ms;
}

@media (min-width: 768px) {
  .p-caseList__pic {
    width: 100px;
    height: 100px;
    margin: 0 15px 10px;
  }
}

.p-caseList__pic img {
  width: 45px;
}

@media (min-width: 768px) {
  .p-caseList__pic img {
    width: 60px;
  }
}

a:hover .p-caseList__pic {
  opacity: 0.8;
}

.p-caseList__txt {
  flex: 1;
  font-size: 13px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-caseList__txt {
    font-size: 14px;
  }
}

_:-ms-input-placeholder__cont__plan__inner, :root .p-caseList__cont__plan__inner {
  display: flex;
  flex-wrap: wrap;
}

_:-ms-input-placeholder__cell, :root .p-caseList__cell {
  width: calc((100% - 40px)/5);
}

_:-ms-input-placeholder__cell:not(:nth-child(6n+1)), :root .p-caseList__cell:not(:nth-child(6n+1)) {
  margin-left: 10px;
}

_:-ms-input-placeholder__cell:nth-child(n+6), :root .p-caseList__cell:nth-child(n+6) {
  margin-top: 15px;
}

_:-ms-input-placeholder__cell a, :root .p-caseList__cell a {
  display: block;
  text-align: center;
}

/* bannerCard
--------------------------------------------- */
.bannerCard {
  display: flex;
  justify-content: center;
}

.bannerCard__item:not(:first-child) {
  margin-left: 6px;
}

.bannerCard__item {
  width: 240px;
}

@media (max-width: 767px) {
  .bannerCard__item {
    width: calc((100% - 6px) / 2);
  }
}

.bannerCard__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.bannerCard__item a:hover .__pic {
  opacity: 0.8;
}

.bannerCard .__pic {
  display: block;
  margin-bottom: 10px;
  transition: 200ms;
}

.bannerCard .__txt {
  font-size: 13px;
}

@media (max-width: 767px) {
  .bannerCard .__txt {
    font-size: 12px;
  }
}

/* p-featureCard
--------------------------------------------- */
/* navList
--------------------------------------------- */
@media (max-width: 767px) {
  .p-navList {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  }
}

.p-navList__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #E6E6E6;
  font-weight: bold;
}

.p-navList__cont {
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #ffffff;
}

.p-navList__item:not(:first-child) {
  border-top: 1px solid #E6E6E6;
}

.p-navList__item a {
  display: block;
  height: 100%;
  padding: 14px 5px;
  color: inherit;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.p-navList__itemInner {
  display: flex;
  position: relative;
}

.p-navList__itemInner .__pic {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.p-navList__itemInner .__box {
  flex: 1 1 auto;
  position: relative;
  padding: 0 0 0 16px;
}

.p-navList__itemInner .__box h4 {
  margin-bottom: 0.75em;
  color: #006BCD;
  font-weight: normal;
}

@media (max-width: 767px) {
  .p-navList__itemInner .__box h4 {
    margin-bottom: 0.5em;
  }
}

a:hover .p-navList__itemInner .__box h4 {
  color: #349eff;
}

/* useful
--------------------------------------------- */
.useful_box {
  text-align: center;
}

@media (max-width: 767px) {
  .useful_box {
    margin: 0 -15px;
    padding-bottom: 30px;
  }
}

.useful {
  letter-spacing: -.4em;
}

.useful a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #f1f1f1;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .useful a {
    padding: 10px;
  }
}

.useful a:hover img {
  opacity: 0.8;
}

.useful .List_txt {
  display: inline-block;
  padding-left: 15px;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .useful .List_txt {
    padding-left: 10px;
    font-size: 12px;
  }
}

.useful__item {
  display: inline-flex;
  width: 270px;
}

@media (max-width: 767px) {
  .useful__item {
    width: 180px;
  }
}

.useful img {
  width: 60px;
  height: auto;
  transition: 200ms;
}

/* slick parts
--------------------------------------------- */
.p-topIndex {
  transition: opacity 200ms;
}

.p-topIndex:not(.slick-initialized) {
  opacity: 0;
}

@media (min-width: 768px) {
  .p-topIndex:not(.slick-initialized) {
    height: 1087px;
  }
}

@media (max-width: 767px) {
  .p-topIndex:not(.slick-initialized) {
    height: 804px;
  }
}

.p-topIndex.slick-initialized {
  opacity: 1;
  height: auto;
}

@media (max-width: 767px) {
  .p-topIndex > .slick-track > .slick-list, .p-topIndex--2 > .slick-track > .slick-list {
    overflow: visible;
  }
}

.slick-slider {
  position: static;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  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 (min-width: 768px) {
  .p-companyCard .slick-arrow {
    top: 63px;
    margin: 0;
  }
  .p-companyCard--ranking .slick-arrow {
    top: 123px;
  }
}

.slick-arrow::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;
}

.slick-arrow::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;
}

.is-overlay .slick-arrow {
  display: none !important;
}

.slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slick-prev {
  left: 0px;
}

.slick-prev::before {
  transform: rotate(-43deg);
}

.slick-prev::after {
  transform: rotate(43deg);
}

.slick-next {
  right: 0px;
}

.slick-next::before {
  transform: rotate(43deg);
}

.slick-next::after {
  transform: rotate(-43deg);
}

.slick-dots {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
}

.slick-dots li button:not(:first-of-type) {
  display: none;
}

.slick-dots li.slick-active button {
  background-color: #00aaeb;
}

.slick-dots li button {
  background-color: #d7dce2;
}

/* lyt-overlay
--------------------------------------------- */
.p-overlay__wrap {
  position: relative;
}

.p-overlay__wrap .p-companyCard__cont,
.p-overlay__wrap .p-companyCard__more,
.p-overlay__wrap .p-caseList {
  pointer-events: none;
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.p-overlay__wrap .js-overlay {
  display: none;
}

.lyt-overlay {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .lyt-overlay {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.lyt-overlay__inner {
  padding: 15px;
}

.lyt-overlay__txt {
  margin-bottom: 20px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .lyt-overlay__txt {
    font-size: 14px;
  }
}

.lyt-overlay__txt .__large {
  font-size: 16px;
}

@media (min-width: 768px) {
  .lyt-overlay__txt .__large {
    font-size: 20px;
  }
}

.lyt-overlay__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .lyt-overlay__btn {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .lyt-overlay__btn {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .lyt-overlay__btn__item:nth-child(odd) {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .lyt-overlay__btn__item:nth-child(odd) {
    margin-bottom: 10px;
  }
}

/* checkbox
--------------------------------------------- */
.c-wrapper label {
  display: block;
  padding: 0 1px;
  font-size: 0;
}

.c-wrapper label input[type="checkbox"] {
  display: none;
}

.c-wrapper label input[type="checkbox"] + span {
  font-size: 14px;
  line-height: 2.28571;
  position: relative;
  display: block;
  padding: 0px 0px 0px 34px;
  cursor: pointer;
}

.c-wrapper label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  box-sizing: border-box;
  content: "";
}

.c-wrapper label input[type="checkbox"] + span::before {
  background: #e9eef4;
  z-index: 1;
  top: .25em;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #d7dce2;
  border-radius: 3px;
  background-color: #fff;
}

.c-wrapper label input[type="checkbox"] + span::after {
  z-index: 2;
  top: calc(.25em + 5px);
  left: 5px;
  display: none;
  width: 13px;
  height: 8px;
  border-left: 2px solid #30b8ed;
  border-bottom: 2px solid #30b8ed;
  transform: rotate(-45deg);
}

.c-wrapper label input[type="checkbox"]:checked + span::after {
  display: block;
}

/* swiper
--------------------------------------------- */
.swiper-container.p-seekIndex {
  overflow: visible;
}

.swiper-pagination {
  width: 100%;
}

@media (min-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-pagination-bullets {
  bottom: 0px !important;
  font-size: 0;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
  background-color: #d7dce2;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #00aaeb;
}

.swiper-button-prev, .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: none;
  cursor: pointer;
  transition: 200ms;
}

@media (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev::before, .swiper-button-next::before {
  color: #a0b1ba;
  font-size: 25px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-button-next {
  left: auto;
  right: 0;
}

.p-slideWrapper {
  position: relative;
}

@media (min-width: 768px) {
  .p-slideWrapper {
    padding: 0 50px;
  }
}

/*
--------------------------------------------- */
.hdg-l2-02 {
  margin: 32px 0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 767px) {
  .hdg-l2-02 {
    margin-bottom: 12px;
  }
}

.box-contents-01 > .hdg-l2-02 {
  margin-top: 0;
}

.hdg-l2-02--mg1 {
  margin-bottom: 10px;
}

.hdg-l2-02 .__large {
  font-size: 18px;
}

@media (min-width: 768px) {
  .hdg-l2-02 .__large {
    font-size: 28px;
  }
}

.box-contents {
  position: relative;
  margin: 0 0 32px;
}

@media (max-width: 767px) {
  .box-contents {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #ffffff;
  }
  .box-contents.sp-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.box-contents-01 {
  margin: 0 0 64px;
}

.box-contents-01.is--hidden {
  display: none;
}

.box-contents-02 {
  position: relative;
  margin: 0 0 64px;
}

@media (max-width: 767px) {
  .box-contents-02 {
    margin-bottom: 32px;
    padding-bottom: 32px;
    background-color: #ffffff;
  }
}

.box-contents-02__inner {
  position: relative;
}

.box-contents-02 + .box-contents-02::before {
  content: '';
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #E6E6E6;
}

/*
--------------------------------------------- */
.p-linkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 48px;
  margin: 0 auto;
  padding: .375em 1em;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  line-height: 1.3125;
  font-size: 16px;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: .025em;
  transition: background-color 200ms, color 200ms;
}

/* loginbox
--------------------------------------------- */
.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 15px 16px;
}

.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: 0;
  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 0 15px 0;
  padding: 0 20px 0 8px !important;
  border-radius: 2px;
  border: none;
  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;
  border: solid 1px #B2B2B2;
}

.l-login__btn .btn.btn-01::before {
  background-image: url(/conts/2028/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/2028/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;
  }
}

.l-login {
  margin-left: 0;
  margin-right: 0;
}

.hdg-toggle {
  position: relative;
  background: #E6E6E6;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: inherit;
}

@media (max-width: 767px) {
  .hdg-toggle {
    font-size: 16px;
  }
}

.hdg-toggle img {
  width: 36px;
  margin-right: 12px;
}

/*
--------------------------------------------- */
.p-seekIndex {
  position: relative;
  z-index: 10;
}

.p-seekIndex .slick-slide {
  pointer-events: none;
}

.p-seekIndex .slick-slide.slick-current {
  pointer-events: auto;
}

.p-seek:not(.swiper-slide-active) {
  visibility: hidden;
  height: 0;
}

.p-seek.guest {
  visibility: visible;
}

.p-seek__head {
  margin-bottom: 32px;
}

.p-seek__head h2 {
  margin-bottom: 0.75em;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .p-seek__head h2 {
    font-size: 28px;
  }
}

.p-seek__head p {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-seek__cont {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .p-seek__item {
    width: calc((100% - 15px) / 2);
  }
  .p-seek__item:nth-child(odd) {
    margin-right: 15px;
  }
  .p-seek__item:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .p-seek__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.p-seek__item__tab {
  height: 50px;
}

@media (min-width: 768px) {
  .p-seek__item__tab {
    position: relative;
    width: 220px;
  }
}

.p-seek__item__tab a {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transform-origin: center;
}

@media (max-width: 767px) {
  .p-seek__item__tab a {
    color: #000000;
  }
}

@media (min-width: 768px) {
  .p-seek__item__tab a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #f1f1f1;
    padding-right: 10px;
    font-size: 15px;
    transition: width 200ms;
  }
}

@media (min-width: 768px) {
  .is-opened .p-seek__item__tab a {
    background-color: #e5f6fd;
  }
}

.is-hovered .p-seek__item__tab a {
  right: -2px;
  width: 105%;
}

@media (min-width: 768px) {
  .is-hovered .p-seek__item__tab a {
    background-color: #e5f6fd;
  }
}

.p-seek__item__tab a img {
  width: 33px;
  margin-right: 10px;
}

.p-seek__item__tab a i {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 18px;
  width: 12px;
  height: 12px;
}

@media (max-width: 767px) {
  .p-seek__item__tab a i {
    top: 0;
    bottom: 0;
    right: 0;
    width: 31px;
    height: 31px;
    margin: auto;
    background-color: #00ABEB;
  }
  .p-seek__item__tab a 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-seek__item__tab a i::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;
  }
  .is-opened .p-seek__item__tab a i::after {
    height: 15px;
  }
}

@media (min-width: 768px) {
  .p-seek__item__tab a i {
    display: none;
  }
  .p-seek__item__tab a i:before, .p-seek__item__tab a i:after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 4px);
    width: 100%;
    height: 2px;
    background: #074ea6;
    transition: transform 200ms;
  }
  .p-seek__item__tab a i:before {
    transform: rotate(90deg);
  }
  .is-opened .p-seek__item__tab a i:before {
    transform: rotate(180deg);
  }
}

.p-seek__item__body {
  display: none;
}

@media (min-width: 768px) {
  .p-seek__item__body {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 512px;
    height: 100%;
  }
}

.is-hovered .p-seek__item__body {
  display: block;
}

.p-seek__item__list > li {
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 1.5;
}

.p-seek__item__list > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: calc((1.5em / 2) - 5px + 6px);
  left: 0px;
  border-style: solid;
  border-color: transparent;
  width: 7px;
  height: 7px;
  margin-right: 11px;
  border: 1px solid;
  border-color: #00aaeb #00aaeb transparent transparent;
  transform: rotate(45deg);
}

.p-seek__item__list > li a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
}

/*! 一時追加バナー用
----------------------*/
.sci_bnr {
  margin-bottom: 15px;
  text-align: center;
}

.sci_bnr img {
  max-width: 220px;
  width: 220px;
  height: 50px;
}

@media (max-width: 767px) {
  .sci_bnr {
    margin-bottom: 15px;
    text-align: center;
  }
  .sci_bnr img {
    width: 100%;
    height: auto;
    max-width: 375px;
  }
}

/*
--------------------------------------------- */
.hdg-03 {
  position: relative;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-left: 14px;
  font-size: 21px;
  font-weight: normal;
}

.hdg-03:first-child {
  margin-top: 0;
}

.hdg-03::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #00abeb;
}

/*
--------------------------------------------- */
.p-pickup-4:not(:last-child) {
  margin-bottom: 32px;
}

.p-pickup-4__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-bottom: -6px;
}

@media (max-width: 767px) {
  .p-pickup-4__list {
    display: none;
  }
}

.p-pickup-4__list__item {
  width: calc(50% - 6px);
  margin-right: 6px;
  margin-bottom: 6px;
}

.p-pickup-4__list__item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 10px;
  background-color: #e5f6fd;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
}

.p-pickup-4__list__item a i[class^="icon-"] {
  flex: 0 0 auto;
  margin-right: 10px;
}

.p-pickup-4__list__item a .txt {
  flex: 1 1 auto;
}

.p-pickup-4.is--hidden {
  display: none;
}

.p-pickup-1:not(:last-child) {
  margin-bottom: 32px;
}

.p-pickup-1 > :last-child {
  margin-bottom: 0;
}

.p-pickup-1__head {
  margin-bottom: 16px;
}

.p-pickup-1__head a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.p-pickup-1__head a:hover {
  transition: opacity 200ms, color 200ms;
}

.p-pickup-1__head__img {
  flex: 0 0 auto;
  margin-right: 18px;
  border: solid 1px #cfd4d7;
  transition: opacity 200ms;
}

a:hover .p-pickup-1__head__img {
  opacity: 0.8;
}

.p-pickup-1__head__cont {
  flex: 1 1 auto;
  font-size: 14px;
}

.p-pickup-1__head__cont .__name {
  margin-bottom: 0.75em;
}

.p-pickup-1__head__cont .__lead {
  color: #000;
}

.p-pickup-1__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
}

.p-pickup-1__list__item {
  width: calc(50% - 6px);
  margin-right: 6px;
}

.p-pickup-1__list__item a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 30px 10px 10px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
}

.p-pickup-1__list__item a i[class^="icon-"] {
  flex: 0 0 auto;
  margin-right: 10px;
}

.p-pickup-1__list__item a .txt {
  flex: 1 1 auto;
}

.p-pickup-1.is--hidden {
  display: none;
}

/*
--------------------------------------------- */
.l-side__sci__bnr-top {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .l-side__sci__bnr-top {
    display: none;
  }
}

.l-side__sci__bnr-top__list:not(:last-child) {
  margin-bottom: 20px;
}

.l-side__sci__bnr-top__list .__item {
  text-align: center;
}

.l-side__sci__bnr-top__list .__item:not(:last-child) {
  margin-bottom: 10px;
}

.l-side__sci__bnr-top__list .__item a {
  transition: opacity 200ms;
}

.l-side__sci__bnr-top__list .__item a:hover {
  opacity: 0.8;
}

.l-side__sci__bnr-top__list .__item img {
  max-width: 220px;
  width: 220px;
  max-height: 50px;
  height: 50px;
}

.l-side__sci__bnr-top.is--hidden {
  display: none;
}

.l-side__sci__bnr-week {
  margin-bottom: 20px;
  text-align: center;
}

.l-side__sci__bnr-week a {
  display: block;
  transition: opacity 200ms;
}

.l-side__sci__bnr-week a:hover {
  opacity: 0.8;
}

.l-side__sci__bnr-week.is--hidden {
  display: none;
}

.l-side__sci__bnr-navi-under1 {
  max-width: 75%;
  margin: 30px auto 30px auto;
  padding-bottom: 30px;
  text-align: center;
}

.l-side__sci__bnr-navi-under1 p {
  margin-top: 5px;
}

.l-side__sci__bnr-navi-under1 a {
  display: block;
  transition: opacity 200ms;
}

.l-side__sci__bnr-navi-under1 a:hover {
  opacity: 0.8;
}

.l-side__sci__bnr-navi-under1.is--hidden {
  display: none;
}

.l-side__sci__bnr-navi-over1 {
  margin: 30px auto 30px auto;
  padding-bottom: 0px;
  text-align: center;
  width: 100%;
}

.l-side__sci__bnr-navi-over1 img {
  width: 220px;
  height: auto;
}

@media (max-width: 767px) {
  .u-spOnly.l-side__sci__bnr_sp__wrap {
    margin: 0 15px;
  }
  .l-side__sci__bnr-navi-over1 {
    margin: 30px auto 30px auto;
  }
  .l-side__sci__bnr-navi-over1 img {
    width: 100%;
    height: auto;
  }
}

.l-side__sci__bnr-navi-over1 p {
  margin-top: 5px;
}

.l-side__sci__bnr-navi-over1 a {
  display: block;
  transition: opacity 200ms;
}

.l-side__sci__bnr-navi-over1 a:hover {
  opacity: 0.8;
}

.l-side__sci__bnr-navi-over1.is--hidden {
  display: none;
}

/*-----------------------------------------------
  エントリー予約注釈
----------------------------------------------- */
.contents-reserve {
  margin: 20px 0;
}

#companyDetail .contents-reserve {
  margin: 0;
}

.contents-reserve ~ #contentsarea {
  padding-top: 0;
}

.contents-reserve > .contents-reserve-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1130px;
  background: #fffce6;
  border-radius: 5px;
  margin: 0 auto;
  padding: 20px 10px;
  line-height: 1.2;
  text-align: center;
}

.contents-reserve > .contents-reserve-inner > p {
  margin-top: 0;
  font-size: 12px;
  margin-bottom: 0;
}

.contents-reserve > .contents-reserve-inner > p > strong {
  color: #e30000;
}

.contents-reserve > .contents-reserve-inner > .text-ques {
  margin-left: 20px;
}

.contents-reserve > .contents-reserve-inner > .text-ques > a {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

.contents-reserve > .contents-reserve-inner > .text-ques > a:before {
  content: "?";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  color: #00aaeb;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .contents-reserve > .contents-reserve-inner {
    display: inherit;
    text-align: left;
    width: 90%;
  }
  .contents-reserve > .contents-reserve-inner > p > strong {
    display: block;
  }
  .contents-reserve > .contents-reserve-inner > .text-ques {
    text-align: center;
  }
}

/*
--------------------------------------------- */
.p-eventIndex,
.p-bnrIndex,
.p-johoshiIndex {
  position: relative;
  z-index: 10;
}

.p-eventIndex .swiper-slide,
.p-bnrIndex .swiper-slide,
.p-johoshiIndex .swiper-slide {
  pointer-events: none;
  visibility: hidden;
}

.p-eventIndex .swiper-slide.swiper-slide-active,
.p-bnrIndex .swiper-slide.swiper-slide-active,
.p-johoshiIndex .swiper-slide.swiper-slide-active {
  pointer-events: auto;
  visibility: visible;
}

.p-eventIndex .swiper-slide.is-blank,
.p-bnrIndex .swiper-slide.is-blank,
.p-johoshiIndex .swiper-slide.is-blank {
  height: 1px;
}

.p-event-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -3px -12px;
}

@media (max-width: 767px) {
  .p-event-banner {
    justify-content: flex-start;
    margin: 0 -3px -6px;
  }
}

.p-event-banner__item {
  width: calc((100% - 18px) / 3);
  margin: 0 3px 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-event-banner__item {
    margin: 0 3px 6px;
    width: calc((100% - 12px) / 2);
  }
}

.p-event-banner__item--large {
  width: 100%;
}

.p-event-banner__item a {
  transition: opacity 200ms;
}

.p-event-banner__item a:hover {
  opacity: 0.8;
}





.l-side__sci__johoshilist {
    /* margin-top: 20px; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    text-align: center !important;
    width: 220px;
    height: auto;
}

.l-side__sci__johoshilist {
  position: relative;
  z-index: 10;
}

.l-side__sci__johoshilist .swiper-slide {
  pointer-events: none;
  visibility: hidden;
}

.l-side__sci__johoshilist .swiper-slide.swiper-slide-active {
  pointer-events: auto;
  visibility: visible;
}

.l-side__sci__johoshilist .swiper-slide.is-blank {
  height: 1px;
}


/*
--------------------------------------------- */
.box-contents-01--pickup:not(.is-visible) {
  opacity: 0;
  height: 0;
  margin: 0;
}

/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
.u-sponly {
  display: none;
}

@media (max-width: 767px) {
  .u-sponly {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-pconly {
    display: none;
  }
}

.u-dIb {
  display: inline-block;
}

@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;
  }
}


/*-----------------------------------------------
  2021.10.22 recaptcha用追記
----------------------------------------------- */
  .g-recaptcha {
    transform-origin: 0% 0%;
    transform: scale(0.875);
  }
  .g-recaptcha {
    margin-bottom: 5px;
  }
  @media (max-width: 768px) {
    .g-recaptcha {
      margin-bottom: 15px;
    }
  }

/*-----------------------------------------------
  2024.1.31 右ナビ上部　広告ラベル　表示
----------------------------------------------- */
.label-pr-01 {
    display: inline-block;
    margin: 0px 0px 0px 40px;
    padding: 2px 8px 0;
    font-size: 0.8rem;
    color: #00aaeb;
    line-height: 1;
    text-decoration: none;
    background: #fff;
    border: solid 1px #00aaeb;
}