@charset "UTF-8";
/* --------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
-------------------------------------------------- */
/* ============================
//_mixin.cscc
============================ */
@keyframes curtain {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}
/* ============================
 SP / base.scss
============================ */
html {
  -webkit-text-size-adjust: 100%;
}

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;
}

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

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

br {
  visibility: hidden;
}

.scroll {
  overflow-x: auto;
}

.uly-case-tab {
  margin: 20px 0 0;
}
.uly-case-tab__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  width: 100%;
  margin: auto;
  list-style: none;
  background-color: #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.uly-case-tab__item-name {
  margin-right: 4px;
  font-size: 14px;
}
.uly-case-tab__text {
  display: none;
}
.uly-case-tab__item {
  align-items: center;
  width: 380px;
  padding: 12px 0;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
}
.uly-case-tab__item--tech {
  background-color: #f2f5f7;
  color: rgba(31, 41, 51, 0.3);
  text-align: center;
}
.uly-case-tab__item--tech::before {
  content: "";
  display: inline-block;
  z-index: 100;
  width: 12px;
  height: 10px;
  margin-right: 0;
  margin-bottom: 1px;
  background: url("../../../assets/images/case/ico_tech-tag-light.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: 12px;
  height: 10px;
  margin-right: 0;
  margin-bottom: 1px;
  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;
}
.uly-case-tab__item--industry::before {
  content: "";
  display: inline-block;
  z-index: 100;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  margin-bottom: -1px;
  background: url("../../../assets/images/case/ico_industry-tag-light.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: 14px;
  height: 14px;
  margin-right: 3px;
  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;
}
.uly-case-tab__item--support::before {
  content: "";
  display: inline-block;
  z-index: 100;
  width: 15px;
  height: 14px;
  margin-bottom: -2px;
  background: url("../../../assets/images/case/ico_sup-tag-light.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: 16px;
  height: 14px;
  margin-bottom: -2px;
  background: url("../../../assets/images/case/ico_support-tab.svg") no-repeat center center/100%;
}

.uly-case-tag {
  font-size: 12px;
  font-weight: bold;
}
.uly-case-tag__tech {
  display: none;
  padding: 28px 20px;
  border-top: 4px solid #044066;
  background-color: #f2f5f7;
}
.uly-case-tag__industry {
  display: none;
  padding: 28px 20px;
  border-top: 4px solid #04665b;
  background-color: #f2f7f7;
  font-weight: bold;
}
.uly-case-tag__support {
  display: none;
  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: 14px 18px;
  width: 100%;
  margin: auto;
  list-style: none;
}
.uly-case-tag__list--industry {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  width: 100%;
  margin: auto;
  list-style: none;
}
.uly-case-tag__list--support {
  display: none;
}
.uly-case-tag__item-tech {
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
}
.uly-case-tag__item-tech::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 3px;
  background: url("../../../assets/images/case/ico_tech-tag-navy.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: 10px;
  height: 9px;
  margin-right: 3px;
  background: url("../../../assets/images/case/ico_tech-tag.svg") no-repeat center center/100%;
}
.uly-case-tag__item-industry {
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #04665b;
  font-size: 12px;
  text-align: center;
}
.uly-case-tag__item-industry.is-current {
  background-color: #04665b;
  color: #fff;
}

.uly-case {
  width: 100%;
  margin: 0 auto;
  background-color: #f5f5f5;
}
.uly-case__panel {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  padding: 28px 0 0;
}
.uly-case__item {
  box-sizing: border-box;
  width: 90%;
  margin: 28px 20px;
  border-radius: 15px;
  background: #fff;
  letter-spacing: 0;
}
.uly-case__image {
  display: block;
  position: relative;
  margin: 0 10px;
  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;
}
.uly-case__imgarea img {
  max-width: 200px;
  max-height: 90px;
}
.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-flow: column;
  padding: 0 20px;
  border-top: 2px solid #eceff0;
  letter-spacing: 0;
}
.uly-case__foot {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 12px 20px 20px;
}
.uly-case__industry {
  display: inline;
  width: fit-content;
  padding: 4px 12px;
  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: 22px;
  font-weight: bold;
}
.uly-case__title span {
  display: block;
}
.uly-case__title--text {
  display: inline-block;
  margin: 12px 0 0;
  font-size: 16px;
  text-align: left;
}
.uly-case__corp {
  height: 36px;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
.uly-case__desc {
  margin: 20px 0 0;
  padding: 20px 30px;
  color: #777;
  line-height: 1.8;
}
.uly-case__service {
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  margin-top: 10px;
  padding: 0 20px;
  line-height: 4px;
}
.uly-case__btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 37px;
  border-radius: 30px;
  background: #044066;
  box-shadow: 0 3px 4px rgba(154, 165, 177, 0.4);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.uly-case__btn::after {
  content: "";
  width: 9px;
  height: 8px;
  margin-left: 4px;
  background: url("../../../assets/images/common/arrow_white.png") no-repeat center center/100%;
}
.uly-case__ext {
  display: flex;
  position: absolute;
  top: 47%;
  right: 10px;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  transition: 0.3s;
  border-radius: 20px;
  background: #cdd9e0;
  text-indent: -9999px;
}
.uly-case__ext::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  background: url("../../../assets/images/common/ico_external.svg") no-repeat center center/100%;
}
.uly-case__catch {
  padding: 28px 0;
  background-color: #fff;
  color: #3e4c59;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.case-summary {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}
.case-summary__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.case-summary__logo img {
  max-width: 200px;
  max-height: 90px;
}
.case-summary__copy {
  margin: 10px 0 0;
  color: #777;
  font-size: 10px;
  text-align: right;
}

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

.case-service {
  margin: 40px 0;
  padding: 40px 0;
  background: #f5f5f5;
}
.case-service__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}

.case-interview {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
}
.case-interview__box {
  margin: 0 0 40px;
}
.case-interview__box:last-child {
  margin: 0;
}
.case-interview__article {
  margin: 0 0 40px;
}
.case-interview__article:last-child {
  margin: 0;
}
.case-interview__desc {
  margin: 0 0 20px;
  line-height: 1.5;
}
.case-interview__data {
  font-size: 11px;
  text-align: right;
}
.case-interview__title {
  margin: 20px 0 0;
}
.case-interview__comment {
  margin: 20px 0 0;
  padding: 20px;
  border-radius: 10px;
  background: rgba(154, 165, 177, 0.1);
  line-height: 1.5;
}
.case-interview__column {
  margin: 30px 0 0;
}
.case-interview__text {
  line-height: 1.5;
}
.case-interview__image {
  width: 100%;
  margin: 20px 0 0;
  overflow: hidden;
}
.case-interview__image img {
  max-width: 100%;
  max-height: 100%;
}

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

.case-detail {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 20px;
  font-size: 14px;
}
.case-detail__box {
  margin: 0 0 40px;
}
.case-detail__list {
  padding: 0 30px;
  list-style: disc;
  list-style-position: inside;
}
.case-detail__text {
  padding: 0 30px;
}

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

.uly-contact {
  width: 100%;
  padding: 40px 0;
  background: #f5f5f5;
  text-align: center;
}
.uly-contact__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}
.uly-contact__caption {
  margin: -10px 0 40px;
  font-size: 14px;
}
.uly-contact__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.uly-contact__button {
  display: flex;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: 60px;
  margin: 0 0 10px;
  border-radius: 30px;
  transition: 0.3s all;
  background: #3e4c59;
  color: #fff;
  font-weight: bold;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.uly-contact__button a {
  color: #fff;
}
.uly-contact__button:last-child {
  margin: 0;
}
.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;
  position: relative;
  justify-content: center;
  width: calc(100% - 80px);
  margin: 0 0 0 -5px;
}
.uly-contact__right--tel {
  color: #fff;
  font-size: 18px;
}
.uly-contact__right--form {
  font-size: 16px;
}
.uly-contact__right--form::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 5px;
  width: 12px;
  height: 12px;
  background: url("../../../assets/images/common/arrow_white.png") no-repeat center center/100%;
}

.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: 6px;
  background: url("../../../assets/images/common/ico_heading_game.svg") no-repeat center center/100% 100%;
}

.uly-contact-game {
  width: 100%;
  padding: 40px 0;
  background: #fff;
  text-align: center;
}
.uly-contact-game__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  padding: 60px 20px;
}
.uly-contact-game__caption {
  margin: -10px 0 40px;
  font-size: 14px;
}
.uly-contact-game__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.uly-contact-game__button {
  display: flex;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: 60px;
  margin: 0 0 10px;
  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 a {
  color: #fff;
}
.uly-contact-game__button:last-child {
  margin: 0;
}
.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;
  position: relative;
  justify-content: center;
  width: calc(100% - 110px);
  margin: 0 0 0 -5px;
}
.uly-contact-game__right--tel {
  font-size: 18px;
}
.uly-contact-game__right--form {
  font-size: 16px;
}
.uly-contact-game__right--form::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: -15px;
  width: 12px;
  height: 12px;
  background: url("../../../assets/images/common/arrow_white.png") no-repeat center center/100%;
}

@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 {
  padding: 25px 15px;
}
.cookie-popup__text {
  margin-bottom: 20px;
  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: 100%;
  margin-right: 15px;
  padding: 10px 0;
  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--reject {
  border: 2px solid #fff;
  background: #1f2933;
  color: #fff;
}

.sustainability {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px 40px;
  margin: 0 0 40px;
  background: #f5f5f5;
}
.sustainability__inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 40px;
  padding: 30px 30px 0 30px;
  border-radius: 20px;
  background: #fff;
}
.sustainability__banner {
  display: block;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
.sustainability__banner img {
  width: 100%;
}
.sustainability__banner-pc {
  display: none;
}

.sustainability-content {
  display: flex;
  flex-direction: column;
}
.sustainability-content__image {
  order: 2;
  margin-bottom: 40px;
}
.sustainability-content__image img {
  width: 100%;
  border-radius: 10px;
}
.sustainability-content__text {
  order: 1;
  color: #03449e;
}
.sustainability-content__title {
  margin: 0;
  color: #03449e;
  font-family: "Montserrat", "Roboto", sans-serif, "游ゴシック体", "Yu Gothic";
  font-size: 24px;
}
.sustainability-content__japanese {
  position: relative;
  vertical-align: middle;
  margin: 0 0 0 17px;
  padding: 0 0 0 20px;
  white-space: nowrap;
  font-family: "Roboto", sans-serif, "游ゴシック体", "Yu Gothic";
  font-size: 18px;
}
.sustainability-content__japanese::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: url("../../../assets/images/esg/line-sp.png") no-repeat center center/contain;
}

.sustainability-content-list {
  margin: 20px 0;
  border-top: 1px solid #e5e7eb;
}
.sustainability-content-list__item {
  position: relative;
  border-bottom: 1px solid #e5e7eb;
}
.sustainability-content-list__item a {
  display: block;
  padding: 20px 53px 20px 22px;
  color: #7b8794;
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.sustainability-content-list__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background: url("../../../assets/images/esg/arrow.png") no-repeat center center/contain;
}

.sustainability-wrapper {
  width: 100%;
  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 30px 0;
  padding: 30px 20px;
  background-color: #f5f5f5;
  color: #616e7c;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.sustainability-title__english {
  font-family: "Montserrat", "Roboto", sans-serif, "游ゴシック体", "Yu Gothic";
  font-size: 24px;
}
.sustainability-title__japanese {
  padding-bottom: 12px;
  font-size: 16px;
}

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

.sustainability-table {
  box-sizing: border-box;
  border: 1px solid #03449e;
  white-space: nowrap;
}
.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-table-box {
  overflow: auto;
}

.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 0 30px;
  vertical-align: top;
}
.sustainability-main .image__item img {
  width: 100%;
}
.sustainability-main .image__link {
  text-align: left;
}
.sustainability-main .image__3column {
  display: inline-block;
  margin: 0 0 30px;
  vertical-align: top;
}
.sustainability-main .image__3column img {
  width: 100%;
  height: 200px;
  margin: 0 0 10px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.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.scss
//SP
============================ */
.footer__map {
  margin: 40px 0 0;
  background: #1f2933;
  font-size: 12px;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px 15px;
  box-sizing: border-box;
}
.footer__inner a {
  display: inline-block;
  padding: 0;
  color: #fff;
  font-size: 12px;
}
.footer__profile {
  width: 100%;
  margin: 0 0 20px;
  color: #fff;
}
.footer__profile address {
  font-style: normal;
}
.footer__logo {
  width: 120px;
  margin: 0 0 10px;
}
.footer__logo img {
  width: 100%;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 291px), 1fr));
  width: 100%;
}
.footer__list {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #3e4c59;
}
.footer__list li {
  margin: 10px 0;
  line-height: 1.1;
}
.footer__list:last-child {
  padding-bottom: 0;
}
.footer small {
  display: block;
  padding: 5px 0;
  background: #1f2933;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.organizations {
  width: 100%;
  margin: 20px auto 10px;
  text-align: center;
}
.organizations__list {
  display: inline-block;
  width: 25%;
  margin: 0 5px 10px;
  vertical-align: middle;
}
.organizations__list img {
  width: min(100%, 150px);
  height: auto;
}

/* ============================
 SP / 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;
  position: relative;
  z-index: 2000;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
}
.header__inner.is-open {
  background-color: #fff;
}
.header__logo, .header__nav {
  position: relative;
  z-index: 2001;
}
.header__logo {
  width: 110px;
  margin-right: auto;
}
.header__logo img {
  width: 100%;
}
.header__nav {
  display: flex;
  gap: 12px;
}
.header__contact {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 0;
}
.header__contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../../../assets/images/common/icon_contact.svg") center/contain no-repeat;
}
.header__menu {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #1f2933;
  font-size: 0;
}
.header__menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  -webkit-mask-image: url("../../../assets/images/common/icon_menu.svg");
  mask-image: url("../../../assets/images/common/icon_menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
}
.header__contents {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 56px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding: 0 24px 80px;
  overflow-y: auto;
  background: #fff;
}
.header__contents.is-open {
  display: block;
}

/* ============================
 SP / nav-menu.scss
============================ */
.nav-menu {
  display: none;
}
.nav-menu__inner {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #c1c8cf;
}
.nav-menu__h1 {
  display: none;
}
.nav-menu__block {
  display: flex;
  flex-direction: column;
}
.nav-menu__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.nav-menu__title {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 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;
  background: url("../../../assets/images/common/icon_arrow.svg") center/contain no-repeat;
}
.nav-menu__title--second {
  padding-left: 16px;
  font-size: 14px;
}
.nav-menu__title--second::after {
  width: 12px;
  height: 12px;
}

/* ============================
 SP / nav.scss
============================ */
.nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  gap: 16px;
}
.nav__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
}
.nav__title {
  display: flex;
  position: relative;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #c1c8cf;
  color: #1f2933;
  gap: 4px;
}
.nav__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  background: url("../../../assets/images/common/icon_arrow.svg") center/contain no-repeat;
}
.nav__title.is-active {
  padding-bottom: 8px;
  border-bottom: none;
}
.nav__toggle .nav-menu__h2 {
  display: none;
}
.nav__toggle .nav__title {
  position: relative;
  padding-right: 20px;
}
.nav__toggle .nav__title::before, .nav__toggle .nav__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  transition: 0.3s ease;
}
.nav__toggle .nav__title::before {
  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 .nav__title.is-active::before {
  transform: rotate(90deg);
  opacity: 0;
}
.nav__toggle .nav__title.is-active::after {
  transform: rotate(0deg);
  opacity: 1;
}
.nav__cv {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  width: 100%;
}

.nav-button {
  display: flex;
  position: relative;
  box-sizing: border-box;
  padding: 16px 24px;
  border: 2px solid #1f2933;
  border-radius: 50px;
  line-height: 1.4;
}
.nav-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  -webkit-mask-image: url("../../../assets/images/common/icon_arrow.svg");
  mask-image: url("../../../assets/images/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #1f2933;
}
.nav-button--primary {
  background: #1f2933;
  color: #fff;
}
.nav-button--primary::after {
  background-color: #fff;
}
.nav-button--secondary {
  background: #fff;
  color: #1f2933;
}

.uly-pr-table {
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.uly-pr-table th, .uly-pr-table td {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  text-align: left;
}
.uly-pr-table tr.mix {
  display: none;
}
.uly-pr-table th {
  position: relative;
  box-sizing: border-box;
  width: 120px;
  font-size: 12px;
}
.uly-pr-table a {
  color: #003f65;
}

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

#pkz {
  position: absolute;
  width: 100%;
  margin: 49px auto 0;
}
#pkz::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url("../../../assets/images/common/bg_pkz_sp.png") no-repeat center center/100% 100%;
}
#pkz ol {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px 0;
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  list-style: none;
  font-size: 11px;
  white-space: nowrap;
}
#pkz ol::-webkit-scrollbar {
  display: none;
}
#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 {
  color: #1f2933;
}
#pkz li:first-child {
  padding: 0 15px 0 18px;
}
#pkz li:first-child a::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 13px;
  height: 12px;
  background: url("../../../assets/images/common/ico_home.svg") no-repeat center center/100%;
}

.pr-tag {
  display: block;
  width: 100px;
  box-sizing: border-box;
  background: #003f65;
  color: #fff;
  text-align: center;
}

.pr-page {
  display: block;
  width: 120px;
  margin: 0 0 5px;
  box-sizing: border-box;
  background: #003f65;
  color: #fff;
  text-align: center;
}

#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 {
  padding: 20px 0 25px;
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  background: #f5f5f5;
}
.uly-profile-nav::-webkit-scrollbar {
  display: none;
}
.uly-profile-nav__list {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  display: flex;
}
.uly-profile-nav__item {
  position: relative;
  margin: 0 20px 0 0;
  font-size: 12px;
  text-align: center;
}
.uly-profile-nav__item:last-child {
  padding: 0 20px 0 0;
}
.uly-profile-nav__item:last-child a::after {
  left: calc(50% - 20px);
}
.uly-profile-nav__item a {
  display: inline-block;
  color: #1f2933;
}
.uly-profile-nav__item--current a {
  color: #03449e;
  font-weight: bold;
}
.uly-profile-nav__item--current a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 15%);
  width: 30%;
  height: 2px;
  background: #03449e;
}

.uly-profile {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px 40px;
  margin: 0 0 40px;
  background: #f5f5f5;
}
.uly-profile__contents {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 40px;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
}
.uly-profile__contents--summary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uly-profile__contents:last-of-type {
  margin-bottom: 0;
}
.uly-profile__headline {
  margin: 0;
  color: #03449e;
  font-size: 22px;
  text-align: center;
}
.uly-profile__heading {
  margin: 0;
  font-family: "Roboto", sans-serif, "游ゴシック体", "Yu Gothic";
  font-size: 24px;
}
.uly-profile__heading span {
  display: block;
  font-size: 20px;
}
.uly-profile__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.uly-profile__inner--large {
  margin: 0 0 45px;
  padding: 0;
}
.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: 12px;
  text-align: right;
}
.uly-profile__chart {
  position: relative;
  width: 100%;
  height: 400px;
}
.uly-profile__chart-unit {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 11px;
}
.uly-profile__image {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background: #fff;
}
.uly-profile__image img {
  width: 100%;
}
.uly-profile__map {
  width: 100%;
  height: 500px;
  margin: 0 0 40px;
}

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

.uly-profile-5c {
  display: flex;
  justify-content: space-between;
}
.uly-profile-5c__desc {
  width: 120px;
  color: #1f2933;
  font-size: 14px;
}
.uly-profile-5c__desc:first-child {
  margin: 0 40px 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: 130px;
  width: 20px;
  height: 1px;
  background: #9aa5b1;
}

.uly-profile-layout {
  margin: 40px 0 0;
}
.uly-profile-layout02 {
  margin: 0 0 40px;
}
.uly-profile-layout02--box {
  box-sizing: border-box;
  margin: 40px 0;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: rgba(31, 41, 51, 0.05);
}
.uly-profile-layout:last-of-type {
  margin: 40px 0;
}
.uly-profile-layout__image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px 0 0;
}
.uly-profile-layout__image--nudge {
  display: none;
}
.uly-profile-layout__image--bg {
  box-sizing: border-box;
  border-radius: 10px;
}
.uly-profile-layout__image img {
  width: 100%;
  height: 100%;
  margin: 0 0 30px;
}
.uly-profile-layout__text {
  width: 100%;
}
.uly-profile-layout__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.uly-profile-layout02 .uly-profile-layout__title {
  font-size: 16px;
}
.uly-profile-layout__desc {
  padding: 0 5px;
  color: #1f2933;
  font-size: 14px;
}
.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 40px;
  padding: 30px;
  border-radius: 20px;
  background-color: rgba(31, 41, 51, 0.05);
}
.uly-profile-culture__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.uly-profile-culture__desc {
  margin: 0 0 30px;
  color: #1f2933;
  font-size: 14px;
}
.uly-profile-culture__note {
  padding: 0 0 0 1em;
  color: #3e4c59;
  font-size: 12px;
  text-indent: -1em;
}
.uly-profile-culture__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.uly-profile-culture__box {
  position: relative;
  width: calc(50% - 10px);
  height: 200px;
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 10px;
}
.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: 100%;
  height: 100%;
  transition: 0.2s;
}
.uly-profile-culture__item.is-active {
  top: -200px;
  left: -200px;
}
.uly-profile-culture__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 175px);
  left: calc(50% - 175px);
  width: 350px;
  height: 350px;
  transform: skewX(-45deg);
  background: #fff;
}
.uly-profile-culture__item::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
.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: 70px;
  height: 70px;
  margin: 0 0 10px;
  border-radius: 38px;
}
.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% - 25px);
  left: calc(50% - 100px);
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background: #fff;
  color: #1f2933;
  font-size: 10px;
  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: 30px;
  height: 30px;
  border-radius: 34px;
}
.uly-profile-culture__orb span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
}
.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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  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-size: 10px;
  font-weight: bold;
}
.uly-profile-voice__bubble {
  position: relative;
  top: 14px;
  width: 70px;
  height: 70px;
  margin: 0 0 23px;
  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% - 25px);
  left: calc(50% - 100px);
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  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;
  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%;
}

@media only screen and (max-width: 320px) {
  .uly-profile-culture__panel {
    display: block;
  }
  .uly-profile-culture__box {
    width: 100%;
  }
  .uly-profile-culture__item {
    width: 100%;
  }
  .uly-profile-culture__item:nth-last-child(-n + 3) {
    margin: 0 0 20px;
  }
}
.uly-ref {
  margin: 40px auto;
}
.uly-ref__heading {
  margin: 0 0 40px;
  color: #3e4c59;
  font-size: 20px;
  text-align: center;
}
.uly-ref__lead {
  margin-bottom: 20px;
  padding: 0 20px;
  color: #3e4c59;
  font-size: 14px;
  text-align: center;
}
.uly-ref__inner {
  padding-bottom: 40px;
  background: #f5f5f5;
}
.uly-ref__text {
  margin: 0 auto 40px;
  color: #3e4c59;
  font-size: 16px;
}
.uly-ref__box {
  padding: 30px;
  border-radius: 20px;
  background: #f5f5f5;
}
.uly-ref__thanks {
  margin-bottom: 15px;
  color: #3e4c59;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.uly-ref__download {
  margin-bottom: 30px;
  text-align: center;
}
.uly-ref__download a {
  color: #03449e;
}

.uly-doc-tab {
  padding: 20px;
  background: #f5f5f5;
}
.uly-doc-tab__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.uly-doc-tab__item {
  position: relative;
  padding: 5px 10px;
  transition: all .3s ease;
  border: solid 1px #003f65;
  border-radius: 30px;
  background: #fff;
  color: #003f65;
  font-size: 12px;
  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.is-current, .uly-doc-tab__item.active {
  background: #003f65;
  color: #fff;
}

.uly-ref-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  justify-content: center;
  gap: 10px;
  margin: 0 15px;
}
.uly-ref-list__item {
  display: flex;
}
.uly-ref-list__item.mix {
  display: none;
}
.uly-ref-list__link {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.uly-ref-list__image {
  margin-bottom: 10px;
}
.uly-ref-list__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 137 / 72;
  object-fit: cover;
  object-position: 0 30%;
}
.uly-ref-list__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.uly-ref-list__tag-item {
  display: inline-block;
  padding: 5px;
  background: #f2f5f7;
  color: #003f65;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
}
.uly-ref-list__tag-item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 5px;
  background: url(../../../v2/images/case/ico_tech-tag-navy.svg) no-repeat center center/100%;
}
.uly-ref-list__title {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  color: #3e4c59;
  font-size: 14px;
  font-weight: bold;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.uly-ref-list__text {
  margin-bottom: 25px;
  color: #3e4c59;
  font-size: 14px;
}
.uly-ref-list__guide-box {
  text-align: center;
}
.uly-ref-list__guide {
  position: relative;
  color: #03449e;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.uly-ref-list__guide::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border-radius: 15px;
  background: #03449e url("../../../assets/images/common/arrow_white.png") no-repeat center/12px 11px;
}

.uly-ref-recommend {
  position: relative;
  margin-bottom: 25px;
}
.uly-ref-recommend__image {
  display: flex;
  position: absolute;
  bottom: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  background: #fff;
}
.uly-ref-recommend__image img {
  max-width: 100%;
  max-height: 100%;
}
.uly-ref-recommend__contents {
  padding-bottom: 220px;
}
.uly-ref-recommend__title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3e4c59;
  color: #3e4c59;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.uly-ref-recommend-list__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.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 {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font: normal 14px/1.7 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #1f2933;
  letter-spacing: .05em;
}

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

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

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

p {
  margin: 0;
  padding: 0;
}

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

.is-onlySP {
  display: block;
}

.is-onlyPC {
  display: none;
}

.txt-attention {
  color: #df4439;
}

.uly-seminar {
  margin: 0 auto;
  padding-bottom: 40px;
}
.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: 40px 0;
  background: #f5f5f5;
}
.uly-seminar__past {
  padding: 0 16px;
  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;
  justify-content: center;
  gap: 28px;
  margin-bottom: 28px;
}
.uly-seminar-list__item {
  padding: 0 16px;
}
.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-size: 16px;
  font-weight: bold;
  text-align: center;
}
.uly-seminar-list__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.uly-seminar-list__title {
  color: #3e4c59;
  font-size: 16px;
  font-weight: bold;
}
.uly-seminar-list__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.uly-seminar-list__tag-item {
  display: inline-block;
  padding: 4px 12px;
  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 {
  padding: 0 20px 20px;
  background: #f5f5f5;
}
.uly-seminar-tab__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.uly-seminar-tab__list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.uly-seminar-tab__item {
  position: relative;
  padding: 8px 10px;
  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;
  margin-top: 30px;
  justify-content: space-between;
}
.uly-seminar-hero li {
  width: 100px;
  height: 100px;
  padding-top: 18px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 80px;
  font-size: 11px;
  line-height: 16px;
}
.uly-seminar-hero li strong {
  font-size: 18px;
}

.uly-seminar-desc {
  padding: 15px 10px;
}
.uly-seminar-desc .tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
}
.uly-seminar-desc .tag.payment {
  background: #c70d41;
}
.uly-seminar-desc .tag.free {
  background: #03449e;
}
.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 {
  padding-left: 5px;
  vertical-align: -1px;
}
.uly-seminar-desc .title {
  margin: 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.uly-seminar-desc .title-sub {
  display: block;
  padding-top: 10px;
  font-size: 14px;
}

.uly-seminar-schedule {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
}
.uly-seminar-schedule .item {
  position: relative;
  box-sizing: border-box;
  width: calc((100% - 10px) / 2);
  height: 190px;
  margin: 0 10px 10px 0;
  padding: 10px;
  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: #03449e;
}
.uly-seminar-schedule .item.end {
  border-color: #9aa5b1;
}
.uly-seminar-schedule .item:nth-child(even) {
  margin-right: 0;
}
.uly-seminar-schedule .item:last-of-type {
  margin-right: 0;
}
.uly-seminar-schedule .date {
  margin-bottom: 10px;
  font-size: 11px;
}
.uly-seminar-schedule .date span {
  font-size: 12px;
}
.uly-seminar-schedule .status {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  padding: 2px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
}

.uly-seminar-table {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.uly-seminar-table th,
.uly-seminar-table td {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  text-align: left;
}
.uly-seminar-table th {
  width: 120px;
  box-sizing: border-box;
  font-size: 12px;
}
.uly-seminar-table a {
  color: #003f65;
}

#seminar_detail {
  word-wrap: break-word;
}
#seminar_detail .heading02 {
  margin: 0 20px 30px;
  padding: 15px 30px;
  border-radius: 40px;
  background: #9aa5b1;
  color: #fff;
  font-size: 16px;
}
#seminar_detail .lead {
  margin: 0 0 30px;
  padding: 30px 20px;
  background: #f5f5f5;
  text-align: center;
}
#seminar_detail .lead h1 {
  margin: 0 auto;
  color: #3e4c59;
  font-size: 16px;
  line-height: 1.7;
}
#seminar_detail .lead img {
  width: 100%;
}
#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: 40px;
}
#seminar_detail section:last-child {
  margin-bottom: 0;
}
#seminar_detail .box_content {
  width: 100%;
  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 .box_image img {
  width: 100%;
  margin-bottom: 40px;
}
#seminar_detail .box_content .table {
  margin: 40px 20px 30px;
}
#seminar_detail .box_content .table .text {
  margin: 20px;
}
#seminar_detail .box_content .table_normal {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
}
#seminar_detail .box_content .table_normal th {
  width: 25%;
  font-weight: bold;
  text-align: left;
}
#seminar_detail .box_content .profile div:first-child {
  padding: 1em 20px;
}
#seminar_detail .box_content .profile div:first-child p:first-child {
  margin-bottom: 20px;
  font-weight: bold;
}
#seminar_detail .box_content .photo {
  margin-top: 30px;
  text-align: center;
}
#seminar_detail .box_supplement {
  margin: 0 20px 40px;
  padding: 15px 0;
  background: #f4f4f4;
  border-radius: 10px;
}
#seminar_detail .box_supplement .text {
  margin-bottom: 20px;
}
#seminar_detail .box_supplement .text:last-child {
  margin-bottom: 0;
}
#seminar_detail .text {
  margin: 0 20px 40px;
  line-height: 1.7;
  word-wrap: break-word;
}
#seminar_detail .table_normal {
  margin: 40px 20px 20px;
}
#seminar_detail .table_normal tr {
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid #d3d3d3;
  line-height: 1.8;
  gap: 20px;
}
#seminar_detail .table_normal tr:first-child {
  border-top: 1px solid #d3d3d3;
}
#seminar_detail .table_normal th {
  flex: 0 0 25%;
  text-align: left;
}
#seminar_detail .table_normal td {
  flex: 0 1 auto;
}
#seminar_detail .recommend + .txt_attention {
  margin: 0 20px 10px;
}
#seminar_detail .table_attention {
  margin: 0 20px 40px;
  font-size: 14px;
}
#seminar_detail .title01 {
  margin: 0 20px;
  font-weight: bold;
}
#seminar_detail .heading03,
#seminar_detail .sub_head01,
#seminar_detail .sub_head {
  margin: 0 20px 20px;
  color: #1f2933;
  font-size: 20px;
}
#seminar_detail #policy .policy,
#seminar_detail #policy > p,
#seminar_detail #privacy_box {
  margin: 0 20px 30px;
}
#seminar_detail #policy {
  margin-bottom: 40px;
}
#seminar_detail #policy p {
  margin-bottom: 30px;
}
#seminar_detail #policy .policy a {
  color: #03449e;
}
#seminar_detail #policy .entry {
  margin-top: 20px;
  text-align: center;
}
#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% - 11px);
  right: 44px;
  width: 13px;
  height: 24px;
  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: 100%;
  margin: 0 auto;
}
#seminar_detail .lead_attention .lead-attention_date {
  color: #1f2933;
  text-align: left;
}
#seminar_detail #seminar_contents .heading02 {
  margin: 0 20px 30px;
}
#seminar_detail #seminar_contents .text small {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}
#seminar_detail #seminar_contents .recommend {
  margin: 0 30px;
}
#seminar_detail #seminar_contents .txt_attention,
#seminar_detail #seminar_contents .txt_supplement {
  margin: 20px 20px 0;
}
#seminar_detail #seminar_contents .txt_attention:last-child,
#seminar_detail #seminar_contents .txt_supplement:last-child {
  margin: 20px;
}
#seminar_detail #seminar_contents .box_image {
  margin-bottom: 40px;
}
#seminar_detail #seminar_contents .box_image img {
  width: 100%;
}
#seminar_detail #seminar_text {
  margin-bottom: 40px;
}
#seminar_detail #seminar_text .text small {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}
#seminar_detail #seminar_text .text .txt_point {
  color: #3e4c59;
}
#seminar_detail #seminar_text section > .table_normal {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}
#seminar_detail #seminar_text section > .table_normal + p {
  margin: 0 20px;
}
#seminar_detail #seminar_text section > .table_normal + p + p {
  margin: 0 20px;
}
#seminar_detail #seminar_text section > .table_normal + p + p + p {
  margin: 0 20px;
}
#seminar_detail #seminar_text section > .table_normal + p + p + p + p {
  margin: 0 20px;
}
#seminar_detail #seminar_text .txt_attention {
  margin: 0;
  padding: 5px 20px;
}
#seminar_detail .attention {
  margin: 0 20px 40px;
  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: 16px;
}
#seminar_detail #seminar_schedule {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 20px 30px;
}
#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 {
  background: #f4f4f4;
  font-size: 13px;
}
#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: 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 #seminar_schedule li .button::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 44px;
  width: 13px;
  height: 24px;
  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;
  padding: 20px 10px;
}
#seminar_detail #seminar_schedule li:last-child {
  padding: 18px;
  font-size: 15px;
  text-align: center;
}
#seminar_detail .image {
  margin: 0 20px 40px;
  text-align: center;
}
#seminar_detail .image img {
  max-width: 100%;
}
#seminar_detail .seminar_list {
  display: flex;
  flex-direction: column;
  margin: 0 20px 0 0;
  font-size: 14px;
  gap: 8px;
}

.uly-service-tab {
  display: none;
}

.uly-service {
  margin: 0 0 40px;
}
.uly-service__list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 20px 10px 0;
}
.uly-service__item {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  width: calc((100% - 5px) / 2);
  transition: .2s linear;
  background: #f5f5f5;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.uly-service__item:nth-child(odd) {
  margin-left: 0;
}
.uly-service__link {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  height: 100%;
  padding: 10px 5px 20px;
  border: #fff 3px solid;
  color: #000;
  text-align: center;
}
.uly-service__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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;
  order: -1;
  width: 100%;
  height: 64px;
  margin: 0 auto 5px;
}
.uly-service__img--svg {
  padding: 12px 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 5px 0;
  color: #777;
  font-size: 12px;
  text-align: left;
}

.uly-summary-strength {
  padding: 0 20px 40px;
  background: #3e4c59;
}
.uly-summary-strength__item {
  margin-bottom: 20px;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.uly-summary-strength__item:last-child {
  margin-bottom: 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 {
  padding: 40px 20px 80px;
}

.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: block;
  position: relative;
  padding: 40px 10px 30px;
  border: 10px solid #fff;
  background: #f5f5f5;
}
.uly-summary-service-list__link::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 24px;
  width: 21px;
  height: 18px;
  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__image {
  height: 120px;
  margin-bottom: 10px;
  text-align: center;
}
.uly-summary-service-list__image--svg {
  height: 70px;
  margin-bottom: 30px;
}
.uly-summary-service-list__image img {
  height: 100%;
}
.uly-summary-service-list__sub-title {
  font-weight: bold;
  text-align: center;
}
.uly-summary-service--ec .uly-summary-service-list__sub-title {
  color: #d2565e;
}
.uly-summary-service-list__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.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 {
  padding-bottom: 30px;
  color: #1f2933;
  font-size: 16px;
}

/*============================
//_top.scss
//SP
============================ */
.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-headline-03 {
  color: #fbb03b;
}

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

.top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0 0 10px;
  border-radius: 25px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.top-button--web {
  border: 2px solid #1f2933;
  background: #1f2933;
  color: #fff;
}
.top-button--game {
  background: #fff;
  color: #1f2933;
}

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

.top-text-link {
  display: block;
  position: relative;
  margin: 20px 30px 0 0;
  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%);
}
.top-text-link--web::after, .top-text-link--download::after {
  background: url("../../../assets/images/common/arrow_black.png") no-repeat center center/100%;
}
.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-hero {
  display: flex;
  position: relative;
  top: -50px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background: url("../../../assets/images/index/hero_bg.jpg");
  background-size: cover;
}
.top-hero__catch {
  width: 90%;
  padding: 150px 0 120px;
}
.top-hero__catch img {
  width: 100%;
}

.top-important {
  margin: 80px 15px -50px;
}
.top-important__link {
  display: block;
  position: relative;
  align-items: center;
  padding: 5px 20px 5px 50px;
  border: 1px solid #f5f5f5;
  background: url("../../../v2/images/common/ico_business.png") no-repeat 10px center/30px, url("../../../v2/images/common/arrow_black.png") no-repeat right 10px center/10px;
  color: #000;
}
.top-important__date {
  display: block;
}

.top-about {
  display: flex;
  position: absolute;
  bottom: -80px;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 165px;
  transform: translateX(-50%);
  transition: 0.3s;
  border-radius: 85px;
  background: rgba(0, 0, 0, 0.1);
}
.top-about--pc {
  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;
  border-radius: 45px;
  background: rgba(0, 0, 0, 0.2);
}
.top-about__ico {
  display: block;
  width: 45px;
  height: 45px;
}
.top-about__text {
  position: absolute;
  top: 130px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: #1f2933;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.top-about__animate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: sdb 3s infinite;
}

@-webkit-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;
  }
}
@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: 100%;
  margin: 0 auto;
  padding: 70px 15px 0;
  text-align: center;
}
.top-perf__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}
.top-perf__item {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: calc((100% - 16px) / 2);
  padding: 16px;
  border-radius: 8px;
  color: #1f2933;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
}
.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: .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__image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
.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: none;
}
.top-perf__link-box {
  display: flex;
  position: relative;
  justify-content: center;
}
.top-perf__link-box::before {
  display: none;
}
.top-perf__link-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  transition: .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__caption {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.top-segment {
  overflow: hidden;
}
.top-segment__bg {
  width: 100%;
}
.top-segment__bg img {
  width: 100%;
}
.top-segment__inner--web {
  padding: 0 0 30px;
  background: #f5f5f5;
}
.top-segment__inner--game {
  padding: 0 0 30px;
  background: #1f2933;
}
.top-segment__inner--team {
  background: #fff;
}
.top-segment__content {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 40px 15px 0;
}
.top-segment__sentence {
  width: 100%;
  padding: 0;
}
.top-segment__object {
  width: 100%;
}
.top-segment__headline {
  margin: 0;
  border-bottom: 1px solid #03449e;
  color: #03449e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.top-segment__headline--game {
  border-bottom: 1px solid #fbb03b;
  color: #fbb03b;
}
.top-segment__heading {
  margin: 40px 0;
  font-size: 20px;
}
.top-segment__heading--game {
  color: #fff;
}
.top-segment__caption {
  margin: 0 0 40px 0;
  color: #777;
  font-size: 14px;
  line-height: 1.8;
}
.top-segment__caption--game {
  color: #9aa5b1;
}
.top-segment__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.top-segment__button::after {
  display: none;
}

.top-system {
  margin: 40px 0;
}
.top-system__title {
  margin: 0 0 20px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.top-system__list {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  margin: 0 0 5px;
  padding: 0 15px;
  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;
  left: -15px;
  width: calc(100% + 30px);
}
.top-case__item {
  z-index: -1;
  width: 200px;
  margin: 0 10px;
  border-radius: 6px;
  outline: none;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.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;
  line-height: 1.4;
}

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

.slick-prev,
.slick-next {
  position: absolute;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  z-index: 1000;
  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 {
  margin: 40px 0 0;
}
.top-download__title {
  margin: 0;
  font-size: 20px;
}
.top-download__box {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0;
  gap: 15px 0;
}
.top-download__item {
  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.2);
  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;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0 0;
}
.top-game::after {
  display: none;
}
.top-game__item {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10px) / 2);
  margin: 0 0 10px;
  padding: 20px;
  background: rgba(62, 76, 89, 0.8);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.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;
}
.top-game__caption {
  margin: 0;
  color: #9aa5b1;
  font-size: 12px;
}

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

.top-blog {
  box-sizing: border-box;
  width: 100%;
  margin: 40px 0 0;
  padding: 40px 20px;
  border: 5px solid #383236;
  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: 14px;
}
.top-blog__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 -10px;
}
.top-blog__box::after {
  display: none;
}
.top-blog__item {
  width: calc((100% - 10px) / 2);
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.top-blog__item img {
  width: 100%;
}

.top-service {
  position: relative;
  margin-top: 40px;
  padding: 40px 0;
}
.top-service::before, .top-service::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 12vw;
  background: url("../../../v2/images/index/service_bg-top.png") no-repeat center center/100%;
}
.top-service::before {
  top: 0;
}
.top-service::after {
  bottom: 0;
  transform: scaleY(-1);
}
.top-service__heading {
  position: relative;
  margin: 0 0 32px;
  font-size: 20px;
  text-align: center;
}
.top-service__heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
  background: #1f2933;
}
.top-service__inner {
  width: 100%;
  padding: 40px 0;
  background: #ecedee;
}
.top-service__content {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
.top-service__panel {
  padding-bottom: 24px;
}
.top-service__panel::after {
  display: none;
}
.top-service__item {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  padding: 12px 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  color: #1f2933;
}
.top-service__item:hover {
  text-decoration: none;
}
.top-service__ico {
  order: 1;
  grid-row: span 2 / span 2;
  width: 40px;
  height: 40px;
  margin-right: 24px;
}
.top-service__ico img {
  width: 100%;
  height: 100%;
}
.top-service__title {
  order: 2;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.top-service__caption {
  order: 3;
  width: 100%;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
}
.top-service__category-box {
  padding-bottom: 32px;
}
.top-service__category-title {
  position: relative;
  margin: 0 0 12px;
  padding-left: 16px;
  font-size: 16px;
}
.top-service__category-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 26px;
  background: #1f2933;
}
.top-service__category-li {
  list-style: none;
}
.top-service__category-item {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding-right: 16px;
  color: #1f2933;
  font-size: 14px;
}
.top-service__category-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  -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-pickup {
  position: relative;
  margin: 40px 0 0;
  background: url("../../../assets/images/index/security_bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.top-pickup__inner {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 40px 15px 65px;
}
.top-pickup__box {
  position: relative;
}
.top-pickup__catch {
  width: 100%;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
}
.top-pickup__caption {
  margin: 0 0 40px;
  font-size: 14px;
}
.top-pickup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px -10px 0 0;
}
.top-pickup__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  margin: 10px 10px 0 0;
  border-radius: 50%;
  background: #003353;
  font-size: 18px;
  font-weight: bold;
}
.top-pickup__ico {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.top-pickup__ico img {
  max-width: 100%;
  height: auto;
}
.top-pickup__text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.35;
}
.top-pickup__number {
  font-size: 26px;
}
.top-pickup__bg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.top-pickup__bg img {
  width: 100%;
}

.top-recruit {
  margin: 40px 0 0;
  background: url("../../../assets/images/index/recruit_bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.top-recruit__inner {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 40px 15px;
}
.top-recruit__catch {
  width: 100%;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
}
.top-recruit__caption {
  margin: 0;
  font-size: 14px;
}

.top-media {
  margin: 40px 0 0;
}
.top-media__list {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}
.top-media__list::after {
  content: none;
}
.top-media__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc((100% - 10px) / 2);
  margin: 0 0 20px;
}
.top-media__item:nth-last-child(-n + 2) {
  margin: 0;
}
.top-media__logo {
  display: block;
  max-height: 80px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.top-media__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-media__caption {
  margin: 10px 0 0;
  font-size: 12px;
  text-align: center;
}

.top-info {
  margin: 40px 0 0;
  background: #f5f5f5;
}
.top-info__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 15px;
}

.top-press {
  width: 100%;
}
.top-press th,
.top-press td {
  border-bottom: 10px solid #f5f5f5;
  background: #fff;
}
.top-press th {
  width: 80px;
  padding: 10px 15px 10px 40px;
  background: #fff url("../../../assets/images/common/ico_business.png") no-repeat 10px center;
  font-size: 12px;
  font-weight: normal;
}
.top-press td {
  padding: 10px 15px 10px 0;
  font-size: 12px;
}

.top-access {
  margin: 40px 0;
}
.top-access__map {
  width: 100%;
  height: 300px;
}

#access_map {
  height: 100%;
}

.top-modal {
  display: none;
}

.uly-main--summary {
  padding-top: 75px;
}

.uly-contents {
  padding: 40px 0;
}
.uly-contents__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}
.uly-contents__box {
  margin-bottom: 40px;
}
.uly-contents__box:last-child {
  margin-bottom: 0;
}
.uly-contents__box-inner {
  margin: 0 20px;
}
.uly-contents__group {
  margin-top: 40px;
}
.uly-contents__group--close {
  margin-top: 0;
}
.uly-contents__title {
  margin: 10px 0;
  font-weight: bold;
}
.uly-contents__text {
  padding: 10px 0;
}
.uly-contents__text:last-child {
  padding: 0;
}
.uly-contents__list {
  padding-left: 20px;
}
.uly-contents__list--disc {
  margin: 0 0 10px 0px;
  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 .uly-heading {
  margin: 10px 0 30px;
}
.uly-contents__note {
  margin: 0 0 10px;
  font-size: 12px;
  text-align: right;
}

.uly-column {
  margin: 40px 20px;
}
.uly-column__main {
  margin-bottom: 80px;
}
.uly-column__btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: #03449e;
  width: 100%;
  height: 60px;
  margin: 30px auto;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.uly-column__btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 15px;
  width: 12px;
  height: 10px;
  background: url("../../../assets/images/common/arrow_white_left.png") no-repeat center center/100%;
}

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

.pkz {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 49px auto 0;
}
.pkz::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url("../../../assets/images/common/bg_pkz_sp.png") no-repeat center center/100% 100%;
}
.pkz__list {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px 0;
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  font-size: 11px;
  white-space: nowrap;
}
.pkz__list::-webkit-scrollbar {
  display: none;
}
.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 {
  color: #1f2933;
}
.pkz__item--top {
  padding: 0 15px 0 18px;
}
.pkz__item--top a::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 13px;
  height: 12px;
  background: url("../../../assets/images/common/ico_home.svg") no-repeat center center/100%;
}

.uly-headline {
  position: relative;
  font-size: 26px;
  letter-spacing: 0.07em;
  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: 26px;
  letter-spacing: 0.07em;
  text-align: center;
}
.uly-headline02::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 34px);
  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: 26px;
  text-align: center;
}
.uly-headline__case {
  position: relative;
  font-size: 20px;
}
.uly-headline__case::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-headline__corp {
  display: block;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: normal;
}
.uly-headline--summary {
  font-size: 24px;
}
.uly-headline--summary::after {
  content: none;
}
.uly-headline__en {
  display: block;
  margin: 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.uly-heading {
  margin: 0 0 20px;
  color: #3e4c59;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: center;
}
.uly-heading--left {
  margin: 0;
  color: #3e4c59;
  font-size: 18px;
  text-align: left;
}
.uly-heading--bold {
  font-weight: 700;
}
.uly-heading02 {
  margin: 0 0 30px;
  padding: 15px 30px;
  border-radius: 40px;
  background: #9aa5b1;
  color: #fff;
  font-size: 16px;
}
.uly-heading03 {
  margin: 0;
  color: #3e4c59;
  font-size: 16px;
  text-align: center;
}
.uly-heading04 {
  position: relative;
  margin-bottom: 60px;
  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%;
}
.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: 25px;
}

.uly-hero {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: -1;
  justify-content: center;
  padding: 100px 20px 30px;
  color: #fff;
  text-align: center;
}
.uly-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e4c59;
}
.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 {
  z-index: 0;
  padding-bottom: 30px;
  background: #f5f5f5;
  color: #1f2933;
}
.uly-hero--detail::before {
  display: none;
}
.uly-hero__desc {
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.07em;
}
.uly-hero__desc--aurora {
  padding: 40px 0 0;
  font-size: 3.7vw;
}
.uly-hero__service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 0;
}
.uly-hero__service--close {
  margin: 20px 0 0;
}
.uly-hero__button-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 40px;
}
.uly-hero__button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 25px;
  background: #fbb03b;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
}
.uly-hero__button:last-child {
  margin-bottom: 0;
}
.uly-hero__button--secondary {
  width: 200px;
  border: 2px solid #fff;
  background: #3e4c59;
}
.uly-hero--si .uly-hero__button {
  background: #488c6f;
}
.uly-hero--security .uly-hero__button {
  background: #49759e;
}
.uly-hero--ec .uly-hero__button {
  background: #d2565e;
}
.uly-hero--consulting .uly-hero__button {
  background: #dd8a46;
}

.uly-table {
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.uly-table th,
.uly-table td {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  text-align: left;
  word-break: break-all;
}
.uly-table th {
  width: 100px;
}
.uly-table td a {
  display: inline-block;
  color: #03449e;
}
.uly-table__tel {
  display: block;
}
.uly-table__item {
  margin: 0 0 10px;
}
.uly-table__item:last-child {
  margin: 0;
}
.uly-table__note {
  padding: 10px 0 0;
}
.uly-table__company {
  font-weight: bold;
}

.uly-table-filter {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.uly-table-filter th,
.uly-table-filter td {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  text-align: left;
}
.uly-table-filter tr.mix {
  display: none;
}
.uly-table-filter tr.business {
  background: url("../../../assets/images/common/ico_business.png") no-repeat left center/20px;
}
.uly-table-filter tr.game {
  background: url("../../../assets/images/common/ico_game.png") no-repeat left center/20px;
}
.uly-table-filter th {
  width: 120px;
  padding-left: 25px;
  box-sizing: border-box;
  font-size: 12px;
}
.uly-table-filter a {
  color: #003f65;
}

.uly-table-seminar {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.uly-table-seminar th,
.uly-table-seminar td {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  text-align: left;
}
.uly-table-seminar th {
  width: 120px;
  box-sizing: border-box;
  font-size: 12px;
}
.uly-table-seminar a {
  color: #003f65;
}

.uly-form-table-box__require {
  margin-bottom: 10px;
  font-size: 13px;
}
.uly-form-table-box__input {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.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: 30px;
}
.uly-form-table__head {
  display: block;
  padding: 0 0 5px;
  color: #3e4c59;
  font-size: 14px;
  text-align: left;
}
.uly-form-table__data {
  display: block;
  padding: 0 0 20px;
}
tr:last-child .uly-form-table__data {
  padding-bottom: 0;
}
.uly-form-table__error {
  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;
}
.uly-button::before, .uly-button2::before {
  content: "";
  position: absolute;
}

.uly-button__box {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  display: flex;
  position: relative;
  justify-content: center;
  margin: 40px 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-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;
  background: url("../../../v2/images/common/arrow_white.png") no-repeat center center/100%;
}
.uly-button2--no-arrow::after {
  content: none;
}

.uly-intro {
  padding: 30px 20px;
  background: #3e4c59;
}
.uly-intro__text {
  color: #fff;
  font-size: 16px;
}

.uly-text-link {
  display: block;
  position: relative;
  padding: 0 50px 0 0;
  color: #03449e;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.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-sizing: border-box;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.uly-officer-card__img {
  max-width: 350px;
  margin: 0 auto 30px;
}
.uly-officer-card__img img {
  width: 100%;
}
.uly-officer-card__name {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.uly-officer-card__kana {
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
}
.uly-officer-card__job-box {
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: solid 1px #ddd;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.uly-officer-card__accordion {
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
}
.uly-officer-card__summary {
  display: block;
  position: relative;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.uly-officer-card__summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(135deg);
  transition: all .5s;
  border-top: solid 2px #03449e;
  border-right: solid 2px #03449e;
}
.uly-officer-card__career:checked ~ .uly-officer-card__summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(-45deg);
  transition: all .5s;
  border-top: solid 2px #03449e;
  border-right: solid 2px #03449e;
}
.uly-officer-card__career {
  display: none;
}
.uly-officer-card__accordion-detail {
  display: none;
  margin: 15px 0;
  background: #fff;
}
.uly-officer-card__career:checked ~ .uly-officer-card__accordion-detail {
  display: block;
}
.uly-officer-card__accordion-text {
  margin: 0;
}
.uly-officer-card__text {
  font-size: 14px;
  line-height: 1.5;
}
.uly-officer-card__link {
  display: flex;
  gap: 10px;
  margin-top: 25px;
  color: #03449e;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.33;
  text-decoration: none;
}
.uly-officer-card__ico {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  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-card-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}
.uly-officer-card-box:last-child {
  margin-bottom: 0;
}

.uly-officer-subcard {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.uly-officer-subcard__img {
  max-width: 350px;
  margin: 0 auto 30px;
}
.uly-officer-subcard__img img {
  width: 100%;
}
.uly-officer-subcard__name {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
  font-size: 24px;
  line-height: 1;
}
.uly-officer-subcard__kana {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
}
.uly-officer-subcard__job-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  border: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.uly-officer-subcard__job-box:last-child {
  margin-bottom: 0;
}
.uly-officer-subcard--subsidiary {
  margin-top: 30px;
}

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