@-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;
  }
}

.sub {
  font-size: 1rem;
  text-align: center;
  margin-top: 3em;
  padding: 0 1.5rem;
  line-height: 1.8rem;
}

@media print,
screen and (min-width: 768px) {
  .p-top__inner {
    padding-left: 2rem;
    max-width: 1300px;
    margin: 0 auto;
  }
}

@media not all and (min-width: 768px) {
  .p-top__inner {
    padding: 0 6.4%;
  }
}

.p-top {
  padding: 150px 0 220px;
}

.mark {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}

.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;
  }
}

@media not all and (min-width: 768px) {
  .p-top__heading {
    font-size: 2rem;
    font-weight: bold;
  }
}

.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: 70%;
    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: 1rem;
    padding: 8px 0;
    line-height: 1.75rem;
  }

  .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;
  }
}

.p-contents {
  padding: 0 1em;
  margin-top: 120px;
}

.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;
    margin-top: 60px;
  }
}

.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: 47px 5.5555555556%;
  }
}

@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: 1rem;
    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;
}

.p-info-item__sup:has(>.sc-02)::after {
  border-color: transparent #008db7 transparent transparent;
}

.p-info-item__sup:has(>.sc-03)::after {
  border-color: transparent #d9a62e transparent transparent;
}

@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.25rem;
  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: 1rem;
  margin-top: 22px;
  margin-bottom: 34px;
  line-height: 1.75rem;
}

.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;
  }
}

@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;
  }
}

/*2column-recommendBox*/
.recommendBox {
  background: #fff;
  box-shadow: 0 0 8px rgba(102, 102, 102, 0.3);
}

.recommendBox img {
  border-radius: 10px 10px 0 0;
}

.p-info-item__head-recommend {
  height: auto;
}

.recommendBox .txtBox h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.recommendBoxWrap .txtBox {
  padding: 5% 7.5%;
}

.recommendBox .txtBox p {
  font-size: 1rem;
  line-height: 1.88;
}

.recommend-detail-Box {
  margin-bottom: 10%;
}

.recommendBox .detail {
  width: 48%;
  margin: 1rem 0 3rem;
  color: #666;
}

.recommendBox .detail h4 {
  font-size: 1.025rem;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 2px solid #666;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.recommendBox .txtBox p {
  font-size: 1rem;
  line-height: 1.88;
}

.recommendBox .reason {
  width: 48%;
  padding: 15px 30px;
  border-radius: 6px;
  margin-top: 1.6rem;
}

.recommendBox .reason-blue {
  background: #f1e8f9;
}

.recommendBox .reason-blue h4 {
  background: #ae71e2;
}

.recommendBox .reason-orange {
  background: #f9efe5;
}

.recommendBox .reason-orange h4 {
  background: #e87543;
}

.recommendBox .reason h4 {
  font-size: 1.025rem;
  display: inline-block;
  margin: -1.5rem;
  padding: 0 15px;
  border-radius: 50px;
  line-height: 1.7;
  color: white;
  position: absolute;
}

.point-text-warm-color {
  width: 500px;
  color: #fff;
  text-align: center;
  margin: 3em auto 0;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  background-image: linear-gradient(90deg, rgba(61, 200, 194, 1), rgba(61, 156, 194, 1) 50%, rgba(197, 125, 233, 1));
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

.point-text-cool-color {
  width: 500px;
  color: #fff;
  text-align: center;
  margin: 3em auto 0;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  background-image: linear-gradient(90deg, rgba(232, 195, 67, 1), rgba(232, 195, 67, 1) 50%, rgba(232, 117, 67, 1));
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

@media not all and (min-width: 768px) {

  .recommendBox .detail,
  .recommendBox .reason {
    width: 100%;
  }

  .point-text-warm-color,
  .point-text-cool-color {
    width: 100%;
    font-size: 1.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: 1rem;
  margin-top: 1rem;
  line-height: 1.75rem;
}

@media not all and (min-width: 768px) {
  .p-reason-item__text {
    width: 100%;
  }
}

/*p-info-item-s*/
@media print,
screen and (min-width: 768px) {
  .p-info-s {
    display: flex;
    flex-wrap: wrap;
    margin-top: 84px;
  }
}

@media not all and (min-width: 768px) {
  .p-info-s {
    display: block;
    margin-top: 60px;
  }
}

.p-info-item-s {
  transition: box-shadow 0.5s;
}

@media (hover: hover) {

  /*.p-info-item-s:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }*/
  .p-info-item-s:not(.is-disabled-hover):hover .p-info-item-s__image img {
    transform: scale(120%);
  }
}

@media print,
screen and (min-width: 768px) {
  .p-info-item-s {
    display: flex;
    width: calc((100% - 30px) / 2);
    padding: 2rem;
    background-color: #e9ecf2;
    border-radius: 12px;
    flex-direction: row;
    position: relative;
    transition: transform 0.5s, background-color 0.5s;
  }

  .p-info-item-s:nth-child(2n) {
    margin-left: 30px;
  }

  .p-info-item-s:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media not all and (min-width: 768px) {
  .p-info-item-s {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background-color: #e9ecf2;
    padding: 2rem;
    border-radius: 12px;
  }

  .p-info-item-s+.p-info-item-s {
    margin-top: 24px;
  }
}

.p-info-item-s__image {
  overflow: hidden;
}

@media print,
screen and (min-width: 768px) {
  .p-info-item-s__image {
    width: 165px;
  }
}

@media not all and (min-width: 768px) {
  .p-info-item-s__image {
    width: 103px;
    position: absolute;
    top: 2rem;
    left: 2rem;
  }
}

.p-info-item-s__image img {
  transition: transform 0.5s;
}

@media print,
screen and (min-width: 768px) {
  .p-info-item-s__detail {
    width: calc(100% - 175px);
    margin-left: 10px;
  }
}

.p-info-item-s__heading {
  font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
  .p-info-item-s__heading {
    font-size: 1.25rem;
  }
}

@media not all and (min-width: 768px) {
  .p-info-item-s__heading {
    font-size: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 37px;
    padding-left: 119px;
  }

  .p-info-item-s__heading--paddingY-small {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.p-info-item-s__text {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.75rem;
}

@media not all and (min-width: 768px) {
  .p-info-item-s__text {
    width: 100%;
  }
}

.p-info-item-s__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*-------------------------
  ページ内リンク
-------------------------*/
.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 0.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 0.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 not screen and (min-width: 768px) {
  .contentPageLink {
    display: grid;
    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 0.25s ease;
  }
}

@media screen and (min-width: 768px) {
  .m-PageLink {
    flex-wrap: wrap;
  }

  .m-PageLink li {
    width: 200px;
  }
}

/*-------------------------
  check-list
-------------------------*/
.check-list {
  background: #dff1ef;
  padding: 15px 30px;
  /* border: 1px solid #ccc; */
  /* font-size: 128.57%; */
  border-radius: 6px;
  margin-top: 1.6rem;
}

.check-list h4 {
  display: inline-block;
  margin: -1.5rem;
  padding: 0 15px;
  border-radius: 50px;
  background: #59bab2;
  line-height: 1.7;
  color: white;
  position: absolute;
}

.check-list ul {
  margin-top: 0.6rem;
}

.check-list ul li:before {
  content: "\f046";
  color: #59bab2;
  font-family: FontAwesome;
  margin-right: 0.55em;
}

.check-list ul li {
  line-height: 1.4rem;
}

/*-------------------------
  info-detail 
-------------------------*/
.info-detail {
  margin-bottom: 34px;
  margin-top: -20px;
  background-color: white;
  border-radius: 12px;
  padding: 1.2rem;
}

.info-detail ul li {
  width: 50%;
  float: left;
}

.check ul li:before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  vertical-align: bottom;
  margin-right: 4px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/corp/assets/images/common/icon_check-correct.svg");
  background: #808080;
}

@media not all and (min-width: 768px) {
  .info-detail ul li {
    width: 100%;
  }
}

.info-detail h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 2px solid #666;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.info-detail span {
  /*font-weight: bold;*/
  line-height: 1.6rem;
}

/*-------------------------
  article-content 
-------------------------*/
.article-img {
  width: 100%;
}

.article-content {
  margin-top: 1%;
  width: fit-content;
}

.article-content-r {
  margin-left: 2rem;
  margin-top: 1%;
  width: fit-content;
}

@media not all and (min-width: 768px) {
  .article-content-r {
    margin-left: 0;
  }
}

.article-image {
  width: 100%;
}

.article-image-r {
  width: 100%;
  margin-left: 2rem;
}

@media not all and (min-width: 768px) {
  .article-image-r {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-article-item__heading {
  font-size: 1.25rem;
  font-weight: bold;
}

.p-article-item__text {
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.75rem;
}

/*-------------------------
  p-travel-info-table
-------------------------*/
.travel-info-table {
  width: 100%;
  border: solid 1px #d7d7d7;
}

.travel-info-table+.travel-info-table {
  margin-top: 25px;
}

.travel-info-table__heading,
.travel-info-table__data {
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
  border: solid 1px #d7d7d7;
}

.travel-info-table__data-l {
  text-align: left;
  padding: 0.5em;
  border: solid 1px #d7d7d7;
}

.travel-info-table__heading {
  text-align: center;
  font-weight: bold;
  color: #003366;
  background-color: #b2cbe4;
}

.travel-info-table a {
  text-decoration: underline;
  color: #336699;
}

@media print,
screen and (min-width: 768px) {
  /*.travel-info-table a:hover {
    text-decoration: none;
  }*/
}

@media not all and (min-width: 768px) {
  .travel-info {
    width: 100%;
    padding: 10px;
    overflow-x: auto;
  }
}

.heading {
  font-weight: bold;
  font-size: 1.6rem;
  /*color: #003366;*/
  margin: 2.5rem 0 0.7rem 1rem;
}

/*-------------------------
  p-section
-------------------------*/
@media print,
screen and (min-width: 768px) {
  .p-section__contents {
    margin-top: 84px;
  }
}

@media not all and (min-width: 768px) {
  .p-section__contents {
    margin-top: 52px;
  }
}

/*-------------------------
  p-qa-list 
-------------------------*/
.p-qa-list__item {
  background-color: #e9ecf2;
}

.p-qa-list__item+.p-qa-list__item {
  margin-top: 8px;
}

.p-qa-list__question {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.p-qa-list__question-text {
  display: block;
  width: calc(100% - (40px + 1em));
}

.p-qa-list__toggle-button {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #707f89;
  border-radius: 50%;
  margin-left: 1em;
}

.p-qa-list__toggle-button::before,
.p-qa-list__toggle-button::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-qa-list__toggle-button::before {
  width: 16px;
  height: 2px;
}

.p-qa-list__toggle-button::after {
  width: 2px;
  height: 16px;
}

.is-opened .p-qa-list__toggle-button::after {
  width: 0;
  height: 0;
}

.p-qa-list__answer {
  display: none;
}

.is-opened .p-qa-list__answer {
  display: block;
}

.p-qa-list a {
  color: #336699;
  text-decoration: underline;
}

@media print,
screen and (min-width: 768px) {
  .p-qa-list__question {
    font-size: 1.25rem;
    padding: 30px;
    cursor: pointer;
  }

  .p-qa-list__question:hover {
    opacity: 0.8;
  }

  .p-qa-list__answer {
    font-size: 1rem;
    padding: 0 30px 30px;
  }
}

@media not all and (min-width: 768px) {
  .p-qa-list__question {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 15px;
  }

  .p-qa-list__answer {
    font-size: 0.875rem;
    padding: 0 15px 15px;
  }
}

/*-------------------------
  p-movie-list 
-------------------------*/
.p-movie-list__item {
  width: 100%;
  height: auto;
  display: inline-table;
  /*aspect-ratio: 16 / 9;*/
}

.p-movie-list__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.p-movie-list__item__heading {
  font-size: 1.0625rem;
  font-weight: bold;
  margin-top: 20px;
}

@media print,
screen and (min-width: 768px) {
  .p-movie-list {
    display: flex;
  }

  .p-movie-list__item+.p-movie-list__item {
    margin-left: 20px;
  }
}

@media not all and (min-width: 768px) {
  .p-movie-list__item+.p-movie-list__item {
    margin-top: 10px;
  }

  .p-movie-list__item {
    aspect-ratio: 16 / 9;
  }
}

/*-------------------------
  titleLine
-------------------------*/
.titleLine {
  display: flex;
  margin-top: 0.6rem;
}

.titleLine span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin: 0 1.33em;
}

.titleLine:before,
.titleLine:after {
  content: "";
  display: block;
  height: 1px;
  background: #333;
  flex: 1 1 auto;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .titleLine {
    display: flex;
    align-items: center;
    margin-bottom: 8.11%;
    text-align: center;
  }

  .titleLine span {
    display: block;
    font-size: 1rem;
    margin: 0 1.33em;
  }

  .titleLine:before,
  .titleLine:after {
    margin-top: 0;
  }
}

/*-------------------------
  icn-school
-------------------------*/
.icn-school {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}

.icn-school .sc-01 {
  color: #fff;
  background-color: #2e8b57;
  padding: 0.5rem 0.7rem;
  border-radius: 0.4rem;
  font-size: 0.88rem;
  margin-left: 0.3rem;
}

.icn-school .sc-02 {
  color: #fff;
  background-color: #008db7;
  padding: 0.5rem 0.7rem;
  border-radius: 0.4rem;
  font-size: 0.88rem;
  margin-left: 0.3rem;
}

.icn-school .sc-03 {
  color: #fff;
  background-color: #d9a62e;
  padding: 0.5rem 0.7rem;
  border-radius: 0.4rem;
  font-size: 0.88rem;
  margin-left: 0.3rem;
}

/*-------------------------
  summary
-------------------------*/
.summary {
  background: #e9ecf2;
  padding: 15px 30px;
  border-radius: 6px;
  margin-top: 1.6rem;
}

.summary h4 {
  display: inline-block;
  margin: -1.5rem;
  padding: 0 15px;
  border-radius: 50px;
  background: #9dabc8;
  line-height: 1.7;
  color: white;
  position: absolute;
}

.summary dl {
  padding-top: 0.725rem;
}

.summary dt {
  float: left;
  padding: 3px;
}

.summary dd {
  margin-left: 120px;
  padding: 3px;
}

.summary ul {
  margin-top: 0.6rem;
}

.summary ul li span {
  line-height: 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fc92a4;
  padding-bottom: 3px;
}

/*-------------------------
  businessevent
-------------------------*/
.infoList01_1 {
  font-size: 0.95rem;
}

.infoList01_1 dt {
  font-weight: 800;
  color: #004098;
  padding: 1rem 0 0.25rem;
  text-align: left;
}

.infoList01_1 dd {
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.infoList01_1 dd:after {
  content: "";
  display: block;
  clear: both;
}

.lead {
  font-size: 1.2rem;
  margin: 0 10% 5%;
}

.lead.centerblue {
  text-align: center;
  color: #004098;
  font-weight: bold;
  font-size: 1.5em;
  margin: 1.5em 0;
}

.lead.centerblue_title {
  text-align: center;
  color: #004098;
  font-weight: bold;
  font-size: 2em;
  margin: 1em 0;
}

h3.middle {
  font-size: 1.6em;
  color: #004098;
  font-weight: 700;
  margin-bottom: 1%;
}

p.small {
  font-size: 1.3em;
  color: #004098;
  font-weight: 700;
}

.problems {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.problems>li {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: solid 2px #525252;
  padding: 16px;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  color: #004098;
  font-weight: bold;
  margin: 1%;
}

.problems>li::before,
.problems>li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.problems>li::before {
  border: solid 12px transparent;
  border-top: solid 12px #525252;
}

.problems>li::after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}

.box16 {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.introduction {
  text-align: center;
  font-size: 1rem;
  margin-top: 5%;
}

.big_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 150px 0 150px;
  border-color: #b0e0e6 transparent transparent transparent;
  margin: 50px auto;
}

.mark {
  background: linear-gradient(transparent 60%, #ffff75 60%);
}

@media screen and (max-width: 768px) {
  .lead {
    font-size: 1rem;
    margin: 0 5% 5%;
  }

  .lead.centerblue_title {
    font-size: 1.5em;
  }

  .lead.centerblue {
    font-size: 1.2em;
  }

  .introduction {
    margin-top: 15%;
    text-align: left;
  }

  h3.middle {
    font-size: 128.57%;
  }

  .problems {
    margin-top: 30px;
    display: block;
  }

  .problems>li {
    margin-bottom: 30px;
  }
}

/*-------------------------
  indent
-------------------------*/
.indent {
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: -0.7em;
}

/*-------------------------
  Flow(旧List）（流れ）
-------------------------*/
.Flow-Item {
  display: grid;
  position: relative;
  grid-template-columns: max-content minmax(0, 0.6fr) 1fr;
  border-top: 1px solid #ddd;
  width: 100%;
}

.Flow-Item:not(:last-child)::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: calc(40px - 2px);
  bottom: -80px;
  z-index: 1;
  background-color: #014897;
}

.Flow-Item:nth-of-type(1) {
  border-top: 0;
}

.Flow-Item-Content {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block grid;
  align-items: baseline;
  position: relative;
  grid-column: 1 / -1;
  z-index: 1;
  grid-template-columns: subgrid;
  row-gap: 16px;
}

.Flow-Item-Content.one {
  padding-top: 0;
}

.Flow-Item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #014897;
  color: #fff;
  font-size: 36px;
  place-content: center;
}

.Flow-Item-Content-Title {
  color: #014897;
  font-size: 24px;
}

.Flow-Item-Content-Description {
  position: relative;
  top: -6px;
  line-height: 1.5;
  font-size: 16px;
  margin-left: 24px;
}

[class^="Flow-Item-Content-Number-Line"] {
  display: none;
}

@media not (min-width: 768px) {
  .Flow-Item {
    grid-template-columns: max-content minmax(0, 1fr);
  }

  .Flow-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .Flow-Item:not(:last-child)::before {
    left: calc(20px - 2px);
    bottom: -20px;
  }

  .Flow-Item-Content-Number {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .Flow-Item-Content-Description {
    margin-left: 0;
    grid-column: 2;
    font-weight: normal;
    font-size: 13px;
  }

  .Flow-Item-Content-Title {
    grid-column: 2;
    margin-right: 0;
    font-size: 18px;
  }
}

/*-------------------------
  others
-------------------------*/
h1 span {
  font-size: 2rem;
  display: block;
  line-height: 1.5;
}

@media not all and (min-width: 768px) {
  h1 span {
    font-size: 1.55rem;
  }
}

.toList {
  margin-top: 2rem;
}

.d-btn .p-view-list-button {
  margin: 24px auto 0;
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}

@media not all and (min-width: 768px) {
  .d-btn .p-view-list-button {
    margin-bottom: 1rem;
  }
}

.strength .p-info-item {
  background-color: white;
}

@media print,
screen and (min-width: 768px) {
  .p-info-item {
    padding: 20px;
  }
}

.strength .p-info-item__image img {
  object-fit: none;
}

@media (hover: hover) {
  .strength .p-info-item {
    pointer-events: none;
  }
}

@media not all and (min-width: 768px) {
  .strength .p-info-item+.p-info-item {
    margin-top: -24px;
  }
}

.note {
  font-size: 0.8rem;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: -0.7em;
  padding-top: 1rem;
}

.caption {
  font-size: 11px;
  text-align: right;
  padding-right: 1rem;
}

.link-others {
  color: #3399cc;
  text-decoration: underline;
  float: right;
  margin-top: 2em;
}

.link-others:hover {
  opacity: 0.7;
}

.link-others:before {
  content: "";
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  vertical-align: middle;
  margin-right: 4px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/corp/assets/images/common/icon_check-correct.svg");
  background: #3399cc;
}

/*　download btn */
.c-rounded-button_dl {
  display: block;
  width: 100%;
  background-color: #000;
  padding-top: 9px;
  padding-right: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  border: 2px solid #000;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.p-contetns-contact__text_dl {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 1.2rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}

.c-rounded-button_dl::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}

.c-rounded-button_dl::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}

@media (hover: hover) {
  .c-rounded-button_dl:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

@media (hover: hover) {
  .c-rounded-button_dl:not(.is-disabled-hover):hover .p-contetns-contact__text_dl {
    color: #000;
  }
}

.p-contetns-contact__button_dl {
  width: 680px;
  margin: 15px auto 0;
  text-align: center;
  padding: 1rem;
}

@media not all and (min-width: 768px) {
  .p-contetns-contact__button_dl {
    width: 100%;
  }
}

/*-------------------------
  pagelink 3column
-------------------------*/
.p-info-item-cm {
  background-color: #fff;
  border-bottom: 1px dotted #333;
}

@media print,
screen and (min-width: 768px) {
  .p-info-item-cm {
    margin: 5% 1% 0;
    width: calc((94%) / 3);
    justify-content: center !important;
  }

  .p-info-item-s:nth-child(2n) {
    margin-left: 1%;
  }

  .p-info-item-cm__image {
    width: 105px;
    margin: 0 auto;
    overflow: hidden;
  }

  .p-info-item-s__cm_detail {
    width: calc(100% - 100px);
    margin-left: 10px;
  }

  .p-info-item-s:nth-child(n + 3) {
    margin-top: 5%;
  }

  .p-info-item-s__heading_cm {
    font-size: 1.1rem;
    font-weight: bold;
  }

  .p-info-item-s__text_cm {
    font-size: 0.9rem;
    margin-top: 8px;
    line-height: 1.5rem;
  }

  .p-info-item-cm__image img {
    transition: transform 0.5s;
  }

  @media (hover: hover) {

    /*.p-info-item-s:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }*/
    .p-info-item-cm:not(.is-disabled-hover):hover .p-info-item-cm__image img {
      transform: scale(120%);
    }
  }
}

@media not all and (min-width: 768px) {
  .p-info-item-cm {
    display: flex;
    padding: 1rem;
  }

  .p-info-item-cm__image {
    width: 80px;
  }

  .p-info-item-s__cm_detail {
    width: 60%;
    margin-left: 1rem;
  }

  .p-info-item-s__heading_cm {
    font-size: 1rem;
    font-weight: bold;
  }
}

/*===========================
	その他方面
============================*/
.box_modelcorse {
  position: relative;
  margin: 2em 0;
  padding-left: 65px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 15px;
  border: solid 2px #004098;
  overflow: hidden;
}

.box_modelcorse .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #004098;
  color: #ffffff;
  font-weight: bold;
}

.box_modelcorse p {
  margin: 0;
  padding: 0;
}

.box_modelcorse a:hover {
  background-color: #f79839;
}

ul.modelcorse {
  list-style: none outside;
}

ul.modelcorse li {
  list-style-type: none;
  padding: 0;
  float: left;
  width: 30%;
}

ul.modelcorse li.ver02 {
  list-style-type: none;
  padding: 0;
  float: left;
  width: 50%;
}

.p-info-item-s {
  transition: box-shadow 0.5s;
}

@media not all and (min-width: 768px) {
  .box_modelcorse {
    padding-left: 5px;
  }

  ul.modelcorse li {
    width: 100%;
  }

  ul.modelcorse li,
  ul.modelcorse li.ver02 {
    padding-bottom: 10px;
  }
}

/*-------------------------
   4column
-------------------------*/
.p-info-dvd-4 {
  display: flex;
  justify-content: space-between;
  margin-top: 84px;
}

.dvd-4 {
  width: calc(25% - 20px);
  margin: 0 10px 10px 0;
  border: 3px solid #c7d8e5;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 0 #c7d8e5;
}

.dvd-4:last-child {
  margin-right: 0;
}

@media not all and (min-width: 768px) {
  .p-info-dvd-4 {
    display: block;
    margin-top: 52px;
  }

  .dvd-4 {
    width: 100%;
    margin-bottom: 10%;
  }
}

/*-------------------------
   方面別リスト
-------------------------*/
.dst-list {
  --_column: 2;
  --_gap: 10px;

  display: flex;
  gap: var(--_gap);
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.dst-list li {
  max-width: 100%;
  width: 100%;
  flex-basis: calc((100% - var(--_gap) * (var(--_column) - 1)) / var(--_column));
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.dst-list li img {
  max-width: 100%;
  /*画像のはみだしを防ぐ*/
  height: auto;
  /*画像の縦横比を維持 */
  border: solid 1px #ccc;
  /*←画像を1pxのグレーの枠線で囲む指定の場合*/
  transition: transform 0.4s ease;
  /* ゆっくり変化させる */
}

.dst-list li:hover img {
  transform: scale(1.1);
  /* 拡大 */
}

.dst-list li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-inline: 8px;
  margin: 0;
  font-size: clamp(1.0625rem, 0.9574rem + 0.4484vw, 1.25rem);
  color: #ffffff;
  text-shadow: 0px 0px 8px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

@media (min-width: 540px) {
  .dst-list {
    --_column: 3;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .dst-list {
    --_column: 5;
    max-width: calc(100% - clamp(0rem, -11.1304rem + 23.1884vw, 4rem));
    margin-inline: auto;
  }
}

/*-------------------------
  info-box
-------------------------*/

.info-box {
  background: #f8f8f8;
  padding: 1.5rem 3rem;
  border-radius: 6px;
  margin: 2rem 0;
}

.sidebar-box .info-box {
  padding: 1rem 2rem;
  margin: 1rem 0;
}

.info-box p {
  margin-bottom: 1.25rem;
}

.info-box span {
  font-weight: bold;
  color: #003366;
}

.info-box-b {
  background: #eaf2f6;
  padding: 1.5rem 3rem;
  border-radius: 6px;
  margin: 2rem 0;
}

.text h3 {
  color: #003366;
}

.services-3 .text {
  width: calc(100% - 300px);
  margin: 1rem 0 0 1rem;
}

.services-3 .text h3 {
  font-size: 20px;
  font-weight: 500;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.link:hover {
  opacity: 0.7;
}

.info-box .p-view-list-button {
  width: 150px;
  margin: 20px 0 10px auto;
}

.titleLine-both {
  display: flex;
  margin: 2.5em 0 1em;
  font-size: 1.38rem;
  justify-content: center;
}

.titleLine-both span {
  display: block;
  font-size: 1.38rem;
  font-weight: 700;
  margin: 0 1.33em;
}

.titleLine-both:before,
.titleLine-both:after {
  content: "";
  position: relative;
  left: 0;
  top: 0.7rem;
  height: 1px;
  width: 2.5rem;
  background: #333;
  margin-right: 0.7rem;
}

@media (max-width: 767.98px) {
  .services-3 {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0 !important;
  }

  .services-3 .text {
    width: 100% !important;
    margin-top: 1rem;
    margin-left: 0 !important;
  }
}

/*-------------------------
  20250707各style.cssから
-------------------------*/
.voice .kigyo {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-bottom: 1.5rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.voice .h3-none:before {
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  left: 0;
}

.voice .h3-none:after {
  content: "";
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  right: 0;
}

.icn-business {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}

.icn-business .sc-01 {
  color: #fff;
  background-color: #2e8b57;
  padding: 1rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
}

.icn-business .sc-02 {
  color: #fff;
  background-color: #008db7;
  padding: 1rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
}

.icn-business .sc-03 {
  color: #fff;
  background-color: #d9a62e;
  padding: 1rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
}

.voice h3 {
  margin-bottom: 0 !important;
  align-content: center;
}

.voice table {
  width: -webkit-fill-available;
  margin: 0.7rem;
}

.voice table th,
td {
  padding: 5px;
}

.voice table th {
  white-space: nowrap;
}

@media not all and (min-width: 768px) {
  .icn-business {
    display: block;
    text-align: center;
  }

  .icn-business .sc-01,
  .icn-business .sc-02,
  .icn-business .sc-03 {
    padding: 0.75rem 2rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    margin-left: 0.3rem;
    text-align: center;
  }

  .voice h3 {
    padding: 0.25rem !important;
  }

  .voice h4.kigyo {
    margin-top: 1rem;
    text-align: center;
  }
}

.p-main-visual__link-button {
  display: flex;
  justify-content: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 26px;
  font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
  .p-main-visual__link-button {
    width: 600px;
    font-size: 1rem;
    padding: 14px 0.5em;
    margin: 20px 0 0 0;
  }

  .p-main-visual__link-button:hover {
    opacity: 0.8;
  }
}

@media not all and (min-width: 768px) {
  .p-main-visual__link-button {
    width: 300px;
    font-size: 0.75rem;
    font-size: 1rem;
    padding: 1rem;
    margin: 12px 0 0 0;
  }
}