:root {
  --base: #333;
  --red: #ba3924;
  --blue: #233572;
  --white: #fff;
  --radiant-ui-components-library-marketplace--color--white: white;
  --gray: #707070;
  --smoke: #fafafa;
  --lite-blue: #e2eef2;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.div-header-lap {
  justify-content: space-between;
  width: 100%;
  padding: 18px 24px;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-menu {
  width: 100%;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-logo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 240px;
  display: flex;
}

.brand {
  color: #222;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  justify-content: flex-start;
  align-items: center;
}

.recruit-logo {
  border: 1px solid #707070;
  flex: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 6px;
  padding: 2px 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.recruit-logo-txt {
  color: var(--base);
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}

.nav-link {
  font-family: Noto Sans JP, sans-serif;
}

.header-navi {
  justify-content: space-between;
  align-items: center;
  max-width: 920px;
  display: flex;
}

.cont-navi, .navi-links {
  width: 100%;
}

.navi-wp {
  width: 99.9998%;
}

.header-navi-list {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.h-navi-box {
  text-align: center;
  margin-right: 12px;
  padding: 10px 8px;
  font-family: Noto Sans JP, sans-serif;
  text-decoration: none;
  display: block;
}

.h-navi-box:hover {
  border-bottom: 1px solid #707070;
  font-weight: 700;
}

.navi-txt-a {
  color: #222;
}

.header-rec-btn {
  color: #fff;
  background-color: #222;
  justify-content: flex-start;
  align-items: center;
  margin-left: 8px;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.rec-btn-txt {
  margin-top: 3px;
  margin-bottom: 2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 26px;
}

.rec-btn-img {
  width: 14px;
  margin-left: 8px;
  line-height: 14px;
}

.header-navi-humberger {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mobile-navi-hmbg {
  width: 80px;
  padding-left: 18px;
  padding-right: 18px;
  display: none;
}

.sec-navigation-box {
  display: none;
}

.header-navi-mobile-box {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.header-navi-wp {
  display: none;
}

.navi-stats {
  background-color: #fff;
  padding: 10px 24px 8px;
}

.navi-menu-box {
  align-items: center;
  display: flex;
}

.navi-links-on {
  font-family: Noto Sans JP, sans-serif;
}

.navi-links-on.w--current {
  color: var(--blue);
}

.section {
  background-color: var(--blue);
  position: relative;
}

.cont-footer {
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
}

.footer-logo-box {
  width: 38%;
}

.footer-logo {
  width: 240px;
}

.footer-cont-01 {
  padding-top: 36px;
  padding-bottom: 48px;
  display: flex;
}

.footer-site-link {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-logo-corprate-site {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  line-height: 18px;
  display: flex;
}

.footer-navi-links {
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}

.sec-top-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.top-hero-main {
  background-image: url('../images/top-hero-bg-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.top-hero-lead-txt-wp {
  z-index: 300;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: static;
}

.top-hero-bg-img {
  z-index: 10;
  position: relative;
}

.p-top-copy {
  color: var(--blue);
  margin-top: -38px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 72px;
  line-height: 84px;
}

.p-top-lead {
  color: var(--blue);
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.top-hero-main-img {
  z-index: 300;
  width: 280px;
  position: relative;
}

.top-hero-column {
  z-index: 300;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20%;
  display: flex;
  position: static;
}

.top-hero-02-linkbox {
  flex-flow: column;
  align-items: flex-start;
  width: 300px;
  margin-bottom: -42px;
  margin-left: 180px;
  text-decoration: none;
  display: flex;
}

.footer-navi-list-box {
  justify-content: flex-end;
  align-items: center;
  width: 62%;
  display: flex;
}

.div-block {
  width: 260px;
}

.sec-top-cont {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20% 72px;
  display: flex;
}

.top-link-btn {
  z-index: 400;
  color: var(--white);
  background-color: #000;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 8px 12px 8px 16px;
  display: flex;
  position: relative;
}

.top-link-btn.orignal {
  margin-top: 0;
  margin-left: 0;
}

.top-link-btn.link01 {
  color: var(--white);
  margin-top: -60px;
  margin-left: -24px;
}

.top-link-btn.link02 {
  margin-top: -60px;
  margin-left: -24px;
}

.top-link-txt {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.top-link-arrow {
  width: 18px;
  margin-left: 20px;
}

.cont-one-column {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.top-hero-03-linkbox {
  z-index: 300;
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sec-top-voice {
  background-color: #fafafa;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  overflow: hidden;
}

.voice-bg-flame {
  background-image: url('../images/top-bg-voice-02.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  max-width: 1280px;
  padding-top: 32px;
}

.top-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-weight: 500;
}

.voice-slide-box {
  overflow: hidden;
}

.voice-top-linkbox {
  background-image: url('../images/voice-thum-0101.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  flex-flow: column;
  align-items: stretch;
  width: 180px;
  height: 250px;
  margin-right: 48px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.voice-top-linkbox.v02 {
  background-image: url('../images/voice-thum-0201.jpg');
}

.voice-top-linkbox.v03 {
  background-image: url('../images/voice-thum-0301.jpg');
}

.voice-top-linkbox.v04 {
  background-image: url('../images/voice-thum-0401.jpg');
}

.voice-top-linkbox.v05 {
  background-image: url('../images/voice-thum-0501.jpg');
}

.voice-top-linkbox.v06 {
  background-image: url('../images/voice-thum-0601.jpg');
}

.voice-slide-wp {
  justify-content: center;
  align-items: center;
  margin-left: -80px;
  margin-right: -80px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
  overflow: hidden;
}

.voice-txt-box {
  justify-content: flex-end;
  align-items: flex-start;
  height: 170px;
  display: flex;
  position: static;
}

.voice-txt-box.ind {
  height: 184px;
}

.voice-name-wp {
  align-items: flex-start;
  height: 80px;
  display: flex;
}

.voice-txt {
  width: 56px;
  max-height: 150px;
  margin-top: -10px;
  margin-right: -12px;
}

.voice-txt.v04 {
  width: 70px;
}

.voice-txt.vs01 {
  width: 80px;
}

.voice-name-box {
  background-color: #000;
  margin-left: -24px;
  padding: 6px 32px 6px 12px;
  font-family: Noto Sans JP, sans-serif;
}

.voice-name-txt, .voice-name-txt-b {
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

.voice-underbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.voice-top-lead-box {
  width: 480px;
}

.p-voice-lead {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 32px;
}

.voice-top-link-wp {
  margin-top: 24px;
}

.cont-two-columns {
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-hero-04-imgbox {
  z-index: 300;
  border: 3px solid var(--gray);
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  max-width: 1180px;
  display: flex;
  position: relative;
}

.top-hero-04-txtbox {
  color: #222;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.top-h2-04 {
  margin-bottom: 16px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.p-top-04 {
  color: #333;
  margin-bottom: 24px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 26px;
}

.sec-top-cont-2columns {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 10% 72px;
  display: flex;
}

.footer-txt {
  font-family: Noto Sans JP, sans-serif;
}

.sec-page-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-h1-wp {
  padding-top: 56px;
  padding-bottom: 56px;
}

.page-h1-01 {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-weight: 400;
}

.page-lead-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.p-page-lead {
  width: 640px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.page-linkbox-column3 {
  background-image: url('../images/comp-link-image-0103.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin: 120px auto 100px;
}

.about-linkbox-wp {
  width: 100%;
  display: flex;
  position: relative;
}

.about-linkbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  text-decoration: none;
  display: flex;
}

.about-linkbox.a02, .about-linkbox.a03 {
  justify-content: flex-start;
  align-items: flex-end;
}

.about-link-btn {
  z-index: 400;
  color: var(--white);
  background-color: #000;
  align-items: center;
  margin-left: 0;
  padding: 8px 12px 8px 16px;
  display: flex;
  position: relative;
}

.about-link-btn.orignal {
  margin-top: 0;
  margin-left: 0;
}

.about-link-btn.link01, .about-link-btn.link02 {
  margin-top: -60px;
  margin-left: -24px;
}

.about-link-btn.a02 {
  margin-top: -20px;
}

.about-link-btn.a01 {
  margin-top: -64px;
  margin-left: 62px;
}

.about-link-btn.a03 {
  margin-top: -64px;
  margin-right: 48px;
}

.sec-spacer-about {
  background-color: #e2eef2;
  height: 120px;
}

.about-h2-1 {
  color: var(--blue);
  text-align: center;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.about-outlinks-wp {
  justify-content: center;
  padding-bottom: 48px;
  display: flex;
}

.about-outlinks {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.about-outink-btn {
  z-index: 400;
  background-color: var(--blue);
  align-items: center;
  margin-left: 0;
  padding: 8px 18px 8px 36px;
  display: flex;
  position: relative;
}

.about-outink-btn.orignal {
  margin-top: 0;
  margin-left: 0;
}

.about-outink-btn.link01, .about-outink-btn.link02 {
  margin-top: -60px;
  margin-left: -24px;
}

.about-outink-btn.a02 {
  margin-top: -20px;
}

.about-outink-btn.a01 {
  margin-top: -64px;
  margin-left: 62px;
}

.about-outink-btn.a03 {
  margin-top: -64px;
  margin-right: 48px;
}

.outlink-txt {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
}

.outlink-arrow {
  width: 14px;
  margin-left: 18px;
}

.sec-entry {
  background-color: var(--smoke);
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.entry-wp {
  margin-left: auto;
  margin-right: auto;
  padding: 72px 138px;
}

.entry-linkbox {
  z-index: 300;
  border: 2px solid var(--gray);
  background-color: #fff;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: static;
}

.entry-iconbox {
  z-index: 400;
  width: 35%;
  margin-top: -20px;
  margin-bottom: -1px;
  position: relative;
}

.entry-txtbox {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding-top: 12px;
  padding-left: 24px;
  display: flex;
}

.top-h2-05 {
  color: var(--base);
  margin-top: 0;
  margin-bottom: 14px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.p-entry-txt {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
}

.sec-backtotop {
  justify-content: center;
  align-items: center;
  display: flex;
}

.backtotop-box {
  padding-top: 32px;
  padding-bottom: 32px;
}

.backto-top-linkbox {
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.backtotop-logo-box {
  width: 300px;
}

.sec-mbile-cont {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.top-h2-02mb {
  margin-bottom: 16px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.mb-top-04-linkbox, .mb-voice-slide {
  display: none;
}

.voice-top-linkbox-mobile {
  background-image: url('../images/voice-thum-0101.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  flex-flow: column;
  align-items: stretch;
  width: 180px;
  height: 250px;
  margin-right: 48px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.voice-top-linkbox-mobile.v02 {
  background-image: url('../images/voice-thum-0201.jpg');
}

.voice-top-linkbox-mobile.v03 {
  background-image: url('../images/voice-thum-0301.jpg');
}

.voice-top-linkbox-mobile.v04 {
  background-image: url('../images/voice-thum-0401.jpg');
}

.voice-top-linkbox-mobile.v05 {
  background-image: url('../images/voice-thum-0501.jpg');
}

.voice-top-linkbox-mobile.v06 {
  background-image: url('../images/voice-thum-0601.jpg');
}

.top-h2-03mb {
  margin-bottom: 16px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.sec-page-full {
  background-image: url('../images/message-bg-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 12%;
  display: flex;
}

.message-cont-01 {
  background-color: var(--white);
  padding: 36px 112px 0;
}

.page-h1-ss {
  color: var(--blue);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.message-p-box {
  margin-top: 36px;
  margin-bottom: 48px;
}

.page-h2-cc {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.message-p-blue {
  color: var(--blue);
  margin-bottom: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.message-sig-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 36px;
  display: flex;
}

.message-sig-01 {
  color: var(--blue);
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.message-sig-name {
  color: var(--blue);
  letter-spacing: 4px;
  text-indent: 0;
  column-count: 0;
  margin-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.message-sig-name-wp {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.message-sig-02 {
  color: var(--blue);
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.sec-group-01 {
  background-image: url('../images/group-bg-01.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 120px;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.group-cont-01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.group-corpbox {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 560px;
  margin-bottom: 72px;
  padding: 20px 42px;
  display: flex;
}

.group-h2-01 {
  width: 100%;
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.group-p-main {
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  line-height: 26px;
}

.gropu-link-byn {
  color: var(--white);
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -32px;
  margin-right: -56px;
  padding: 12px 16px 12px 24px;
  text-decoration: none;
  display: flex;
}

.linkbox-txt {
  font-family: Noto Sans JP, sans-serif;
}

.link-arrow {
  width: 18px;
  margin-left: 10px;
}

.group-linkbox-txt {
  font-family: Noto Sans JP, sans-serif;
}

.top-link04-btn {
  z-index: 400;
  color: var(--white);
  background-color: #000;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 8px 12px 8px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.top-link04-btn.orignal {
  margin-top: 0;
  margin-left: 0;
}

.top-link04-btn.link01, .top-link04-btn.link02 {
  margin-top: -60px;
  margin-left: -24px;
}

.page-mb-linkbox-wp {
  display: none;
}

.page-link-btn {
  z-index: 400;
  background-color: #000;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 8px 12px 8px 16px;
  display: flex;
  position: relative;
}

.page-link-btn.orignal {
  margin-top: 0;
  margin-left: 0;
}

.page-link-btn.link01, .page-link-btn.link02 {
  margin-top: -60px;
  margin-left: -24px;
}

.about-lead-wp {
  margin-left: auto;
  margin-right: auto;
}

.span-pc-br {
  display: block;
}

.sec-work-01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.work-cont-01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.work-block {
  background-color: var(--white);
  margin-bottom: 72px;
  padding: 36px 48px 24px;
}

.work-h2-01 {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.work-block-subtitle {
  color: var(--blue);
  text-align: center;
  margin-bottom: 36px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.p-main {
  text-align: center;
  margin-bottom: 24px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
}

.sec-work-02 {
  background-color: #dbd7d7;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 140px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.work-link-column-50 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.work-link-column-50.work01 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 36px;
}

.work-link-column-50.work02 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 36px;
}

.work-linkbox {
  border: 3px none var(--gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.work-linkbox.work02 {
  justify-content: flex-start;
  align-items: flex-end;
}

.work-linkbox-img {
  border: 2px solid var(--gray);
  width: 100%;
}

.work-linkbox-p-wp {
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  margin-top: -360px;
  display: block;
  position: relative;
}

.work-linkbox-p-wp.work02 {
  width: 55%;
  margin-right: -16px;
  position: relative;
}

.work-linkbox-btn-wp {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-right: 24px;
  display: flex;
}

.work-linkbox-btn-wp.work02 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 0;
}

.work-link-btn {
  z-index: 400;
  color: var(--white);
  background-color: #000;
  align-items: center;
  margin-top: -20px;
  margin-left: 0;
  padding: 12px 20px 12px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-link-btn.orignal {
  margin-top: 0;
  margin-left: 0;
}

.work-link-btn.link01, .work-link-btn.link02 {
  margin-top: -60px;
  margin-left: -24px;
}

.work-link-btn.a02 {
  margin-top: -20px;
}

.work-link-btn.a01 {
  margin-top: -64px;
  margin-left: 62px;
}

.work-link-btn.a03 {
  margin-top: -64px;
  margin-right: 48px;
}

.work-link-txt {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.work-link-txt.work {
  font-size: 18px;
}

.work-link-arrow {
  width: 18px;
  margin-left: 18px;
}

.work-p-link-sub {
  color: var(--base);
  text-align: left;
  margin-top: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.sec-work-hero {
  background-image: url('../images/work-land-hero-img-02.jpg');
  background-position: 0 100%;
  background-size: cover;
  flex-flow: column;
  margin-bottom: 56px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.sec-work-hero.sea {
  background-image: url('../images/work-sea-hero-img-01.jpg');
}

.page-h1-wp-copy {
  padding-top: 56px;
  padding-bottom: 56px;
}

.page-h1-02 {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-weight: 400;
}

.work-cont-hero {
  padding-bottom: 100px;
  padding-left: 50%;
}

.p-work-lead {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.sec-work-cont {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  display: flex;
}

.sec-work-cont.left {
  padding-left: 0%;
  padding-right: 10%;
}

.work-column-txtbox {
  width: 50%;
  padding-top: 48px;
  padding-right: 32px;
}

.work-column-txtbox.left {
  padding-left: 32px;
  padding-right: 0;
}

.work-column-imgbox {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-top: 48px;
  display: flex;
  overflow: hidden;
}

.work-column-imgbox.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.work-img-flame-right {
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--gray);
  width: 90%;
  display: none;
}

.page-h2-work {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.work-p-wp {
  padding-bottom: 32px;
}

.work-p-wp.h3 {
  padding-bottom: 16px;
}

.p-work {
  text-align: left;
  margin-bottom: 24px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
}

.page-h3 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.page-h4 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.work-img-flame-left {
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: var(--gray);
  width: 90%;
  display: none;
}

.sec-page-nomal {
  background-color: var(--smoke);
  flex-flow: column;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.sec-page-nomal.blue {
  background-color: var(--lite-blue);
  justify-content: flex-start;
  align-items: center;
}

.page-cont {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 72px;
  font-family: Noto Sans JP, sans-serif;
}

.page-cont.second-child {
  padding-top: 72px;
  padding-bottom: 0;
}

.page-cont.withcol {
  padding-bottom: 0;
}

.page-h2-wp {
  margin-bottom: 32px;
}

.page-h2-wp.entry {
  margin-bottom: 0;
}

.page-h2-style {
  color: var(--base);
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
}

.page--nomal-lead-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.page-nomal-p-wp {
  flex-flow: column;
  align-items: center;
  margin-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.p-nomal {
  text-align: left;
  margin-bottom: 24px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
}

.workstyle-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.workstyle-column.left {
  flex-flow: row-reverse;
}

.workstyle-col-imgbox {
  width: 35%;
}

.workstyle-col-txtbox {
  width: 65%;
}

.workstyle-col-txtbox.left {
  padding-right: 0;
}

.workstyle-imag-wp {
  border-radius: 50%;
  overflow: hidden;
}

.workstyle-h3 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.page-block-wp {
  padding-bottom: 56px;
}

.p-nomal-page-lead {
  width: 640px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.page-h2-entry {
  color: var(--base);
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
}

.entry-columns {
  display: flex;
}

.entry-col-img {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.entry-col-linkbox {
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.entry-imgbox {
  justify-content: flex-end;
  align-items: flex-start;
  width: 75%;
  margin-top: -56px;
  display: flex;
}

.entry-link-btn {
  z-index: 400;
  color: var(--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 0;
  padding: 20px 24px 20px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.entry-link-btn.orignal {
  margin-top: 0;
  margin-left: 0;
}

.entry-link-btn.link01, .entry-link-btn.link02 {
  margin-top: -60px;
  margin-left: -24px;
}

.entry-link-btn.disable {
  background-color: var(--smoke);
  color: var(--gray);
  margin-bottom: 12px;
}

.entry-linkbtn-wp {
  flex-flow: column;
  width: 60%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.image {
  width: 75%;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container {
  width: 100%;
  max-width: 1280px;
  position: relative;
  overflow: visible;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-text-semibold {
  font-weight: 600;
}

.rt-text-semibold.rt-text-white {
  color: #fff;
}

.rt-text-semibold.rt-text-white.rt-margin-bottom-five {
  margin-bottom: 5px;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-button-white-arrow {
  opacity: 0;
  margin-top: 2px;
  position: absolute;
}

.rt-feautures-card-overlay {
  background-color: #16232b;
  height: 18%;
  position: absolute;
  inset: auto 0% -4%;
  transform: skew(0deg, 4deg);
}

.rt-feautures-card-overlay.rt-card-black-overlay {
  z-index: 2;
}

.rt-feautures-card-overlay.rt-card-orange-overlay {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  bottom: -3%;
}

.rt-features-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 25px;
  display: flex;
}

.rt-features-cards {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 200px;
  display: flex;
  position: relative;
  overflow: visible;
}

.rt-features-image {
  display: inline-block;
  overflow: visible;
}

.rt-features-information {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--base);
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin-left: -20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto auto 20% 0%;
}

.rt-small-arrow-icon {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: relative;
}

.rt-home-one-features-marquee {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rt-marquee-train-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.rt-image-wp {
  border-radius: 10px;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1280px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-autofit {
  object-fit: cover;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-text-center {
  text-align: center;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-home-four-my-work-marquee-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.rt-my-work-marquee-overlay {
  background-color: #1e1f2080;
}

.rt-home-four-my-work-marquee-block {
  flex: 1;
}

.rt-home-four-my-work-marquee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.rt-home-four-my-work-marquee-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-width: 180px;
  display: grid;
  overflow: hidden;
}

.rt-padding-top-thirty {
  padding-top: 30px;
}

.rt-my-work-category {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.rt-grey-dot {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-text-semibold-2 {
  font-weight: 600;
}

.rt-text-semibold-2.rt-text-white-2 {
  color: #fff;
}

.rt-text-semibold-2.rt-text-white-2.rt-margin-bottom-five {
  margin-bottom: 5px;
}

.rt-button-orange-arrow-2 {
  margin-top: 2px;
}

.rt-button-white-arrow-2 {
  opacity: 0;
  margin-top: 2px;
  position: absolute;
}

.rt-feautures-card-overlay-2 {
  background-color: #16232b;
  height: 18%;
  position: absolute;
  inset: auto 0% -4%;
  transform: skew(0deg, 4deg);
}

.rt-feautures-card-overlay-2.rt-card-black-overlay {
  z-index: 2;
}

.rt-feautures-card-overlay-2.rt-card-orange-overlay {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  bottom: -3%;
}

.rt-features-wrapper-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 24px;
  padding-right: 48px;
  display: flex;
}

.voice-cls-linkbox {
  border: 2px solid var(--gray);
  background-image: url('../images/voice-thum-0101.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 180px;
  height: 250px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.voice-cls-linkbox.vs01 {
  background-image: url('../images/voice-sea-0102.jpg');
}

.voice-cls-linkbox.v02 {
  background-image: url('../images/voice-thum-0201.jpg');
}

.voice-cls-linkbox.vs02 {
  background-image: url('../images/voice-sea-0202.jpg');
}

.voice-cls-linkbox.vs03 {
  background-image: url('../images/voice-sea-0303.jpg');
}

.voice-cls-linkbox.vs04 {
  background-image: url('../images/voice-sea-0403.jpg');
}

.voice-cls-linkbox.vl01 {
  background-image: url('../images/voice-land-0102.jpg');
}

.voice-cls-linkbox.vl02 {
  background-image: url('../images/voice-land-0202.jpg');
}

.voice-cls-linkbox.vl03 {
  background-image: url('../images/voice-land-0302.jpg');
}

.voice-cls-linkbox.vl04 {
  background-image: url('../images/voice-land-0402.jpg');
}

.rt-features-image-2 {
  overflow: auto;
}

.rt-features-information-2 {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-small-arrow-icon-2 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: relative;
}

.rt-home-one-features-marquee-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rt-marquee-train-4box {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.sec-page-voice-top {
  background-color: var(--smoke);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.sec-page-voice-top.blue {
  background-color: var(--lite-blue);
}

.sec-page-voice-cot {
  background-color: var(--smoke);
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: hidden;
}

.sec-page-voice-cot.blue {
  background-color: var(--lite-blue);
}

.voice-cont {
  background-image: url('../images/top-bg-voice-02.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 100%;
  width: 100%;
  max-width: 1280px;
  padding-left: 12%;
  padding-right: 12%;
}

.voice-h2-wp {
  padding-top: 32px;
  padding-bottom: 72px;
}

.page-h2-voice {
  color: var(--base);
  text-align: center;
  background-color: #ffffffbf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
}

.voice-columns {
  justify-content: center;
  align-items: stretch;
  padding-bottom: 56px;
  display: flex;
}

.voice-linkbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 350px;
  margin-left: 42px;
  margin-right: 42px;
  text-decoration: none;
  display: block;
}

.voice-image-box {
  z-index: 200;
  border: 2px solid var(--gray);
  background-image: url('../images/voice-sea-0102.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  width: 350px;
  height: 264px;
  position: absolute;
  overflow: hidden;
}

.voice-image-box.vs02 {
  background-image: url('../images/voice-sea-0202.jpg');
}

.voice-image-box.vs03 {
  background-image: url('../images/voice-sea-0303.jpg');
}

.voice-image-box.vs04 {
  background-image: url('../images/voice-sea-0403.jpg');
}

.voice-image-box.vl01 {
  background-image: url('../images/voice-land-0102.jpg');
}

.voice-image-box.vl02 {
  background-image: url('../images/voice-land-0202.jpg');
}

.voice-image-box.vl03 {
  background-image: url('../images/voice-land-0302.jpg');
}

.voice-image-box.vl04 {
  background-image: url('../images/voice-land-0402.jpg');
}

.voice-th-wp {
  z-index: 500;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 350px;
  display: block;
  position: relative;
}

.voice-index-txt {
  width: 60px;
  max-height: 150px;
  margin-top: -10px;
  margin-right: 32px;
}

.voice-index-txt.v04 {
  width: 70px;
}

.voice-index-txt.vs01 {
  width: 78px;
  margin-right: 24px;
}

.voice-index-txt.vl02, .voice-index-txt.vs04 {
  width: 65px;
}

.voice-index-txt.vs03 {
  width: 64px;
}

.voice-index-name-box {
  background-color: #000;
  margin-left: -24px;
  padding: 6px 32px 6px 12px;
  font-family: Noto Sans JP, sans-serif;
}

.voice-index-name-txt, .voice-index-name-txt-b {
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

.voice-index-name-wp {
  align-items: flex-start;
  height: 60px;
  display: flex;
}

.voice-index-txt-box {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 204px;
  display: flex;
  position: static;
}

.voice-index-txt-box.ind {
  height: 184px;
}

.voice-txt-box-copy {
  justify-content: flex-end;
  align-items: flex-start;
  height: 170px;
  display: flex;
  position: static;
}

.voice-txt-box-copy.ind {
  height: 184px;
}

.sec-voice-hero {
  overflow: hidden;
}

.voice-hero-wp {
  width: 100%;
  max-width: 1280px;
  padding-top: 56px;
  padding-bottom: 56px;
  display: block;
}

.voice-hero-img-wp {
  z-index: 900;
  position: relative;
}

.voice-hero-imgbox {
  border: 12px solid var(--white);
  outline-color: var(--gray);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 50%;
  transform: rotate(-7deg);
  box-shadow: -7px 7px #d6d6d6;
}

.voice-hero-banner {
  background-color: var(--blue);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.voice-hero-titlebox {
  width: 50%;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 60px;
}

.voice-h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 56px;
}

.voice-hero-namebox {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.voice-hero-name {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.voice-hero-position {
  font-size: 16px;
  line-height: 24px;
}

.voice-hero-gld {
  line-height: 28px;
}

.voice-hero-name-wp {
  padding-bottom: 12px;
}

.sec-voice-main {
  flex-flow: column;
  padding-left: 18%;
  padding-right: 18%;
  display: flex;
}

.voice-main-cont {
  padding-bottom: 60px;
}

.voice-h2-ctr {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.voice-h2-box {
  padding-top: 24px;
  padding-bottom: 36px;
}

.voice-main-p-box {
  padding-bottom: 48px;
}

.voice-p-main {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 30px;
}

.voice-main-img-box {
  width: 100%;
}

.voice-hero-mb-imgbox {
  border: 12px solid var(--white);
  outline-color: var(--gray);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 50%;
  display: none;
  transform: rotate(-7deg);
  box-shadow: -7px 7px #d6d6d6;
}

.sec-special {
  background-image: url('../images/special-bg-0101.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: hidden;
}

.special-cont {
  width: 1020px;
  max-width: 1020px;
  padding-bottom: 120px;
}

.special-columns-01 {
  flex-flow: row-reverse wrap-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 28px;
  padding-left: 60px;
  display: flex;
}

.special-01-imgbox {
  z-index: 500;
  border: 3px solid var(--gray);
  border-radius: 33px;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px #0003;
}

.special-circle {
  z-index: 200;
  background-color: var(--white);
  border-radius: 300px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.special-circle.sp03 {
  margin-bottom: 48px;
}

.special-circle._02b {
  margin-top: 80px;
  margin-left: 0;
}

.special-circle._02a {
  margin-left: 0;
}

.special-circle._01 {
  margin-left: -60px;
}

.special-circle._07a {
  width: 420px;
  height: 420px;
}

.special-circle._07b {
  width: 420px;
  height: 420px;
  margin-left: 0;
}

.special-img-wp {
  width: 48%;
  margin-top: 28px;
}

.image-2 {
  border: 3px solid var(--gray);
  border-radius: 38px;
}

.special-01-number {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: .5em;
}

.special-01-number.under {
  line-height: .8em;
}

.special-01-number._03 {
  text-align: center;
  line-height: .6em;
}

.span-class {
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 42px;
}

.special-h201 {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.special-title-wp {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.special-title-wp._02b {
  padding-bottom: 0;
}

.special-title-wp._04 {
  padding-top: 16px;
  padding-bottom: 12px;
}

.special-title-wp._07b {
  padding-bottom: 20px;
}

.special-title-wp._07a {
  padding-bottom: 0;
}

.special-p-circle {
  color: var(--blue);
  margin-bottom: 0;
  padding-left: 90px;
  padding-right: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.special-p-circle.wht {
  color: var(--white);
}

.special-02-circle {
  z-index: 200;
  background-color: var(--white);
  border-radius: 300px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.special-02-circle._02b {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-top: 80px;
}

.special-columns-02 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.special-h2-02b {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.special-02-imgbox {
  width: 42%;
  max-width: 380px;
  position: static;
}

.special-02-img-wp {
  z-index: 900;
  justify-content: center;
  align-items: flex-start;
  width: 84%;
  height: auto;
  padding-left: 72px;
  display: flex;
  position: absolute;
}

.special-columns-03 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -140px;
  display: flex;
}

.special-03-img-wp {
  z-index: 990;
  width: 60%;
  position: relative;
}

.special-h2-03 {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.special-01-number-copy {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: .5em;
}

.special-01-number-copy.under {
  line-height: .8em;
}

.special-03-subtxt {
  color: var(--blue);
  margin-top: -12px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.special-columns-04 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -24px;
  display: flex;
}

.special-04-number {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: .8em;
}

.special-04-number.under {
  line-height: .8em;
}

.special-04-number._03 {
  text-align: center;
  line-height: .6em;
}

.special-h2-04 {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.special-04-imgbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  margin-top: 24px;
  padding-left: 48px;
  display: flex;
}

.special-04-img-wp {
  width: 360px;
}

.special-04-subtxt {
  color: var(--blue);
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 20px;
}

.span-big-number {
  font-size: 36px;
}

.special-04-female {
  width: 100%;
  padding-left: 12%;
}

.special-04-wp {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.special-04-male {
  width: 50%;
  margin-top: 12px;
}

.p-sp-04 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.special-columns-05 {
  justify-content: center;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
}

.special-05-imgbox {
  z-index: 300;
  width: 150px;
  margin-top: 80px;
  margin-right: -64px;
  position: relative;
}

.special-05-number {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: .6em;
}

.special-05-number.under {
  line-height: .8em;
}

.special-05-number._03 {
  text-align: center;
  line-height: .6em;
}

.special-h2-05 {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.special-columns-06 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
}

.special-06-imgbox {
  z-index: 400;
  width: 500px;
  margin-top: -240px;
  margin-right: -64px;
  position: relative;
}

.special-cplumns-07 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 48px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.special-07-img-wp {
  z-index: 900;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: -160px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.special-07-imgbox {
  width: 160px;
  max-width: 180px;
  margin-right: 0;
  position: static;
}

.special-07a-number {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: .8em;
}

.special-07a-number.under {
  line-height: .8em;
}

.special-07a-number._03 {
  text-align: center;
  line-height: .6em;
}

.special-07-txtimg {
  max-width: 270px;
}

.special-h2-07b {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.special-h2-07a {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.special-columns-08 {
  margin-top: -100px;
  padding-left: 100px;
}

.special-circle-blue {
  z-index: 200;
  background-color: var(--blue);
  border-radius: 300px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.special-circle-blue.sp03 {
  margin-bottom: 48px;
}

.special-circle-blue._02b {
  margin-top: 80px;
  margin-left: 0;
}

.special-circle-blue._02a {
  margin-left: 0;
}

.special-circle-blue._01 {
  margin-left: -60px;
}

.special-circle-blue._07b {
  margin-top: 200px;
  margin-left: 0;
}

.special-08-number {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: .6em;
}

.special-08-number.under {
  line-height: .8em;
}

.special-08-number._03 {
  text-align: center;
  line-height: .6em;
}

.special-h2-08 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.p-sp-08 {
  color: var(--white);
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.special-08-subtxt {
  color: var(--white);
  text-align: center;
  margin-top: -12px;
  font-family: WDXL Lubrifont JP N, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.bold-text, .bold-text-2 {
  font-weight: 500;
}

.image-3 {
  overflow: visible;
}

.rt-black-icon.rt-in-active {
  opacity: 0;
}

.rt-blue-icon {
  opacity: 0;
  position: absolute;
}

.rt-blue-icon.rt-active {
  opacity: 1;
}

.rt-text-block {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-nav-one {
  z-index: 999;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-bottom: 1px solid #d5d5d5;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 30px #11254226;
}

.rt-nav-one-container {
  width: 100%;
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.rt-nav-one-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-nav-one-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.rt-nav-one-dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.rt-nav-one-dropdown-list {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-nav-one-dropdown-list.w--open {
  width: 400px;
  position: absolute;
  left: 440px;
}

.rt-nav-one-dropdown-list-wrap {
  border-radius: 10px;
  width: 100%;
  max-width: 730px;
  position: relative;
  overflow: hidden;
}

.rt-nav-one-dropdown-list-wrap.rt-utility-pages {
  width: 50%;
  max-width: 1290px;
}

.rt-nav-one-dropdown-upper-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.rt-nav-top-wrap-contain {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-right: 1px solid #0000000d;
  height: 100%;
  padding: 70px 25px 70px 15px;
}

.rt-nav-top-wrap-contain.rt-border-off {
  border-right-style: none;
}

.rt-nav-top-wrap-contain.rt-flex-horaizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right-style: none;
  flex-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.rt-nav-top-wrap-contain.rt-right-gap {
  padding-left: 25px;
}

.rt-nav-top-link-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.rt-nav-top-link-wrap.rt-free {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border-radius: 20px;
  padding: 5px 15px;
}

.rt-text-icon-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.rt-text-icon-wrap.rt-icon-gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.rt-icon-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-nav-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-weight: 400;
}

.rt-nav-text.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-nav-one-arrow {
  margin-top: 4px;
}

.rt-link-logo {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
}

.rt-logo-img {
  width: 100%;
}

.rt-logo-wp {
  width: 320px;
}

.navi-link-txt {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.rt-hamburger-3 {
  display: none;
}

.rt-dropdown-hover-border {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform-origin: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(0);
}

.rt-dropdown-list-7 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
  top: 100%;
  overflow: hidden;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-dropdown-list-7.w--open {
  left: 0;
}

.rt-dropdown-icon-brown {
  opacity: 0;
  position: absolute;
}

.rt-navbar-contact-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: none;
}

.rt-dropdown-4 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.rt-navbar-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 185px 1fr 185px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-brand-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.rt-brand-2.w--current {
  padding: 0 0 0 15px;
}

.rt-dropdown-link-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
}

.rt-dropdown-link-3.w--current {
  color: #f02727;
}

.rt-nav-sub-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-navbar-4 {
  background-color: #fff;
  font-family: Outfit;
  font-weight: 300;
  position: relative;
}

.rt-nav-menus {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.rt-dropdown-toggle-two {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--base);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.rt-dropdown-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-navbar-conmtact-and-humburgger {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-left: 1px #0003;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.rt-nav-contact-number {
  color: #000;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 27px;
}

.rt-dropdown-list-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  min-width: 160px;
  padding: 14px 25px;
  display: flex;
}

.text-block {
  color: var(--base);
  font-weight: 400;
}

.rt-navi-linkbox {
  color: var(--base);
  padding: 18px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.rt-navi-txt {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 26px;
}

.rt-autofit-3 {
  object-fit: cover;
}

.rt-underline-off-2 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-change-padding {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 45px;
}

.rt-display-off {
  display: none;
}

.rt-autofit-4 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-menu-icon {
  filter: invert();
}

.rt-menu-icon.rt-dropdown-arrow {
  margin-top: 3px;
}

.rt-header-2 {
  background-color: #fff;
  position: relative;
}

.rt-header-2.rt-change-padding {
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Outfit;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.rt-button-circle-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rt-button-circle-block.rt-overflow-off {
  flex: none;
}

.rt-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-nav-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.rt-arrow-white-2 {
  position: relative;
}

.rt-button-circle-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 37px;
  min-width: 37px;
  height: 37px;
  min-height: 37px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.rt-button-main-7 {
  color: #fff;
  letter-spacing: .0625em;
  text-transform: capitalize;
  background-color: #0000;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  position: relative;
}

.rt-button-main-7.rtcolor-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rt-dropdown-list-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 260px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-dropdown-list-4.w--open {
  display: flex;
}

.rt-dropdown-list-4.rt-display-off {
  display: none;
}

.rt-dropdown-toggle-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 18px;
  display: flex;
}

.rt-agentic {
  z-index: 99;
}

.rt-button-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 18px;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  padding: 5px 20px 5px 25px;
  display: grid;
}

.rt-button-13.rt-underline-off-2.rtresponsive-display-off {
  grid-template-columns: auto 30px;
}

.rt-hamburger {
  z-index: 9;
  position: relative;
}

.rt-menu-hamburger-main {
  display: none;
}

.rt-menu-font {
  color: #0d1018;
  text-transform: capitalize;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.rt-menu-font.rt-menu-font-small {
  font-size: 14px;
  line-height: 24px;
}

.rt-menu-font.rt-menu-font-small:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-responsive-display-off {
  z-index: 9;
}

.navi-blc-wp {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.navbar-logo-left {
  z-index: 1000;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  padding: 12px 10px;
}

.navi-cont-05 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.navi-linktxt-a {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.navi-linktxt-a:hover {
  color: #1a1b1fbf;
}

.navi-linktxt-a:focus-visible, .navi-linktxt-a[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 13px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 8px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  z-index: 20;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--blue);
  font-weight: 500;
  text-decoration: none;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navi-linktxt-b {
  color: var(--base);
  font-size: 13px;
  text-decoration: none;
}

.hero-big {
  font-size: 72px;
}

.sp-07-wp {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: -160px;
  display: flex;
}

.work-link-columns {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 172px;
  display: flex;
}

.work-img-flame-right-sq {
  border: 2px none var(--gray);
  width: 90%;
}

.work-img-flame-sq-left {
  border: 2px none var(--gray);
  width: 90%;
  display: block;
}

.h2-entry-01 {
  background-color: var(--blue);
  width: 24%;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 8px 12px 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.entry-listbox {
  display: flex;
}

.entry-list-item-wp {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 3px;
  padding: 8px 12px;
  display: flex;
}

.p-entry-main {
  color: var(--base);
  margin-bottom: 16px;
  line-height: 24px;
}

.p-entry-main._1line {
  margin-bottom: 0;
}

.p-entry-unno {
  color: var(--red);
  margin-bottom: 16px;
  line-height: 24px;
}

.p-entry-unno._1line {
  margin-bottom: 0;
}

.entry-list-itemsbox {
  flex-flow: column;
  justify-content: flex-start;
  width: 75%;
  display: flex;
}

.entry-btn-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.entry-btn {
  z-index: 400;
  color: var(--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 32px;
  margin-left: 0;
  padding: 20px 24px 20px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.entry-btn.orignal {
  margin-top: 0;
  margin-left: 0;
}

.entry-btn.link01, .entry-btn.link02 {
  margin-top: -60px;
  margin-left: -24px;
}

.entry-list-unnotation {
  padding-top: 12px;
  padding-bottom: 12px;
}

.entry-form-wp {
  flex-flow: column;
  margin-right: 24px;
  display: flex;
}

.entry-form-wp.full {
  width: 100%;
}

.entry-form-wp.left {
  justify-content: flex-start;
  align-items: flex-end;
}

.form-label-txt {
  font-weight: 500;
}

.entry-form-itembox {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 12px;
  display: flex;
}

.entry-form-itembox.withbtn {
  justify-content: flex-start;
  align-items: flex-end;
}

.entry-form-itembox._2line {
  flex-flow: column;
}

.entry-form-txt-field {
  border-radius: 6px;
  width: 18em;
}

.entry-form-txt-field.full {
  width: 100%;
}

.entry-form-txt-field._3line-full {
  width: 100%;
  height: 8rem;
}

.entry-form-txt-wp {
  display: flex;
}

.entry-form-unno {
  color: var(--red);
  margin-left: 12px;
  font-size: 12px;
}

.radio-wp {
  display: flex;
}

.radio-button-field {
  margin-right: 24px;
  font-size: 16px;
}

.radio-button {
  width: 30px;
  font-size: 20px;
  line-height: 24px;
}

.radio-button-label {
  font-size: 16px;
}

.select-f-bd-y {
  background-color: var(--white);
  border-radius: 6px;
  width: 10em;
}

.form-label-notxt {
  color: #3330;
  margin-bottom: 5px;
  font-weight: 500;
}

.select-f-bd-m {
  background-color: var(--white);
  border-radius: 6px;
  width: 6em;
}

.entry-postcode {
  background-color: var(--base);
  margin-bottom: 10px;
}

.h2-entry-03 {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  word-break: normal;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
}

.select-class-0101 {
  background-color: var(--white);
  border-radius: 6px;
  width: 10em;
}

.select-class-0201 {
  background-color: var(--white);
  border-radius: 6px;
  width: 22em;
}

.select-class-0301 {
  width: 6em;
}

.select-class-0301.nolavel {
  background-color: var(--white);
  border-radius: 6px;
  margin-right: 24px;
}

.entry-form-nolavel-wp {
  flex-flow: row;
  justify-content: flex-start;
  margin-right: 24px;
  display: flex;
}

.entry-form-nolavel-wp.full {
  width: 100%;
}

.entry-form-nolavel-wp.left {
  justify-content: flex-start;
  align-items: flex-end;
}

.submit-button {
  margin-top: 42px;
  margin-bottom: 42px;
}

.submit-btn-wp {
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.submit-btn {
  z-index: 400;
  color: var(--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 32px;
  margin-left: 0;
  padding: 20px 24px 20px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.submit-btn.orignal {
  margin-top: 0;
  margin-left: 0;
}

.submit-btn.link01, .submit-btn.link02 {
  margin-top: -60px;
  margin-left: -24px;
}

.entry-link-wp {
  margin-bottom: 20px;
}

.p-entry-ex {
  text-align: center;
  margin-bottom: 12px;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-3.rt-overflow-hidden-3 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.rt-overflow-hidden-3 {
  overflow: hidden;
}

.rt-autofit-5 {
  object-fit: cover;
}

.rt-underline-off-3 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-text-center-2 {
  text-align: center;
}

.rt-autofit-6 {
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-home-four-my-work-marquee-main-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.rt-my-work-marquee-overlay-2 {
  background-color: #1e1f2080;
}

.rt-home-four-my-work-marquee-block-2 {
  flex: 1;
}

.rt-home-four-my-work-marquee-block-2.rt-underline-off-3 {
  flex-flow: row;
  flex: 1;
  display: flex;
}

.rt-home-four-my-work-marquee-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.rt-home-four-my-work-marquee-image-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--gray);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  min-width: 240px;
  height: 240px;
  display: flex;
  overflow: hidden;
}

.rt-padding-top-thirty-2 {
  padding-top: 30px;
}

.rt-my-work-category-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.rt-grey-dot-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.rt-text-white-4 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-text-semibold-3 {
  font-weight: 600;
}

.rt-text-semibold-3.rt-text-white-4 {
  color: #fff;
}

.rt-text-semibold-3.rt-text-white-4.rt-margin-bottom-five {
  margin-bottom: 5px;
}

.rt-button-orange-arrow-3 {
  margin-top: 2px;
}

.rt-button-white-arrow-3 {
  opacity: 0;
  margin-top: 2px;
  position: absolute;
}

.rt-feautures-card-overlay-3 {
  background-color: #16232b;
  height: 18%;
  position: absolute;
  inset: auto 0% -4%;
  transform: skew(0deg, 4deg);
}

.rt-feautures-card-overlay-3.rt-card-black-overlay {
  z-index: 2;
}

.rt-feautures-card-overlay-3.rt-card-orange-overlay {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  bottom: -3%;
}

.rt-features-wrapper-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 25px;
  display: flex;
}

.rt-features-cards-2 {
  border: 1px solid var(--gray);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-features-image-3 {
  width: 240px;
  height: 240px;
  display: block;
  overflow: auto;
}

.rt-features-information-3 {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-small-arrow-icon-3 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: relative;
}

.rt-home-one-features-marquee-3 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rt-marquee-train-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.div-block-2 {
  width: 280px;
  height: 280px;
}

.message-sig-colmns {
  justify-content: flex-end;
  align-items: center;
  margin-right: 240px;
  padding-top: 46px;
  display: flex;
}

.message-img-box {
  width: 240px;
}

.message-cont-wp {
  background-color: var(--white);
}

.message-cont-img-box {
  background-color: var(--white);
  background-image: url('../images/message-img-0105.jpg');
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  height: 31vw;
  min-height: 320px;
  margin-top: -48px;
}

.about-wp {
  background-image: url('../images/about_bg-02.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  width: 100%;
}

.work-wp {
  background-image: url('../images/work-bg-img-0201_1.jpg');
  background-position: 50% 0;
  background-size: auto;
  padding-bottom: 320px;
  padding-left: 8%;
  padding-right: 8%;
}

.top-cont-03-wp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .header-logo {
    width: 270px;
  }

  .recruit-logo {
    margin-left: 10px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .recruit-logo-txt {
    font-size: 13px;
  }

  .header-rec-btn {
    margin-left: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rec-btn-txt {
    font-size: 13px;
  }

  .rec-btn-img {
    width: 15px;
  }

  .top-hero-main-img {
    width: 320px;
  }

  .top-hero-column {
    padding-bottom: 0;
  }

  .cont-one-column {
    max-width: 864px;
  }

  .voice-bg-flame, .sec-work-cont {
    max-width: 1440px;
  }

  .work-img-flame-right, .work-img-flame-left {
    border-style: none;
    display: block;
  }

  .page-cont {
    max-width: 1440px;
  }

  .workstyle-col-txtbox.left {
    display: block;
  }

  .voice-cont {
    max-width: 1440px;
  }

  .sec-voice-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .voice-hero-wp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1440px;
    display: flex;
  }

  .special-cplumns-07 {
    justify-content: space-between;
  }

  .special-07-imgbox {
    max-width: 300px;
  }

  .rt-navbar-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 185px 1fr 185px;
    font-family: Noto Sans JP, sans-serif;
    display: flex;
  }

  .rt-navbar-conmtact-and-humburgger {
    padding-left: 27px;
  }

  .rt-nav-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-dropdown {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }

  .work-img-flame-right-sq {
    display: none;
  }

  .work-img-flame-sq-left {
    border-style: none;
    display: none;
  }

  .rt-home-four-my-work-marquee-image-2 {
    width: 300px;
    min-width: 300px;
    height: 300px;
  }

  .rt-features-wrapper-3 {
    flex-flow: row;
  }

  .rt-features-cards-2, .rt-features-image-3 {
    width: 280px;
    height: 280px;
  }

  .rt-home-one-features-marquee-3 {
    flex-flow: row;
  }

  .rt-marquee-train-5 {
    flex-flow: row;
    display: block;
  }

  .message-sig-colmns {
    margin-right: 300px;
    padding-top: 120px;
  }

  .message-cont-img-box {
    min-height: 390px;
  }

  .about-wp {
    width: 100%;
    max-width: 1440px;
  }

  .work-wp {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .top-cont-03-wp {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1440px) {
  .header-logo {
    width: 340px;
  }

  .recruit-logo {
    padding: 6px 12px;
  }

  .recruit-logo-txt {
    font-size: 16px;
    font-weight: 500;
  }

  .h-navi-box {
    margin-right: 18px;
    padding: 18px 10px;
    font-size: 18px;
  }

  .header-rec-btn {
    align-items: center;
    padding: 12px 24px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
  }

  .rec-btn-txt {
    margin-top: 6px;
    margin-bottom: 3px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
  }

  .rec-btn-img {
    width: 24px;
  }

  .navi-stats {
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .navi-links-on {
    font-size: 18px;
  }

  .footer-logo {
    width: 280px;
  }

  .footer-cont-01 {
    max-width: 1200px;
  }

  .footer-logo-corp-txt {
    font-size: 12px;
  }

  .footer-navi-links {
    margin-right: 16px;
    font-size: 15px;
  }

  .sec-top-hero {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .top-hero-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .top-hero-lead-txt-wp {
    z-index: 300;
    position: relative;
  }

  .top-hero-bg-img {
    z-index: 10;
    position: absolute;
  }

  .p-top-copy {
    color: #233572;
    margin-top: -66px;
    margin-bottom: 24px;
    font-family: WDXL Lubrifont JP N, sans-serif;
    font-size: 92px;
    line-height: 120px;
  }

  .p-top-lead {
    color: #233572;
    font-family: Noto Sans JP, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 42px;
  }

  .top-hero-main-img {
    z-index: 300;
    width: 400px;
    position: relative;
  }

  .top-hero-column {
    margin-top: -72px;
    padding-bottom: 0;
  }

  .top-hero-02-linkbox {
    width: 480px;
    margin-bottom: -100px;
  }

  .sec-top-cont {
    padding-top: 80px;
    padding-bottom: 92px;
  }

  .top-link-btn {
    color: var(--white);
    padding: 14px 24px 16px 32px;
    font-size: 18px;
    text-decoration: none;
  }

  .top-link-btn.link01 {
    color: var(--radiant-ui-components-library-marketplace--color--white);
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
  }

  .top-link-btn.link02 {
    color: var(--white);
  }

  .top-link-txt {
    font-size: 24px;
    line-height: 40px;
  }

  .top-link-arrow {
    width: 22px;
    margin-left: 24px;
    font-size: 20px;
  }

  .cont-one-column {
    max-width: 1280px;
  }

  .sec-top-voice {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .voice-bg-flame {
    max-width: 1980px;
  }

  .cont-two-columns {
    margin-left: auto;
    margin-right: auto;
  }

  .sec-top-cont-2columns {
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 92px;
  }

  .page-h1-01 {
    font-size: 40px;
    line-height: 80px;
  }

  .p-page-lead {
    width: 42%;
  }

  .about-link-btn {
    color: var(--white);
    padding: 12px 18px 12px 24px;
    font-size: 16px;
  }

  .about-link-btn.a02 {
    margin-top: -20px;
  }

  .about-link-btn.a01, .about-link-btn.a03 {
    margin-top: -80px;
  }

  .about-outlinks {
    background-color: var(--blue);
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 200px;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .about-outink-btn {
    padding-left: 42px;
  }

  .outlink-txt {
    font-size: 18px;
    line-height: 32px;
  }

  .outlink-arrow {
    width: 18px;
    font-size: 14px;
  }

  .entry-wp {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .entry-txtbox {
    padding-bottom: 12px;
  }

  .top-h2-05 {
    font-size: 44px;
    line-height: 56px;
  }

  .p-entry-txt {
    font-size: 16px;
  }

  .backtotop-box {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .backtotop-logo-box {
    width: 380px;
  }

  .sec-page-full {
    justify-content: flex-start;
    align-items: center;
  }

  .message-cont-01 {
    max-width: 980px;
  }

  .group-corpbox {
    max-width: 820px;
    padding: 32px 64px;
  }

  .group-h2-01 {
    margin-bottom: 32px;
    font-size: 30px;
  }

  .group-p-main {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 32px;
  }

  .gropu-link-byn {
    margin-bottom: -48px;
    margin-right: -92px;
    padding: 14px 20px 14px 28px;
  }

  .group-linkbox-txt {
    font-size: 18px;
  }

  .top-link04-btn {
    color: var(--white);
    padding: 14px 24px 16px 32px;
    font-size: 18px;
    text-decoration: none;
  }

  .top-link04-btn.link01 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
  }

  .page-link-btn {
    padding: 14px 24px 16px 32px;
    font-size: 18px;
    text-decoration: none;
  }

  .page-link-btn.link01 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
  }

  .sec-work-01 {
    justify-content: flex-start;
    align-items: center;
  }

  .work-h2-01 {
    font-size: 40px;
    line-height: 56px;
  }

  .p-main {
    font-size: 16px;
    line-height: 32px;
  }

  .work-block-subtitle-txt {
    font-size: 22px;
    line-height: 32px;
  }

  .sec-work-02 {
    padding-top: 10px;
    padding-bottom: 180px;
  }

  .work-linkbox-p-wp {
    margin-top: -400px;
  }

  .work-link-btn {
    margin-top: -36px;
    padding: 10px 20px 10px 42px;
    font-size: 16px;
  }

  .work-link-btn.a02 {
    margin-top: -20px;
  }

  .work-link-btn.a01, .work-link-btn.a03 {
    margin-top: -80px;
  }

  .work-link-txt {
    font-size: 24px;
    line-height: 40px;
  }

  .work-link-arrow {
    width: 20px;
    margin-left: 22px;
  }

  .work-p-link-sub {
    font-size: 16px;
  }

  .p-work-lead {
    max-width: 460px;
    font-size: 16px;
    line-height: 32px;
  }

  .sec-work-cont {
    max-width: 1920px;
  }

  .work-img-flame-right {
    border-style: none;
  }

  .p-work {
    font-size: 16px;
    line-height: 32px;
  }

  .work-img-flame-left {
    border-style: none;
  }

  .sec-page-nomal {
    padding-left: 14%;
    padding-right: 14%;
  }

  .page-cont {
    max-width: 1920px;
  }

  .page-cont.entry {
    width: 1080px;
    max-width: 1080px;
  }

  .page-h2-style {
    font-size: 30px;
    line-height: 60px;
  }

  .p-nomal {
    font-size: 16px;
    line-height: 32px;
  }

  .workstyle-col-txtbox {
    padding-right: 92px;
  }

  .workstyle-h3 {
    font-size: 24px;
    line-height: 48px;
  }

  .page-block-wp {
    padding-bottom: 80px;
  }

  .p-nomal-page-lead {
    width: 60%;
  }

  .page-h2-entry {
    font-size: 30px;
    line-height: 60px;
  }

  .entry-imgbox {
    width: 80%;
    margin-top: -72px;
  }

  .entry-link-btn {
    margin-bottom: 32px;
    padding: 14px 24px 16px 32px;
    font-size: 18px;
    text-decoration: none;
  }

  .entry-link-btn.link01 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
  }

  .entry-linkbtn-wp {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .rt-component-container-2 {
    max-width: 1600px;
  }

  .voice-cls-linkbox {
    width: 200px;
    height: 278px;
  }

  .voice-cls-linkbox.vs01 {
    width: 200px;
  }

  .sec-page-voice-top {
    padding-left: 14%;
    padding-right: 14%;
  }

  .sec-page-voice-cot {
    padding-left: 0%;
    padding-right: 0%;
  }

  .voice-cont {
    max-width: 1920px;
  }

  .page-h2-voice {
    font-size: 30px;
    line-height: 60px;
  }

  .voice-columns {
    padding-bottom: 96px;
  }

  .voice-linkbox {
    width: 420px;
    margin-left: 64px;
    margin-right: 64px;
  }

  .voice-image-box {
    width: 420px;
    height: 315px;
  }

  .voice-th-wp {
    width: 420px;
  }

  .voice-index-txt {
    width: 74px;
    margin-right: 48px;
  }

  .voice-index-txt.vs01 {
    width: 94px;
  }

  .voice-index-txt.vl02 {
    width: 78px;
  }

  .voice-index-txt.vs04 {
    width: 75px;
  }

  .voice-index-txt.vs03 {
    width: 80px;
    margin-right: 44px;
  }

  .voice-index-name-box {
    margin-left: -32px;
    padding: 10px 62px 10px 24px;
  }

  .voice-index-name-txt, .voice-index-name-txt-b {
    font-size: 14px;
    line-height: 18px;
  }

  .voice-index-txt-box {
    height: 245px;
  }

  .voice-hero-wp {
    justify-content: flex-start;
    align-items: center;
    max-width: 1920px;
    display: flex;
  }

  .voice-hero-imgbox {
    border-width: 16px;
  }

  .voice-hero-banner {
    justify-content: flex-start;
    align-items: stretch;
  }

  .voice-hero-titlebox {
    padding-left: 92px;
  }

  .voice-h1 {
    font-size: 48px;
    line-height: 72px;
  }

  .voice-hero-name {
    font-size: 20px;
    line-height: 38px;
  }

  .voice-hero-gld {
    font-size: 18px;
    line-height: 32px;
  }

  .sec-voice-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .voice-main-cont {
    width: 920px;
  }

  .voice-h2-ctr {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Noto Sans JP, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .sec-special {
    justify-content: flex-start;
    align-items: center;
  }

  .special-cont {
    width: 1280px;
    max-width: 1280px;
  }

  .special-circle {
    width: 600px;
    height: 600px;
  }

  .special-circle.sp03 {
    width: 560px;
    height: 560px;
    margin-left: -42px;
  }

  .special-circle._02b {
    width: 560px;
    height: 560px;
    margin-top: 240px;
  }

  .special-circle._01 {
    margin-left: -80px;
  }

  .special-circle._07a, .special-circle._07b {
    width: 600px;
    height: 600px;
  }

  .special-01-number {
    font-size: 200px;
  }

  .span-class {
    font-size: 60px;
  }

  .special-h201 {
    font-size: 34px;
  }

  .special-title-wp {
    padding-bottom: 12px;
  }

  .special-p-circle {
    padding-left: 150px;
    padding-right: 150px;
    font-size: 16px;
    line-height: 30px;
  }

  .special-p-circle.wht {
    padding-left: 90px;
    padding-right: 90px;
    font-size: 16px;
  }

  .special-h2-02b {
    font-size: 34px;
  }

  .special-02-imgbox {
    width: 50%;
    max-width: 420px;
  }

  .special-02-img-wp {
    justify-content: flex-end;
    align-items: flex-start;
    width: 1280px;
    margin-top: 120px;
    padding-left: 0;
    padding-right: 120px;
  }

  .special-columns-03 {
    margin-top: -180px;
  }

  .special-03-img-wp {
    width: 50%;
  }

  .special-h2-03 {
    font-size: 34px;
  }

  .special-04-number {
    font-size: 160px;
  }

  .special-h2-04 {
    font-size: 34px;
  }

  .special-04-imgbox {
    margin-top: 62px;
  }

  .special-04-img-wp {
    width: 480px;
  }

  .special-04-subtxt {
    font-size: 30px;
    line-height: 40px;
  }

  .special-04-wp {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .special-04-male {
    width: 60%;
    padding-left: 12px;
  }

  .p-sp-04 {
    font-size: 16px;
    line-height: 24px;
  }

  .special-05-imgbox {
    width: 240px;
    margin-top: 100px;
    margin-right: -120px;
  }

  .special-05-number {
    font-size: 180px;
  }

  .special-h2-05 {
    font-size: 34px;
    line-height: 42px;
  }

  .special-06-imgbox {
    width: 700px;
    margin-top: -320px;
    margin-right: -200px;
  }

  .special-07-img-wp {
    padding-left: 0;
  }

  .special-07-imgbox {
    width: 16%;
    margin-right: 0;
  }

  .special-07a-number {
    font-size: 180px;
  }

  .special-07-txtimg {
    max-width: 380px;
  }

  .special-h2-07a {
    font-size: 34px;
    line-height: 40px;
  }

  .special-circle-blue {
    width: 520px;
    height: 520px;
  }

  .special-08-number {
    font-size: 180px;
  }

  .special-h2-08 {
    font-size: 34px;
    line-height: 40px;
  }

  .p-sp-08 {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }

  .special-08-subtxt {
    font-size: 30px;
    line-height: 42px;
  }

  .rt-navbar-contact-wrapper {
    display: flex;
  }

  .rt-navbar-wrapper-3 {
    grid-template-columns: 350px 1fr 350px;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .rt-brand-2 {
    padding-left: 15px;
  }

  .rt-vertical-align {
    flex-flow: column;
    display: flex;
  }

  .rt-nav-menus {
    max-width: 600px;
  }

  .rt-navbar-conmtact-and-humburgger {
    border-left-style: solid;
  }

  .rt-nav-contact-number {
    height: 27px;
    overflow: hidden;
  }

  .rt-navi-txt, .text-block-2 {
    font-size: 16px;
  }

  .navi-cont-05 {
    justify-content: space-around;
  }

  .navbar-wrapper {
    max-width: 1400px;
  }

  .work-link-columns {
    margin-top: 198px;
  }

  .work-img-flame-right-sq {
    border-style: none;
  }

  .h2-entry-01 {
    font-size: 18px;
  }

  .p-entry-main {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 30px;
  }

  .entry-btn {
    margin-bottom: 64px;
    padding: 14px 24px 16px 32px;
    font-size: 18px;
    text-decoration: none;
  }

  .entry-btn.link01 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
  }

  .submit-btn {
    margin-bottom: 64px;
    padding: 14px 24px 16px 32px;
    font-size: 18px;
    text-decoration: none;
  }

  .submit-btn.link01 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
  }

  .rt-home-four-my-work-marquee-main-2 {
    justify-content: center;
    align-items: center;
  }

  .rt-home-four-my-work-marquee-block-2.rt-underline-off-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-four-my-work-marquee-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-home-four-my-work-marquee-image-2 {
    width: 420px;
    min-width: 420px;
    height: 420px;
  }

  .rt-features-cards-2, .rt-features-image-3 {
    width: 400px;
    height: 400px;
  }

  .message-img-box {
    width: 280px;
  }

  .image-7 {
    border: 1px #000;
  }

  .message-cont-img-box {
    min-height: 440px;
  }

  .about-wp {
    max-width: 1980px;
  }

  .top-cont-03-wp {
    max-width: 1780px;
  }
}

@media screen and (min-width: 1920px) {
  .header-logo {
    width: 380px;
  }

  .rec-btn-txt {
    font-size: 18px;
    line-height: 32px;
  }

  .sec-top-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .top-hero-main {
    background-size: cover;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-top-copy {
    font-size: 112px;
    line-height: 142px;
  }

  .top-hero-main-img {
    width: 520px;
  }

  .top-hero-column {
    margin-top: -80px;
    padding-bottom: 0;
  }

  .top-hero-02-linkbox {
    margin-bottom: -120px;
  }

  .sec-top-voice {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .voice-bg-flame {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .p-voice-lead {
    font-size: 16px;
  }

  .p-top-04.mb03 {
    font-size: 16px;
    line-height: 32px;
  }

  .sec-work-01 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .work-cont-01 {
    width: 100%;
    max-width: 1440px;
  }

  .work-linkbox-p-wp, .work-linkbox-p-wp.work02 {
    margin-top: -480px;
  }

  .work-img-flame-right {
    border-style: none;
    width: 90%;
  }

  .sec-page-nomal.blue {
    justify-content: flex-start;
    align-items: center;
  }

  .page-cont {
    width: 100%;
    max-width: 1382.41px;
  }

  .page-cont.entry {
    width: 1280px;
  }

  .sec-page-voice-top {
    width: 100%;
  }

  .sec-page-voice-cot {
    justify-content: flex-start;
    align-items: center;
  }

  .voice-cont {
    overflow: hidden;
  }

  .sec-voice-main {
    padding-left: 5%;
    padding-right: 5%;
  }

  .voice-main-cont {
    width: 920px;
  }

  .special-cont {
    width: 1440px;
    max-width: 1440px;
  }

  .special-04-imgbox {
    width: 800px;
  }

  .special-04-img-wp {
    width: 500px;
  }

  .special-04-female {
    padding-left: 24%;
  }

  .rt-nav-one-wrap {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .rt-navbar-wrapper-3 {
    max-width: 1400%;
  }

  .rt-brand-2.w--current {
    padding-left: 40px;
  }

  .rt-navbar-4 {
    z-index: 10;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .rt-header-2.rt-change-padding {
    z-index: 8;
  }

  .rt-dropdown-toggle-3 {
    padding-right: 20px;
  }

  .navbar-wrapper {
    max-width: 1600px;
  }

  .navi-linktxt-a, .navi-linktxt-b {
    font-size: 18px;
    line-height: 32px;
  }

  .image-4 {
    width: 100%;
  }

  .work-link-columns {
    max-width: 1440px;
  }

  .work-img-flame-right-sq {
    width: 90%;
  }

  .work-img-flame-sq-left {
    border-style: none;
  }

  .h2-entry-01 {
    width: 20%;
  }

  .entry-list-itemsbox {
    width: 78%;
  }

  .rt-component-section-3.rt-overflow-hidden-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .rt-home-four-my-work-marquee-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-four-my-work-marquee-image-2 {
    width: 450px;
    min-width: 450px;
    height: 450px;
  }

  .rt-features-cards-2 {
    border: 1px solid var(--gray);
    width: 480px;
    height: 480px;
  }

  .rt-features-image-3 {
    width: 480px;
    height: 480px;
  }

  .message-cont-img-box {
    height: auto;
    min-height: 400px;
  }

  .work-wp {
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .top-cont-03-wp {
    max-width: 1800px;
  }
}

@media screen and (max-width: 991px) {
  .sec-header {
    z-index: 900;
    background-color: #fff;
    display: block;
    position: relative;
  }

  .div-header-lap {
    padding: 0 0 0 18px;
  }

  .header-logo {
    width: 240px;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
    padding-top: 12px;
  }

  .recruit-logo {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
  }

  .recruit-logo-txt {
    font-size: 12px;
  }

  .header-navi-list {
    flex-flow: column;
    align-items: flex-end;
    display: none;
    position: absolute;
  }

  .h-navi-box {
    color: #fff;
  }

  .h-navi-box:hover {
    border-bottom-color: #fff;
  }

  .navi-txt-a {
    color: #fff;
  }

  .header-rec-btn {
    margin-left: 0;
    padding: 6px 10px 6px 12px;
    display: flex;
  }

  .rec-btn-txt {
    font-size: 13px;
  }

  .rec-btn-img {
    width: 16px;
  }

  .header-navi-humberger {
    display: block;
  }

  .mobile-navi-hmbg {
    border: 1px #707070;
    border-radius: 14px;
    width: 72px;
    margin-left: 24px;
    padding: 10px 16px;
    display: block;
  }

  .sec-navigation-box {
    z-index: 800;
    background-color: #ba3924;
    justify-content: flex-end;
    width: 100%;
    margin-top: -120px;
    display: flex;
    position: absolute;
  }

  .header-navi-mobile-box {
    background-color: var(--red);
    flex-flow: row;
    align-items: stretch;
    padding: 4px 18px 6px 20px;
    display: flex;
    position: static;
  }

  .header-navi-wp {
    background-color: var(--red);
    justify-content: flex-end;
    display: flex;
  }

  .navi-stats {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .navi-menu-box {
    background-color: #ece3c9;
    justify-content: flex-start;
  }

  .menu-button {
    padding: 18px;
  }

  .menu-button.w--open {
    background-color: #ece3c9;
  }

  .footer-logo-box {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-cont-01 {
    display: block;
  }

  .sec-top-hero {
    padding-top: 48px;
  }

  .p-top-copy {
    font-size: 56px;
    line-height: 72px;
  }

  .top-hero-main-img {
    width: 32%;
  }

  .top-hero-column {
    padding-bottom: 0;
    padding-left: 18%;
  }

  .top-hero-02-linkbox {
    flex-flow: column;
    align-items: flex-start;
    width: 38%;
    margin-left: 15%;
    text-decoration: none;
    display: flex;
  }

  .footer-navi-list-box {
    width: 100%;
  }

  .top-link-btn {
    background-color: #070707;
    align-items: center;
    display: flex;
  }

  .top-link-btn.link02 {
    text-decoration: none;
  }

  .top-link-txt {
    font-family: Noto Sans JP, sans-serif;
  }

  .top-link-arrow {
    width: 14px;
    margin-left: 8px;
  }

  .top-hero-03-linkbox {
    text-decoration: none;
  }

  .voice-slide-wp {
    margin-left: -25%;
    margin-right: -25%;
  }

  .cont-two-columns {
    justify-content: center;
    align-items: center;
  }

  .p-page-lead {
    width: 70%;
    font-size: 16px;
    line-height: 32px;
  }

  .about-link-btn {
    color: var(--white);
    background-color: #070707;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding: 8px 12px 8px 16px;
    font-size: 12px;
    display: flex;
  }

  .about-link-btn.a01 {
    margin-top: -56px;
    margin-left: 10%;
  }

  .about-link-btn.a03 {
    margin-top: -56px;
    margin-right: 8%;
  }

  .about-outink-btn {
    align-items: center;
    display: flex;
  }

  .outlink-txt {
    color: #fff;
    font-family: Noto Sans JP, sans-serif;
  }

  .outlink-arrow {
    width: 16px;
    margin-left: 8px;
  }

  .entry-wp {
    padding-left: 0;
    padding-right: 0;
  }

  .entry-txtbox {
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .top-h2-05 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  .sec-page-full {
    padding-left: 6%;
    padding-right: 6%;
  }

  .message-cont-01 {
    max-width: 820px;
    padding: 32px 72px 0;
  }

  .page-h1-ss {
    font-size: 16px;
  }

  .message-p-box {
    margin-top: 32px;
    margin-bottom: 48px;
  }

  .page-h2-cc {
    font-size: 24px;
  }

  .message-p-blue {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .sec-group-01 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .link-arrow {
    width: 14px;
    margin-left: 8px;
  }

  .top-link04-btn {
    background-color: #070707;
    align-items: center;
    display: flex;
  }

  .page-mb-linkbox-wp {
    display: none;
  }

  .page-link-btn {
    background-color: #070707;
    align-items: center;
    display: flex;
  }

  .sec-work-01 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 72px;
  }

  .work-block {
    margin-bottom: 48px;
    padding: 24px 32px 12px;
  }

  .work-h2-01 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .work-block-subtitle {
    margin-bottom: 24px;
  }

  .work-block-subtitle-txt {
    font-size: 16px;
  }

  .sec-work-02 {
    background-image: url('../images/work-bg-mb-c06.jpg');
    background-position: 0 25%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .work-link-column-50.work01 {
    width: 100%;
    padding-bottom: 72px;
    padding-right: 0;
  }

  .work-link-column-50.work02 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding-left: 0;
  }

  .work-linkbox {
    width: 65%;
  }

  .work-linkbox-btn-wp {
    padding-right: 20px;
  }

  .work-linkbox-btn-wp.work02 {
    padding-left: 20px;
  }

  .work-link-btn {
    background-color: #070707;
    align-items: center;
    margin-top: -24px;
    margin-left: 0;
    padding: 10px 18px 10px 28px;
    font-size: 12px;
    display: flex;
  }

  .work-link-btn.a01 {
    margin-top: -56px;
    margin-left: 10%;
  }

  .work-link-btn.a03 {
    margin-top: -56px;
    margin-right: 8%;
  }

  .work-link-txt {
    color: #fff;
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
    line-height: 32px;
  }

  .work-link-arrow {
    width: 20px;
    margin-left: 24px;
  }

  .sec-work-hero {
    background-image: url('../images/work-land-mbhero-img-02.jpg');
    background-position: 50% 100%;
    margin-bottom: 32px;
  }

  .sec-work-hero.sea {
    background-image: url('../images/work-sea-mb-img-01.jpg');
  }

  .sec-work-cont {
    margin-bottom: 32px;
    padding-left: 8%;
  }

  .sec-work-cont.left {
    padding-right: 8%;
  }

  .work-column-txtbox {
    width: 58%;
    padding-right: 24px;
  }

  .work-column-txtbox.left {
    padding-left: 24px;
  }

  .work-column-imgbox {
    width: 42%;
  }

  .page-h2-work {
    font-size: 24px;
  }

  .sec-page-nomal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .workstyle-col-txtbox {
    padding-right: 32px;
  }

  .p-nomal-page-lead {
    width: 70%;
    font-size: 16px;
    line-height: 32px;
  }

  .entry-imgbox {
    width: 80%;
  }

  .entry-link-btn {
    background-color: #070707;
    align-items: center;
    display: flex;
  }

  .sec-page-voice-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sec-page-voice-cot {
    padding-left: 0;
    padding-right: 0;
  }

  .voice-cont {
    padding-left: 12px;
    padding-right: 12px;
  }

  .voice-linkbox {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    display: block;
  }

  .voice-image-box {
    width: 280px;
    height: 210px;
  }

  .voice-th-wp {
    width: 100%;
  }

  .voice-index-txt {
    width: 56px;
    margin-right: 6px;
  }

  .voice-index-txt.vs01 {
    margin-right: 6px;
  }

  .voice-index-txt.vs04 {
    width: 60px;
  }

  .voice-index-txt-box {
    height: 154px;
  }

  .voice-hero-imgbox {
    border-width: 8px;
    width: 50%;
  }

  .voice-hero-titlebox {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 48px;
  }

  .voice-h1 {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 48px;
  }

  .sec-voice-main {
    padding-left: 8%;
    padding-right: 8%;
  }

  .sec-special {
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }

  .special-cont {
    width: 800px;
    max-width: 800px;
  }

  .special-columns-01 {
    padding-left: 0;
  }

  .special-circle {
    width: 300px;
    height: 300px;
  }

  .special-circle.sp03 {
    width: 320px;
    height: 320px;
  }

  .special-circle._02b {
    width: 320px;
    height: 320px;
    margin-left: -20px;
  }

  .special-circle._02a {
    width: 320px;
    height: 320px;
  }

  .special-circle._01 {
    margin-left: -32px;
  }

  .special-circle._05 {
    width: 340px;
    height: 340px;
  }

  .special-circle._07a {
    width: 340px;
    height: 340px;
    margin-right: -20px;
  }

  .special-circle._07b {
    width: 360px;
    height: 360px;
  }

  .special-circle._04 {
    width: 400px;
    height: 400px;
  }

  .special-01-number {
    font-size: 100px;
  }

  .special-01-number._03 {
    font-size: 92px;
  }

  .span-class._04 {
    font-size: 36px;
  }

  .special-h201 {
    font-size: 20px;
    line-height: 28px;
  }

  .special-title-wp._04 {
    padding-top: 0;
  }

  .special-p-circle {
    text-shadow: 2px 2px 1px #fff;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
  }

  .special-p-circle.wht {
    text-shadow: none;
  }

  .special-p-circle._04 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .special-columns-03 {
    margin-top: -72px;
  }

  .special-03-img-wp {
    width: 50%;
  }

  .special-h2-03 {
    font-size: 20px;
    line-height: 28px;
  }

  .special-columns-04 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .special-04-number {
    font-size: 90px;
  }

  .special-h2-04 {
    font-size: 20px;
  }

  .special-04-imgbox {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: -48px;
    padding-left: 0;
  }

  .special-04-img-wp {
    width: 320px;
  }

  .special-04-female {
    padding-left: 0%;
  }

  .special-04-wp {
    flex-flow: column;
    margin-top: -24px;
  }

  .special-04-male {
    width: 70%;
    margin-top: 12px;
    margin-left: 30%;
    padding-left: 0%;
  }

  .special-columns-05 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .special-05-imgbox {
    width: 120px;
    margin-top: 64px;
    margin-right: -48px;
  }

  .special-columns-06 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .special-06-imgbox {
    width: 400px;
    margin-top: -180px;
    margin-right: -20px;
  }

  .special-07-img-wp {
    padding-right: 42px;
  }

  .special-07-imgbox {
    width: 18%;
    margin-right: 0%;
  }

  .special-columns-08 {
    margin-top: -24px;
  }

  .rt-nav-one {
    display: none;
  }

  .rt-menu-button {
    padding: 0;
  }

  .rt-menu-button.w--open {
    background-color: #c8c8c800;
  }

  .rt-hamburger-3 {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding-left: 15px;
    display: flex;
  }

  .rt-menu-bar {
    background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .rt-menu-bar.rt-bar-three {
    margin-bottom: 0;
  }

  .rt-dropdown-list-7 {
    border-style: none;
    padding-top: 0;
    position: static;
  }

  .rt-navbar-contact-wrapper {
    display: none;
  }

  .rt-dropdown-4 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .rt-navbar-wrapper-3 {
    justify-content: space-between;
    align-items: center;
  }

  .rt-brand-2 {
    height: 70px;
  }

  .rt-dropdown-link-3:hover {
    color: #000;
    transform: none;
  }

  .rt-dropdown-link-3.w--current {
    color: #15111c;
  }

  .rt-nav-menus {
    background-color: #f4e9ea;
    flex-flow: column;
    max-width: 100%;
    display: none;
    position: absolute;
    inset: 100% auto auto 0%;
  }

  .rt-dropdown-toggle-two {
    justify-content: space-between;
    align-items: center;
  }

  .rt-dropdown-list-wrapper {
    padding-left: 15px;
  }

  .rt-grid-2 {
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .rt-hamburger-line-three {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-hamburger-line-three.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger-line-one {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .rt-hamburger-line-one.rt-change-line-bg-color {
    background-color: #0d1018;
    width: 28px;
    height: 2px;
    line-height: 20px;
  }

  .rt-button-13.rt-underline-off-2.rtresponsive-display-off {
    display: none;
  }

  .rt-haamburger-line-two {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-haamburger-line-two.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger {
    justify-content: flex-end;
    display: flex;
  }

  .rt-menu-hamburger-main {
    z-index: 99;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .rt-menu-hamburger-main.rt-padding-right-off {
    padding: 12px 14px;
  }

  .rt-responsive-display-off {
    display: none;
  }

  .navi-blc-wp {
    justify-content: space-between;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 1000;
    padding-top: 6px;
  }

  .navi-cont-05 {
    min-width: 100%;
    max-width: 728px;
  }

  .navbar-wrapper {
    min-width: 100%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navi-linktxt-a {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown, .nav-dropdown-toggle.w--open {
    text-decoration: none;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navi-linktxt-b {
    color: var(--base);
    text-decoration: none;
  }

  .work-link-columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 64px;
    display: flex;
  }

  .work-img-flame-right-sq {
    border-style: none;
    display: block;
  }

  .work-img-flame-sq-left {
    border-style: none;
  }

  .entry-btn, .submit-btn {
    background-color: #070707;
    align-items: center;
    display: flex;
  }

  .message-img-box {
    width: 200px;
  }

  .work-wp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .recruit-logo-txt {
    font-size: 10px;
  }

  .footer-logo {
    width: 200px;
  }

  .footer-logo-corprate-site {
    font-size: 10px;
  }

  .top-hero-lead-txt-wp {
    padding-right: 10px;
  }

  .p-top-copy {
    margin-top: -24px;
    font-size: 38px;
    line-height: 48px;
  }

  .p-top-lead {
    font-size: 14px;
  }

  .top-hero-column {
    padding-bottom: 0;
    padding-left: 10%;
    padding-right: 10px;
  }

  .top-hero-02-linkbox {
    width: 55%;
    display: none;
  }

  .sec-top-cont {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .top-link-btn.link04 {
    display: none;
  }

  .top-link-btn.mb02 {
    margin-top: 0;
    margin-bottom: 48px;
    position: absolute;
  }

  .top-link-btn.mb04 {
    margin-bottom: 48px;
    position: absolute;
  }

  .top-link-txt {
    font-size: 18px;
    line-height: 32px;
  }

  .top-link-arrow {
    margin-left: 10px;
  }

  .voice-name-box {
    margin-left: -24px;
  }

  .voice-underbox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .voice-top-lead-box {
    width: auto;
  }

  .p-voice-lead {
    padding-left: 26px;
    padding-right: 26px;
    line-height: 28px;
  }

  .cont-two-columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .top-hero-04-imgbox {
    width: 100%;
    display: none;
  }

  .top-hero-04-txtbox {
    width: 100%;
    padding-bottom: 42px;
    padding-right: 0;
  }

  .p-top-04 {
    margin-right: 36px;
    padding-left: 36px;
    padding-right: 48px;
  }

  .p-top-04.mb03 {
    margin-left: 36px;
    padding-left: 48px;
    padding-right: 0;
  }

  .sec-top-cont-2columns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-page-lead {
    width: 80%;
  }

  .page-linkbox-column3 {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .about-link-btn.a01 {
    margin-top: -42px;
  }

  .about-link-btn.a03 {
    margin-top: -56px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .page-linkbox-1col {
    padding-bottom: 64px;
  }

  .sec-spacer-about {
    display: none;
  }

  .sec-entry {
    padding-left: 20px;
    padding-right: 20px;
  }

  .entry-txtbox {
    padding-top: 10px;
    padding-bottom: 4px;
  }

  .top-h2-05 {
    font-size: 24px;
    line-height: 32px;
  }

  .p-entry-txt {
    font-size: 12px;
  }

  .backtotop-logo-box {
    width: 280px;
  }

  .sec-mbile-cont {
    padding-bottom: 80px;
    display: block;
  }

  .mb-top-02-wp {
    margin-bottom: 48px;
  }

  .top-h2-02mb {
    text-align: center;
  }

  .mb-top-02-linkbox {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 36px;
    margin-right: 36px;
    display: flex;
  }

  .mb-top-02-img {
    border: 2px solid var(--gray);
    margin-right: 48px;
  }

  .mb-top-03-img {
    border: 2px solid var(--gray);
    margin-left: 48px;
  }

  .mb-top-03-linkbox {
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 36px;
    margin-right: 36px;
    display: flex;
  }

  .mb-top-04-img {
    border: 2px solid var(--gray);
    margin-left: 48px;
  }

  .mb-top-04-linkbox {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 36px;
    margin-right: 36px;
    display: flex;
  }

  .mb-voice-slide {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .slider {
    display: flex;
  }

  .top-h2-03mb {
    text-align: center;
  }

  .sec-page-full {
    padding-top: 92px;
    padding-bottom: 114px;
  }

  .message-sig-01 {
    font-size: 14px;
  }

  .message-sig-name {
    font-size: 18px;
  }

  .message-sig-02 {
    font-size: 14px;
  }

  .sec-group-01 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .group-h2-01 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .top-link04-btn.link04 {
    display: none;
  }

  .top-link04-btn.mb02 {
    margin-top: 0;
    margin-bottom: 48px;
    position: absolute;
  }

  .top-link04-btn.mb04 {
    margin-bottom: 48px;
    position: absolute;
  }

  .page-mb-linkbox-wp {
    display: none;
  }

  .mb-about-linkbox {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 36px;
    margin-right: 36px;
    display: flex;
  }

  .mb-about-img {
    border: 2px solid var(--gray);
    margin-right: 48px;
  }

  .page-link-btn.link04 {
    display: none;
  }

  .page-link-btn.mb02 {
    margin-top: 0;
    margin-bottom: 48px;
    position: absolute;
  }

  .page-link-btn.mb04 {
    margin-bottom: 48px;
    position: absolute;
  }

  .page-link-btn.mb01 {
    margin-top: 0;
    margin-bottom: 48px;
    position: absolute;
  }

  .span-pc-br {
    display: block;
  }

  .sec-work-01 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .work-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .p-main {
    line-height: 24px;
  }

  .sec-work-02 {
    background-image: url('../images/work-bg-mb-c06.jpg');
    background-position: 50% 25%;
    background-size: cover;
  }

  .work-linkbox {
    width: 70%;
  }

  .work-link-btn {
    padding: 8px 10px 8px 18px;
  }

  .work-link-btn.a01 {
    margin-top: -42px;
  }

  .work-link-btn.a03 {
    margin-top: -56px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .work-link-txt {
    font-size: 16px;
    line-height: 20px;
  }

  .work-link-arrow {
    width: 14px;
    margin-left: 10px;
  }

  .sec-work-cont {
    flex-flow: column;
    padding-bottom: 48px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .sec-work-cont.left {
    flex-flow: column-reverse;
    padding-left: 34px;
    padding-right: 34px;
  }

  .work-column-txtbox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .work-column-txtbox.left {
    padding-left: 0;
    padding-right: 0;
  }

  .work-column-imgbox {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .work-column-imgbox.left {
    padding-left: 0;
    padding-right: 0;
  }

  .work-img-flame-right {
    border-right-style: solid;
    width: 100%;
  }

  .p-work {
    line-height: 24px;
  }

  .work-img-flame-left {
    border-left-style: solid;
    width: 100%;
  }

  .sec-page-nomal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .p-nomal {
    line-height: 24px;
  }

  .workstyle-col-txtbox {
    padding-right: 32px;
  }

  .p-nomal-page-lead {
    width: 80%;
  }

  .entry-imgbox {
    width: 100%;
  }

  .entry-link-btn {
    padding-left: 24px;
    padding-right: 16px;
  }

  .entry-link-btn.link04 {
    display: none;
  }

  .entry-link-btn.mb02 {
    margin-top: 0;
    margin-bottom: 48px;
    position: absolute;
  }

  .entry-link-btn.mb04 {
    margin-bottom: 48px;
    position: absolute;
  }

  .entry-linkbtn-wp {
    width: 80%;
  }

  .rt-feautures-card-overlay {
    height: 20%;
    bottom: -6%;
  }

  .rt-feautures-card-overlay.rt-card-orange-overlay {
    bottom: -5%;
  }

  .rt-features-cards {
    justify-content: flex-end;
    align-items: stretch;
    width: 100vw;
    max-width: none;
  }

  .rt-features-image {
    width: 100%;
  }

  .rt-features-information {
    padding-bottom: 10px;
  }

  .rt-marquee-train-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
    display: none;
  }

  .rt-component-container-2 {
    display: block;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-feautures-card-overlay-2 {
    height: 20%;
    bottom: -6%;
  }

  .rt-feautures-card-overlay-2.rt-card-orange-overlay {
    bottom: -5%;
  }

  .rt-features-wrapper-2 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    padding-right: 42px;
  }

  .voice-cls-linkbox {
    justify-content: flex-end;
    align-items: stretch;
    width: 160px;
    max-width: none;
    height: 223px;
  }

  .rt-features-image-2 {
    width: 100%;
  }

  .rt-features-information-2 {
    padding-bottom: 10px;
  }

  .rt-marquee-train-4box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
  }

  .sec-page-voice-top, .sec-page-voice-cot {
    padding-left: 24px;
    padding-right: 24px;
  }

  .voice-linkbox {
    width: 240px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .voice-image-box {
    width: 240px;
    height: 180px;
  }

  .voice-index-name-box {
    margin-left: -24px;
  }

  .voice-index-txt-box {
    height: 120px;
  }

  .voice-hero-imgbox {
    border-width: 8px;
    display: none;
    box-shadow: -5px 5px #d6d6d6;
  }

  .voice-hero-banner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
  }

  .voice-hero-titlebox {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .voice-hero-mb-imgbox {
    width: 108%;
    margin-bottom: 48px;
    display: block;
  }

  .special-cont {
    width: 100%;
    max-width: 620px;
  }

  .special-columns-01 {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .special-circle {
    width: 260px;
    height: 260px;
  }

  .special-circle.sp03 {
    width: 300px;
    height: 300px;
    margin-left: -20px;
  }

  .special-circle._02b {
    width: 280px;
    height: 280px;
    margin-left: 0;
  }

  .special-circle._02a {
    width: 280px;
    height: 280px;
    margin-left: -24px;
  }

  .special-circle._01 {
    margin-left: -20px;
  }

  .special-circle._05 {
    width: 300px;
    height: 300px;
  }

  .special-circle._07a, .special-circle._07b {
    width: 280px;
    height: 280px;
  }

  .special-circle._04 {
    width: 320px;
    height: 320px;
  }

  .special-img-wp {
    width: 40%;
    margin-top: 0;
  }

  .special-01-number {
    font-size: 72px;
  }

  .span-class, .span-class._04 {
    font-size: 24px;
  }

  .special-title-wp._04 {
    padding-bottom: 0;
  }

  .special-title-wp._07b {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .special-title-wp._05 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .special-title-wp._08 {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .special-p-circle {
    padding-left: 42px;
    padding-right: 42px;
    font-size: 12px;
    line-height: 20px;
  }

  .special-p-circle._04 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .special-columns-03 {
    margin-top: 0;
  }

  .special-columns-04 {
    margin-top: -12px;
  }

  .special-04-number {
    font-size: 68px;
  }

  .special-h2-04 {
    font-size: 18px;
    line-height: 24px;
  }

  .special-04-img-wp {
    width: 280px;
  }

  .special-04-wp {
    margin-top: -12px;
  }

  .special-05-number {
    font-size: 92px;
  }

  .special-h2-05 {
    font-size: 20px;
  }

  .special-06-imgbox {
    width: 60%;
    margin-top: -160px;
    margin-right: 0;
  }

  .special-07-img-wp {
    margin-top: -80px;
    padding-right: 24px;
  }

  .special-07-imgbox {
    width: 80px;
    max-width: 80px;
  }

  .special-07a-number {
    font-size: 92px;
    line-height: .6em;
  }

  .special-07-txtimg {
    width: 90%;
    max-width: 220px;
  }

  .special-h2-07b {
    font-size: 20px;
    line-height: 24px;
  }

  .special-h2-07a {
    font-size: 20px;
  }

  .special-columns-08 {
    padding-left: 24px;
  }

  .special-circle-blue {
    width: 320px;
    height: 320px;
  }

  .special-08-number {
    font-size: 92px;
  }

  .special-h2-08 {
    font-size: 20px;
    line-height: 22px;
  }

  .special-08-subtxt {
    font-size: 18px;
  }

  .sc-wp {
    margin-right: -12px;
  }

  .rt-site-logo {
    width: 150px;
    height: auto;
  }

  .rt-brand-2.w--current {
    padding: 0;
  }

  .rt-autofit-3 {
    height: auto;
  }

  .rt-agentic {
    padding-left: 0;
  }

  .navbar-logo-left {
    background-color: var(--white);
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 6px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-wrapper {
    min-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navi-linktxt-a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .sp-07-wp {
    margin-top: -80px;
  }

  .work-img-flame-right-sq, .work-img-flame-sq-left {
    border-style: none;
    width: 100%;
  }

  .entry-btn {
    padding-left: 24px;
    padding-right: 16px;
  }

  .entry-btn.link04 {
    display: none;
  }

  .entry-btn.mb02 {
    margin-top: 0;
    margin-bottom: 48px;
    position: absolute;
  }

  .entry-btn.mb04 {
    margin-bottom: 48px;
    position: absolute;
  }

  .select-f-bd-y, .select-f-bd-m, .select-class-0101, .select-class-0201, .select-class-0301.nolavel {
    background-color: var(--white);
    border-radius: 6px;
  }

  .submit-btn {
    padding-left: 24px;
    padding-right: 16px;
  }

  .submit-btn.link04 {
    display: none;
  }

  .submit-btn.mb02 {
    margin-top: 0;
    margin-bottom: 48px;
    position: absolute;
  }

  .submit-btn.mb04 {
    margin-bottom: 48px;
    position: absolute;
  }

  .rt-component-section-3.rt-overflow-hidden {
    padding: 42px 5px 80px;
  }

  .rt-autofit-5 {
    height: auto;
  }

  .rt-home-four-my-work-marquee-main-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-home-four-my-work-marquee-image-2 {
    width: 200px;
    min-width: 200px;
    height: 200px;
  }

  .rt-feautures-card-overlay-3 {
    height: 20%;
    bottom: -6%;
  }

  .rt-feautures-card-overlay-3.rt-card-orange-overlay {
    bottom: -5%;
  }

  .rt-features-wrapper-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-features-cards-2 {
    justify-content: flex-end;
    align-items: stretch;
    width: 200px;
    max-width: none;
    height: 200px;
  }

  .rt-features-image-3 {
    width: 100%;
    height: 100%;
  }

  .rt-features-information-3 {
    padding-bottom: 10px;
  }

  .rt-marquee-train-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
  }

  .message-sig-colmns {
    margin-top: -26px;
    margin-right: 40%;
  }

  .message-img-box {
    width: 140px;
  }

  .image-8 {
    border: 1px #000;
  }

  .message-cont-img-box {
    background-position: 90% 100%;
  }
}

@media screen and (max-width: 479px) {
  .header-logo {
    width: 180px;
  }

  .brand {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .recruit-logo {
    margin-left: 8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }

  .recruit-logo-txt {
    font-size: 10px;
  }

  .header-rec-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    display: flex;
  }

  .navi-stats {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button, .menu-button.w--open {
    padding: 10px 12px;
  }

  .navi-links-on {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-site-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .footer-logo-corprate-site {
    display: block;
  }

  .footer-navi-links {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
  }

  .sec-top-hero {
    padding-bottom: 42px;
  }

  .top-hero-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: 400px;
    display: flex;
  }

  .top-hero-lead-txt-wp {
    z-index: 400;
    padding-right: 0;
    position: relative;
  }

  .p-top-copy {
    font-size: 32px;
    line-height: 42px;
  }

  .top-hero-main-img {
    width: 50%;
    min-width: 150px;
    margin-bottom: -10px;
  }

  .top-hero-column {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 8%;
  }

  .top-hero-02-linkbox {
    display: none;
  }

  .footer-navi-list-box {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 24px;
  }

  .sec-top-cont, .top-link-btn.link04 {
    display: none;
  }

  .top-link-btn.mb02 {
    margin-bottom: 12px;
  }

  .top-link-btn.mb04 {
    margin-bottom: 24px;
  }

  .top-link-txt {
    font-size: 16px;
  }

  .voice-bg-flame {
    background-size: 1000px;
  }

  .top-h2 {
    font-size: 26px;
  }

  .voice-slide-box {
    display: none;
  }

  .p-voice-lead {
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-hero-04-imgbox {
    display: none;
  }

  .top-hero-04-txtbox {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .top-h2-04 {
    text-align: center;
  }

  .p-top-04 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 24px;
  }

  .p-top-04.mb03 {
    margin-left: 0;
    padding-left: 24px;
  }

  .sec-page-top {
    background-color: #e3eef4;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .page-h1-wp {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .page-h1-01 {
    font-size: 26px;
  }

  .page-lead-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-page-lead {
    width: auto;
    font-size: 14px;
    line-height: 28px;
  }

  .page-linkbox-column3, .sec-spacer-about {
    display: none;
  }

  .about-outlinks-wp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-outlinks {
    min-width: 150px;
    margin-bottom: 24px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .entry-wp {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .entry-linkbox {
    background-image: url('../images/icon_entry_01.png');
    background-position: 100% 101%;
    background-repeat: no-repeat;
    background-size: 35vw;
    justify-content: flex-start;
    align-items: center;
  }

  .entry-iconbox {
    display: none;
  }

  .backtotop-logo-box {
    width: 72%;
  }

  .sec-mbile-cont {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .mb-top-02-wp {
    margin-bottom: 72px;
  }

  .top-h2-02mb {
    text-align: center;
    font-size: 26px;
  }

  .mb-top-02-linkbox {
    border: 2px none var(--gray);
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .mb-top-02-img {
    border: 2px solid var(--gray);
    margin-right: 24px;
  }

  .mb-top-03-img {
    border: 2px solid var(--gray);
    margin-left: 24px;
    margin-right: 0;
  }

  .mb-top-03-linkbox {
    border: 2px none var(--gray);
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .mb-top-04-img {
    border: 2px solid var(--gray);
    margin-left: 24px;
    margin-right: 0;
  }

  .mb-top-04-linkbox {
    border: 2px none var(--gray);
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .mb-voice-slide {
    display: block;
  }

  .mb-slide {
    vertical-align: middle;
  }

  .voice-top-linkbox-mobile {
    background-image: url('../images/voice-sea-0101.jpg');
    background-position: 50%;
    background-size: cover;
    margin-right: 0;
  }

  .mb-voice-slide-wp {
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 20px;
    display: flex;
  }

  .slider {
    background-color: var(--smoke);
  }

  .left-arrow, .right-arrow {
    color: var(--blue);
  }

  .mb-top-03-wp {
    margin-bottom: 72px;
  }

  .top-h2-03mb {
    text-align: center;
    font-size: 26px;
  }

  .sec-page-full {
    background-color: #d2e6ef;
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 130%;
    padding-top: 72px;
    padding-bottom: 92px;
  }

  .message-cont-01 {
    padding: 28px 24px 0;
  }

  .page-h1-ss {
    font-size: 14px;
  }

  .message-p-box {
    margin-top: 28px;
  }

  .page-h2-cc {
    font-size: 22px;
  }

  .message-p-blue {
    font-size: 14px;
  }

  .message-sig-box {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 24px;
    padding-right: 0;
  }

  .message-sig-01 {
    font-size: 12px;
  }

  .message-sig-name {
    letter-spacing: 3px;
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .message-sig-name-wp {
    display: block;
  }

  .message-sig-02 {
    font-size: 13px;
    line-height: 16px;
  }

  .sec-group-01 {
    background-image: url('../images/group-bg-mb-01.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .group-corpbox {
    padding-left: 32px;
    padding-right: 32px;
  }

  .group-h2-01 {
    font-size: 20px;
  }

  .gropu-link-byn {
    margin-bottom: -42px;
    margin-right: -42px;
  }

  .top-link04-btn {
    text-decoration: none;
  }

  .top-link04-btn.link04 {
    display: none;
  }

  .top-link04-btn.mb02 {
    margin-bottom: 12px;
  }

  .page-mb-linkbox-wp {
    background-color: #e3eef4;
    background-image: url('../images/about_bg-mb-02b.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 0;
    padding-bottom: 56px;
    padding-left: 28px;
    padding-right: 28px;
    display: block;
  }

  .mb-about-linkbox {
    border: 2px none var(--gray);
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 36px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .mb-about-img {
    border: 2px none var(--gray);
    margin-right: 0;
  }

  .mb-about-img.about02 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .page-link-btn.link04 {
    display: none;
  }

  .page-link-btn.mb02 {
    margin-bottom: 12px;
  }

  .page-link-btn.mb04 {
    margin-bottom: 24px;
  }

  .page-link-btn.mb01 {
    margin-bottom: 0;
    position: relative;
  }

  .page-link-btn.about-mb-01 {
    margin-top: -20px;
  }

  .about-lead-wp {
    background-color: #c1e3f3;
    background-image: url('../images/about_bg-mb-01a.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
  }

  .sec-work-01 {
    background-image: url('../images/work-bg-img-mb-0202.jpg');
    background-size: cover;
  }

  .work-block {
    margin-bottom: 48px;
    padding: 24px 32px 12px;
  }

  .work-h2-01 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .work-block-subtitle {
    margin-bottom: 24px;
  }

  .p-main {
    text-align: left;
    font-size: 12px;
  }

  .work-block-subtitle-txt {
    font-size: 16px;
  }

  .sec-work-02 {
    background-image: url('../images/work-bg-mb-b05.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .work-link-column-50.work01 {
    padding-bottom: 120px;
  }

  .work-linkbox {
    width: 90%;
  }

  .work-linkbox-p-wp {
    width: 56%;
  }

  .work-linkbox-btn-wp {
    padding-right: 0;
  }

  .work-linkbox-btn-wp.work02 {
    padding-left: 0;
  }

  .work-link-btn {
    margin-top: 24px;
  }

  .work-link-txt.work {
    font-size: 16px;
  }

  .work-p-link-sub {
    margin-top: 4px;
    font-size: 11px;
  }

  .sec-work-hero {
    background-position: 40% 100%;
    background-size: auto;
    background-attachment: scroll;
  }

  .sec-work-hero.sea {
    background-position: 30% 100%;
    background-attachment: scroll;
  }

  .page-h1-wp-copy {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .page-h1-02 {
    font-size: 26px;
  }

  .work-cont-hero {
    padding-bottom: 200px;
    padding-left: 25%;
  }

  .p-work-lead {
    background-color: #89d3f054;
  }

  .p-work-lead.sea {
    background-color: #fafafa00;
  }

  .sec-work-cont {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sec-work-cont.left {
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-column-txtbox {
    padding-top: 32px;
  }

  .page-h2-work {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .work-p-wp {
    padding-bottom: 24px;
  }

  .p-work {
    text-align: left;
    font-size: 12px;
  }

  .page-h4 {
    font-size: 18px;
  }

  .page-h2-style {
    font-size: 20px;
  }

  .page--nomal-lead-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-nomal-p-wp {
    padding-left: 0;
    padding-right: 0;
  }

  .p-nomal {
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .workstyle-column, .workstyle-column.left {
    flex-flow: column;
  }

  .workstyle-col-imgbox {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .workstyle-col-txtbox {
    width: 100%;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .workstyle-col-txtbox.left {
    padding-left: 0;
  }

  .workstyle-h3 {
    font-size: 18px;
    line-height: 36px;
  }

  .page-block-wp {
    padding-bottom: 48px;
  }

  .page-block-wp.with-cal {
    padding-bottom: 0;
  }

  .p-nomal-page-lead {
    width: auto;
    font-size: 14px;
    line-height: 28px;
  }

  .page-h2-entry {
    font-size: 20px;
  }

  .entry-columns {
    flex-flow: column;
  }

  .entry-col-img {
    width: 50%;
  }

  .entry-col-linkbox {
    width: 100%;
  }

  .entry-imgbox {
    margin-top: -18px;
  }

  .entry-link-btn.link04 {
    display: none;
  }

  .entry-link-btn.mb02 {
    margin-bottom: 12px;
  }

  .entry-linkbtn-wp {
    width: 90%;
    padding-bottom: 0;
  }

  .rt-features-cards {
    width: 98vw;
  }

  .rt-features-information {
    padding-bottom: 20px;
  }

  .rt-component-container-2 {
    display: none;
  }

  .voice-cls-linkbox, .voice-cls-linkbox.vs01 {
    width: 180px;
    height: 250px;
  }

  .rt-features-information-2 {
    padding-bottom: 20px;
  }

  .sec-page-voice-cot {
    padding-bottom: 72px;
    padding-left: 0;
    padding-right: 0;
  }

  .voice-cont {
    background-size: auto 200px;
  }

  .voice-h2-wp {
    padding-bottom: 48px;
  }

  .page-h2-voice {
    font-size: 20px;
  }

  .voice-columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .voice-linkbox {
    margin-bottom: 48px;
  }

  .voice-index-txt, .voice-index-txt.vs01 {
    margin-right: -12px;
  }

  .voice-hero-imgbox {
    display: none;
  }

  .voice-hero-titlebox {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    overflow: hidden;
  }

  .sec-voice-main {
    padding-left: 0%;
    padding-right: 0%;
  }

  .voice-main-cont {
    padding-bottom: 32px;
  }

  .voice-h2-ctr {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 38px;
  }

  .voice-h2-box {
    padding: 20px 24px 28px;
  }

  .voice-main-p-box {
    padding-bottom: 28px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .voice-p-main {
    font-size: 14px;
    line-height: 26px;
  }

  .voice-hero-mb-imgbox {
    outline-color: var(--gray);
    outline-offset: 0px;
    border-width: 6px;
    outline-width: 1px;
    outline-style: none;
    width: 108%;
    margin-bottom: 48px;
    display: block;
    box-shadow: -4px 4px #d6d6d6;
  }

  .sec-special {
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
  }

  .special-cont {
    width: 100%;
  }

  .special-columns-01 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .special-circle.sp03 {
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 320px;
    margin-top: -18px;
    margin-left: 0;
    margin-right: -18px;
  }

  .special-circle._02b {
    margin-top: 0;
    margin-left: -12px;
  }

  .special-circle._02a {
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-right: -18px;
  }

  .special-circle._01 {
    margin-left: 0;
  }

  .special-circle._07a {
    width: 300px;
    height: 300px;
    margin-left: 60px;
    margin-right: 0;
  }

  .special-circle._07b {
    margin-left: 0;
    margin-right: 60px;
  }

  .special-circle._04 {
    margin-left: -12px;
  }

  .special-img-wp {
    width: 80%;
    margin-top: -20px;
    margin-left: 15%;
  }

  .special-p-circle._03 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .special-columns-02 {
    flex-flow: column;
    align-items: flex-end;
  }

  .special-02-imgbox {
    width: 200px;
  }

  .special-02-img-wp {
    justify-content: center;
    align-items: center;
    width: 92%;
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .special-columns-03 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    overflow: visible;
  }

  .special-03-img-wp {
    width: 80%;
  }

  .special-columns-04 {
    flex-flow: column;
  }

  .special-04-imgbox {
    width: 100%;
    margin-top: 32px;
  }

  .special-04-subtxt {
    margin-bottom: 10px;
  }

  .special-04-female {
    padding-left: 24px;
  }

  .special-04-wp {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .special-columns-05 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

  .special-05-imgbox {
    width: 100px;
    margin-top: 0;
    margin-bottom: -80px;
    margin-right: 0;
  }

  .special-columns-06 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 72px;
  }

  .special-06-imgbox {
    width: 300px;
    max-width: 300px;
    margin-top: -140px;
    margin-right: 0;
  }

  .special-cplumns-07 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 48px;
  }

  .special-07-img-wp {
    justify-content: center;
    align-items: center;
    margin-top: -12px;
    padding-left: 0;
    position: relative;
  }

  .special-07-imgbox {
    width: 90px;
    margin-right: 0%;
  }

  .special-columns-08 {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 24px;
    display: flex;
  }

  .sc-wp {
    z-index: 300;
    width: 100%;
    position: relative;
  }

  .bold-text, .bold-text-2 {
    font-weight: 500;
  }

  .rt-site-logo {
    width: 140px;
  }

  .rt-grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-agentic {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left {
    z-index: 1000;
    position: relative;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 0 0 4px;
  }

  .navi-cont-05 {
    max-width: none;
  }

  .navbar-wrapper {
    z-index: 99;
    min-width: 100%;
    position: relative;
  }

  .nav-menu-wrapper {
    z-index: 1000;
  }

  .nav-menu-two {
    z-index: 99;
    border-radius: 0;
    flex-flow: column;
    align-items: stretch;
    position: static;
  }

  .sp-07-wp {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .special-05-wp-01 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .work-img-flame-right-sq, .work-img-flame-sq-left {
    border-style: none;
  }

  .h2-entry-01 {
    width: 50%;
  }

  .entry-listbox {
    flex-flow: column;
    padding-bottom: 16px;
  }

  .entry-list-itemsbox {
    width: 100%;
  }

  .entry-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .entry-btn.link04 {
    display: none;
  }

  .entry-btn.mb02 {
    margin-bottom: 12px;
  }

  .entry-form-itembox {
    flex-flow: column;
  }

  .entry-form-itembox.withbtn {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .submit-btn.link04 {
    display: none;
  }

  .submit-btn.mb02 {
    margin-bottom: 12px;
  }

  .p-entry-ex {
    text-align: center;
  }

  .rt-features-wrapper-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-right: 15px;
  }

  .rt-features-cards-2 {
    width: 200px;
  }

  .rt-features-information-3 {
    padding-bottom: 20px;
  }

  .message-sig-colmns {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
    display: flex;
  }

  .message-img-box {
    width: 120px;
  }

  .message-cont-img-box {
    height: 30vw;
    min-height: 280px;
  }
}


