@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333333;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.c-header, .c-footer, main, .menu-btn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body {
  margin: 0;
}
body.first-load {
  overflow: hidden;
}
body.first-load .c-header, body.first-load .c-footer, body.first-load .main-contents, body.first-load .menu-btn.float {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body.first-load.is-loaded {
  overflow: auto;
}
body.first-load.is-loaded .c-header, body.first-load.is-loaded .c-footer, body.first-load.is-loaded .main-contents, body.first-load.is-loaded .menu-btn.float {
  opacity: 1;
  pointer-events: visible;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/NotoSansJP-Regular.woff) format("woff"), url(../font/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.woff) format("woff"), url(../font/NotoSansJP-Medium.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff) format("woff"), url(../font/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/Michroma-Regular.ttf) format("truetype");
  font-family: "Michroma";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/ShipporiAntique-Regular.ttf) format("truetype");
  font-family: "Shippori Antique";
  font-weight: 400;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.font-default {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/* --------------------------------
c-header
----------------------------------- */
.bg-home .c-header {
  background: #E7E7E7;
}
.bg-home .c-header .outer-wrap {
  background: #E7E7E7;
}

.c-header {
  position: relative;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  z-index: 101;
}
.c-header .outer-wrap {
  padding: 33px 0 34px;
  z-index: 2;
  position: relative;
}
.c-header .inner-block {
  max-width: none;
  padding-left: 68px;
  padding-right: 68px;
}
.c-header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header .logo > a {
  display: block;
}
.c-header .logo > a > picture {
  display: block;
}
.c-header .logo > a > picture > img {
  width: 250px;
}
.c-header .header-inner {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 10px 8px 36px;
}
.c-header .c-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .c-nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  padding-top: 1px;
}
.c-header .c-nav .nav-list > li:not(:first-child) {
  margin-left: min(28px, 1.9444444444vw);
}
.c-header .c-nav .nav-list > li > a {
  display: block;
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.c-header .c-nav .nav-list > li > a::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  background: #33333380;
  width: 0;
  height: 1px;
}
.c-header .c-nav .nav-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 41px;
}
.c-header .c-nav .nav-btn-wrap .nav-btn {
  color: #fff;
  position: relative;
}
.c-header .c-nav .nav-btn-wrap .nav-btn:nth-child(2) > a, .c-header .c-nav .nav-btn-wrap .nav-btn:nth-child(2) > button {
  border-radius: 0 5px 5px 0;
}
.c-header .c-nav .nav-btn-wrap .nav-btn:nth-child(3) > a, .c-header .c-nav .nav-btn-wrap .nav-btn:nth-child(3) > button {
  border-radius: 5px;
}
.c-header .c-nav .nav-btn-wrap .nav-btn > a, .c-header .c-nav .nav-btn-wrap .nav-btn > button {
  border-radius: 5px 0 0 5px;
  background: #333333;
  font-size: 12px;
  padding: 13px 19px 13px 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid #333333;
  line-height: calc(17/12);
}
.c-header .c-nav .nav-btn-wrap .nav-btn > a.open .plus::after, .c-header .c-nav .nav-btn-wrap .nav-btn > a.open .plus::before, .c-header .c-nav .nav-btn-wrap .nav-btn > button.open .plus::after, .c-header .c-nav .nav-btn-wrap .nav-btn > button.open .plus::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-header .c-nav .nav-btn-wrap .nav-btn .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header .c-nav .nav-btn-wrap .nav-btn .icon .arrow {
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  background: currentColor;
  -webkit-transition: color 0s;
  transition: color 0s;
  width: 12px;
  height: 4px;
  display: block;
}
.c-header .c-nav .nav-btn-wrap .nav-btn .icon .plus {
  position: relative;
  width: 7px;
  height: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header .c-nav .nav-btn-wrap .nav-btn .icon .plus::after, .c-header .c-nav .nav-btn-wrap .nav-btn .icon .plus::before {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  content: "";
}
.c-header .c-nav .nav-btn-wrap .nav-btn .icon .plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-header .c-nav .nav-btn-wrap .nav-btn:nth-child(2) > a {
  padding: 13px 21px 13px 19px;
  position: relative;
}
.c-header .c-nav .nav-btn-wrap .nav-btn:nth-child(2) > a::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.c-header .menu02 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 280px;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.c-header .menu02 .c-recruit-list {
  border-top: none;
}
.c-header .menu02.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: visible;
}

.menu {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #666666;
  z-index: 102;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
}
.menu a {
  position: relative;
}
.menu a::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
}
.menu a.link::after {
  left: 10px;
  background: #B1B1B1;
}
.menu.open {
  opacity: 1;
  pointer-events: visible;
}
.menu .menu-wrap {
  background: #666666;
  padding: 127px min(100px, 6.9444444444vw);
}
.menu .menu-wrap .menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(246px, 17.0833333333vw);
  margin: 0 auto;
  max-width: 1035px;
}
.menu .menu-wrap .menu-list > li + li {
  margin-top: 32px;
}
.menu .menu-wrap .menu-list .cat {
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.menu .menu-wrap .menu-list .links {
  font-size: 14px;
  line-height: 1;
  color: #B1B1B1;
}
.menu .menu-wrap .menu-list .links a + a {
  margin-left: 30px;
}
.menu .menu-wrap .menu-list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .menu-wrap .menu-list02 > li {
  background: #fff;
  width: 272px;
  height: 229px;
}
.menu .menu-wrap .menu-list02 > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 16px 26px;
}
.menu .menu-wrap .menu-list02 > li > a::after {
  display: none;
}
.menu .menu-wrap .menu-list02 > li:nth-child(2) {
  border-top: 1px solid #808080;
}
.menu .menu-wrap .menu-list02 > li .txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu .menu-wrap .menu-list02 > li .arrow-box {
  width: 40px;
  height: 40px;
}
.menu .menu-wrap .menu-list02 > li .arrow-box > span {
  width: 19px;
}
.menu .menu-wrap .menu-list02 > li .c-ttl03 .ja {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 2px;
}
.menu .menu-wrap .menu-list02 > li .c-ttl03 .en {
  font-size: 10px;
  line-height: 1.5;
}
.menu .menu-wrap .menu-outer {
  font-size: 12px;
  line-height: calc(17/12);
  padding-top: 82px;
  max-width: 1035px;
  margin: 0 auto;
}
.menu .menu-wrap .menu-outer .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu .menu-wrap .menu-outer .link-list > li + li {
  margin-left: 60px;
}
.menu .menu-wrap .menu-outer .link-list > li .ico-blank {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
.menu .menu-btn {
  top: 12px;
  background: #666666;
}

.c-footer {
  background: #fff;
  position: relative;
  z-index: 3;
}
.c-footer .footer-inner {
  padding: 100px 0 102px;
  position: relative;
}
.c-footer .footer-inner .pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 200;
  width: 40px;
  height: 40px;
  background: #333333;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-footer .footer-inner .pagetop > a {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-footer .footer-inner .pagetop > a > img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 20px;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-footer .footer-inner .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer .footer-inner .logo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
.c-footer .footer-inner .foot-nav {
  margin-right: min(200px, 17.8571428571vw);
}
.c-footer .footer-inner .foot-nav > li .cat {
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  line-height: calc(17/12);
}
.c-footer .footer-inner .foot-nav > li .links {
  color: #B1B1B1;
  font-size: 14px;
  line-height: 1;
  margin-top: 9px;
}
.c-footer .footer-inner .foot-nav > li .links > a {
  position: relative;
}
.c-footer .footer-inner .foot-nav > li .links > a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 10px;
  background: #B1B1B1;
}
.c-footer .footer-inner .foot-nav > li .links > a + a {
  margin-left: 30px;
}
.c-footer .footer-inner .foot-nav > li + li {
  margin-top: 41px;
}
.c-footer .footer-outer {
  padding: 32px 0 31px;
  background: #333333;
  color: #fff;
  font-size: 12px;
  line-height: calc(17/12);
}
.c-footer .footer-outer .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1348px;
}
.c-footer .footer-outer .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-footer .footer-outer .link-list > li + li {
  margin-left: 60px;
}
.c-footer .footer-outer .link-list > li .ico-blank {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
.c-footer .footer-outer .link-list > li > a {
  position: relative;
}
.c-footer .footer-outer .link-list > li > a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: #fff;
}
.c-footer .footer-outer .copy {
  font-weight: 500;
}

.page-ttl {
  line-height: 1.5;
  margin-bottom: min(87px, 6.0416666667vw);
}
.page-ttl .en {
  display: block;
  font-size: 70px;
  line-height: calc(100/70);
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.page-ttl .ja {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
  display: block;
}
.page-ttl .ja::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 14px;
  height: 16px;
  background: url(../img/common/ico_kira_black.svg);
}

.c-ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-ttl01 .en {
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 60px;
  line-height: calc(4/3);
  line-height: calc(17/12);
}
.c-ttl01 .ja {
  margin-left: 30px;
  position: relative;
  top: 8px;
  font-size: 16px;
}

.c-ttl02 {
  display: block;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 34px;
  padding-left: 33px;
  line-height: calc(50/34);
  position: relative;
}
.c-ttl02::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 16px;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/ico_kira.svg);
}
.c-ttl02 .en {
  font-size: 10px;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: block;
  line-height: 1;
  margin-top: min(11px, 2.8205128205vw);
  text-transform: uppercase;
}

.c-ttl03 .ja {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 24px;
  margin-bottom: 9px;
  line-height: 1.5;
  display: block;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.c-ttl03 .en {
  color: #999999;
  font-size: 12px;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.c-ttl04 {
  margin-left: -90px;
  margin-bottom: min(80px, 7.1428571429vw);
  padding-left: 27px;
}
.c-ttl04 .ja {
  font-size: 34px;
  line-height: calc(50/34);
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: block;
  position: relative;
}
.c-ttl04 .ja::after {
  position: absolute;
  content: "";
  top: 13px;
  margin: auto;
  left: -27px;
  width: 14px;
  height: 16px;
  background: url(../img/common/ico_kira_black.svg);
}
.c-ttl04 .en {
  font-size: 12px;
  display: block;
  line-height: calc(16/12);
  color: #999999;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-transform: uppercase;
}

.bg-gray {
  background: #E7E7E7;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #333333;
  color: #fff;
}
.bg-black .c-ttl01 .en {
  color: #fff;
}
.bg-black .c-ttl04 .ja::after {
  background: url(../img/common/ico_kira.svg);
}

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/bg.png.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bg .loading-logo {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.bg .loading-logo > img {
  width: 272px;
}
.bg .loading-logo.appear {
  opacity: 1;
}
.bg .back-txt {
  max-width: 1496px;
  width: min(1496px, 103.8888888889vw);
  position: absolute;
  top: 0;
  left: max(-28px, -1.9444444444vw);
  bottom: 0;
  margin: auto;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: min(171px, 11.875vw);
  color: #99999933;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.6s cubic-bezier(0.32, 0, 0.67, 0);
  transition: 0.6s cubic-bezier(0.32, 0, 0.67, 0);
}
.bg .back-txt.hide {
  opacity: 0;
}

.menu-btn {
  position: fixed;
  z-index: 150;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #333333;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-btn > span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  background: #fff;
  width: 24px;
  height: 2px;
  left: 17px;
  top: 22px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.menu-btn > span:nth-child(2) {
  top: 28px;
}
.menu-btn > span:nth-child(3) {
  top: 34px;
}
.menu-btn.open {
  background: #585858;
}
.menu-btn.open > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 28px;
}
.menu-btn.open > span:nth-child(2) {
  opacity: 0;
}
.menu-btn.open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 28px;
}

.page-fv {
  position: relative;
  z-index: 2;
  padding-top: 99px;
  padding-left: 60px;
}
.page-fv .fv-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-fv .fv-wrap .fv {
  width: calc(100% - 62px);
  min-height: 320px;
  max-height: 431px;
  position: relative;
}
.page-fv .fv-wrap .fv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.6s cubic-bezier(0.32, 0, 0.67, 0);
  transition: 0.6s cubic-bezier(0.32, 0, 0.67, 0);
}
.page-fv .fv-wrap .fv.is-hovering::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.page-fv .fv-wrap .fv picture, .page-fv .fv-wrap .fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .fv::after {
  background: url(../img/news/fv.png.webp);
}

.faq .fv::after {
  background: url(../img/faq/fv.png.webp);
}

.merit .fv::after {
  background: url(../img/merit/fv.png.webp);
}

.support .fv::after {
  background: url(../img/support/fv.png.webp);
}

.newgrad .fv::after {
  background: url(../img/newgrad/fv.png.webp);
}

.career .fv::after {
  background: url(../img/career/fv.jpg.webp);
}

.training .fv::after {
  background: url(../img/training/fv.png.webp);
}

.interview .fv::after {
  background: url(../img/interview/fv.png.webp);
}

.breadcrumb {
  width: 62px;
  font-size: 12px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}
.breadcrumb > li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.breadcrumb > li.ico-home {
  width: 9px;
  height: 9px;
}
.breadcrumb > li + li {
  position: relative;
}
.breadcrumb > li + li::after {
  position: absolute;
  content: "";
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 4px;
  background: url(../img/common/bread.svg);
}
.breadcrumb > li:not(.ico-home) > a {
  position: relative;
}
.breadcrumb > li:not(.ico-home) > a::before {
  width: 1px;
  height: 0;
  left: -2px;
  top: 0;
  background: #333333;
  position: absolute;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.anchor-list-wrap {
  z-index: 1;
  margin-top: -98px;
  background: #333333;
  padding: 117px 0 0 62px;
  position: -webkit-sticky;
  position: sticky;
  top: -117px;
}
.anchor-list-wrap::after {
  width: calc(100% - 120px);
  height: 1px;
  background: #ffffff33;
  position: absolute;
  content: "";
  left: 60px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.anchor-list-wrap.over::after {
  opacity: 0;
}
.anchor-list-wrap .anchor-inner {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 0;
}
.anchor-list-wrap .anchor-inner::-webkit-scrollbar {
  position: relative;
  height: 2px;
  top: -10px;
}
.anchor-list-wrap .anchor-inner::-webkit-scrollbar-track {
  background: #FFFFFF33;
  border-radius: 10px;
}
.anchor-list-wrap .anchor-inner::-webkit-scrollbar-thumb {
  background-color: #D9FF03;
  border-radius: 10px;
}
.anchor-list-wrap .anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
}
.anchor-list-wrap .anchor-list > li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 1px solid #868686;
  border-radius: 5px;
}
.anchor-list-wrap .anchor-list > li > a {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 5px;
  padding: 18px 22px 18px 27px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: calc(20/14);
}
.anchor-list-wrap .anchor-list > li > a .arrow-box {
  width: 5px;
  height: 15px;
  background: transparent;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #D9FF03;
}
.anchor-list-wrap .anchor-list > li > a .arrow-box::after {
  position: absolute;
  content: "";
  width: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  height: 5px;
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  background: currentColor;
  -webkit-transition: color 0s;
  transition: color 0s;
}

.anchor-txt {
  background: #333333;
  color: #fff;
  padding: min(76px, 6.7857142857vw) 0 min(116px, 10.3571428571vw);
  line-height: 2;
  width: 100%;
}
.anchor-txt p {
  text-align: justify;
}

.c-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 21px;
}
.c-tags .tag {
  padding: 0;
}
.c-tags .tag > button {
  padding: 6px 10px;
  line-height: 1;
}
.c-tags .tag > button.on {
  background: #333333;
  color: #ffffff;
}

.tag {
  font-size: 14px;
  line-height: 1;
  padding: 6px 10px;
  background: #F2F2F2;
  display: inline-block;
}
.tag > button {
  font-size: 14px;
  line-height: 1;
}

.c-news-list {
  margin-top: 30px;
}
.c-news-list > li {
  border-bottom: 1px solid #999999;
}
.c-news-list > li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 40px 5px 36px;
}
.c-news-list > li:first-child {
  padding-top: 0;
}
.c-news-list > li .date {
  color: #999999;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-right: 26px;
  font-size: 14px;
  padding-top: 2px;
}
.c-news-list > li .news-ttl {
  font-weight: 400;
  width: 783px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 2;
  overflow: hidden;
  font-size: 16px;
  margin-top: -4px;
}

.arrow-box {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #333333;
  color: #fff;
}
.arrow-box .arrow {
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  width: 24px;
  height: 8px;
  background: currentColor;
  -webkit-transition: color 0s;
  transition: color 0s;
}

.c-recruit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #808080;
}
.c-recruit-list > li {
  width: calc(100% / 3);
  border-bottom: 1px solid #808080;
}
.c-recruit-list > li:not(:first-child) {
  border-left: 1px solid #808080;
}
.c-recruit-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F2F2;
  padding: min(97px, 8.6607142857vw) 4.1666666667vw;
}

.btn-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-link-list:not(.in-process) .c-ttl03 {
  width: calc(100% - 65px);
}
.btn-link-list > li {
  width: calc(50% - 30px);
}
.btn-link-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #F2F2F2;
  padding: min(75px, 6.6964285714vw) min(60px, 5.3571428571vw);
}
.btn-link-list > li > a .c-ttl03 .ja {
  color: #333333;
  margin-bottom: 0;
}

.c-section {
  padding-top: 120px;
}

.js--aco {
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.js--aco .ico-box {
  background: #333333;
  position: absolute;
  right: 40px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.js--aco .ico-box::before, .js--aco .ico-box::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 14px;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.js--aco .ico-box::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.js--aco.open .ico-box::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.js--aco-content {
  display: none;
  background: #fff;
}
.c-anchor-contents .info-block .contents-inn {
  padding: min(98px, 8.75vw) 0 min(114px, 10.1785714286vw);
}
.c-anchor-contents .info-block .c-ttl04 {
  color: #fff;
  margin-bottom: min(24px, 2.1428571429vw);
}
.c-anchor-contents .info-block .c-ttl04 .en {
  font-size: 10px;
  margin-top: min(8px, 0.7142857143vw);
}

.scroll-hint-icon-white:before {
  background-image: url(../img/support/hint.svg);
}

.scroll-hint-icon-white:after {
  width: 72px;
  top: 19px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/support/hint_arrow.svg);
}

.scroll-hint-icon {
  padding: 35px 10px 15px;
}

.scroll-hint-text {
  margin-top: 8px;
}

.scroll-hint-icon-white {
  background: #00000099;
  width: 155px;
  top: 0;
  bottom: 20px;
  right: 0;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  z-index: 3;
  border-radius: 10px;
}

.scroll-hint-icon:before {
  width: 27px;
  height: 30px;
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #fff;
  font-size: 12px;
}

.loop_item {
  -webkit-animation: loop 30s linear infinite;
          animation: loop 30s linear infinite;
}

.narrow .loop_item {
  -webkit-animation: loop 90s linear infinite;
          animation: loop 90s linear infinite;
}

.anm-fade {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.6s cubic-bezier(0.32, 0, 0.67, 0);
  transition: 0.6s cubic-bezier(0.32, 0, 0.67, 0);
}
.anm-fade.is-animated {
  -webkit-animation: fade 1.2s ease-in-out;
          animation: fade 1.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes mv {
  0% {
    -webkit-clip-path: inset(100% 25% 0 25%);
            clip-path: inset(100% 25% 0 25%);
  }
  30% {
    -webkit-clip-path: inset(50% 25% 0 25%);
            clip-path: inset(50% 25% 0 25%);
  }
  60% {
    -webkit-clip-path: inset(50% 25% 0 25%);
            clip-path: inset(50% 25% 0 25%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes mv {
  0% {
    -webkit-clip-path: inset(100% 25% 0 25%);
            clip-path: inset(100% 25% 0 25%);
  }
  30% {
    -webkit-clip-path: inset(50% 25% 0 25%);
            clip-path: inset(50% 25% 0 25%);
  }
  60% {
    -webkit-clip-path: inset(50% 25% 0 25%);
            clip-path: inset(50% 25% 0 25%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes mvSp {
  0% {
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
  }
  30% {
    -webkit-clip-path: inset(40%);
            clip-path: inset(40%);
  }
  60% {
    -webkit-clip-path: inset(40%);
            clip-path: inset(40%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes mvSp {
  0% {
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
  }
  30% {
    -webkit-clip-path: inset(40%);
            clip-path: inset(40%);
  }
  60% {
    -webkit-clip-path: inset(40%);
            clip-path: inset(40%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.home .movie-wrap {
  width: 100%;
  height: 31.9444444444vw;
  position: relative;
  -webkit-clip-path: inset(100% 25% 0 25%);
          clip-path: inset(100% 25% 0 25%);
  position: relative;
  cursor: pointer;
}
.home .movie-wrap .pause, .home .movie-wrap .play {
  position: absolute;
  z-index: 10;
  bottom: 27px;
  right: 50px;
  width: 39px;
  height: 39px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.home .movie-wrap .pause.is-active, .home .movie-wrap .play.is-active {
  opacity: 1;
}
.home .movie-wrap .pause > img, .home .movie-wrap .play > img {
  width: 100%;
  height: 100%;
}
.home .movie-wrap > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .mv {
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.home .mv .mv-ttl {
  margin: 8px 0 min(255px, 22.7678571429vw);
  text-align: center;
  font-size: min(100px, 6.9444444444vw);
  position: relative;
}
.home .mv .mv-txt-wrap {
  width: 448px;
  margin: 0 auto;
  line-height: 3;
  color: #000;
}
.home .mv .mv-txt-wrap .mv-txt-inner .lead-txt {
  font-size: 40px;
  line-height: 1.5;
}
.home .mv .mv-txt-wrap .mv-txt-inner > p:not(:last-child) {
  margin-bottom: 40px;
}
.home .mv .mv-txt-wrap .mv-txt-inner > p:not(:last-child).lead-txt {
  margin-bottom: 50px;
}
.home .mv .mv-banner {
  margin-top: min(215px, 19.1964285714vw);
  height: min(396px, 35.3571428571vw);
}
.home .mv .mv-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .news-link > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.home .news-link > a > p {
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  position: relative;
}
.home .news-link > a > p::after {
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #333333;
}
.home .top-news {
  padding: min(144px, 12.8571428571vw) 0 min(163px, 14.5535714286vw);
}
.home .top-news .c-ttl01 {
  margin-bottom: 20px;
}
.home .top-news .c-news-list > li > a {
  padding: 40px 5px 42px;
}
.home .top-company {
  padding: min(200px, 17.8571428571vw) 0 min(170px, 15.1785714286vw);
}
.home .top-company .inner-block {
  position: relative;
}
.home .top-company .news-link {
  top: 26px;
  right: 40px;
}
.home .top-company .news-link > a > p::after {
  background: #fff;
}
.home .top-company .news-link .arrow-box {
  border: 1px solid #fff;
}
.home .top-company .home-merit-wrap {
  position: relative;
}
.home .top-company .c-ttl01 {
  margin-bottom: 82px;
}
.home .top-company .c-ttl01 .ja {
  margin-left: 55px;
}
.home .top-company .note {
  margin: 42px 0 50px;
}
.home .top-company .note + .sp {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 42px;
}
.home .top-company .materials .img-box {
  height: min(585px, 52.2321428571vw);
}
.home .top-company .materials .img-box img {
  border-radius: 10px;
}
.home .top-company .materials .note-box {
  margin-top: 26px;
  font-size: 12px;
  line-height: calc(17/12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home .top-company .materials .note-box .target {
  display: block;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .top-company .materials .note-box .target .ico-box {
  margin-left: 26px;
  background: #fff;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #333333;
}
.home .top-company .materials .note-box .target .ico-box::after {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  width: 15px;
  height: 5px;
  background: currentColor;
  -webkit-transition: color 0s;
  transition: color 0s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.home .top-company .c-ttl02.second {
  margin-top: min(158px, 14.1071428571vw);
}
.home .top-company .over-list {
  width: calc(100% + 250px);
  margin-left: -125px;
  margin-top: 80px;
}
.home .top-company .merit-list > li {
  background: #333333;
  border-top: 1px solid #666666;
  padding: 23px 125px;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
}
.home .top-company .merit-list > li:last-child {
  border-bottom: 1px solid #666666;
}
.home .top-company .merit-list > li .num {
  font-size: 12px;
  line-height: calc(17/12);
  position: absolute;
  top: 15px;
}
.home .top-company .merit-list > li .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 50px;
}
.home .top-company .merit-list > li .contents .txt-wrap {
  width: 650px;
  font-size: 14px;
  line-height: calc(32/14);
}
.home .top-company .merit-list > li .contents .txt-wrap .merit-ttl {
  font-size: 22px;
  line-height: calc(32/22);
  margin-bottom: 50px;
  position: relative;
}
.home .top-company .merit-list > li .contents .txt-wrap > p {
  text-align: justify;
}
.home .top-company .merit-list > li .contents .img-wrap {
  border-radius: 10px;
  width: 215px;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .top-company .merit-list > li .contents .img-wrap > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.home .ribbon {
  padding-bottom: min(153px, 13.6607142857vw);
  color: #D9FF03;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: min(80px, 8.1632653061vw);
  line-height: calc(114/80);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .ribbon .ribbon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.home .ribbon .loop_item {
  padding-left: 40px;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}
.home .top-job {
  width: 100%;
  height: 55.5555555556vw;
  position: relative;
}
.home .top-job a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .top-job img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .top-job .c-ttl01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home .top-job .c-ttl01 .en {
  color: #fff;
  display: block;
}
.home .top-job .c-ttl01 .ja {
  margin-left: 0;
  top: 0;
  margin-top: 14px;
  font-size: 16px;
}
.home .top-environment {
  padding: min(241px, 21.5178571429vw) 0 min(280px, 25vw);
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 80px;
  line-height: calc(114/80);
}
.home .top-environment .c-ttl01 {
  margin-bottom: 74px;
}
.home .top-environment .c-ttl01 .ja {
  margin-left: 63px;
}
.home .top-environment .environment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .top-environment .environment-list > li {
  width: calc(50% - 30px);
}
.home .top-environment .environment-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F2F2;
  padding: min(75px, 6.6964285714vw) min(60px, 5.3571428571vw);
}
.home .top-environment .environment-list > li > a .c-ttl03 .ja {
  color: #333333;
  margin-bottom: 0;
}
.home .gallery {
  padding-bottom: min(158px, 14.1071428571vw);
  position: relative;
  overflow: hidden;
}
.home .gallery .ribbon {
  z-index: 3;
  font-size: min(60px, 5.3571428571vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home .gallery .ribbon .loop_item {
  padding-left: 60px;
}
.home .gallery .swiper-box {
  position: relative;
}
.home .gallery .swiper-wrapper {
  height: min(501.3px, 44.7589285714vw);
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home .gallery .swiper-slide {
  width: min(405px, 36.1607142857vw);
  height: min(53.35px, 4.7633928571vw);
  padding: min(59.4px, 5.3035714286vw) min(58.5px, 5.2232142857vw);
  position: relative;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.home .gallery .swiper-slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: #33333380;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.home .gallery .swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.home .gallery .swiper-slide.swiper-slide-active, .home .gallery .swiper-slide.swiper-slide-duplicate-active {
  padding: 0 min(13.5px, 1.2053571429vw);
}
.home .gallery .swiper-slide.swiper-slide-active::after, .home .gallery .swiper-slide.swiper-slide-duplicate-active::after {
  opacity: 0;
}
.home .gallery .controller {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: min(104px, 9.2857142857vw);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home .gallery .num-area {
  margin-right: 18px;
  position: relative;
  top: -8px;
  color: #525252;
}
.home .gallery .num-area .now, .home .gallery .num-area .total {
  margin: 0 6px;
}
.home .gallery .swiper-pagination, .home .gallery .swiper-button-prev, .home .gallery .swiper-button-next {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
}
.home .gallery .swiper-button-prev, .home .gallery .swiper-button-next {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  border: 1px solid #F2F2F2;
  color: #F2F2F2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  top: -5px;
}
.home .gallery .swiper-button-prev::after, .home .gallery .swiper-button-next::after {
  display: none;
}
.home .gallery .swiper-button-prev::before, .home .gallery .swiper-button-next::before {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  width: 15px;
  height: 5px;
  background: currentColor;
  -webkit-transition: color 0s;
  transition: color 0s;
}
.home .gallery .swiper-button-prev::before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.home .gallery .swiper-pagination {
  margin: 0 30px 0 32px;
  width: 232px;
  height: 2px;
  bottom: -4px;
  right: 0;
  left: auto;
  top: auto;
  background: #525252;
}
.home .gallery .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #F2F2F2;
}
.home .top-recruit {
  padding: min(125px, 11.1607142857vw) 0 min(270px, 24.1071428571vw);
}
.home .top-recruit .c-ttl01 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 94px;
  padding-left: 25px;
}
.home .top-recruit .c-ttl01 .ja {
  margin-left: 37px;
}

.error-page .page-ttl {
  padding-top: min(173px, 15.4464285714vw);
  text-align: center;
  margin-bottom: 60px;
}
.error-page .txt {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
}
.error-page .btn-wrap {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: min(206px, 18.3928571429vw);
}
.error-page .btn-wrap > a {
  gap: 29px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-page .btn-wrap > a .btn-txt {
  position: relative;
}
.error-page .btn-wrap > a .btn-txt::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 0;
  background: #333333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.error-page .btn-txt {
  font-size: 14px;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.news .news-list-wrap {
  padding: min(135px, 12.0535714286vw) 0 min(150px, 13.3928571429vw);
  background: #fff;
  top: 88px;
}
.news .news-list-wrap .c-news-list {
  margin-top: 50px;
}
.news .news-list-wrap .year-list > li {
  font-size: 14px;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: calc(20/14);
}
.news .news-list-wrap .year-list > li + li {
  margin-top: 21px;
}
.news .news-list-wrap .year-list > li.on {
  padding-left: 10px;
  font-weight: bold;
}

.news-detail .page-fv {
  max-width: 1440px;
  margin: 0 auto;
}
.news-detail .container {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-detail .page-ttl {
  margin-bottom: 80px;
}
.news-detail .inner-block {
  max-width: 1300px;
  width: calc(100% - 62px);
  padding: 0 min(70px, 6.25vw) 0 min(10px, 0.8928571429vw);
}
.news-detail .news-detail-wrap {
  background: #fff;
  max-width: 1220px;
  margin: 0 auto 100px;
  padding: min(100px, 8.9285714286vw) min(90px, 8.0357142857vw) min(140px, 12.5vw);
}
.news-detail .thumbnail, .news-detail .media-box, .news-detail iframe {
  margin: 80px auto 0;
  display: block;
  text-align: center;
  max-width: 740px;
  width: 100%;
}
.news-detail .thumbnail > img, .news-detail .thumbnail > video, .news-detail .media-box > img, .news-detail .media-box > video, .news-detail iframe > img, .news-detail iframe > video {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.news-detail .article-head .article-ttl {
  font-size: 34px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: calc(50/34);
  padding-bottom: 24px;
  border-bottom: 2px solid #333333;
}
.news-detail .article-head .info {
  margin-bottom: 40px;
}
.news-detail .article-head .info .date {
  color: #999999;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-right: 15px;
  font-size: 12px;
  padding-top: 2px;
}
.news-detail .article-content {
  margin: 76px 0 100px;
  line-height: 2;
}
.news-detail .article-content .marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #D9FF03));
  background: linear-gradient(transparent 0%, #D9FF03 0%);
}
.news-detail .article-content .marker-gray {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #F2F2F2));
  background: linear-gradient(transparent 0%, #F2F2F2 0%);
}
.news-detail .article-content .marker-black {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #333333));
  background: linear-gradient(transparent 0%, #333333 0%);
  color: #D9FF03;
}
.news-detail .article-content .letter-red {
  color: #CE3131;
}
.news-detail .article-content .letter-gray {
  color: #999999;
}
.news-detail .article-content .letter-blue {
  color: #3B7396;
}
.news-detail .article-content h3, .news-detail .article-content h4, .news-detail .article-content h5, .news-detail .article-content .list-ttl, .news-detail .article-content dl {
  margin-top: 72px;
}
.news-detail .article-content h3 {
  font-size: 30px;
  line-height: 1.5;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.news-detail .article-content h4 {
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 22px;
  padding-bottom: 9px;
  border-bottom: 1px solid #999999;
}
.news-detail .article-content h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: calc(25/18);
}
.news-detail .article-content ul, .news-detail .article-content ol {
  list-style-type: disc;
  margin: 52px 0;
}
.news-detail .article-content ul li, .news-detail .article-content ol li {
  margin-left: 16px;
}
.news-detail .article-content ul li + li, .news-detail .article-content ol li + li {
  margin-top: 7px;
}
.news-detail .article-content ul {
  list-style-type: disc;
}
.news-detail .article-content ol {
  list-style-type: decimal;
}
.news-detail .article-content .list-ttl {
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 22px;
}
.news-detail .article-content p {
  margin-top: 36px;
}
.news-detail .article-content h3 + p {
  margin-top: 19px;
}
.news-detail .article-content a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  padding-left: 32px;
  text-decoration-line: underline;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #333333;
}
.news-detail .article-content a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 24px;
  height: 8px;
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  background: currentColor;
}
.news-detail .article-content a + a {
  margin-top: 7px;
}
.news-detail .article-content a[target=_blank]::after {
  position: relative;
  content: url(../img/news/ico_blank_news.svg);
  width: 16px;
  height: 16px;
  top: 2px;
  right: -5px;
}
.news-detail .article-content .pdf {
  display: inline-block;
}
.news-detail .article-content .pdf a::after {
  position: relative;
  content: url(../img/common/ico_pdf.svg);
  width: 16px;
  height: 16px;
  top: 2px;
  right: -5px;
}
.news-detail .article-content .btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
.news-detail .article-content .btn a {
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  border: 2px solid #F2F2F2;
  background: #F2F2F2;
  font-size: 18px;
  line-height: calc(26/18);
  padding: 28px 98px 28px 28px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
  line-height: 1.75;
  max-width: 548px;
  min-width: 440px;
  position: relative;
}
.news-detail .article-content .btn a::before {
  position: absolute;
  content: "";
  background: #333333;
  width: 50px;
  height: 50px;
  right: 30px;
  -webkit-mask: none;
          mask: none;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-detail .article-content .btn a::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  right: 30px;
  top: 0;
  bottom: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  margin: auto;
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  background: #fff;
}
.news-detail .article-content .btn a[target=_blank]::after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-mask: url(../img/common/ico_blank.svg) no-repeat center/contain;
          mask: url(../img/common/ico_blank.svg) no-repeat center/contain;
}
.news-detail .article-content .btn + .btn {
  margin-top: 30px;
}
.news-detail .article-content .media-box, .news-detail .article-content iframe {
  margin-top: 76px;
}
.news-detail .article-content .caption {
  text-align: left;
  font-size: 12px;
  line-height: calc(17/12);
  max-width: 740px;
  margin: 20px auto 0;
}
.news-detail .article-content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news-detail .article-content dl dt {
  padding: 26px 0;
  font-weight: bold;
  width: 200px;
  border-bottom: 1px solid #333333;
}
.news-detail .article-content dl dd {
  padding: 26px 0 26px 40px;
  font-weight: 500;
  width: 840px;
  border-bottom: 1px solid #999999;
}
.news-detail .article-content .list-ttl + dl {
  margin-top: 9px;
}
.news-detail .article-foot {
  border-top: 1px solid #999999;
  padding-top: 100px;
}
.news-detail .article-foot .news-link {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-detail .article-foot .news-link > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 14px;
}
.news-detail .article-foot .news-link > a > p {
  position: relative;
}
.news-detail .article-foot .news-link > a > p::after {
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #333333;
  position: absolute;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-detail .article-foot .arrow-box .arrow {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.merit .add-txt {
  line-height: 2;
  text-align: justify;
}
.merit .contents-wrap {
  margin-bottom: min(186px, 16.6071428571vw);
}
.merit .info-wrap {
  padding-top: min(98px, 8.75vw);
  padding-bottom: min(114px, 10.1785714286vw);
}
.merit .info-wrap .c-ttl04 {
  margin-bottom: min(42px, 3.75vw);
}
.merit .info-wrap .c-ttl04 .c-ttl04 .en {
  margin-top: min(8px, 0.7142857143vw);
  font-size: 10px;
}
.merit .info-wrap .add-txt {
  margin-bottom: min(30px, 2.6785714286vw);
}
.merit .info-wrap .img-box {
  height: min(585px, 52.2321428571vw);
}
.merit .info-wrap .img-box img {
  border-radius: 10px;
}
.merit .info-wrap .note-box {
  margin-top: 26px;
  font-size: 12px;
  line-height: calc(17/12);
}
.merit .info-wrap .note-box .target {
  display: block;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.merit .info-wrap .note-box .target .ico-box {
  margin-left: 26px;
  background: #D9FF03;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #333333;
}
.merit .info-wrap .note-box .target .ico-box::after {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  width: 15px;
  height: 5px;
  background: currentColor;
  -webkit-transition: color 0s;
  transition: color 0s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.merit .info-wrap .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}
.merit .info-wrap .btn-wrap .target + .target {
  margin-top: 20px;
}
.merit .merit-wrap {
  padding-top: min(116px, 10.3571428571vw);
}
.merit .list-section {
  padding-top: min(140px, 12.5vw);
}
.merit .list-section.first {
  padding-top: min(120px, 10.7142857143vw);
}
.merit .list-section .inner-block {
  position: relative;
}
.merit .list-section .inner-block::after {
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  top: -1px;
  left: 40px;
  height: 1px;
  background: #999999;
}
.merit .list-section .sec-tag {
  font-size: 18px;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #999999;
  margin-bottom: 106px;
  padding-top: 8px;
}
.merit .list-section:nth-child(2n) .merit-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.merit .list-section:nth-child(2n) .sec-tag {
  text-align: right;
}
.merit .merit-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(100px, 8.9285714286vw);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.merit .merit-content .img-wrap {
  width: min(600px, 53.5714285714vw);
  -o-object-fit: cover;
     object-fit: cover;
}
.merit .merit-content .text-wrap {
  width: 340px;
  line-height: 2;
}
.merit .merit-content .text-wrap .merit-ttl {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 39px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.merit .merit-content .text-wrap > p {
  text-align: justify;
}

.training .anchor-table {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 75px auto 0;
  padding-bottom: 4px;
}
.training .anchor-table::-webkit-scrollbar {
  height: 3px;
}
.training .anchor-table::-webkit-scrollbar-track {
  background: #FFFFFF33;
  border-radius: 10px;
}
.training .anchor-table::-webkit-scrollbar-thumb {
  background-color: #D9FF03;
  border-radius: 10px;
}
.training .anchor-table .cell {
  display: block;
  position: relative;
  font-weight: 500;
  height: 68px;
  line-height: 68px;
  width: 100%;
  background: #666666;
  border-radius: 4px;
  font-size: 18px;
  padding-left: 40px;
}
.training .anchor-table .cell .ico {
  width: 14px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  color: #D9FF03;
}
.training .anchor-table .cell .ico::after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  background: currentColor;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.training .anchor-table .cell.vt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 16px;
  padding-left: 0;
  letter-spacing: 0.05em;
}
.training .anchor-table .cell.vt .pin {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 1px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.training .anchor-table .cell.vt .ico {
  bottom: 20px;
  top: auto;
  right: 0;
  left: 0;
}
.training .anchor-table .cell.narrow {
  line-height: calc(48/36);
  padding-right: 10px;
}
.training .anchor-table .cell.no-link {
  color: #ffffff80;
}
.training .anchor-table .table-outer {
  width: 1040px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.training .anchor-table .table-outer .table-outer-left {
  width: 952px;
}
.training .anchor-table .table-outer .table-outer-right {
  width: 68px;
}
.training .anchor-table .table-outer .table-outer-right .cell {
  height: 508px;
  padding-top: 104px;
}
.training .anchor-table .table-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.training .anchor-table .table-inner .table-inner-left {
  width: 634px;
}
.training .anchor-table .table-inner .table-inner-left .top-row {
  margin-left: 88px;
}
.training .anchor-table .table-inner .table-inner-left .left {
  width: 380px;
}
.training .anchor-table .table-inner .table-inner-left .left .cell {
  height: 80px;
  line-height: 80px;
}
.training .anchor-table .table-inner .table-inner-left .left .cell + .cell {
  margin-top: 8px;
}
.training .anchor-table .table-inner .table-inner-left .right {
  width: calc(100% - 488px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.training .anchor-table .table-inner .table-inner-left .right .cell {
  padding-top: 16px;
  width: 68px;
  height: 256px;
}
.training .anchor-table .table-inner .table-inner-left .center {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
.training .anchor-table .table-inner .table-inner-left .center .cell {
  width: 100%;
}
.training .anchor-table .table-inner .table-inner-right {
  width: 296px;
}
.training .anchor-table .table-inner .table-inner-right .row .cell {
  width: 68px;
  height: 420px;
}
.training .anchor-table .table-inner .table-inner-right .row-vt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(8px, 0.7142857143vw);
}
.training .anchor-table .row {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.training .anchor-table .top-row .cell, .training .anchor-table .ref .cell {
  background: #1C1C1C;
  color: #D9FF03;
  text-align: center;
}
.training .anchor-table .top-row .cell {
  padding-left: 0;
}
.training .anchor-table .ref {
  width: 68px;
  height: 256px;
}
.training .anchor-table .ref.mini {
  height: 144px;
}
.training .anchor-table .ref .cell {
  height: 100%;
  padding-top: 0;
}
.training section {
  padding: min(116px, 10.3571428571vw) 0;
}
.training .training01 {
  padding-top: min(125px, 11.1607142857vw);
}
.training p {
  line-height: 2;
}
.training p:not(.data) {
  text-align: justify;
}
.training .pc-left {
  margin-left: -90px;
}
.training .lead {
  font-size: 28px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 40px;
  line-height: calc(40/28);
}
.training .training-list {
  margin-top: 75px;
}
.training .training-list > li {
  border-top: 1px solid #999999;
  padding-bottom: 55px;
}
.training .training-list > li .sec-tag {
  font-size: 18px;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #999999;
  line-height: 1;
  margin-bottom: 34px;
  padding-top: 8px;
}
.training .training-list > li .note {
  font-size: 14px;
  line-height: calc(20/14);
  margin-bottom: 24px;
}
.training .training-list > li .training-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(66px, 5.8928571429vw);
}
.training .training-list > li .training-content .ttl {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 33px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.training .training-list > li .training-content .img-wrap {
  margin-top: 12px;
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.training .training-list > li .training-content .text-wrap {
  width: 624px;
  line-height: 2;
}
.training .training-list > li .training-content .text-wrap .ttl-mini {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 20px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.training .training-list > li .training-content .text-wrap .info-area {
  background: #fff;
  padding: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
  border-radius: 10px;
}
.training .training-list > li .training-content .text-wrap .info-area > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.training .training-list > li .training-content .text-wrap .info-area > li .tag {
  background: #333333;
  color: #fff;
  padding: 4px 6px;
  display: inline-block;
  font-size: 14px;
  min-width: 68px;
  line-height: calc(20/14);
  margin-right: 10px;
}
.training .training-list > li .training-content .text-wrap .info-area > li .txt {
  font-size: 14px;
  line-height: calc(20/14);
  padding-top: 2px;
}
.training .training-list > li .training-content .text-wrap .info-area > li .txt + .txt {
  margin-top: 5px;
}
.training .training-list > li .training-content .text-wrap .info-area > li .txt.list {
  padding-left: 12px;
  position: relative;
}
.training .training-list > li .training-content .text-wrap .info-area > li .txt.list .adjust {
  margin-left: 8px;
}
.training .training-list > li .training-content .text-wrap .info-area > li .txt.list::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #333333;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.training .training-list > li .training-content .text-wrap .info-area + .ttl-mini {
  margin-top: 30px;
}
.training .training-list02 {
  margin-top: 76px;
}
.training .training-list02 .list-ttl {
  font-size: 30px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 29px;
}
.training .training-list02 > li {
  border-top: 1px solid #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 0 60px;
}
.training .training-list02 > li:last-child {
  padding-bottom: 0;
}
.training .training-list02 > li .img-wrap {
  margin-top: 8px;
  width: min(350px, 89.7435897436vw);
  height: min(240px, 61.5384615385vw);
}
.training .training-list02 > li .txt-wrap {
  max-width: 624px;
  width: calc(100% - 416px);
}
.training .training-list02 > li .txt-wrap .note {
  font-size: 14px;
  margin-top: 12px;
}
.training .training-list02 > li .box {
  margin-top: 36px;
  margin-right: 25px;
  border: 1px solid #999999;
  padding: 28px 30px 27px 30px;
}
.training .training-list02 > li .box .data-list > li + li {
  margin-top: 27px;
}
.training .training-list02 > li .box .data-ttl {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 9px;
}
.training .training-list02 > li .box .data {
  line-height: 1.5;
  margin-top: 6px;
  font-size: 14px;
  padding-left: 12px;
  position: relative;
}
.training .training-list02 > li .box .data::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  top: 7px;
  left: 0;
  border-radius: 50%;
}
.training .training-list02.skill > li {
  border-top: none;
}
.training .training-list02.career {
  margin-top: 35px;
}
.training .training-list02.career > li {
  padding-top: 40px;
}
.training .training-list02.group > li {
  padding-top: 67px;
  padding-bottom: 82px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.training .training-list02.group > li .img-wrap {
  width: 314px;
  height: 209px;
}
.training .training-list02.group > li .txt-wrap {
  max-width: 640px;
  width: calc(100% - 400px);
}
.training .training-list02.group > li .txt-wrap .list-ttl {
  font-size: 24px;
  margin-bottom: 29px;
}
.training .training-list02.group > li .txt-wrap .link {
  display: inline-block;
  margin-top: 35px;
  font-size: 14px;
  position: relative;
  padding-right: 50px;
}
.training .training-list02.group > li .txt-wrap .link .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #333333;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.training .training-list02.group > li .txt-wrap .link .arrow > img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.training .training-list02.group > li .txt-wrap .link::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #333333;
}
.training .training-list02.group > li:last-child {
  border-bottom: 1px solid #999999;
}
.training .programs-wrap {
  margin-top: 70px;
}
.training .programs-wrap .program-ttl {
  line-height: 1.5;
  font-size: 22px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 38px;
}
.training .programs-wrap .programs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.training .programs-wrap .programs > li {
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  background: #666666;
  color: #fff;
  font-size: 14px;
  padding: 20px 30px;
}
.training .programs-wrap .programs > li > span {
  font-size: 12px;
}
.training .training04 .training-list02 {
  margin-top: 32px;
}
.training .table-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 80px;
}
.training .table-list > li {
  width: calc((100% - 10px)/3);
}
.training .table-list > li .table-ttl {
  background: #fff;
  text-align: center;
  color: #333333;
  line-height: calc(36/16);
  font-weight: bold;
}
.training .table-list > li .table-inner-list {
  padding: 26px 10px 0;
}
.training .table-list > li .table-inner-list > li {
  position: relative;
  line-height: 2;
  padding-left: 12px;
}
.training .table-list > li .table-inner-list > li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  margin: auto;
  left: 0;
  top: 14px;
  border-radius: 50%;
}
.training .table-list > li .table-inner-list > li + li {
  margin-top: 2px;
}
.training .note-mini {
  text-align: right;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.support .list-section {
  padding: min(120px, 10.7142857143vw) 0 55px;
}
.support .list-section.support02, .support .list-section.support03 {
  padding: min(140px, 12.5vw) 0 80px;
}
.support .list-section.support04 {
  padding-bottom: min(140px, 12.5vw);
}
.support .support-list > li {
  border-top: 1px solid #999999;
  padding: 60px 0 58px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.support .support-list .ttl-wrap {
  width: 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.support .support-list .ttl-wrap .icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.support .support-list .ttl-wrap .icon > img {
  border-radius: 10px;
}
.support .support-list .ttl-wrap .list-ttl {
  font-size: 20px;
  font-weight: 500;
  width: 200px;
}
.support .support-list .txt {
  margin-top: 6px;
  line-height: 2;
  width: calc(100% - 330px);
  max-width: 670px;
}
.support .support-list .txt > p {
  line-height: 1.5;
}
.support .support-list .txt .line {
  text-decoration: underline;
}
.support .dot-list {
  gap: 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.support .dot-list > li {
  padding-left: 12px;
  width: 100%;
  position: relative;
}
.support .dot-list > li::after {
  position: absolute;
  content: "";
  background: #333333;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 13px;
  left: 0;
}
.support .dot-list.half {
  margin-top: 16px;
}
.support .dot-list.half > li {
  width: 50%;
}
.support .support-list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.support .support-list02 dt, .support .support-list02 dd {
  border-top: 1px solid #999999;
  padding: 50px 0;
}
.support .support-list02 dt {
  width: 310px;
  padding-left: 28px;
  font-size: 24px;
  position: relative;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.support .support-list02 dt::after {
  position: absolute;
  content: "";
  left: 0;
  top: 58px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../img/common/ico_list.svg);
  background-size: contain;
}
.support .support-list02 dd {
  padding-left: 60px;
  width: calc(100% - 310px);
  line-height: 2;
  text-align: justify;
}
.support .note {
  font-size: 14px;
  margin-top: 18px;
}
.support .list-ttl02 {
  font-size: 30px;
  margin-bottom: 36px;
}
.support .img-wrap {
  margin-top: 30px;
  overflow-x: auto;
  max-width: 100%;
}
.support .img-wrap .img-inner picture, .support .img-wrap .img-inner img {
  width: 100%;
}
.support .img-wrap.img02 {
  border-radius: 10px;
}
.support .img-wrap.img02 .list-items {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  min-width: 160px;
  height: 440px;
  background: #fff;
  color: #000;
  z-index: 2;
  padding-top: 77px;
  padding-left: 20px;
  padding-right: 5px;
}
.support .img-wrap.img02 .list-items p + p {
  margin-top: 14.1px;
}
.support .img-wrap.img02 .img-inner .bg-white {
  background: #fff;
  padding: min(60px, 5.3571428571vw);
  border-radius: 10px;
}
.support .img-wrap.img02 .img-inner .bg-white .sp {
  padding-left: 142px;
  position: relative;
}
.support .img-wrap.img02 .img-inner .bg-white .sp > img {
  width: 624px;
  height: 402px;
}
.support .section-box {
  margin-top: 80px;
}
.support .caption {
  margin-top: 30px;
}
.support .caption + .img-wrap {
  margin-top: 10px;
}
.support .support02 .txt, .support .support03 .txt {
  text-align: justify;
}

.career .anchor-list-wrap + section, .newgrad .anchor-list-wrap + section {
  padding-top: min(133px, 11.875vw);
}
.career .btn-link-list, .newgrad .btn-link-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.career .btn-link-list .arrow-box, .newgrad .btn-link-list .arrow-box {
  margin-left: 5px;
}
.career .btn-link-list > li, .newgrad .btn-link-list > li {
  width: calc(50% - 10px);
}
.career .btn-link-list > li > a, .newgrad .btn-link-list > li > a {
  padding: min(30px, 7.6923076923vw);
}
.career .btn-link-list > li > a[target=_blank] .arrow, .newgrad .btn-link-list > li > a[target=_blank] .arrow {
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/common/ico_blank.svg) no-repeat center/contain;
          mask: url(../img/common/ico_blank.svg) no-repeat center/contain;
}
.career .btn-link-list.in-process > li > a, .newgrad .btn-link-list.in-process > li > a {
  padding: min(30px, 2.6785714286vw);
}
.career .btn-link-list.in-process > li > a .c-ttl03 .ja, .newgrad .btn-link-list.in-process > li > a .c-ttl03 .ja {
  font-size: 16px;
}
.career .btn-link-list.in-process > li > a[target=_blank] .arrow, .newgrad .btn-link-list.in-process > li > a[target=_blank] .arrow {
  width: 12px;
  height: 12px;
}
.career .btn-link-list.in-process > li .arrow-box, .newgrad .btn-link-list.in-process > li .arrow-box {
  width: 26px;
  margin-left: 20px;
  min-width: 26px;
  height: 26px;
}
.career .btn-link-list.in-process > li .arrow-box .arrow, .newgrad .btn-link-list.in-process > li .arrow-box .arrow {
  width: 15px;
}
.career .c-ttl04, .newgrad .c-ttl04 {
  margin-bottom: min(80px, 7.1428571429vw);
}
.career .c-ttl04.with-text, .newgrad .c-ttl04.with-text {
  margin-bottom: 0;
}
.career .supplement, .newgrad .supplement {
  text-align: right;
  margin-bottom: min(80px, 7.1428571429vw);
  margin-top: -15px;
}
.career .sec-personality .c-ttl04, .newgrad .sec-personality .c-ttl04 {
  margin-bottom: 60px;
}
.career .band, .newgrad .band {
  position: relative;
  margin-bottom: 80px;
}
.career .band .band-ttl, .newgrad .band .band-ttl {
  letter-spacing: 0.05em;
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: 40px;
  line-height: 1;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.career .band picture, .career .band img, .newgrad .band picture, .newgrad .band img {
  width: 100%;
}
.career .personality-list, .newgrad .personality-list {
  border: 1px solid #999999;
  padding: 20px;
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.career .personality-list > li, .newgrad .personality-list > li {
  width: calc((100% - 20px)/2);
  padding: min(80px, 5.5555555556vw) min(45px, 3.125vw) 0;
  min-height: 366px;
}
.career .personality-list > li .lead, .newgrad .personality-list > li .lead {
  font-size: min(28px, 2.5vw);
  line-height: 1.5;
  margin-bottom: 28px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  width: calc(100% + 10px);
}
.career .personality-list > li .lead.yellow, .newgrad .personality-list > li .lead.yellow {
  color: #D9FF03;
}
.career .personality-list > li .lead > span, .newgrad .personality-list > li .lead > span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.career .personality-list > li .txt, .newgrad .personality-list > li .txt {
  line-height: 2;
}
.career .personality-list > li:not(:first-child), .newgrad .personality-list > li:not(:first-child) {
  text-align: justify;
}
.career .personality-list > li:first-child, .newgrad .personality-list > li:first-child {
  padding: min(80px, 7.1428571429vw) 0 0;
  text-align: center;
}
.career .personality-list > li:first-child .list-inner, .newgrad .personality-list > li:first-child .list-inner {
  padding-right: 40px;
}
.career .personality-list > li:first-child .lead, .newgrad .personality-list > li:first-child .lead {
  font-size: 32px;
  margin-bottom: 56px;
  position: relative;
  letter-spacing: 0;
  margin-top: -11px;
}
.career .personality-list > li:first-child .lead::after, .newgrad .personality-list > li:first-child .lead::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #fff;
  bottom: -30px;
}
.career .personality-list > li:not(:first-child), .newgrad .personality-list > li:not(:first-child) {
  background: #66666633;
}
.career .personality-list > li:nth-child(n+5), .newgrad .personality-list > li:nth-child(n+5) {
  min-height: 434px;
}
.career .process-list, .newgrad .process-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.career .process-list > li, .newgrad .process-list > li {
  width: 100%;
  background: #fff;
  padding: 80px min(80px, 7.1428571429vw) 80px min(150px, 13.3928571429vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
  border-bottom: 10px;
}
.career .process-list > li::after, .newgrad .process-list > li::after {
  width: 1px;
  height: calc(100% + 20px);
  top: 0;
  left: 100px;
  position: absolute;
  content: "";
  border-left: 1px dashed #333;
  z-index: 2;
}
.career .process-list > li:first-child::after, .newgrad .process-list > li:first-child::after {
  top: 129px;
  height: calc(100% - 109px);
}
.career .process-list > li:last-child::after, .newgrad .process-list > li:last-child::after {
  height: 129px;
}
.career .process-list > li .mark, .newgrad .process-list > li .mark {
  border-radius: 50%;
  background: #D9FF03;
  width: 41px;
  height: 41px;
  left: 80px;
  top: 109px;
  margin: auto;
  position: absolute;
}
.career .process-list > li .mark::after, .newgrad .process-list > li .mark::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background: #333333;
}
.career .process-list > li:not(:first-child) .mark, .newgrad .process-list > li:not(:first-child) .mark {
  background: #F2F2F2;
}
.career .process-list > li .process-ttl, .newgrad .process-list > li .process-ttl {
  min-width: 250px;
  line-height: 1.5;
}
.career .process-list > li .process-ttl .num, .newgrad .process-list > li .process-ttl .num {
  display: block;
  font-size: 12px;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #999999;
  margin-bottom: 20px;
}
.career .process-list > li .process-ttl .lead, .newgrad .process-list > li .process-ttl .lead {
  font-size: 24px;
  font-weight: 500;
}
.career .process-list > li .txt, .newgrad .process-list > li .txt {
  width: 520px;
  line-height: 2;
  margin-top: -10px;
}
.career .process-list > li .txt .list, .newgrad .process-list > li .txt .list {
  padding-left: 1px;
  text-indent: -1em;
}
.career .skill-wrap, .newgrad .skill-wrap {
  margin-top: 80px;
}
.career .skill-wrap .mini-ttl, .newgrad .skill-wrap .mini-ttl {
  color: #999999;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  line-height: calc(26/18);
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.career .skill-wrap .mini-ttl::after, .newgrad .skill-wrap .mini-ttl::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/ico_spiral.svg) no-repeat center/contain;
}
.career .skill-wrap .skill-list, .newgrad .skill-wrap .skill-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.career .skill-wrap .skill-list .skill-left, .newgrad .skill-wrap .skill-list .skill-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  width: 610px;
}
.career .skill-wrap .skill-list li, .newgrad .skill-wrap .skill-list li {
  position: relative;
  background: #66666633;
  padding: 80px min(40px, 3.5714285714vw) 60px;
  width: min(300px, 26.7857142857vw);
}
.career .skill-wrap .skill-list li .num, .newgrad .skill-wrap .skill-list li .num {
  font-size: 15px;
  top: 20px;
  left: 20px;
  position: absolute;
  color: #D9FF03;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.career .skill-wrap .skill-list li .lead, .newgrad .skill-wrap .skill-list li .lead {
  font-size: 24px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 8px;
}
.career .skill-wrap .skill-list .skill-right li, .newgrad .skill-wrap .skill-list .skill-right li {
  height: 100%;
  position: relative;
  padding: 180px min(40px, 3.5714285714vw);
}
.career .skill-wrap .skill-list .skill-right .plus, .newgrad .skill-wrap .skill-list .skill-right .plus {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 36px;
  bottom: 0;
  margin: auto;
  left: max(-95px, -8.4821428571vw);
}
.career .skill-wrap .skill-list .skill-right .plus::after, .career .skill-wrap .skill-list .skill-right .plus::before, .newgrad .skill-wrap .skill-list .skill-right .plus::after, .newgrad .skill-wrap .skill-list .skill-right .plus::before {
  position: absolute;
  content: "";
  background: #999999;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.career .skill-wrap .skill-list .skill-right .plus::after, .newgrad .skill-wrap .skill-list .skill-right .plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.career .career-contact, .newgrad .career-contact {
  padding-top: 139px;
  margin-bottom: 200px;
}
.career .career-contact .inner-block, .newgrad .career-contact .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.career .career-contact .contact-txt, .newgrad .career-contact .contact-txt {
  margin-top: 7px;
  max-width: 570px;
  line-height: 2;
}
.career .career-contact .contact-txt p + p, .newgrad .career-contact .contact-txt p + p {
  margin-top: 22px;
}
.career .foot-banner, .newgrad .foot-banner {
  position: relative;
}
.career .foot-banner > a, .newgrad .foot-banner > a {
  display: block;
  width: 100%;
  height: 100%;
}
.career .foot-banner .banner-txt, .newgrad .foot-banner .banner-txt {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.career .foot-banner .banner-txt .en, .newgrad .foot-banner .banner-txt .en {
  font-size: 40px;
  line-height: calc(57/40);
  display: block;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 20px;
}
.career .foot-banner .banner-txt .ja, .newgrad .foot-banner .banner-txt .ja {
  line-height: 1.5;
  display: block;
}
.career .foot-banner picture, .career .foot-banner img, .newgrad .foot-banner picture, .newgrad .foot-banner img {
  width: 100%;
  height: min(383px, 34.1964285714vw);
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.career .requirements, .newgrad .requirements {
  width: calc(100% + 180px);
  margin-left: -90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.career .requirements > li, .newgrad .requirements > li {
  width: 100%;
}
.career .requirements > li .js--aco, .newgrad .requirements > li .js--aco {
  color: #fff;
  position: relative;
}
.career .requirements > li .js--aco::after, .career .requirements > li .js--aco::before, .newgrad .requirements > li .js--aco::after, .newgrad .requirements > li .js--aco::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background: #333333;
}
.career .requirements > li .js--aco::after, .newgrad .requirements > li .js--aco::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D9FF03;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.career .requirements > li .js--aco .aco-head-inner, .newgrad .requirements > li .js--aco .aco-head-inner {
  padding: 42px 60px;
  position: relative;
}
.career .requirements > li .js--aco .aco-ttl, .newgrad .requirements > li .js--aco .aco-ttl {
  font-size: 18px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
.career .requirements > li .js--aco .ico-box, .newgrad .requirements > li .js--aco .ico-box {
  margin-left: 5px;
}
.career .requirements > li .js--aco.open, .newgrad .requirements > li .js--aco.open {
  background: #D9FF03;
  color: #333333;
}
.career .requirements > li .js--aco-content, .newgrad .requirements > li .js--aco-content {
  padding: min(70px, 6.25vw) min(90px, 8.0357142857vw) min(100px, 8.9285714286vw);
}
.career .requirements > li .js--aco-content dl, .newgrad .requirements > li .js--aco-content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.career .requirements > li .js--aco-content dl > dt, .career .requirements > li .js--aco-content dl > dd, .newgrad .requirements > li .js--aco-content dl > dt, .newgrad .requirements > li .js--aco-content dl > dd {
  padding: 26px 0;
}
.career .requirements > li .js--aco-content dl > dt, .newgrad .requirements > li .js--aco-content dl > dt {
  width: 200px;
  font-weight: bold;
  border-bottom: 2px solid #333333;
}
.career .requirements > li .js--aco-content dl > dd, .newgrad .requirements > li .js--aco-content dl > dd {
  padding-left: min(40px, 3.5714285714vw);
  width: calc(100% - 200px);
  line-height: 2;
  border-bottom: 1px solid #999999;
}
.career .requirements > li .js--aco-content dl > dd .note, .newgrad .requirements > li .js--aco-content dl > dd .note {
  padding-left: 1em;
  text-indent: -1em;
}
.career .requirements > li .js--aco-content dl > dd .note02, .newgrad .requirements > li .js--aco-content dl > dd .note02 {
  padding-left: 2em;
  text-indent: -1em;
}
.career .requirements > li .js--aco-content dl > dd .note, .newgrad .requirements > li .js--aco-content dl > dd .note {
  margin-top: 10px;
}
.career .requirements > li .js--aco-content dl > dd .note + .note, .newgrad .requirements > li .js--aco-content dl > dd .note + .note {
  margin-top: 3px;
}
.career .requirements > li .js--aco-content dl > dd > ul > li, .newgrad .requirements > li .js--aco-content dl > dd > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.career .requirements > li .js--aco-content dl > dd > ul > li + li, .newgrad .requirements > li .js--aco-content dl > dd > ul > li + li {
  margin-top: 4px;
}
.career .requirements > li .js--aco-content dl > dd a, .newgrad .requirements > li .js--aco-content dl > dd a {
  text-decoration: underline;
}

.career .sec01 {
  padding-bottom: min(120px, 10.7142857143vw);
}
.career .sec02 .position-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.career .sec02 .position-list > li {
  width: 50%;
  height: min(347px, 30.9821428571vw);
  position: relative;
  cursor: pointer;
}
.career .sec02 .position-list > li:nth-child(1) {
  background: url(../img/career/position01.png.webp) no-repeat center/cover;
}
.career .sec02 .position-list > li:nth-child(2) {
  background: url(../img/career/position02.png.webp) no-repeat center/cover;
}
.career .sec02 .position-list > li:nth-child(3) {
  background: url(../img/career/position03.png.webp) no-repeat center/cover;
}
.career .sec02 .position-list > li:nth-child(4) {
  background: url(../img/career/position04.png.webp) no-repeat center/cover;
}
.career .sec02 .position-list > li:nth-child(5) {
  background: url(../img/career/position05.png.webp) no-repeat center/cover;
}
.career .sec02 .position-list > li .position-ttl {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  font-size: 30px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
.career .sec02 .position-list > li .arrow-box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  color: #fff;
}
.career .sec02 .position-list > li .arrow-box::before {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/common/ico_blank.svg) no-repeat center/contain;
          mask: url(../img/common/ico_blank.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-transition: color 0s;
  transition: color 0s;
}
.career .sec02 .position-list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.career .sec02 .position-list > li > a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  background: #333333cc;
}
.newgrad .process-list > li .process-ttl {
  min-width: 200px;
}
.newgrad .sec01 {
  padding: min(140px, 12.5vw) 0;
}
.newgrad .sec01 .c-ttl04 {
  margin-bottom: 60px;
}
.newgrad .skill-wrap .skill-list .skill-left {
  width: 100%;
  gap: 11px;
}
.newgrad .skill-wrap .skill-list .skill-left > li {
  width: calc((100% - 33px)/4);
  min-width: auto;
  padding: 83px 22px 78px;
}
.newgrad .skill-wrap .skill-list .skill-left > li .num {
  top: 22px;
  left: 22px;
}

.faq .anchor-list-wrap {
  padding: 102px 0 0 62px;
  top: -102px;
}
.faq .anchor-adjust {
  height: min(131px, 11.6964285714vw);
  margin-top: -1px;
  background: #333333;
}
.faq .faq-list-wrap {
  padding: min(135px, 12.0535714286vw) 0 min(200px, 17.8571428571vw);
}
.faq .faq-outer-list > li + li {
  margin-top: min(200px, 17.8571428571vw);
}
.faq .faq-inner-list > li {
  border-top: 1px solid #999999;
}
.faq .faq-inner-list > li:last-child {
  border-bottom: 1px solid #999999;
}
.faq .faq-inner-list > li .js--aco .marker, .faq .faq-inner-list > li .js--aco-content .marker {
  width: 60px;
  height: 60px;
  background: #333333;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.faq .faq-inner-list > li .js--aco {
  padding: 40px 96px 40px 40px;
  background: #F2F2F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.faq .faq-inner-list > li .js--aco .faq-ttl {
  width: calc(100% - 100px);
  font-size: 24px;
  line-height: 1.5;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .faq-inner-list > li .js--aco-content {
  padding: 47px 40px;
}
.faq .faq-inner-list > li .js--aco-content .content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.faq .faq-inner-list > li .js--aco-content .marker {
  background: #F2F2F2;
  color: #333333;
}
.faq .faq-inner-list > li .js--aco-content .text {
  width: calc(100% - 100px);
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq .faq-inner-list > li .js--aco-content .text > p {
  line-height: 2;
}
.faq .faq-inner-list > li .js--aco-content .text > p + p {
  margin-top: 7px;
}
.faq .faq-inner-list > li .js--aco-content .text > p.note {
  font-size: 14px;
  line-height: calc(22/14);
}
.faq .faq-inner-list > li .js--aco-content .text > p.note + .note {
  margin-top: 8px;
}
.faq .faq-inner-list > li .js--aco-content .text > p.list {
  padding-left: 1em;
  text-indent: -1em;
}
.faq .faq-inner-list > li .js--aco-content .text > p.adjust {
  margin-top: 21px;
}
.faq .faq-inner-list > li .js--aco-content .text > p.tiny-txt {
  font-size: 14px;
}
.faq .faq-inner-list > li .js--aco-content .text .tiny {
  font-size: 14px;
}
.faq .faq-inner-list > li .js--aco-content a {
  position: relative;
}
.faq .faq-inner-list > li .js--aco-content a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  left: 0;
  bottom: -2px;
}
.faq .faq-inner-list > li .js--aco-content a.link-txt {
  margin-top: 10px;
  display: inline-block;
}
.faq .faq-inner-list > li .js--aco-content a.link-txt::after {
  bottom: 0;
}
.faq .faq-inner-list > li .js--aco-content .box {
  background: #F2F2F2;
  padding: 20px;
  margin: 25px 0;
  width: 100%;
  display: inline-block;
}

.interview .anchor-list-wrap {
  padding-top: 111px;
  margin-top: -92px;
}
.interview .c-anchor-contents .info-block .pdf-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 778px;
  margin: 0 auto;
}
.interview .c-anchor-contents .info-block .pdf-wrap .pdf {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.interview .c-anchor-contents .info-block .pdf-wrap .text-box {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: min(63px, 4.375vw);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: min(35px, 2.4305555556vw);
}
.interview .c-anchor-contents .info-block .pdf-wrap .text-box .text {
  line-height: 2;
}
.interview .c-anchor-contents .info-block .pdf-wrap .btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(19px, 1.3194444444vw);
  margin-bottom: min(6px, 0.4166666667vw);
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.interview .c-anchor-contents .info-block .pdf-wrap .btn .text {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.interview .c-anchor-contents .info-block .pdf-wrap .btn .ico-box {
  background: #D9FF03;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #333333;
}
.interview .c-anchor-contents .info-block .pdf-wrap .btn .ico-box::after {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  width: 15px;
  height: 5px;
  background: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.interview .interview-section {
  background: #fff;
  padding: min(110px, 9.8214285714vw) 0 min(120px, 10.7142857143vw);
}
.interview .interview-section .desc-text {
  margin: min(64px, 5.7142857143vw) min(32px, 2.8571428571vw) min(77px, 6.875vw);
  text-align: justify;
}
.interview .interview-section .interview-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 78px 40px;
}
.interview .interview-section .interview-list > li {
  width: calc((100% - 80px)/3);
}
.interview .interview-section .interview-list > li > a {
  width: 100%;
  height: 100%;
  display: block;
}
.interview .interview-section .interview-list > li > a .thumbnail {
  max-width: 100%;
  overflow: hidden;
}
.interview .interview-section .interview-list > li > a .thumbnail img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interview .interview-section .interview-list > li > a .contents-wrap {
  background: #333333;
  color: #fff;
  padding: 30px;
  width: calc(100% - 30px);
  margin: -30px auto 0;
  position: relative;
  min-height: 293px;
}
.interview .interview-section .interview-list > li > a .contents-wrap .ttl {
  font-size: 20px;
  line-height: 1.7;
  text-align: justify;
}
.interview .interview-section .interview-list > li > a .contents-wrap .info-box {
  margin-top: 15px;
}
.interview .interview-section .interview-list > li > a .contents-wrap .info-box .name {
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.interview .interview-section .interview-list > li > a .contents-wrap .info-box .name {
  display: block;
  font-size: 16px;
}
.interview .interview-section .interview-list > li > a .contents-wrap .info-box .join {
  margin-top: 8px;
  font-size: 12px;
  display: block;
}
.interview .interview-section .interview-list > li > a .contents-wrap .info-box .position {
  display: inline-block;
  margin-top: 28px;
  border: 1px solid #4B4B4B;
  border-radius: 30px;
  padding: 8px 20px 10px;
  font-size: 12px;
}
.interview .interview-section .inner-block.narrow {
  max-width: 1300px;
}
.interview .link-block {
  padding: min(200px, 13.8888888889vw) 0;
}
.interview .link-block .link-box {
  background: #fff;
  border-radius: 10px;
  display: block;
}
.interview .link-block .link-box > a {
  width: 100%;
  display: block;
  height: 100%;
  padding: min(77px, 5.3472222222vw) min(111px, 7.7083333333vw) min(76px, 5.2777777778vw) min(63px, 4.375vw);
}
.interview .link-block .link-box + .link-box {
  margin-top: min(71px, 4.9305555556vw);
}
.interview .link-block .link-box .c-ttl02 {
  margin-left: 0;
  padding-left: 26px;
}
.interview .link-block .link-box .c-ttl02::before {
  background: url(../img/common/ico_kira_black.svg);
  left: 0;
  top: max(-17px, -1.1805555556vw);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interview .link-block .link-box .c-ttl02 .ja {
  margin: 0 10px 0;
}
.interview .link-block .link-box .c-ttl02 .en {
  color: #999999;
}
.interview .link-block .link-box .text {
  display: block;
  line-height: 2;
  margin: min(61px, 4.2361111111vw) 0 0 min(27px, 1.875vw);
}
.interview .add-txt {
  margin-top: 42px;
  line-height: 2;
}
.interview .pdf-list {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.interview .pdf-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(50% - 30px);
}
.interview .pdf-list > li .img-wrap {
  width: 100%;
  margin-bottom: min(20px, 1.7857142857vw);
}
.interview .pdf-list > li .img-wrap > img {
  width: 100%;
}
.interview .pdf-list > li .target {
  display: block;
  margin-right: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview .pdf-list > li .target .ico-box {
  margin-left: 20px;
  background: #D9FF03;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #333333;
}
.interview .pdf-list > li .target .ico-box::after {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  width: 15px;
  height: 5px;
  background: currentColor;
  -webkit-transition: color 0s;
  transition: color 0s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.interview-detail {
  overflow: hidden;
}
.interview-detail .page-fv {
  padding-top: 28px;
  margin-bottom: min(136px, 12.1428571429vw);
}
.interview-detail .page-fv .fv-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview-detail .page-fv .fv-wrap .breadcrumb-outer {
  margin-top: min(55px, 4.9107142857vw);
}
.interview-detail .page-fv .fv-wrap .fv {
  color: #fff;
  width: 100%;
  max-height: none;
  height: min(740px, 51.3888888889vw);
  min-height: auto;
}
.interview-detail .page-fv .fv-wrap .fv-img img {
  -o-object-position: center top;
     object-position: center top;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.interview-detail .page-fv .fv-ttl {
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: min(50px, 3.4722222222vw);
  position: absolute;
  z-index: 2;
}
.interview-detail .page-fv .fv-ttl .ib {
  padding: 0 2px;
  line-height: 1;
  position: relative;
}
.interview-detail .page-fv .fv-ttl .ib::before {
  background: #333333;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: min(5px, 0.3472222222vw);
  width: 100%;
  z-index: -1;
}
.interview-detail .page-fv .fv-info {
  max-height: 243px;
  background: #333333;
  bottom: -61px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: min(45px, 4.0178571429vw) min(45px, 4.0178571429vw) min(45px, 4.0178571429vw);
  position: absolute;
  right: clamp(10px, calc(100vw - 1322px), 118px);
  width: clamp(250px, calc(100vw * 300/1120), 300px);
}
.interview-detail .page-fv .fv-info .name {
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: min(25px, 2.2321428571vw);
}
.interview-detail .page-fv .fv-info .join {
  font-size: 12px;
  line-height: 1;
  margin-bottom: min(25px, 2.2321428571vw);
}
.interview-detail .page-fv .fv-info .old-job {
  font-size: 12px;
  line-height: 1;
  margin-bottom: min(21px, 1.875vw);
}
.interview-detail .page-fv .fv-info .old-job.multi {
  line-height: calc(20/12);
  text-indent: -3em;
  padding-left: 3em;
}
.interview-detail .page-fv .fv-info .position {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #4B4B4B;
  border-radius: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: min(12px, 1.0714285714vw) min(19px, 1.6964285714vw) min(11px, 0.9821428571vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.interview-detail .job-section {
  overflow: hidden;
  padding: min(156px, 10.8333333333vw) 0 min(22px, 1.5277777778vw);
  position: relative;
  z-index: 2;
}
.interview-detail .job-section .inner-block {
  max-width: 980px;
}
.interview-detail .job-section .section-ttl {
  width: 100%;
  z-index: -1;
}
.interview-detail .job-section .section-ttl .en {
  color: #404040;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: min(80px, 7.1428571429vw);
  gap: 39px;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.interview-detail .job-section .info-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: min(245px, 17.0138888889vw);
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview-detail .job-section .info-block .lead {
  font-size: 24px;
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.interview-detail .job-section .info-block .text {
  line-height: 2;
  width: 640px;
  text-align: justify;
}
.interview-detail .job-section .interview-box-wrap {
  counter-reset: interview-box-counter;
  margin: 0 auto;
  max-width: 1440px;
}
.interview-detail .job-section .interview-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-increment: interview-box-counter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  padding-bottom: min(152px, 13.5714285714vw);
}
.interview-detail .job-section .interview-box .interview-thumb {
  margin-bottom: min(99px, 8.8392857143vw);
  width: 100%;
  max-width: 100%;
}
.interview-detail .job-section .interview-box .interview-thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-detail .job-section .interview-box .ttl {
  display: block;
  margin-bottom: min(85px, 7.5892857143vw);
  padding-top: min(125px, 11.1607142857vw);
  position: relative;
  width: 100%;
}
.interview-detail .job-section .interview-box .ttl::before {
  color: #999999;
  content: counter(interview-box-counter, decimal-leading-zero) "/03";
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  display: block;
  left: 0;
  position: absolute;
  top: 12px;
}
.interview-detail .job-section .interview-box .ttl::after {
  background: #999999;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 420px;
}
.interview-detail .job-section .interview-box .ttl .ja {
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  line-height: 1.4;
}
.interview-detail .job-section .interview-box .ttl .en {
  color: #404040;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: min(80px, 8.1632653061vw);
  position: absolute;
  text-transform: uppercase;
  top: max(-38px, -3.3928571429vw);
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  right: -190px;
  z-index: -1;
}
.interview-detail .job-section .interview-box .text {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  max-width: 900px;
}
.interview-detail .job-section .interview-box .text + .text {
  margin-top: min(31px, 2.1527777778vw);
}
.interview-detail .job-section .interview-box:nth-child(2) {
  padding-bottom: min(212px, 18.9285714286vw);
}
.interview-detail .job-section .interview-box:nth-child(2) .interview-thumb {
  margin-bottom: min(274px, 24.4642857143vw);
}
.interview-detail .reason-section {
  padding: min(109px, 9.7321428571vw) 0 min(175px, 15.625vw);
}
.interview-detail .reason-section .reason-ttl {
  overflow: hidden;
}
.interview-detail .reason-section .reason-ttl .en {
  display: block;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: min(137px, 9.5138888889vw);
  line-height: 1;
  margin: 0 auto;
  text-transform: uppercase;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.interview-detail .reason-section .reason-ttl .ja {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin: min(38px, 3.3928571429vw) auto min(51px, 4.5535714286vw);
  padding-inline: 40px;
  max-width: 1400px;
}
.interview-detail .reason-section .bot-banner picture img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.interview-detail .reason-section .reason-sub-ttl {
  font-family: "Shippori Antique", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  line-height: 1.4;
  margin: min(90px, 8.0357142857vw) auto min(49px, 4.375vw);
  max-width: 1040px;
}
.interview-detail .reason-section .text {
  text-align: justify;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 auto;
  max-width: 1040px;
}
.interview-detail .reason-section .text + .text {
  margin-top: min(31px, 2.1527777778vw);
}
.interview-detail .reason-section .note-txt {
  margin-top: 18px;
  font-size: 12px;
}
.interview-detail .others-section {
  padding: min(132px, 11.7857142857vw) 0 min(106px, 9.4642857143vw);
}
.interview-detail .others-section .swiper-box {
  position: relative;
}
.interview-detail .others-section .swiper-wrapper {
  margin-left: -168px;
}
.interview-detail .others-section .swiper-slide {
  position: relative;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  width: min(390px, 39.7959183673vw);
}
.interview-detail .others-section .swiper-slide > a {
  width: 100%;
  height: 100%;
  display: block;
}
.interview-detail .others-section .swiper-slide .thumb {
  width: 100%;
}
.interview-detail .others-section .swiper-slide .thumb > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.interview-detail .others-section .swiper-slide .text .name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Michroma", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-top: 12px;
  position: relative;
}
.interview-detail .others-section .swiper-slide .text .name::after {
  position: absolute;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
}
.interview-detail .others-section .swiper-slide .text .join {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.interview-detail .others-section .swiper-slide .text .position {
  border: 1px solid #4B4B4B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 30px;
  font-size: 10px;
  padding: 5px 20px;
}
.interview-detail .others-section .controller {
  margin-top: 119px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview-detail .others-section .num-area {
  margin-right: 37px;
  position: relative;
  top: -8px;
  color: #525252;
}
.interview-detail .others-section .num-area .now, .interview-detail .others-section .num-area .total {
  margin: 0 6px;
}
.interview-detail .others-section .num-area.first {
  margin-right: 0;
  margin-left: 32px;
}
.interview-detail .others-section .swiper-pagination, .interview-detail .others-section .swiper-button-prev, .interview-detail .others-section .swiper-button-next {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
}
.interview-detail .others-section .swiper-button-prev, .interview-detail .others-section .swiper-button-next {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 1px solid #F2F2F2;
  color: #F2F2F2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  top: -8px;
}
.interview-detail .others-section .swiper-button-prev::after, .interview-detail .others-section .swiper-button-next::after {
  display: none;
}
.interview-detail .others-section .swiper-button-prev::before, .interview-detail .others-section .swiper-button-next::before {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  width: 17px;
  height: 8px;
  background: currentColor;
  -webkit-transition: color 0s;
  transition: color 0s;
}
.interview-detail .others-section .swiper-button-prev::before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.interview-detail .others-section .swiper-pagination {
  margin: 0 30px 0 26px;
  width: 232px;
  height: 2px;
  bottom: -4px;
  right: 0;
  left: auto;
  top: auto;
  background: #525252;
}
.interview-detail .others-section .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #F2F2F2;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
select,
textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: min(20px, 5.1282051282vw);
    padding-right: min(20px, 5.1282051282vw);
  }
  .pc {
    display: none !important;
  }
  .c-header .outer-wrap {
    padding: 16px min(22px, 5.641025641vw);
  }
  .c-header .inner-block {
    max-width: 1380px;
    padding-left: 0;
    padding-right: 0;
  }
  .c-header .logo {
    width: 183px;
    position: relative;
    top: 5px;
  }
  .c-header .header-inner {
    background: transparent;
    padding: 0;
  }
  .c-header .c-nav .nav-list {
    display: none;
  }
  .c-header .c-nav .nav-btn-wrap {
    margin-left: 0;
  }
  .c-header .c-nav .nav-btn-wrap .nav-btn > a, .c-header .c-nav .nav-btn-wrap .nav-btn > button {
    padding: 9px 18px 8px 13px;
    font-size: 12px;
    gap: 20px;
  }
  .menu {
    z-index: 200;
    background: #333333;
  }
  .menu .menu-wrap {
    padding: 70px 20px 0;
  }
  .menu .menu-wrap .menu-inner {
    gap: 49px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu .menu-wrap .menu-list {
    width: 100%;
  }
  .menu .menu-wrap .menu-list .cat {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: calc(26/18);
  }
  .menu .menu-wrap .menu-list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .menu .menu-wrap .menu-list02 > li {
    background: #F2F2F2;
    width: calc(100% + 40px);
    height: auto;
  }
  .menu .menu-wrap .menu-list02 > li > a {
    padding: 45px 40px 45px 30px;
  }
  .menu .menu-wrap .menu-list02 > li .txt-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .menu .menu-wrap .menu-list02 > li .img-wrap {
    display: none;
  }
  .menu .menu-wrap .menu-list02 > li .c-ttl03 .en {
    font-size: 12px;
  }
  .menu .menu-wrap .menu-outer {
    width: calc(100% + 40px);
    margin-left: -20px;
    background: #333333;
    padding: 40px 20px;
  }
  .menu .menu-wrap .menu-outer .link-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px 30px;
    line-height: calc(17/12);
  }
  .menu .menu-wrap .menu-outer .link-list > li + li {
    margin-left: 0;
  }
  .menu .menu-wrap .menu-outer .link-list > li .ico-blank {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
  }
  .c-footer .footer-inner {
    padding: min(70px, 17.9487179487vw) 0;
  }
  .c-footer .footer-inner .pagetop {
    width: 30px;
    height: 30px;
  }
  .c-footer .footer-inner .pagetop > a > img {
    width: 13px;
    left: -2px;
  }
  .c-footer .footer-inner .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-footer .footer-inner .logo {
    width: 181px;
    margin-bottom: 40px;
  }
  .c-footer .footer-inner .foot-nav {
    margin-right: 0;
  }
  .c-footer .footer-inner .foot-nav > li .cat {
    font-size: 16px;
  }
  .c-footer .footer-inner .foot-nav > li .links {
    margin-top: 14px;
  }
  .c-footer .footer-inner .foot-nav > li + li {
    margin-top: 32px;
  }
  .page-ttl {
    margin-bottom: 43px;
  }
  .page-ttl .en {
    margin-top: 10px;
    font-size: min(32px, 8.2051282051vw);
    line-height: calc(46/32);
  }
  .page-ttl .ja {
    font-size: min(16px, 4.1025641026vw);
  }
  .c-ttl01 {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-ttl01 .en {
    display: block;
    font-size: min(30px, 7.6923076923vw);
    line-height: calc(43/30);
  }
  .c-ttl01 .ja {
    display: block;
    top: 0;
    margin-left: 0;
    margin-top: 10px;
    font-size: min(14px, 3.5897435897vw);
    line-height: calc(20/14);
  }
  .c-ttl02 {
    font-size: 22px;
    line-height: 1.5;
    padding-left: 24px;
  }
  .c-ttl02::before {
    left: 0;
    bottom: auto;
    top: 7px;
  }
  .c-ttl02 .en {
    margin-top: 15px;
  }
  .c-ttl03 .ja {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .c-ttl04 .ja {
    font-size: 22px;
    margin-bottom: 3px;
    line-height: 1.5;
  }
  .c-ttl04 .ja::after {
    top: 5px;
    left: -25px;
  }
  .c-ttl04 .en {
    font-size: 10px;
    line-height: 1.4;
  }
  .menu-btn {
    width: 50px;
    height: 50px;
    right: 10px;
  }
  .menu-btn > span {
    width: 20px;
    left: 14px;
    top: 18px;
  }
  .menu-btn > span:nth-child(2) {
    top: 24px;
  }
  .menu-btn > span:nth-child(3) {
    top: 30px;
  }
  .menu-btn.open > span:nth-child(1) {
    top: 24px;
  }
  .menu-btn.open > span:nth-child(3) {
    top: 24px;
  }
  .page-fv {
    padding-top: 67px;
    padding-left: 20px;
  }
  .page-fv .fv-wrap {
    display: block;
  }
  .page-fv .fv-wrap .fv {
    width: 100%;
    min-height: auto;
    max-height: 345px;
  }
  .page-fv .fv-wrap .fv picture, .page-fv .fv-wrap .fv img {
    max-height: 345px;
  }
  .news .fv::after {
    background: url(../img/news/fv_sp_color.png.webp);
  }
  .faq .fv::after {
    background: url(../img/faq/fv_sp_color.png.webp);
  }
  .merit .fv::after {
    background: url(../img/merit/fv_sp_color.png.webp);
  }
  .support .fv::after {
    background: url(../img/support/fv_sp_color.png.webp);
  }
  .newgrad .fv::after {
    background: url(../img/newgrad/fv_sp_color.png.webp);
  }
  .career .fv::after {
    background: url(../img/career/fv_sp_color.png.webp);
  }
  .training .fv::after {
    background: url(../img/training/fv_sp_color.png.webp);
  }
  .interview .fv::after {
    background: url(../img/interview/fv_sp_color.png.webp);
  }
  .breadcrumb {
    margin-bottom: 7px;
    width: 100%;
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 4px;
  }
  .breadcrumb::-webkit-scrollbar {
    width: 100%;
    height: 2px;
  }
  .breadcrumb::-webkit-scrollbar-track {
    background: #FFFFFF33;
    border-radius: 10px;
  }
  .breadcrumb::-webkit-scrollbar-thumb {
    background-color: #D9FF03;
    border-radius: 10px;
  }
  .breadcrumb > li + li::after {
    top: 1px;
    bottom: 0;
    right: auto;
    left: -15px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .anchor-list-wrap::after {
    width: calc(100% - 40px);
    left: 20px;
  }
  .anchor-list-wrap {
    top: -100px;
    margin-top: -80px;
    padding: 100px 0 0 20px;
  }
  .anchor-list-wrap .anchor-inner {
    padding-bottom: 18px;
    padding-right: 20px;
  }
  .anchor-list-wrap .anchor-list {
    gap: 10px;
  }
  .anchor-list-wrap .anchor-list > li > a {
    gap: 15px;
    padding: 14px 19px;
    font-size: 12px;
    line-height: calc(17/12);
  }
  .anchor-txt {
    padding: min(56px, 14.358974359vw) 0;
  }
  .c-tags {
    gap: 7px 16px;
  }
  .c-news-list {
    margin-top: 40px;
  }
  .c-news-list > li > a {
    padding: 40px 0 32px;
  }
  .c-news-list > li .date {
    font-size: 12px;
  }
  .c-news-list > li .news-ttl {
    width: 100%;
    padding-top: 0;
    font-size: 14px;
    margin-top: 15px;
    -webkit-line-clamp: 3;
    line-height: calc(32/14);
  }
  .arrow-box {
    width: 30px;
    height: 30px;
  }
  .arrow-box .arrow {
    width: 18px;
    height: 7px;
  }
  .c-recruit-list > li > a {
    padding: 43px 40px 44px 30px;
  }
  .btn-link-list:not(.in-process) .c-ttl03 {
    width: calc(100% - 40px);
  }
  .btn-link-list > li > a {
    padding: 45px 40px 45px 30px;
  }
  .btn-link-list > li > a .c-ttl03 .ja {
    font-size: 16px;
  }
  .c-section {
    padding-top: 60px;
  }
  .js--aco .ico-box {
    right: 10px;
  }
  .c-anchor-contents .info-block {
    margin-top: -1px;
  }
  .c-anchor-contents .info-block .contents-inn {
    padding: min(59px, 15.1282051282vw) 0;
  }
  .c-anchor-contents .info-block .c-ttl04 {
    margin-bottom: min(30px, 7.6923076923vw);
  }
  .home .movie-wrap.is-move {
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    -webkit-animation: mvSp 1.8s ease-in-out;
            animation: mvSp 1.8s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .home .movie-wrap .pause, .home .movie-wrap .play {
    bottom: 19px;
    right: 20px;
  }
  .home .movie-wrap {
    height: 149.2307692308vw;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
  }
  .home .mv .mv-ttl {
    font-size: min(46px, 11.7948717949vw);
    text-align: left;
    margin: 14px 0 min(132px, 33.8461538462vw);
    line-height: calc(64/46);
  }
  .home .mv .mv-txt-wrap {
    line-height: calc(32/14);
    width: 100%;
  }
  .home .mv .mv-txt-wrap .mv-txt-inner .lead-txt {
    font-size: 28px;
    margin-top: 30px;
    line-height: calc(41/28);
  }
  .home .mv .mv-txt-wrap .mv-txt-inner > p:not(:last-child) {
    margin-bottom: 21px;
  }
  .home .mv .mv-txt-wrap .mv-txt-inner > p:not(:last-child).lead-txt {
    margin-bottom: 22px;
  }
  .home .mv .mv-banner {
    margin-top: min(127px, 32.5641025641vw);
    height: min(246px, 42.0512820513vw);
  }
  .home .news-link {
    margin-top: 30px;
    margin-right: 10px;
  }
  .home .news-link > a {
    gap: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home .news-link > a > p {
    font-size: 12px;
  }
  .home .top-news {
    padding: min(60px, 15.3846153846vw) 0 min(100px, 25.641025641vw);
  }
  .home .top-news .c-ttl01 {
    margin-bottom: 30px;
  }
  .home .top-news .c-news-list > li:first-child {
    padding-top: 0;
  }
  .home .top-news .c-news-list > li .news-ttl {
    line-height: 1.7;
  }
  .home .top-news .c-news-list > li .date {
    margin-right: 21px;
  }
  .home .top-news .c-news-list > li > a {
    padding: 20px 0;
  }
  .home .top-company {
    padding: min(100px, 25.641025641vw) 0 min(90px, 23.0769230769vw);
  }
  .home .top-company .c-ttl01 {
    margin-bottom: 62px;
  }
  .home .top-company .c-ttl01 .ja {
    margin-left: 0;
  }
  .home .top-company .note {
    line-height: 2;
    margin: 15px 0 16px;
  }
  .home .top-company .materials .note-box {
    margin-top: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home .top-company .materials .note-box .target > span {
    text-align: right;
    max-width: calc(100% - 46px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home .top-company .materials .note-box .target .ico-box {
    background: #D9FF03;
    margin-left: 20px;
  }
  .home .top-company .c-ttl02.second {
    margin-top: min(120px, 30.7692307692vw);
  }
  .home .top-company .over-list {
    width: 100%;
    overflow-x: auto;
    margin-left: 0;
    margin-top: 25px;
  }
  .home .top-company .over-list::-webkit-scrollbar {
    height: 1px;
  }
  .home .top-company .over-list::-webkit-scrollbar-track {
    background: #FFFFFF33;
    border-radius: 10px;
  }
  .home .top-company .over-list::-webkit-scrollbar-thumb {
    background-color: #D9FF03;
    border-radius: 10px;
  }
  .home .top-company .merit-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .home .top-company .merit-list > li {
    width: 100%;
    border-top: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 10px 20px;
  }
  .home .top-company .merit-list > li:last-child {
    border-bottom: none;
  }
  .home .top-company .merit-list > li .num {
    position: absolute;
    left: 15px;
    top: 18px;
    top: 230px;
  }
  .home .top-company .merit-list > li .contents {
    padding-left: 0;
    gap: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .top-company .merit-list > li .contents .txt-wrap {
    line-height: 2;
    padding-left: 5px;
    width: 320px;
  }
  .home .top-company .merit-list > li .contents .txt-wrap .merit-ttl {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .home .top-company .merit-list > li .contents .img-wrap {
    width: 220px;
    height: 220px;
  }
  .home .ribbon {
    padding-bottom: 80px;
    font-size: 30px;
    line-height: calc(43/30);
  }
  .home .top-job {
    height: 153.8461538462vw;
  }
  .home .top-job .c-ttl01 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: 16px;
  }
  .home .top-job .c-ttl01 .ja {
    font-size: 14px;
    margin-top: 4px;
  }
  .home .top-environment {
    padding: min(100px, 25.641025641vw) 0 min(140px, 35.8974358974vw);
  }
  .home .top-environment .c-ttl01 {
    margin-bottom: 60px;
  }
  .home .top-environment .c-ttl01 .ja {
    margin-left: 0;
  }
  .home .top-environment .environment-list > li > a {
    padding: 45px 40px 45px 30px;
  }
  .home .top-environment .environment-list > li > a .c-ttl03 .ja {
    font-size: 16px;
  }
  .home .gallery {
    padding-bottom: min(83px, 21.2820512821vw);
  }
  .home .gallery .ribbon {
    font-size: min(48px, 12.3076923077vw);
  }
  .home .gallery .ribbon .loop_item {
    padding-left: 40px;
  }
  .home .gallery .swiper-wrapper {
    height: min(300.6px, 77.0769230769vw);
  }
  .home .gallery .swiper-slide {
    width: min(226.8px, 58.1538461538vw);
    height: min(300.6px, 77.0769230769vw);
    padding: min(36px, 9.2307692308vw) min(27px, 6.9230769231vw);
  }
  .home .gallery .swiper-slide.swiper-slide-active, .home .gallery .swiper-slide.swiper-slide-duplicate-active {
    padding: 0;
  }
  .home .gallery .controller {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px 15px 0;
  }
  .home .gallery .num-area {
    margin-right: 12px;
  }
  .home .gallery .num-area .now, .home .gallery .num-area .total {
    margin: 0 3px;
    font-size: 12px;
  }
  .home .gallery .swiper-pagination {
    bottom: 0;
    width: 175px;
    margin-right: 12px;
    margin-left: 7px;
  }
  .home .top-recruit {
    padding: min(135px, 34.6153846154vw) 0 min(110px, 28.2051282051vw);
  }
  .home .top-recruit .c-ttl01 {
    padding-left: 20px;
    margin-bottom: 33px;
  }
  .home .top-recruit .c-ttl01 .ja {
    margin-left: 0;
  }
  .error-page .page-ttl {
    padding-top: min(93px, 23.8461538462vw);
    margin-bottom: 30px;
  }
  .error-page .page-ttl .en {
    font-size: 24px;
  }
  .error-page .txt {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .error-page .btn-wrap {
    margin-bottom: min(124px, 31.7948717949vw);
  }
  .error-page .btn-wrap > a {
    gap: 20px;
  }
  .error-page .btn-txt {
    font-size: 12px;
  }
  .news .news-list-wrap {
    padding: min(60px, 15.3846153846vw) 0 min(100px, 25.641025641vw);
  }
  .news .news-list-wrap .c-news-list {
    margin-top: 20px;
  }
  .news .news-list-wrap .year-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .news .news-list-wrap .year-list > li + li {
    margin-top: 0;
  }
  .news-detail .container {
    display: block;
  }
  .news-detail .page-ttl {
    margin-bottom: 43px;
  }
  .news-detail .breadcrumb {
    margin-left: 20px;
    width: calc(100% - 21px);
  }
  .news-detail .inner-block {
    width: 100%;
    padding: 0;
  }
  .news-detail .news-detail-wrap {
    margin-bottom: 0;
    padding: min(60px, 15.3846153846vw) min(20px, 5.1282051282vw) min(118px, 30.2564102564vw);
  }
  .news-detail .thumbnail, .news-detail .media-box, .news-detail iframe {
    margin-top: 40px;
    max-width: 500px;
  }
  .news-detail .article-head .article-ttl {
    font-size: 24px;
    line-height: calc(38/24);
    padding-bottom: 7px;
  }
  .news-detail .article-head .info {
    margin-bottom: 35px;
  }
  .news-detail .article-content {
    margin: 40px 0 80px;
  }
  .news-detail .article-content h3, .news-detail .article-content h4, .news-detail .article-content h5, .news-detail .article-content .list-ttl, .news-detail .article-content dl {
    margin-top: 36px;
  }
  .news-detail .article-content h3 {
    font-size: 24px;
    margin-top: 76px;
  }
  .news-detail .article-content h4 {
    font-size: 20px;
    padding-bottom: 18px;
    margin-top: 62px;
  }
  .news-detail .article-content h5 {
    margin-top: 56px;
  }
  .news-detail .article-content ul, .news-detail .article-content ol {
    margin: 32px 0;
  }
  .news-detail .article-content .list-ttl {
    font-size: 20px;
    margin-top: 56px;
  }
  .news-detail .article-content p {
    margin-top: 32px;
  }
  .news-detail .article-content h3 + p {
    margin-top: 24px;
  }
  .news-detail .article-content h4 + p {
    margin-top: 17px;
  }
  .news-detail .article-content h5 + p {
    margin-top: 26px;
  }
  .news-detail .article-content a {
    padding-left: 29px;
  }
  .news-detail .article-content a::before {
    top: 10px;
  }
  .news-detail .article-content .btn {
    width: 100%;
  }
  .news-detail .article-content .btn a {
    min-width: 100%;
  }
  .news-detail .article-content .btn a {
    max-width: none;
    padding: 25px 80px 25px 30px;
  }
  .news-detail .article-content .btn a::before {
    width: 30px;
    height: 30px;
  }
  .news-detail .article-content .btn a::after {
    width: 30px;
    height: 30px;
  }
  .news-detail .article-content .btn + .btn {
    margin-top: 20px;
  }
  .news-detail .article-content .media-box, .news-detail .article-content iframe {
    margin-top: 36px;
  }
  .news-detail .article-content .caption {
    max-width: 500px;
    margin: 15px auto 0;
  }
  .news-detail .article-content dl dt {
    padding: 30px 0 0;
    width: 100%;
    border-bottom: none;
    line-height: calc(20/14);
  }
  .news-detail .article-content dl dt:nth-child(1) {
    border-top: 1px solid #333333;
  }
  .news-detail .article-content dl dd {
    line-height: calc(30/14);
    width: 100%;
    padding: 15px 0 25px;
  }
  .news-detail .article-content .list-ttl + dl {
    margin-top: 20px;
  }
  .news-detail .article-foot {
    padding-top: 80px;
  }
  .news-detail .article-foot .news-link > a {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .news-detail .article-foot .arrow-box .arrow {
    position: relative;
    top: 3px;
    left: 5px;
  }
  .merit .contents-wrap {
    margin-bottom: min(126px, 32.3076923077vw);
  }
  .merit .info-wrap .c-ttl04 {
    margin-bottom: min(30px, 7.6923076923vw);
  }
  .merit .info-wrap .note-box {
    margin-top: 15px;
  }
  .merit .info-wrap .note-box .target > span {
    text-align: right;
    max-width: calc(100% - 46px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .merit .info-wrap .note-box .target .ico-box {
    background: #D9FF03;
    margin-left: 20px;
  }
  .merit .info-wrap .btn-wrap .target + .target {
    margin-top: 10px;
  }
  .merit .list-section .inner-block::after {
    width: calc(100% - 40px);
    left: 20px;
  }
  .merit .merit-content .text-wrap .merit-ttl {
    margin-bottom: 27px;
    font-size: 24px;
  }
  .training .anchor-table {
    margin-top: min(57px, 14.6153846154vw);
    margin-left: -10px;
    width: min(562.5px, 96.1538461538vw);
  }
  .training .anchor-table .cell {
    padding-left: min(15px, 2.5641025641vw);
    font-weight: 400;
    font-size: min(15px, 2.5641025641vw);
    height: min(67.5px, 11.5384615385vw);
    line-height: min(67.5px, 11.5384615385vw);
  }
  .training .anchor-table .cell .ico {
    right: 10px;
  }
  .training .anchor-table .cell.narrow {
    line-height: min(21px, 3.5897435897vw);
    padding-right: min(12.75px, 2.1794871795vw);
    padding-left: min(12.75px, 2.1794871795vw);
  }
  .training .anchor-table .table-outer {
    gap: min(15px, 2.5641025641vw);
    width: min(562.5px, 96.1538461538vw);
  }
  .training .anchor-table .table-outer .table-outer-left {
    width: min(480px, 82.0512820513vw);
  }
  .training .anchor-table .table-outer .table-outer-right {
    width: min(67.5px, 11.5384615385vw);
  }
  .training .anchor-table .table-outer .table-outer-right .cell {
    height: min(787.5px, 134.6153846154vw);
    padding-top: 0;
    text-align: center;
  }
  .training .anchor-table .table-inner {
    gap: min(21px, 3.5897435897vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .training .anchor-table .table-inner .table-inner-left {
    width: min(480px, 82.0512820513vw);
  }
  .training .anchor-table .table-inner .table-inner-left .top-row {
    margin-left: 30px;
  }
  .training .anchor-table .table-inner .table-inner-left .left {
    width: min(276px, 47.1794871795vw);
  }
  .training .anchor-table .table-inner .table-inner-left .left .cell {
    height: min(67.5px, 11.5384615385vw);
    line-height: min(67.5px, 11.5384615385vw);
  }
  .training .anchor-table .table-inner .table-inner-left .left .cell + .cell {
    margin-top: min(9px, 1.5384615385vw);
  }
  .training .anchor-table .table-inner .table-inner-left .right {
    gap: min(9px, 1.5384615385vw);
  }
  .training .anchor-table .table-inner .table-inner-left .right .cell {
    padding-top: min(12px, 3.0769230769vw);
    height: min(220.5px, 37.6923076923vw);
    width: min(67.5px, 11.5384615385vw);
  }
  .training .anchor-table .table-inner .table-inner-left .center {
    gap: min(9px, 1.5384615385vw);
  }
  .training .anchor-table .table-inner .table-inner-right {
    width: min(480px, 82.0512820513vw);
  }
  .training .anchor-table .table-inner .table-inner-right .row .cell {
    width: 100%;
    height: min(67.5px, 11.5384615385vw);
  }
  .training .anchor-table .table-inner .table-inner-right .row .cell .ico {
    right: 10px;
    left: auto;
    top: 0;
    bottom: 0;
  }
  .training .anchor-table .table-inner .table-inner-right .row .cell.vt {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-top: 0;
    padding-left: min(15px, 2.5641025641vw);
    width: 100%;
  }
  .training .anchor-table .table-inner .table-inner-right .row .cell.mini {
    height: min(144px, 24.6153846154vw);
    padding-left: 0;
    width: min(30px, 5.1282051282vw);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .training .anchor-table .table-inner .table-inner-right .row .cell.mini .pin {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 1px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .training .anchor-table .table-inner .table-inner-right .row .cell.mini + .mini {
    margin-top: min(9px, 1.5384615385vw);
  }
  .training .anchor-table .table-inner .table-inner-right .row-vt {
    gap: min(9px, 1.5384615385vw);
  }
  .training .anchor-table .row {
    margin-top: min(15px, 2.5641025641vw);
    gap: min(15px, 2.5641025641vw);
  }
  .training .anchor-table .top-row {
    width: min(435px, 74.358974359vw);
    margin-left: min(45px, 7.6923076923vw);
  }
  .training .anchor-table .top-row .cell {
    height: min(30px, 5.1282051282vw);
    line-height: min(30px, 5.1282051282vw);
  }
  .training .anchor-table .ref {
    width: min(30px, 5.1282051282vw);
    height: min(220.5px, 37.6923076923vw);
  }
  .training .anchor-table .ref .cell {
    line-height: min(30px, 5.1282051282vw);
  }
  .training .anchor-table .ref.mini {
    height: min(144px, 24.6153846154vw);
  }
  .training section {
    padding: min(78px, 20vw) 0 min(56px, 14.358974359vw);
  }
  .training section.training06 {
    padding-bottom: min(100px, 25.641025641vw);
  }
  .training .training01 {
    padding-top: min(60px, 15.3846153846vw);
  }
  .training .training02, .training .training04 {
    padding-bottom: min(80px, 20.5128205128vw);
  }
  .training .training03, .training .training05, .training .training06 {
    padding-top: min(60px, 15.3846153846vw);
  }
  .training .lead {
    margin-bottom: 28px;
    letter-spacing: 0.05em;
    font-size: 24px;
    line-height: 1.375;
  }
  .training .training-list {
    margin-top: 34px;
  }
  .training .training-list > li {
    padding-bottom: 35px;
  }
  .training .training-list > li:last-child {
    border-bottom: 1px solid #999999;
  }
  .training .training-list > li .sec-tag {
    margin-bottom: 32px;
    font-size: 14px;
  }
  .training .training-list > li .training-content {
    gap: 0;
  }
  .training .training-list > li .training-content .ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .training .training-list > li .training-content .text-wrap .ttl-mini {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .training .training-list > li .training-content .text-wrap .info-area {
    border-radius: 0;
    padding: 15px 12px;
    gap: 6px;
    margin-bottom: 16px;
  }
  .training .training-list > li .training-content .text-wrap .info-area.has-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .training .training-list > li .training-content .text-wrap .info-area.has-list > li .tag {
    width: 124px;
    margin-bottom: 10px;
  }
  .training .training-list > li .training-content .text-wrap .info-area > li {
    width: 100%;
  }
  .training .training-list > li .training-content .text-wrap .info-area > li .txt.list {
    padding-left: 10px;
  }
  .training .training-list > li .training-content .text-wrap .info-area > li .txt.list::after {
    top: 2px;
  }
  .training .training-list > li .training-content .text-wrap .info-area + .ttl-mini {
    margin-top: 0;
  }
  .training .training-list02 {
    margin-top: 24px;
  }
  .training .training-list02 .list-ttl {
    margin-bottom: 20px;
    font-size: min(24px, 6.1538461538vw);
    width: 100%;
  }
  .training .training-list02 > li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px 0 26px;
  }
  .training .training-list02 > li .img-wrap {
    margin: 0 auto;
  }
  .training .training-list02 > li .txt-wrap {
    max-width: none;
    width: 100%;
    margin-top: 30px;
  }
  .training .training-list02 > li .box {
    padding: 20px;
    margin-top: 25px;
    margin-right: 0;
  }
  .training .training-list02 > li .box .data-list > li + li {
    margin-top: 20px;
  }
  .training .training-list02 > li .box .data-ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .training .training-list02 > li .box .data {
    padding-left: 10px;
  }
  .training .training-list02 > li .box .data::after {
    width: 4px;
    height: 4px;
  }
  .training .training-list02 > li .box .data {
    font-size: 12px;
  }
  .training .training-list02.group > li {
    padding: 60px 0;
  }
  .training .training-list02.group > li .img-wrap {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .training .training-list02.group > li .txt-wrap {
    max-width: none;
    width: 100%;
    margin-top: 30px;
  }
  .training .training-list02.group > li .txt-wrap .list-ttl {
    text-align: center;
    margin-bottom: 26px;
  }
  .training .training-list02.group > li .txt-wrap .link {
    margin-top: 40px;
  }
  .training .programs-wrap {
    margin-top: 30px;
  }
  .training .programs-wrap .program-ttl {
    font-size: 20px;
  }
  .training .programs-wrap .programs {
    gap: 4px;
  }
  .training .programs-wrap .programs > li {
    padding: 20px;
    width: calc(50% - 2px);
  }
  .training .table-list {
    margin-top: 40px;
  }
  .training .table-list > li .table-ttl {
    font-size: 16px;
  }
  .training .table-list > li .table-inner-list {
    padding-top: 20px;
  }
  .training .table-list > li .table-inner-list > li {
    line-height: 1.5;
  }
  .training .table-list > li .table-inner-list > li::after {
    top: 7px;
  }
  .training .table-list > li .table-inner-list > li + li {
    margin-top: 8px;
  }
  .training .note-mini {
    text-align: left;
    font-size: 12px;
    line-height: 1.33;
  }
  .support .list-section {
    padding: min(100px, 25.641025641vw) 0 min(125px, 32.0512820513vw);
  }
  .support .list-section.support01 {
    padding-bottom: min(60px, 15.3846153846vw);
  }
  .support .list-section.support02, .support .list-section.support03 {
    padding: min(100px, 25.641025641vw) 0 min(60px, 15.3846153846vw);
  }
  .support .list-section.support04 {
    padding-bottom: min(60px, 15.3846153846vw);
  }
  .support .support-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 40px 0 35px;
  }
  .support .support-list .ttl-wrap {
    width: 100%;
    gap: 15px;
  }
  .support .support-list .ttl-wrap .icon {
    border-radius: 5px;
    width: 60px;
    height: 60px;
  }
  .support .support-list .ttl-wrap .icon > img {
    border-radius: 5px;
  }
  .support .support-list .ttl-wrap .list-ttl {
    width: calc(100% - 75px);
  }
  .support .support-list .txt {
    max-width: none;
    width: 100%;
  }
  .support .dot-list {
    gap: 7px 0;
  }
  .support .dot-list > li {
    padding-left: 10px;
  }
  .support .dot-list > li::after {
    width: 4px;
    height: 4px;
    top: 12px;
  }
  .support .support-list02 dt, .support .support-list02 dd {
    padding: 16px 0 12px;
  }
  .support .support-list02 dt {
    width: 100%;
    font-size: 18px;
    padding-left: 20px;
  }
  .support .support-list02 dt::after {
    top: 20px;
    width: 16px;
    height: 16px;
  }
  .support .support-list02 dd {
    padding-top: 0;
    width: 100%;
    border-top: none;
    padding-left: 0;
    padding-bottom: 14px;
  }
  .support .list-ttl02 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .support .img-wrap {
    margin-top: 16px;
  }
  .support .img-wrap::-webkit-scrollbar {
    width: 100%;
    height: 2px;
  }
  .support .img-wrap::-webkit-scrollbar-track {
    background: #FFFFFF33;
    border-radius: 10px;
  }
  .support .img-wrap::-webkit-scrollbar-thumb {
    background-color: #D9FF03;
    border-radius: 10px;
  }
  .support .img-wrap .img-inner {
    height: 220px;
    padding-bottom: 20px;
    width: 690px;
  }
  .support .img-wrap .img-inner picture, .support .img-wrap .img-inner img {
    height: 100%;
  }
  .support .img-wrap.img02 {
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .support .img-wrap.img02 .img-inner {
    position: relative;
    left: -160px;
    min-width: 785px;
    height: 462px;
    margin-right: -160px;
  }
  .support .img-wrap.img02 .img-inner .bg-white {
    border-radius: 5px;
  }
  .support .img-wrap.img02 .img-inner .bg-white {
    height: 442px;
    padding: 20px;
  }
  .support .section-box {
    margin-top: 40px;
  }
  .support .section-box + .section-box {
    margin-top: 60px;
  }
  .support .caption {
    margin-top: 40px;
  }
  .support .caption + .img-wrap {
    margin-top: 20px;
  }
  .career .anchor-list-wrap + section, .newgrad .anchor-list-wrap + section {
    padding-top: min(62px, 15.8974358974vw);
  }
  .career .btn-link-list, .newgrad .btn-link-list {
    gap: 10px;
  }
  .career .btn-link-list > li > a[target=_blank] .arrow, .newgrad .btn-link-list > li > a[target=_blank] .arrow {
    width: 12px;
    height: 12px;
  }
  .career .btn-link-list.in-process > li > a, .newgrad .btn-link-list.in-process > li > a {
    padding: 10px 20px;
  }
  .career .btn-link-list.in-process > li > a .c-ttl03 .ja, .newgrad .btn-link-list.in-process > li > a .c-ttl03 .ja {
    font-size: 14px;
  }
  .career .supplement, .newgrad .supplement {
    margin: 40px 0;
    text-align: left;
  }
  .career .supplement.entry, .newgrad .supplement.entry {
    margin: 36px 0 30px;
  }
  .career .sec-personality .c-ttl04, .newgrad .sec-personality .c-ttl04 {
    margin-bottom: 40px;
  }
  .career .band, .newgrad .band {
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .career .band .band-ttl, .newgrad .band .band-ttl {
    font-size: 24px;
    top: 0;
    letter-spacing: 0;
  }
  .career .personality-list > li .lead, .newgrad .personality-list > li .lead {
    font-size: 18px;
    margin-bottom: 19px;
    letter-spacing: 0;
    width: 100%;
  }
  .career .personality-list > li .lead > span, .newgrad .personality-list > li .lead > span {
    font-size: 14px;
    margin-top: 7px;
    letter-spacing: 0.05em;
  }
  .career .process-list, .newgrad .process-list {
    gap: 10px;
  }
  .career .process-list > li, .newgrad .process-list > li {
    gap: 25px;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 10px 25px min(80px, 20.5128205128vw);
  }
  .career .process-list > li::after, .newgrad .process-list > li::after {
    height: calc(100% + 10px);
    left: 30px;
  }
  .career .process-list > li:first-child::after, .newgrad .process-list > li:first-child::after {
    top: 75px;
    height: calc(100% - 65px);
  }
  .career .process-list > li:last-child::after, .newgrad .process-list > li:last-child::after {
    height: 75px;
  }
  .career .process-list > li .mark, .newgrad .process-list > li .mark {
    left: 10px;
    top: 55px;
  }
  .career .process-list > li .process-ttl, .newgrad .process-list > li .process-ttl {
    min-width: auto;
    width: 100%;
  }
  .career .process-list > li .process-ttl .num, .newgrad .process-list > li .process-ttl .num {
    font-size: 10px;
  }
  .career .process-list > li .process-ttl .lead, .newgrad .process-list > li .process-ttl .lead {
    font-size: 20px;
  }
  .career .process-list > li .txt, .newgrad .process-list > li .txt {
    width: 100%;
  }
  .career .process-list > li .txt p + p, .newgrad .process-list > li .txt p + p {
    margin-top: 15px;
  }
  .career .skill-wrap, .newgrad .skill-wrap {
    margin-top: min(60px, 15.3846153846vw);
  }
  .career .skill-wrap .mini-ttl, .newgrad .skill-wrap .mini-ttl {
    margin-bottom: min(43px, 11.0256410256vw);
  }
  .career .skill-wrap .skill-list li .num, .newgrad .skill-wrap .skill-list li .num {
    font-size: 12px;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 9px;
  }
  .career .skill-wrap .skill-list li .lead, .newgrad .skill-wrap .skill-list li .lead {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .career .foot-banner .banner-txt, .newgrad .foot-banner .banner-txt {
    top: 30px;
  }
  .career .foot-banner .banner-txt .en, .newgrad .foot-banner .banner-txt .en {
    font-size: 26px;
  }
  .career .foot-banner picture, .career .foot-banner img, .newgrad .foot-banner picture, .newgrad .foot-banner img {
    height: 42.3076923077vw;
    min-height: auto;
    max-height: 230px;
  }
  .career .requirements, .newgrad .requirements {
    width: calc(100% + 20px);
    margin-left: -10px;
    gap: 20px;
  }
  .career .requirements > li .js--aco .aco-head-inner, .newgrad .requirements > li .js--aco .aco-head-inner {
    padding: 30px 42px 30px 30px;
  }
  .career .requirements > li .js--aco .ico-box, .newgrad .requirements > li .js--aco .ico-box {
    right: 16px;
  }
  .career .requirements > li .js--aco-content, .newgrad .requirements > li .js--aco-content {
    padding: min(40px, 10.2564102564vw) min(20px, 5.1282051282vw);
  }
  .career .requirements > li .js--aco-content dl > dt, .career .requirements > li .js--aco-content dl > dd, .newgrad .requirements > li .js--aco-content dl > dt, .newgrad .requirements > li .js--aco-content dl > dd {
    padding: 20px 0 16px;
  }
  .career .requirements > li .js--aco-content dl > dt, .newgrad .requirements > li .js--aco-content dl > dt {
    width: 100%;
    border-bottom: none;
  }
  .career .requirements > li .js--aco-content dl > dt:first-child, .newgrad .requirements > li .js--aco-content dl > dt:first-child {
    border-top: 1px solid #999999;
  }
  .career .requirements > li .js--aco-content dl > dd, .newgrad .requirements > li .js--aco-content dl > dd {
    width: 100%;
    padding-top: 0;
  }
  .career .requirements > li .js--aco-content dl > dd .note, .newgrad .requirements > li .js--aco-content dl > dd .note {
    font-size: 12px;
  }
  .career .requirements > li .js--aco-content dl > dd .note02, .newgrad .requirements > li .js--aco-content dl > dd .note02 {
    font-size: 12px;
  }
  .career .sec01 {
    padding-bottom: min(90px, 23.0769230769vw);
  }
  .career .sec02 {
    padding-top: min(100px, 25.641025641vw);
  }
  .career .sec02 .position-list > li .position-ttl {
    font-size: 24px;
  }
  .career .sec02 .position-list > li .arrow-box {
    right: 10px;
    bottom: 10px;
  }
  .newgrad .process-list > li .process-ttl {
    min-width: auto;
  }
  .newgrad .sec01 {
    padding: min(102px, 26.1538461538vw) 0 min(90px, 23.0769230769vw);
  }
  .newgrad .sec01 .c-ttl04 {
    margin-bottom: 40px;
  }
  .newgrad .skill-wrap .skill-list .skill-left > li .num {
    font-size: 12px;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 9px;
  }
  .faq .anchor-list-wrap {
    padding: 100px 0 0 20px;
  }
  .faq .anchor-adjust {
    height: min(60px, 15.3846153846vw);
  }
  .faq .faq-list-wrap {
    padding: min(80px, 20.5128205128vw) 0 min(100px, 25.641025641vw);
  }
  .faq .faq-outer-list > li + li {
    margin-top: min(100px, 25.641025641vw);
  }
  .faq .faq-inner-list > li .js--aco .marker, .faq .faq-inner-list > li .js--aco-content .marker {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
  .faq .faq-inner-list > li .js--aco {
    gap: 15px;
  }
  .faq .faq-inner-list > li .js--aco {
    padding: 20px 46px 20px 10px;
  }
  .faq .faq-inner-list > li .js--aco .faq-ttl {
    width: calc(100% - 55px);
    min-height: 40px;
    font-size: 16px;
  }
  .faq .faq-inner-list > li .js--aco-content {
    padding: 20px 20px 20px 10px;
  }
  .faq .faq-inner-list > li .js--aco-content .content-inner {
    gap: 15px;
  }
  .faq .faq-inner-list > li .js--aco-content .text {
    width: calc(100% - 55px);
    min-height: 40px;
  }
  .faq .faq-inner-list > li .js--aco-content .text > p {
    line-height: calc(32/14);
  }
  .faq .faq-inner-list > li .js--aco-content .text > p.note {
    font-size: 12px;
    line-height: 1.75;
  }
  .faq .faq-inner-list > li .js--aco-content .text > p.adjust {
    margin-top: 10px;
  }
  .faq .faq-inner-list > li .js--aco-content .text > p.tiny-txt {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .faq .faq-inner-list > li .js--aco-content .text .tiny {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px;
    margin-bottom: 10px;
  }
  .faq .faq-inner-list > li .js--aco-content a.link-txt {
    font-size: min(10px, 2.5641025641vw);
  }
  .faq .faq-inner-list > li .js--aco-content .box {
    margin: 15px 0;
    padding: 15px min(10px, 2.5641025641vw);
  }
  .interview .anchor-list-wrap {
    padding-top: 100px;
    margin-top: -80px;
  }
  .interview .c-anchor-contents .info-block .pdf-wrap {
    max-width: initial;
  }
  .interview .c-anchor-contents .info-block .pdf-wrap .pdf {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .interview .c-anchor-contents .info-block .pdf-wrap .text-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .interview .c-anchor-contents .info-block .pdf-wrap .text-box .small {
    display: block;
    font-size: 12px;
    margin: min(15px, 3.8461538462vw) 0 min(51px, 13.0769230769vw);
  }
  .interview .c-anchor-contents .info-block .pdf-wrap .btn {
    gap: min(19px, 4.8717948718vw);
    margin-left: auto;
    margin-top: min(19px, 4.8717948718vw);
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .interview .c-anchor-contents .info-block .pdf-wrap .btn .ico-box {
    background: #D9FF03;
  }
  .interview .interview-section {
    padding: min(71px, 18.2051282051vw) 0 min(77px, 19.7435897436vw);
  }
  .interview .interview-section .desc-text {
    line-height: 2;
    margin: min(38px, 9.7435897436vw) 0 min(58px, 14.8717948718vw);
  }
  .interview .interview-section .interview-list {
    width: 100%;
    max-width: 570px;
    gap: 30px;
  }
  .interview .interview-section .interview-list > li {
    width: 100%;
  }
  .interview .interview-section .interview-list > li > a .contents-wrap {
    min-height: auto;
    width: calc(100% - 20px);
    padding: 18px 20px 20px;
  }
  .interview .interview-section .interview-list > li > a .contents-wrap .info-box .join {
    font-size: 10px;
  }
  .interview .interview-section .interview-list > li > a .contents-wrap .info-box .position {
    padding: 7px 20px 6px;
    margin-top: 18px;
    line-height: 1.5;
    font-size: 10px;
  }
  .interview .interview-section .inner-block.narrow.interview-wrap {
    padding: 0;
  }
  .interview .link-block {
    padding: min(80px, 20.5128205128vw) 0 min(100px, 25.641025641vw);
  }
  .interview .link-block .link-box > a {
    padding: min(40px, 10.2564102564vw) min(20px, 5.1282051282vw) min(25px, 6.4102564103vw);
  }
  .interview .link-block .link-box + .link-box {
    margin-top: min(20px, 5.1282051282vw);
  }
  .interview .link-block .link-box .c-ttl02 {
    padding-left: min(24px, 6.1538461538vw);
  }
  .interview .link-block .link-box .c-ttl02::before {
    top: 9px;
  }
  .interview .link-block .link-box .text {
    margin: min(27px, 6.9230769231vw) 0 min(10px, 2.5641025641vw);
  }
  .interview .add-txt .tiny {
    font-size: 11px;
  }
  .interview .pdf-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    gap: 40px;
  }
  .interview .pdf-list > li {
    width: 100%;
  }
  .interview .pdf-list > li .img-wrap {
    margin-bottom: min(20px, 5.1282051282vw);
  }
  .interview .pdf-list > li .target {
    margin-right: 0;
  }
  .interview .pdf-list > li .target .ico-box {
    background: #D9FF03;
    margin-left: 20px;
  }
  .interview-detail .page-fv {
    padding-top: 40px;
    padding-left: 30px;
    margin-bottom: min(97px, 24.8717948718vw);
  }
  .interview-detail .page-fv .fv-wrap .breadcrumb-outer {
    margin-top: 0;
    margin-left: -10px;
    margin-bottom: min(155px, 44.2857142857vw);
  }
  .interview-detail .page-fv .fv-wrap .fv {
    margin: 0 auto;
    max-width: 450px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .interview-detail .page-fv .fv-wrap .fv-img img {
    max-height: none;
  }
  .interview-detail .page-fv .fv-wrap .fv-img {
    margin-left: auto;
    width: min(360px, 92.3076923077vw);
  }
  .interview-detail .page-fv .fv-wrap .fv-img img {
    width: 100%;
  }
  .interview-detail .page-fv .fv-ttl {
    font-size: min(28px, 7.1794871795vw);
    bottom: auto;
    top: max(-124px, -31.7948717949vw);
    left: -20px;
  }
  .interview-detail .page-fv .fv-ttl .ib {
    line-height: 1.64;
  }
  .interview-detail .page-fv .fv-ttl .ib::before {
    height: 80%;
  }
  .interview-detail .page-fv .fv-info {
    bottom: -60px;
    padding: min(20px, 5.1282051282vw) min(33px, 8.4615384615vw) min(20px, 5.1282051282vw) min(30px, 7.6923076923vw);
    right: min(20px, 5.1282051282vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .interview-detail .page-fv .fv-info .name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .interview-detail .page-fv .fv-info .join {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .interview-detail .page-fv .fv-info .old-job {
    font-size: 10px;
    margin-bottom: 25px;
  }
  .interview-detail .page-fv .fv-info .position {
    font-size: min(10px, 2.5641025641vw);
    padding: min(8px, 2.0512820513vw) min(19px, 4.8717948718vw) min(7px, 1.7948717949vw);
  }
  .interview-detail .job-section {
    padding: min(20px, 5.1282051282vw) 0 min(32px, 8.2051282051vw);
  }
  .interview-detail .job-section .section-ttl {
    margin-bottom: 0;
    padding-top: min(94px, 24.1025641026vw);
    position: relative;
  }
  .interview-detail .job-section .section-ttl .ja {
    font-size: min(22px, 5.641025641vw);
  }
  .interview-detail .job-section .section-ttl .en {
    font-size: min(31px, 7.9487179487vw);
    gap: min(20px, 5.1282051282vw);
    left: 0;
    position: absolute;
    top: min(24px, 6.1538461538vw);
    z-index: 4;
  }
  .interview-detail .job-section .interview-box {
    padding-bottom: min(55px, 14.1025641026vw);
    width: 100%;
  }
  .interview-detail .job-section .interview-box .interview-thumb {
    max-width: none;
    width: calc(100% + 20px);
    margin-bottom: 0;
  }
  .interview-detail .job-section .interview-box .ttl {
    margin-bottom: min(25px, 6.4102564103vw);
    padding: min(184px, 47.1794871795vw) 0 0;
  }
  .interview-detail .job-section .interview-box .ttl::before {
    font-size: min(16px, 4.1025641026vw);
    top: min(123px, 31.5384615385vw);
  }
  .interview-detail .job-section .interview-box .ttl::after {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: min(117px, 30vw);
    width: 100%;
  }
  .interview-detail .job-section .interview-box .ttl .ja {
    font-size: min(24px, 6.1538461538vw);
    line-height: 1.58;
  }
  .interview-detail .job-section .interview-box .ttl .en {
    max-width: 100%;
    font-size: min(31px, 7.9487179487vw);
    left: 0;
    top: 42px;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .interview-detail .job-section .interview-box .text {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 auto;
  }
  .interview-detail .job-section .interview-box .text + .text {
    margin-top: min(28px, 7.1794871795vw);
  }
  .interview-detail .job-section .interview-box:nth-child(2) {
    padding-bottom: min(55px, 14.1025641026vw);
  }
  .interview-detail .job-section .interview-box:nth-child(2) .interview-thumb {
    margin-left: -20px;
    margin-bottom: 0;
  }
  .interview-detail .job-section .interview-box:nth-child(2) .ttl .en {
    left: 0;
    right: auto;
  }
  .interview-detail .reason-section {
    padding: min(40px, 10.2564102564vw) 0 min(95px, 24.358974359vw);
  }
  .interview-detail .reason-section .reason-ttl {
    margin-inline: max(-5px, -1.2820512821vw);
  }
  .interview-detail .reason-section .reason-ttl .en {
    width: 100%;
    font-size: min(38px, 9.7435897436vw);
    margin: 0 auto;
  }
  .interview-detail .reason-section .reason-ttl .ja {
    margin: min(20px, 5.1282051282vw) auto min(40px, 10.2564102564vw);
    padding-inline: min(23px, 5.8974358974vw);
  }
  .interview-detail .reason-section .bot-banner picture img {
    max-height: 350px;
  }
  .interview-detail .reason-section .reason-sub-ttl {
    font-size: min(24px, 6.1538461538vw);
    line-height: 1.58;
    margin: min(58px, 14.8717948718vw) 0 min(25px, 6.4102564103vw);
  }
  .interview-detail .reason-section .text {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
  }
  .interview-detail .reason-section .text + .text {
    margin-top: min(28px, 7.1794871795vw);
  }
  .interview-detail .others-section {
    padding: min(96px, 24.6153846154vw) 0;
  }
  .interview-detail .others-section .swiper-wrapper {
    margin-left: -40px;
  }
  .interview-detail .others-section .swiper-slide {
    width: min(280px, 71.7948717949vw);
  }
  .interview-detail .others-section .swiper-slide .text .name {
    margin-top: min(30px, 7.6923076923vw);
    font-size: 16px;
  }
  .interview-detail .others-section .swiper-slide .text .join {
    margin-bottom: min(20px, 5.1282051282vw);
  }
  .interview-detail .others-section .controller {
    margin: 64px 20px 0;
  }
  .interview-detail .others-section .num-area {
    margin-right: 12px;
  }
  .interview-detail .others-section .num-area .now, .interview-detail .others-section .num-area .total {
    margin: 0 3px;
    font-size: 12px;
  }
  .interview-detail .others-section .num-area.first {
    margin-left: 14px;
  }
  .interview-detail .others-section .swiper-button-prev, .interview-detail .others-section .swiper-button-next {
    width: 52px;
    height: 52px;
    top: -3px;
  }
  .interview-detail .others-section .swiper-pagination {
    bottom: 0;
    width: 175px;
    margin-right: 12px;
    margin-left: 7px;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1120px;
  }
  .inner-block.wide {
    max-width: 1400px;
  }
  .inner-block.narrow {
    max-width: min(1310px, 116.9642857143vw);
  }
  a,
a::before,
a::after,
button,
button::before,
button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .c-nav .nav-list > li > a:hover::after {
    width: 100%;
  }
  .c-header .c-nav .nav-btn-wrap.hovering .nav-btn:nth-child(2) > a::after {
    opacity: 0;
  }
  .c-header .c-nav .nav-btn-wrap .nav-btn > a:hover, .c-header .c-nav .nav-btn-wrap .nav-btn > button:hover {
    background: #fff;
    color: #333333;
  }
  .menu a:hover::after {
    width: calc(100% - 24px);
  }
  .menu a.link:hover::after {
    width: calc(100% - 10px);
  }
  .menu .menu-wrap .menu-list02 > li > a:hover {
    opacity: 0.7;
  }
  .c-footer .footer-inner .pagetop > a:hover > img {
    top: -5px;
  }
  .c-footer .footer-inner .foot-nav > li .links > a:hover::after {
    width: calc(100% - 10px);
  }
  .c-footer .footer-outer .link-list > li > a:hover::after {
    width: calc(100% - 24px);
  }
  .menu-btn:hover {
    background: #fff;
  }
  .menu-btn:hover > span {
    background: #333333;
  }
  .page-fv .fv-wrap {
    margin-left: -60px;
    width: calc(100% + 60px);
  }
  .breadcrumb {
    -webkit-text-orientation: sideways;
            text-orientation: sideways;
  }
  .breadcrumb > li {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .breadcrumb > li.ico-home > a:hover {
    opacity: 0.7;
  }
  .breadcrumb > li:not(.ico-home) > a:hover::before {
    height: 100%;
  }
  .anchor-list-wrap .anchor-list > li > a:hover {
    background: #fff;
    color: #333333;
  }
  .anchor-list-wrap .anchor-list > li > a:hover .arrow-box {
    color: #333333;
  }
  .c-tags .tag > button:hover {
    background: #333333;
    color: #ffffff;
  }
  .c-tags .tag > button.on:hover {
    background: #F2F2F2;
    color: #333333;
  }
  .c-news-list > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-news-list > li > a:hover {
    background: #F2F2F2;
  }
  .c-recruit-list > li > a:hover {
    background: #333333;
  }
  .c-recruit-list > li > a:hover .c-ttl03 .ja {
    color: #fff;
  }
  .c-recruit-list > li > a:hover .arrow-box {
    background: #D9FF03;
    color: #333333;
  }
  .btn-link-list > li > a:hover {
    background: #666666;
  }
  .btn-link-list > li > a:hover .c-ttl03 .ja {
    color: #fff;
  }
  .btn-link-list > li > a:hover .arrow-box {
    background: #D9FF03;
    color: #333333;
  }
  .home .movie-wrap.is-move {
    -webkit-animation: mv 1.8s ease-in-out;
            animation: mv 1.8s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .home .movie-wrap .pause:hover, .home .movie-wrap .play:hover {
    opacity: 0.7;
  }
  .home .mv .inner-block {
    max-width: none;
  }
  .home .mv .mv-ttl {
    left: min(30px, 2.0833333333vw);
  }
  .home .mv .mv-txt-wrap .mv-txt-inner {
    margin-left: max(-30px, -2.0833333333vw);
  }
  .home .news-link {
    position: absolute;
    right: 40px;
    top: 40px;
  }
  .home .news-link > a:hover > p::after {
    width: 100%;
  }
  .home .top-company .materials .note-box .target {
    position: relative;
    top: 5px;
  }
  .home .top-company .materials .note-box .target::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 0;
    height: 1px;
    bottom: 1px;
    left: 0;
  }
  .home .top-company .materials .note-box .target:hover::after {
    width: calc(100% - 52px);
  }
  .home .top-company .merit-list > li:nth-child(1) {
    z-index: 1;
    top: 0px;
  }
  .home .top-company .merit-list > li:nth-child(2) {
    z-index: 2;
    top: 90px;
  }
  .home .top-company .merit-list > li:nth-child(3) {
    z-index: 3;
    top: 180px;
  }
  .home .top-company .merit-list > li:nth-child(4) {
    z-index: 4;
    top: 270px;
  }
  .home .top-company .merit-list > li:nth-child(5) {
    z-index: 5;
    top: 360px;
  }
  .home .top-company .merit-list > li:nth-child(6) {
    z-index: 6;
    top: 450px;
  }
  .home .top-company .merit-list > li:nth-child(7) {
    z-index: 7;
    top: 540px;
  }
  .home .top-job a:hover {
    opacity: 0.7;
  }
  .home .top-environment .environment-list > li > a:hover {
    background: #666666;
  }
  .home .top-environment .environment-list > li > a:hover .c-ttl03 .ja {
    color: #fff;
  }
  .home .top-environment .environment-list > li > a:hover .arrow-box {
    background: #D9FF03;
    color: #333333;
  }
  .home .gallery .swiper-button-prev:hover, .home .gallery .swiper-button-next:hover {
    background: #F2F2F2;
    color: #333333;
  }
  .error-page .btn-wrap > a:hover .btn-txt::after {
    width: calc(100% + 3px);
  }
  .news .news-list-wrap .c-tags {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .news .news-list-wrap .year-list {
    position: absolute;
    top: -47px;
    left: -104px;
  }
  .news .news-list-wrap .year-list > li > a:hover {
    opacity: 0.7;
  }
  .news-detail .article-content a:hover {
    opacity: 0.7;
  }
  .news-detail .article-content .btn a:hover {
    opacity: 1;
    background: #fff;
  }
  .news-detail .article-foot .news-link > a:hover > p::after {
    width: 100%;
  }
  .merit .info-wrap .note-box .target {
    position: relative;
    top: 5px;
  }
  .merit .info-wrap .note-box .target::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 0;
    height: 1px;
    bottom: 1px;
    left: 0;
  }
  .merit .info-wrap .note-box .target:hover::after {
    width: calc(100% - 52px);
  }
  .training .anchor-table a.cell:hover {
    background: #D9FF03;
    color: #333333;
  }
  .training .anchor-table a.cell:hover .ico {
    color: #333333;
  }
  .training .training-list > li:last-child {
    padding-bottom: 0;
  }
  .training .training-list02.group > li .txt-wrap .link:hover::after {
    width: calc(100% - 50px);
  }
  .career .btn-link-list > li > a, .newgrad .btn-link-list > li > a {
    padding: min(30px, 2.6785714286vw);
  }
  .career .btn-link-list > li > a .c-ttl03 .ja, .newgrad .btn-link-list > li > a .c-ttl03 .ja {
    font-size: 18px;
  }
  .career .foot-banner > a:hover, .newgrad .foot-banner > a:hover {
    opacity: 0.7;
  }
  .career .requirements > li .js--aco:hover, .newgrad .requirements > li .js--aco:hover {
    color: #333333;
  }
  .career .requirements > li .js--aco:hover::after, .newgrad .requirements > li .js--aco:hover::after {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .career .requirements > li .js--aco:hover .aco-head-inner::after, .newgrad .requirements > li .js--aco:hover .aco-head-inner::after {
    background: #333333;
  }
  .career .requirements > li .js--aco .aco-head-inner::after, .newgrad .requirements > li .js--aco .aco-head-inner::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #D9FF03;
    top: 0;
    left: 0;
  }
  .career .requirements > li .js--aco-content dl > dd a:hover, .newgrad .requirements > li .js--aco-content dl > dd a:hover {
    opacity: 0.7;
  }
  .career .sec02 .position-list > li > a:hover::after {
    opacity: 0;
  }
  .career .sec02 .position-list > li > a:hover .arrow-box {
    background: #D9FF03;
    color: #333333;
  }
  .faq .faq-inner-list > li .js--aco:hover {
    background: #E7E7E7;
  }
  .interview .c-anchor-contents .info-block .pdf-wrap .btn:hover .text::after {
    width: 100%;
  }
  .interview .c-anchor-contents .info-block .pdf-wrap .btn .text {
    position: relative;
  }
  .interview .c-anchor-contents .info-block .pdf-wrap .btn .text::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 0;
    height: 1px;
    bottom: -5px;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .interview .interview-section .c-ttl04 {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .interview .interview-section .c-ttl04 .en {
    font-size: 10px;
    margin-top: min(8px, 0.7142857143vw);
  }
  .interview .interview-section .interview-list > li > a:hover .thumbnail img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .interview .interview-section .interview-list > li > a .contents-wrap .ttl {
    min-height: 102px;
  }
  .interview .link-block .link-box > a:hover {
    background: #333333;
    color: #fff;
  }
  .interview .link-block .link-box > a:hover .c-ttl02::before {
    background: url(../img/common/ico_kira.svg);
  }
  .interview .pdf-list > li .target {
    position: relative;
    top: 5px;
  }
  .interview .pdf-list > li .target::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 0;
    height: 1px;
    bottom: 1px;
    left: 0;
  }
  .interview .pdf-list > li .target:hover::after {
    width: calc(100% - 52px);
  }
  .interview-detail .page-fv .fv-ttl {
    bottom: min(171px, 11.875vw);
    left: clamp(10px, calc(100vw - 1085px), 55px);
  }
  .interview-detail .job-section .section-ttl {
    bottom: min(108px, 7.5vw);
    position: absolute;
    left: -150px;
  }
  .interview-detail .job-section .interview-box:nth-child(2) .ttl {
    position: relative;
  }
  .interview-detail .job-section .interview-box:nth-child(2) .ttl .en {
    right: 0;
    top: max(-218px, -19.4642857143vw);
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    right: auto;
    left: -150px;
  }
  .interview-detail .others-section .c-ttl04 {
    margin-bottom: min(104px, 9.2857142857vw);
  }
  .interview-detail .others-section .swiper-slide > a:hover .name::after {
    width: 100%;
  }
  .interview-detail .others-section .swiper-button-prev:hover, .interview-detail .others-section .swiper-button-next:hover {
    background: #F2F2F2;
    color: #333333;
  }
}

@media only screen and (max-width: 899px) {
  .lq-900 {
    display: none !important;
  }
  .career .personality-list, .newgrad .personality-list {
    padding: min(36px, 9.2307692308vw) min(19px, 4.8717948718vw) 20px;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career .personality-list > li, .newgrad .personality-list > li {
    min-height: auto;
    width: 100%;
    padding: min(43px, 11.0256410256vw) min(20px, 5.1282051282vw) 27px;
  }
  .career .personality-list > li .lead.yellow, .newgrad .personality-list > li .lead.yellow {
    font-size: 24px;
    text-align: center;
  }
  .career .personality-list > li:first-child, .newgrad .personality-list > li:first-child {
    padding: 0 0 16px;
    text-align: justify;
  }
  .career .personality-list > li:first-child .lead, .newgrad .personality-list > li:first-child .lead {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .career .personality-list > li:first-child .lead::after, .newgrad .personality-list > li:first-child .lead::after {
    width: 20px;
    bottom: -23px;
  }
  .career .personality-list > li:nth-child(n+5), .newgrad .personality-list > li:nth-child(n+5) {
    min-height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 899px) {
  .lq-900-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 465px) {
  .lq-465 {
    display: none !important;
  }
}

@media only screen and (min-width: 861px) {
  .br-860 {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .c-header .outer-wrap {
    padding: 16px min(16px, 4.1025641026vw);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .c-header .c-nav .nav-list {
    display: none;
  }
}

@media only screen and (min-width: 1221px) and (max-width: 1340px) {
  .c-header .c-nav .nav-list > li:not(:first-child) {
    margin-left: 20px;
  }
  .c-header .c-nav .nav-btn-wrap {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .menu .menu-wrap {
    padding-top: 8.8194444444vw;
  }
  .bg .back-txt {
    left: calc(-50vw + 712px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .menu .menu-wrap .menu-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(100px, 8.6206896552vw);
  }
  .menu .menu-wrap .menu-list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu .menu-wrap .menu-outer .link-list > li + li {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1160px) {
  .menu .menu-wrap .menu-outer .link-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1060px) {
  .c-footer .footer-outer {
    padding: 40px 0;
  }
  .c-footer .footer-outer .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .c-footer .footer-outer .link-list {
    gap: 15px 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-footer .footer-outer .link-list > li + li {
    margin-left: 0;
  }
  .c-footer .footer-outer .link-list > li .ico-blank {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
  }
  .c-footer .footer-outer .copy {
    font-size: 10px;
    text-align: right;
  }
  .career .btn-link-list.in-process > li, .newgrad .btn-link-list.in-process > li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
  .c-ttl01 .en {
    font-size: 48px;
  }
  .support .dot-list.half > li {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .c-ttl04 {
    margin-left: calc(-50vw + 630px);
  }
  .training .pc-left {
    margin-left: calc(-50vw + 630px);
  }
  .career .personality-list > li:first-child .list-inner, .newgrad .personality-list > li:first-child .list-inner {
    padding-right: calc(100vw - 1400px);
  }
  .interview-detail .others-section .c-ttl04 {
    margin-left: calc(-50vw + 674px);
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1260px) {
  .c-ttl04 {
    margin-left: 0;
  }
  .training .pc-left {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1260px) and (max-width: 767px) {
  .c-ttl04 {
    padding-left: 25px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1441px) and (min-width: 1496px) {
  .bg .back-txt {
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .c-news-list > li .news-ttl {
    width: calc(100vw - 337px);
  }
  .home .mv .mv-ttl {
    font-size: min(75px, 6.6964285714vw);
    left: 0;
  }
  .training .anchor-table .cell {
    font-size: 16px;
  }
  .training .anchor-table .cell.narrow {
    padding-right: 15px;
    padding-left: 15px;
  }
  .training .anchor-table .table-outer {
    margin: 0 auto;
    width: 938px;
    gap: 10px;
  }
  .training .anchor-table .table-outer .table-outer-left {
    width: 860px;
  }
  .training .anchor-table .table-inner {
    gap: 10px;
  }
  .training .anchor-table .table-inner .table-inner-left {
    width: 554px;
  }
  .training .anchor-table .table-inner .table-inner-left .top-row {
    margin-left: 58px;
  }
  .training .anchor-table .table-inner .table-inner-left .left {
    width: 340px;
  }
  .training .anchor-table .row {
    gap: 10px;
  }
  .training .anchor-table .ref {
    width: 48px;
  }
  .training .anchor-table .ref .cell {
    line-height: 48px;
  }
}

@media only screen and (max-width: 920px) {
  .c-recruit-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-recruit-list > li {
    width: 100%;
  }
  .c-recruit-list > li:not(:first-child) {
    border-left: none;
  }
  .btn-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .btn-link-list > li {
    width: 100%;
  }
  .home .top-environment .environment-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .home .top-environment .environment-list > li {
    width: 100%;
  }
}

@media only screen and (max-width: 380px) {
  .home .br-adjust {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .home .top-company .news-link {
    top: 90px;
  }
}

@media only screen and (max-width: 960px) and (max-width: 767px) {
  .home .top-company .news-link {
    position: absolute;
    top: 76px;
    right: 20px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1370px) {
  .home .top-company .over-list {
    width: calc(100vw - 80px);
    margin-left: calc(-50vw + 560px);
  }
  .home .top-company .merit-list > li {
    padding: 23px calc(50vw - 560px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1370px) and (max-width: 1120px) {
  .home .top-company .over-list {
    width: 100%;
    margin-left: 0;
  }
  .home .top-company .merit-list > li {
    padding: 23px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1090px) {
  .home .top-company .merit-list > li .contents .txt-wrap {
    width: calc(100vw - 440px);
    min-width: 380px;
  }
  .interview .interview-section .interview-list {
    gap: 53px 30px;
  }
  .interview .interview-section .interview-list > li {
    width: calc((100% - 30px)/2);
  }
}

@media only screen and (max-width: 767px) and (max-width: 380px) {
  .home .top-company .merit-list > li .contents .txt-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 389px) {
  .home .gallery .controller {
    margin: 60px 10px 0;
  }
  .home .gallery .num-area {
    top: -12px;
    margin-right: 8px;
  }
  .home .gallery .swiper-pagination {
    width: 145px;
  }
  .interview-detail .job-section .interview-box .interview-thumb {
    width: calc(100% + 100vw * 20/390);
  }
  .interview-detail .others-section .controller {
    margin-left: -5px;
    margin-right: -5px;
  }
  .interview-detail .others-section .num-area {
    top: -12px;
  }
  .interview-detail .others-section .swiper-button-prev, .interview-detail .others-section .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 0;
  }
  .interview-detail .others-section .swiper-pagination {
    width: 145px;
  }
}

@media only screen and (max-width: 389px) {
  .home .gallery .swiper-button-prev, .home .gallery .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .news .news-list-wrap .year-list {
    left: calc(-50vw + 616px);
  }
  .news-detail .article-content dl dd:nth-child(2) {
    padding-top: 26px;
  }
  .career .requirements, .newgrad .requirements {
    width: calc(100% + (100vw - 1260px));
    margin-left: calc(-50vw + 630px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1152px) {
  .news .news-list-wrap .year-list {
    left: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .merit .list-section .sec-tag {
    margin-bottom: 36px;
  }
  .merit .list-section:nth-child(2n) .merit-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .merit .list-section:nth-child(2n) .sec-tag {
    text-align: left;
  }
  .merit .list-section {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .merit .merit-content {
    gap: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .merit .merit-content .text-wrap {
    width: 100%;
  }
  .training .training-list > li .training-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .training .training-list > li .training-content .img-wrap {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 350px;
    margin: 0 auto;
  }
  .training .training-list > li .training-content .text-wrap {
    width: 100%;
  }
  .interview-detail .job-section .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview-detail .job-section .info-block .lead {
    margin-bottom: 25px;
  }
  .interview-detail .job-section .info-block .text {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) and (max-width: 767px) {
  .merit .list-section .sec-tag {
    font-size: 14px;
  }
  .training .training-list > li .training-content .img-wrap {
    margin-bottom: 30px;
  }
  .interview-detail .job-section .info-block {
    padding-bottom: min(70px, 17.9487179487vw);
  }
  .interview-detail .job-section .info-block .lead {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
  .merit .merit-content {
    gap: 50px;
  }
}

@media only screen and (max-width: 1119px) {
  .merit .merit-content .img-wrap {
    width: min(550px, 49.1071428571vw);
  }
}

@media only screen and (max-width: 1119px) and (max-width: 900px) {
  .merit .merit-content .img-wrap {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 940px) {
  .merit .merit-content .text-wrap .merit-ttl {
    font-size: 32px;
  }
  .training .training-list02 > li .txt-wrap {
    width: calc(100% - 385px);
  }
  .training .training-list02.group > li .txt-wrap {
    width: calc(100% - 375px);
  }
}

@media only screen and (max-width: 767px) and (max-width: 340px) {
  .merit .merit-content .text-wrap .merit-ttl {
    font-size: 22px;
  }
  .training .training-list > li .training-content .ttl {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 586px) {
  .training .anchor-table {
    margin: min(60px, 15.3846153846vw) auto 0;
  }
  .support .dot-list > li {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 440px) {
  .training .anchor-table .cell .ico {
    right: 7px;
  }
  .training .anchor-table .table-inner .table-inner-right .row .cell .ico {
    right: 7px;
  }
}

@media only screen and (max-width: 440px) {
  .training .anchor-table .cell.vt .ico {
    bottom: 12px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 385px) {
  .training .programs-wrap .programs > li {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .training .table-list > li {
    width: calc((100% - 10px)/2);
  }
  .training .table-list > li:not(:last-child) {
    padding-bottom: 26px;
  }
  .career .career-contact, .newgrad .career-contact {
    padding-top: 60px;
    margin-bottom: 56px;
  }
  .career .career-contact .inner-block, .newgrad .career-contact .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career .career-contact .contact-txt, .newgrad .career-contact .contact-txt {
    margin-top: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 980px) and (max-width: 600px) {
  .training .table-list > li {
    width: 100%;
  }
}

@media only screen and (max-width: 585px) {
  .support .dot-list.half > li {
    width: 100%;
  }
}

@media only screen and (max-width: 940px) {
  .career .btn-link-list > li, .newgrad .btn-link-list > li {
    width: 100%;
  }
}

@media only screen and (max-width: 940px) and (max-width: 767px) {
  .career .btn-link-list > li .arrow-box, .newgrad .btn-link-list > li .arrow-box {
    width: 26px;
    height: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .career .personality-list > li .lead, .newgrad .personality-list > li .lead {
    font-size: 22px;
  }
  .career .personality-list > li .lead > span, .newgrad .personality-list > li .lead > span {
    font-size: 16px;
  }
  .career .personality-list > li:first-child .lead, .newgrad .personality-list > li:first-child .lead {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1400px) {
  .career .personality-list > li:first-child .list-inner, .newgrad .personality-list > li:first-child .list-inner {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .career .process-list > li::after, .newgrad .process-list > li::after {
    left: 50px;
  }
  .career .process-list > li .mark, .newgrad .process-list > li .mark {
    left: 30px;
  }
}

@media only screen and (max-width: 979px) {
  .career .skill-wrap .skill-list, .newgrad .skill-wrap .skill-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
  .career .skill-wrap .skill-list .skill-left, .newgrad .skill-wrap .skill-list .skill-left {
    width: 100%;
  }
  .career .skill-wrap .skill-list li, .newgrad .skill-wrap .skill-list li {
    min-width: auto;
    height: 170px;
    width: calc(50% - 5px);
    padding: 60px min(40px, 3.5714285714vw) 30px;
  }
  .career .skill-wrap .skill-list .skill-right, .newgrad .skill-wrap .skill-list .skill-right {
    width: 100%;
  }
  .career .skill-wrap .skill-list .skill-right li, .newgrad .skill-wrap .skill-list .skill-right li {
    width: 100%;
    height: auto;
    padding: 60px 50px 40px 30px;
  }
  .career .skill-wrap .skill-list .skill-right li .skill-inner, .newgrad .skill-wrap .skill-list .skill-right li .skill-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .career .skill-wrap .skill-list .skill-right li .lead, .newgrad .skill-wrap .skill-list .skill-right li .lead {
    margin-bottom: 0;
  }
  .career .skill-wrap .skill-list .skill-right .plus, .newgrad .skill-wrap .skill-list .skill-right .plus {
    width: 40px;
    height: 40px;
    top: -60px;
    left: 0;
    right: 0;
    bottom: auto;
  }
  .newgrad .skill-wrap .skill-list .skill-left {
    gap: 10px;
  }
  .newgrad .skill-wrap .skill-list .skill-left > li {
    min-width: auto;
    height: 170px;
    width: calc(50% - 5px);
    padding: 60px min(40px, 3.5714285714vw) 30px;
  }
}

@media only screen and (max-width: 979px) and (max-width: 767px) {
  .career .skill-wrap .skill-list .skill-left, .newgrad .skill-wrap .skill-list .skill-left {
    gap: 4px;
  }
  .career .skill-wrap .skill-list li, .newgrad .skill-wrap .skill-list li {
    width: calc(50% - 2px);
    padding: min(30px, 7.6923076923vw) min(20px, 5.1282051282vw);
    height: 170px;
  }
  .career .skill-wrap .skill-list .skill-right li, .newgrad .skill-wrap .skill-list .skill-right li {
    padding: 30px 8.9743589744vw 20px 20px;
  }
  .newgrad .skill-wrap .skill-list .skill-left {
    gap: 4px;
  }
  .newgrad .skill-wrap .skill-list .skill-left > li {
    width: calc(50% - 2px);
    padding: min(30px, 7.6923076923vw) min(20px, 5.1282051282vw);
    height: 170px;
  }
}

@media only screen and (max-width: 370px) {
  .career .skill-wrap .skill-list li .txt, .newgrad .skill-wrap .skill-list li .txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
  .career .career-contact, .newgrad .career-contact {
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .career .career-contact .contact-txt, .newgrad .career-contact .contact-txt {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1260px) {
  .career .requirements, .newgrad .requirements {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .career .requirements > li .js--aco-content, .newgrad .requirements > li .js--aco-content {
    padding-left: min(45px, 4.0178571429vw);
    padding-right: min(45px, 4.0178571429vw);
  }
}

@media only screen and (max-width: 600px) {
  .career .sec02 .position-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career .sec02 .position-list > li {
    width: 100%;
    height: 50.5128205128vw;
    max-height: 239px;
    max-width: 425px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .career .sec02 .position-list > li:nth-child(1) {
    background: url(../img/career/position01_sp.png.webp) no-repeat center/cover;
  }
  .career .sec02 .position-list > li:nth-child(2) {
    background: url(../img/career/position02_sp.png.webp) no-repeat center/cover;
  }
  .career .sec02 .position-list > li:nth-child(3) {
    background: url(../img/career/position03_sp.png.webp) no-repeat center/cover;
  }
  .career .sec02 .position-list > li:nth-child(4) {
    background: url(../img/career/position04_sp.png.webp) no-repeat center/cover;
  }
  .career .sec02 .position-list > li:nth-child(5) {
    background: url(../img/career/position05_sp.png.webp) no-repeat center/cover;
  }
}

@media only screen and (min-width: 1120px) {
  .newgrad .process-list > li .txt {
    margin-left: min(50px, 4.4642857143vw);
  }
}

@media only screen and (max-width: 767px) and (min-width: 571px) {
  .interview .interview-section .interview-list {
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .interview .interview-section .interview-list > li > a .contents-wrap {
    padding: 30px 20px;
  }
  .interview-detail .page-fv .fv-info {
    right: 10px;
    padding: min(45px, 4.0178571429vw) min(20px, 1.9607843137vw);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) and (max-width: 1090px) {
  .interview .interview-section .interview-list > li > a .contents-wrap {
    min-height: 259px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) and (max-width: 1090px) and (max-width: 969px) {
  .interview .interview-section .interview-list > li > a .contents-wrap {
    min-height: 293px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) and (max-width: 920px) {
  .interview-detail .page-fv .fv-info.wide {
    padding: min(30px, 3.2608695652vw) min(20px, 1.9607843137vw) min(20px, 2.1739130435vw);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .interview-detail .job-section .section-ttl {
    left: calc(-50vw + 490px);
  }
  .interview-detail .job-section .interview-box .ttl .en {
    right: calc(-50vw + 450px);
  }
  .interview-detail .job-section .interview-box:nth-child(2) .ttl .en {
    left: calc(-50vw + 490px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 980px) {
  .interview-detail .job-section .section-ttl {
    left: 0;
  }
  .interview-detail .job-section .interview-box:nth-child(2) .ttl .en {
    left: 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 581px) {
  .interview-detail .job-section .interview-box .interview-thumb {
    max-width: 540px;
    margin: 0 auto;
  }
  .interview-detail .job-section .interview-box:nth-child(2) .interview-thumb {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 940px) {
  .interview-detail .job-section .interview-box .ttl .en {
    right: -20px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1346px) {
  .interview-detail .others-section .c-ttl04 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1346px) and (max-width: 767px) {
  .interview-detail .others-section .c-ttl04 {
    padding-left: 25px;
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */