@charset "UTF-8";
/* --------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
-------------------------------------------------- */
/* ============================
//_mixin.cscc
============================ */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border-radius: 20px;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
}

@keyframes poing {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes arrow {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(15px, 0);
    opacity: 0;
  }
}
@keyframes profile-hover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
/* ============================
 PC / base.scss
============================ */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

br {
  visibility: hidden;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  appearance: none;
}

.uly-main.uly-main-case {
  background-color: #f5f5f5;
}

.uly-case-tab {
  padding: 71px 0 0;
  background-color: #fff;
  letter-spacing: 0;
}
.uly-case-tab__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 1200px;
  min-width: 1200px;
  margin: auto;
  list-style: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.uly-case-tab__item-name {
  margin-right: 4px;
  font-size: 24px;
}
.uly-case-tab__item {
  align-items: center;
  width: 380px;
  padding: 20px 0;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
}
.uly-case-tab__item--tech {
  background-color: #f2f5f7;
  color: rgba(31, 41, 51, 0.3);
  text-align: center;
  transition: all .3s ease;
  cursor: pointer;
}
.uly-case-tab__item--tech::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-right: 4px;
  margin-bottom: 2px;
  background: url("../../../assets/images/case/ico_tech-tag-light.svg") no-repeat center center/100%;
  transition: all .3s ease;
}
.uly-case-tab__item--tech:hover {
  background-color: #044066;
  color: #fff;
}
.uly-case-tab__item--tech:hover::before {
  content: "";
  background: url("../../../assets/images/case/ico_tech-tag.svg") no-repeat center center/100%;
}
.uly-case-tab__item--tech.is-active {
  background-color: #044066;
  color: #fff;
}
.uly-case-tab__item--tech.is-active::before {
  content: "";
  display: inline-block;
  z-index: 100;
  width: 16px;
  height: 14px;
  margin-right: 4px;
  margin-bottom: 2px;
  background: url("../../../assets/images/case/ico_tech-tag.svg") no-repeat center center/100%;
}
.uly-case-tab__item--industry {
  background-color: #f2f7f7;
  color: rgba(31, 41, 51, 0.3);
  text-align: center;
  transition: all .3s ease;
  cursor: pointer;
}
.uly-case-tab__item--industry::before {
  content: "";
  display: inline-block;
  z-index: 100;
  width: 20px;
  height: 19px;
  margin-right: 5px;
  background: url("../../../assets/images/case/ico_industry-tag-light.svg") no-repeat center center/100%;
  transition: all .3s ease;
}
.uly-case-tab__item--industry:hover {
  background-color: #04665b;
  color: #fff;
}
.uly-case-tab__item--industry:hover::before {
  content: "";
  background: url("../../../assets/images/case/ico_industry-tab.svg") no-repeat center center/100%;
}
.uly-case-tab__item--industry.is-active {
  background-color: #04665b;
  color: #fff;
}
.uly-case-tab__item--industry.is-active::before {
  content: "";
  display: inline-block;
  z-index: 100;
  width: 20px;
  height: 19px;
  margin-right: 5px;
  background: url("../../../assets/images/case/ico_industry-tab.svg") no-repeat center center/100%;
}
.uly-case-tab__item--support {
  position: relative;
  background-color: #fdf7f4;
  color: rgba(31, 41, 51, 0.3);
  text-align: center;
  transition: all .3s ease;
  cursor: pointer;
}
.uly-case-tab__item--support::before {
  content: "";
  display: inline-block;
  z-index: 100;
  width: 24px;
  height: 22px;
  margin-right: 2px;
  margin-bottom: -3px;
  background: url("../../../assets/images/case/ico_sup-tag-light.svg") no-repeat center center/100%;
  transition: all .3s ease;
}
.uly-case-tab__item--support:hover {
  background-color: #df6720;
  color: #fff;
}
.uly-case-tab__item--support:hover::before {
  content: "";
  background: url("../../../assets/images/case/ico_support-tab.svg") no-repeat center center/100%;
}
.uly-case-tab__item--support.is-active {
  background-color: #df6720;
  color: #fff;
}
.uly-case-tab__item--support.is-active::before {
  content: "";
  display: inline-block;
  z-index: 100;
  width: 24px;
  height: 22px;
  margin-right: 4px;
  margin-bottom: -2px;
  background: url("../../../assets/images/case/ico_support-tab.svg") no-repeat center center/100%;
}

.uly-case-tag {
  font-size: 16px;
  font-weight: bold;
}
.uly-case-tag__tech {
  display: none;
  padding: 60px 0;
  border-top: 4px solid #044066;
  background-color: #f2f5f7;
}
.uly-case-tag__industry {
  display: none;
  padding: 60px 0;
  border-top: 4px solid #04665b;
  background-color: #f2f7f7;
}
.uly-case-tag__support {
  display: none;
  display: block;
  border-top: 4px solid #df6720;
}
.uly-case-tag__list {
  letter-spacing: 0;
}
.uly-case-tag__list--tech {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 1200px;
  min-width: 1200px;
  margin: auto;
  list-style: none;
}
.uly-case-tag__list--industry {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 1200px;
  min-width: 1200px;
  margin: auto;
  list-style: none;
  font-size: 16px;
  font-weight: bold;
}
.uly-case-tag__list--support {
  display: none;
}
.uly-case-tag__item-tech {
  padding: 8px 16px;
  border-radius: 5px;
  background-color: #fff;
  transition: all .3s ease;
  cursor: pointer;
}
.uly-case-tag__item-tech::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 5px;
  background: url("../../../assets/images/case/ico_tech-tag-navy.svg") no-repeat center center/100%;
  transition: all .3s ease;
}
.uly-case-tag__item-tech:hover {
  background: #003f65;
  color: #fff;
}
.uly-case-tag__item-tech:hover::before {
  content: "";
  background: url("../../../assets/images/case/ico_tech-tag.svg") no-repeat center center/100%;
}
.uly-case-tag__item-tech.is-current {
  background-color: #044066;
  color: #fff;
}
.uly-case-tag__item-tech.is-current::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 5px;
  background: url("../../../assets/images/case/ico_tech-tag.svg") no-repeat center center/100%;
}
.uly-case-tag__item-industry {
  padding: 8px 16px;
  border-radius: 5px;
  background-color: #fff;
  color: #04665b;
  transition: all .3s ease;
  cursor: pointer;
}
.uly-case-tag__item-industry:hover {
  background-color: #04665b;
  color: #fff;
}
.uly-case-tag__item-industry.is-current {
  background-color: #04665b;
  color: #fff;
  cursor: pointer;
}

.uly-case__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.uly-case__panel::after {
  content: "";
  display: block;
  width: calc((100% - 90px) / 3);
  height: 0;
}
.uly-case__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 90px) / 3);
  margin: 50px 0 0;
  border-radius: 15px;
  background: #fff;
  letter-spacing: 0%;
}
.uly-case__image {
  display: block;
  position: relative;
  margin: 10px 10px 0;
  background: #fff;
}
.uly-case__image--face {
  display: block;
  position: relative;
  height: 190px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.uly-case__imgarea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 180px;
  margin: 0 auto;
  transition: 0.3s;
}
.uly-case__imgarea img {
  max-width: 200px;
  max-height: 90px;
  transition: 0.3s;
}
.uly-case__imgarea--face {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 190px;
  transform-origin: center center;
  transition: 0.3s;
}
.uly-case__imgarea--face img {
  max-width: 100%;
  transform: scale(1);
  transition: 0.3s;
  object-fit: cover;
}
.uly-case__body {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: 0 20px;
  border-top: 2px solid #eceff0;
}
.uly-case__foot {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 16px 20px 20px;
}
.uly-case__industry {
  display: inline;
  width: fit-content;
  padding: 4px 16px;
  border-radius: 5px;
  background-color: #f2f5f7;
  color: #044066;
  font-size: 14px;
  text-align: left;
}
.uly-case__title {
  position: relative;
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.uly-case__title span {
  display: block;
}
.uly-case__title--text {
  display: inline-block;
  height: 56px;
  margin-top: 12px;
  font-size: 18px;
  text-align: left;
}
.uly-case__corp {
  height: 36px;
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
.uly-case__min {
  font-size: 22px;
}
.uly-case__desc {
  margin: 20px 0 0;
  padding: 20px 30px;
  color: #777;
  line-height: 1.8;
}
.uly-case__service {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 4px 12px;
  min-height: 62px;
  margin-top: 8px;
  padding: 0 20px;
  line-height: 4px;
}
.uly-case__btn {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 44px;
  transform: translatez(0);
  transition: 0.3s ease-out;
  border-radius: 40px;
  background: #044066;
  box-shadow: 0 3px 4px rgba(154, 165, 177, 0.4);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.uly-case__btn::after {
  content: "";
  position: absolute;
  right: 25px;
  width: 12px;
  height: 10px;
  transition: 0.3s;
  background: url("../../../assets/images/common/arrow_white.png") no-repeat center center/100%;
}
.uly-case__btn:hover {
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transition: 0.3s ease-out;
  box-shadow: 0 0 20px rgba(154, 165, 177, 0.8);
}
.uly-case__btn:hover::after {
  right: 22px;
  transition: 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .uly-case__btn {
    top: calc(50% - 20px);
    left: calc(50% - 90px);
  }
}
.uly-case__ext {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
  transition: 0.3s;
  border-radius: 20px;
  background: #cdd9e0;
  text-indent: -9999px;
}
.uly-case__ext::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background: url("../../../assets/images/common/ico_external.svg") no-repeat center center/100%;
}
.uly-case__ext:hover {
  transform: scale(1.1, 1.1) rotate(0.0001deg);
  transition: 0.3s;
  background: #3e4c59;
}
.uly-case__ext:hover::after {
  animation: poing 0.9s both;
}
@media all and (-ms-high-contrast: none) {
  .uly-case__ext {
    margin: 0 -10px 0 300px;
  }
}
.uly-case__catch {
  padding: 50px 0;
  background-color: #fff;
  color: #3e4c59;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.case-summary {
  box-sizing: border-box;
  width: 100%;
  width: 1300px;
  margin: 0 auto 80px;
}
.case-summary__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
.case-summary__logo img {
  max-width: 200px;
  max-height: 90px;
  transition: 0.3s;
}
.case-summary__logo--large img {
  max-width: 400px;
}
.case-summary__copy {
  width: 1000px;
  margin: 10px auto 0;
  color: #777;
  font-size: 11px;
  text-align: right;
}
.case-summary .uly-table {
  width: 1000px;
  margin: 0 auto;
}

.case-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  margin: 0 auto 40px;
}
.case-caption--margin-top {
  margin-top: 40px;
}
.case-caption img {
  width: 800px;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}
.case-caption figcaption {
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
.case-interview__article .case-caption {
  width: 940px;
}

.case-service {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto 80px;
  padding: 60px 0;
  background: #f5f5f5;
}
.case-service__inner {
  width: 1300px;
  margin: 0 auto;
}
.case-service__box {
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.case-interview {
  box-sizing: border-box;
  width: 100%;
  width: 1300px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}
.case-interview__box {
  width: 1000px;
  margin: 0 auto 80px;
}
.case-interview__box:last-child {
  margin: 0 auto;
}
.case-interview__article {
  margin: 0 0 60px;
  padding: 0 30px;
}
.case-interview__article:last-child {
  margin: 0;
}
.case-interview__desc {
  margin: 0 30px 30px;
  line-height: 1.8;
}
.case-interview__data {
  font-size: 14px;
  text-align: right;
}
.case-interview__title {
  margin: 20px 0 0;
}
.case-interview__comment {
  margin: 10px 0 0;
  padding: 30px;
  border-radius: 20px;
  background: rgba(154, 165, 177, 0.1);
}
.case-interview__comment--txt {
  margin: 0 0 30px;
}
.case-interview__comment--txt:last-child {
  margin: 0;
}
.case-interview__column {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.case-interview__text {
  width: calc(100% - 340px);
}
.case-interview__image {
  width: 310px;
  height: 170px;
  overflow: hidden;
}
.case-interview__image img {
  max-width: 100%;
}

.case-interviewee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
.case-interviewee__image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 60px;
}
.case-interviewee__image img {
  width: 100%;
  height: 100%;
}
.case-interviewee__desc {
  width: calc(100% - 150px);
  font-size: 16px;
  line-height: 1.8;
}

.case-detail {
  box-sizing: border-box;
  width: 100%;
  width: 1300px;
  margin: 0 auto;
  font-size: 16px;
}
.case-detail__box {
  width: 1000px;
  margin: 0 auto 64px;
}
.case-detail__list {
  padding: 0 30px;
  list-style: disc;
  list-style-position: inside;
}
.case-detail__text {
  padding: 0 30px;
}

.caseico__name {
  height: 18px;
  font-size: 12px;
  text-align: left;
}
.caseico__name::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-right: 2px;
  background: url("../../../assets/images/case/ico_tech-tag-navy.svg") no-repeat center center/100%;
}
.caseico__name--large {
  margin-right: 16px;
  padding: 7px 14px 8px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.caseico__name--large::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 4px;
  background: url("../../../assets/images/case/ico_tech-tag-navy.svg") no-repeat center center/100%;
}
.caseico__name--large:last-child {
  margin-right: 0;
}

.uly-contact {
  min-width: 1300px;
  padding: 60px 0;
  background: #f5f5f5;
  text-align: center;
}
.uly-contact__caption {
  margin: -10px 0 40px;
  font-size: 16px;
}
.uly-contact__box {
  display: flex;
  justify-content: space-between;
  width: 730px;
  margin: 0 auto;
}
.uly-contact__button {
  display: flex;
  align-items: center;
  width: 350px;
  height: 60px;
  border-radius: 30px;
  transition: .3s all;
  background: #3e4c59;
  color: #fff;
  font-weight: bold;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.uly-contact__button--form {
  position: relative;
}
.uly-contact__button--form::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  transition: .3s all;
  transform: translateY(-50%);
  background: url("../../../assets/images/common/arrow_white.png") no-repeat center center/100%;
}
.uly-contact__button--form:hover {
  transition: .3s all;
  background: #667380;
  text-decoration: none;
}
.uly-contact__button--form:hover::after {
  right: 15px;
}
.uly-contact__left {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #667380;
  width: 80px;
  height: 60px;
  border-radius: 30px 0 0 30px;
}
.uly-contact__left img {
  margin: 0 0 0 10px;
}
.uly-contact__right {
  display: flex;
  justify-content: center;
  width: calc(100% - 80px);
  margin: 0 0 0 -10px;
}
.uly-contact__right--tel {
  color: #fff;
  font-size: 20px;
  pointer-events: none;
}
.uly-contact__right--form {
  font-size: 18px;
}

.uly-heading--game {
  position: relative;
  margin: 0 0 80px;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
.uly-heading--game::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 35px);
  width: 70px;
  height: 7px;
  background: url("../../../assets/images/common/ico_heading_game.svg") no-repeat center center/100% 100%;
}

.uly-contact-game {
  min-width: 1300px;
  padding: 60px 0;
  background: #fff;
  text-align: center;
}
.uly-contact-game__caption {
  margin: -10px 0 40px;
  font-size: 16px;
}
.uly-contact-game__box {
  display: flex;
  justify-content: space-between;
  width: 730px;
  margin: 0 auto;
}
.uly-contact-game__button {
  display: flex;
  align-items: center;
  width: 350px;
  height: 60px;
  border-radius: 30px;
  transition: 0.3s all;
  background: #323f4b;
  color: #fff;
  font-weight: bold;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.uly-contact-game__button--form {
  position: relative;
}
.uly-contact-game__button--form::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  transition: 0.3s all;
  transform: translateY(-50%);
  background: url("../../../assets/images/common/arrow_white.png") no-repeat center center/100%;
}
.uly-contact-game__button--form:hover {
  transition: 0.3s all;
  background: #323f4b;
  text-decoration: none;
}
.uly-contact-game__button--form:hover::after {
  right: 15px;
}
.uly-contact-game__left {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #323f4b;
  width: 80px;
  height: 60px;
  border-radius: 30px 0 0 30px;
}
.uly-contact-game__left img {
  margin: 0 0 0 10px;
}
.uly-contact-game__right {
  display: flex;
  justify-content: center;
  width: calc(100% - 110px);
  margin: 0 0 0 -10px;
}
.uly-contact-game__right--tel {
  font-size: 22px;
}
.uly-contact-game__right--form {
  font-size: 18px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cookie-popup {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  left: 0;
  width: 100%;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  opacity: 0;
  background: #1f2933;
  animation-fill-mode: forwards;
}
.cookie-popup.is-hidden {
  display: none;
}
.cookie-popup__inner {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cookie-popup__text {
  margin-right: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
}
.cookie-popup__link {
  color: #fbb03b;
  text-decoration: underline;
}
.cookie-popup__button-box {
  display: flex;
}
.cookie-popup__button {
  display: block;
  box-sizing: border-box;
  width: 240px;
  margin-right: 20px;
  padding: 11px 0;
  transition: .3s all;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.cookie-popup__button:last-child {
  margin-right: 0;
}
.cookie-popup__button--agree {
  border: 2px solid #fff;
  background: #fff;
  color: #1f2933;
}
.cookie-popup__button--agree:hover {
  border: 2px solid #fff;
  background: #1f2933;
  color: #fff;
}
.cookie-popup__button--reject {
  border: 2px solid #fff;
  background: #1f2933;
  color: #fff;
}
.cookie-popup__button--reject:hover {
  background: #fff;
  color: #1f2933;
}

.sustainability {
  width: 100%;
  min-width: 1300px;
  height: 100%;
  margin: 0 0 80px;
  padding: 80px 0;
  background-color: #f5f5f5;
}
.sustainability__inner {
  width: 900px;
  margin: 0 auto;
  padding: 80px 100px 0;
  border-radius: 20px;
  background-color: #fff;
}
.sustainability__banner {
  display: block;
  margin-bottom: 80px;
  transition: .3s;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
.sustainability__banner img {
  width: 100%;
}
.sustainability__banner:hover {
  opacity: .7;
}
.sustainability__banner-sp {
  display: none;
}

.sustainability-content {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.sustainability-content__image img {
  width: 426px;
  border-radius: 10px;
}
.sustainability-content__text {
  width: 426px;
  color: #03449e;
}
.sustainability-content__title {
  margin: -10px 0 20px;
  color: #03449e;
  font-family: "Montserrat", "Roboto", sans-serif, "游ゴシック体", "Yu Gothic";
  font-size: 41px;
}
.sustainability-content__japanese {
  position: relative;
  vertical-align: middle;
  margin: 0 0 0 16px;
  padding: 0 0 0 36px;
  white-space: nowrap;
  font-family: "Roboto", sans-serif, "游ゴシック体", "Yu Gothic";
  font-size: 24px;
}
.sustainability-content__japanese::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  background: url("../../../assets/images/esg/line.png") no-repeat center center/contain;
}
.sustainability-content:nth-of-type(even) {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.sustainability-content-list {
  border-top: 1px solid #e5e7eb;
}
.sustainability-content-list__item {
  position: relative;
  padding: 4px 0;
  border-bottom: 1px solid #e5e7eb;
}
.sustainability-content-list__item a {
  display: block;
  padding: 20px 0 20px 22px;
  transition: 0.3s;
  color: #7b8794;
  font-size: 14px;
  font-weight: bold;
}
.sustainability-content-list__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  transition: 0.3s;
  background: url("../../../assets/images/esg/arrow.png") no-repeat center center/contain;
}
.sustainability-content-list__item a:hover {
  border-radius: 4px;
  background: #9aa5b1;
  color: #fff;
  cursor: pointer;
}
.sustainability-content-list__item a:hover::after {
  right: 20px;
  transition: 0.3s all;
  background: url("../../../assets/images/esg/arrow-white.png") no-repeat center center/contain;
}

.sustainability-wrapper {
  width: 100%;
  min-width: 1300px;
  height: 100%;
}
.sustainability-wrapper a[target="_blank"]::after {
  content: url(/v2/images/pr/ico_link.svg);
  width: 16px;
  height: 16px;
  padding-left: 6px;
}

.sustainability-title {
  display: flex;
  flex-flow: column;
  margin: 0 0 40px;
  padding: 40px 0;
  background-color: #f5f5f5;
  color: #616e7c;
  font-size: 26px;
  text-align: center;
}
.sustainability-title__english {
  font-family: "Montserrat", "Roboto", sans-serif, "游ゴシック体", "Yu Gothic";
  font-size: 30px;
}
.sustainability-title__japanese {
  padding-bottom: 12px;
  font-size: 18px;
}

.sustainability-main {
  width: 980px;
  margin: 0 auto 60px;
  font-size: 16px;
}
.sustainability-main__box {
  margin-bottom: 60px;
}
.sustainability-main__box:last-child {
  margin-bottom: 0;
}
.sustainability-main__group {
  margin-top: 40px;
}
.sustainability-main__group--close {
  margin-top: 30px;
}
.sustainability-main__title {
  padding: 20px 0 0;
  font-weight: bold;
}
.sustainability-main__text {
  padding-bottom: 20px;
}
.sustainability-main__text:last-child {
  padding-bottom: 0;
}
.sustainability-main__text--close {
  padding-bottom: 10px;
}
.sustainability-main__text--far {
  padding-bottom: 40px;
}
.sustainability-main__text-bold {
  margin-bottom: 5px;
  font-weight: bold;
}
.sustainability-main__list--disc {
  margin: 0 0 10px 20px;
  list-style: disc;
}
.sustainability-main__item {
  padding-bottom: 20px;
}
.sustainability-main__item--close {
  padding-bottom: 0;
}
.sustainability-main__note {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: right;
}

.sustainability-table {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #03449e;
}
.sustainability-table__head {
  box-sizing: border-box;
  padding: 10px;
  border-right: 1px solid #fff;
  background: #03449e;
  color: #fff;
  font-size: 14px;
}
.sustainability-table__head:last-child {
  border-right: 0;
}
.sustainability-table__head:first-child {
  width: 200px;
  border-bottom: 1px solid #fff;
}
.sustainability-table__side-head {
  box-sizing: border-box;
  width: 200px;
  padding: 10px;
  border-bottom: 1px solid #fff;
  background: #03449e;
  color: #fff;
  font-size: 14px;
}
tr:last-child .sustainability-table__side-head {
  border-bottom: 0;
}
.sustainability-table__data {
  padding: 10px;
  border-right: 1px solid #03449e;
  border-bottom: 1px solid #03449e;
  font-size: 14px;
  text-align: center;
}

.sustainability-note {
  margin-top: 10px;
  font-size: 14px;
}

.sustainability-main .image {
  margin-top: 30px;
  text-align: center;
}
.sustainability-main .image__item {
  display: inline-block;
  margin: 0 30px 30px;
  vertical-align: top;
}
.sustainability-main .image__3column {
  display: inline-block;
  width: 300px;
  margin: 0 10px 30px;
  vertical-align: top;
}
.sustainability-main .image__3column img {
  width: 300px;
  height: 200px;
  margin: 0 0 20px;
  font-family: "object-fit: cover;";
  /*IE対策*/
  object-fit: cover;
}
.sustainability-main .image__title {
  margin: 0 0 5px;
  font-weight: bold;
  text-align: left;
}
.sustainability-main .image__text {
  margin: 0 0 5px;
  text-align: left;
}
.sustainability-main .image__link {
  text-align: left;
}

.fadein {
  transform: translate(0, 45px);
  transition: all 500ms;
  opacity: 0;
}

.fadein-left {
  transform: translate(-45px, 0);
  transition: all 500ms;
  opacity: 0;
}

.fadein-right {
  transform: translate(45px, 0);
  transition: all 500ms;
  opacity: 0;
}

.fadein-list {
  transform: translate(0, 45px);
  transition: all 500ms;
  opacity: 0;
}
.fadein-list:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.fadein-list:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.fadein-list:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.fadein-list:nth-of-type(5) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
.fadein-list:nth-of-type(6) {
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}

.fadein.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.fadein-list.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.footer {
  min-width: 1300px;
}
.footer__map {
  margin: 80px 0 0;
  background: #1f2933;
  font-size: 12px;
}
.footer__inner {
  display: flex;
  width: 1200px;
  margin: 0 auto 20px;
  padding: 40px 0 20px;
}
.footer__inner a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 12px;
}
.footer__inner a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s all;
  background: #3e4c59;
}
.footer__inner a:hover {
  text-decoration: none;
  cursor: pointer;
}
.footer__inner a:hover::after {
  width: 100%;
}
.footer__profile {
  width: 420px;
  color: #fff;
}
.footer__profile address {
  font-style: normal;
}
.footer__logo {
  width: 160px;
  margin: 0 0 10px;
}
.footer__logo img {
  width: 100%;
}
.footer__nav {
  display: flex;
}
.footer__list {
  padding: 0 20px;
  border-left: 1px solid #3e4c59;
}
.footer__list li {
  line-height: 2;
}
.footer small {
  display: block;
  padding: 5px 0;
  background: #1f2933;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.organizations {
  width: 1200px;
  margin: 20px auto 15px;
}
.organizations__list {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  vertical-align: middle;
}
.organizations__list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ============================
 PC / header.scss
============================ */
.header {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
}
.header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: 0.3s ease;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(31, 41, 51, 0.16);
}
.header.is-active::before {
  transform: translateY(0);
}
.header__inner {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 12px 24px;
}
.header__logo {
  width: 140px;
  margin-right: auto;
  transition: 0.3s ease;
}
.header__logo img {
  width: 100%;
}
.header__logo:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}
.header__nav {
  display: none;
}

/* ============================
 PC / nav-menu.scss
============================ */
.nav-menu {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 20px;
  opacity: 0;
}
.nav-menu__inner {
  display: flex;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(31, 41, 51, 0.16);
}
.nav-menu__h1 {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 600;
}
.nav-menu__h1 span {
  color: #7b8794;
  font-size: 16px;
}
.nav-menu__h2 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
.nav-menu__block {
  display: flex;
  gap: 64px;
}
.nav-menu__list {
  display: flex;
  flex-direction: column;
}
.nav-menu__list--second .nav-menu__item {
  border-bottom: none;
}
.nav-menu__list--second .nav-menu__title {
  padding-left: 16px;
  font-size: 14px;
}
.nav-menu__list--second .nav-menu__title::after {
  width: 12px;
  height: 12px;
}
.nav-menu__item {
  border-bottom: 1px solid #c1c8cf;
}
.nav-menu__title {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 260px;
  padding: 16px 0;
  color: #1f2933;
  font-size: 16px;
}
.nav-menu__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  transition: 0.3s ease;
  background: url("../../../assets/images/common/icon_arrow.svg") center/contain no-repeat;
}
.nav-menu__title:hover::after {
  transform: translateX(4px);
}

/* ============================
 PC / nav.scss
============================ */
.nav {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.nav__list {
  display: flex;
  gap: 24px;
  cursor: pointer;
}
.nav__title {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  color: #1f2933;
  gap: 4px;
}
.nav__title:hover {
  transition: 0.3s ease;
  color: #7b8794;
}
.nav__toggle .nav__title {
  position: relative;
  padding-right: 14px;
}
.nav__toggle .nav__title::before, .nav__toggle .nav__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  transition: 0.3s ease;
}
.nav__toggle .nav__title::before {
  transform: rotate(0deg);
  opacity: 1;
  background: url("../../../assets/images/common/icon_show.svg") center/contain no-repeat;
}
.nav__toggle .nav__title::after {
  transform: rotate(-90deg);
  opacity: 0;
  background: url("../../../assets/images/common/icon_hide.svg") center/contain no-repeat;
}
.nav__toggle:hover .nav-menu {
  visibility: visible;
  opacity: 1;
}
.nav__toggle:hover .nav__title::before {
  transform: rotate(90deg);
  opacity: 0;
}
.nav__toggle:hover .nav__title::after {
  transform: rotate(0deg);
  opacity: 1;
}
.nav__cv {
  display: flex;
  gap: 12px;
}

.nav-button {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  transition: 0.3s ease;
  border: 2px solid #1f2933;
  border-radius: 50px;
  line-height: 1.4;
}
.nav-button:hover {
  transition: 0.3s ease;
}
.nav-button--primary {
  background: #1f2933;
  color: #fff;
}
.nav-button--primary:hover {
  border: 2px solid #7b8794;
  background: #7b8794;
}
.nav-button--secondary {
  background: #fff;
  color: #1f2933;
}
.nav-button--secondary:hover {
  border: 2px solid #7b8794;
  background: #7b8794;
  color: #fff;
}

.uly-outline-nav__list {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 25px 0 30px;
}
.uly-outline-nav__item {
  position: relative;
  margin: 0 10px;
}
.uly-outline-nav__item a {
  color: #1f2933;
}
.uly-outline-nav__item a::after {
  content: "";
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: 2px;
  left: calc(50% - 25%);
  width: 50%;
  height: 2px;
  opacity: 0;
  transition: .3s all;
  background: #03449e;
}
.uly-outline-nav__item a:hover {
  cursor: pointer;
}
.uly-outline-nav__item a:hover::after {
  visibility: visible;
  bottom: -8px;
  opacity: 1;
}
.uly-outline-nav__item--current a::after {
  visibility: visible;
  bottom: -8px;
  opacity: 1;
}

.uly-outline {
  padding: 60px 0 150px;
}
.uly-outline:last-child {
  padding: 0 0 80px;
}
.uly-outline--gray {
  overflow: hidden;
  background: #f5f5f5;
}
.uly-outline__inner {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
}
.uly-outline__inner--wide {
  margin-top: 60px;
}
.uly-outline__headline {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
.uly-outline__headline span {
  display: block;
  margin: 25px 0 0;
  font-size: 22px;
}
.uly-outline__heading {
  position: relative;
  margin: 0 0 50px;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
.uly-outline__heading::after {
  content: "";
  position: absolute;
  left: calc(50% - 32.5px);
  bottom: -20px;
  width: 65px;
  height: 5px;
  background: url("../../../assets/images/common/ico_dot_blue.svg") no-repeat center center/100%;
}
.uly-outline__heading span {
  display: block;
  font-size: 18px;
}
.uly-outline .uly-heading {
  margin: 10px 0 30px;
}
.uly-outline__desc {
  font-size: 16px;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .uly-outline__desc {
    letter-spacing: 0.05em;
  }
}
.uly-outline__data {
  margin: 0 0 10px;
  font-size: 14px;
  text-align: right;
}
.uly-outline__chart {
  position: relative;
  width: 100%;
  height: 500px;
}
.uly-outline__chart-unit {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
.uly-outline__image {
  width: 100%;
}
.uly-outline__image img {
  width: 100%;
}
.uly-outline__map {
  width: 100%;
  height: 500px;
  margin: 0 0 40px;
}

.uly-outline-ico {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.uly-outline-ico__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
  border-radius: 30px;
  background: #fff;
}
.uly-outline-ico__list:last-child {
  margin: 0;
}
.uly-outline-ico__list img {
  display: block;
  width: 35px;
  height: 25px;
}
.uly-outline-ico__list--ec {
  border: 1px solid #d2565e;
}
.uly-outline-ico__list--de {
  border: 1px solid #fbb03b;
}
.uly-outline-ico__list--si {
  border: 1px solid #18981d;
}
.uly-outline-ico__list--sp {
  border: 1px solid #63c;
}
.uly-outline-ico__list--sc {
  border: 1px solid #03449e;
}
.uly-outline-ico__list--game {
  border: 1px solid #8eb900;
}

.uly-pr-table {
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.uly-pr-table th,
.uly-pr-table td {
  position: relative;
  border-top: 1px solid #ddd;
}
.uly-pr-table tr:hover {
  transition: .3s all;
  cursor: pointer;
  opacity: .4;
}
.uly-pr-table tr.mix {
  display: none;
}
.uly-pr-table th {
  width: 120px;
  padding: 20px 0;
}
.uly-pr-table a {
  display: block;
  position: relative;
  padding: 20px 40px 20px 20px;
  transition: .2s all;
  background: url("../../../assets/images/common/arrow_black.png") no-repeat right 20px center/10px;
  color: #003f65;
}
.uly-pr-table a:hover {
  background: url("../../../assets/images/common/arrow_black.png") no-repeat right 15px center/10px;
}

#press_release {
  min-width: 1300px;
  margin-bottom: 50px;
  /* 見出し */
  /* リスト */
  /* 定義リスト */
  /* キャプチャセット */
}
#press_release header {
  margin: 0 0 40px;
  padding: 20px 0 40px;
  background: #f5f5f5;
  text-align: center;
}
#press_release header h1,
#press_release header h2 {
  width: 980px;
  margin: 0 auto;
  font-size: 24px;
}
#press_release header h1 + p,
#press_release header h2 + p {
  margin: 0 auto !important;
}
#press_release header h1 {
  padding: 0 30px 10px;
}
#press_release header h2 {
  padding: 0 30px 20px;
}
#press_release header > p {
  width: 980px;
  margin: 20px auto !important;
}
#press_release header > .release_data {
  margin-top: 0 !important;
}
#press_release .release_date,
#press_release .lead {
  margin: 0;
  background: #f5f5f5;
  text-align: left;
}
#press_release .lead {
  margin-bottom: 50px;
  font-size: 16px;
}
#press_release .text {
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 16px;
}
#press_release .text:last-child {
  margin-bottom: 0;
}
#press_release .text a {
  color: #03449e;
}
#press_release .text-underline {
  text-decoration: underline;
}
#press_release section, #press_release > .text, #press_release > p {
  width: 980px;
  margin: 0 auto 60px;
}
#press_release section:last-child {
  margin-bottom: 0;
}
#press_release section section {
  margin-top: 30px;
}
#press_release p {
  line-height: 1.7;
}
#press_release figure {
  display: block;
  width: 980px;
  margin: 40px auto;
  text-align: center;
}
#press_release iframe {
  display: block;
  margin: 50px auto;
  text-align: center;
}
#press_release > section > h1 {
  margin: 0 0 30px;
  padding: 10px 30px;
  border-radius: 40px;
  background: #9aa5b1;
  color: #fff;
  font-size: 20px;
}
#press_release section section > h1,
#press_release section h2 {
  margin: 0 0 30px;
  padding: 0 30px;
  color: #3e4c59;
  font-size: 20px;
}
#press_release section section section > h1 {
  padding: 0 30px;
  color: #222;
  font-size: 16px;
}
#press_release ol,
#press_release ul {
  margin: 30px 20px;
  font-size: 16px;
}
#press_release li:not(:last-child) {
  margin-bottom: 10px;
}
#press_release table {
  width: 920px;
  margin: 30px auto;
}
#press_release th,
#press_release td {
  padding: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
}
#press_release th {
  width: 240px;
  color: #1f2933;
  font-weight: bold;
  text-align: left;
}
#press_release td figure {
  width: 100%;
  margin: 0;
}
#press_release td a {
  color: #03449e;
}
#press_release dl {
  margin: 0 30px;
}
#press_release dt {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
#press_release dd {
  margin: 0;
  font-size: 16px;
}
#press_release dd:not(:last-child) {
  margin-bottom: 15px;
}
#press_release dd ul {
  margin: 0;
}
#press_release dd a {
  padding: 0;
}
#press_release dd li:not(:last-child) {
  margin-bottom: 5px;
}
#press_release .introduction {
  margin-top: 30px;
  text-align: center;
}
#press_release .introduction .item {
  display: inline-block;
  width: 325px;
  margin: 0 30px 30px;
  text-align: left;
  vertical-align: top;
}
#press_release .introduction .item h1 {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
#press_release .introduction .item img {
  max-width: 325px;
}
#press_release .introduction .item img + p {
  margin-top: 5px;
}

#pkz {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: absolute;
  margin: 95px auto 0;
}
#pkz::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("../../../assets/images/common/bg_pkz.png") no-repeat center center/100% 100%;
}
#pkz ol {
  display: flex;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  font-size: 11px;
}
#pkz li {
  position: relative;
  padding: 0 15px 0 10px;
}
#pkz li::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 4px;
  height: 8px;
  background: url("../../../assets/images/common/arrow_right.png") no-repeat center center/100%;
}
#pkz li:last-child::after {
  display: none;
}
#pkz li a {
  transition: .3s;
  color: #1f2933;
}
#pkz li a:hover {
  opacity: .7;
}
#pkz li:first-child {
  padding: 0 15px 0 18px;
}
#pkz li:first-child a {
  transition: .3s;
}
#pkz li:first-child a::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 13px;
  height: 12px;
  transition: .3s;
  background: url("../../../assets/images/common/ico_home.svg") no-repeat center center/100%;
}
#pkz li:first-child a:hover::before {
  opacity: .7;
}

.pr-tag {
  display: block;
  max-width: 120px;
  margin: 5px 0 0;
  background: #003f65;
  color: #fff;
  font-weight: normal;
}

/*詳細ページ*/
.pr-wrap {
  width: 980px;
  margin: 0px auto;
}

.pr-page {
  display: block;
  max-width: 120px;
  background: #003f65;
  color: #fff;
}

#press_release a[target="_blank"] {
  position: relative;
}
#press_release a[target="_blank"]::after {
  content: url("/v2/images/pr/ico_link.svg");
  width: 16px;
  height: 16px;
  padding-left: 6px;
}

.uly-profile-nav {
  background: #f5f5f5;
}
.uly-profile-nav__list {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 25px 0 30px;
}
.uly-profile-nav__item {
  position: relative;
  margin: 0 10px;
}
.uly-profile-nav__item a {
  color: #1f2933;
}
.uly-profile-nav__item a::after {
  content: "";
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: 2px;
  left: calc(50% - 25%);
  width: 50%;
  height: 2px;
  opacity: 0;
  transition: 0.3s all;
  background: #03449e;
}
.uly-profile-nav__item a:hover {
  cursor: pointer;
}
.uly-profile-nav__item a:hover::after {
  visibility: visible;
  bottom: -8px;
  opacity: 1;
}
.uly-profile-nav__item--current a {
  color: #03449e;
  font-weight: bold;
}
.uly-profile-nav__item--current a::after {
  visibility: visible;
  bottom: -8px;
  opacity: 1;
}

.uly-profile {
  background: #f5f5f5;
  margin: 0 0 80px;
  padding: 40px 0 80px;
}
.uly-profile__contents {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto 60px;
  padding: 80px 100px;
  border-radius: 20px;
  background: #fff;
}
.uly-profile__contents--summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
}
.uly-profile__contents:last-of-type {
  margin-bottom: 0;
}
.uly-profile__headline {
  margin: 0 0 20px;
  color: #03449e;
  font-size: 20px;
  text-align: center;
}
.uly-profile__heading {
  margin: 0;
  font-family: "Roboto", sans-serif, "游ゴシック体", "Yu Gothic";
  font-size: 36px;
}
.uly-profile__heading span {
  display: block;
  font-size: 20px;
}
.uly-profile__inner {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.uly-profile__inner--large {
  width: 1100px;
}
.uly-profile__inner:last-child {
  margin-bottom: 0;
}
.uly-profile__box {
  margin-bottom: 40px;
}
.uly-profile__box:last-child {
  margin-bottom: 0;
}
.uly-profile__data {
  margin: 0 0 10px;
  font-size: 14px;
  text-align: right;
}
.uly-profile__chart {
  position: relative;
  width: 100%;
  height: 500px;
}
.uly-profile__chart-unit {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
.uly-profile__image {
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  background: #fff;
}
.uly-profile__image img {
  width: 100%;
}
.uly-profile__map {
  width: 100%;
  height: 500px;
  margin: 0 0 40px;
}

.uly-profile-summary {
  text-align: center;
  margin: 0 0 50px;
}
.uly-profile-summary:last-child {
  margin: 0;
}
.uly-profile-summary__title {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: bold;
}
.uly-profile-summary__title--top {
  margin: 0;
}
.uly-profile-summary__subtitle {
  margin: 20px 0 10px;
  font-family: "Roboto", sans-serif, "游ゴシック体", "Yu Gothic";
  font-size: 30px;
  font-weight: bold;
}
.uly-profile-summary__desc {
  color: #1f2933;
  font-size: 16px;
  line-height: 1.8;
}

.uly-profile-5c {
  display: flex;
  justify-content: space-between;
}
.uly-profile-5c__desc {
  width: 150px;
  color: #1f2933;
  font-size: 16px;
}
.uly-profile-5c__desc:first-child {
  margin: 0 95px 0 0;
  text-align: right;
  font-weight: bold;
}
.uly-profile-5c__desc:last-child {
  text-align: left;
}
.uly-profile-5c__desc:last-child .uly-profile-5c__item::before {
  display: none;
}
.uly-profile-5c__item {
  position: relative;
  margin: 0 0 20px;
}
.uly-profile-5c__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 170px;
  width: 55px;
  height: 1px;
  background: #1f2933;
}

.uly-profile-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0 0;
}
.uly-profile-layout02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 80px;
}
.uly-profile-layout02:nth-child(even) {
  flex-direction: row-reverse;
}
.uly-profile-layout02--box {
  box-sizing: border-box;
  margin: 80px 0 100px;
  padding: 40px;
  border-radius: 20px;
  background-color: rgba(31, 41, 51, 0.05);
}
.uly-profile-layout:nth-child(even) {
  flex-direction: row-reverse;
}
.uly-profile-layout:last-of-type {
  margin: 80px 0;
}
.uly-profile-layout__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
}
.uly-profile-layout__image--nudge {
  display: block;
  position: relative;
  width: 260px;
  height: 260px;
}
.uly-profile-layout__image--nudge::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 118px;
  left: 112px;
  width: 36px;
  height: 30px;
  transition: 0.3s;
  background: url("../../../assets/images/profile/ico_heart_white.svg") no-repeat center center/100% 100%;
}
.uly-profile-layout__image--nudge:hover::before {
  transform: scale(1.15, 1.15);
  background: url("../../../assets/images/profile/ico_heart_red.svg") no-repeat center center/100% 100%;
}
.uly-profile-layout__image--bg {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.uly-profile-layout__image img {
  width: 100%;
  height: 100%;
}
.uly-profile-layout02--box .uly-profile-layout__image {
  width: 370px;
}
.uly-profile-layout__text {
  width: 400px;
}
.uly-profile-layout__title {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: bold;
}
.uly-profile-layout02 .uly-profile-layout__title {
  font-size: 22px;
}
.uly-profile-layout__desc {
  color: #1f2933;
  font-size: 16px;
  line-height: 1.8;
}
.uly-profile-layout__desc span {
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
}
.uly-profile-layout__desc--note {
  padding: 0 0 0 1em;
  color: #3e4c59;
  text-indent: -1em;
}

.uly-profile-culture {
  margin: 0 0 60px;
  padding: 60px 80px;
  border-radius: 20px;
  background-color: rgba(31, 41, 51, 0.05);
}
.uly-profile-culture__title {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.uly-profile-culture__desc {
  margin: 0 0 30px;
  color: #1f2933;
  font-size: 14px;
  text-align: center;
}
.uly-profile-culture__note {
  margin: 10px 0 0 50px;
  color: #3e4c59;
  font-size: 12px;
}
.uly-profile-culture__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.uly-profile-culture__box {
  position: relative;
  width: 200px;
  height: 240px;
  margin: 0 10px 20px;
  overflow: hidden;
  border-radius: 10px;
}
.uly-profile-culture__box:nth-last-child(-n + 3) {
  margin: 0 10px;
}
.uly-profile-culture__box:hover .uly-profile-culture__item {
  top: -240px;
  left: -200px;
}
.uly-profile-culture__item {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 200px;
  height: 240px;
  transition: 0.2s;
}
.uly-profile-culture__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 220px);
  left: calc(50% - 220px);
  width: 440px;
  height: 440px;
  transform: skewX(-45deg);
  background: #fff;
}
.uly-profile-culture__item::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 15px;
  height: 15px;
}
.uly-profile-culture__item--red::after {
  background: url("../../../assets/images/profile/ico_arrow_red.svg") no-repeat center center/100% 100%;
}
.uly-profile-culture__item--blue::after {
  background: url("../../../assets/images/profile/ico_arrow_blue.svg") no-repeat center center/100% 100%;
}
.uly-profile-culture__item--yellow::after {
  background: url("../../../assets/images/profile/ico_arrow_yellow.svg") no-repeat center center/100% 100%;
}
.uly-profile-culture__item--green::after {
  background: url("../../../assets/images/profile/ico_arrow_green.svg") no-repeat center center/100% 100%;
}
.uly-profile-culture__item--purple::after {
  background: url("../../../assets/images/profile/ico_arrow_purple.svg") no-repeat center center/100% 100%;
}
.uly-profile-culture__item--orange::after {
  background: url("../../../assets/images/profile/ico_arrow_orange.svg") no-repeat center center/100% 100%;
}
.uly-profile-culture__bubble {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 0 10px;
  border-radius: 50px;
}
.uly-profile-culture__bubble::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 1px);
  width: 2px;
  height: 12px;
}
.uly-profile-culture__bubble span {
  content: "";
  display: flex;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 100px);
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background: #fff;
  color: #1f2933;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.uly-profile-culture__item--red .uly-profile-culture__bubble {
  border: 2px solid #c70d41;
}
.uly-profile-culture__item--red .uly-profile-culture__bubble::after {
  background: #c70d41;
}
.uly-profile-culture__item--blue .uly-profile-culture__bubble {
  border: 2px solid #03449e;
}
.uly-profile-culture__item--blue .uly-profile-culture__bubble::after {
  background: #03449e;
}
.uly-profile-culture__item--yellow .uly-profile-culture__bubble {
  border: 2px solid #fbb03b;
}
.uly-profile-culture__item--yellow .uly-profile-culture__bubble::after {
  background: #fbb03b;
}
.uly-profile-culture__item--green .uly-profile-culture__bubble {
  border: 2px solid #18981d;
}
.uly-profile-culture__item--green .uly-profile-culture__bubble::after {
  background: #18981d;
}
.uly-profile-culture__item--purple .uly-profile-culture__bubble {
  border: 2px solid #63c;
}
.uly-profile-culture__item--purple .uly-profile-culture__bubble::after {
  background: #63c;
}
.uly-profile-culture__item--orange .uly-profile-culture__bubble {
  border: 2px solid #f35627;
}
.uly-profile-culture__item--orange .uly-profile-culture__bubble::after {
  background: #f35627;
}
.uly-profile-culture__orb {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 23px;
}
.uly-profile-culture__orb span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}
.uly-profile-culture__item--red .uly-profile-culture__orb {
  background-color: rgba(199, 13, 65, 0.15);
}
.uly-profile-culture__item--red .uly-profile-culture__orb span {
  background: #c70d41;
}
.uly-profile-culture__item--blue .uly-profile-culture__orb {
  background-color: rgba(3, 68, 158, 0.15);
}
.uly-profile-culture__item--blue .uly-profile-culture__orb span {
  background: #03449e;
}
.uly-profile-culture__item--yellow .uly-profile-culture__orb {
  background-color: rgba(251, 176, 59, 0.15);
}
.uly-profile-culture__item--yellow .uly-profile-culture__orb span {
  background: #fbb03b;
}
.uly-profile-culture__item--green .uly-profile-culture__orb {
  background-color: rgba(24, 152, 29, 0.15);
}
.uly-profile-culture__item--green .uly-profile-culture__orb span {
  background: #18981d;
}
.uly-profile-culture__item--purple .uly-profile-culture__orb {
  background-color: rgba(102, 51, 204, 0.15);
}
.uly-profile-culture__item--purple .uly-profile-culture__orb span {
  background: #63c;
}
.uly-profile-culture__item--orange .uly-profile-culture__orb {
  background-color: rgba(243, 86, 39, 0.15);
}
.uly-profile-culture__item--orange .uly-profile-culture__orb span {
  background: #f35627;
}

.uly-profile-voice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.uly-profile-voice__item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 240px;
  border-radius: 10px;
}
.uly-profile-voice__item--red {
  background: #c70d41;
}
.uly-profile-voice__item--blue {
  background: #03449e;
}
.uly-profile-voice__item--yellow {
  background: #fbb03b;
}
.uly-profile-voice__item--green {
  background: #18981d;
}
.uly-profile-voice__item--purple {
  background: #63c;
}
.uly-profile-voice__item--orange {
  background: #f35627;
}
.uly-profile-voice__title {
  position: relative;
  margin: 0 0 10px;
  color: #fff;
  font-weight: bold;
}
.uly-profile-voice__bubble {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 0 10px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.uly-profile-voice__bubble::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 1px);
  width: 2px;
  height: 12px;
  background: #fff;
}
.uly-profile-voice__bubble span {
  content: "";
  display: flex;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 100px);
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.uly-profile-voice__item--red .uly-profile-voice__bubble span {
  background: #c70d41;
}
.uly-profile-voice__item--blue .uly-profile-voice__bubble span {
  background: #03449e;
}
.uly-profile-voice__item--yellow .uly-profile-voice__bubble span {
  background: #fbb03b;
}
.uly-profile-voice__item--green .uly-profile-voice__bubble span {
  background: #18981d;
}
.uly-profile-voice__item--purple .uly-profile-voice__bubble span {
  background: #63c;
}
.uly-profile-voice__item--orange .uly-profile-voice__bubble span {
  background: #f35627;
}
.uly-profile-voice__orb {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.15);
}
.uly-profile-voice__orb span {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.25);
}
.uly-profile-voice__orb span::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
.uly-profile-voice__item--red .uly-profile-voice__orb span::before {
  background: url("../../../assets/images/profile/ico_orb_red.svg") no-repeat center center/100% 100%;
}
.uly-profile-voice__item--blue .uly-profile-voice__orb span::before {
  background: url("../../../assets/images/profile/ico_orb_blue.svg") no-repeat center center/100% 100%;
}
.uly-profile-voice__item--yellow .uly-profile-voice__orb span::before {
  background: url("../../../assets/images/profile/ico_orb_yellow.svg") no-repeat center center/100% 100%;
}
.uly-profile-voice__item--green .uly-profile-voice__orb span::before {
  background: url("../../../assets/images/profile/ico_orb_green.svg") no-repeat center center/100% 100%;
}
.uly-profile-voice__item--purple .uly-profile-voice__orb span::before {
  background: url("../../../assets/images/profile/ico_orb_purple.svg") no-repeat center center/100% 100%;
}
.uly-profile-voice__item--orange .uly-profile-voice__orb span::before {
  background: url("../../../assets/images/profile/ico_orb_orange.svg") no-repeat center center/100% 100%;
}

.uly-ref {
  width: 1200px;
  min-width: 1200px;
  margin: 80px auto;
}
.uly-ref--auto {
  width: auto;
}
.uly-ref__heading {
  margin: 0 0 40px;
  color: #3e4c59;
  font-size: 20px;
  text-align: center;
}
.uly-ref__lead {
  margin-bottom: 40px;
  color: #3e4c59;
  font-size: 16px;
  text-align: center;
}
.uly-ref__inner {
  padding-bottom: 80px;
  background: #f5f5f5;
}
.uly-ref__text {
  width: 750px;
  margin: 0 auto 40px;
  color: #3e4c59;
  font-size: 16px;
}
.uly-ref__box {
  padding: 80px 100px;
  border-radius: 20px;
  background: #f5f5f5;
}
.uly-ref__thanks {
  margin-bottom: 15px;
  color: #3e4c59;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.uly-ref__download {
  margin-bottom: 30px;
  text-align: center;
}
.uly-ref__download a {
  color: #03449e;
}

.uly-doc-tab {
  margin-bottom: 40px;
  padding-top: 40px;
  background: #f5f5f5;
}
.uly-doc-tab__list {
  display: flex;
  gap: 20px;
  width: 888px;
  margin: 0 auto;
}
.uly-doc-tab__item {
  position: relative;
  padding: 10px 15px;
  transition: all .3s ease;
  border: solid 2px #003f65;
  border-radius: 30px;
  background: #fff;
  color: #003f65;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.uly-doc-tab__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s ease;
  border: #003f65;
  border-top: 5px solid #003f65;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-width: 8px 8px 0;
  border-style: solid;
  opacity: 0;
}
.uly-doc-tab__item:hover {
  background: #003f65;
  color: #fff;
}
.uly-doc-tab__item:hover::after {
  opacity: 1;
}
.uly-doc-tab__item.is-current, .uly-doc-tab__item.active {
  background: #003f65;
  color: #fff;
}
.uly-doc-tab__item.is-current::after, .uly-doc-tab__item.active::after {
  opacity: 1;
}

.uly-ref-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}
.uly-ref-list__item {
  display: flex;
}
.uly-ref-list__item.mix {
  display: none;
}
.uly-ref-list__item:nth-child(3n) {
  margin-right: 0;
}
.uly-ref-list__item:last-child {
  margin-bottom: 0;
}
.uly-ref-list__link {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  transition: .3s all;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.uly-ref-list__link:hover {
  transform: scale(1.05);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.uly-ref-list__image {
  margin-bottom: 20px;
}
.uly-ref-list__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 333 / 160;
  object-fit: cover;
  object-position: 0 33%;
}
.uly-ref-list__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.uly-ref-list__tag-item {
  display: inline-block;
  padding: 5px;
  background: #f2f5f7;
  color: #003f65;
  font-size: 14px;
  font-weight: bold;
}
.uly-ref-list__tag-item::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 5px;
  background: url(../../../v2/images/case/ico_tech-tag-navy.svg) no-repeat center center/100%;
}
.uly-ref-list__title {
  margin-top: 15px;
  color: #3e4c59;
  font-size: 18px;
  font-weight: bold;
}
.uly-ref-list__guide {
  display: inline-block;
  position: relative;
  padding: 0 35px 0 0;
  color: #03449e;
  font-size: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.uly-ref-list__guide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  transition: .3s;
  border-radius: 15px;
  background: #03449e url("../../../assets/images/common/arrow_white.png") no-repeat center/13px 12px;
}

.uly-ref-recommend {
  display: flex;
  margin-bottom: 40px;
}
.uly-ref-recommend__image {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 322px;
  height: 160px;
  margin-right: 40px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  background: #fff;
}
.uly-ref-recommend__image img {
  max-width: 100%;
  max-height: 100%;
}
.uly-ref-recommend__title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3e4c59;
  color: #3e4c59;
  font-size: 18px;
  font-weight: bold;
}

.uly-ref-recommend-list__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
}
.uly-ref-recommend-list__item:last-child {
  margin-bottom: 0;
}
.uly-ref-recommend-list__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 11px;
  background: url("../../../assets/images/ref/ico_check.svg") no-repeat center/15px 11px;
}

#js-service {
  overflow: visible !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  font: normal 14px/1.5 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #1f2933;
  letter-spacing: .07em;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

a,
a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

figure, figcaption {
  margin: 0;
}

input {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.is-onlySP {
  display: none;
}

.is-onlyPC {
  display: block;
}

.kerning {
  letter-spacing: 0;
}

.txt-attention {
  color: #df4439;
}

.uly-seminar {
  margin: 0 auto;
  padding-bottom: 80px;
}
.uly-seminar__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.uly-seminar__box {
  margin-bottom: 20px;
}
.uly-seminar__box:last-child {
  margin-bottom: 0;
}
.uly-seminar__inner {
  padding: 80px;
  background: #f5f5f5;
}
.uly-seminar__past {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.uly-seminar__past a {
  display: inline-block;
  position: relative;
  padding: 0 35px 0 0;
  color: #03449e;
}
.uly-seminar__past a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  transition: .3s;
  border-radius: 15px;
  background: #03449e url("../../../assets/images/common/arrow_white.png") no-repeat center center/13px 12px;
}
.uly-seminar__past a:hover::after {
  right: -5px;
}

.uly-seminar-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}
.uly-seminar-list__item.mix {
  display: none;
}
.uly-seminar-list__link {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 0 20px 20px;
  transition: .3s all;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.uly-seminar-list__link:hover {
  transform: scale(1.05);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.uly-seminar-list__link.free .uly-seminar-list__schedule {
  background-color: #df6720;
  color: #fff;
}
.uly-seminar-list__link.end .uly-seminar-list__schedule {
  background-color: #ddd;
  color: #555;
}
.uly-seminar-list__schedule {
  width: 112px;
  margin: 0 auto;
  padding: 4px;
  font-weight: bold;
  text-align: center;
}
.uly-seminar-list__image img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}
.uly-seminar-list__title {
  color: #3e4c59;
  font-size: 18px;
  font-weight: bold;
}
.uly-seminar-list__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.uly-seminar-list__tag-item {
  display: inline-block;
  padding: 4px 16px;
  background: #f2f5f7;
  color: #003f65;
  font-size: 14px;
  font-weight: bold;
}
.uly-seminar-list__definition {
  display: flex;
  gap: 8px;
  color: #3e4c59;
  font-size: small;
}
.uly-seminar-list__term {
  font-weight: bold;
}

.uly-seminar-tab {
  margin-bottom: 40px;
  background: #f5f5f5;
}
.uly-seminar-tab__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.uly-seminar-tab__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 888px;
  margin: 0 auto;
}
.uly-seminar-tab__item {
  position: relative;
  padding: 8px 16px;
  transition: all .3s ease;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #003f65;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.uly-seminar-tab__item:hover {
  background: #003f65;
  color: #fff;
}
.uly-seminar-tab__item:hover::after {
  opacity: 1;
}
.uly-seminar-tab__item.is-current, .uly-seminar-tab__item.active {
  background: #003f65;
  color: #fff;
}
.uly-seminar-tab__item.is-current::after, .uly-seminar-tab__item.active::after {
  opacity: 1;
}

.uly-seminar-hero {
  display: flex;
  position: relative;
  top: 20px;
  justify-content: space-between;
  width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}
.uly-seminar-hero li {
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  padding-top: 23px;
  border: 2px solid #fff;
  border-radius: 80px;
}
.uly-seminar-hero li strong {
  font-size: 18px;
}

.uly-seminar-desc {
  max-width: 500px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
}
.uly-seminar-desc .tag {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.uly-seminar-desc .tag.payment {
  background: #c70d41;
}
.uly-seminar-desc .tag.free {
  background: #f35627;
}
.uly-seminar-desc .level {
  display: inline-block;
  margin: 0;
  padding: 5px 8px;
  border-radius: 3px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
}
.uly-seminar-desc .level img {
  vertical-align: -1px;
}
.uly-seminar-desc .title {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.uly-seminar-desc .title-sub {
  display: block;
  padding-top: 10px;
  font-size: 13px;
}

.uly-seminar-schedule {
  display: flex;
  width: 650px;
  padding: 20px 20px 20px 0;
}
.uly-seminar-schedule .item {
  position: relative;
  box-sizing: border-box;
  width: calc((100% - 15px) / 4);
  min-width: calc((100% - 15px) / 4);
  height: 170px;
  margin-right: 5px;
  padding: 8px 2px 8px 8px;
  border-top: 5px solid #9aa5b1;
  border-radius: 5px;
  background: #fff;
  font-size: 11px;
  font-weight: bold;
}
.uly-seminar-schedule .item.payment {
  border-color: #c70d41;
}
.uly-seminar-schedule .item.free {
  border-color: #f35627;
}
.uly-seminar-schedule .item.end {
  border-color: #9aa5b1;
}
.uly-seminar-schedule .item:last-of-type {
  margin-right: 0;
}
.uly-seminar-schedule ul {
  width: calc(100% - 6px);
  font-weight: normal;
}
.uly-seminar-schedule .date {
  margin-bottom: 10px;
  font-size: 11px;
  white-space: nowrap;
}
.uly-seminar-schedule .month,
.uly-seminar-schedule .day {
  font-size: 14px;
}
.uly-seminar-schedule .status {
  position: absolute;
  bottom: 10px;
  box-sizing: border-box;
  width: 142px;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
}

.uly-seminar-table {
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.uly-seminar-table tr.link {
  padding: 4px;
}
.uly-seminar-table tr.link:hover {
  transition: .3s all;
  color: #fff;
}
.uly-seminar-table tr.link:hover a {
  color: #fff;
}
.uly-seminar-table tr.link:hover th::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 870px;
  height: calc(100% - 8px);
  margin: 4px 0;
  border-radius: 4px;
  background: #9aa5b1;
  color: #fff;
}
.uly-seminar-table th,
.uly-seminar-table td {
  border-top: 1px solid #ddd;
  text-align: left;
}
.uly-seminar-table th {
  position: relative;
  width: 120px;
  padding: 20px;
}
.uly-seminar-table a {
  display: block;
  position: relative;
  padding: 20px 30px 20px 0;
  transition: .2s all;
  background: url("../../../assets/images/common/arrow_black.png") no-repeat right 20px center/10px;
  color: #003f65;
}
.uly-seminar-table a:hover {
  background: url("../../../assets/images/common/arrow_white.png") no-repeat right 15px center/10px;
  cursor: pointer;
}

#seminar_detail .heading02 {
  margin: 0 0 30px;
  padding: 10px 30px;
  border-radius: 40px;
  background: #9aa5b1;
  color: #fff;
  font-size: 20px;
}
#seminar_detail .lead {
  margin: 0 0 40px;
  padding: 40px 0 30px;
  background: #f5f5f5;
  text-align: center;
}
#seminar_detail .lead h1 {
  margin: 0;
  color: #3e4c59;
  font-size: 24px;
}
#seminar_detail .lead_icon {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  text-align: center;
}
#seminar_detail .lead_icon .lead_tag {
  padding: 7px 10px;
  border-radius: 3px;
  background: #03449e;
  color: #fff;
  text-align: center;
}
#seminar_detail .lead_icon .payment {
  background-color: #c70d41;
}
#seminar_detail .lead_icon .lead_ua {
  margin-left: 20px;
  padding: 7px 10px;
  border-radius: 3px;
  background: #fff;
  color: #222;
  text-align: center;
}
#seminar_detail section {
  margin-bottom: 80px;
}
#seminar_detail section:last-child {
  margin-bottom: 0;
}
#seminar_detail .table + section {
  margin-top: 80px;
}
#seminar_detail .box {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}
#seminar_detail .box_content {
  width: 980px;
  margin: 0 auto;
}
#seminar_detail .box_content a {
  color: #03449e;
}
#seminar_detail .box_content .box_image {
  margin-bottom: 40px;
  text-align: center;
}
#seminar_detail .box_content .table {
  margin: 40px 20px 30px;
}
#seminar_detail .box_content .table_normal {
  width: 100%;
  margin-bottom: 40px;
}
#seminar_detail .box_content .table_normal th {
  width: 210px;
  font-weight: bold;
  text-align: left;
}
#seminar_detail .box_content .table p {
  margin-top: 40px;
}
#seminar_detail .box_content .table .text {
  margin: 20px;
}
#seminar_detail .box_supplement {
  margin-bottom: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #f4f4f4;
}
#seminar_detail .box_supplement:last-child {
  margin-bottom: 0;
}
#seminar_detail .box_supplement .text {
  margin-bottom: 20px;
}
#seminar_detail .table_normal {
  width: 100%;
  margin-bottom: 30px;
  text-height: auto;
}
#seminar_detail .table_normal a {
  color: #03449e;
}
#seminar_detail .table_normal tr {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #d3d3d3;
  line-height: 1.8;
  gap: 0 40px;
}
#seminar_detail .table_normal tr:first-child {
  border-top: 1px solid #d3d3d3;
}
#seminar_detail .table_normal th {
  flex: 0 0 200px;
  text-align: left;
}
#seminar_detail .table_normal td {
  flex: 0 1 auto;
}
#seminar_detail .txt_attention + .table_normal {
  margin-top: 10px;
}
#seminar_detail #seminar_text {
  margin-bottom: 80px;
}
#seminar_detail #seminar_text .profile div:first-child {
  width: 630px;
  margin: 0 50px;
  float: left;
}
#seminar_detail #seminar_text .profile div:first-child p:first-child {
  margin-bottom: 20px;
  font-weight: bold;
}
#seminar_detail .attention {
  padding: 20px 30px;
  border: 1px solid #df4439;
  border-radius: 5px;
  color: #df4439;
  text-align: center;
}
#seminar_detail .attention p,
#seminar_detail .attention strong {
  font-size: 20px;
}
#seminar_detail .text {
  margin: 20px 20px 40px;
  font-size: 16px;
}
#seminar_detail .table_attention {
  padding: 0 20px;
  font-size: 14px;
}
#seminar_detail .heading03,
#seminar_detail .sub_head01,
#seminar_detail .sub_head {
  margin: 40px 20px 20px;
  color: #1f2933;
  font-size: 20px;
}
#seminar_detail .title01 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
#seminar_detail #policy .policy,
#seminar_detail #policy > p,
#seminar_detail #privacy_box {
  margin: 0 20px 30px;
}
#seminar_detail #policy {
  margin-bottom: 80px;
}
#seminar_detail #policy p {
  margin-bottom: 30px;
}
#seminar_detail #policy .entry {
  margin-top: 20px;
  text-align: center;
}
#seminar_detail #policy .entry a:hover {
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transition: .3s ease-out;
  box-shadow: 0 0 20px rgba(154, 165, 177, 0.8);
}
#seminar_detail #policy .button {
  display: inline-block;
  position: relative;
  width: 300px;
  padding: 15px 0;
  transition: .2s linear;
  border-radius: 27px;
  background-color: #03449e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#seminar_detail #policy .button:after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 35px;
  width: 15px;
  height: 15px;
  transition: .3s;
  background: url("../../../v2/images/common/arrow_white.png") no-repeat center center/100%;
}
#seminar_detail #privacy_box {
  height: 300px;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid #d3d3d3;
}
#seminar_detail #privacy_box .contents_txt_head {
  margin: 0;
  font-size: 16px;
}
#seminar_detail .lead_attention,
#seminar_detail .lead_attention h1 {
  color: #df4439;
}
#seminar_detail .lead_attention {
  width: 980px;
  margin: 0 auto 80px;
}
#seminar_detail .lead_attention .lead-attention_date {
  color: #1f2933;
  text-align: left;
}
#seminar_detail #seminar_schedule {
  position: absolute;
  top: 0;
  left: 830px;
  width: 230px;
}
#seminar_detail #seminar_schedule .payment {
  border-left: 3px solid #e0334b;
}
#seminar_detail #seminar_schedule .free {
  border-left: 3px solid #3f82d9;
}
#seminar_detail #seminar_schedule .end,
#seminar_detail #seminar_schedule .undecided {
  border-left: 3px solid #7a7a7a;
}
#seminar_detail #seminar_schedule p {
  margin: 0;
}
#seminar_detail #seminar_schedule li {
  padding: 20px 10px;
  background: #f4f4f4;
  font-size: 11px;
}
#seminar_detail #seminar_schedule li span {
  margin: 0 2px;
  font-size: 18px;
}
#seminar_detail #seminar_schedule li span:first-child {
  margin-left: 0;
}
#seminar_detail #seminar_schedule li .button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  margin: 10px auto 0;
  transform: translateZ(0);
  transition: .3s ease-out;
  border-radius: 20px;
  outline: 1px solid transparent;
  background: #03449e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
#seminar_detail #seminar_schedule li .button:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 11px;
  transition: .3s;
  background: url("../../../v2/images/common/arrow_white_down.png") no-repeat center center/100%;
}
#seminar_detail #seminar_schedule li:not(:last-child) {
  margin-bottom: 1px;
}
#seminar_detail #seminar_schedule li:last-child {
  font-weight: bold;
  text-align: center;
}
#seminar_detail #seminar_contents {
  width: 756px;
  margin-bottom: 80px;
}
#seminar_detail #seminar_contents:last-child {
  margin-bottom: 0;
}
#seminar_detail #seminar_contents .heading02 {
  margin: 0 0 40px;
}
#seminar_detail #seminar_contents .text small {
  display: inline-block;
  margin: 20px 0 40px;
  font-size: 14px;
}
#seminar_detail #seminar_contents a {
  color: #03449e;
}
#seminar_detail #seminar_contents .recommend {
  margin: 0 30px;
}
#seminar_detail #seminar_contents .text .txt_point {
  color: #3e4c59;
}
#seminar_detail .box_image {
  margin-bottom: 80px;
}
#seminar_detail .box_image img {
  width: 100%;
}
#seminar_detail #seminar_past {
  margin-bottom: 80px;
}
#seminar_detail #policy .policy a {
  color: #03449e;
}
#seminar_detail section + .entry {
  margin-bottom: 80px;
}
#seminar_detail .image {
  margin-bottom: 80px;
  text-align: center;
}
#seminar_detail .image img {
  max-width: 100%;
}
#seminar_detail .seminar_list {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 8px;
}

.uly-service-tab {
  margin-top: 40px;
}
.uly-service-tab__list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.uly-service-tab__item {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 162px;
  margin-left: 10px;
  transition: .2s linear;
  border: #1f2933 3px solid;
  border-radius: 81px;
  background: #1f2933;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
}
.uly-service-tab__item:first-child {
  margin-left: 0;
}
.uly-service-tab__item:hover::before {
  width: 180px;
  height: 180px;
  opacity: 1;
}
.uly-service-tab__item.is-current {
  background: #fff;
  color: #1f2933;
}
.uly-service-tab__item.is-current::after {
  bottom: -22px;
  opacity: 1;
}
.uly-service-tab__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 162px;
  height: 162px;
  transform: translate(-50%, -50%);
  transition: .2s linear;
  border-radius: 90px;
  opacity: 0;
  background: rgba(31, 41, 51, 0.3);
  pointer-events: none;
}
.uly-service-tab__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  transition: .2s linear;
  border-width: 12px 12px 0;
  border-style: solid;
  border-color: #1f2933 transparent transparent;
  opacity: 0;
}
.uly-service-tab__item--si {
  border-color: #488c6f;
  background: #488c6f;
}
.uly-service-tab__item--si.is-current {
  color: #488c6f;
}
.uly-service-tab__item--si::before {
  background: rgba(72, 140, 111, 0.3);
}
.uly-service-tab__item--si::after {
  border-top-color: #488c6f;
}
.uly-service-tab__item--ec {
  border-color: #d2565e;
  background: #d2565e;
}
.uly-service-tab__item--ec.is-current {
  color: #d2565e;
}
.uly-service-tab__item--ec::before {
  background: rgba(210, 86, 94, 0.3);
}
.uly-service-tab__item--ec::after {
  border-top-color: #d2565e;
}
.uly-service-tab__item--consulting {
  border-color: #dd8a46;
  background: #dd8a46;
}
.uly-service-tab__item--consulting.is-current {
  color: #dd8a46;
}
.uly-service-tab__item--consulting::before {
  background: rgba(221, 138, 70, 0.3);
}
.uly-service-tab__item--consulting::after {
  border-top-color: #dd8a46;
}
.uly-service-tab__item--smart {
  border-color: #5f5489;
  background: #5f5489;
}
.uly-service-tab__item--smart.is-current {
  color: #5f5489;
}
.uly-service-tab__item--smart::before {
  background: rgba(95, 84, 137, 0.3);
}
.uly-service-tab__item--smart::after {
  border-top-color: #5f5489;
}
.uly-service-tab__item--security {
  border-color: #49759e;
  background: #49759e;
}
.uly-service-tab__item--security.is-current {
  color: #49759e;
}
.uly-service-tab__item--security::before {
  background: rgba(73, 117, 158, 0.3);
}
.uly-service-tab__item--security::after {
  border-top-color: #49759e;
}
.uly-service-tab__item--game {
  border-color: #8eb900;
  background: #8eb900;
}
.uly-service-tab__item--game.is-current {
  color: #8eb900;
}
.uly-service-tab__item--game::before {
  background: rgba(142, 185, 0, 0.3);
}
.uly-service-tab__item--game::after {
  border-top-color: #8eb900;
}

.uly-service {
  width: 1200px;
  min-width: 1200px;
  margin: 10px auto 80px;
}
.uly-service__list {
  margin-left: -26px;
  overflow: visible !important;
}
.uly-service__list::after {
  content: "";
  display: block;
  clear: both;
}
.uly-service__item {
  display: flex;
  position: relative;
  width: calc(25% - 26px);
  height: 280px;
  margin: 30px 0 0 26px;
  float: left;
  transition: .2s linear;
  background: #f5f5f5;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.uly-service__item:hover {
  top: -10px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.uly-service__link {
  box-sizing: border-box;
  height: 100%;
  padding: 20px 15px 25px;
  border: #fff 5px solid;
  color: #000;
  text-align: center;
}
.uly-service__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  font-size: 18px;
  font-weight: bold;
}
.uly-service__link--si .uly-service__name {
  color: #488c6f;
}
.uly-service__link--ec .uly-service__name {
  color: #d2565e;
}
.uly-service__link--consulting .uly-service__name {
  color: #dd8a46;
}
.uly-service__link--smart .uly-service__name {
  color: #5f5489;
}
.uly-service__link--security .uly-service__name {
  color: #49759e;
}
.uly-service__link--game .uly-service__name {
  color: #8eb900;
}
.uly-service__name span {
  display: block;
  font-size: 11px;
}
.uly-service__img {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 3px auto;
}
.uly-service__img--svg {
  padding: 16px 0;
}
.uly-service__item:hover .uly-service__img {
  animation: poing .8s both;
}
.uly-service__img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.uly-service__desc {
  display: block;
  margin: 15px 0 0 10px;
  color: #777;
  text-align: left;
}

.uly-summary-strength {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  transform: translateY(-45px);
}
.uly-summary-strength__item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.uly-summary-strength__item:last-child {
  margin-right: 0;
}
.uly-summary-strength__title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.uly-summary-strength--si .uly-summary-strength__title {
  color: #488c6f;
}
.uly-summary-strength--security .uly-summary-strength__title {
  color: #49759e;
}
.uly-summary-strength--ec .uly-summary-strength__title {
  color: #d2565e;
}
.uly-summary-strength--consulting .uly-summary-strength__title {
  color: #dd8a46;
}

.uly-summary-service {
  width: 1020px;
  margin: 0 auto 80px;
  padding-top: 20px;
}

.uly-summary-service-list__item {
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(154, 165, 177, 0.4);
}
.uly-summary-service-list__item:last-child {
  margin-bottom: 0;
}
.uly-summary-service-list__link {
  display: flex;
  position: relative;
  align-items: center;
  padding: 40px 80px 40px 0;
  transition: .3s;
  border: 5px solid #fff;
  background: #f5f5f5;
}
.uly-summary-service-list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 32px;
  height: 30px;
  transform: translateY(-50%);
  transition: .3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.uly-summary-service--si .uly-summary-service-list__link::after {
  background-image: url("../../../assets/images/si/arrow_si.svg");
}
.uly-summary-service--security .uly-summary-service-list__link::after {
  background-image: url("../../../assets/images/security/arrow_security.svg");
}
.uly-summary-service--ec .uly-summary-service-list__link::after {
  background-image: url("../../../assets/images/ec/arrow_ec.svg");
}
.uly-summary-service--consulting .uly-summary-service-list__link::after {
  background-image: url("../../../assets/images/consulting/arrow_consulting.svg");
}
.uly-summary-service-list__link:hover {
  background: #fff;
}
.uly-summary-service-list__link:hover::after {
  right: 23px;
}
.uly-summary-service-list__image {
  min-width: 225px;
  height: 120px;
  text-align: center;
}
.uly-summary-service-list__image--svg {
  height: 70px;
}
.uly-summary-service-list__image img {
  height: 100%;
}
.uly-summary-service-list__sub-title {
  font-weight: bold;
}
.uly-summary-service--ec .uly-summary-service-list__sub-title {
  color: #d2565e;
}
.uly-summary-service-list__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.uly-summary-service--si .uly-summary-service-list__title {
  color: #488c6f;
}
.uly-summary-service--security .uly-summary-service-list__title {
  color: #49759e;
}
.uly-summary-service--ec .uly-summary-service-list__title {
  color: #d2565e;
}
.uly-summary-service--consulting .uly-summary-service-list__title {
  color: #dd8a46;
}
.uly-summary-service-list__text {
  color: #1f2933;
  font-size: 16px;
}

.top-headline {
  margin: 0 0 30px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-align: center;
}
.top-headline-01 {
  color: #3e4c59;
}
.top-headline-02 {
  color: #fff;
}

.top-button-area {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px 0 0;
}

.top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 46px;
  margin: 0 0 15px;
  transition: 0.3s all;
  border-radius: 25px;
  font-weight: bold;
}
.top-button:hover {
  transition: 0.3s all;
  text-decoration: none;
}
.top-button--web {
  border: 2px solid #1f2933;
  background: #1f2933;
  color: #fff;
}
.top-button--web:hover {
  border: 2px solid #1f2933;
  background: #fff;
  color: #1f2933;
}
.top-button--game {
  border: 2px solid #fff;
  background: #fff;
  color: #1f2933;
}
.top-button--game:hover {
  border: 2px solid #fff;
  background: #1f2933;
  color: #fff;
}

.top-single-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  transition: 0.3s all;
  border-radius: 25px;
  color: #1f2933;
  font-weight: bold;
}
.top-single-button:hover {
  transition: 0.3s all;
  box-shadow: none;
  text-decoration: none;
}
.top-single-button--base {
  border: 2px solid #1f2933;
  background: #fff;
}
.top-single-button--base:hover {
  border: 2px solid #1f2933;
  background: #1f2933;
  color: #fff;
}
.top-single-button--pickup {
  border: 2px solid #fff;
  background: #003f65;
  color: #fff;
}
.top-single-button--pickup:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #1f2933;
}
.top-single-button--recruit {
  border: 2px solid #fff;
  background: #003f65;
  color: #fff;
}
.top-single-button--recruit:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #1f2933;
}
.top-single-button--ga {
  border: 2px solid #fff;
  background: #c4722f;
  color: #fff;
}
.top-single-button--ga:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #1f2933;
}

.top-text-link {
  display: block;
  position: relative;
  margin: -30px 20px 0 0;
  transition: 0.3s all;
  color: #1f2933;
  font-size: 14px;
  text-align: right;
}
.top-text-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.top-text-link:hover {
  text-decoration: none;
}
.top-text-link--web {
  margin-top: -70px;
}
.top-text-link--web::after {
  background: url("../../../assets/images/common/arrow_black.png") no-repeat center center/100%;
}
.top-text-link--web:hover::after {
  right: -25px;
}
.top-text-link--download {
  margin: 20px 20px 0 0;
}
.top-text-link--download::after {
  background: url("../../../assets/images/common/arrow_black.png") no-repeat center center/100%;
}
.top-text-link--download:hover::after {
  right: -25px;
}
.top-text-link--game {
  color: #fff;
}
.top-text-link--game::after {
  background: url("../../../assets/images/common/arrow_white.png") no-repeat center center/100%;
}
.top-text-link--game:hover::after {
  right: -25px;
}

.top-hero {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  min-width: 1300px;
  background: url("../../../assets/images/index/hero_bg.jpg");
  background-size: cover;
}
.top-hero__catch {
  width: 650px;
  padding: 150px 0 130px;
}
.top-hero__catch img {
  width: 100%;
}

.top-important {
  width: 100%;
  min-width: 1300px;
  margin: 120px 0 -80px;
  text-align: center;
}
.top-important__link {
  display: inline-flex;
  position: relative;
  align-items: center;
  min-height: 30px;
  padding: 5px 40px 5px 60px;
  transition: 0.3s all;
  border-radius: 20px;
  background: url("../../../v2/images/common/ico_business.png") no-repeat 20px center/30px, url("../../../v2/images/common/arrow_black.png") no-repeat right 20px center/10px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
.top-important__link:hover {
  background-color: #f5f5f5;
}
.top-important__date {
  margin-right: 10px;
}

.top-about {
  position: absolute;
  z-index: 0;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, 0);
}
.top-about--sp {
  display: none;
}
.top-about__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 165px;
  transition: 0.3s all;
  border-radius: 85px;
  background: rgba(0, 0, 0, 0.1);
}
.top-about__link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  transition: 0.3s all;
  border-radius: 45px;
  background: rgba(0, 0, 0, 0.2);
}
.top-about__link:hover {
  transition: 0.3s all;
  background: #3e4c59;
}
.top-about__link:hover span {
  background: #9aa5b1;
}
.top-about__link:hover .top-about__text {
  color: #fff;
}
.top-about__link:hover .top-about__animate {
  display: none;
}
.top-about__ico {
  display: block;
  z-index: 100;
  width: 45px;
  height: 45px;
}
.top-about__text {
  position: absolute;
  top: 120px;
  left: 50%;
  margin: 10px 0 0;
  transform: translate(-50%, 0);
  transition: 0.3s all;
  color: #1f2933;
  font-size: 11px;
  font-weight: bold;
}
.top-about__animate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: sdb 3s infinite;
}

@media all and (-ms-high-contrast: none) {
  .top-about__animate {
    animation: 3s;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    box-shadow: 0 0 0 80px rgba(0, 0, 0, 0.1);
  }
  100% {
    opacity: 0;
  }
}
.top-perf {
  box-sizing: border-box;
  width: 1200px;
  min-width: 1300px;
  margin: 0 auto -50px;
  padding: 120px 50px 0;
  text-align: center;
}
.top-perf__list {
  display: flex;
  gap: 24px;
  margin-bottom: 12px;
}
.top-perf__item {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  width: calc(100% - (24px * 4) / 5);
  padding: 16px;
  transition: 0.3s all;
  border-radius: 8px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  color: #1f2933;
  gap: 8px;
}
.top-perf__item::before, .top-perf__item::after {
  content: "";
  position: absolute;
}
.top-perf__item::before {
  right: 4px;
  bottom: 4px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #cdd9e0;
}
.top-perf__item::after {
  right: 8px;
  bottom: 4px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  transition: 0.3s all;
  -webkit-mask-image: url("../../../assets/images/common/ico_arrow.svg");
  mask-image: url("../../../assets/images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #1f2933;
}
.top-perf__item:hover {
  transform: scale(1.05);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.top-perf__image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
}
.top-perf__image img {
  width: 100%;
  height: auto;
}
.top-perf__title {
  font-size: 14px;
  font-weight: bold;
}
.top-perf__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px 8px;
}
.top-perf__tag {
  position: relative;
  padding-left: 6px;
  font-size: 10px;
}
.top-perf__tag::before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
}
.top-perf__link {
  display: flex;
  justify-content: flex-end;
}
.top-perf__text-link {
  display: inline;
  position: relative;
  padding-right: 16px;
  color: #1f2933;
  font-size: 14px;
}
.top-perf__text-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  transition: 0.3s all;
  -webkit-mask-image: url("../../../assets/images/common/ico_arrow.svg");
  mask-image: url("../../../assets/images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #1f2933;
}
.top-perf__text-link:hover {
  text-decoration: none;
  cursor: pointer;
}
.top-perf__text-link:hover::after {
  right: -8px;
}
.top-perf__link-box {
  display: none;
}
.top-perf__caption {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.top-segment {
  width: 100%;
  min-width: 1300px;
  overflow: hidden;
  /* 画像  */
}
.top-segment__bg {
  width: 100%;
}
.top-segment__bg img {
  width: 100%;
}
.top-segment__inner--web {
  padding: 0 0 20px;
  background: #f5f5f5;
}
.top-segment__inner--game {
  padding: 0 0 30px;
  background: #1f2933;
}
.top-segment__inner--team {
  background: #fff;
}
.top-segment__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.top-segment__sentence {
  width: 480px;
  margin: -50px 0 0;
  padding: 0 120px 0 0;
}
.top-segment__sentence--game {
  padding: 0 0 0 120px;
  text-align: right;
}
.top-segment__object {
  width: 600px;
}
.top-segment__object img {
  width: 100%;
}
.top-segment__image {
  position: relative;
  max-width: 600px;
  height: 600px;
  margin: 50px 0 0;
}
.top-segment__image img {
  width: 800px;
  height: 800px;
}
.top-segment__image--web {
  background: #fff;
}
.top-segment__image--web img {
  position: absolute;
  top: -90px;
  left: -60px;
}
.top-segment__image--game {
  margin: 0 0 0 20px;
  background: #3e4c59;
}
.top-segment__image--game img {
  position: absolute;
  top: 20px;
  right: 60px;
  width: 580px;
  height: 580px;
  transform: rotate(-30deg);
}
.top-segment__headline {
  margin: 0;
  border-bottom: 1px solid #03449e;
  color: #03449e;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}
.top-segment__headline--game {
  border-bottom: 1px solid #fbb03b;
  color: #fbb03b;
}
.top-segment__heading {
  margin: 40px 0;
  font-size: 28px;
}
.top-segment__heading--game {
  color: #fff;
}
.top-segment__caption {
  margin: 0 0 40px;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}
.top-segment__caption--game {
  color: #9aa5b1;
}
.top-segment__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 480px;
  margin: 0 0 40px;
}
.top-segment__button::after {
  display: none;
}
.top-segment__button--game {
  flex-wrap: wrap;
}
.top-segment__button--game .top-button:first-child {
  margin: 0 10px 0 0;
}

.top-system {
  padding: 25px 0 0;
}
.top-system__title {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.top-system__list {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  margin: 0 0 5px;
  padding: 0 20px;
  background: #fff;
  color: #000;
}
.top-system__ico {
  display: inline-block;
  width: 40px;
  margin: 0 5px 0 0;
  text-align: center;
}
.top-system__value {
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: bold;
}
.top-system__value span {
  color: #1f2933;
  font-size: 20px;
}
.top-system__value--aws {
  color: #fbb03b;
}
.top-system__value--ruby {
  color: #c70d41;
}
.top-system__value--ios {
  color: #18981d;
}

.top-case {
  position: relative;
  top: -85px;
  left: -30px;
}
.top-case__slide {
  width: calc(100% + 60px);
}
.top-case__item {
  width: 180px;
  margin: 0 10px;
  overflow: hidden;
  transition: 0.3s all;
  border-radius: 6px;
  outline: none;
  background: #fff;
  color: #1f2933;
}
.top-case__item:last-child {
  margin: 0;
}
.top-case__image {
  height: 120px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.top-case__image img {
  width: 100%;
}
.top-case__caption {
  height: 90px;
  padding: 15px 20px;
}
.top-case__title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.top-case__text {
  margin: 0;
  font-size: 11px;
}

.slick-track {
  padding-bottom: 10px;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.slick-prev::before {
  background: url("../../../assets/images/common/arrow_left.png") no-repeat center center/50% 100%;
}

.slick-next::before {
  background: url("../../../assets/images/common/arrow_right.png") no-repeat center center/50% 100%;
}

.top-download__title {
  margin: 0;
  font-size: 20px;
}
.top-download__box {
  display: flex;
  margin: 10px 0 0;
  gap: 0 20px;
}
.top-download__item {
  flex: 0 1 calc(100% / 3);
  padding: 10px;
  transition: 0.3s all;
  border-radius: 6px;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.top-download__item:hover {
  transform: scale(1.05, 1.05);
  transition: 0.3s all;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.top-download__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #000;
  gap: 0 15px;
}
.top-download__image img {
  width: 140px;
  height: 80px;
  object-fit: cover;
}

.top-game {
  display: flex;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  margin: -20px 0 0;
}
.top-game::after {
  display: none;
}
.top-game__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 210px;
  margin: 0 20px 0 0;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.top-game__item:last-child {
  margin: 0;
}
.top-game__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 0 20px;
  border-radius: 45px;
  background: #3e4c59;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.top-game__title {
  width: 100%;
  margin: 0 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.top-game__caption {
  margin: 0;
  color: #9aa5b1;
  font-size: 12px;
}

.top-team {
  width: 490px;
}
.top-team img {
  width: 100%;
}

.top-blog {
  z-index: 100;
  width: 100%;
  margin: -150px 0 0;
  padding: 40px 80px;
  border: 5px solid #383236;
  background: #fff;
  text-align: center;
}
.top-blog__title {
  margin: 0 0 20px;
  color: #03449e;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.top-blog__caption {
  margin: 0;
  font-size: 16px;
}
.top-blog__box {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.top-blog__box::after {
  display: none;
}
.top-blog__item {
  width: 230px;
  overflow: hidden;
  transition: 0.3s all;
  border-radius: 6px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.top-blog__item img {
  width: 100%;
  height: 100%;
}
.top-blog__item:hover {
  transform: scale(1.05, 1.05);
  transition: 0.3s all;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.3);
}

.top-service {
  position: relative;
  min-width: 1300px;
  padding: 50px 0;
}
.top-service::before, .top-service::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 1300px;
  height: 200px;
  background: url("../../../v2/images/index/service_bg-top.png") no-repeat center center/100%;
}
.top-service::before {
  top: -100px;
}
.top-service::after {
  bottom: -100px;
  transform: scaleY(-1);
}
.top-service__heading {
  position: relative;
  margin: 0 0 48px;
  font-size: 28px;
  text-align: center;
}
.top-service__heading::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 72px;
  height: 2px;
  transform: translateX(-50%);
  background: #1f2933;
}
.top-service__inner {
  width: 100%;
  background: #ecedee;
}
.top-service__content {
  width: 1200px;
  margin: 0 auto;
}
.top-service__panel {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 56px;
}
.top-service__panel::after {
  display: none;
}
.top-service__item {
  display: grid;
  box-sizing: border-box;
  align-items: start;
  gap: 16px 0;
  width: calc((100% - (24px * 3)) / 4);
  padding: 16px;
  transition: 0.3s all;
  border-radius: 16px;
  background: #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  color: #1f2933;
}
.top-service__item:hover {
  top: 3px;
  left: 3px;
  transform: scale(1.05);
  transition: 0.3s all;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.top-service__ico {
  order: 2;
  width: 100%;
  height: 60px;
  text-align: center;
}
.top-service__ico img {
  width: 60px;
  height: 100%;
}
.top-service__title {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  width: 100%;
  height: 54px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.top-service__caption {
  order: 3;
  width: 100%;
  padding: 0 8px;
  font-size: 16px;
}
.top-service__category-box {
  padding-bottom: 56px;
}
.top-service__category-title {
  position: relative;
  margin: 0 0 20px;
  padding-left: 24px;
  font-size: 20px;
}
.top-service__category-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 30px;
  background: #1f2933;
}
.top-service__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.top-service__category-li {
  list-style: none;
}
.top-service__category-item {
  display: block;
  position: relative;
  padding-right: 16px;
  border-bottom: 1px solid transparent;
  color: #1f2933;
  font-size: 16px;
}
.top-service__category-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s all;
  background: #1f2933;
}
.top-service__category-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  transition: 0.3s all;
  -webkit-mask-image: url("../../../assets/images/common/ico_arrow.svg");
  mask-image: url("../../../assets/images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #1f2933;
}
.top-service__category-item:hover {
  text-decoration: none;
  cursor: pointer;
}
.top-service__category-item:hover::before {
  width: calc(100% + 12px);
}
.top-service__category-item:hover::after {
  right: -8px;
}

.top-pickup {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  min-width: 1300px;
  margin: 40px 0 0;
  padding: 40px 0 160px;
  background: url("../../../assets/images/index/security_bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.top-pickup__inner {
  width: 1200px;
  margin: 0 auto;
}
.top-pickup__box {
  position: relative;
  padding: 40px 0;
}
.top-pickup__catch {
  width: 100%;
  margin: -10px 0 20px;
  font-size: 28px;
  font-weight: bold;
}
.top-pickup__caption {
  margin: 0 0 40px;
  font-size: 18px;
}
.top-pickup__list {
  display: flex;
  justify-content: center;
  margin: 0;
}
.top-pickup__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  margin: 0 50px 0 0;
  border-radius: 50%;
  background: #003353;
  font-size: 16px;
  font-weight: bold;
}
.top-pickup__item:last-child {
  margin-right: 0;
}
.top-pickup__ico {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.top-pickup__ico img {
  max-width: 100%;
  height: auto;
}
.top-pickup__text {
  letter-spacing: 0.03em;
  line-height: 1.35;
}
.top-pickup__number {
  margin: 0 -3px;
  font-size: 28px;
}
.top-pickup__bg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.top-pickup__bg img {
  width: 100%;
}

.top-recruit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 1300px;
  height: 400px;
  margin: 140px 0 0;
  background: url("../../../assets/images/index/recruit_bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.top-recruit__inner {
  width: 1200px;
  margin: 0 auto;
}
.top-recruit__catch {
  width: 100%;
  margin: 0 0 30px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
}
.top-recruit__caption {
  margin: 0;
  font-size: 18px;
}

.top-media {
  min-width: 1300px;
  padding: 80px 0;
}
.top-media__list {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.top-media__list ::after {
  content: none;
}
.top-media__item {
  width: 280px;
  margin-right: 40px;
}
.top-media__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-media__item:last-child {
  margin-right: 0;
}
.top-media__logo {
  display: block;
  transition: 0.3s all;
  border: 1px solid #f5f5f5;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.top-media__logo:hover {
  transform: scale(1.05, 1.05);
  transition: 0.3s all;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.top-media__caption {
  margin: 20px 0 0;
  font-size: 14px;
  text-align: center;
}

.top-info {
  min-width: 1300px;
  background: #f5f5f5;
}
.top-info__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

.top-press {
  width: 100%;
  background: #fff;
}
.top-press th,
.top-press td {
  border-bottom: 10px solid #f5f5f5;
}
.top-press th {
  position: relative;
  width: 120px;
  padding: 10px 20px 10px 40px;
  transition: 0.3s all;
  font-weight: normal;
}
.top-press th::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  transition: 0.3s all;
  background: url("../../../assets/images/common/ico_business.png") no-repeat center center/75%;
}
.top-press td {
  position: relative;
  padding: 10px 40px 10px 0;
  transition: 0.3s all;
}
.top-press td::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  transition: 0.3s all;
  background: url("../../../assets/images/common/arrow_black.png") no-repeat center center/100%;
}
.top-press td:hover::after {
  right: 10px;
  transition: 0.3s all;
  background: url("../../../assets/images/common/arrow_black.png") no-repeat center center/100%;
}
.top-press .clickable:hover th, .top-press .clickable:hover td {
  transition: 0.3s all;
  opacity: 0.4;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
  .top-press tr {
    display: table;
    position: relative;
    width: 1200px;
  }
  .top-press th::after {
    transform: translateY(-25px);
  }
  .top-press th,
  .top-press td {
    position: static;
  }
  .top-press td::after {
    transform: translateY(-10px);
  }
}
@document url-prefix() {
  .top-press th::before,
  .top-press td::before {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -10px;
    left: 0;
    width: 120px;
    height: 10px;
    background: #f5f5f5;
  }
  .top-press th::before {
    width: 180px;
  }
  .top-press td::before {
    width: 1020px;
  }
}
.top-access {
  min-width: 1300px;
  padding: 80px 0;
}
.top-access__map {
  width: 1200px;
  height: 300px;
  margin: 0 auto;
}

#access_map {
  height: 100%;
}

.top-modal {
  display: none;
}
.top-modal__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1050px;
  min-width: 1000px;
  border-radius: 20px;
  background: #fff;
}
.top-modal__object {
  position: relative;
}
.top-modal__object::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -65px;
  width: 600px;
  height: 600px;
  background: url("../../../assets/images/index/modal_bg.png") no-repeat center center/100% 100%;
}
.top-modal__bubble {
  position: absolute;
}
.top-modal__bubble--01 {
  top: 47px;
  left: 40px;
  width: 120px;
}
.top-modal__bubble--02 {
  top: 25px;
  left: 340px;
  width: 160px;
}
.top-modal__bubble--03 {
  top: 151px;
  left: 396px;
  width: 130px;
}
.top-modal__bubble--04 {
  top: 288px;
  left: 352px;
  width: 100px;
}
.top-modal__bubble--05 {
  top: 348px;
  left: 444px;
  width: 80px;
}
.top-modal__bubble--06 {
  top: 440px;
  left: 330px;
  width: 80px;
}
.top-modal__bubble--07 {
  top: 338px;
  left: 116px;
  width: 90px;
}
.top-modal__bubble--08 {
  top: 434px;
  left: 87px;
  width: 180px;
}
.top-modal__bubble--09 {
  top: 264px;
  left: 10px;
  width: 120px;
}
.top-modal__bubble--09 .top-modal__txt::after {
  left: 40px;
}
.top-modal__txt {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  padding: 12px 15px;
  transition: 0.3s;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  color: #1f2933;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.top-modal__txt::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  opacity: 0.85;
}
.top-modal__txt:hover {
  top: -3px;
  transform: scale(1.05, 1.05);
}
.top-modal__orb {
  display: flex;
  position: absolute;
  z-index: 100;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  border-radius: 20px;
}
.top-modal__orb span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  text-indent: -9999px;
}
.top-modal__orb:hover {
  transform: scale(1.15, 1.15);
}
.top-modal__orb--orb01 {
  top: 99px;
  left: 43px;
  background-color: rgba(199, 13, 65, 0.15);
}
.top-modal__orb--orb01 span {
  background: #c70d41;
}
.top-modal__orb--orb02 {
  top: 77px;
  left: 343px;
  background-color: rgba(199, 13, 65, 0.15);
}
.top-modal__orb--orb02 span {
  background: #c70d41;
}
.top-modal__orb--orb03 {
  top: 203px;
  left: 399px;
  background-color: rgba(243, 86, 39, 0.15);
}
.top-modal__orb--orb03 span {
  background: #f35627;
}
.top-modal__orb--orb04 {
  top: 340px;
  left: 354px;
  background-color: rgba(243, 86, 39, 0.15);
}
.top-modal__orb--orb04 span {
  background: #f35627;
}
.top-modal__orb--orb05 {
  top: 401px;
  left: 446px;
  background-color: rgba(251, 176, 59, 0.15);
}
.top-modal__orb--orb05 span {
  background: #fbb03b;
}
.top-modal__orb--orb06 {
  top: 492px;
  left: 333px;
  background-color: rgba(251, 176, 59, 0.15);
}
.top-modal__orb--orb06 span {
  background: #fbb03b;
}
.top-modal__orb--orb07 {
  top: 390px;
  left: 120px;
  background-color: rgba(24, 152, 29, 0.15);
}
.top-modal__orb--orb07 span {
  background: #18981d;
}
.top-modal__orb--orb08 {
  top: 486px;
  left: 90px;
  background-color: rgba(24, 152, 29, 0.15);
}
.top-modal__orb--orb08 span {
  background: #18981d;
}
.top-modal__orb--orb09 {
  top: 317px;
  left: 38px;
  background-color: rgba(102, 51, 204, 0.15);
}
.top-modal__orb--orb09 span {
  background: #63c;
}
.top-modal__info {
  width: 400px;
  padding: 0 50px 0 0;
}
.top-modal__title {
  position: relative;
  padding: 60px 0 0;
  color: #03449e;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.top-modal__title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #03449e;
}
.top-modal__catch {
  margin: 30px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.top-modal__desc {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  width: 400px;
  height: 50px;
  margin: 0 0 20px;
  padding: 0 0 0 50px;
  transition: 0.3s;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #1f2933;
  font-size: 14px;
  font-weight: bold;
}
.top-modal__desc:last-child {
  margin: 0;
}
.top-modal__desc::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  width: 30px;
  height: 30px;
  background: url("../../../assets/images/index/ico_appiritscube.svg") no-repeat center center/100% 100%;
}
.top-modal__desc:hover {
  transform: scale(1.05, 1.05);
}
.top-modal__link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 50px 0;
  padding: 0 40px 0 0;
}
.top-modal__button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 50px;
  overflow: hidden;
  transition: 0.3s;
  border: 2px solid #1f2933;
  background: #1f2933;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}
.top-modal__button:first-child {
  margin: 0 20px 0 0;
}
.top-modal__button::after, .top-modal__button::before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.top-modal__button::before {
  top: calc(50% - 6px);
  right: 20px;
  width: 12px;
  height: 12px;
  background: url("../../../assets/images/common/arrow_white.png") no-repeat center center/100% 100%;
}
.top-modal__button::after {
  z-index: 1;
  top: 0;
  left: -9px;
  width: 0;
  height: 100%;
  transform: skewX(-15deg);
  background: #fff;
}
.top-modal__button span {
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.top-modal__button:hover span {
  color: #1f2933;
}
.top-modal__button:hover::before {
  z-index: 2;
  right: 10px;
  background: url("../../../assets/images/common/arrow_black.png") no-repeat center center/100% 100%;
}
.top-modal__button:hover::after {
  width: calc(100% + 18px);
}

#cboxClose {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../../../assets/images/common/ico_close.svg") no-repeat center center;
  text-indent: -9999px;
}

.uly-main {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  display: block;
}
.uly-main--summary {
  padding-top: 80px;
}

.uly-contents {
  padding: 80px 0;
}
.uly-contents__inner {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
}
.uly-contents__inner--secure {
  width: auto;
  max-width: 1060px;
  padding: 0 30px;
}
.uly-contents__box {
  margin-bottom: 60px;
}
.uly-contents__box:last-child {
  margin-bottom: 0;
}
.uly-contents__box-inner {
  margin: 0 30px;
}
.uly-contents__group {
  margin-top: 40px;
}
.uly-contents__group--close {
  margin-top: 30px;
}
.uly-contents__title {
  margin: 20px 0 10px;
  font-weight: bold;
}
.uly-contents__title:first-child {
  margin-top: 0;
}
.uly-contents__text {
  padding-bottom: 20px;
}
.uly-contents__text:last-child {
  padding-bottom: 0;
}
.uly-contents__text--close {
  padding-bottom: 10px;
}
.uly-contents__list {
  display: grid;
  gap: 20px;
}
.uly-contents__list--disc {
  margin: 0 0 10px 18px;
  list-style: disc;
}
.uly-contents__list--lower-latin {
  padding-left: 20px;
  list-style: lower-latin;
}
.uly-contents__item {
  padding-bottom: 20px;
}
.uly-contents__item:last-child {
  padding-bottom: 0;
}
.uly-contents__item--close {
  padding-bottom: 0;
}
.uly-contents__note {
  margin: 0 0 10px;
  font-size: 14px;
  text-align: right;
}

.uly-column {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  padding: 80px 0;
}
.uly-column__main {
  width: 870px;
}
.uly-column__side {
  box-sizing: border-box;
  width: 230px;
  margin: 0 auto;
}
.uly-column__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  margin: 0 auto 20px;
  transform: translatez(0);
  transition: 0.3s ease-out;
  border-radius: 20px;
  outline: 1px solid transparent;
  background: #03449e url("../../../assets/images/common/arrow_white_left.png") no-repeat left 20px center/10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.uly-column__btn:hover {
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transition: 0.3s ease-out;
  background: #03449e url("../../../assets/images/common/arrow_white_left.png") no-repeat left 15px center/10px;
  box-shadow: 0 0 20px rgba(154, 165, 177, 0.8);
}

.bg-wh {
  position: relative;
}
.bg-wh::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("../../../assets/images/common/bg_white.png") no-repeat center center/100% 100%;
}
.bg-wh--02::before {
  transform: scale(-1, 1);
}

.bg-gr {
  position: relative;
}
.bg-gr::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("../../../assets/images/common/bg_gray.png") no-repeat center center/100% 100%;
}
.bg-gr--02::before {
  transform: scale(-1, 1);
}

.bg-bk {
  position: relative;
}
.bg-bk::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("../../../assets/images/common/bg_black.png") no-repeat center center/100% 100%;
}
.bg-bk--02::before {
  transform: scale(-1, 1);
}

.pkz {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  margin: 95px auto 0;
}
.pkz::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("../../../assets/images/common/bg_pkz.png") no-repeat center center/100% 100%;
}
.pkz__list {
  display: flex;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  font-size: 11px;
}
.pkz__item {
  position: relative;
  padding: 0 15px 0 10px;
}
.pkz__item::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 4px;
  height: 8px;
  background: url("../../../assets/images/common/arrow_right.png") no-repeat center center/100%;
}
.pkz__item:last-child::after {
  display: none;
}
.pkz__item a {
  transition: 0.3s;
  color: #1f2933;
}
.pkz__item a:hover {
  opacity: 0.7;
}
.pkz__item--top {
  padding: 0 15px 0 18px;
}
.pkz__item--top a {
  transition: 0.3s;
}
.pkz__item--top a::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 13px;
  height: 12px;
  transition: 0.3s;
  background: url("../../../assets/images/common/ico_home.svg") no-repeat center center/100%;
}
.pkz__item--top a:hover::before {
  opacity: 0.7;
}

.uly-headline {
  position: relative;
  font-size: 36px;
  text-align: center;
}
.uly-headline::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 34px);
  width: 65px;
  height: 5px;
  background: url("../../../assets/images/common/ico_dot_white.svg") no-repeat center center/100%;
}
.uly-headline02 {
  position: relative;
  font-size: 36px;
  text-align: center;
}
.uly-headline02::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 32.5px);
  width: 65px;
  height: 5px;
  background: url("../../../assets/images/common/ico_dot_blue.svg") no-repeat center center/100%;
}
.uly-headline03 {
  position: relative;
  margin-bottom: 0;
  font-size: 36px;
  text-align: center;
}
.uly-headline__case {
  font-size: 28px;
}
.uly-headline__case::after {
  content: "";
  position: absolute;
  bottom: 120px;
  left: calc(50% - 32.5px);
  width: 65px;
  height: 5px;
  background: url("../../../assets/images/common/ico_dot_blue.svg") no-repeat center center/100%;
}
.uly-headline--summary::after {
  content: none;
}
.uly-headline__en {
  display: block;
  margin: 0 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.uly-headline__corp {
  display: block;
  margin: 4px 0 4px;
  font-weight: normal;
  font-size: 16px;
}

.uly-heading {
  margin: 0 0 30px;
  color: #3e4c59;
  font-family: "Roboto", sans-serif, "游ゴシック体", "Yu Gothic";
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.uly-heading--left {
  margin: 0;
  color: #3e4c59;
  font-size: 20px;
  text-align: left;
}
.uly-contents .uly-heading {
  margin: 10px 0 30px;
}
.uly-heading--bold {
  font-weight: 700;
}
.uly-heading02 {
  margin: 0 0 40px;
  padding: 10px 30px;
  border-radius: 40px;
  background: #9aa5b1;
  color: #fff;
  font-size: 20px;
}
.uly-heading03 {
  margin: 0;
  color: #3e4c59;
  font-size: 18px;
  text-align: center;
}
.uly-heading04 {
  position: relative;
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.uly-heading04::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 65px;
  height: 5px;
  transform: translateX(-50%);
  background: url("../../../assets/images/common/ico_dot_orange.svg") no-repeat center center/100%;
  color: #fff;
}
.uly-heading04--si::after {
  background-image: url("../../../assets/images/common/ico_dot_green.svg");
}
.uly-heading04--security::after {
  background-image: url("../../../assets/images/common/ico_dot_blue.svg");
}
.uly-heading04--ec::after {
  background-image: url("../../../assets/images/common/ico_dot_red.svg");
}
.uly-heading04--consulting::after {
  background-image: url("../../../assets/images/common/ico_dot_orange.svg");
}
.uly-heading--large {
  margin-bottom: 65px;
}

.uly-hero {
  position: relative;
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
  min-width: 1300px;
  padding: 160px 0 60px;
  color: #fff;
  text-align: center;
}
.uly-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e4c59;
}
.uly-hero--far {
  padding: 170px 0 60px;
}
.uly-hero--game {
  background: url("../../../assets/images/game/bg_hero.jpg") no-repeat center/cover;
}
.uly-hero--si {
  background: url("../../../assets/images/si/bg_hero.jpg") no-repeat center/cover;
}
.uly-hero--security {
  background: url("../../../assets/images/security/bg_hero.jpg") no-repeat center/cover;
}
.uly-hero--ec {
  background: url("../../../assets/images/ec/bg_hero.jpg") no-repeat center/cover;
}
.uly-hero--consulting {
  background: url("../../../assets/images/consulting/bg_hero.jpg") no-repeat center/cover;
}
.uly-hero--detail {
  background: #f5f5f5;
  color: #1f2933;
}
.uly-hero--detail::before {
  display: none;
}
.uly-hero__desc {
  position: relative;
  padding: 20px 0 0;
  font-size: 16px;
  letter-spacing: 0.07em;
}
.uly-hero__desc--aurora {
  padding: 40px 0 0;
}
.uly-hero__service {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
.uly-hero__service--close {
  margin: 20px 0 0;
}
.uly-hero__button-box {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 40px;
}
.uly-hero__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 50px;
  margin-right: 20px;
  transition: 0.3s all;
  border: 2px solid #fbb03b;
  border-radius: 25px;
  background: #fbb03b;
  color: #fff;
  font-weight: bold;
}
.uly-hero__button:last-child {
  margin-right: 0;
}
.uly-hero__button:hover {
  background: #fff;
  color: #fbb03b;
}
.uly-hero__button--secondary {
  width: 200px;
  border-color: #fff;
  background: #3e4c59;
}
.uly-hero__button--secondary:hover {
  background: #fff;
  color: #1f2933;
}
.uly-hero--si .uly-hero__button {
  border-color: #488c6f;
  background: #488c6f;
}
.uly-hero--si .uly-hero__button:hover {
  color: #488c6f;
  background: #fff;
}
.uly-hero--security .uly-hero__button {
  border-color: #49759e;
  background: #49759e;
}
.uly-hero--security .uly-hero__button:hover {
  background: #fff;
  color: #49759e;
}
.uly-hero--ec .uly-hero__button {
  border-color: #d2565e;
  background: #d2565e;
}
.uly-hero--ec .uly-hero__button:hover {
  background: #fff;
  color: #d2565e;
}
.uly-hero--consulting .uly-hero__button {
  border-color: #dd8a46;
  background: #dd8a46;
}
.uly-hero--consulting .uly-hero__button:hover {
  background: #fff;
  color: #dd8a46;
}

.uly-table {
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.uly-table th,
.uly-table td {
  padding: 20px 0 20px 20px;
  border-top: 1px solid #ddd;
  text-align: left;
}
.uly-table th {
  width: 240px;
}
.uly-table td a {
  display: inline-block;
  transition: 0.3s;
  color: #03449e;
}
.uly-table td a:hover {
  opacity: 0.7;
}
.uly-table__link {
  display: inline-flex;
  position: relative;
  align-items: center;
  min-height: 30px;
  padding: 5px 40px 5px 60px;
  transition: 0.3s all;
  border-radius: 20px;
  background: url("../../../assets/images/common/ico_business.png") no-repeat 20px center/30px, url("../../../assets/images/common/arrow_black.png") no-repeat right 20px center/10px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
.uly-table__tel {
  display: inline-block;
  width: 80px;
}
.uly-table__title {
  width: 15%;
}
.uly-table__ul li {
  margin: 0 0 5px;
}
.uly-table__ul li:last-child {
  margin: 0;
}
.uly-table__item {
  display: flex;
  justify-content: space-between;
}
.uly-table__staff {
  width: calc(100% / 3);
  margin: 0 0 5px;
}
.uly-table__staff:last-child {
  margin: 0;
}
.uly-table__note {
  padding: 15px 0 0;
}
.uly-table__company {
  font-weight: bold;
}

.uly-form-table-box__require {
  margin-bottom: 40px;
  font-size: 13px;
}
.uly-form-table-box__input {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.uly-form-table-box__button-box {
  display: flex;
  justify-content: center;
}

.uly-table-form-require {
  color: #c70d41;
  font-weight: normal;
}

.uly-form-table {
  width: 100%;
  margin-bottom: 80px;
}
.uly-form-table__head {
  width: 200px;
  padding: 0 0 40px;
  color: #3e4c59;
  font-size: 16px;
  line-height: 45px;
  text-align: left;
  vertical-align: top;
}
tr:last-child .uly-form-table__head {
  padding-bottom: 0;
}
.uly-form-table__data {
  position: relative;
  padding: 0 0 40px;
}
tr:last-child .uly-form-table__data {
  padding-bottom: 0;
}
.uly-form-table__error {
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  color: #e12d39;
  font-size: 13px;
  font-weight: bold;
}

.uly-input-text input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px 7px;
  border: 0;
  border-radius: 5px;
  outline: 0;
  background: #fff;
  font-size: 14px;
  line-height: 28px;
}

.uly-input-checkbox {
  display: flex;
  align-items: center;
}
.uly-input-checkbox input {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}
.uly-input-checkbox__text {
  color: #3e4c59;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}

.uly-button, .uly-button2 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.uly-button::before, .uly-button2::before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.uly-button:hover, .uly-button2:hover {
  transition: 0.3s;
}

.uly-button__box {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  min-width: 1300px;
  margin: 80px auto;
}
.uly-button--back {
  width: 200px;
  height: 40px;
  border: 2px solid #03449e;
  border-radius: 25px;
  color: #03449e;
  font-size: 12px;
  font-weight: bold;
}
.uly-button--back::before {
  top: calc(50% - 5px);
  left: 15px;
  width: 12px;
  height: 10px;
  transform: scale(-1, 1);
  background: url("../../../assets/images/common/arrow_blue.png") no-repeat center center/100% 100%;
}
.uly-button--back:hover {
  transform: scale(1.1, 1.1);
  box-shadow: 0 0 20px rgba(154, 165, 177, 0.4);
}
.uly-button--back:hover::before {
  left: 10px;
}

.uly-button2 {
  width: 300px;
  padding: 15px 0;
  border: 0;
  border-radius: 100vh;
  background: #03449e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.uly-button2::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 35px;
  width: 15px;
  height: 15px;
  transition: 0.3s;
  background: url("../../../v2/images/common/arrow_white.png") no-repeat center center/100%;
}
.uly-button2:hover {
  transform: scale(1.1, 1.1);
  box-shadow: 0 0 20px rgba(154, 165, 177, 0.8);
}
.uly-button2--no-arrow::after {
  content: none;
}

.uly-intro {
  padding: 50px 0 90px;
  background: #3e4c59;
}
.uly-intro--game {
  padding-bottom: 50px;
}
.uly-intro__text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.uly-text-link {
  display: inline-block;
  position: relative;
  padding: 0 50px 0 0;
  float: right;
  color: #03449e;
  font-size: 20px;
  font-weight: bold;
}
.uly-text-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  border-radius: 15px;
  background: #03449e url("../../../assets/images/common/arrow_white.png") no-repeat center center/13px 12px;
}
.uly-text-link:hover::after {
  right: -5px;
}

.uly-officer-card-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px;
}
.uly-officer-card-box--sub {
  justify-content: center;
  margin: 0 auto;
}

.uly-officer-card {
  display: flex;
  box-sizing: border-box;
  gap: 70px;
  width: 1100px;
  margin-bottom: 60px;
  padding: 80px;
  border-radius: 20px;
  background: #fff;
}
.uly-officer-card__img {
  width: 240px;
}
.uly-officer-card__img img {
  width: 100%;
}
.uly-officer-card__wrap {
  width: 630px;
}
.uly-officer-card__name {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.uly-officer-card__kana {
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
}
.uly-officer-card__job-box {
  width: 630px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
}
.uly-officer-card__text {
  font-size: 16px;
  line-height: 1.5;
}
.uly-officer-card__link {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 30px;
  transition: .3s;
  color: #03449e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
.uly-officer-card__link:hover {
  opacity: .7;
}
.uly-officer-card__link:hover .uly-officer-card__ico {
  transform: scale(1.1, 1.1) rotate(0.0001deg);
}
.uly-officer-card__link:hover .uly-officer-card__ico::after {
  animation: poing .9s both;
}
.uly-officer-card__ico {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  transition: .3s;
  border-radius: 100%;
  background: #03449e;
}
.uly-officer-card__ico::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background: url("../../../v2/images/common/ico_external.svg") no-repeat center center/100%;
}

.uly-officer-subcard {
  box-sizing: border-box;
  width: 350px;
  padding: 55px;
  border-radius: 10px;
  background: #fff;
}
.uly-officer-subcard__wrap {
  width: 240px;
}
.uly-officer-subcard__img {
  width: 240px;
}
.uly-officer-subcard__img img {
  width: 100%;
}
.uly-officer-subcard__name {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1;
}
.uly-officer-subcard__kana {
  display: block;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
  font-weight: normal;
}
.uly-officer-subcard__job-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 240px;
  margin-bottom: 30px;
  border: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  word-break: break-all;
}
.uly-officer-subcard__job-box:last-child {
  margin-bottom: 0;
}
.uly-officer-subcard--subsidiary {
  margin-top: 30px;
}

/*# sourceMappingURL=style.css.map */
