/* import css files */
/*

.c5-header1

*/
.c5-header1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 40px 0 0;
}
@media screen and (max-width: 639px) {
  .c5-header1 {
    margin: 20px 0 0 0;
  }
}
.c5-header1.c5--bordered {
  margin: 40px 0 30px;
}
@media screen and (max-width: 639px) {
  .c5-header1.c5--bordered {
    margin: 20px 0 15px;
  }
}

.c5-header1:before,
.c5-header1:after {
  content: "";
  display: table;
}

.c5-header1:after {
  clear: both;
}

h1.c5-header1__heading,
div.c5-header1__heading {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  float: left;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 639px) {
  h1.c5-header1__heading,
  div.c5-header1__heading {
    font-size: 1.42857rem;
    margin: 0 0 15px 0;
  }
}

/*

.c5-header__bordered--left

*/
.c5-header__bordered--left {
  border-left: 5px solid #000000;
  padding: 3px 0 3px 10px;
}

/*

.c5-header2

*/
.c5-header2 {
  margin: 4.2% 0 2.5% 0;
}
.c5-header2.c5-header2--narrow {
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .c5-header2 {
    margin: 30px 0 20px 0;
  }
}

/*

.c5-table

*/
@media screen and (max-width: 639px) {
  .c5-table {
    font-size: 13px;
  }
}
.c5-table table {
  width: 100%;
  border-collapse: collapse;
}
.c5-table table th, .c5-table table td {
  border: 1px solid #e4e7ec;
  padding: 10px;
}
@media screen and (max-width: 639px) {
  .c5-table table th, .c5-table table td {
    padding: 7px;
  }
}
.c5-table table th {
  border: none;
}
.c5-table .c5-table__center {
  text-align: center;
}
.c5-table .c5-table__blue {
  background: #3a5897;
  color: #ffffff;
  font-weight: bold;
}
.c5-table .c5-table__grayThin {
  background: #f5f5f5;
  font-weight: bold;
}
.c5-table .c5-table__indent {
  padding-left: 3%;
}
@media screen and (max-width: 639px) {
  .c5-table .c5-table__indent {
    padding-left: 5px;
  }
}

/*

.c5-table2

*/
.c5-table2 table {
  width: 100%;
  border-collapse: collapse;
}
.c5-table2 table th, .c5-table2 table td {
  border: 1px solid #e4e7ec;
  padding: 14px 10px;
}
@media screen and (max-width: 639px) {
  .c5-table2 table th, .c5-table2 table td {
    padding: 10px;
    font-size: 14px;
  }
}
.c5-table2 table th {
  background: #fbfbfd;
  text-align: left;
}

/*

.c5-tableNoBorder

*/
.c5-tableNoBorder table th, .c5-tableNoBorder table td {
  text-align-last: left;
  padding: 5px 0;
  vertical-align: top;
}
.c5-tableNoBorder table th {
  font-weight: normal;
}

/*

.c5-navi

*/
.c5-navi {
  position: relative;
  margin-left: auto;
}
.c5-navi .c5-navi__btn {
  position: relative;
  display: flex;
  padding: 0 0 20px 0;
  border-bottom: 5px solid #2F353D;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .c5-navi .c5-navi__btn {
    padding: 0 0 10px 0;
    transform: translateY(1px);
    z-index: 1;
  }
}
.c5-navi .c5-navi__btn .c5-navi__txt {
  padding-left: 12px;
}
@media screen and (max-width: 639px) {
  .c5-navi .c5-navi__btn .c5-navi__txt {
    font-size: 14px;
    padding-left: 0;
  }
}
.c5-navi .c5-navi__btn .c5-navi__icon {
  width: calc(16px + 12px + 10px);
  padding: 0 12px 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .c5-navi .c5-navi__btn .c5-navi__icon {
    width: 20px;
    padding: 0 0 0 5px;
  }
}
.c5-navi .c5-navi__btn .c5-navi__icon img {
  width: 100%;
  font-size: 100%;
}
@media screen and (max-width: 639px) {
  .c5-navi .c5-navi__btn .c5-navi__icon .s5-iconInline {
    transform: translateY(-2px);
  }
}
.c5-navi .c5-navi__btn.is-open .s5-iconInline {
  transform: scaleY(-1);
}
@media screen and (max-width: 639px) {
  .c5-navi .c5-navi__btn.is-open .s5-iconInline {
    transform: scaleY(-1) translateY(3px);
  }
}

/*

.c5-navi__pull

*/
.c5-navi__pull {
  display: none;
  font-size: 14px;
  position: absolute;
  transform: translateY(-5px);
  border-top: solid 5px #2F353D;
  right: 0;
  top: 50px;
  width: 360px;
  background: #ffffff;
  z-index: 2;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  max-height: 600px;
  overflow-y: auto;
}
@media screen and (max-width: 639px) {
  .c5-navi__pull {
    width: 94vw;
    max-height: calc(100vh - 117px - 50px);
    max-height: calc(100dvh - 117px - 50px);
    right: -20px;
    transform: translateY(-14px);
  }
}
.c5-navi__pull ul,
.c5-navi__pull li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c5-navi__pullLabel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 15px;
  margin: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  cursor: pointer;
}
.is-open .c5-navi__pullLabel {
  background: #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
}
.c5-navi__pullLabel .c5-navi__pullLabelIcon {
  line-height: 0;
}
.c5-navi__pullLabel .c5-navi__pullLabelIcon .s5-iconInline {
  display: none;
}
.c5-navi__pullLabel .c5-navi__pullLabelIcon .c5-navi__pullLabelIcon--plus {
  display: block;
}
.is-open .c5-navi__pullLabel .c5-navi__pullLabelIcon .c5-navi__pullLabelIcon--plus {
  display: none;
}
.c5-navi__pullLabel .c5-navi__pullLabelIcon .c5-navi__pullLabelIcon--minus {
  display: none;
}
.is-open .c5-navi__pullLabel .c5-navi__pullLabelIcon .c5-navi__pullLabelIcon--minus {
  display: block;
}
.c5-navi__pullLabel .c5-navi__pullLabellink {
  display: block;
  padding: 10px 10px 10px 15px;
}

.c5-navi__pullSub {
  border-left: 5px solid #E8E8E8;
  display: none;
}
.c5-navi__pullSub .c5-navi__pullSubLi {
  position: relative;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
}
.c5-navi__pullSub .c5-navi__pullSubLi .c5-navi__pullSubLink {
  display: block;
  padding: 10px 10px 10px 19px;
  box-sizing: border-box;
}
.c5-navi__pullSub .c5-navi__pullSubLi .c5-navi__pullSubLink:before {
  content: '';
  background: url("/CorporateCruise/SMOJ-info/share2/images/icon_arrow_right.svg") no-repeat;
  background-size: contain;
  width: 4.5px;
  height: 9px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
}

.c5-navi__pullSingle {
  margin: 0;
  font-weight: normal;
  position: relative;
}
.c5-navi__pullSingle .c5-navi__pullSinglelink {
  font-size: 14px;
  display: block;
  padding: 10px 10px 10px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.c5-navi__pullSingle .c5-navi__pullSinglelink:before {
  content: '';
  background: url("/CorporateCruise/SMOJ-info/share2/images/icon_arrow_right.svg") no-repeat;
  background-size: contain;
  width: 4.5px;
  height: 9px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
  margin-top: -1px;
}

/*

.c5-smojInfo

*/
/*

.c5-smojInfo

*/
a.c5-linkUp {
  color: #3865e0;
  cursor: pointer;
}

a.c5-linkUp:hover, a.c5-linkUp:focus, a.c5-linkUp:active {
  color: #34568e;
  text-decoration: underline;
}

a.c5-linkUp:after {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3Anew%200%200%2032%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text/css%22%3E.st0%7Bfill%3A%233865E0%3B%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M16%2C6.4l16%2C16l-3.2%2C3.2L16%2C12.9L3.2%2C25.6L0%2C22.4L16%2C6.4z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: .6em;
  width: .6em;
  margin: -0.15em 0.4em 0;
}

a.c5-linkUp:after:hover, a.c5-linkUp:after:focus, a.c5-linkUp:after:active {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3Anew%200%200%2032%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text/css%22%3E.st0%7Bfill%3A%2334568E%3B%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M16%2C6.4l16%2C16l-3.2%2C3.2L16%2C12.9L3.2%2C25.6L0%2C22.4L16%2C6.4z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: 0.9em;
}

/*

.c5-pc

*/
.c5-pc {
  display: block;
}
@media screen and (max-width: 639px) {
  .c5-pc {
    display: none;
  }
}

.c5-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .c5-sp {
    display: block;
  }
}

/*

.c5-imgCenter

*/
.c5-imgCenter {
  margin: 0 auto;
  text-align: center;
}
.c5-imgCenter.c5-imgCenter--pc90per {
  width: 90%;
}
@media screen and (max-width: 639px) {
  .c5-imgCenter.c5-imgCenter--pc90per {
    width: 100%;
  }
}
.c5-imgCenter.c5-imgCenter--pc80per {
  width: 80%;
}
@media screen and (max-width: 639px) {
  .c5-imgCenter.c5-imgCenter--pc80per {
    width: 100%;
  }
}
.c5-imgCenter img {
  max-width: 100%;
  margin: 0 auto;
}

/*

.c5-imgIframe

*/
.c5-imgIframe {
  overflow-x: scroll;
  width: 100%;
}
.c5-imgIframe img {
  width: 2000px;
}
@media screen and (max-width: 639px) {
  .c5-imgIframe img {
    width: 1600px;
  }
}

/*

.c5-mv

*/
.c5-mv img {
  width: 100%;
}

/*

.c5--bordered

*/
.c5--bordered {
  border-bottom: 1px solid;
}

/*

.c5-topLink

*/
.c5-topLink {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 10px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .c5-topLink {
    gap: 10px 0;
  }
}
.c5-topLink .c5-topLink__li {
  width: calc((100% - 10px * 3) / 4);
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 70px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .c5-topLink .c5-topLink__li {
    width: calc((100% - 10px * 2) / 3);
  }
}
@media screen and (max-width: 639px) {
  .c5-topLink .c5-topLink__li {
    width: 100%;
    height: 60px;
  }
}
.c5-topLink .c5-topLink__li .c5-topLink__liLink {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #F3F4F6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 0 20px 0 32px;
  box-sizing: border-box;
  line-height: 1.4;
}
.c5-topLink .c5-topLink__li .c5-topLink__liLink small {
  font-size: 10px;
  display: inline-block;
}
.c5-topLink .c5-topLink__li .c5-topLink__liLink:before {
  content: '';
  background: url("/CorporateCruise/SMOJ-info/share2/images/icon_arrow_right.svg") no-repeat;
  background-size: contain;
  width: 6.5px;
  height: auto;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
  aspect-ratio: 6.5 / 12;
}

/*

.c5-newsRelease

*/
.c5-newsRelease {
  max-width: 980px;
  margin: 4.5% auto;
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .c5-newsRelease {
    margin: 30px auto;
  }
}
.c5-newsRelease .c5-newsRelease__col {
  display: flex;
  align-items: center;
  width: 100%;
  border: 5px solid #F3F4F6;
  padding: 15px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 710px) {
  .c5-newsRelease .c5-newsRelease__col {
    display: block;
    padding: 10px 0;
  }
}
.c5-newsRelease h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  flex-basis: 23.5%;
  text-align: center;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 800px) {
  .c5-newsRelease h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 710px) {
  .c5-newsRelease h3 {
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #F3F4F6;
    margin: 0 10px 10px 10px;
    padding-bottom: 10px;
  }
}
.c5-newsRelease .c5-newsRelease__colUl {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 800px) {
  .c5-newsRelease .c5-newsRelease__colUl {
    font-size: 14px;
  }
}
@media screen and (max-width: 710px) {
  .c5-newsRelease .c5-newsRelease__colUl {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 196px;
    transform: translateX(9%);
  }
}
.c5-newsRelease .c5-newsRelease__colUl li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
@media screen and (max-width: 710px) {
  .c5-newsRelease .c5-newsRelease__colUl li {
    display: inline-block;
    padding: 5px 7px;
  }
}
.c5-newsRelease .c5-newsRelease__colUl li a {
  display: block;
  text-align: center;
}

/*

.c5-3colMvTxt

*/
.c5-3colMvTxt {
  padding: 2.5%;
  background: #F3F4F6;
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .c5-3colMvTxt {
    padding: 20px;
    margin-left: -20px;
    width: calc(100% + 20px  + 20px);
  }
}
.c5-3colMvTxt .c5-3colMvTxt__ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2.5%;
}
@media screen and (max-width: 639px) {
  .c5-3colMvTxt .c5-3colMvTxt__ul {
    gap: 20px 0;
  }
}
.c5-3colMvTxt .c5-3colMvTxt__ul .c5-3colMvTxt__ulLi {
  position: relative;
  font-size: 0;
  background: #ffffff;
  padding: 15px;
  list-style-type: none;
  width: calc((100% - 2.5% * 2) / 3);
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .c5-3colMvTxt .c5-3colMvTxt__ul .c5-3colMvTxt__ulLi {
    width: 100%;
  }
}
.c5-3colMvTxt .c5-3colMvTxt__ul .c5-3colMvTxt__ulLi .c5-3colMvTxt__ulLiImg {
  width: 100%;
}
.c5-3colMvTxt .c5-3colMvTxt__ulLiDl {
  margin-top: 20px;
  margin-bottom: 40px;
}
.c5-3colMvTxt .c5-3colMvTxt__ulLiDl dt, .c5-3colMvTxt .c5-3colMvTxt__ulLiDl dd {
  margin: 0;
  padding: 0;
}
.c5-3colMvTxt .c5-3colMvTxt__ulLiDl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (max-width: 639px) {
  .c5-3colMvTxt .c5-3colMvTxt__ulLiDl dt {
    font-size: 16px;
  }
}
.c5-3colMvTxt .c5-3colMvTxt__ulLiDl dd {
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  .c5-3colMvTxt .c5-3colMvTxt__ulLiDl dd {
    font-size: 14px;
  }
}
.c5-3colMvTxt .c5-3colMvTxt__ulLiLink {
  width: 100%;
  text-align: right;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .c5-3colMvTxt .c5-3colMvTxt__ulLiLink {
    font-size: 14px;
  }
}

/*

.c5-img6col

*/
.c5-img6col {
  font-size: 0;
  margin: 2.5% 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c5-img6col li {
  width: calc(100% / 6);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .c5-img6col li {
    width: calc(100% / 3);
  }
}
.c5-img6col li img {
  width: 100%;
}

/*

.c5-profile4_2col

*/
.c5-profile4_2col {
  display: flex;
}
@media screen and (max-width: 639px) {
  .c5-profile4_2col {
    display: block;
  }
}
.c5-profile4_2col .c5-profile4_2colCell {
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .c5-profile4_2col .c5-profile4_2colCell {
    width: 100% !important;
  }
}
.c5-profile4_2col .c5-profile4_2colCell.c5-profile4_2colCell--left {
  width: 55%;
  padding: 0 20px 0 0;
}
.c5-profile4_2col .c5-profile4_2colCell.c5-profile4_2colCell--right {
  width: 45%;
}
@media screen and (max-width: 639px) {
  .c5-profile4_2col .c5-profile4_2colCell.c5-profile4_2colCell--right {
    margin-top: 10px;
  }
}
.c5-profile4_2col .c5-profile4_2colCell.c5-profile4_2colCell--right img {
  width: 100%;
}

/*

.c5-anchorLinks

*/
.c5-anchorLinks {
  padding: 24px 30px 20px;
  margin: 20px 0 30px;
  background: #f3f4f6;
}
@media screen and (max-width: 639px) {
  .c5-anchorLinks {
    padding: 15px 20px;
  }
}
.c5-anchorLinks ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
.c5-anchorLinks ul li {
  margin: 0;
  padding: 10px;
}
@media screen and (max-width: 639px) {
  .c5-anchorLinks ul li {
    padding: 3px 10px;
  }
}

/*

.c5-2colTopImgBtmTxt

*/
.c5-2colTopImgBtmTxt ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.c5-2colTopImgBtmTxt ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 639px) {
  .c5-2colTopImgBtmTxt ul li {
    width: calc((100% - 20px) / 2);
  }
}
.c5-2colTopImgBtmTxt img {
  width: 100%;
}
.c5-2colTopImgBtmTxt dl {
  margin-top: 10px;
}
.c5-2colTopImgBtmTxt dl dt, .c5-2colTopImgBtmTxt dl dd {
  margin: 0;
  padding: 0;
}
.c5-2colTopImgBtmTxt dl dd small {
  display: block;
  margin-top: 10px;
}

.profile_list_table {
  font-size: .75rem;
  margin-top: 16px;
}

.profile_list_table tr {
  padding-bottom: 10px;
  vertical-align: top;
  line-height: 1.2rem;
}

.profile_list_table th:before {
  content: '\0030fb';
  display: inline-block;
  left: 0;
  top: 0.45em;
  line-height: 1;
  padding-right: 0.5rem;
}

.profile_list_table th {
  text-align: left;
  padding-right: 1rem;
  font-weight: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .profile_list_table th {
    width: 100px;
  }
}

.profile_list_table td {
  padding-bottom: 10px;
}

@media screen and (max-width: 639px) {
  .profile_list_table {
    font-size: .85714rem;
  }

  .s5-header1.s5-header1--bordered {
    padding-bottom: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .profile_list_table_w100 {
    width: 100% !important;
  }
}

/*

.c5-pressNavi

*/
.c5-pressNavi {
  max-width: 880px;
  border: 5px solid #F3F4F6;
  box-sizing: border-box;
  padding: 2% 3%;
  margin: 4% auto 5% auto;
}
@media screen and (max-width: 639px) {
  .c5-pressNavi {
    padding: 5% 10%;
  }
}
.c5-pressNavi ul {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c5-pressNavi ul li {
  width: calc(100% / 6);
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 730px) {
  .c5-pressNavi ul li:last-child {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 639px) {
  .c5-pressNavi ul li:last-child {
    transform: translateX(8px);
  }
}
@media screen and (max-width: 730px) {
  .c5-pressNavi ul li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 639px) {
  .c5-pressNavi ul li {
    width: calc(100% / 2);
    font-size: 14px;
  }
}
.c5-pressNavi ul li a {
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .c5-pressNavi ul li a {
    padding: 3px;
  }
}

/*# sourceMappingURL=common.css.map */
