#main_contents.ms-main-contents {
  width: auto;
  max-width: 100% !important;
  padding: 0 !important;
}
#main_contents.ms-main-contents::after {
  display: none !important;
}

#main_col.ms-main-col {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

body:has(.ms-main-contents) #global_menu > ul > li > a {
  color: #000;
}
body:has(.ms-main-contents) #header_search_button:before {
  color: #000;
}
body:has(.ms-main-contents) #global_menu_button span {
  background: #000;
}

.ms-bg {
  background: url("../../../../img/message/bg.jpg") no-repeat center top;
  background-size: cover;
}

.ms-heading {
  padding: 110px 14px 0;
  text-align: center;
}
.ms-heading__en {
  color: #1d4f9c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin: 0;
}
.ms-heading__ja {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  margin: 6px 0 0;
}
@media screen and (min-width: 751px) {
  .ms-heading {
    padding: 200px 20px 0;
  }
  .ms-heading__en {
    font-size: 40px;
  }
  .ms-heading__ja {
    font-size: 14px;
    margin-top: 10px;
  }
}

.ms-section {
  padding: 0;
}
.ms-section__inner {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .ms-section {
    padding: 0 20px;
  }
}

.ms-members {
  padding-top: 32px;
}
.ms-members__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0;
}
.ms-members__photo {
  margin: 0;
}
.ms-members__photo img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.ms-members__panel {
  background: #1d4f9c;
  color: #fff;
  padding: 10px 12px 14px;
  min-height: 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ms-members__item:nth-child(even) .ms-members__panel {
  background: #2e8fcf;
}
.ms-members__name, .ms-members__role {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}
.ms-members__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin: 6px 0 0;
}
@media screen and (min-width: 751px) {
  .ms-members {
    padding-top: 70px;
  }
  .ms-members__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .ms-members__item:nth-child(even) {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .ms-members__panel {
    padding: 14px 16px 18px;
    min-height: 96px;
  }
  .ms-members__name, .ms-members__role {
    font-size: 11px;
  }
  .ms-members__title {
    font-size: 15px;
    margin-top: 8px;
  }
}

.ms-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 44px;
  padding: 0 14px;
}
.ms-entry .re-button {
  background: transparent;
}
@media screen and (min-width: 751px) {
  .ms-entry {
    gap: 60px;
    margin-top: 100px;
    padding: 0;
  }
}

.ms-policy {
  padding: 36px 14px 56px;
}
.ms-policy__card {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 28px;
  background: #fff;
  border-radius: 20px;
  padding: 36px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ms-policy__heading {
  color: #1d4f9c;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 20px;
}
.ms-policy__text p {
  color: #222;
  font-size: 13px;
  font-weight: 600;
  line-height: 2.1;
  margin: 0;
}
.ms-policy__image {
  text-align: center;
}
.ms-policy__image img {
  position: static;
  display: inline-block;
  width: auto;
  max-width: 220px;
  height: auto;
}
@media screen and (min-width: 751px) {
  .ms-policy {
    padding: 70px 20px 100px;
  }
  .ms-policy__card {
    -ms-grid-columns: minmax(0, 1fr) 48px 300px;
    grid-template-columns: minmax(0, 1fr) 300px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    padding: 56px 64px;
  }
  .ms-policy__heading {
    font-size: 26px;
    text-align: left;
    margin-bottom: 28px;
  }
  .ms-policy__text p {
    font-size: 15px;
    line-height: 2.2;
  }
  .ms-policy__image {
    text-align: left;
  }
  .ms-policy__image img {
    position: absolute;
    right: 56px;
    bottom: 12px;
    width: 290px;
    max-width: none;
    display: block;
  }
}

.ms-members__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .ms-members__link:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }
}

body.single.single-voice #header {
  border-bottom: none;
}
body.single.single-voice #header:before {
  display: none;
}
body.single.single-voice:not(.header_fix) #header {
  position: absolute;
}

.mss {
  padding-bottom: 56px;
}
.mss__inner {
  max-width: 1092px;
  margin: 0 auto;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mss__hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 14px 46%;
  grid-template-columns: minmax(0, 1fr) 46%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
      grid-template-areas: "head  photo" "lead  photo";
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  padding-top: 90px;
}
.mss__headtext {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: head;
}
.mss__en {
  color: #1d4f9c;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
}
.mss__ja {
  color: #111;
  font-size: 10px;
  font-weight: 700;
  margin: 4px 0 0;
}
.mss__photo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: photo;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mss__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.mss__lead {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: lead;
  margin-top: 22px;
}
.mss__title {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}
.mss__name, .mss__role {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
}
.mss__name {
  margin-top: 16px;
}
.mss__card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 22px;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mss__qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid #e4eaf2;
}
.mss__qa:first-child {
  padding-top: 0;
}
.mss__qa:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mss__num {
  color: #0a55b9;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  width: 30px;
}
.mss__qabody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.mss__q {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 4px 0 10px;
}
.mss__a {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.95;
  margin: 0;
}
.mss__back {
  text-align: center;
  margin-top: 36px;
}
@media screen and (min-width: 751px) {
  .mss {
    padding-bottom: 100px;
  }
  .mss__inner {
    padding: 0 20px;
  }
  .mss__hero {
    -ms-grid-columns: minmax(0, 1fr) 44px 420px;
    grid-template-columns: minmax(0, 1fr) 420px;
        grid-template-areas: "head  photo" "lead  photo";
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
    padding-top: 80px;
    padding-left: 34px;
    padding-right: 80px;
  }
  .mss__photo {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    height: auto;
  }
  .mss__photo img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .mss__headtext {
    margin-top: 150px;
  }
  .mss__en {
    font-size: 34px;
  }
  .mss__ja {
    font-size: 12px;
    margin-top: 8px;
  }
  .mss__lead {
    margin-top: 0;
  }
  .mss__title {
    font-size: 32px;
  }
  .mss__name, .mss__role {
    font-size: 18px;
  }
  .mss__card {
    padding: 56px 64px;
  }
  .mss__qa {
    gap: 18px;
    padding: 32px 0;
  }
  .mss__num {
    font-size: 36px;
    width: 40px;
  }
  .mss__q {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .mss__a {
    font-size: 16px;
    line-height: 2;
  }
  .mss__back {
    margin-top: 50px;
  }
  .mss__headtext {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mss__photo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .mss__lead {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
/*# sourceMappingURL=message-voice.css.map */