@charset "UTF-8";
/* 
body{
  line-height: 1.6;
} */

/* ===================================

    breadcrumb

=================================== */

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c0c0c0;
}

@media screen and (max-width: 575px) {
  body:not(.page_vision):not(.page_governance):not(.page_corporate) .breadcrumb {
    padding: 15px 15px 20px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
    border-bottom: none;
  }
}

.page_vision .breadcrumb, .page_governance .breadcrumb, .page_corporate .breadcrumb {
  position: absolute;
  top: 30px;
  left: calc((100% - 960px) / 2);
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 250px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #D50032;
  color: #D50032;
  font-weight: 700;
  position: relative;
}

.btn--center {
  margin: 60px auto 0;
}

@media screen and (max-width: 575px) {
  .btn--center {
    margin-top: 30px;
  }
}

.btn--arrow {
  font-size: 0.9375rem;
  color: #ffffff;
  background: url(../images/common/icn_arrow.svg) 0% 50% no-repeat;
  padding-left: 20px;
  text-decoration: underline;
}

.btn--googlemap {
  font-size: 0.9375rem;
  margin: auto;
}

.btn--googlemap .btn__text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/common/icn_googlemap.svg) 0% 50% no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.btn::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #D50032;
  color: #ffffff;
}

.btn:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
}

.btn:hover .btn__text {
  color: #ffffff;
}

.table {
  width: 100%;
  border-top: 1px solid #c0c0c0;
}

.table th, .table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #c0c0c0;
  font-size: 0.8125rem;
  font-weight: 400;
  vertical-align: middle;
}

@media screen and (max-width: 575px) {
  .table th, .table td {
    padding: 10px;
  }
}

.page_history .table th, .page_history .table td {
  vertical-align: top;
}

.table th {
  border-right: 1px solid #c0c0c0;
}

@media screen and (max-width: 575px) {
  .table th {
    padding-left: 0;
  }
}

.page_history .table th {
  padding-right: 60px;
}

@media screen and (max-width: 575px) {
  .page_history .table th {
    padding-right: 15px;
  }
}

.table td {
  padding-left: 30px;
}

@media screen and (max-width: 575px) {
  .table td {
    padding-left: 10px;
    padding-right: 0;
  }
}

.table td a {
  color: #D50032;
  text-decoration: underline;
}

.table td p {
  margin-bottom: 1em;
}

.table td .map-link::after {
  content: url(../images/common/icn_map.svg);
  vertical-align: middle;
  margin-left: 0.5em;
}

.table-nowrap th {
  white-space: nowrap;
}

.accordion {
  -webkit-tap-highlight-color: transparent;
}

.accordion-toggle {
  position: relative;
}

@media screen and (max-width: 575px) {
  .accordion-toggle::before, .accordion-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 12px;
    height: 2px;
    background-color: #D50032;
  }
  .accordion-toggle::before {
    right: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .accordion-toggle::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .accordion-toggle.accordion--open {
    opacity: 1 !important;
  }
  .accordion-toggle.accordion--open::before, .accordion-toggle.accordion--open::after {
    content: "";
    top: 18px;
  }
  .accordion-toggle.accordion--open::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .accordion-toggle.accordion--open::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.accordion-menu {
  display: none;
}

@media screen and (min-width: 576px) {
  .accordion-menu {
    display: block !important;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup.active {
  visibility: visible;
  opacity: 1;
}

.popupClose {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  z-index: 10;
}

.youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.popupCloseBtn {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/top/close-white.png) no-repeat center center/100%;
  cursor: pointer;
}

/* ===================================

    index page

=================================== */

@media screen and (max-width: 575px) {
  .home .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .content>* {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .home .content .hero {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .home .content .nav-group {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: #e5e8f3;
    padding: 45px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
  }
  .home .content .nav-group__item {
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    border: none;
    height: 62px;
  }
  .home .content .nav-group__item:not(:last-child) {
    border-bottom: 1px dotted #909191;
  }
  .home .content .nav-group__item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .home .content .nav-group__item>a div {
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 0.75rem;
    font-weight: 900;
  }
  .home .content .nav-group__item>a div+p {
    width: 60%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #2d2827;
    justify-self: flex-start;
    text-align: left;
    padding-top: 0;
  }
  .home .content .nav-group__item>a div+p .group-name {
    font-size: 0.875rem;
  }
  .home .content .nav-group__item>a div+p>small {
    display: inline-block;
    font-weight: 400;
    text-indent: -0.5em;
  }
  .home .content .nav-group__item>a div+p>small::before {
    content: "〈";
  }
  .home .content .nav-group__item>a div+p>small::after {
    content: "〉";
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 41.25vw;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .hero {
    height: calc(100vw + 150px);
    padding-top: 0;
  }
  .hero::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/top/bg_hero_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 0;
  }
}

.hero-in {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.hero-in.visible {
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .hero__logo {
    max-width: 225px;
    margin: 0 auto 20px;
  }
}

.hero__txt {
  color: #ffffff;
  font-size: 1rem;
  line-height: 2.4;
}

@media screen and (max-width: 575px) {
  .hero__txt {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1em;
  }
}

.video-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 575px) {
  .video-container {
    display: none;
  }
}

.video-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/grid.png);
  z-index: 1;
}

.hero-in.visible+.video-container::before {
  background: url(../images/top/poster.jpg) 50% 50%/cover;
}

video {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
}

.hero-in.visible+.video-container video {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
}

@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  video {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-aspect-ratio: 16 / 9) {
  video {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.btn-play {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 30px auto;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .btn-play {
    width: 40px;
    height: 40px;
  }
}

.btn-play::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/top/play.png) 50% 50% no-repeat;
  background-size: contain;
}

.nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 575px) {
  .nav-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.nav-content__item {
  width: 33.333%;
}

@media screen and (max-width: 575px) {
  .nav-content__item {
    width: 100%;
  }
  .nav-content__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-content__item a:hover * {
  opacity: 0.7;
}

.nav-content__item img {
  width: 100%;
  height: 100%;
}

.nav-content__item .nav-group-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 15.25vw;
  padding: 25px 45px;
  color: #ffffff;
  position: relative;
  background: -ms-linear-gradient(0deg, #D50032 0%, #a7b2d6 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D50032', endColorstr='#A7B2D6' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#D50032), to(#a7b2d6));
  background: linear-gradient(90deg, #D50032 0%, #a7b2d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D50032', endColorstr='#A7B2D6', GradientType=1);
}

@media screen and (max-width: 575px) {
  .nav-content__item .nav-group-link {
    width: 50vw;
    height: 50vw;
    max-height: inherit;
    padding: 15px 5px 15px 20px;
  }
}

.nav-content__item .nav-group-link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  bottom: 30px;
}

@media screen and (max-width: 575px) {
  .nav-content__item .nav-group-link::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.nav-content__item:nth-child(2) .nav-group-link::after {
  bottom: auto;
  top: 30px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 575px) {
  .nav-content__item:nth-child(2) .nav-group-link::after {
    top: auto;
    right: auto;
    left: 25px;
    bottom: 30px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.nav-content__item .nav-group-link__title {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .nav-content__item .nav-group-link__title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .nav-content__item .nav-group-link__subtitle {
    font-size: 0.75rem;
  }
}

.nav-content__item .nav-group-pic {
  display: block;
  height: 15.25vw;
}

@media screen and (max-width: 575px) {
  .nav-content__item .nav-group-pic {
    width: 50vw;
    height: 50vw;
  }
}

@media screen and (min-width: 576px) {
  .nav-content__item:nth-child(2) a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 575px) {
  .nav-content__item img {
    width: 50vw;
    height: 50vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.sec-head {
  text-align: center;
  padding-bottom: 30px;
}

.sec-head__title {
  font-size: 1.625rem;
  font-weight: 700;
}

.sec-head__title>span {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 575px) {
  .sec-head__title>span {
    font-size: 0.75rem;
  }
}

.sec-news {
  padding-top: 45px;
  background-color: #ffffff;
}

.sec-news .sec-in {
  padding: 75px calc((100% - 600px) / 2) 140px;
  background-color: #e7e7e7;
}

@media screen and (max-width: 575px) {
  .sec-news .sec-in {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.sec-news .news-list__item {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 10px 15px;
  border-bottom: 1px dashed #8c8d8d;
}

.sec-news .news-list__item a {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.sec-news .news-list__item time {
  margin-right: 30px;
}

.sec-news .news-list__item.is-pdf::after {
  content: url(../images/common/icn_pdf.svg);
  vertical-align: middle;
  margin-left: 15px;
}

.sec-news .news-list__item.is-pdf a {
  max-width: calc(100% - 35px);
}

/* ===================================

    sub page

=================================== */

.text-nowrap {
  white-space: nowrap;
}

.dl-inline {
  display: table-row;
}

@media screen and (max-width: 991px) {
  .dl-inline {
    display: block;
    margin-top: 1em;
  }
}

.dl-inline dt, .dl-inline dd {
  display: table-cell;
}

@media screen and (max-width: 991px) {
  .dl-inline dt, .dl-inline dd {
    display: block;
  }
}

.dl-inline dd {
  padding-right: 1em;
}

.dl-inline.has-badge dt {
  padding-right: 4em;
}

.dl-inline.has-badge dd {
  position: relative;
}

.badge {
  display: inline-block;
  font-size: 0.75rem;
  background-color: #2d2827;
  color: #ffffff;
  border-radius: 8px;
  padding: 0 5px;
  margin: 0 5px;
}

@media screen and (min-width: 992px) {
  .has-badge .badge {
    position: absolute;
    left: 0;
    margin: 0;
    -webkit-transform: translateX(-115%);
    transform: translateX(-115%);
  }
}

.sec__title, .vision-list__title, .entry__title {
  font-size: 1rem;
  font-weight: 700;
  background-color: #ececec;
  border-left: 7px solid #D50032;
  padding: 8px 0 8px 25px;
}

@media screen and (max-width: 575px) {
  .sec__title, .vision-list__title, .entry__title {
    padding-left: 15px;
  }
}

/* body:not(.page_vision):not(.home) .content {
  padding-bottom: 140px;
}

@media screen and (max-width: 575px) {
  body:not(.page_vision):not(.home) .content {
    padding-bottom: 0;
  }
} */

.content-head {
  padding: 0 calc((100% - 960px) / 2);
}

@media screen and (min-width: 576px) {
  .content-head {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 575px) {
  .content-head {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.page_vision .content-head {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 100px;
  background: url(../images/corporate/vision_mv.jpg) 50% 50% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 575px) {
  .page_vision .content-head {
    height: 175px;
    margin-bottom: 50px;
  }
}

.page_governance .content-head {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 100px;
  background: url(../images/governance/governance_mv.jpg) 50% 50% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 575px) {
  .page_governance .content-head {
    height: 175px;
    margin-bottom: 50px;
  }
}

.page_corporate .content-head {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 100px;
  background: url(../images/corporate/corporate_mv.jpg) 50% 50% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 575px) {
  .page_corporate .content-head {
    height: 175px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  body:not(.page_message):not(.page_vision):not(.page_corporate) .content-head {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 575px) {
  body:not(.page_vision):not(.page_governance):not(.page_corporate) .content-head {
    position: relative;
    padding-bottom: 20px;
  }
  body:not(.page_vision):not(.page_governance):not(.page_corporate) .content-head::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.content-head__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 575px) {
  .content-head__title {
    font-size: 1.125rem;
  }
}

body.page_vision .content-head__title, body.page_governance .content-head__title, body.page_corporate .content-head__title {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 575px) {
  body.page_vision .content-head__title, body.page_governance .content-head__title, body.page_corporate .content-head__title {
    font-size: 1.375rem;
  }
}

body:not(.page_vision):not(.page_governance):not(.page_corporate) .content-head__title {
  padding-left: 30px;
}

@media screen and (max-width: 575px) {
  body:not(.page_vision):not(.page_governance):not(.page_corporate) .content-head__title {
    padding-left: 20px;
  }
}

body:not(.page_vision):not(.page_governance):not(.page_corporate) .content-head__title::before {
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -ms-linear-gradient(90deg, #cad1e7 0%, #D50032 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CAD1E7', endColorstr='#D50032' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#cad1e7), to(#D50032));
  background: linear-gradient(0deg, #cad1e7 0%, #D50032 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D50032', endColorstr='#CAD1E7', GradientType=0);
}

@media screen and (max-width: 575px) {
  body:not(.page_vision):not(.page_governance):not(.page_corporate) .content-head__title::before {
    width: 8px;
  }
}

.content-head__subtitle {
  display: block;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 0.75rem;
  color: #D50032;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 575px) {
  .content-head__subtitle {
    font-size: 0.625rem;
  }
}

.page_vision .content-head__subtitle, .page_governance .content-head__subtitle, .page_corporate .content-head__subtitle {
  color: #ffffff;
}

.sec {
  padding: 0 calc((100% - 800px) / 2);
}

.sec:not(:last-child) {
  padding-bottom: 60px;
}

.row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0 calc((100% - 960px) / 2);
}

@media screen and (max-width: 991px) {
  .row {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row .main-content {
  max-width: 600px;
  width: 62.5%;
}

@media screen and (max-width: 575px) {
  .row .main-content {
    width: 100%;
  }
}

.archive .row .main-content, .page .row .main-content {
  margin-left: 4.3%;
}

@media screen and (max-width: 768px) {
  .archive .row .main-content, .page .row .main-content {
    margin-left: 0;
  }
}

.error404 .sec a {
  color: #D50032;
  text-decoration: underline;
}

.corporate-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .corporate-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.corporate-col {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .corporate-col {
    margin: 0 auto;
  }
}

.corporate-list {
  max-width: 800px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .corporate-list {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.corporate-list__item {
  max-width: 390px;
  width: calc(50% - 10px);
  border: 1px solid rgba(205, 205, 205, 0.5);
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .corporate-list__item {
    width: 100%;
  }
}

.corporate-list__item:nth-child(odd) {
  margin-right: 20px;
}

@media screen and (max-width: 575px) {
  .corporate-list__item:nth-child(odd) {
    margin-right: 0;
  }
}

.corporate-list__item a {
  font-size: 0.9375rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 122px;
  padding: 15px 0px 15px 25px;
  background: -ms-linear-gradient(-90deg, white 0%, #e6e6e6 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
  background: linear-gradient(180deg, white 0%, #e6e6e6 100%);
  border-style: Solid;
  border-color: #ffffff;
  border-color: white;
  border-width: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6', GradientType=0);
}

@media screen and (max-width: 575px) {
  .corporate-list__item a {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.corporate-list__item a::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 120px;
  background-size: contain;
}

@media screen and (max-width: 575px) {
  .corporate-list__item a::after {
    width: 120px;
    height: 96px;
  }
}

.corporate-list__item a.message::after {
  background: url(../images/corporate/corporate_message.jpg) 0 50% no-repeat;
  background-size: contain;
}

.corporate-list__item a.group::after {
  background: url(../images/corporate/corporate_group.jpg) 0 50% no-repeat;
  background-size: contain;
}

.corporate-list__item a.access::after {
  background: url(../images/corporate/corporate_access.jpg) 0 50% no-repeat;
  background-size: contain;
}

.corporate-list__item a.profile::after {
  background: url(../images/corporate/corporate_profile.jpg) 0 50% no-repeat;
  background-size: contain;
}

.corporate-list__item a.history::after {
  background: url(../images/corporate/corporate_history.jpg) 0 50% no-repeat;
  background-size: contain;
}

/* .vision {
  padding-bottom: 100px;
} */

@media screen and (max-width: 575px) {
  header.pageHeader.vision+.vision {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
  }
}

.vision-list {
  padding-right: calc((100% - 800px) / 2);
  padding-left: calc((100% - 800px) / 2);
  padding-bottom: 60px;
}

@media screen and (max-width: 575px) {
  .vision-list {
    padding-bottom: 30px;
  }
}

.vision-list__desc {
  text-align: center;
  font-size: 0.875rem;
  line-height: 2;
  padding: 40px;
}

@media screen and (max-width: 575px) {
  .vision-list__desc {
    text-align: left;
    padding: 20px 0 20px 15px;
  }
}

.vision-list__desc strong {
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  color: #D50032;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .vision-list__desc strong {
    margin-right: 35%;
    margin-bottom: 10px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.2;
  }
}

.vision-list__desc b {
  font-size: 1rem;
  display: block;
  margin-bottom: 30px;
}

.vision-list__desc.has-bgimage {
  padding-right: 40%;
  background: url(images/vision_img01.jpg) 100% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 575px) {
  .vision-list__desc.has-bgimage {
    background: url(images/vision_img01_sp.jpg) 100% 0% no-repeat;
    background-size: 130px;
    padding-right: 0;
  }
}

header.pageHeader.vision+.vision {
  padding-bottom: 100px;
}

@media screen and (max-width: 575px) {
  header.pageHeader.vision+.vision {
    padding-bottom: 50px;
  }
}

.sec-vision {
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #f0f0f0;
}

@media screen and (max-width: 575px) {
  .sec-vision {
    padding: 0 15px 100px;
  }
}

.sec-vision__title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 575px) {
  .sec-vision__title {
    color: #828282;
    font-size: 1.125rem;
    margin-bottom: 2em;
  }
}

.sec-vision__lead {
  text-align: center;
  font-size: 0.875rem;
  line-height: 2.5;
}

@media screen and (max-width: 575px) {
  .sec-vision__lead {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    line-height: 2;
  }
}

.sp-only-inline {
  display: none;
}

@media screen and (max-width: 575px) {
  .sp-only-inline {
    display: inline;
  }
}

.sec-vision__lead strong {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .sec-vision__lead strong {
    text-align: center;
    font-size: 1.5rem;
  }
}

.sec-vision .panel {
  background-color: #ffffff;
  padding: 60px;
}

@media screen and (max-width: 575px) {
  .sec-vision .panel {
    padding: 0;
  }
}

.sec-vision .panel:not(:last-child) {
  margin-bottom: 45px;
}

@media screen and (max-width: 575px) {
  .sec-vision .panel {
    padding: 0;
  }
}

.sec-vision .panel__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #003594;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 575px) {
  .sec-vision .panel__title {
    color: #ffffff;
    background-color: #D50032;
    font-size: 1rem;
    padding: 0.5em 0;
  }
}

.sec-vision .panel__lead {
  text-align: center;
  font-size: 0.875rem;
  line-height: 2;
}

@media screen and (max-width: 575px) {
  .sec-vision .panel__lead {
    text-align: left;
    padding: 20px 20px 0;
  }
}

.sec-vision .panel__lead strong {
  font-size: 0.9375rem;
  display: block;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .sec-vision .panel__lead strong {
    line-height: 1.6;
  }
}

.sec-vision .panel__image {
  margin-right: -60px;
  margin-left: -60px;
  margin-bottom: -60px;
}

@media screen and (max-width: 575px) {
  .sec-vision .panel__image {
    margin: 0;
  }
}

.sec-vision .panel__image img {
  vertical-align: bottom;
  width: 100%;
}

.sec-vision .panel .g-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 45px;
  padding-bottom: 15px;
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 575px) {
  .sec-vision .panel .g-company {
    padding-top: 15px;
  }
}

.sec-vision .panel .g-company .hybrid {
  padding-bottom: 30px;
  position: relative;
  font-weight: 700;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sec-vision .panel .g-company .hybrid::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #003594;
  position: absolute;
  left: 0;
  bottom: 11px;
}

@media screen and (max-width: 575px) {
  .sec-vision .panel .g-company .hybrid::before {
    bottom: 16px;
  }
}

.sec-vision .panel .g-company .hybrid span {
  display: block;
  background-color: #ffffff;
  color: #003594;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.sec-vision .panel .g-company .hybrid span:nth-child(2) {
  font-size: 0.625rem;
  letter-spacing: 0;
}

.sec-vision .panel .g-company .hybrid span:last-child {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 575px) {
  .sec-vision .panel .g-company .hybrid span:last-child {
    width: 24px;
    height: 24px;
  }
}

.sec-vision .panel .g-company .hybrid span:last-child::before, .sec-vision .panel .g-company .hybrid span:last-child::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #003594;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

@media screen and (max-width: 575px) {
  .sec-vision .panel .g-company .hybrid span:last-child::before, .sec-vision .panel .g-company .hybrid span:last-child::after {
    width: 24px;
    height: 2px;
  }
}

.sec-vision .panel .g-company .hybrid span:last-child::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec-vision .panel .g-company .hybrid span:last-child::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sec-vision .panel .g-company .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-vision .panel .g-company .brand.signal img {
  width: 94px;
}

@media screen and (max-width: 575px) {
  .sec-vision .panel .g-company .brand.signal img {
    width: 66px;
  }
}

.sec-vision .panel .g-company .brand.agent img {
  width: 96px;
}

@media screen and (max-width: 575px) {
  .sec-vision .panel .g-company .brand.agent img {
    width: 68px;
  }
}

.sec-vision .panel .g-company .brand.adlead img {
  width: 100%;
}

.sec-vision .panel .g-company .brand.globalnavigate img {
  width: 100%;
}

.sec-vision .panel .g-company .brand__logo {
  font-size: 1.0625rem;
  text-align: center;
  margin: 10px auto 0;
}

.sec-vision .panel .g-company .brand__caption {
  font-size: 0.625rem;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 15px;
}

.group-company {
  width: 1080px;
  margin: 80px auto 150px auto;
}
.group-company img {
  width: 100%;
}

@media screen and (max-width: 1095px) {
  .group-company {
    width: 98%;
  }
}

@media screen and (max-width: 575px) {
  .group-company {
    margin: 40px auto 60px auto;
    width: 85%;
  }
}
.brand__logo {
  color: #D50032;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  margin: 10px auto 0;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .brand__logo {
    font-size: 0.75rem;
  }
}

.brand__logo img {
  width: 100%;
  max-width: inherit;
}

.signal .brand__logo {
  width: 94px;
}

@media screen and (max-width: 575px) {
  .signal .brand__logo {
    width: 66px;
    margin-top: 0;
  }
}

.adlead .brand__logo {
  width: 146px;
}

@media screen and (max-width: 575px) {
  .adlead .brand__logo {
    width: 114px;
  }
}

.groundestate .brand__logo {
  width: 79px;
}

@media screen and (max-width: 575px) {
  .groundestate .brand__logo {
    width: 64px;
  }
}

.adbranding .brand__logo {
  width: 136px;
}

@media screen and (max-width: 575px) {
  .adbranding .brand__logo {
    width: 111px;
  }
}
.group-company_pc {
  display: block;
}
.group-company_sp {
  display: none;
}
@media screen and (max-width: 575px) {
  .group-company_pc {
    display: none;
  }
  .group-company_sp {
    display: block;
  }
}

.archive-list__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  color: #D50032;
  padding-bottom: 0.25em;
  margin-bottom: 40px;
  border-bottom: 1px solid #D50032;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 575px) {
  .archive-list__title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}

.entry {
  padding-top: 45px;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
  .entry {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.entry__meta {
  text-align: right;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 575px) {
  .entry__title {
    padding-left: 15px;
  }
}

.entry__title.is-pdf {
  text-decoration: underline;
}

.entry__title.is-pdf::after {
  content: url(../images/common/icn_pdf.svg);
  vertical-align: -5px;
  margin-left: 15px;
}

.entry__body {
  font-size: 0.875rem;
  padding-top: 1em;
}

.entry__body p {
  margin-bottom: 1em;
}

.entry__body h1, .entry__body h2, .entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6 {
  margin-top: 3em;
}

.entry .is-pdf::after {
  content: url(../images/common/icn_pdf.svg);
  vertical-align: middle;
  margin-left: 15px;
}

.entry .is-pdf a {
  max-width: calc(100% - 35px);
}

@media screen and (max-width: 575px) {
  hr {
    width: 100vw;
    margin: 0;
    margin-left: -15px;
  }
}

.pager .page-numbers:not(.prev):not(.next):not(.current), .pager .page-numbers.current {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 30px 0;
}

.pager a {
  color: #D50032;
}

.pager .page-numbers {
  margin: 0 5px;
}

.pager .page-numbers:not(.prev):not(.next):not(.current) {
  background-color: #cccccc;
}

.pager .page-numbers.current {
  background-color: #D50032;
}

.pager .prev, .pager .next {
  position: absolute;
  top: -15px;
  padding: 5px;
}

.pager .prev {
  left: 0;
  background: url(../images/common/prev.svg) 0 60% no-repeat/10px;
  padding-left: 20px;
}

.pager .next {
  right: 0;
  background: url(../images/common/next.svg) 100% 60% no-repeat/10px;
  padding-right: 20px;
}

@media screen and (max-width: 575px) {
  .sec-message__pic {
    display: block;
    width: 100vw;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.sec-message__title {
  font-size: 1.125rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}

.sec-message__text {
  font-size: 0.875rem;
  line-height: 2.4;
  padding-top: 15px;
  text-align: justify;
}

.sec-message .signature {
  font-size: 0.875rem;
  margin-top: 4em;
}

.sec-message .sign-nagayama {
  max-width: 147px;
  margin-top: 10px;
}

.sec-group__item:not(:last-child) {
  padding-bottom: 100px;
}

@media screen and (max-width: 575px) {
  .sec-group__item {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
  }
  .sec-group__item:first-child {
    padding-top: 0;
  }
  .sec-group__item:last-child {
    padding-bottom: 0;
  }
  .sec-group__item:last-child::after {
    display: none;
  }
  .sec-group__item::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #cccccc;
    margin-left: -15px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.sec-group .table th {
  vertical-align: top;
  padding-left: 0;
  width: 25%;
}

.sec-group .table td {
  padding-left: 15px;
}

.group-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .group-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 576px) {
  .group-block::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.signal .group-block::before {
  background-color: #db0032;
}

.agent .group-block::before {
  background-color: #208ccc;
}

.adlead .group-block::before {
  background-color: #ffbd3b;
}

.globalnavigate .group-block::before {
  background-color: #828282;
}

.group-block__logo {
  font-size: 1.0625rem;
  font-weight: 900;
  text-align: center;
  width: 175px;
}

@media screen and (min-width: 576px) {
  .group-block__logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 575px) {
  .group-block__logo {
    font-size: 1.25rem;
  }
}

.group-block__logo a {
  color: #D50032;
  white-space: nowrap;
}

.group-block__logo img {
  max-width: inherit;
}

.signal .group-block__logo img {
  width: 112px;
}

.agent .group-block__logo img {
  width: 114px;
}

.adlead .group-block__logo img {
  width: 175px;
}

.globalnavigate .group-block__logo img {
  width: 184px;
}

.group-block__desc {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .group-block__desc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
  }
}

.group-block__desc strong {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 575px) {
  .group-block__desc strong {
    margin-top: 1em;
  }
}

.group-block__desc small {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 576px) {
  .group-block__desc small {
    font-size: 0.875rem;
    text-indent: -0.5em;
    margin-top: 1em;
    margin-bottom: 0.25em;
  }
}

.group-block__desc p {
  font-size: 0.875rem;
}

.dl-table-row {
  display: table-row;
  font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
  .dl-table-row {
    display: block;
  }
}

.dl-table-row:not(:last-of-type) dt, .dl-table-row:not(:last-of-type) dd {
  border-bottom: 1px solid #c0c0c0;
}

.dl-table-row dt, .dl-table-row dd {
  display: table-cell;
  padding: 10px 0;
}

@media screen and (max-width: 575px) {
  .dl-table-row dt, .dl-table-row dd {
    display: block;
  }
}

.dl-table-row dt {
  vertical-align: top;
  padding-right: 30px;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .dl-table-row dt {
    border-bottom: none !important;
    padding-bottom: 0;
  }
}

.dl-table-row dt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D50032;
  vertical-align: middle;
  margin-right: 5px;
}

@media screen and (max-width: 575px) {
  .dl-table-row dd {
    padding-top: 0;
    padding-left: 15px;
  }
}

.dl-table-row dd li {
  text-indent: -0.75em;
  padding-left: 0.75em;
}

.dl-table-row dd li::before {
  content: "";
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 100%;
  background-color: #2d2827;
  margin-right: 0.5em;
  vertical-align: middle;
}

.googlemap {
  margin-top: 100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
  .googlemap {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}

.sec-policy {
  font-size: 0.875rem;
  padding-right: 0;
  padding-left: 0;
}

.sec-policy:not(:last-child) {
  padding-bottom: 75px;
}

.sec-policy p {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 2;
  text-align: justify;
}

.sec-policy a {
  text-decoration: underline;
}

.sec-policy .list {
  padding-bottom: 1em;
  line-height: 1.8;
}

.sec-policy .list--primary {
  margin-left: -0.5em;
}

.sec-policy .list--primary li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.sec-policy .list--secondary {
  counter-reset: num;
}

.sec-policy .list--secondary li h3::before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  margin-right: 0.5em;
}

.sec-policy .list--secondary li p {
  padding-top: 0;
  padding-left: 1.5em;
}

.sec-policy .list--secondary li ul {
  padding-left: 1.5em;
}

.sec-policy table {
  font-size: 0.8125rem;
  text-indent: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 5px 0 10px;
  width: 100%;
}

.sec-policy table th, .sec-policy table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .sec-policy table th, .sec-policy table td {
    display: block;
    width: 100%;
  }
}

.sec-policy table th {
  padding: 0 5px 0 10px;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .sec-policy table th {
    padding-left: 5px;
  }
}

.sec-policy table td {
  padding: 5px 10px;
  vertical-align: middle;
}

.sec-policy table td ul {
  margin-right: -10px;
  margin-left: -10px;
}

.sec-policy table td ul li {
  padding: 5px 10px;
}

.sec-policy table td ul li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}

.sec-policy table td ul li ul {
  margin: 0;
}

.sec-policy table td ul li ul li {
  padding-right: 0;
  padding-left: 0;
}

.sec-policy img[src*="iso"] {
  width: calc(195px * 1.5);
}

.sec-policy img[src*="privacy"] {
  width: calc(62px * 1.5);
}

.governance__title {
  font-size: 1.125rem;
  background-color: #D50032;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .governance__title {
    margin-bottom: 20px;
  }
}

.governance-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .governance-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 80px;
  }
}

.governance-col {
  width: 100%;
  max-width: 420px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .governance-col {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .governance-col+.governance-col {
    margin-top: 15px;
  }
}

.governance-list {
  max-width: 800px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .governance-list {
    height: auto;
  }
}

.governance-list__item {
  max-width: 390px;
  width: 100%;
  border: 1px solid rgba(205, 205, 205, 0.5);
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .governance-list__item {
    width: 100%;
  }
  .governance-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.governance-list__item:nth-child(odd) {
  margin-right: 20px;
}

@media screen and (max-width: 575px) {
  .governance-list__item:nth-child(odd) {
    margin-right: 0;
  }
}

.governance-list__item a {
  font-size: 0.9375rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 15px 25px;
  background: -ms-linear-gradient(-90deg, white 0%, #e6e6e6 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
  background: linear-gradient(180deg, white 0%, #e6e6e6 100%);
  border-style: Solid;
  border-color: #ffffff;
  border-color: white;
  border-width: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6', GradientType=0);
}

@media screen and (max-width: 575px) {
  .governance-list__item a {
    height: 60px;
    padding-right: 10px;
  }
}

.governance-list__item a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/common/icn_arrow_blue.svg) 0 50% no-repeat;
  background-size: contain;
  vertical-align: -2px;
  margin-right: 0.5em;
}

.governance__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  color: #D50032;
  padding-bottom: 0.25em;
  margin-bottom: 80px;
  border-bottom: 1px solid #D50032;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .governance__heading {
    margin-bottom: 40px;
  }
}

.parallax {
  background: url(../images/recruit/recruit_mv.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 350px;
}

@media screen and (max-width: 575px) {
  .parallax {
    background: url(../images/recruit/recruit_bg01_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: none;
    height: 250px;
  }
}

.sec-recruit {
  padding-top: 60px;
  padding-bottom: 140px;
}

@media screen and (max-width: 575px) {
  .sec-recruit {
    padding-bottom: 100px;
  }
}

.sec-recruit__title {
  text-align: center;
  margin-bottom: 50px;
}

.recruit-list {
  max-width: 800px;
  height: 224px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .recruit-list {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.recruit-list__item {
  width: 390px;
  border: 1px solid rgba(205, 205, 205, 0.5);
}

@media screen and (max-width: 575px) {
  .recruit-list__item {
    width: 100%;
  }
  .recruit-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.recruit-list__item:nth-child(odd) {
  margin-right: 20px;
}

@media screen and (max-width: 575px) {
  .recruit-list__item:nth-child(odd) {
    margin-right: 0;
  }
}

.recruit-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 15px 25px;
  background: -ms-linear-gradient(-90deg, white 0%, #e6e6e6 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
  background: linear-gradient(180deg, white 0%, #e6e6e6 100%);
  border-style: Solid;
  border-color: #ffffff;
  border-color: white;
  border-width: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6', GradientType=0);
}

@media screen and (max-width: 575px) {
  .recruit-list__item a {
    height: 87px;
    padding-right: 10px;
  }
}

.recruit-list__item .brand__logo {
  margin: 0;
  width: 122px;
}

.recruit-list__item .brand__logo img.signal {
  width: 64px;
}

.recruit-list__item .brand__logo img.agent {
  width: 65px;
}

.recruit-list__item .brand__logo img.adlead {
  width: 110px;
}

.recruit-list__item .brand__logo img.globalnavigate {
  width: 115px;
}

.recruit-list__item .group-name {
  font-weight: 700;
}

.recruit-list__item .group-name span {
  font-size: 1.125rem;
}

@media screen and (max-width: 575px) {
  .recruit-list__item .group-name span {
    font-size: 1rem;
  }
}

.recruit-list__item .group-name small {
  display: block;
  font-size: 0.75rem;
  text-indent: -0.5em;
}

@media screen and (max-width: 575px) {
  .recruit-list__item .group-name small {
    font-size: 0.6875rem;
  }
}

/* signal stars */

main.vision .pageHeader {
  margin-bottom: 0;
}

.sec-group {
  background-color: #f0f0f0;
  padding-top: 100px;
}

@media screen and (max-width: 575px) {
  .sec-group {
    padding-top: 50px;
  }
}

.signalstars {
  border-top: 1px solid #4f64ae;
  padding: 150px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

@media screen and (max-width: 575px) {
  .signalstars {
    padding-top: 50px;
    padding-bottom: 60px;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 576px) {
  .signalstars-logo {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .signalstars-logo {
    margin-bottom: 20px;
    text-align: center;
  }
}

.signalstars-logo img {
  max-width: 150px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .signalstars-content {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.signalstars-content {
  padding-left: 20px;
}

@media screen and (max-width: 575px) {
  .signalstars-content {
    padding: 15px;
  }
}

.signalstars-content__title {
  font-size: 20px;
  color: #003594;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .signalstars-content__title {
    text-align: center;
  }
}

.signalstars-content__text {
  font-size: 14px;
}