@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;600&family=Roboto:wght@400;700&display=swap');

html {
  width: 100%;
  height: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 15px;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
    scroll-padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #353535;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック',
    'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo',
    'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt' 1;
}

@media screen and (min-width: 1140px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #fff !important;
}

a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}

a:active {
  color: #fff;
}

a:focus {
  color: #fff;
}

.mmc_navi_sp a {
  text-decoration: none;
  color: #fff;
}

.mmc_navi_sp .nav-item a:hover {
  color: #fff;
  opacity: 1;
  text-shadow: unset;
  transition: 0.5s !important;
}
a.mmc_navi_sp:link {
  color: #fff;
}

a.mmc_navi_sp:visited {
  color: #fff;
}

a.mmc_navi_sp :active {
  color: #fff;
}

a.link_mail {
  text-decoration: none;
  color: #536797 !important;
}

a.link_mail:hover {
  color: #536797;
  opacity: 1;
  text-shadow: unset;
  transition: 0.5s !important;
}
a.link_mail:link {
  color: #536797;
}

a.link_mail:visited {
  color: #536797;
}

a.link_mail :active {
  color: #536797;
}

#top_text {
  margin: 50px 0;
}

#voice_index {
  margin-bottom: 150px;
}

.voice_index_wrapper a {
  text-decoration: none;
  color: #353535 !important;
}

.voice_index_wrapper .nav-item a:hover {
  color: #353535 !important;
  opacity: 1;
  text-shadow: unset;
  transition: 0.5s !important;
}
.voice_index_wrapper a:link {
  color: #353535 !important;
}

.voice_index_wrapper a:visited {
  color: #353535 !important;
}

.voice_index_wrapper a:active {
  color: #353535 !important;
}

.voice_index_link a {
  text-decoration: none;
  color: #536797;
  display: block;
}

.voice_index_link .nav-item a:hover {
  color: #536797;
  opacity: 1;
  text-shadow: unset;
  transition: 0.5s !important;
}
.voice_index_link a:link {
  color: #536797;
}

.voice_index_link a:visited {
  color: #536797;
}

.voice_index_link a:active {
  color: #536797;
}

#welfare {
  background-color: #e4e8f0;
  padding: 50px 0;
}
footer a {
  text-decoration: none;
  color: #000 !important;
}

footer a:link {
  color: #000;
}
footer a:visited {
  color: #000;
}
.footer .nav-item a:hover {
  color: #0c2d6a !important;
  opacity: 1;
  text-decoration: underline;
  text-shadow: unset;
  transition: 0.5s !important;
}

footer a:active {
  color: #000;
}

.nav-item a:hover {
  color: #fff;
  opacity: 1;
  text-shadow: 0px 0px 10px rgba(0, 124, 255, 1);
  transition: 0.5s !important;
}

.navbar-brand {
  padding-bottom: 2rem;
}

.btn_mynavi {
  position: fixed;
  top: calc(100vh / 2);
  right: 0;
  z-index: 1031;
  display: block;
}

@media screen and (max-width: 481px) {
  .btn_mynavi {
    bottom: 90px;
    top: unset;
    right: 0;
  }
}

.btn_mynavi:hover img {
  transition: filter 0.3s ease;
  filter: brightness(1.2);
  opacity: 1;
}

footer {
  font-size: 1.4rem;
  line-height: 1.2;
}

.sticky {
  position: sticky;
  top: 0px;
}

.navi-wrapper {
  height: 120px;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 50%,
    #536797 50%,
    #536797 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
}

.mmc_logo {
  max-width: 254px;
}

.nav-item a {
  text-decoration: none;
}

.navbar-nav {
  width: 100%;
  margin-left: 30px;
}

.navbar-nav li {
  margin: 0 20px;
}

.nav_menu {
  position: relative;
}
.nav_menu ul {
  display: flex;
}
.nav_menu ul li {
  margin: 0 24px 0 0;
  padding: 0 0 5px;
  list-style-type: none;
}
.nav_menu ul li a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1140px) {
  .nav_menu ul li {
    margin: 0 5px 0 0;
  }
}

.nav_menu .current-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.icon_link {
  width: 15px;
  height: 13px;
}

.header_bg01 {
  background-image: url(../img/mmc_header_bg01.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 120px;
  display: flex;
  align-items: center;
}

.header_bg02 {
  background-image: url(../img/mmc_header_bg02.png);
  background-position: top right 10px;
  background-repeat: no-repeat;
  height: 140px;
}

.header_bg03 {
  height: 33px;
  background-image: url(../img/mmc_header_bg03.png);
  background-position: top right 14px;
  background-repeat: no-repeat;
}

.header_bg03_bg {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 70%,
    #adbfea 70%,
    #adbfea 100%
  );
}

@media screen and (max-width: 1140px) {
  .header_bg01 {
    background-position: top right -168px;
  }
  .header_bg02 {
    background-position: top right -142px;
  }
  .header_bg03 {
    background-position: top right -116px;
  }
}

.mmc_top_copy {
  margin: 0px;
  padding: 20px;
  text-align: center;
}

.mmc_top_copy img {
  max-width: 818px;
  font-size: 21px;
}
.mmc_top_copy h1 {
  font-size: 2.1rem;
  text-shadow: unset;
}

.mmc_top_copy-wrapper {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 50%,
    #a2b5e0 50%,
    #a2b5e0 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
}

#about_mmc {
  background-image: url(../img/section_about_mmc_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  line-height: 2;
  color: #fff;
}

#about_hr {
  background-image: url(../img/section_about_hr_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 2;
  color: #fff;
  padding: 50px 0;
}

@media screen and (max-width: 481px) {
  .mmc_top_copy h1 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }

  #about_hr {
    background-position: center left 40%;
  }
}

#about_mmc {
  padding: 50px 0 200px;
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #536797;
  border: solid 2px #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

/*--------------------------------------
スライダー
---------------------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

.scroll-infinity1 {
  margin-top: 120px;
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 160s infinite linear 0.5s both;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 160s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 7);
  max-width: 250px;
}
.scroll-infinity__item > img {
  width: 100%;
}

/*.scroll-infinity__wrap:hover .scroll-infinity__list--right{
    animation-play-state: paused;
  }

  .scroll-infinity__wrap:hover .scroll-infinity__list--left{
    animation-play-state: paused;
  }*/

@media screen and (max-width: 481px) {
  .scroll-infinity__item {
    width: calc(100vw / 3);
  }
}

.book_link {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  left: 15px;
}

h2 {
  text-align: center;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
}

h3 {
  line-height: 2;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}

.navbar-toggler {
  display: none;
}

.navbar-brand--extend {
  width: 300px;
}

@media screen and (max-width: 991px) {
  .nav_menu {
    display: none;
  }
  .navbar-brand--extend {
    width: 180px;
    padding: 10px 0 15px;
  }
  .navi-wrapper,
  .header_bg01 {
    height: 80px;
  }
  .scroll-infinity1 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 991px) {
  .mmc_top_copy-wrapper {
    background: linear-gradient(
      66deg,
      #fff 0%,
      #fff 45%,
      #a2b5e0 45%,
      #a2b5e0 100%
    );
  }
  .header_bg02 {
    background-image: unset;
    height: unset;
  }

  .mmc_top_copy {
    padding: 20px 0 10px;
  }

  .header_bg03 {
    display: none;
  }

  .header_bg03_bg {
    display: none;
  }
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-20 {
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 200% */
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.carousel-pc {
  display: inline;
}
.carousel-sp {
  display: none;
}

/* Drawer */
.mmc_logo_sp {
  position: absolute;
  top: 50px;
  left: 10px;
  width: 100%;
}
.nav--extend {
  position: fixed;
  top: 17px;
  right: 20px;
  z-index: 1030;
}

.nav_content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 80px;
  left: 100%;
  z-index: 99;
  transition: 0.5s;
  background-color: rgba(160, 179, 222, 0.5);
}

@media screen and (max-width: 481px) {
  .nav_content {
    top: 80px;
  }

  .navbar-nav {
    margin-left: 0;
  }
}

.mmc_navi_sp_bg {
  height: 100vh;
  background-color: #adbfea;
  width: 100%;
  position: absolute;
  right: 0;
}

.mmc_navi_sp {
  width: 100%;
  right: 0;
  position: absolute;
}

.mmc_navi_sp li {
  background-color: #536797;
  color: #000;
  padding: 10px;
  border-bottom: 2px solid #fff;
}

.nav_content {
  border-top: 1px solid #536797;
}

@media screen and (min-width: 992px) {
  .nav--extend {
    display: none;
  }
  .nav_content {
    top: 120px;
  }
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100; /* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 2px;
  background: #406580;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav_list {
  list-style: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0; /* メニューを画面に入れる */
}

footer {
  background-color: #e4e8f0;
}

.footer_area {
  background-color: #e4e8f0;
  padding: 40px 50px;
  display: flex;
  justify-content: start;
}

.footer_logo_a16 {
  width: 46.656px;
  height: 70px;
}
.fotter_block {
  border-left: 2px solid #fff;
  margin: 0 0 0 20px;
  padding: 10px 0px;
}

.footer_text {
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.footer_credit {
  margin-top: 60px;
}

.footer_credit span {
  font-size: 1rem;
}

.top_copy {
  margin: 158px 0 100px;
}

.faq_copy {
  margin: 158px 0 100px;
}

.end_copy {
  margin: 80px 0 0;
}

.margin-contact {
  margin-bottom: 600px;
}

.mmc_recruit_logo {
  width: 264px;
}

@media screen and (max-width: 991px) {
  .header_bg01 {
    background-image: unset;
  }
  .navi-wrapper {
    background-image: unset;
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .mmc_recruit_logo {
    width: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mmc_navi_sp li {
    padding: 5px;
  }

  .nav--extend {
    top: 10px;
  }

  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    height: 60px;
    width: 60px;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 2px;
    width: 45px;
    border-radius: 2px;
    background: #406580;
    transition: 0.5s;
    position: absolute;
  }

  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 12px;
  }

  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 12px;
  }

  .mmc_recruit_logo {
    width: 240px;
  }
}

.block_bg {
  border-radius: 10px;
  background: rgba(64, 101, 128, 0.05);
  mix-blend-mode: multiply;
  padding: 0 50px 50px;
}

#access .block_bg {
  padding: 0 50px 10px;
}

h4 {
  font-size: 3.6rem;
  margin: 50px 10px;
}

.adls-3 {
  letter-spacing: -3px;
}

.section_title {
  color: #406580;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  vertical-align: 10%;
  margin: 0 20px;
}

@media screen and (max-width: 992px) {
  .block_bg {
    padding: 0;
  }

  .footer_bookingnow {
    display: block;
  }
}
.accordion-button {
  padding: 0.5rem 2.4rem 0.5rem 1rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/saiyo/img/icon_minus.svg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: '';
  background-image: url(/saiyo/img/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  top: 20px;
  right: 15px;
}

.accordion-header {
  border-radius: 10px;
  background: rgba(64, 101, 128, 0.05);
  mix-blend-mode: multiply;
}

.accordion-button:not(.collapsed) {
  background-color: unset;
}
.accordion-button {
  background-color: unset;
  color: #406580;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 222.222% */
  letter-spacing: -1.8px;
}

.accordion-item {
  background-color: unset;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed) {
  color: unset;
  box-shadow: unset;
}

.accordion-question {
  margin-left: 1rem;
  color: #406580;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 133.333% */
  margin-top: 10px;
}
.accordion-answer {
  color: #406580;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px; /* 0% */
  margin: 17px 20px 0px 0px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.accordion-body {
  text-align: left;
  color: #406580;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  padding: 1rem 1.25rem 0rem;
}

main {
  overflow: hidden;
  margin-bottom: 250px;
}

@media screen and (max-width: 768px) {
  .drawer_open {
    transform: scale(1);
  }
}

.voice_index_wrapper {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 40%,
    #e5e8f0 40%,
    #e5e8f0 100%
  );
  width: 100%;
  min-width: 340px;
  max-width: 360px;
  height: 400px;
  border-radius: 0px 0px 119px 119px;
  position: relative;
}

.voice_index_photo {
  width: 260px;
  height: 260px;
  border-radius: 130px;
  overflow: hidden;
  position: absolute;
  top: 37px;
}

.voice_index_photo img {
  width: 260px;
  height: 260px;
  transition: 0.3s ease-in-out;
}

.voice_index_comment {
  background-color: #536797;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 80px;
  border-radius: 91px;
  width: 182px;
  height: 182px;
  text-align: center;
  line-height: 1.7;
  z-index: 0;
}

.voice_index_comment::after {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  border-radius: 91px;
  background-image: linear-gradient(150deg, #c3a2e2, #6676a8);
  opacity: 0;
  transition: all 1.4s ease;
}

.voice_index_year {
  position: absolute;
  right: 0;
  top: 270px;
  font-size: 1.1rem;
  text-align: center;
  width: 182px;
  height: 50px;
}

.voice_index_name {
  position: absolute;
  left: 0;
  bottom: 35px;
  font-size: 1.7rem;
  text-align: center;
  width: 100%;
  height: 50px;
}
.voice_index_link {
  position: absolute;
  left: 0;
  bottom: 0px;
  font-size: 1.3rem;
  text-align: center;
  width: 100%;
  height: 50px;
  color: #536797;
}

.voice_index_wrapper:hover .voice_index_photo img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}

.voice_index_wrapper:hover .voice_index_comment::after {
  opacity: 1;
}

.voice_index_wrapper:hover .voice_index_link span {
  color: #0061cd;
}

.voice_header_bg {
  text-align: center;
  background-color: #353535;
}

.voice_header_inner_title h1 {
  background-color: #a2b5e0;
  /* margin: 50px 0; */
  text-align: left;
  position: relative;
  /* top: 0px; */
  /* left: 100px; */
  text-align: center;
  font-size: 4.6rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  padding: 42px;
  font-style: oblique;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}

.voice_header_inner_title2 {
  background-color: #536797;
  /* margin: 50px 0; */
  text-align: left;
  position: relative;
  /* top: 0px; */
  /* left: 100px; */
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  padding: 15px;
  margin-bottom: -86px;
  font-style: oblique;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  width: 500px;
  border-radius: 0 40px 40px 0;
  margin-top: 32px;
}

.voice_header_inner_title3 {
  background-color: #a2b5e0;
  margin-top: 180px;
  text-align: center;
  position: relative;
  /* top: 0px; */
  /* left: 100px; */
  font-size: 3.6rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  padding: 80px;
  margin-bottom: 10px;
  font-style: oblique;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  border-radius: 0;
  width: 100%;
}
.voice_header_inner_title3 p {
  font-size: 1.8rem;
  color: #34405c;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  font-style: normal;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 20px;
}

#voice main,
#guideline main {
  position: relative;
  top: 120px;
  transition: 0.8s;
}

@media screen and (max-width: 991px) {
  #voice main,
  #guideline main {
    position: relative;
    top: 80px;
  }

  .voice_header_inner_title3 {
    font-size: 1.8rem;
    padding: 20px 0px;
    margin-top: 0px;
  }
  .voice_header_inner_title3 p {
    font-size: 1.4rem;
  }
}

.voice_header_inner_profile {
  width: 226px;
  height: 226px;
  border-radius: 113px;
  background-image: linear-gradient(150deg, #c3a2e2, #6676a8);
  position: absolute;
  z-index: 4;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}

.voice_header_inner_profile p {
  font-size: 1.6rem !important;
  text-align: center !important;
}

.voice_name {
  font-size: 2rem;
}
.voice_header_inner_text {
  margin: 0;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.voice_overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
  background-color: #536797;
}

.voice_header_inner_text p {
  font-size: 3rem;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  z-index: 3;
  position: relative;
  display: inline-block;
}
.mmc_blockquote {
  font-size: 5rem;
  font-weight: bold;
  font-style: oblique;
}

@media screen and (max-width: 992px) {
  .voice_overlay {
    display: none;
  }
  .voice_header_inner_title h1 {
    font-size: 2rem;
    padding: 18px;
  }
  .voice_header_inner_text p {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    z-index: 3;
    position: relative;
    display: inline-block;
    padding: 20px 30px;
  }
  .voice_header_inner_text {
    position: relative;
    background-color: #536797;
    padding: 0;
  }
  .voice_header_inner_profile {
    width: 100%;
    height: unset;
    border-radius: 0;
    background-image: linear-gradient(150deg, #c3a2e2, #6676a8);
    position: relative;
    z-index: 4;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
  }
  .voice_header_inner_profile p {
    padding: 10px !important;
  }

  main {
    margin-top: 0px;
    margin-bottom: 100px;
  }
}

#voice h4 {
  color: #536797;
  font-size: 2.5rem;
  margin: 80px 0px 40px;
}

#voice p {
  font-size: 1.8;
  line-height: 1.5;
}

#voice_footer_index {
  background-color: #e4e8f0;
  margin: 150px 0;
  padding: 100px 0;
}

#voice_footer_index h2 {
  margin-top: 0px;
  color: #536797;
}

#voice_footer_index .voice_index_wrapper {
  background-image: unset;
  background-color: #fff;

  width: 100%;
  min-width: unset;
  max-width: unset;
  height: 100px;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

#voice_footer_index .voice_index_photo {
  width: 100px;
  height: 100px;
  border-radius: 130px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.photo_voice_index {
  width: 100% !important;
  height: 100% !important;
}

#voice_footer_index .voice_index_year {
  position: relative;
  top: unset;
  left: 40px;
  font-size: 1.1rem;
  text-align: left;
  height: unset;
  margin-left: 1rem;
}

.voice_index_name2 {
  font-size: 1.7rem;
}

.guideline_btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 20px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  background-color: #536797;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border-radius: 0px;
}

a.guideline_btn:hover {
  color: #fff;
  background-color: #a2b5e0;
}

a.guideline_btn :link {
  color: #fff;
}

a.guideline_btn :visited {
  color: #fff;
}

a.guideline_btn :active {
  color: #fff;
}

a.d_i_link {
  color: #536797 !important;
  line-height: 1.5;
  font-size: 1.4rem;
}

a.d_i_link:hover {
  color: #a2b5e0 !important;
}

a.d_i_link :link {
  color: #536797 !important;
}

a.d_i_link :visited {
  color: #536797 !important;
}

a.d_i_link :active {
  color: #536797 !important;
}

.photo_trainingscene {
  border-radius: 60px;
}

.title-border-right {
  display: flex;
  align-items: center;
}
.title-border-right:after {
  border-top: 1px solid;
  content: '';
  flex-grow: 1;
}
.title-border-right:after {
  margin-left: 1rem;
}

.chevron_guideline {
  letter-spacing: -1rem;
}

.chevron_top {
  letter-spacing: -0.6rem;
}

.guideline_btn span {
  font-size: 2rem;
}

@media screen and (max-width: 992px) {
  #voice_footer_index {
    background-color: #e4e8f0;
    margin: 50px 0;
    padding: 50px 0px;
  }

  #voice_footer_index h2 {
    font-size: 1.8rem;
  }

  #voice h4 {
    color: #536797;
    font-size: 1.7rem;
    margin: 30px 0px 20px;
  }

  #voice p {
    font-size: 1.8;
    line-height: 1.5;
  }
  #voice_footer_index .voice_index_wrapper {
    margin: 0 0 20px;
    height: 50px;
    border-radius: 25px;
  }

  #voice_footer_index .voice_index_photo {
    width: 50px;
    height: 50px;
  }

  #voice_footer_index .voice_index_year {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-left: -1rem;
  }

  .voice_index_name2 {
    font-size: 1.2rem;
  }

  .guideline_btn {
    padding: 20px 20px;
    margin-bottom: 100px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 481px) {
  #voice_footer_index .voice_index_year {
    margin-left: 4.5rem;
  }
}

#d_i {
  margin: 80px 0;
}

#d_i p {
  line-height: 2;
}

.d_i_bg2 {
  padding: 80px 40px 180px;
}

.d_i_bg2 p {
  font-size: 1.8rem;
  line-height: 1.5;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.d_i_bg1 {
}

.d_i_bg2 {
  background-image: url(../img/section_d_i_bg.jpg);
  background-size: cover;
  background-position: top right 25%;
}

#message_mmc h2,
#d_i h2 {
  color: #536797;
  border-radius: 0px;
  padding: 15px;
  margin: 50px 0 60px;
}

#message_mmc ul {
  margin: 40px 40px;
}
#message_mmc ul li {
  margin: 20px 0px;
}

.photo_manager {
  border-radius: 100px;
}

#about_mmc h2,
#about_hr h2 {
  color: #fff;
  border-radius: 0px;
  padding: 15px;
  margin: 50px 0 60px;
}

#welfare h2 {
  border-radius: 0px;
  padding: 15px;
  margin: 50px 0 60px;
  color: #536797;
}

#about_mmc ul {
  display: flex;
  flex-wrap: wrap;

  list-style: none;
}

#about_mmc li {
  margin: 5px;
  width: calc(50% - 10px);
}
h5 {
  font-size: 2rem;
}

#about_mmc h5 {
  margin-bottom: 20px;
}

h6 {
  color: #536797;
  font-size: 1.8rem;
}

#about_hr h6 {
  color: #fff;
  font-size: 1.8rem;
}

#recruit_type h2 {
  border-radius: 0px;
  padding: 15px;
  margin: 50px 0 60px;
  color: #536797;
}

@media screen and (max-width: 992px) {
  #message_mmc ul li {
    font-size: 1.4rem;
  }

  .d_i_bg2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 155%;
    padding: 10px;
    background-position: top right -112px;
  }

  .d_i_bg2 p {
    line-height: 1.7 !important;
  }

  #about_mmc p,
  #about_mmc table {
    font-size: 1.4rem;
  }
  #about_mmc h2,
  #welfare h2,
  #about_hr h2,
  #recruit_type h2 {
    font-size: 1.6rem;
    margin: 0px 0 30px;
    padding: 0 0.5em;
  }

  #about_mmc h5 {
    font-size: 1.4rem;
  }
  #d_i {
    margin: 50px 0;
  }

  h6 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1.4rem;
  }

  #d_i p {
    line-height: 2;
  }

  .d_i_bg2 p {
    font-size: 1.2rem;
  }

  #message_mmc h2,
  #d_i h2 {
    font-size: 1.8rem;
    margin: 0px 0 30px;
  }

  h5 {
    font-size: 1.6rem;
  }
}

.bg_E4E8F0 {
  background-color: #e4e8f0;
}

/*見出し飾り罫*/
.uline_style04 {
  padding: 0.7em 0.5em;
  border-bottom: 1px solid #fff;
  position: relative;
}

#welfare .uline_style04 {
  padding: 0.7em 0.5em;
  border-bottom: 1px solid #536797;
  position: relative;
}

#recruit_type {
  margin: 50px 0 100px;
}

#recruit_type .uline_style04 {
  padding: 0.7em 0.5em;
  border-bottom: 1px solid #536797;
  position: relative;
}

.uline_style04::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -28px;
  right: 24px;
  width: 1px;
  height: 80%;
  background: #fff;
}

#welfare .uline_style04::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -35px;
  right: 24px;
  width: 1px;
  height: 80%;
  background: #536797;
}

#recruit_type .uline_style04::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -35px;
  right: 24px;
  width: 1px;
  height: 80%;
  background: #536797;
}

.welfare_block {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

@media screen and (max-width: 992px) {
  .uline_style04 {
    padding: 0 0.5em;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  #welfare .uline_style04 {
    padding: 0 0.5em;
    border-bottom: 1px solid #536797;
    position: relative;
  }

  #recruit_type .uline_style04 {
    padding: 0 0.5em;
    border-bottom: 1px solid #536797;
    position: relative;
  }

  .uline_style04::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -18px;
    right: 24px;
    width: 1px;
    height: 80%;
    background: #fff;
  }

  #welfare .uline_style04::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -18px;
    right: 24px;
    width: 1px;
    height: 80%;
    background: #f000f;
  }

  #recruit_type .uline_style04::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -18px;
    right: 24px;
    width: 1px;
    height: 80%;
    background: #f000f;
  }
}

#loading {
  width: 100vw;
  height: 100vh;

  position: fixed;
  top: 0;
  left: 0;
  background-color: #536797;
  z-index: 10000;
}

.loading-none {
  animation: loading-hide-Anime 1s forwards;
}

@keyframes loading-hide-Anime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

.loadcircle1 {
  width: 20px;
  height: 20px;
  border-radius: 50%; /*角丸*/
  background-color: white;
  animation: zoom-in-anim 1s infinite;
  animation-delay: 0s;
}

.loadcircle2 {
  width: 20px;
  height: 20px;
  border-radius: 50%; /*角丸*/
  background-color: white;
  animation: zoom-in-anim 1s infinite;
  animation-delay: 0.3s;
  opacity: 0;
}

.loadcircle3 {
  width: 20px;
  height: 20px;
  border-radius: 50%; /*角丸*/
  background-color: white;
  animation: zoom-in-anim 1s infinite;
  animation-delay: 0.6s;
  opacity: 0;
}

@keyframes zoom-in-anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  95% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#voice_body .container,
#voice_body .container-fluid,
#voice_body .col-md-12 {
  margin-bottom: 50px;
}

.guideline_header_bg {
  background: url(../img/guideline_header.jpg) center center / cover no-repeat;
  min-height: 236px;
}

h1 {
  font-size: 3.6rem;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  white-space: nowrap;
}

#guideline h1 {
  color: #fff;
}

.guideline_read {
  margin: 60px 0 50px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 481px) {
  .guideline_header_bg {
    background: url(../img/guideline_header.jpg) center center / cover no-repeat;
    min-height: 76px;
  }
}

#guideline table {
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #guideline table {
    margin-bottom: 40px;
  }
}
#guideline table th {
  padding: 20px 30px;
  font-size: 1.8rem;
  color: #536797;
  vertical-align: top;
  font-weight: normal;
}

.guideline-table_s th {
  padding: 20px 10px 0px 20px !important;
  width: 100px;
}

@media screen and (max-width: 767px) {
  #guideline table th {
    display: block;
    width: 100%;
    padding: 15px 20px 5px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#guideline table td {
  padding: 20px 10px 20px 20px;
  font-size: 1.6rem;
  line-height: 2;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #guideline table td {
    display: block;
    width: 100%;
    padding: 0 20px 15px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/*#guideline table tr:first-child, #guideline table tr:nth-child(2n) {
  background-color: #E4E8F0;
}*/
#guideline table tr:nth-child(odd) {
  background-color: #e4e8f0;
}

@media (orientation: landscape) {
  .mmc_navi_sp_bg .justify-content-center {
    justify-content: flex-start !important;
  }
  .mmc_navi_sp_bg .flex-column {
    height: 250px;
  }
}
