@charset "UTF-8";
br.pc {
  display: block;
}
@media screen and (max-width: 46em) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 46em) {
  br.sp {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  main {
    padding-top: 113px;
  }
}


.activity.activityTop .ub-p-page-head .ub-p-page-head__body-title {
  color: #000;
}
.activity.activityTop .ub-p-page-head .ub-p-page-head__body-title .main {
  line-height: 1.2;
  font-weight: 400;
}
.activity.activityTop .ub-p-page-head .ub-p-page-head__body-title .sub {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .activity.activityTop .ub-p-page-head .ub-p-page-head__body-title .sub {
    margin-top: 15px;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
}

@media (max-width: 1240px) {	
.activity.activityTop .ub-p-page-head__img img {	
-o-object-position: 20% center;	
object-position: 20% center;	
}	
}	
@media (max-width: 992px) {	
.activity.activityTop .ub-p-page-head__img img {	
-o-object-position: center center;	
object-position: center center;	
}	
}
	
.activity.activityTop .ub-p-block-button-list .ub-c-block-button:nth-child(n+7) {
  display: none;
}
.activity.activityTop .ub-p-block-button-list .ub-c-block-button .ub-c-block-button__link .ub-c-block-button__link-img img {
  max-width: 100%;
  width: 100%;
}
.activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-img {
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-img {
    border-radius: 4px 4px 0 0;
  }
}
.activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-img img {
  aspect-ratio: 540/313;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-img img.pos-top {
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (min-width: 992px) {
  .activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-title {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-title {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
.activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-title .text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: normal;
  color: #222;
  flex-shrink: 2;
}
.activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-description {
  font-size: 1.2rem;
  color: #737373;
  margin: auto 20px 0;
  padding-left: 22px;
}
@media screen and (max-width: 991px) {
  .activity.activityTop .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-description {
    padding-left: 11px;
  }
}
.activity.activityTop .ub-p-block-button-list + #viewMore {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 20px 16px 24px;
  gap: 8px;
  border-radius: 4px;
  background: #1971d4;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition-duration: 0.4s;
  transition-property: background, border-radius;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (min-width: 992px) {
  .activity.activityTop .ub-p-block-button-list + #viewMore {
    margin: 60px 0 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .activity.activityTop .ub-p-block-button-list + #viewMore {
    margin: 30px auto 0;
    padding: 12px 15px 12px 20px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.activity.activityTop .ub-p-block-button-list + #viewMore .moreTxt {
  flex: 1;
  transition-duration: 0.4s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.activity.activityTop .ub-p-block-button-list + #viewMore .more-svg {
  width: 14px;
  height: 14px;
  z-index: 1;
  position: relative;
  fill: #fff;
  transition-duration: 0.4s;
  transition-property: fill, width, height, transform;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (max-width: 991px) {
  .activity.activityTop .ub-p-block-button-list + #viewMore .more-svg {
    width: 12px;
    height: 12px;
  }
}
.activity.activityTop .ub-p-block-button-list + #viewMore .more-circle {
  right: 13px;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .activity.activityTop .ub-p-block-button-list + #viewMore .more-circle {
    right: 9px;
    width: 20px;
    height: 20px;
  }
}
.activity.activityTop .ub-p-block-button-list + #viewMore .more-circle:before {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50%;
  background: #fff;
  content: "";
  transition-duration: 0.4s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (min-width: 992px) {
  .activity.activityTop .ub-p-block-button-list + #viewMore:hover {
    border-radius: 8px;
    background: #00266e;
    text-decoration: none;
    cursor: pointer;
  }
}
@media screen and (min-width: 992px) {
  .activity.activityTop .ub-p-block-button-list + #viewMore:hover .moreTxt {
    transform: translate(-8px);
  }
}
@media screen and (min-width: 992px) {
  .activity.activityTop .ub-p-block-button-list + #viewMore:hover .more-svg {
    fill: #00266e;
    transform: translate(2px) scale(0.7);
  }
}
@media screen and (min-width: 992px) {
  .activity.activityTop .ub-p-block-button-list + #viewMore:hover .more-circle:before {
    transform: scale(1);
  }
}

.page-detail .btn-recruit {
  position: fixed;
  right: 1%;
  z-index: 51;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.page-detail .btn-recruit.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 992px) {
  .page-detail .btn-recruit {
    bottom: 10%;
  }
}
@media screen and (max-width: 991px) {
  .page-detail .btn-recruit {
    right: 3%;
    bottom: 3%;
  }
}
.page-detail .btn-recruit .btn-recruit-close {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1971D4;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.page-detail .btn-recruit .btn-recruit-close:hover {
  opacity: 0.8;
}
.page-detail .btn-recruit .btn-recruit-close::before, .page-detail .btn-recruit .btn-recruit-close::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #000;
}
.page-detail .btn-recruit .btn-recruit-close::before {
  transform: rotate(45deg);
}
.page-detail .btn-recruit .btn-recruit-close::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .page-detail .btn-recruit .btn-recruit-close {
    top: -5px;
    right: -5px;
    width: 24px;
    height: 24px;
  }
  .page-detail .btn-recruit .btn-recruit-close::before, .page-detail .btn-recruit .btn-recruit-close::after {
    width: 12px;
  }
}
.page-detail .btn-recruit a {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #1971D4;
  border-radius: 10px;
  transition: 0.3s ease-in;
  overflow: hidden;
  border: 1px solid #1971D4;
}
.page-detail .btn-recruit a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .page-detail .btn-recruit a {
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 991px) {
  .page-detail .btn-recruit a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .page-detail .btn-recruit a .btn-img {
    width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail .btn-recruit a .btn-img {
    width: 61.5384615385vw;
  }
}
.page-detail .btn-recruit a .btn-img img {
  width: 100%;
object-fit: cover;
}

@media screen and (min-width: 992px) {
.page-detail .btn-recruit a .btn-img img {
height: 100px;
}
}

@media screen and (max-width: 991px) {
.page-detail .btn-recruit a .btn-img img {
height: 25.641025641vw;
}
}

@media screen and (min-width: 992px) {
  .page-detail .btn-recruit a:hover {
    opacity: 0.7;
    text-decoration: none;
    transition: 0.3s ease;
  }
}
.page-detail .btn-recruit a .btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 46em) {
  .page-detail .btn-recruit a .btn-text {
    font-size: 1.2rem;
    padding: 1.2820512821vw 0;
  }
}
.page-detail .btn-recruit a .btn-text:after {
  display: inline-block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  margin-top: 0.01em;
  margin-left: 0.15em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .page-detail .btn-recruit a .btn-text:after {
    margin-left: 5px;
   /* margin-right: 5px; */
  }
}
@media screen and (max-width: 991px) {
  .page-detail .fz-ls-sp {
    letter-spacing: 0;
  }
}
.page-detail sup {
  vertical-align: super;
  font-size: smaller;
}

.page-detail .line-ylw {
  background: #ffff00;
}
.page-detail .u-line {
  background: linear-gradient(transparent 50%, rgba(0, 189, 220, 0.4705882353) 60%);
}

.page-detail .blk-content + .blk-content {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .page-detail .blk-content + .blk-content {
    margin-top: 60px;
  }
}
.page-detail .ub-p-page-head .note-content {
  position: absolute;
  font-size: 1.4rem;
  color: #000;
}
@media screen and (min-width: 992px) {
  .page-detail .ub-p-page-head .note-content {
    left: max((100vw - 1260px) / 2 + 10px, 40px);
    bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail .ub-p-page-head .note-content {
    font-size: 1rem;
    bottom: 3px;
    left: 15px;
    right: 15px;
    letter-spacing: 0.03em;
  }
}
.page-detail .ub-p-page-head .ub-p-page-head__body-title {
  color: #000;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .page-detail .ub-p-page-head .ub-p-page-head__body-title {
    margin-top: -70px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail .ub-p-page-head .ub-p-page-head__body-title {
    margin-left: -10px;
  }
}
@media screen and (min-width: 992px) {
  .page-detail .ub-p-page-head .ub-p-page-head__img img {
    height: auto;
    min-height: 320px;
  }
}
.page-detail__wrap {
  background: #f7f8f9;
}
@media screen and (min-width: 992px) {
  .page-detail__wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail__wrap {
    padding: 0;
  }
}
.page-detail__wrap .content__inner {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px 50px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .page-detail__wrap .content__inner {
    margin-top: -40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner {
    padding: 30px 20px;
  }
}
.page-detail__wrap .content__inner .ub-c-img-box .ub-c-img-box__column-img {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-detail__wrap .content__inner .ub-c-img-box .ub-c-img-box__column-img {
    position: sticky;
    top: 113px;
  }
}
.page-detail__wrap .content__inner .ub-c-img-box .ub-c-img-box__column-img img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-detail__wrap .content__inner .page-transiton {
    margin-top: 70px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .page-transiton {
    margin-top: 25px;
    margin-bottom: 45px;
  }
}
.page-detail__wrap .content__inner .page-transiton .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.page-detail__wrap .content__inner .page-transiton .inner h3 {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.6rem;
  color: #fff;
  background: #1971D4;
}
.page-detail__wrap .content__inner .page-transiton .inner .page-link {
  font-size: 2rem;
  margin-top: -15px;
  border-top: 1px solid #4065a2;
  border-bottom: 1px solid #4065a2;
  padding: 25px 0 15px 0;
}
.page-detail__wrap .content__inner .page-transiton .inner .page-link li {
  transition: 0.3s ease-in-out;
  border-bottom: 1px dotted #EEE;
  padding-bottom: 10px;
  padding-left: 10px;
}
.page-detail__wrap .content__inner .page-transiton .inner .page-link li:last-child {
  border: none;
}
.page-detail__wrap .content__inner .page-transiton .inner .page-link li + li {
  padding: 10px 0;
  padding-left: 10px;
}
.page-detail__wrap .content__inner .page-transiton .inner .page-link li + li:has(a:hover) {
  border-top: none;
}
.page-detail__wrap .content__inner .page-transiton .inner .page-link li a {
  display: flex;
  align-items: center;
  color: #333;
  background: #fff;
  font-size: 1.6rem;
}
.page-detail__wrap .content__inner .page-transiton .inner .page-link li a:before {
  content: "";
  margin: 0;
  width: 0;
  height: 1px;
  transition: 0.3s ease-in-out;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg);
  margin-right: 10px;
  border-right: 2px solid #1971D4;
  border-bottom: 2px solid #1971D4;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .page-transiton {
    margin-bottom: 50px;
  }
  .page-detail__wrap .content__inner .page-transiton .inner {
    width: auto;
  }
  .page-detail__wrap .content__inner .page-transiton .inner h3 {
    font-size: 1.4rem;
  }
  .page-detail__wrap .content__inner .page-transiton .inner .page-link {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .page-detail__wrap .content__inner .page-transiton .inner .page-link li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 0 0px 20px;
    border: none;
    font-size: 1.4rem;
  }
  .page-detail__wrap .content__inner .page-transiton .inner .page-link li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    content: "";
    width: 6px;
    height: 6px;
    margin: auto 0;
    transform: rotate(45deg);
  }
  .page-detail__wrap .content__inner {
    /* .page-transiton .inner .page-link li:has(a:hover) {      
            border: none;
            border-bottom: 1px solid #333;
            background: #fff;          
        } */
  }
  .page-detail__wrap .content__inner .page-transiton .inner .page-link li a:hover:before {
    top: 0;
    bottom: 0;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    background: transparent;
  }
}
.page-detail__wrap .content__inner .atl-link {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .atl-link {
    margin-top: 20px;
  }
}
.page-detail__wrap .content__inner .media-item {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .media-item {
    margin-top: 40px;
  }
}
.page-detail__wrap .content__inner .media-item .ub-c-media {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.page-detail__wrap .content__inner .media-item .ub-c-media img {
  max-width: 100%;
}
.page-detail__wrap .content__inner .media-item .ub-c-media iframe {
  width: 100%;
  height: 450px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .media-item .ub-c-media iframe {
    width: 100%;
    height: 51.375vw;
    border-radius: 4px;
  }
}
.page-detail__wrap .content__inner .media-item .ub-c-media.wid-100 {
  max-width: 800px;
  width: 100%;
}
.page-detail__wrap .content__inner .ub-c-grid img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .ub-c-grid img {
    border-radius: 4px;
  }
}
.page-detail__wrap .content__inner .caption {
  margin: 15px auto 0;
}
@media screen and (min-width: 992px) {
  .page-detail__wrap .content__inner .caption {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .caption {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    text-align: left;
    margin-top: 10px;
  }
}
.page-detail__wrap .content__inner .note {
  font-size: 1.3rem;
  margin-top: 1em;
}
.page-detail__wrap .content__inner .linkBox {
  margin-top: 1.5em;
  padding-left: 1em;
}
.page-detail__wrap .content__inner .linkBox li {
  text-indent: -1em;
}
.page-detail__wrap .content__inner .linkBox li:before {
  content: "・";
}
.page-detail__wrap .content__inner .btn-center {
  display: flex;
  justify-content: center;
}
.page-detail__wrap .content__inner .flx-voice {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .flx-voice {
    margin-top: 40px;
  }
}
.page-detail__wrap .content__inner .flx-voice .cont-voice {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .flx-voice .cont-voice {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.page-detail__wrap .content__inner .flx-voice .cont-voice .flxImg {
  width: 500px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .flx-voice .cont-voice .flxImg {
    width: 100%;
    margin: 0 auto;
  }
}
.page-detail__wrap .content__inner .flx-voice .cont-voice .flxImg img {
  width: 400px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .flx-voice .cont-voice .flxImg img {
    width: 100%;
    border-radius: 4px;
  }
}
.page-detail__wrap .content__inner .flx-voice .cont-voice .flxTxt {
  width: 500px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .flx-voice .cont-voice .flxTxt {
    width: 100%;
    margin-top: 30px;
  }
}
.page-detail__wrap .content__inner .flx-voice .cont-voice .flxTxt:after {
  position: absolute;
  top: 82px;
  left: -55px;
  content: "";
  width: 0;
  height: 0;
  border-right: 60px solid #d9ecf8;
  border-top: 0px solid transparent;
  border-bottom: 45px solid transparent;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .flx-voice .cont-voice .flxTxt:after {
    top: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 30px solid #d9ecf8;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 0;
  }
}
.page-detail__wrap .content__inner .flx-voice .cont-voice .flxTxt:before {
  position: absolute;
  top: 80px;
  left: -60px;
  content: "";
  width: 0;
  height: 0;
  border-right: 62px solid #4065a2;
  border-top: 0px solid transparent;
  border-bottom: 47px solid transparent;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .flx-voice .cont-voice .flxTxt:before {
    top: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 30px solid #4065a2;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 0;
  }
}
.page-detail__wrap .content__inner .flx-voice .cont-voice .flxTxt p {
  font-weight: 500;
  background: #d9ecf8;
  padding: 20px 15px;
  border-radius: 20px;
  border: 2px solid #4065a2;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .flx-voice .cont-voice .flxTxt p {
    border-radius: 12px;
    padding: 15px;
  }
}
.page-detail__wrap .content__inner .flx-voice .cont-voice .flxTxt p span {
  background: linear-gradient(transparent 50%, rgba(0, 189, 220, 0.4705882353) 60%);
}
.page-detail__wrap .content__inner .flx-voice .cont-voice:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .flx-voice .cont-voice:nth-child(even) {
    flex-direction: column;
  }
}
.page-detail__wrap .content__inner .flx-voice .cont-voice:nth-child(even) .flxTxt:after {
  position: absolute;
  left: inherit;
  right: -55px;
  content: "";
  width: 0;
  height: 0;
  border-right: 0;
  border-left: 60px solid #d9ecf8;
  border-top: 0px solid transparent;
  border-bottom: 45px solid transparent;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .flx-voice .cont-voice:nth-child(even) .flxTxt:after {
    top: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 30px solid #d9ecf8;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 0;
  }
}
.page-detail__wrap .content__inner .flx-voice .cont-voice:nth-child(even) .flxTxt:before {
  position: absolute;
  left: inherit;
  right: -60px;
  content: "";
  width: 0;
  height: 0;
  border-right: 0;
  border-left: 62px solid #4065a2;
  border-top: 0px solid transparent;
  border-bottom: 47px solid transparent;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .flx-voice .cont-voice:nth-child(even) .flxTxt:before {
    top: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 30px solid #4065a2;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-detail__wrap .content__inner .sec-article:not(:first-child) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .sec-article:not(:first-child) {
    margin-top: 60px;
  }
}
.page-detail__wrap .content__inner .sec-article .sec-text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .page-detail__wrap .content__inner .sec-article .sec-text {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .sec-article .sec-text {
    margin-top: 40px;
  }
}
.page-detail__wrap .content__inner .article-author {
  margin-top: 80px;
  padding: 30px;
  background: #F5F7FB;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .article-author {
    margin-top: 40px;
    padding: 20px 15px;
  }
}
.page-detail__wrap .content__inner .article-author .inner {
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-detail__wrap .content__inner .article-author .inner {
    padding-left: 120px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .article-author .inner .title-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 6.4102564103vw;
  }
}
.page-detail__wrap .content__inner .article-author .inner .title-box .ub-c-title-lv2__title {
  font-size: 1.6rem;
  margin-top: 10px;
}
.page-detail__wrap .content__inner .article-author .inner .title-box .img-author {
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-detail__wrap .content__inner .article-author .inner .title-box .img-author {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .article-author .inner .title-box .img-author {
    width: 28.2051282051vw;
  }
}
.page-detail__wrap .content__inner .article-author .inner .title-box .img-author img {
  width: 100%;
}
.page-detail__wrap .content__inner .article-author .inner .introduction {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .article-author .inner .introduction {
    margin-top: 20px;
  }
}
.page-detail__wrap .content__inner .article-author .inner .introduction p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .content__inner .article-author .inner .introduction p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 992px) {
  .page-detail__wrap .latest-articles {
    padding: 150px 0;
  }
}
@media screen and (max-width: 991px) {
  .page-detail__wrap .latest-articles {
    padding: 80px 20px;
  }
}
.page-detail__wrap .latest-articles .inner {
  max-width: 1136px;
  margin: 0 auto;
}
.page-detail__wrap .latest-articles .inner .ub-p-block-button-list.ub-p-block-button-list--col3 li:nth-child(n+4) {
  display: none;
}
.page-detail .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-detail .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-detail .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-img {
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .page-detail .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-img {
    border-radius: 4px 4px 0 0;
  }
}
.page-detail .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-img img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-detail .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-title {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-detail .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-title {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
.page-detail .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-title .text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: normal;
  color: #222;
}
.page-detail .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-description {
  font-size: 1.2rem;
  color: #737373;
  margin: auto 20px 0;
  padding-left: 22px;
}
@media screen and (max-width: 991px) {
  .page-detail .ub-p-block-button-list.ub-p-block-button-list--col3 .ub-c-block-button__link .ub-c-block-button__link-description {
    padding-left: 11px;
  }
}/*# sourceMappingURL=style.css.map */


