@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* .p-top-first_view */
/* - ファーストビュー */
/* ---------------------------------------------------------------- */
.p-top-first_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 722px;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 447px;
    pointer-events: none;
  }
}

.p-top-first_view__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__in {
    padding: 114px 0 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__in {
    padding: 10px 0 0;
  }
}

.p-top-first_view__body {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-top-first_view__body {
    margin: auto 0 0;

    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-top-first_view__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  body:not(.for-toppage) .p-top-first_view__background:before {
    content: "";
    opacity: 0.4;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 284px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}

.p-top-first_view__background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.p-top-first_view__emergency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: rgba(255, 239, 240, 0.9);
  border: 2px solid #b23939;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__emergency {
    margin-bottom: auto;
    padding: 2px 0 2px 46px;
  }
  .p-top-first_view__emergency:after {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    max-height: 272px;
    pointer-events: none;
  }
  .p-top-first_view__emergency:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 100%;
    background: #b23939;
    background-image: url(/assets/image/common/icon_exclamation_01_negative.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__emergency {
    margin: 0 20px 0;
    padding: 19px 2px 4px;
    position: relative;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-top-first_view__emergency:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background: #b23939;
    top: -2px;
    left: -2px;
    width: 18px;
    height: 18px;
    background-image: url(/assets/image/common/icon_exclamation_01_negative.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 5px auto;
  }
}

.p-top-first_view__emergency-in {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__emergency-in {
    max-height: 303px;
    padding: 6px 20px 6px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__emergency-in {
    max-height: 138px;
    padding: 0 8px 4px;
  }
}

.p-top-first_view__emergency-in.ps .ps__rail-y {
  opacity: 1;
}

.p-top-first_view__emergency-in.ps .ps__thumb-y {
  background-color: #b23939;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__emergency-in.ps .ps__thumb-y {
    width: 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__emergency-in.ps .ps__thumb-y {
    width: 3px;
  }
}

.p-top-first_view__emergency-title {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__emergency-title {
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.61111;
  }
  .p-top-first_view__emergency-title:before {
    content: "";
    display: table;
    visibility: hidden;
    width: 100%;
    height: 0;
    margin-top: 0.2rem;
  }
  .p-top-first_view__emergency-title:after {
    content: "";
    display: table;
    visibility: hidden;
    width: 100%;
    height: 0;
    margin-bottom: -0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__emergency-title {
    padding: 5px 0 2px 36px;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.42857;
  }
  .p-top-first_view__emergency-title:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 26px;
    margin: auto;
    background-color: #b23939;
    background-image: url(/assets/image/common/icon_exclamation_01_negative.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px auto;
  }
}

.p-top-first_view__emergency-detail {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__emergency-detail {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8125;
  }
  .p-top-first_view__emergency-detail:before {
    content: "";
    display: table;
    visibility: hidden;
    width: 100%;
    height: 0;
    margin-top: 0rem;
  }
  .p-top-first_view__emergency-detail:after {
    content: "";
    display: table;
    visibility: hidden;
    width: 100%;
    height: 0;
    margin-bottom: -0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__emergency-detail {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .p-top-first_view__emergency-detail:before {
    content: "";
    display: table;
    visibility: hidden;
    width: 100%;
    height: 0;
    margin-top: 0rem;
  }
  .p-top-first_view__emergency-detail:after {
    content: "";
    display: table;
    visibility: hidden;
    width: 100%;
    height: 0;
    margin-bottom: 0rem;
  }
}

.p-top-first_view__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__map {
    margin: auto 0 0;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__map {
    margin: 10px 0 0;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/* 地名を表示する際は下記を削除 */
/* --------- ここから --------- */
@media screen and (max-width: 767px) {
  .p-top-first_view__map {
    order: 2;
  }
}
.p-top-first_view__map-label {
  display: none;
}
/* --------- ここまで --------- */

@media screen and (min-width: 768px), print {
  .p-top-first_view__map-label {
    padding: 19px 0 17px 40px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.71429;
    background-image: url(/assets/image/common/icon_map_02_negative_sdw.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: left 8px top 16px;
    background-size: 28px auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__map-label {
    padding: 5px 20px 5px 24px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    background-image: url(/assets/image/common/icon_map_02_negative_sdw.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: left 0 top 4px;
    background-size: 20px auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
  }
}

.p-top-first_view__list {
  position: relative;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__list {
    display: block;
    margin: 0 20px 0;
  }
}

.p-top-first_view__list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/image/top/bg_first_view_01.png) center center/cover;
}

@media screen and (max-width: 767px) {
  .p-top-first_view__list:after {
    opacity: 0.4;
  }
}

.p-top-first_view__list-item {
  display: block;
  position: relative;
  z-index: 1;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__list-item-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 0;
    padding: 14px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__list-item-in {
    display: block;
    padding: 20px 10px 20px;
  }
}

.p-top-first_view__list-item-col {
  display: block;

  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__list-item-col {
    padding: 0 15px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__list-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.06em;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-top-first_view__list-index:before {
    content: "";
    margin: 0 20px 0 -20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__list-index {
    display: none;
  }
}

.p-top-first_view__list-title {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__list-title {
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.42857;
    text-align: center;
    letter-spacing: 0.03em;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__list-title:before {
    content: "";
    margin-right: 10px;
  }
}

.p-top-first_view__list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__list-button {
    margin: 13px 0 0;
  }
  .p-top-first_view__list-button:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 50px;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__list-button {
    margin: 12px 0 0;
  }
  .p-top-first_view__list-button:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 48px;
    pointer-events: none;
  }
}

.p-top-first_view__list-button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 370px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__list-button-link {
    border: 2px solid currentColor;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  .p-top-first_view__list-button-link:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__list-button-link {
    border: 1px solid currentColor;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
}

.p-top-first_view__list-sub {
  display: block;
  margin: 10px 0 0;
  text-align: center;
}

.p-top-first_view__list-sub-link {
  position: relative;
  padding-right: 18px;
  color: #333;
  font-size: 1.2rem;
  line-height: 2;
  background-position: right center;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__list-sub-link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-first_view__list-sub-link:hover {
    opacity: 0.5;
  }
}

.p-top-first_view__list-sub-link:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 11.375px;
  margin: auto;
  vertical-align: middle;
  background-image: url(/assets/image/common/icon_arrow_03.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px auto;
}

.p-top-first_view__list-item.is-01 {
  background: rgba(5, 10, 65, 0.56);
}

.p-top-first_view__list-item.is-01 .p-top-first_view__list-index {
  color: #fff;
  background: rgba(5, 10, 65, 0.5);
}

.p-top-first_view__list-item.is-01 .p-top-first_view__list-index:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 27px;
  height: 33.61224px;
  vertical-align: middle;
  background-image: url(/assets/image/common/icon_internet_mobile_01_negative.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px auto;
}

.p-top-first_view__list-item.is-01 .p-top-first_view__list-title {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-first_view__list-item.is-01 .p-top-first_view__list-title:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: -4px;
    left: 52px;
    width: 29px;
    height: 36.10204px;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_internet_mobile_01_negative.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 29px auto;
  }
}

.p-top-first_view__list-item.is-01 .p-top-first_view__list-button-link {
  color: #fff;
  background-image: url(/assets/image/common/icon_arrow_02_negative.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px auto;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__list-item.is-01 .p-top-first_view__list-button-link {
    background-position: right 18px center;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .p-top-first_view__list-item.is-01 .p-top-first_view__list-button-link {
    background-size: 31px auto;
  }
  _:-ms-lang(x)::backdrop,
  .p-top-first_view__list-item.is-01 .p-top-first_view__list-button-link {
    background-size: 31px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__list-item.is-01 .p-top-first_view__list-button-link {
    background-position: right 12px center;
  }
}

.p-top-first_view__list-item.is-01 .p-top-first_view__list-sub-link {
  color: #fff;
}

.p-top-first_view__list-item.is-01 .p-top-first_view__list-sub-link:after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 7px;
  height: 11.375px;
  vertical-align: middle;
  background-image: url(/assets/image/common/icon_arrow_03_negative.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px auto;
}

.p-top-first_view__list-item.is-02 .p-top-first_view__list-index {
  color: #333;
  background: rgba(255, 255, 255, 0.5);
}

.p-top-first_view__list-item.is-02 .p-top-first_view__list-index:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 36px;
  height: 34.4px;
  vertical-align: middle;
  background-image: url(/assets/image/common/icon_internet_fb_01_black.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px auto;
}

.p-top-first_view__list-item.is-02 .p-top-first_view__list-button-link {
  background-image: url(/assets/image/common/icon_arrow_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-position: right 18px center;
  background-size: 32px auto;
}

_:-ms-lang(x)::-ms-backdrop,
.p-top-first_view__list-item.is-02 .p-top-first_view__list-button-link {
  background-size: 31px auto;
}

_:-ms-lang(x)::backdrop,
.p-top-first_view__list-item.is-02 .p-top-first_view__list-button-link {
  background-size: 31px auto;
}

.p-top-first_view__list-item .p-top-first_view__list-button-link.is-login {
  border-color: #ffed67;
  color: #333;
  background-color: #ffed67;
  background-image: url(/assets/image/common/icon_arrow_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-position: right 18px center;
  background-size: 32px auto;
}

_:-ms-lang(x)::-ms-backdrop,
.p-top-first_view__list-item .p-top-first_view__list-button-link.is-login {
  background-size: 31px auto;
}

_:-ms-lang(x)::backdrop,
.p-top-first_view__list-item .p-top-first_view__list-button-link.is-login {
  background-size: 31px auto;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__list-item .p-top-first_view__list-button-link.is-login:before {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 28px;
    height: 29.47368px;
    margin: 0 13px 0 -13px;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_login_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px auto;
  }
}

.p-top-first_view__news {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news {
    margin: 12px 0 0;
    padding: 0 0 0 46px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__news {
    margin: 10px 0 0;
    padding: 0 0 0 40px;

    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.p-top-first_view__news:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #b23939;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news:before {
    width: 46px;
    background-image: url(/assets/image/common/icon_exclamation_01_negative.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__news:before {
    width: 40px;
    background-image: url(/assets/image/common/icon_exclamation_01_negative.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
  }
}

.p-top-first_view__news-in {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 50px 6px 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__news-in {
    display: block;
    padding: 11px 45px 10px 15px;
  }
}

.p-top-first_view__news-title {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.61111;
    display:inline;
    padding: 0 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__news-title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.42857;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news-detail {
    display: block;
    margin-left: 15px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.8125;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__news-detail {
    display: block;
    margin: 5px 0 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.p-top-first_view__news-detail a {
  color: inherit;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news-detail a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-first_view__news-detail a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news-detail .swiper-wrapper {
    height: 29px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__news-detail .swiper-wrapper {
    height: 36px !important;
  }
}

.p-top-first_view__news-detail .swiper-slide {
  overflow: hidden;
  height: 100%;
}

.p-top-first_view__news-navigation {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news-navigation {
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 29px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__news-navigation {
    top: 3px;
    right: 40px;
    bottom: 0;
  }
}

.p-top-first_view__news-navigation .swiper-button-autoplay {
  display: none;
}

.p-top-first_view__news-navigation .swiper-button-prev,
.p-top-first_view__news-navigation .swiper-button-next {
  display: block;
  overflow: hidden;
  right: 0;
  left: 0;
  margin: auto;
  text-indent: -9999px;
  outline: none;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news-navigation .swiper-button-prev,
  .p-top-first_view__news-navigation .swiper-button-next {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-first_view__news-navigation .swiper-button-prev:hover,
  .p-top-first_view__news-navigation .swiper-button-next:hover {
    opacity: 0.5;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.p-top-first_view__news-navigation .swiper-button-prev,
.p-top-first_view__news-navigation .swiper-button-next {
  width: 22px;
  height: 27px;
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news-navigation .swiper-button-prev,
  .p-top-first_view__news-navigation .swiper-button-next {
    background-image: url(/assets/image/common/icon_arrow_03_negative.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__news-navigation .swiper-button-prev,
  .p-top-first_view__news-navigation .swiper-button-next {
    width: 30px;
    height: 30px;
    background-image: url(/assets/image/common/icon_arrow_03_negative.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news-navigation .swiper-button-prev {
    top: 0;
    bottom: 19px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__news-navigation .swiper-button-prev {
    top: 0;
    bottom: 30px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media screen and (min-width: 768px), print {
  .p-top-first_view__news-navigation .swiper-button-next {
    top: 20px;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .p-top-first_view__news-navigation .swiper-button-next {
    top: 30px;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/* ---------------------------------------------------------------- */
/* .p-top-navi */
/* - Navi 便利ナビコンテンツ一覧 */
/* ---------------------------------------------------------------- */
.p-top-navi {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 60px;
  }
  .p-top-navi:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #e5e5e5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-navi {
    display: block;
    height: 459px;
    background: linear-gradient(100deg, #32327f 0%, #305cbf 100%);
  }
}

.p-top-navi__head {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-top-navi__head {
    padding: 57px 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-navi__head {
    padding: 40px 20px 0;
  }
}

.p-top-navi__body {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-top-navi__body {
    width: 100%;
    max-width: 1424px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-navi__body {
    margin: 19px 0 0;
  }
}

.p-top-navi__title {
  display: block;
}

.p-top-navi__title-main {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-navi__title-main {
    color: #32327f;
    font-size: 7rem;
    font-weight: bold;
    line-height: 1.17143;
  }
}

@media screen and (max-width: 767px) {
  .p-top-navi__title-main {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.16667;
    text-align: center;
  }
}

.p-top-navi__title-sub {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-navi__title-sub {
    margin: 10px 0 0;
    color: #32327f;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-top-navi__title-sub {
    margin: 7px 0 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
}

.p-top-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .p-top-navi__list {
    margin: 0 -2px 0 0;
    background: linear-gradient(-70deg, #305cbf 0%, #32327f 100%);
  }
}

@media screen and (max-width: 767px) {
  .p-top-navi__list {
    margin: 0 -2px 0 0;
  }
}

.p-top-navi__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: solid rgba(145, 163, 224, 0.6);
}

@media screen and (min-width: 768px), print {
  .p-top-navi__list-item {
    width: 25%;
    margin: 20px 0 20px;
    border-width: 0 2px 0 0;
  }
  .p-top-navi__list-item:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 60px;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-navi__list-item {
    width: 33.33333%;
    margin: 10px 0 10px;
    border-width: 0 2px 0 0;
  }
  .p-top-navi__list-item:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 82px;
    pointer-events: none;
  }
}

.p-top-navi__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-top-navi__list-link {
    padding: 0 20px 0;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
}

@media screen and (min-width: 768px) and (max-width: 1620px), print {
  .p-top-navi__list-link {
    padding: 0 10px 0;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-navi__list-link:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-navi__list-link {
    padding: 48px 10px 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.33333;
    text-align: center;
  }
}

.p-top-navi__list-link-in {
  display: block;
}

.p-top-navi__list-link-in span {
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .p-top-navi__list-link .c-icon {
    width: 38px;
    height: 37px;
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-navi__list-link .c-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-navi__list-link .c-icon.is-icon_symbol_map_01_negative {
    width: 38px;
    height: 37px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_help_01_negative {
    width: 37px;
    height: 38px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_info_01_negative {
    width: 32px;
    height: 32px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_fee_yen_01_negative {
    width: 50px;
    height: 50px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_rate_yen_01_negative {
    width: 45px;
    height: 29px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_price_01_negative {
    width: 50px;
    height: 50px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_fund_01_negative {
    width: 49px;
    height: 44px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_market_01_negative {
    width: 54px;
    height: 34px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_trade_01_negative {
    width: 46px;
    height: 46px;
  }
  .p-top-navi__list-link .c-icon.icon_symbol_personalloan_01_negative {
    width: 46px;
    height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-navi__list-link .c-icon.is-icon_symbol_map_01_negative {
    width: 26px;
    height: 32px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_help_01_negative {
    top: 0;
    width: 37px;
    height: 38px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_info_01_negative {
    top: 7px;
    width: 32px;
    height: 32px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_fee_yen_01_negative {
    top: 5px;
    width: 40px;
    height: 40px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_rate_yen_01_negative {
    top: 2px;
    width: 45px;
    height: 41px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_price_01_negative {
    top: 0;
    width: 48px;
    height: 48px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_fund_01_negative {
    top: 0;
    width: 42px;
    height: 38px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_market_01_negative {
    top: 4px;
    width: 54px;
    height: 34px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_trade_01_negative {
    top: 2px;
    width: 46px;
    height: 46px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_faq_01_negative {
    top: 3px;
    width: 40px;
    height: 40px;
  }
  .p-top-navi__list-link .c-icon.is-icon_symbol_personalloan_01_negative {
    top: 3px;
    width: 40px;
    height: 40px;
  }
}

/* ---------------------------------------------------------------- */
/* .p-top-recommend */
/* - Recommend おすすめコンテンツ */
/* ---------------------------------------------------------------- */
.p-top-recommend {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend {
    padding: 80px 0 82px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend {
    padding: 40px 0 40px;
  }
}

.p-top-recommend:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend:after {
    background: url(/assets/image/top/bg_recommend_01.png) center center/cover #0e0e53;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend:after {
    background: url(/assets/image/top/bg_recommend_01_sp.png) center center/cover #0e0e53;
  }
}

.p-top-recommend__head {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__head {
    padding: 0 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__head {
    padding: 0 20px 0;
  }
}

.p-top-recommend__body {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-top-recommend__body {
    margin: 20px 0 0;
  }
}

.p-top-recommend__title {
  display: block;
}

.p-top-recommend__title-main {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__title-main {
    color: #32327f;
    font-size: 7rem;
    font-weight: bold;
    line-height: 1.17143;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__title-main {
    color: #32327f;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.16667;
    text-align: center;
  }
}

.p-top-recommend__title-sub {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__title-sub {
    margin: 10px 0 0;
    color: #32327f;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__title-sub {
    margin: 3px 0 -1px;
    color: #32327f;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
}

.p-top-recommend__card {
  display: block;
  position: relative;
}

.p-top-recommend__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-recommend__card-thumbnail {
  display: block;
}

.p-top-recommend__card-thumbnail-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-recommend__card-label {
  background: rgba(50, 159, 111, 0.8);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__card-label {
    margin: -21px 25px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__card-label {
    margin: -12px 25px 0 0;
  }
}

.p-top-recommend__card-label-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__card-label-in {
    margin: 0 -12px -12px 0;
    padding: 9px 10px 2px 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__card-label-in {
    margin: 0 -10px 0 0;
    padding: 5px 40px 3px 13px;
  }
}

.p-top-recommend__card-label-in > span {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__card-label-in > span {
    margin: 0 12px 12px 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8125;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__card-label-in > span {
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: -0.08em;
  }
}

.p-top-recommend__card-link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__card-link ~ .p-top-recommend__card-thumbnail,
  .p-top-recommend__card-link ~ .p-top-recommend__card-body {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-top-recommend__card-link:hover ~ .p-top-recommend__card-thumbnail,
  .p-top-recommend__card-link:hover ~ .p-top-recommend__card-body {
    opacity: 0.5;
  }
}


/* .for-toppage */
.for-toppage {
  .p-top-recommend {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4f2ff+0,e1f5ff+100 */
    background: linear-gradient(135deg,  #e4f2ff 0%,#e1f5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

@media screen and (min-width: 768px), print {
  .for-toppage  {
    .p-top-recommend {
      padding: 90px 0 73px;
    }
    .p-top-recommend__title-main {
      color: #32327F;
      font-size: 3.6rem;
      text-align: center;
    }
    .p-top-recommend__title-sub {
      color: #333;
      font-size: 1.8rem;
      font-weight: normal;
      text-align: center;
    }
    .p-top-recommend__head {
      padding-bottom: 50px;
    }
  }
}
@media screen and (max-width: 767px), print {
  .for-toppage  {
    .p-top-recommend__title-main {
      font-size: 2.2rem;
      color: #32327F;
    }
    .p-top-recommend__title-sub {
      margin: 15px 0 0;
      font-size: 1.6rem;
      color: #333;
      font-weight: normal;
    }
  }
}



/* ---------------------------------------------------------------- */
/* .for-toppage .c-slider-01 */
/* ---------------------------------------------------------------- */
.for-toppage  {
  .c-slider-01__container.swiper-container {
    overflow: visible;
  }
  .c-slider-01__navigation {
    position: relative;
    z-index: 2;
  }
  .c-slider-01__navigation .swiper-button-prev,
  .c-slider-01__navigation .swiper-button-next {
    top: auto;
    outline: none;
  }
  .c-slider-01__navigation .swiper-button-prev.swiper-button-disabled,
  .c-slider-01__navigation .swiper-button-next.swiper-button-disabled {
    opacity: 0.2;
  }
  
  .c-slider-01__navigation .swiper-button-prev:after,
  .c-slider-01__navigation .swiper-button-next:after {
    opacity: 0;
    font-size: 0;
  }
  
  .c-slider-01__navigation .swiper-button-prev {
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  
  .c-slider-01__navigation .swiper-button-next {
    right: 0;
  }
  
  .c-slider-01__navigation .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    counter-reset: slideIndex;
  
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet {
    display: block;
    height: auto;
    color: #fff;
    background: none;
    counter-increment: slideIndex;
    outline: none;
  }
  .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:before {
    content: counter(slideIndex, decimal-leading-zero);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: currentColor;
  }
  .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    color: #329f6f;
  }
  
  .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    color: inherit;
  }
  .c-slider-01__list-item.swiper-slide .p-top-recommend__card-body {
    display: none;
  }
  .p-top-recommend__card::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .p-top-recommend::after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#32327f+0,305cbf+100 */
    background: linear-gradient(135deg,  #32327f 0%,#305cbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 250px;
  }
}



@media screen and (min-width: 768px), print {
  .for-toppage  {
    .c-slider-01__list.swiper-wrapper {
      margin: 0 0 80px;
    }
    .c-slider-01__list-item.swiper-slide {
      opacity: 1;
      width: 740px;
      margin: 0 40px 0;
      -webkit-transition: 400ms;
      transition: 400ms;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .p-top-recommend__card-thumbnail {
      opacity: 0.35;
    }
    .c-slider-01__list-item.swiper-slide.swiper-slide-active .p-top-recommend__card-thumbnail {
      opacity: 1;
    }
    .c-slider-01__list-item.swiper-slide.swiper-slide-active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .c-slider-01__navigation {
      width: 880px;
      margin: -40px auto 0;
      padding: 0 86px 0;
    }
    .c-slider-01__navigation .swiper-button-prev,
    .c-slider-01__navigation .swiper-button-next {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      bottom: 16px;
      width: 46px;
      height: 46px;
      vertical-align: middle;
      background-image: url(/assets/image/common/icon_arrow_08_negative.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 46px auto;
      -webkit-transition: 0.3s opacity;
      transition: 0.3s opacity;
    }
    .c-slider-01__navigation .swiper-button-prev:hover,
    .c-slider-01__navigation .swiper-button-next:hover {
      opacity: 0.5;
    }
    .c-slider-01__navigation .swiper-pagination {
      margin: 0 -10px 0;
      padding: 0 0 10px;
      border-bottom: none;
    }
    .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet {
      max-width: 200px;
      width: 100%;
      margin: 0 10px 0;
    }
    .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:before {
      margin: 0 0 15px;
      color: transparent;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.45;
      text-align: center;
    }
    .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:hover {
      opacity: 1;
      color: #329f6f;
    }
    .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:hover:before {
      color: inherit;
    }
  }
}

@media screen and (max-width: 767px) {
  .for-toppage  {
    .c-slider-01__list-item.swiper-slide {
      width: calc(100% - 20px);
      margin: 0 10px 0;
    }
    .c-slider-01__navigation {
      margin: 24px 10px 0;
      padding: 0 46px 0;
      border: none;
    }
    .c-slider-01__navigation .swiper-button-prev,
    .c-slider-01__navigation .swiper-button-next {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      bottom: 0;
      width: 36px;
      height: 36px;
      vertical-align: middle;
      background-image: url(/assets/image/common/icon_arrow_08_negative.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 36px auto;
    }
    .c-slider-01__navigation .swiper-pagination {
      margin: 0 -5px 0;
      padding: 0;
    }
    .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet {
      max-width: 100px;
      margin: 0 5px 0;
  
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
      flex: 1 1;
    }
    .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:before {
      margin: 0 0 10px;
      color: transparent;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.45;
      text-align: center;
    }
    .p-top-recommend::after {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#32327f+0,305cbf+100 */
      background: linear-gradient(135deg,  #32327f 0%,#305cbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      height: 160px;
    }
  }
}






/* ---------------------------------------------------------------- */
/* .p-top-campaign */
/* - Campaign キャンペーン */
/* ---------------------------------------------------------------- */
.p-top-campaign {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-campaign {
    padding: 90px 0 73px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign {
    padding: 40px 0 40px;
  }
}

.p-top-campaign__head {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 80px 0;
}

.p-top-campaign__body {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-top-campaign__body {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__body {
    margin: 20px 0 0;
  }
}

.p-top-campaign__title {
  display: block;
}

.p-top-campaign__title-main {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-campaign__title-main {
    color: #32327f;
    font-size: 7rem;
    font-weight: bold;
    line-height: 1.17143;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__title-main {
    color: #32327f;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.16667;
    text-align: center;
  }
}

.p-top-campaign__title-sub {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-campaign__title-sub {
    margin: 10px 0 0;
    color: #32327f;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__title-sub {
    margin: 3px 0 -1px;
    color: #32327f;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
}

.p-top-campaign__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.p-top-campaign__card-thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  border: 5px solid transparent;
}

.p-top-campaign__card-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 83.83234%;
  pointer-events: none;
}

.p-top-campaign__card-thumbnail-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: inherit;
  font-family: "object-fit: contain;";

  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-campaign__card-body {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-campaign__card-body {
    padding: 0 0 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__card-body {
    padding: 0 0 10px;
  }
}

.p-top-campaign__card-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-campaign__card-label-in {
  display: block;
  background: #ea5350;
}

@media screen and (min-width: 768px), print {
  .p-top-campaign__card-label-in {
    padding: 3px 14px 2px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.42857;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__card-label-in {
    padding: 4px 15px 3px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
}

.p-top-campaign__card-detail {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-campaign__card-detail {
    margin: 7px 0 0;
    padding: 0 14px 0;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__card-detail {
    margin: 7px 0 -1px;
    padding: 0 14px 0;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.p-top-campaign__card-link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-campaign__card-link ~ .p-top-campaign__card-thumbnail,
  .p-top-campaign__card-link ~ .p-top-campaign__card-body {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-top-campaign__card-link ~ .p-top-campaign__card-thumbnail .p-top-campaign__card-thumbnail-image {
    -webkit-transition: 300ms -webkit-transform;
    transition: 300ms -webkit-transform;
    transition: 300ms transform;
    transition: 300ms transform, 300ms -webkit-transform;
  }
  .p-top-campaign__card-link:hover ~ .p-top-campaign__card-thumbnail .p-top-campaign__card-thumbnail-image {
    -webkit-transform: scale(1.1) rotate(0.001deg);
    transform: scale(1.1) rotate(0.001deg);
  }
}




















/* ---------------------------------------------------------------- */
/* .p-top-service */
/* - Service アプリ紹介 */
/* ---------------------------------------------------------------- */
.p-top-service {
  display: block;
  position: relative;
  background-color: #f5f5f5;
}

@media screen and (min-width: 768px), print {
  .p-top-service {
    padding: 90px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service {
    padding: 40px 0 0;
  }
}

.p-top-service__head {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-top-service__head {
    padding: 0 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__head {
    padding: 0 20px 0;
  }
}

.p-top-service__body {
  display: block;
}

.p-top-service__body:before,
.p-top-service__body:after {
  content: "";
  display: table;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 0;
}

@media screen and (min-width: 768px), print {
  .p-top-service__body {
    margin: -3px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__body {
    margin: 20px 0 0;
  }
}

.p-top-service__title {
  display: block;
}

.p-top-service__title-main {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-service__title-main {
    color: #32327f;
    font-size: 7rem;
    font-weight: bold;
    line-height: 1.17143;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__title-main {
    color: #32327f;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.16667;
    text-align: center;
    letter-spacing: 0.02em;
  }
}

.p-top-service__title-sub {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-service__title-sub {
    margin: 10px 0 0;
    color: #32327f;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__title-sub {
    margin: 1px 0 1px;
    color: #32327f;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8125;
    text-align: center;
  }
}

.p-top-service__detail {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-service__detail {
    float: left;
    width: 480px;
    padding: 66px 0 55px 80px;
    color: #333;
    font-size: 1.8rem;
    line-height: 2.88889;
    letter-spacing: -0.02em;
  }
  .p-top-service__detail.cp {
    line-height: 1.6;
  }
	.p-top-service__detail.cp a {
		display: block;
		color: #fff;
  }
	.p-top-service__detail.cp span.cp {
		display: block;
		margin: 10px 0 0;
		background: #e65252;
		color: #fff;
		font-weight: bold;
		padding: 5px;
		text-align: center;
		width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__detail {
    padding: 0 27px 20px;
    color: #333;
    font-size: 1.4rem;
    line-height: 2;
  }
  .p-top-service__detail:before {
    content: "";
    display: table;
    visibility: hidden;
    width: 100%;
    height: 0;
    margin-top: -0.7rem;
  }
  .p-top-service__detail:after {
    content: "";
    display: table;
    visibility: hidden;
    width: 100%;
    height: 0;
    margin-bottom: -0.5rem;
  }
	.p-top-service__detail.cp span.cp {
		display: block;
		margin: 10px 0 0;
		background: #e65252;
		color: #fff;
		font-weight: bold;
		padding: 5px;
		text-align: center;
  }
}

.p-top-service__view {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-service__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    width: calc(100% - 480px);
    background: #32325f url(/assets/image/top/bg_service_02_pc.png) center center/cover;
  }
  .p-top-service__view:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 760px;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view {
    background: #32325f url(/assets/image/top/bg_service_02_sp.png) center center/cover;
  }
  .p-top-service__view:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 193px;
    background: #e0e1e7;
  }
}

.p-top-service__view-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    position: relative;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.p-top-service__view-list {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-list {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 977px;
    height: auto;
    margin: 0 0 -18px 0;
    padding: 37px 80px 40px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1620px), print {
  .p-top-service__view-list {
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view-list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-list-item {
    position: static;
    width: 640px;
    height: auto;
    margin-left: auto;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .p-top-service__view-list-item {
    margin-left: 257px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view-list-item {
    width: 100%;
    text-align: center;
  }
}

.p-top-service__view-list-image {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-list-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 606px;
    height: auto;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view-list-image {
    margin: 20px auto 0;
  }
}

.p-top-service__view-list-link {
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 640px;
    margin: 0 0 18px;
    padding: 0 0 0 319px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.46429;
    -webkit-transition: 200ms;
    transition: 200ms;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-top-service__view-list-link:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 78px;
    pointer-events: none;
  }
  .p-top-service__view-list-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 148px;
    width: 310px;
    height: 630px;
  }
  .p-top-service__view-list-link:hover {
    width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view-list-link {
    display: inline-block;
    padding: 80px 0 0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
  .p-top-service__view-list-link:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50.66667%;
    height: 0;
    margin: auto;
    padding-top: 105.06667%;
  }
}

.p-top-service__view-list-item.is-01 .p-top-service__view-list-link {
  background-image: url(/assets/image/top/icon_top_service_01@2x.png);
  background-size: 69px 45px;
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-list-item.is-01 .p-top-service__view-list-link {
    background-position: left 228px top 23px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view-list-item.is-01 .p-top-service__view-list-link {
    background-position: center bottom 32px;
  }
}

.p-top-service__view-list-item.is-02 .p-top-service__view-list-link {
  background-image: url(/assets/image/top/icon_top_service_02@2x.png);
  background-size: 49px 47px;
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-list-item.is-02 .p-top-service__view-list-link {
    background-position: left 238px center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view-list-item.is-02 .p-top-service__view-list-link {
    background-position: center bottom 32px;
  }
}

.p-top-service__view-list-item.is-03 .p-top-service__view-list-link {
  background-image: url(/assets/image/top/icon_top_service_03@2x.png);
  background-size: 72px 57px;
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-list-item.is-03 .p-top-service__view-list-link {
    background-position: left 225px center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view-list-item.is-03 .p-top-service__view-list-link {
    background-position: center bottom 32px;
  }
}

.p-top-service__view-list-item.is-04 .p-top-service__view-list-link {
  background-image: url(/assets/image/top/icon_top_service_04@2x.png);
  background-size: 38px 38px;
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-list-item.is-04 .p-top-service__view-list-link {
    background-position: left 244px center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view-list-item.is-04 .p-top-service__view-list-link {
    background-position: center bottom 32px;
  }
}

.p-top-service__view-list-item.is-05 .p-top-service__view-list-link {
  background-image: url(/assets/image/top/icon_top_service_05@2x.png);
  background-size: 13px 43px;
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-list-item.is-05 .p-top-service__view-list-link {
    background-position: left 256px center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view-list-item.is-05 .p-top-service__view-list-link {
    background-position: center bottom 32px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-list-item.is-00 .p-top-service__view-list-image {
    z-index: 1;
  }
  .p-top-service__view-list-item.is-00:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 148px;
    width: 310px;
    height: 630px;
  }
  .p-top-service__view-list-link:hover ~ .p-top-service__view-list-image {
    z-index: 2;
  }
  .p-top-service__view-list-link:hover:after {
    z-index: 2;
  }
  .p-top-service__view-list-item.is-01 .p-top-service__view-list-link:hover {
    background-color: rgba(255, 120, 0, 0.2);
  }
  .p-top-service__view-list-item.is-02 .p-top-service__view-list-link:hover {
    background-color: rgba(56, 188, 45, 0.2);
  }
  .p-top-service__view-list-item.is-03 .p-top-service__view-list-link:hover {
    background-color: rgba(255, 75, 109, 0.2);
  }
  .p-top-service__view-list-item.is-04 .p-top-service__view-list-link:hover {
    background-color: rgba(140, 113, 185, 0.2);
  }
  .p-top-service__view-list-item.is-05 .p-top-service__view-list-link:hover {
    background-color: rgba(0, 146, 213, 0.2);
  }
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 32px 0;
    background-color: rgba(255, 255, 255, 0.8);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-top-service__view-foot:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 90px;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view-foot {
    display: block;
    position: relative;
    z-index: 1;
    background-color: #e0e1e7;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-service__view-foot-link {
    display: block;
    margin-left: auto;
    padding: 0 73px 0 0;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    background-image: url(/assets/image/common/icon_arrow_02.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: right center;
    background-size: 32px auto;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .p-top-service__view-foot-link {
    background-size: 31px auto;
  }
  _:-ms-lang(x)::backdrop,
  .p-top-service__view-foot-link {
    background-size: 31px auto;
  }
  .p-top-service__view-foot-link:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__view-foot-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0 20px;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    background-image: url(/assets/image/common/icon_arrow_02.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: right 20px center;
    background-size: 32px auto;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-top-service__view-foot-link:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 92px;
    pointer-events: none;
  }
}

.p-top-service__navigation {
  z-index: 2;
}

@media screen and (min-width: 768px), print {
  .p-top-service__navigation {
    display: none;
    width: 880px;
    margin: -40px auto 0;
    padding: 0 76px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__navigation {
    margin: 0 10px 0;
    padding: 0 38px 0;
    border-bottom: 2px solid rgba(161, 174, 203, 0.4);
  }
}

.p-top-service__navigation .swiper-button-prev,
.p-top-service__navigation .swiper-button-next {
  outline: none;
}

@media screen and (max-width: 767px) {
  .p-top-service__navigation .swiper-button-prev,
  .p-top-service__navigation .swiper-button-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 64px;
    bottom: 0;
    width: 36px;
    height: 36px;
    margin: auto;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_arrow_08_negative.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px auto;
  }
}

.p-top-service__navigation .swiper-button-prev:after,
.p-top-service__navigation .swiper-button-next:after {
  opacity: 0;
  font-size: 0;
}

.p-top-service__navigation .swiper-button-prev {
  left: 10px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-top-service__navigation .swiper-button-next {
  right: 10px;
}

.p-top-service__navigation .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  counter-reset: slideIndex;
}

@media screen and (min-width: 768px), print {
  .p-top-service__navigation .swiper-pagination {
    margin: 0 -10px 0;
    padding: 0 14px 10px;
    border-bottom: 2px solid rgba(161, 174, 203, 0.4);
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__navigation .swiper-pagination {
    margin: 0 -5px 0;
    padding: 0 0 15px;
  }
}

.p-top-service__navigation .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  display: block;
  height: auto;
  color: #fff;
  background: none;
  counter-increment: slideIndex;
  outline: none;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1;
}

@media screen and (min-width: 768px), print {
  .p-top-service__navigation .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__navigation .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px 0;
  }
}

.p-top-service__navigation .swiper-pagination .swiper-pagination-bullet:before {
  content: counter(slideIndex, decimal-leading-zero);
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-service__navigation .swiper-pagination .swiper-pagination-bullet:before {
    margin: 0 0 15px;
    color: transparent;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__navigation .swiper-pagination .swiper-pagination-bullet:before {
    margin: 0 0 10px;
    color: transparent;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
  }
}

.p-top-service__navigation .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 768px), print {
  .p-top-service__navigation .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
    color: #32327f;
  }
  .p-top-service__navigation .swiper-pagination .swiper-pagination-bullet:hover:before {
    color: inherit;
  }
  .p-top-service__navigation .swiper-pagination .swiper-pagination-bullet:hover:after {
    background: currentColor;
  }
}

.p-top-service__navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: #32327f;
}

.p-top-service__navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: inherit;
}

.p-top-service__navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: currentColor;
}

.p-top-service__download {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-service__download {
    float: left;
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__download {
    padding: 30px 0 40px;
  }
}

.p-top-service__download-title {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-service__download-title {
    padding: 38px 20px 35px 49px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.16667;
    background: #32325f url(/assets/image/top/bg_service_01.png) center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__download-title {
    color: #32327f;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.42857;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-service__download-list {
    display: flex;
    justify-content: center;
    margin: 0 0 -16px;
    padding: 33px 0 33px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__download-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-service__download-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-top-service__download-list-item.buttons {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__download-list-item {
    margin: 0 6px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-service__download-list-qr {
    display: block;
    width: 111px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__download-list-qr {
    display: none;
  }
}

.p-top-service__download-list-button {
  display: block;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-top-service__download-list-button {
    margin: 20px 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  .p-top-service__download-list-button:hover {
    opacity: 0.5;
  }
}

.p-top-service__download-list-button.is-ios {
  width: 169px;
}

.p-top-service__download-list-button.is-android {
  width: 170px;
}

/* ---------------------------------------------------------------- */
/* .p-top-news */
/* - News */
/* ---------------------------------------------------------------- */
.p-top-news {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
  }
}

.p-top-news__head {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-news__head {
    width: 480px;
  }
  .p-top-news__head:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #32327f url(/assets/image/top/bg_news_01_pc.png) no-repeat top center/100% auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__head {
    background-color: #e0e1e7;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-news__body {
    display: block;
    min-height: 720px;
    padding: 124px 0 100px;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__body {
    padding: 40px 15px 40px;
  }
}

@media screen and (max-width: 767px) {
  body:not(.for-toppage) .p-top-news__body-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 30px 0 0;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
}

.p-top-news__body-item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px), print {
  .p-top-news__body-item-in {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__body-item-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-top-news__body-item-in:before,
  .p-top-news__body-item-in:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  .p-top-news__body-item-in:before {
    opacity: 0.8;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 45px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .p-top-news__body-item-in:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-news__body-item-in.is-height-auto {
    height: auto !important;
  }
  .p-top-news__body-item-in.is-active:before,
  .p-top-news__body-item-in.is-active:after {
    opacity: 0;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__body-item.is-active {
    height: auto;
  }
  .p-top-news__body-item.is-active:before,
  .p-top-news__body-item.is-active:after {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-news__body-title {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__body-title {
    display: block;
    position: relative;
    margin: 30px 0 0 5px;
    padding: 0 0 0 9px;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-top-news__body-title:first-child {
    margin-top: 0;
  }
  .p-top-news__body-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
  }
}

.p-top-news__body-title.is-all:before {
  background-color: #333;
}

.p-top-news__body-title.is-news:before {
  background-color: #305cbf;
}

.p-top-news__body-title.is-important:before {
  background-color: #b23939;
}

.p-top-news__body-title.is-topics:before {
  background-color: #329f6f;
}

@media screen and (min-width: 768px), print {
  .p-top-news__body-toggle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__body-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 34px;
    margin: 15px 0 0;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .p-top-news__body-toggle:before {
    content: "もっと見る";
  }
  .p-top-news__body-toggle:after {
    content: "";
    display: block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 13px;
    margin: auto;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_arrow_03.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.p-top-news__body-toggle.is-active:before {
  content: "とじる";
}

.p-top-news__body-toggle.is-active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-top-news__title {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-top-news__title {
    padding: 98px 65px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__title {
    padding: 40px 20px 40px;
    background: #32327f url(/assets/image/top/bg_news_01_sp.png) center center/cover;
  }
}

.p-top-news__title-main {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-news__title-main {
    color: #fff;
    font-size: 7rem;
    font-weight: bold;
    line-height: 1.17143;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__title-main {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.16667;
    text-align: center;
  }
}

.p-top-news__index {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-top-news__index {
    margin: 48px 0 -24px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__index {
    display: none;
    padding: 10px 10px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-news__index-item {
    margin: 0 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__index-item {
    border-top: 2px solid rgba(161, 174, 203, 0.6);
  }
  .p-top-news__index-item:first-child {
    border-top: none;
  }
}

.p-top-news__index-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-top-news__index-button {
    padding: 0 64px 0;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
    background-image: url(/assets/image/common/icon_arrow_02_negative.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: right 30px center;
    background-size: 32px auto;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  .p-top-news__index-button:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 77px;
    pointer-events: none;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .p-top-news__index-button {
    background-size: 31px auto;
  }
  _:-ms-lang(x)::backdrop,
  .p-top-news__index-button {
    background-size: 31px auto;
  }
  .p-top-news__index-button:hover {
    opacity: 0.5;
  }
  .p-top-news__index-button.is-active {
    opacity: 1;
    color: #32327f;
    background-color: #fff;
    background-image: url(/assets/image/common/icon_arrow_02.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: right 30px center;
    background-size: 32px auto;
    pointer-events: none;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .p-top-news__index-button.is-active {
    background-size: 31px auto;
  }
  _:-ms-lang(x)::backdrop,
  .p-top-news__index-button.is-active {
    background-size: 31px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__index-button {
    padding: 0 10px 0;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    background-image: url(/assets/image/common/icon_arrow_02.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: right 22px center;
    background-size: 32px auto;
  }
  .p-top-news__index-button:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 64px;
    pointer-events: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__link {
    display: block;
    margin: 10px 0 0;
    padding: 0 10px 5px;

    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-news__link-in {
    display: block;
    margin-left: auto;
    padding-right: 73px;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    background-image: url(/assets/image/common/icon_arrow_02.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: right center;
    background-size: 32px auto;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .p-top-news__link-in {
    background-size: 31px auto;
  }
  _:-ms-lang(x)::backdrop,
  .p-top-news__link-in {
    background-size: 31px auto;
  }
  .p-top-news__link-in:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__link-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #32357d;
    color: #32357d;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #fff;
    background-image: url(/assets/image/common/icon_arrow_06.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: right 20px center;
    background-size: 26px auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-top-news__link-in:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 58px;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__link.is-topics .p-top-news__link-in {
    padding-right: 20px;
    letter-spacing: -0.05em;
  }
}

.p-top-news__list {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-news__list {
    margin: 50px 0 -9px;
    padding: 0 0 0 56px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__list {
    margin: 10px 0 -10px;

    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-top-news__list-item {
  display: block;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

@media screen and (min-width: 768px), print {
  .p-top-news__list-item {
    margin: 0 0 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__list-item {
    margin: 0 0 10px;
  }
}

.p-top-news__list-item:last-child {
  border-bottom: none;
}

.p-top-news__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .p-top-news__list-link {
    width: 100%;
    padding: 0 80px 0 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-top-news__list-link:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 36px;
    pointer-events: none;
  }
  .p-top-news__list-link:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__list-link {
    padding: 0 14px 8px;
  }
}

.p-top-news__list-date {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-news__list-date {
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__list-date {
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.42857;
  }
}

.p-top-news__list-label {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-news__list-label {
    min-width: 172px;
    margin: 0 0 0 16px;
    padding: 4px 8px 3px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.42857;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__list-label {
    min-width: 120px;
    margin: 0 0 0 10px;
    padding: 2px 0 1px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
}

.p-top-news__list-label.is-news {
  background-color: #305cbf;
}

.p-top-news__list-label.is-important {
  background-color: #b23939;
}

.p-top-news__list-label.is-topics {
  letter-spacing: -0.08em;
  background-color: #329f6f;
}

.p-top-news__list-label.is-culture-school {
  background: #51b3de;
}

.p-top-news__list-label.is-seminars-and-lectures {
  background: #de7426;
}

.p-top-news__list-label.is-specialties-gifts {
  background: #ed86a2;
}

.p-top-news__list-label.is-other {
  background: #afafaf;
}

.p-top-news__list-detail {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-news__list-detail {
    margin: 0 0 12px;
    color: #333;
    font-size: 1.8rem;
    line-height: 1.61111;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__list-detail {
    overflow: hidden;
    height: 20px;
    margin: 12px 0 0;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

.p-top-news__list-link[target="_blank"] .p-top-news__list-detail,
.p-top-news__list-link.is-pdf .p-top-news__list-detail,
.p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail,
.p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail {
  position: relative;
}

.p-top-news__list-link[target="_blank"] .p-top-news__list-detail:after,
.p-top-news__list-link.is-pdf .p-top-news__list-detail:after,
.p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail:after,
.p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  .p-top-news__list-link[target="_blank"] .p-top-news__list-detail,
  .p-top-news__list-link.is-pdf .p-top-news__list-detail,
  .p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail,
  .p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail {
    padding-right: 39px;
  }
  .p-top-news__list-link[target="_blank"] .p-top-news__list-detail:after,
  .p-top-news__list-link.is-pdf .p-top-news__list-detail:after,
  .p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail:after,
  .p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__list-link[target="_blank"] .p-top-news__list-detail:after,
  .p-top-news__list-link.is-pdf .p-top-news__list-detail:after,
  .p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail:after,
  .p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail:after {
    margin-left: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-news__list-link[target="_blank"] .p-top-news__list-detail:after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 15px;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_blank_01_black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
  }
  _:-ms-fullscreen,
  :root .p-top-news__list-link[target="_blank"] .p-top-news__list-detail:after {
    background-image: url(/assets/image/common/icon_blank_01_black@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__list-link[target="_blank"] .p-top-news__list-detail:after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 14px;
    height: 12px;
    margin-top: -2px;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_blank_01_sm_black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-news__list-link.is-pdf .p-top-news__list-detail:after,
  .p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail:after,
  .p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail:after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 19px;
    height: 24px;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_pdf_01_black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px auto;
  }
  _:-ms-fullscreen,
  :root .p-top-news__list-link.is-pdf .p-top-news__list-detail:after,
  :root .p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail:after,
  :root .p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail:after {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 19px;
    height: 24px;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_pdf_01_black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__list-link.is-pdf .p-top-news__list-detail:after,
  .p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail:after,
  .p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail:after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 14px;
    height: 17px;
    margin-top: -3px;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_pdf_01_sm_black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
  }
}

/* for-toppage */

.for-toppage .p-top-news {
  flex-direction: column;
}
.for-toppage .p-top-news__title {
  text-align: center;
}
.for-toppage .p-top-news__index {
  display: flex;
  justify-content: center;
  z-index: 1;
}
.for-toppage .p-top-news__list-link::before,
.for-toppage .p-top-news__list-label {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-toppage {
    .p-top-news__head {
      background: none;
    }
    .p-top-news__title {
      padding: 40px 0 0;
      background: none;
    }
    .p-top-news__title-main {
      font-size: 2.2rem;
      color: #32327f;
    }
    .p-top-news__index {
      padding: 0 8px;
      justify-content: space-between;
      position: relative;
      z-index: 3;
      bottom: -2px;
    }
    .p-top-news__index-item {
      overflow: hidden;
      width: calc( calc( 100% - 10px ) / 3 );
      border: none;
    }
    .p-top-news__index-button {
      border: 2px solid #32327F;
      background-color: #F5F5F5;
      border-radius: 8px 8px 0 0 ;
      background-image: none;
      text-align: center;
      justify-content: center;
      font-size: 1.4rem;
      color: #32327F;
      font-weight: bold;
    }
    .p-top-news__index-button.is-active {
      background-color: #FFF;
      border-bottom-color: #fff;
    }
    .p-top-news__body {
      padding: 20px 10px 30px;
    }
    .p-top-news__body-toggle,
    .p-top-news__body-title {
      display: none;
    }
    .p-top-news__body-item {
      border: 2px solid #32327F;
      border-radius: 8px;
      padding: 25px;
      position: relative;
      z-index: 1;
    }
    .p-top-news__body-item-in::before,
    .p-top-news__body-item-in::after {
      display: none;
    }
    .p-top-news__list {
      margin: 0;
    }
    .p-top-news__list-item {
      margin: 0 0 20px;
    }
    .p-top-news__list-link {
      padding: 0 0 20px;
    }
    .p-top-news__list-date {
      color: #32327F;
    }
    .p-top-news__list-detail {
      height: auto;
      margin: 8px 0 0;
      font-size: 1.6rem;
    }
    .p-top-news__list-item:last-child {
      border-bottom: 1px solid rgba(51, 51, 51, 0.4);
    }
    .p-top-news__link {
      margin: 0;
      padding: 0;
    }
    .p-top-news__link-in {
      border: none;
      justify-content: flex-end;
      padding-right: 35px;
      background: url(/assets/image/common/icon_arrow_02_blue.svg) right center/26px auto no-repeat ;
      box-shadow: none;
      font-size: 1.6rem;
    }
    .p-top-news__link-in::before {
      display: none;
    }
    .p-top-news__link.is-topics .p-top-news__link-in {
      padding-right: 35px;
      letter-spacing: -0.05em;
    }
  }
}

@media screen and (min-width: 768px), print {
  .for-toppage .p-top-news__head {
    width: 100%;
    padding: 90px 0 0;
  }
  .for-toppage .p-top-news__title {
    padding: 0;
    text-align: center;
  }
  .for-toppage .p-top-news__title-main {
    color: #32327F;
    font-size: 3.6rem;
  }
  .for-toppage .p-top-news__head::after {
    display: none
  }
  .for-toppage .p-top-news__body {
    min-height: 0;
    padding: 40px 0 90px;
  }
  .for-toppage .p-top-news__index {
    margin: 0;
    -webkit-gap: 5px;
    gap: 5px;
    position: relative;
    z-index: 4;
    bottom: -2px;
  }
  .for-toppage .p-top-news__index-item {
    width: 350px;
    margin: 0;
  }
  .for-toppage .p-top-news__index-button {
    color: #32327F;
    font-size: 1.8rem;
    padding: 0;
    width: 100%;
    height: 67px;
    border: 2px solid #32327F;
    background-color: #F5F5F5;
    border-radius: 8px 8px 0 0 ;
    display: flex;
    justify-content: center;
    background-image: none;
  }
  .for-toppage .p-top-news__index-button.is-active {
    background-color: #fff;
    border-bottom-color: #fff;
  }
  .for-toppage .p-top-news__body-item-in {
    margin: 0;
    padding: 50px 110px;
    border: 2px solid #32327F;
    border-radius: 8px;
  }
  .for-toppage .p-top-news__list {
    margin: 0;
    padding: 0;
  }
  .for-toppage .p-top-news__list-item {
    margin: 0 0 20px;
  }
  .for-toppage .p-top-news__list-link {
    padding: 0;
    justify-content: space-between;
    align-items: stretch;
  }
  .for-toppage .p-top-news__list-date {
    color: #32327F;
  }
  .for-toppage .p-top-news__list-detail {
    width: calc( 100% - 130px );
    font-size: 1.6rem;
    line-height: 1.45;
    margin: 0 0 20px;
  }
  .for-toppage .p-top-news__list-link[target="_blank"] .p-top-news__list-detail,
  .for-toppage .p-top-news__list-link.is-pdf .p-top-news__list-detail,
  .for-toppage .p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail,
  .for-toppage .p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail {
    padding-right: 39px;
  }
  .for-toppage .p-top-news__list-link[target="_blank"] .p-top-news__list-detail:after,
  .for-toppage .p-top-news__list-link.is-pdf .p-top-news__list-detail:after,
  .for-toppage .p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail:after,
  .for-toppage .p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail:after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin: auto;
  }
  .for-toppage .p-top-news__link {
    padding: 0;
  }
  .for-toppage .p-top-news__link-in {
    color: #32327F;
    font-size: 1.6rem;
    padding-right: 40px;
    background-image: url(/assets/image/common/icon_arrow_02_blue.svg);
  }
}





















/* ---------------------------------------------------------------- */
/* .p-top-utility */
/* - 汎用リンク */
/* ---------------------------------------------------------------- */
.p-top-utility {
  display: block;
  background-color: #f5f5f5;
}

.p-top-utility__in {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-utility__in {
    padding: 60px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-utility__in {
    padding: 40px 0 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-utility__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto -30px;
flex-wrap: wrap;
max-width: 1164px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-utility__list {
    display: block;
    margin: 0 0 -15px;
    padding: 0 13px 0;
  }
}

.p-top-utility__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-top-utility__list-item {
    width: 348px;
    margin: 0 20px 30px;
  }
  .p-top-utility__list-item:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 63px;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-utility__list-item {
    margin: 0 0 15px;
  }
  .p-top-utility__list-item:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 63px;
    pointer-events: none;
  }
}

.p-top-utility__list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-top-utility__list-button {
    padding: 0 50px 0 18px;
    border: 2px solid #32327f;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    background-image: url(/assets/image/common/icon_arrow_02.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: right 18px center;
    background-size: 32px auto;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .p-top-utility__list-button {
    background-size: 31px auto;
  }
  _:-ms-lang(x)::backdrop,
  .p-top-utility__list-button {
    background-size: 31px auto;
  }
  .p-top-utility__list-button:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-utility__list-button {
    padding: 0 55px 0 20px;
    border: 1px solid #32327f;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    background-image: url(/assets/image/common/icon_arrow_02.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: right 18px center;
    background-size: 32px auto;
  }
}


@media screen and (min-width: 768px), print {
  .for-toppage .p-top-utility__list {
    -webkit-gap: 20px;
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .for-toppage .p-top-utility__list-item {
    width: 360px;
    margin: 0;
  }
  .for-toppage .p-top-utility__list-item:before {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .for-toppage .p-top-utility__list {
    display: block;
    margin: 0;
    padding: 0 15px;
  }
  .for-toppage .p-top-utility__list-item:before {
    height: 60px;
  }
  .for-toppage .p-top-utility__list-button {
    font-size: 1.6rem;
    color: #32327F;
    padding: 0 55px 0 20px;
    border: 2px solid #32327f;
    border-radius: 30px;
    background-color: #fff;
    background-image: url(/assets/image/common/icon_arrow_02_blue.svg);
  }
}


@media screen and (min-width: 768px), print {
  .for-toppage .p-top-utility__list-button {
    padding: 0 50px 0 36px;
    border: 2px solid #32327f;
    border-radius: 30px;
    color: #32327F;
    background-color: #fff;
    background-image: url(/assets/image/common/icon_arrow_02_blue.svg);
  }
  _:-ms-lang(x)::-ms-backdrop,
  .for-toppage .p-top-utility__list-button {
    background-size: 31px auto;
  }
  _:-ms-lang(x)::backdrop,
  .for-toppage .p-top-utility__list-button {
    background-size: 31px auto;
  }
}






/* ---------------------------------------------------------------- */
/* .p-top-related */
/* - 関連サイト・リンク */
/* ---------------------------------------------------------------- */
.p-top-related {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-related {
    padding: 62px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-related {
    padding: 40px 0 40px;
  }
}

.p-top-related__head {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-related__body {
    width: 1072px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-related__body {
    margin: 20px auto 0;
  }
}

.p-top-related__title {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-related__title {
    color: #32327f;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.46154;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-related__title {
    color: #32327f;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
}

.p-top-related__more-content {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-related__more-content {
    margin: 0 -32px 0;
    padding: 0 32px 150px;
  }
  .p-top-related__more-content:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 160px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(29.06%, rgba(255, 255, 255, 0.78)), color-stop(61.58%, #fff), to(#fff));
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.78) 29.06%, #fff 61.58%, #fff 100%);
  }
}

@media screen and (max-width: 767px) {
  .p-top-related__more-content {
    padding: 0 20px 30px;
  }
}

.p-top-related__more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin: -5px 0 0;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-related__more-button-in {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-related__more-button-in {
    color: #32327f;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  .p-top-related__more-button-in:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-related__more-button-in {
    color: #32327f;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
}

.p-top-related__more-button-in:before {
  content: "MORE";
}

.p-top-related__more-button-in:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: block;
  width: 43px;
  height: 13px;
  margin: 20px auto 0;
  vertical-align: middle;
  background-image: url(/assets/image/common/icon_arrow_more_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 43px auto;
}

@media screen and (min-width: 768px), print {
  .p-top-related__more-button-in.is-active {
    margin-top: -60px;
  }
}

.p-top-related__more-button-in.is-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-top-related__more-button-in.is-active:before {
  content: "CLOSE";
}

.p-top-related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-related__list {
    margin: 0 -16px -20px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-top-related__list {
    margin: 0 -10px -10px;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-top-related__list-item {
  opacity: 0;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-top-related__list-item {
    width: 33.33333%;
    padding: 0 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-related__list-item {
    max-width: 260px;
    padding: 0 10px 0;
  }
}

.p-top-related__list-link {
  display: block;
  position: absolute;
  background: #fff;
}

@media screen and (min-width: 768px), print {
  .p-top-related__list-link {
    width: calc(100% - 32px);
    margin: 0 0 20px;
    padding: 8px 8px 8px;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  }
  .p-top-related__list-link:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-related__list-link {
    width: calc(100% - 20px);
    margin: 0 0 10px;
    padding: 8px 8px 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  }
}

.p-top-related__list-link-image {
  display: block;
}

.p-top-related__list-item.is-active {
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  .p-top-related__list-item.is-ready {
    opacity: 1;
  }
}

.p-top-related__list-item.is-active .p-top-related__list-link {
  position: static;
  width: 100%;
  pointer-events: auto;
}


/* .for-toppage  */
@media screen and (min-width: 768px), print {
  .for-toppage .p-top-related__body {
    width: 1040px;
  }
  .for-toppage .p-top-related__more-content {
    margin: 0;
    padding: 0;
  }
  .for-toppage .p-top-related__more.is-active .p-top-related__more-content {
    padding-bottom: 150px;
  }
  .for-toppage .p-top-related__list {
    margin: 0;
    -webkit-gap: 40px;
    gap: 40px;
  }
  .for-toppage .p-top-related__list-item {
    width: 320px;
    padding: 0;
  }
  .for-toppage .p-top-related__list-link {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .for-toppage .p-top-related__list {
    margin: 0;
    -webkit-gap: 15px;
    gap: 15px;
  }
  .for-toppage .p-top-related__list-item {
    max-width: 100%;
    padding: 0;
  }
  .for-toppage .p-top-related__list-item:not(.is-active) {
    display: none;
  }
  .for-toppage .p-top-related__list-link {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}





/* ---------------------------------------------------------------- */
/* .p-top-point__link */
/* - 重要なお知らせ（Newsエリア上に掲載） */
/* ---------------------------------------------------------------- */
.p-top-point__link {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-point__link:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-point__link:hover:hover {
    opacity: 0.5;
  }
}