@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print,
screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .pc-only {
    display: none;
  }
}
.p-top {
  background-repeat: no-repeat;
  background-size: cover;
}
@media print,
screen and (min-width: 768px) {
  .p-top {
    padding: 150px 0 320px;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-top__inner {
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media not all and (min-width: 768px) {
  .p-top__inner {
    padding: 0 6.4%;
  }
}

.h1-sub {
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: 0px 0px 8px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
  margin-bottom: 10px;
}
.p-top__heading {
  font-weight: bold;
  text-shadow: 0px 0px 8px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in 0.8s;
  animation: fadeIn 1s ease-in 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media print,
screen and (min-width: 768px) {
  .p-top__heading {
    font-size: 3rem;
    line-height: 3.9rem;
  }
}
@media not all and (min-width: 768px) {
  .p-top__heading {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.48rem;
  }
}
.p-top__text {
  font-weight: bold;
  text-shadow: 0px 0px 8px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in 1s;
  animation: fadeIn 1s ease-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media print,
screen and (min-width: 768px) {
  .p-top__text {
    font-size: 1.25rem;
    margin-top: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-top__text {
    font-size: 1rem;
    line-height: 1.8em;
    margin-top: 23px;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-menu {
    width: 100%;
    max-width: 1240px;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1em;
  }
}
@media not all and (min-width: 768px) {
  .p-menu {
    padding: 0 6.4%;
    margin-top: 110px;
  }
}
.p-menu__inner {
  background-color: rgba(0, 51, 102, 0.7);
  border-radius: 10px;
}
@media print,
screen and (min-width: 768px) {
  .p-menu__inner {
    padding: 40px 45px;
  }
}
@media not all and (min-width: 768px) {
  .p-menu__inner {
    display: block;
    padding: 16px 12px 24px;
  }
}

.p-menu-tabs {
  display: flex;
}
@media print,
screen and (min-width: 768px) {
  .p-menu-tabs {
    justify-content: left;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-tabs {
    justify-content: space-around;
  }
}
.p-menu-tabs__item {
  color: #ffffff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0.4;
}
.p-menu-tabs__item.is-show {
  opacity: 1;
}
@media (hover: hover) {
  .p-menu-tabs__item:not(.is-disabled-hover):hover {
    opacity: 1;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-menu-tabs__item {
    max-width: 30.1075268817%;
    font-size: 1.375rem;
  }
  .p-menu-tabs__item + .p-menu-tabs__item {
    margin-left: 4.8387096774%;
  }
  .p-menu-tabs__item span {
    font-size: 1.25rem;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-tabs__item {
    font-size: 1rem;
    margin-left: 0;
  }
  .p-menu-tabs__item span {
    font-size: 1rem;
  }
}

.p-menu-contents {
  background-color: rgba(233, 236, 242, 0.8);
  border-radius: 10px;
}
@media print,
screen and (min-width: 768px) {
  .p-menu-contents {
    padding: 35px 35px 30px 25px;
    margin-top: 24px;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-contents {
    padding: 15px 12px 24px;
    margin-top: 16px;
  }
}

.p-menu-content {
  display: none;
}
@media print,
screen and (min-width: 768px) {
  .p-menu-content.is-show {
    display: flex;
    align-items: center;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-content.is-show {
    display: block;
  }
}

.p-menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-menu-list__item {
  width: 25%;
}

.w33 {
  width: 33.3333% !important;
}

@media not all and (min-width: 768px) {
  .p-menu-list__item:nth-child(2n) {
    padding-left: 5px;
  }
}
.p-menu-list__item .p-menu-list__item-text {
  width: 100%;
  display: flex;
  font-weight: bold;
  align-items: center;
  color: #003366;
  border-radius: 8px;
}
@media print,
screen and (min-width: 768px) {
  .p-menu-list__item .p-menu-list__item-text {
    font-size: 1rem;
    padding: 10px;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-list__item .p-menu-list__item-text {
    font-size: 0.875rem;
    padding: 8px 0;
  }
  .p-menu-list__item .p-menu-list__item-text:nth-child(2n) {
    padding-left: 5px;
  }
}
.p-menu-list__item .p-menu-list__item-text::before {
  content: "";
  display: block;
  flex-shrink: 0;
}
@media print,
screen and (min-width: 768px) {
  .p-menu-list__item .p-menu-list__item-text::before {
    margin-right: 16px;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-list__item .p-menu-list__item-text::before {
    margin-right: 6px;
  }
}
.p-menu-list__item--info .p-menu-list__item-text::before {
  width: 28px;
  height: 29px;
  background: url("../images/common/icon_document_blue.svg") no-repeat left 4px top 0/contain;
}
@media print,
screen and (min-width: 768px) {
  .p-menu-list__item--info .p-menu-list__item-text::before {
    width: 32px;
    height: 29px;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-list__item--info .p-menu-list__item-text::before {
    width: 24px;
    height: 21px;
  }
}
@media (hover: hover) {
  .p-menu-list__item--info:not(.is-disabled-hover):hover .p-menu-list__item-text::before {
    background: url("../images/common/icon_document_white.svg") no-repeat left 4px top 0/contain;
  }
}
.p-menu-list__item--bag .p-menu-list__item-text::before {
  background: url("../images/common/icon_bag_blue.svg") no-repeat left 4px top 0/contain;
}
@media print,
screen and (min-width: 768px) {
  .p-menu-list__item--bag .p-menu-list__item-text::before {
    width: 32px;
    height: 32px;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-list__item--bag .p-menu-list__item-text::before {
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) {
  .p-menu-list__item--bag:not(.is-disabled-hover):hover .p-menu-list__item-text::before {
    background: url("../images/common/icon_bag_white.svg") no-repeat left 4px top 0/contain;
  }
}
@media only screen and (max-width: 1024px) {
  .p-menu-list__item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 900px) {
  .p-menu-list__item {
    width: 50%;
  }
}
@media (hover: hover) {
  .p-menu-list__item:not(.is-disabled-hover):hover .p-menu-list__item-text {
    background-color: #9db6cf;
    color: #ffffff;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-list__item {
    width: 50%;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-menu-list {
    width: calc(100% - 195px);
    border-right: 2px solid rgba(0, 51, 102, 0.7);
    padding-right: 10px;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-list {
    border-bottom: 2px solid rgba(0, 51, 102, 0.7);
    padding-bottom: 14px;
  }
}

.p-menu-item {
  width: 195px;
}
.p-menu-item__contact-button {
  width: 160px;
}
@media not all and (min-width: 768px) {
  .p-menu-item__contact-button {
    margin: 24px auto 0;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-menu-item {
    padding: 0 9px 0 26px;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-item {
    width: auto;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-contents {
    padding: 0 1em;
    margin-top: 120px;
  }
}

@media not all and (min-width: 768px) {
  .p-contents {
    margin-top: 70px;
  }
}

.p-contents--top-b,
.p-contents--top-p,
.p-contents--top-e {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
  -webkit-animation: fadeIn 2s ease;
  animation: fadeIn 2s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media print,
screen and (min-width: 768px) {
  .p-contents--top-b {
    background-image: url("../images/business/pic_mv.jpg");
    margin-top: -48px;
    position: relative;
  }
}
@media not all and (min-width: 768px) {
  .p-contents--top-b {
    background-image: url("../images/business/pic_mv-sp.jpg");
    background-color: #000000;
    padding: 50px 0 40px;
    margin-top: 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-contents--top-p {
    background-image: url("../images/public/pic_mv.jpg");
    margin-top: -48px;
    position: relative;
  }
}
@media not all and (min-width: 768px) {
  .p-contents--top-p {
    background-image: url("../images/public/pic_mv-sp.jpg");
    background-color: #000000;
    padding: 50px 0 40px;
    margin-top: 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-contents--top-e {
    background-image: url("../images/education/pic_mv.jpg");
    margin-top: -48px;
    position: relative;
  }
}
@media not all and (min-width: 768px) {
  .p-contents--top-e {
    background-image: url("../images/education/pic_mv-sp.jpg");
    background-color: #000000;
    padding: 50px 0 40px;
    margin-top: 0;
  }
}

.p-contents--slider {
  background-color: #e9ecf2;
  margin-top: 0;
}
@media print,
screen and (min-width: 768px) {
  .p-contents--slider {
    padding: 150px 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-contents--slider {
    padding-top: 230px;
  }
}
@media only screen and (max-width: 900px) {
  .p-contents--slider {
    padding-top: 300px;
  }
}
@media not all and (min-width: 768px) {
  .p-contents--slider {
    padding: 40px 12.2666666667% 70px;
  }
}
.p-contents--slider .p-contents__inner {
  max-width: 1127px;
  margin: 0 auto;
}

.p-page-heading {
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media print,
screen and (min-width: 768px) {
  .p-page-heading {
    font-size: 2.25rem;
  }
}
@media not all and (min-width: 768px) {
  .p-page-heading {
    font-size: 1.5rem;
  }
}
.p-page-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -20px;
  display: block;
  width: 48px;
  height: 4px;
  background-color: #003366;
}

@media print,
screen and (min-width: 768px) {
  .p-info {
    display: flex;
    margin-top: 84px;
  }
}
@media not all and (min-width: 768px) {
  .p-info {
    /*display: block;*/
    margin-top: 52px;
  }
}
.p-info__item {
  display: block;
}
@media print,
screen and (min-width: 768px) {
  .p-info__item {
    width: calc((100% - 38px) / 2);
  }
}
@media not all and (min-width: 768px) {
  .p-info__item {
    width: 100%;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-info__item + .p-info__item {
    margin-left: 38px;
  }
}
@media not all and (min-width: 768px) {
  .p-info__item + .p-info__item {
    margin-top: 24px;
  }
}

.p-info-item {
  display: flex;
  flex-direction: column;
  background-color: #e9ecf2;
  border-radius: 12px;
  position: relative;
  transition: transform 0.5s, background-color 0.5s;
}
@media (hover: hover) {
  .p-info-item:not(.is-disabled-hover):hover {
    background-color: #f2f4f8;
  }
  .p-info-item:not(.is-disabled-hover):hover .p-info-item__image img {
    transform: scale(120%);
  }
}
@media print,
screen and (min-width: 768px) {
  .p-info-item {
    padding: 3%;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item {
    padding: 30px 6.4%;
  }
}
.p-info-item__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-info-item__head {
  width: 100%;
  position: relative;
}
@media print,
screen and (min-width: 768px) {
  .p-info-item__head {
    height: 155px;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item__head {
    height: 120px;
  }
}
.p-info-item__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-info-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s;
}
.p-info-item__sup {
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: -5px;
}
@media print,
screen and (min-width: 768px) {
  .p-info-item__sup {
    left: -11px;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item__sup {
    left: -9px;
  }
}
.p-info-item__sup span {
  display: inline-block;
  font-weight: bold;
  background-color: #009999;
}
@media print,
screen and (min-width: 768px) {
  .p-info-item__sup span {
    font-size: 1rem;
    padding: 3px 11px;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item__sup span {
    font-size: 0.875rem;
    padding: 2px 8px;
  }
}
.p-info-item__sup::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #008282 transparent transparent;
  position: absolute;
  left: 0;
}
@media print,
screen and (min-width: 768px) {
  .p-info-item__sup::after {
    border-width: 0 11px 11px 0;
    bottom: -11px;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item__sup::after {
    border-width: 0 9px 9px 0;
    bottom: -9px;
  }
}
.p-info-item__heading {
  font-size: 1.0625rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-info-item__heading {
    text-align: center;
  }
}
.p-info-item__detail {
  font-size: 0.875rem;
  margin-top: 22px;
  margin-bottom: 14px;
}
.p-info-item__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}
@media print,
screen and (min-width: 768px) {
  .p-info-item__tags {
    justify-content: left;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item__tags {
    justify-content: center;
  }
}

.p-info-tag {
  margin-top: 10px;
  margin-right: 14px;
}
.p-info-tag:last-of-type {
  margin-right: 0;
}

.p-view-list-button {
  width: 150px;
  margin-top: 30px;
}
@media print,
screen and (min-width: 768px) {
  .p-view-list-button {
    margin-left: auto;
  }
}
@media not all and (min-width: 768px) {
  .p-view-list-button {
    margin: 24px auto 0;
  }
}

.p-view-list-button-wide {
  width: 380px;
  padding: 0.8rem;
}

@media print,
screen and (min-width: 768px) {
  .p-view-list-button-wide {
    margin-left: auto;
  }
}
@media not all and (min-width: 768px) {
  .p-view-list-button-wide {
    width: 100%;
    margin: 24px auto 0;
  }
}

.p-news-list {
  font-size: 1rem;
  color: #333333;
}
@media print,
screen and (min-width: 768px) {
  .p-news-list {
    margin-top: 70px !important;
  }
}
@media not all and (min-width: 768px) {
  .p-news-list {
    margin-top: 46px;
  }
}
.p-news-list__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 1em;
  padding-bottom: 16px;
  transition: background-color 0.5s;
}
@media (hover: hover) {
  .p-news-list__link:not(.is-disabled-hover):hover {
    background-color: #ececec;
  }
}
.p-news-list__link + .p-news-list__link {
  padding-top: 16px;
  border-top: 1px solid #e3e3e3;
}
.p-news-list__link:first-of-type {
  padding-top: 16px;
}
.p-news-list__link:last-of-type {
  border-bottom: 1px solid #e3e3e3;
}
.p-news-list__link--blank .p-news-list__detail {
  background-size: 16px;
  background-image: url("../images/common/icon_blank_gray.png");
}
.p-news-list__date,
.p-news-list__tag {
  width: auto;
}
.p-news-list__date {
  color: #000000;
  flex-shrink: 0;
}
.p-news-list__tag {
  font-size: 0.75rem;
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  padding: 2px 1em;
  margin-left: 8px;
}
.p-news-list__detail {
  width: 100%;
  word-break: break-all;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  background-image: url("../images/common/icon_arrow_black.svg");
}
@media print,
screen and (min-width: 768px) {
  .p-news-list__detail {
    background-position: center right 10px;
    padding-right: 50px;
  }
}
@media not all and (min-width: 768px) {
  .p-news-list__detail {
    background-position: center right 6px;
    padding-right: 30px;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-contact {
    display: flex;
    justify-content: center;
    padding-top: 110px;
  }
}
@media not all and (min-width: 768px) {
  .p-contact {
    display: block;
    padding-top: 64px;
  }
}

.p-contact-item {
  text-align: center;
}
@media print,
screen and (min-width: 768px) {
  .p-contact-item {
    display: flex;
    flex-direction: column;
    width: 480px;
    padding: 0 58px;
  }
}
@media not all and (min-width: 768px) {
  .p-contact-item {
    width: 100%;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-contact-item + .p-contact-item {
    margin-left: auto;
  }
}
@media not all and (min-width: 768px) {
  .p-contact-item + .p-contact-item {
    margin-top: 80px;
  }
}
.p-contact-item__heading {
  font-size: 1.5rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
@media print,
screen and (min-width: 768px) {
  .p-contact-item__heading {
    margin: 0 20px;
  }
}
.p-contact-item__text {
  font-size: 1.25rem;
  color: #ffffff;
  margin-top: 20px;
}
@media print,
screen and (min-width: 768px) {
  .p-contact-item__text {
    margin-bottom: 40px;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-contact-item__button {
    margin-top: auto;
  }
}
@media not all and (min-width: 768px) {
  .p-contact-item__button {
    margin-top: 40px;
  }
}

.p-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print,
screen and (min-width: 768px) {
  .p-sns {
    padding-bottom: 80px;
    margin-top: 90px;
  }
}
@media not all and (min-width: 768px) {
  .p-sns {
    padding-bottom: 80px;
    margin-top: 64px;
  }
}
.p-sns__link {
  flex-shrink: 0;
  display: inline-block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-sns__link:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-sns__link {
    width: 40px;
  }
}
@media not all and (min-width: 768px) {
  .p-sns__link {
    width: 8.2568807339%;
    max-width: 40px;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-sns__link + .p-sns__link {
    margin-left: 64px;
  }
}
@media not all and (min-width: 768px) {
  .p-sns__link + .p-sns__link {
    margin-left: 32px;
  }
}

@media print,
screen and (min-width: 768px) {
  .no-article {
    padding-top: 5rem !important;
  }
}

.movie {
  justify-content: center;
}

.iframe-css {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-css iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.short-news {
  margin: 0 0 5rem;
}

.short-news .p-news-list__link {
  border-top: 1px solid #e3e3e3;
}

/*p-2column*/
@media print,
screen and (min-width: 768px) {
  .p-2column-item {
    display: flex;
    width: 100%;
  }
  .p-2column-item__image {
    width: 65%;
  }
  .p-2column__detail {
    width: 35%;
    margin-left: 2rem;
  }
}

@media not all and (min-width: 768px) {
  .p-2column__detail {
    margin-top: 2rem;
  }
}



/*p-reason*/
@media print,
screen and (min-width: 768px) {
  .p-reason {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
  }
}
@media not all and (min-width: 768px) {
  .p-reason {
    display: block;
    margin-top: 60px;
  }
}

.p-reason-item {
  transition: box-shadow 0.5s;
}
/*@media (hover: hover) {
  .p-reason-item:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .p-reason-item:not(.is-disabled-hover):hover .p-reason-item__image img {
    transform: scale(120%);
  }
}*/
@media print,
screen and (min-width: 768px) {
  .p-reason-item {
    display: flex;
    width: calc((100% - 30px) / 2);
    padding: 10px;
  }
  .p-reason-item:nth-child(2n) {
    margin-left: 30px;
  }
  .p-reason-item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-reason-item {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .p-reason-item + .p-reason-item {
    margin-top: 40px;
  }
}
.p-reason-item__image {
  overflow: hidden;
}
@media print,
screen and (min-width: 768px) {
  .p-reason-item__image {
    width: 165px;
  }
}
@media not all and (min-width: 768px) {
  .p-reason-item__image {
    width: 103px;
    position: absolute;
    top: 4px;
    left: 0;
  }
}
.p-reason-item__image img {
  transition: transform 0.5s;
}
@media print,
screen and (min-width: 768px) {
  .p-reason-item__detail {
    width: calc(100% - 175px);
    margin-left: 10px;
  }
}
.p-reason-item__heading {
  font-weight: bold;
}
@media print,
screen and (min-width: 768px) {
  .p-reason-item__heading {
    font-size: 1.25rem;
  }
}
@media not all and (min-width: 768px) {
  .p-reason-item__heading {
    font-size: 1rem;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 119px;
  }
  .p-reason-item__heading--paddingY-small {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.p-reason-item__text {
  font-size: 0.875rem;
  margin-top: 1rem;
}
@media not all and (min-width: 768px) {
  .p-reason-item__text {
    width: 100%;
  }
}


/*ページ内リンク*/
.contentPageLink {
  width: 100%;
  display: flex;
  margin: 4.69% auto;
}

.contentPageLink li {
  flex: 1 1 auto;
  margin: 0 1px 1px 0;
}

.contentPageLink li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #004098;
  font-weight: 500;
  background: #eee;
  padding: 20px 0;
  font-size: 16px;
  transition: all .25s ease;
  position: relative;
}

.contentPageLink li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 5px;
  background: url(/corp/images/common/arrowBlueDown.png) no-repeat center/100%;
  bottom: 10px;
  left: 50%;
  margin-left: -4px;
  transition: all .25s ease;
}

.contentPageLink li a:hover {
  background: #004098;
  color: #fff;
}

.contentPageLink li a:hover:after {
  background: url(/corp/images/common/arrowWhiteDown.png) no-repeat center/100%;
  bottom: 5px;
}

.subTtlNote {
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {

  .contentPageLink {
    display: block;
    margin: 4.69% auto 10%;
  }

  .contentPageLink li {
    float: left;
    margin: 0 1px 1px 0;
  }

  .contentPageLink li a,
  .contentPageLink li a:hover {
    display: block;
    width: auto;
    text-align: center;
    color: #004098;
    font-weight: 500;
    background: #eee;
    padding: 1em;
    font-size: 85.71%;
    position: relative;
  }

  .contentPageLink li a:after,
  .contentPageLink li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 5px;
    /*background: url(/corp/images/common/arrowBlueDown.png) no-repeat center/100%;*/
    bottom: 5px;
    left: 50%;
    margin-left: -4px;
    transition: all .25s ease;
  }
}

h1 span {
  font-size: 2rem;
  display: block;
  line-height: 1.5;
}

.p-menu-list__item .p-menu-list__item-text span {
  font-size: .8rem;
  display: contents;
}
/*202507　追記*/
.business_p_menu .p-menu-list__item--info .p-menu-list__item-text::before {
  background: none;
  width: 0;
  height: 0;
  display: none;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 10.4px;
  height: 16.7px;
  margin-right: 5px;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 13px;
  height: 2px;
  /*border-radius: 9999px;*/
  background-color: #003366;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
.business_p_menu .p-menu-list__item {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #003366;
  height: 55px;
  width: calc(85%/6);
}
.business_p_menu .p-menu-list__item .p-menu-list__item-text {
  font-size: .9rem;
  padding: 0 0 0 10px;
}
.business_p_menu .p-menu-list {
  gap: 15px 30px;
  width: 100%;
  border: none;
}
.business_p_menu .p-menu-list__item:hover {
  background-color: #9db6cf;
  color: #ffffff;
  border-radius: 10px;
}
.business_p_menu .p-menu-list__item:hover .arrow::before {
  background-color: #fff;
}
.business_p_menu .p-menu-list__item:hover .arrow::after {
  background-color: #fff;
}
.p-menu-tabs_second {
  margin-top: 20px;
}
.p-menu-contents_second {
  background-color: transparent;
}
.business_p_menu .p-menu-contents_second .p-menu-list__item {
  background-color: rgba(233, 236, 242, 0.8);
  padding: 10px;
  border-radius: 5px;
}
.business_p_menu .p-menu-contents_second .p-menu-list__item:hover {
  background-color: #9db6cf;
}
/*.business_p_menu .p-menu-contents_second .p-menu-list__item--info .p-menu-list__item-text::before {
  background-image: url(../images/business/nav_icon.png);
  display: block;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.business_p_menu .p-menu-contents_second .p-menu-list__item:hover .p-menu-list__item-text::before {
  background-image: url(../images/business/nav_icon_w.png);
  background-position: 0;
}*/

.business_p_menu .p-menu-contents_second .p-menu-list__item--info .s-icn01::before {
  display: block;
  width: 10px;
  height: 22px;
  font-family: Material Symbols Outlined;
  content: '\f8d9';
  font-weight: 400;
  font-size: 1rem;
  background-image: none;
}
.business_p_menu .p-menu-contents_second .p-menu-list__item--info .s-icn02::before {
  display: block;
  width: 10px;
  height: 22px;
  font-family: Material Symbols Outlined;
  content: '\e80d';
  font-weight: 400;
  font-size: 1rem;
  background-image: none;
}
.business_p_menu .p-menu-contents_second .p-menu-list__item--info .s-icn03::before {
  display: block;
  width: 10px;
  height: 22px;
  font-family: Material Symbols Outlined;
  content: '\e80c';
  font-weight: 400;
  font-size: 1rem;
  background-image: none;
}
.business_p_menu .p-menu-contents_second .p-menu-list__item--info .s-icn04::before {
  display: block;
  width: 10px;
  height: 22px;
  font-family: Material Symbols Outlined;
  content: '\eb3f';
  font-weight: 400;
  font-size: 1rem;
  background-image: none;
}
.business_p_menu .p-menu-contents_second .p-menu-list__item--info .s-icn05::before {
  display: block;
  width: 10px;
  height: 22px;
  font-family: Material Symbols Outlined;
  content: '\e31f';
  font-weight: 400;
  font-size: 1rem;
  background-image: none;
}
.business_p_menu .p-menu-contents_second .p-menu-list__item--info .s-icn06::before {
  display: block;
  width: 10px;
  height: 22px;
  font-family: Material Symbols Outlined;
  content: '\f8be';
  font-weight: 400;
  font-size: 1rem;
  background-image: none;
}
.business_p_menu .p-menu-contents_second .p-menu-list__item--info .s-icn07::before {
  display: block;
  width: 10px;
  height: 22px;
  font-family: Material Symbols Outlined;
  content: '\e98e';
  font-weight: 400;
  font-size: 1rem;
  background-image: none;
}
.business_p_menu .p-menu-contents_second .p-menu-list__item--info .s-icn08::before {
  display: block;
  width: 10px;
  height: 22px;
  font-family: Material Symbols Outlined;
  content: '\e2eb';
  font-weight: 400;
  font-size: 1rem;
  background-image: none;
}

.business_p_menu .p-menu-contents_second .p-menu-list__item {
  width: calc(97%/4);
}
.business_p_menu .p-menu-contents_second .p-menu-list {
  gap: 10px;
}
.p-menu-contents_second {
  margin-top: 0;
}
section.p-contents--slider_business {
  padding-top: 330px !important;
}

@media screen and (max-width:1200px) {
  .business_p_menu .p_menu_list_service .p-menu-list__item {
    min-width: 150px;
  }
  .business_p_menu .p-menu-list {
    width: fit-content;
    justify-content: center;
  }
  section.p-contents--slider_business {
    padding-top: 390px !important;
  }
}
@media screen and (max-width:1115px) {
  .business_p_menu .p-menu-contents_second .p-menu-list__item {
    width: calc(96%/4);
  }
}
@media screen and (max-width:940px) {
  .business_p_menu .p-menu-contents_second .p-menu-list__item {
    width: calc(95% / 4);
  }
}
@media screen and (max-width: 867px) {
  section.p-contents--slider_business {
    padding-top: 430px !important;
  }
}
@media screen and (max-width:790px) {
  .business_p_menu .p-menu-contents_second .p-menu-list__item {
    width: calc(98% / 2);
  }
}
@media screen and (max-width: 790px) {
  section.p-contents--slider_business {
    padding-top: 640px !important;
  }
}
@media screen and (max-width:768px) {
  .business_p_menu .p-menu-contents_second .p_menu_list_solution .p-menu-list__item--info a::before {
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.p-contents--slider_business {
    padding-top: 0 !important;
  }
}
@media screen and (max-width:450px) {
  .arrow::before,
  .arrow::after {
    width: 8px;
  }
  .business_p_menu .p-menu-list {
    gap: 15px 10px;
  }
  .business_p_menu .p-menu-list__item .p-menu-list__item-text {
    font-size: 12px;
  }
  .business_p_menu .p_menu_list_service .p-menu-list__item .p-menu-list__item-text {
    padding-left: 0;
    padding-bottom: 5px;
  }
  .business_p_menu .p_menu_list_service .p-menu-list__item {
    min-width: calc(90%/2);
    height: auto;
  }
  .business_p_menu .p-menu-list.p_menu_list_service {
    align-items: flex-end;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-menu-contents.p-menu-contents_second {
    padding: 0;
    margin-top: 24px;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-menu-list {
    padding-right: 0;
  }
}
@media not all and (min-width: 768px) {
  .p-menu-contents.p-menu-contents_second {
    padding: 0;
    margin-top: 16px;
  }
}
@media screen and (max-width:599px) {
  .business_p_menu .p-menu-contents_second .p-menu-list__item {
    width: calc(97%/2);
  }
}
@media screen and (max-width:408px) {
  .business_p_menu .p-menu-contents_second .p-menu-list__item {
    width: 100%;
  }
}
@media print,
screen and (min-width: 768px) {
  .p-menu-tabs__item {
    max-width: 40.107527%;
  }
}