@charset "UTF-8";
/* CSS Document */
/* base
----------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4rem;
  color: #1c2c55;
  font-weight: 400;
  background-color: #ffffff;
  text-align: justify;
  letter-spacing: 0.55px;
  line-height: 150%;
  position: relative;
  text-justify: inter-ideograph; /* Edge */
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

h1 {
  font-size: 6rem;
  font-weight: 800;
} /* 800 */
h2 {
  font-size: 2.4rem;
  font-weight: 700;
} /* 700 */
h3 {
  font-size: 2.2rem;
  font-weight: 600;
} /* 500 */
h4 {
  font-size: 1.8rem;
  font-weight: 600;
} /* 500 */
p {
  font-size: 1.6rem;
  font-weight: 400;
} /* 400 */
img {
  width: 100%;
  height: auto;
}

.mb_unset {
  margin-bottom: unset !important;
}

.pd-b-unset {
  padding-bottom: unset !important;
}

.bg_gray {
  background-color: #eeefef;
}

* {
  transition: all 0.3s ease;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.t_center {
  text-align: center;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_20 {
  margin-bottom: 20px;
}

.br {
  display: none;
}

@media screen and (max-width: 767px) {
  .br {
    display: block;
  }
}
.breadcrumb {
  color: #b4b4b4;
}

.red {
  color: red;
}

.site-header {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  padding-left: 50px;
  position: relative;
  border-bottom: 5px solid #1c2c55;
}

.site-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: baseline;
  align-items: center;
}

.site-header__logo {
  font-size: 2.6rem;
  display: flex;
  align-items: center;
}

.site-header__logo p {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  line-height: 12px;
  font-weight: 800;
  margin-right: 20px;
}

.site-header__logo::before {
  content: url(../img/logo_header.svg);
  display: inline-block;
  width: 107px;
  height: 55px;
}

.site-header__recruit-link {
  width: 120px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  background-color: #fff13a;
  font-weight: 500;
}

.site-header-enTitle {
  position: absolute;
  z-index: 1;
  bottom: -30px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff13a;
}

.kv {
  width: 100%;
  height: 720px;
  position: relative;
  background-image: url(../img/img_kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.kv__catch {
  font-size: 6rem;
  line-height: 120%;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 80px;
  bottom: 85px;
}

.intro {
  width: 100%;
  background-color: #fff13a;
  padding: 50px 30px 65px 30px;
}

.intro__columns {
  max-width: 1175px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.intro__item {
  display: flex;
  flex-direction: column;
  max-width: 375px;
  width: 100%;
  height: 860px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 15px;
}

.intro__item:nth-of-type(2) {
  background-color: #eeefef;
}

.intro__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}

.intro__image {
  margin-bottom: 20px;
}

.intro__text {
  padding-left: 20px;
  padding-right: 20px;
}

.intro__button {
  max-width: 335px;
  width: 100%;
  height: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff13a;
  margin-top: auto;
}

.intro__button::after {
  content: url(../img/icon_next01.svg);
  width: 6px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 13px;
}

.intro__button:hover {
  background-color: #1c2c55;
  color: #fff;
}

.action {
  width: 100%;
  background-color: #fff;
  padding: 50px 20px;
}

.action__columns {
  max-width: 1175px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #1c2c55;
  border-right: 1px solid #1c2c55;
}

.action__item {
  width: 330px;
  height: 350px;
  display: flex;
  flex-direction: column;
  background-color: #eeefef;
  padding: 30px 20px 20px 20px;
}

.action__title-logo01 {
  background-image: url(../img/icon_actionItem01.svg);
  width: 108px;
  height: 34px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.action__title-logo02 {
  background-image: url(../img/icon_actionItem02.svg);
  width: 72px;
  height: 40px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.action__title-logo03 {
  background-image: url(../img/icon_actionItem03.svg);
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.action__title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}

.action__button {
  width: 290px;
  height: 90px;
  background-color: #fff13a;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.action__button::after {
  display: block;
  content: url(../img/icon_next01.svg);
  width: 6px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 40%;
}

.action__button:hover {
  background-color: #1c2c55;
  color: #fff;
}

.action__icons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.action__icon {
  width: 90px;
  height: 90px;
  background-color: #fff13a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.action-tel {
  width: 32px;
  height: 32px;
}

.action__icon:hover {
  background-color: #fff;
}

.action-mail {
  width: 33px;
  height: 24px;
}

.action-line {
  width: 42px;
  height: 40px;
}

.action__item-border {
  width: 1px;
  height: 350px;
  border-right: 1px solid #1c2c55;
}

.news {
  width: 100%;
  padding: 80px 30px 70px 30px;
  background-color: #eeefef;
}

.news__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.news__title {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
}

.news__title span {
  display: block;
  font-size: 1.2rem;
  color: #b4b4b4;
  margin-top: 5px;
  margin-bottom: 40px;
}

.news__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 50px;
  margin-bottom: 40px;
}

.news__item {
  width: 300px;
  display: flex;
  flex-direction: column;
}

.news__thumbnail {
  margin-bottom: 20px;
}

.news__thumbnail_wrap {
  aspect-ratio: 3/2;
  overflow: hidden;
}

.news__date {
  font-size: 1.2rem;
  color: #b4b4b4;
  font-weight: 700;
}

.news__text {
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
}

.news__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 335px;
  width: 100%;
  height: 50px;
  background-color: #fff13a;
  font-size: 1.8rem;
  font-weight: 500;
}

.news__button::after {
  content: url(../img/icon_next01.svg);
  width: 6px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 13px;
}

.news__button:hover {
  background-color: #1c2c55;
  color: #fff;
}

.pageTop {
  width: 100%;
  height: 60px;
  background-color: #595858;
}

.pageTop__inner {
  max-width: 1175px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.pageTop-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  background-color: #fff13a;
  right: 0px;
}

.pageTop-icon::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #1c2c55;
  border-left: 1px solid #1c2c55;
  transform: rotate(45deg);
  margin-top: 10px;
}

.site-footer {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 100px;
  background-color: #1c2c55;
  color: #fff;
}

.site-footer__inner {
  max-width: 1175px;
  word-wrap: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.site-footer__address {
  margin-bottom: 60px;
}

.site-footer__address h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 25px;
}

.site-footer__address p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.site-footer__copyright {
  font-size: 1.2rem;
  font-weight: 800;
}

.site-footer__nav {
  display: flex;
  justify-content: space-between;
}

.footer__inner-left {
  flex-basis: 50%;
}

.footer__inner-right {
  flex-basis: 50%;
  padding-left: 50px;
}

.site-footer__nav p {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.site-footer__list li {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.site-footer__list li::before {
  content: "・";
}

.list02 li::before {
  content: "-";
  margin-right: 5px;
}

.company-info {
  max-width: 1175px;
  margin: 0 auto;
  padding-top: 90px;
}

.company-info__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  line-height: 150%;
}

.company-info__intro {
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 160%;
  font-weight: bold;
}

.company-info__container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.company-info__left {
  max-width: 375px;
  width: 100%;
}

.company-info__right {
  max-width: calc(100% - 375px - 50px);
  width: 100%;
}

.company-info__ceo-name {
  font-weight: bold;
  font-size: 2rem;
}

.company-info__ceo-roman {
  font-size: 1.2rem;
}

.company-info__ceo-title {
  font-size: 1.6rem;
  margin-bottom: 50px;
}

.company-info__video-label {
  display: block;
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 70px;
  background-image: url(../img/bg_company-info__video-label.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 15px;
  background-position: 0 -10px;
  z-index: 1;
}

.company-info__video-label::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 255px;
  height: 11px;
  background-color: #fff13a;
  z-index: -1;
}

.company-info__video {
  background: #eee;
  aspect-ratio: 9/16;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  font-weight: bold;
}

.accordion__item {
  border-top: 0.5px solid #1c2c55;
}

.accordion__toggle {
  width: 100%;
  min-height: 80px;
  line-height: 160%;
  text-align: left;
  background: none;
  border: none;
  padding: 25px 20px;
  font-size: 2rem;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
}

.accordion__toggle::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.accordion__toggle--active::after {
  content: "-";
}

.accordion__toggle:hover {
  background-color: #fff13a;
}

.accordion__toggle--active {
  background-color: #fff13a;
}

.accordion__toggle--highlight {
  background-color: #fff13a;
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  padding: 30px 20px;
  transition: max-height 0.5s ease, padding 0.4s ease;
  color: #333;
  font-size: 1.6rem;
  line-height: 160%;
}

.accordion__item--open .accordion__content {
  max-height: 700px;
}

.accordion__item--fixed .accordion__toggle::after {
  content: "+";
  color: transparent;
}

.accordion__content {
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: height 0.5s ease, padding 0.4s ease;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
}

.accordion__content--active {
  padding: 30px 20px;
}

.appeal {
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
}

.appeal__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  line-height: 150%;
}

.appeal__inner {
  width: 100%;
  background-color: #fff13a;
}

.appeal__cards {
  max-width: 1175px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 50px 0px;
  gap: 25px;
}

.appeal-card__text {
  background-color: #fff;
  padding: 20px;
  font-size: 2rem;
  line-height: 150%;
  height: 125px;
  position: relative;
}

.appeal-card__text::after {
  content: url(../img/icon_next01.svg);
  width: 6px;
  height: 10px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.appeal-card__text:hover {
  background-color: #fff13a;
}

.accordion__item_table {
  width: 100%;
  border-collapse: collapse;
  border: 0.5px solid #1c2c55;
  padding: 30px;
}

.accordion__item_table th {
  padding: 10px;
  border: 0.5px solid #1c2c55;
  text-align: center;
}

.accordion__item_table td {
  padding: 10px;
  border: 0.5px solid #1c2c55;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.recruit-info {
  max-width: 1175px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
}

.recruit-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  line-height: 150%;
}

.recruit-subTitle {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 150%;
}

.recruit__table {
  width: 100%;
  border-collapse: collapse;
  border: 5px solid #1c2c55;
  padding: 30px;
  margin-bottom: 100px;
}

.recruit__table th {
  padding: 20px 20px;
  border: 0.5px solid #1c2c55;
  text-align: center;
  width: 300px;
  vertical-align: middle;
  font-size: 1.6rem;
}

.recruit__table td {
  padding: 20px 20px;
  border: 0.5px solid #1c2c55;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}

.entry-info {
  max-width: 1175px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
}

.entry-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  line-height: 150%;
}

.entry-subTitle {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 150%;
}

.entry-des {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 180%;
  margin-bottom: 50px;
}

.formWrap {
  max-width: 800px;
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.formTable {
  width: 100%;
}

.formTable th {
  width: 160px;
  table-layout: fixed;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.formTable td {
  width: 600px;
  padding-left: 40px;
  padding-bottom: 20px;
}

input[type=text] {
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border: 0.5px solid #808080;
}

select {
  padding: 16px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border: 0.5px solid #808080;
}

input[type=radio] {
  margin-bottom: 5px;
}

textarea {
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border: 0.5px solid #808080;
}

.require {
  color: red;
}

input::-moz-placeholder {
  color: #c6c6c6;
}

input::placeholder {
  color: #c6c6c6;
}

textarea::-moz-placeholder {
  color: #c6c6c6;
}

textarea::placeholder {
  color: #c6c6c6;
}

.formDes {
  line-height: 200%;
}

.thanks-info {
  padding-bottom: 100px;
}/*# sourceMappingURL=mb_style.css.map */