@charset "UTF-8";

.one-column .content-front-page {
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  filter: blur(0);
  transition: filter 0.3s ease-out;
}
.one-column .content-front-page {
  padding-top: 1px;
}

/* 
見出し英語部分 
*/
h3.header-sub-eng {
  color: var(--main-textcolor);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: light;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
h3.header-sub-eng:before {
  content: "";
  color: #fff;
  display: block;
  background: #bcffff;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  margin-right: 18px;
  box-shadow: 0 0 3px #ffffff, 0 0 5px #76d9e6, 0 0 7px #76d9e6,
    0 0 10px #76d9e6, 0 0 21px #fff, 0 0 31px #fff, 0 0 42px #76d9e6,
    0 0 70px #fff, 0 0 40px #76d9e6, 0 0 60px #76d9e6, 0 0 80px #fff;
}

/*
  メインビジュアル
*/
body.home #main-visual {
  background: none;
  height: 0 !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 280px;
  overflow: hidden;
  background: none;
}
.award {
  right: 0;
  bottom: 30px;
  position: absolute;
  width: 400px;
}
@media screen and (max-width: 991px) {
  .main-visual {
    height: 60%;
    min-height: 180px;
  }
}

.main-visual.main-visual-bg {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(15, 15, 15, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .main-visual.main-visual-bg.company {
    background-position-x: 20%;
    background-position-y: center;
  }
}

.main-visual.main-visual-cover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  z-index: 0;
}
.main-visual-front.main-visual.main-visual-cover {
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  z-index: 0;
}
.main-visual-video {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow-x: hidden;
  object-fit: cover;
}
.main-visual-bg-page .main-visual-video {
  height: 50vh;
}
.main-visual-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 100%;
  min-height: 380px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.2em;
}
.main-visual.main-visual-front {
  backdrop-filter: none;
}
.main-visual {
}
@media screen and (max-width: 991px) {
  .main-visual-wrap {
    height: 60%;
    min-height: 300px;
  }
}

.main-visual-wrap h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 140%;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 60px;
  font-size: 54px;
  font-size: 3.375rem;
}

@media screen and (max-width: 991px) {
  .main-visual-wrap h2 {
    font-size: 2.4rem;
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual-wrap h2 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 425px) {
  .main-visual-wrap h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

#mainVisualTop.main-visual {
  height: 100%;
  min-height: 380px;
  max-height: 9999px;
}

@media screen and (max-width: 991px) {
  #mainVisualTop.main-visual {
    min-height: 600px;
  }
}

@media screen and (max-width: 599px) {
  #mainVisualTop.main-visual {
    background-position-x: 25%;
  }
}

@media screen and (max-width: 991px) {
  #mainVisualTop .main-visual-video {
    min-height: 600px;
  }
}

@media screen and (max-width: 768px) {
  #mainVisualTop .main-visual-video {
    display: block;
  }
}

#mainVisualTop:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% + (100% - 1200px) / 2);
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.25) 0,
    rgba(0, 0, 0, 0.25) 35%,
    transparent 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.25) 0,
    rgba(0, 0, 0, 0.25) 35%,
    transparent 100%
  );
  mix-blend-mode: hard-light;
}

@media screen and (max-width: 1200px) {
  #mainVisualTop:after {
    width: 50%;
  }
}

.main-visual-front.main-visual {
  // height: calc(100% - calc(390px * 0.52));
  height: 100%;
  min-height: 380px;
  max-height: 9999px;
}

@media screen and (max-width: 991px) {
  .main-visual-front.main-visual {
    min-height: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .main-visual-front.main-visual {
    // height: calc(100% - calc((100vw - 72px - 30px) * 0.21));
  }
}

@media screen and (max-width: 768px) {
  .main-visual-front.main-visual {
    //height: calc(100% - calc((100vw - 48px) * 0.125));
  }
}

@media screen and (max-width: 599px) {
  .main-visual-front.main-visual {
    //  height: calc(100% - calc((100vw - 48px) * 0.2));
  }
}

@media screen and (max-width: 425px) {
  .main-visual-front.main-visual {
    // height: calc(100% - 50vw);
  }
}

.main-visual-front .main-visual-wrap {
  height: 100%;
  min-height: auto;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-visual-front .main-visual-wrap .main-visual-copy {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  margin-top: 66px;
}

@media screen and (max-width: 768px) {
  .main-visual-front .main-visual-wrap .main-visual-copy {
    margin-top: 55px;
  }
}

.main-visual-front .main-visual-wrap .main-visual-copy .main-visual-copy-body {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 85%;
  flex: 1 0 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  .main-visual-copy-body__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    .main-visual-copy-body__inner {
    bottom: 120px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 425px) {
  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    .main-visual-copy-body__inner {
  }
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h2,
.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h4 {
  letter-spacing: 0.05em;
  text-align: left;
  padding: 0 1em;
  margin: 0;
  color: #fff;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.35);
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h2 {
  visibility: hidden;
  font-weight: bold;
  font-size: 56px;
  letter-spacing: 0.06em;
  padding: 0;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h2
  + h4 {
  padding: 0.5em 0 0;
}

@media screen and (max-width: 1200px) {
  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    h2 {
    font-size: 4vw;
  }
  .award {
    max-width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    h2 {
    font-size: 34px;
  }
  .award {
    right: unset;
    left: 20px;
  }
  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    h2
    + h4 {
    // margin-top: 1em;
  }
}

@media screen and (max-width: 425px) {
  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    h2 {
    font-size: 28px;
  }
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h2:nth-child(2) {
  line-height: 1.2;
  margin-left: 0.05em;
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h2:nth-child(1)
  .word2,
.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h2:nth-child(3) {
  font-weight: 600;
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h4 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-weight: 400;
  font-size: clamp(14px, 2.1vw, 24px);
  font-weight: 400;
  line-height: 2;
  padding: 0;
  font-family: "Montserrat";
  -webkit-animation: fadeInUp 2s ease-out 1s forwards;
  animation: fadeInUp 2s ease-out 1s forwards;
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h4:nth-of-type(1) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h4:nth-of-type(2) {
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h4:nth-of-type(3) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-body
  h4
  b {
  font-weight: 100;
  color: #ffff42;
}

@media screen and (max-width: 1200px) {
  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    h4 {
    // font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    h4 {
    // font-size: 12px;
  }
}

@media screen and (max-width: 425px) {
  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    h4 {
    font-size: 12px;
    display: inline;
  }

  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    h4:nth-of-type(1),
  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    h4:nth-of-type(2),
  .main-visual-front
    .main-visual-wrap
    .main-visual-copy
    .main-visual-copy-body
    h4:nth-of-type(3) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}

.main-visual-front
  .main-visual-wrap
  .main-visual-copy
  .main-visual-copy-padding {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
}
/*Mission コピー部分*/

.one-column .content-front-page .wrap {
  padding-top: 130px;
  padding-bottom: 130px;
}
.one-column .content-front-page .wrap .main-inner-front {
  background: none;
  padding: 0;
  -webkit-animation: none;
  animation: none;
}

.one-column .content-front-page .wrap .main-inner-front.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.content-front-page .wrap .main-inner-front .button-area {
  min-width: 50%;
  margin: 0 auto;
  padding: 36px 0;
  text-align: center;
}

.one-column .content-front-page #front-page-whatwedo .main-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  gap: 2em;
}
@media screen and (max-width: 1200px) {
  .one-column .content-front-page .wrap .main-inner-front {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .one-column .content-front-page #front-page-whatwedo .main-inner {
    gap: 3em;
  }
}

#front-page-whatwedo .left-col {
  width: 55%;
  padding: 0 20px;
}
.one-column .content-front-page #front-page-whatwedo .missionimg-wrap {
  position: relative;
  max-width: 600px;
  width: min-content;
}
.one-column
  .content-front-page
  #front-page-whatwedo
  .missionimg-wrap.for-mobile {
  display: none;
  min-width: 520px;
  margin: 5em auto;
  padding: 0 20px;
}
@media screen and (max-width: 1068px) {
  .one-column .content-front-page #front-page-whatwedo .missionimg-wrap.for-pc {
    display: none;
  }
}
@media screen and (max-width: 588px) {
  .one-column
    .content-front-page
    #front-page-whatwedo
    .missionimg-wrap.for-mobile {
    min-width: 100%;
    margin: 5em auto;
  }
}
@media screen and (max-width: 1068px) {
  .one-column
    .content-front-page
    #front-page-whatwedo
    .missionimg-wrap.for-mobile {
    display: block;
  }
}
.missionimg-wrap .mission_center {
  min-width: 460px;
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .missionimg-wrap .mission_center {
    min-width: 240px;
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .missionimg-wrap .mission_center {
    min-width: unset;
    width: unset;
  }
}
.missionimg-wrap .mission_item {
  width: 28%;
  display: block;
}

.mission1 {
  position: absolute;
  top: -8%;
  right: 35%;
}
.mission2 {
  position: absolute;
  top: 22%;
  right: -2%;
}
.mission3 {
  position: absolute;
  bottom: -4%;
  right: 12%;
}
.mission4 {
  position: absolute;
  bottom: -4%;
  left: 12%;
}
.mission5 {
  position: absolute;
  top: 22%;
  left: -2%;
}
#front-page-whatwedo .right-col {
  width: 45%;
  padding: 0 48px;
}
@media screen and (max-width: 991px) {
  .missionimg-wrap .mission_item {
    width: 24%;
  }
  .mission1 {
    position: absolute;
    top: -6%;
    right: 37%;
  }
  .mission2 {
    position: absolute;
    top: 20%;
    right: 4%;
  }
  .mission3 {
    position: absolute;
    bottom: 0;
    right: 15%;
  }
  .mission4 {
    position: absolute;
    bottom: 0;
    left: 15%;
  }
  .mission5 {
    position: absolute;
    top: 20%;
    left: 4%;
  }
}

.content-front-page #front-page-whatwedo .main-inner-front {
}

.content-front-page
  #front-page-whatwedo
  .main-inner-front
  .whatwedo-body
  .whatwedo-copy {
  text-align: left;
  color: var(--main-textcolor);
  line-height: 1.8;
  font-size: 18px;
}
.content-front-page #front-page-whatwedo .whatwedo-title {
  font-size: clamp(36px, 3.2vw, 50px);
  font-weight: bold;
  color: var(--main-textcolor);
  line-height: 1.4;
  margin-bottom: 0.8em;
  letter-spacing: 2px;
}

.content-front-page #front-page-whatwedo .whatwedo-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-front-page #front-page-whatwedo .whatwedo-list li {
  padding: 0 40px;
  text-align: center;
}

.content-front-page #front-page-whatwedo .whatwedo-list h3 {
  letter-spacing: 0.2em;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1068px) {
  .one-column .content-front-page #front-page-whatwedo .main-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .one-column .content-front-page #front-page-whatwedo .right-col,
  .one-column .content-front-page #front-page-whatwedo .left-col {
    width: 100%;
    padding: 12px 12px;
  }
}
/*
  お知らせ　リストのレイアウト
*/
article.post {
  background: none;
  // opacity: 1 !important;
}
article.post a.anker-for-post {
  display: flex;
  margin-bottom: 1.5em;
}
article.post a.anker-for-post .post-title,
article.post a.anker-for-post .category-name,
article.post a.anker-for-post .date {
  font-size: 16px;
  color: #fff;
}

article.post a.anker-for-post .date {
  font-family: "Montserrat";
  min-width: 6em;
  display: block;
  text-align: center;
  opacity: 0.7;
  padding: 2px 0;
}
article.post a.anker-for-post .category-name {
  border: 1px solid #76d9e6;
  padding: 2px 12px;
  margin: 0 1em;
  width: 10em;
  font-size: 14px;
  display: block;
  text-align: center;
  height: max-content;
  font-family: "Montserrat";
  color: #76d9e6;
  text-transform: unset;
}
article.post a.anker-for-post:hover {
  // background: #76d9e6;
  text-decoration: none;
  opacity: 0.7;
}
article.post a.anker-for-post:hover .post-title {
  text-decoration: underline;
}
article.post a.anker-for-post:hover .category-name {
}
article.post a.anker-for-post .post-title {
  display: block;
  flex: 1;
  padding: 2px 0;
  font-weight: normal;
}

article.post {
  border: 0;
  opacity: 1;
  margin-bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

article.post.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.one-column .content-front-page #front-page-about .section-title {
  background: #fafafa;
}

.content-front-page #front-page-about .section-wrapper {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  article.post {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .one-column .content-front-page #front-page-about .section-wrapper {
    padding: 15px;
  }
}

@media screen and (max-width: 425px) {
  .one-column .content-front-page #front-page-about .section-wrapper {
    padding: 12px;
  }
}

.content-front-page #front-page-about .section-wrapper:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #061d50;
  content: "";
  mix-blend-mode: multiply;
  z-index: 2;
}

.content-front-page #front-page-about .section-wrapper:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #061d50;
  content: "";
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  z-index: 3;
}

/* ソリューション sevice */
.solution-inner {
  display: flex;
  gap: 4em;
}
.solution-left {
  width: 70%;
}
.solution-right {
  width: 30%;
  white-space: nowrap;
}
.solution-right-title {
  font-weight: bold;
  opacity: 0.6;
  margin-bottom: 0.5em;
}
.solution-right-title span.annotation {
  font-weight: normal;
  font-size: 70%;
  margin-left: 10px;
}
.solution-right-number {
  margin-right: 10px;
  font-size: 50px;
  font-family: Montserrat !important;
  font-weight: bold;
}
.solution-right .unit {
  vertical-align: -webkit-baseline-middle;
}
.solution-img {
  margin-right: calc(-50vw + 50%);
  // height: 240px;
  overflow: hidden;
}
.solution-img img {
}
@media screen and (max-width: 768px) {
  .solution-inner {
    display: block;
    padding: 0 24px;
  }
  .solution-left {
    width: 100%;
  }
  .solution-right {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
}

@media screen and (max-width: 425px) {
}
/*流れるロゴ*/
.solution-logo {
  margin-top: 4em;
}
#key {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #fff;
}
#key ul {
  margin: 0;
  padding: 0;
}
#key ul li {
  display: block;
  text-align: center;
  width: auto;
  height: 100px;
  margin: 10px;
  line-height: 100vh;
  position: relative;
  z-index: 10;
  padding: 30px;
}
#key ul li:before {
  // background: #efefef;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#key ul li img {
  height: 100%;
}
#front-page-news.wrap {
  max-width: 1000px;
}

/* トップページ */
.top-section-title {
  font-size: 38px;
  font-size: clamp(1rem, 9vw, 38px);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top-section-title {
    margin-top: 1em;
  }
}
.top-section-p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #front-page-news.wrap {
    padding: 0 24px;
  }
  #front-page-news.wrap h3.header-sub-eng {
    //padding: 0 24px;
  }
  article.post a.anker-for-post {
    display: block;
    margin-bottom: 2em;
  }
  article.post a.anker-for-post .date {
    text-align: left;
    display: inline-block;
  }
  article.post a.anker-for-post .category-name {
    display: inline-block;
    margin: 0;
    padding: 0 8px;
  }
  article.post a.anker-for-post .post-title {
    display: block;
    white-space: normal;
    margin: 6px 0;
  }
}

/* 採用情報 career */
.career-inner {
  display: flex;
  align-items: center;
}
.career-left {
  width: 65%;
  padding-right: 5em;
}
.career-right {
  width: 35%;
  height: min-content;
}
.career-right-title {
  font-weight: bold;
  opacity: 0.6;
  margin-bottom: 0.5em;
}
.career-right-number {
  margin-right: 10px;
  font-size: 50px;
  font-family: Montserrat !important;
  font-weight: bold;
}
.career-right .unit {
  vertical-align: -webkit-baseline-middle;
}
.career-img {
  margin-left: calc(-50vw + 50%);
  // height: 240px;
  overflow: hidden;
}
.career-img img {
  width: auto;
  height: auto;
}
#front-page-ir.wrap {
  max-width: 1000px;
}

#front-page-ir .main-inner-front {
  display: flex;
  justify-content: space-between;
}
.ir-inner-left {
}
.ir-inner-right {
  max-width: 564px;
}
.ir-inner-right .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
}
.c-ir-button {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 1em;
  width: 262px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 50px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  position: relative;
  transition: background 0.2s ease-in-out;
  white-space: nowrap;
}
.c-ir-button:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .career-inner {
    flex-direction: column-reverse;
    padding: 0 24px;
  }
  .front-page-news {
  }
  .career-left {
    width: 100%;
    padding-right: 0;
  }
  .career-right {
    width: 100%;
  }
  .front-page-section-wrapper .wrap {
    margin: 0 !important;
    padding: 0 24px !important;
  }
  #front-page-ir .main-inner-front {
    display: block;
  }
}
@media screen and (max-width: 626px) {
  .c-ir-button {
    width: 100%;
  }
}
@media screen and (max-width: 1130px) {
}
