@charset "UTF-8";
:root {
  --font-g: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  --font-ug: "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  --font-e: "Inter", sans-serif;
  --font-m: 'Sawarabi Mincho', serif;
  --c-text: #000000;
  --c-dark-gray: #323C45;
  --c-light-gray: #E7EFF6;
  --c-light-green: #e8ede7;
  --c-red: #F52222; }

img {
  max-width: 100%;
  height: auto; }
  img.rounded {
    border-radius: 24px;
    overflow: hidden; }

.w100 {
  max-width: 100%;
  height: auto; }
  .w100p {
    width: 100%;
    height: auto; }

.font-g {
  font-family: var(--font-g); }
.font-ug {
  font-family: var(--font-ug); }
.font-e {
  font-family: var(--font-e); }

.text-offset {
  display: inline-block;
  text-indent: -.5em; }

/* keyframes */
@keyframes arrow_in_circle-right {
  0% {
    translate: 0 0;
    visibility: visible; }
  40% {
    translate: 100% 0;
    opacity: 1; }
  41% {
    translate: -100% 0;
    opacity: 0; }
  60% {
    translate: -100% 0;
    opacity: 1; }
  100% {
    translate: 0 0; } }
@keyframes arrow_in_circle-left {
  0% {
    translate: 0 0;
    visibility: visible; }
  40% {
    translate: -100% 0;
    opacity: 1; }
  41% {
    translate: 100% 0;
    opacity: 0; }
  60% {
    translate: 100% 0;
    opacity: 1; }
  100% {
    translate: 0 0; } }
@keyframes rotate {
  0% {
    rotate: 0deg; }
  100% {
    rotate: -360deg; } }
@keyframes rotate_square {
  45% {
    rotate: 0deg; }
  100% {
    rotate: -90deg; } }
@keyframes rotate_square_interval {
  85% {
    rotate: 0deg; }
  100% {
    rotate: -90deg; } }
@keyframes rotate_square_interval-r {
  85% {
    rotate: 0deg; }
  100% {
    rotate: 90deg; } }
@keyframes rotate_triangle {
  45% {
    rotate: 0deg; }
  100% {
    rotate: 120deg; } }
@keyframes rotate_l {
  0% {
    rotate: 0; }
  100% {
    rotate: -90deg; } }
@keyframes rotate_l_120 {
  75% {
    rotate: 0deg; }
  100% {
    rotate: -120deg; } }
@keyframes rotate_r {
  0% {
    rotate: 0deg; }
  100% {
    rotate: 90deg; } }
@keyframes footer-line {
  0% {
    background-position: 0 0;
    visibility: visible; }
  100% {
    background-position: -16px 0; } }
@keyframes footer-line-pc {
  0% {
    background-position: 0 0;
    visibility: visible; }
  100% {
    background-position: -32px 0; } }
@keyframes conveyor {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -120px 0; } }
@keyframes conveyor-tab {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -180px 0; } }
@keyframes conveyor-pc {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -240px 0; } }
@keyframes pop_mail {
  0% {
    scale: 1 1;
    translate: 0 0; }
  20% {
    scale: 0.5 1.5;
    translate: 0 -5px; }
  35% {
    scale: 0.5 1.5;
    translate: 0 0; }
  80% {
    scale: 1.5 0.5;
    translate: 0 0; }
  100% {
    scale: 1 1;
    translate: 0 0; } }
@keyframes pop_phone {
  0% {
    rotate: -30deg; }
  100% {
    rotate: 0deg; } }
/* 576-767 */
/* 768-991 */
/* 992-1199 */
@media screen and (min-width: 992px) {
  img.rounded {
    border-radius: 32px; } }
/* 1200- */
/*--- reset ---*/
html {
  /*position:relative; min-height:100%;*/
  font-size: 10px; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, hr, header, footer, nav, aside, section, figure {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

address, caption, cite, code, dfn, h1, h2, h3, h4, th, var {
  font-style: normal;
  font-weight: normal; }

fieldset, img, abbr {
  border: 0; }

img {
  vertical-align: top; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto; }

th, td {
  margin: 0;
  padding: 0; }

th, td {
  text-align: left;
  vertical-align: top; }

caption, th {
  text-align: left;
  margin: auto; }

object, embed {
  vertical-align: top; }

legend {
  display: none; }

header, footer, main, article, section, nav, aside {
  display: block; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-family: var(--font-g);
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer; }
  button:focus {
    outline: none; }

hr {
  border: none;
  border-top: 1px var(--c-text) solid; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

a:link, a:focus, a:visited, a:hover {
  text-decoration: none;
  outline: none; }

/* -575 */
.ttl {
  margin-bottom: 24px; }
  .ttl--sub {
    display: inline-flex;
    align-items: center;
    line-height: 1.25;
    background-color: var(--c-red);
    border: solid 1px var(--c-red); }
    .ttl--sub__label {
      flex: 0 0 auto;
      height: 100%;
      font-family: var(--font-e);
      font-size: 1.4rem;
      font-weight: 500;
      color: #fff;
      padding: 2px 12px; }
    .ttl--sub__text {
      flex: 0 1 auto;
      font-family: var(--font-ug);
      font-size: 1.3rem;
      font-weight: 700;
      background-color: #fff;
      padding: 5px 12px 4px; }
  .ttl--sub + .ttl--main {
    margin-top: 30px; }
  .ttl--main {
    display: block;
    font-family: var(--font-ug);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em; }
    .ttl--main:before {
      content: '';
      display: block;
      height: 2px;
      background-image: repeating-linear-gradient(270deg, var(--c-red), var(--c-red) 4px, transparent 4px, transparent 6px, var(--c-red) 6px);
      margin-bottom: 12px; }
    .ttl--main span {
      display: inline-block; }
    h1 .ttl--main {
      font-size: 4rem; }
      h1 .ttl--main:before {
        width: 16px;
        background-size: 16px 2px; }
    h2 .ttl--main {
      font-size: 2.4rem; }
      h2 .ttl--main:before {
        width: 10px;
        background-size: 10px 2px; }

.butn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
  max-width: 100%;
  width: 280px;
  min-height: 56px;
  background-color: #fff;
  border: solid 2px var(--c-red);
  border-radius: 28px;
  padding: 10px; }
  .butn__label {
    flex: 1 1 auto;
    font-weight: 600;
    color: var(--c-red);
    padding-left: 14px; }
    .butn__label span {
      display: inline-block; }
  .butn .icon {
    flex: 0 0 auto; }
  .butn:hover .icon_arrow-right_in-circle:before {
    animation: arrow_in_circle-right 0.6s 1 cubic-bezier(0, 0.8, 0.75, 1); }
  .butn:hover .icon_arrow-left_in-circle:before {
    animation: arrow_in_circle-left 0.6s 1 cubic-bezier(0, 0.8, 0.75, 1); }
  .butn--red {
    background-color: var(--c-red); }
    .butn--red .butn__label {
      color: #fff; }
  .butn--short {
    width: 246px; }
  .butn.disabled {
    pointer-events: none;
    filter: grayscale(100%); }

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }
  .icon_mail {
    width: 16px;
    height: 13px;
    background-image: url(../img/common/icon-mail.svg); }
    .icon_mail-l {
      width: 40px;
      height: 30px;
      background-image: url(../img/common/icon-mail.svg); }
  .icon_phone {
    width: 16px;
    height: 16px;
    background-image: url(../img/common/icon-phone.svg); }
  .icon_arrow-up {
    width: 16px;
    height: 16px;
    background-image: url(../img/common/icon-arrow-up.svg); }
  .icon_arrow-right {
    width: 20px;
    height: 20px;
    background-image: url(../img/common/icon-arrow-right-red.svg); }
    .icon_arrow-right--small {
      width: 12px;
      height: 12px; }
    .icon_arrow-right--white {
      background-image: url(../img/common/icon-arrow-right-white.svg); }
    .icon_arrow-right_in-circle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border: solid 3px var(--c-red);
      border-radius: 28px;
      overflow: hidden; }
      .icon_arrow-right_in-circle:before {
        content: '';
        flex: 0 0 auto;
        width: 100%;
        height: 100%;
        background-image: url(../img/common/icon-arrow-right-red.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center; }
      .icon_arrow-right_in-circle--white {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        border-width: 2px;
        border-color: #fff; }
        .icon_arrow-right_in-circle--white:before {
          background-image: url(../img/common/icon-arrow-right-white.svg);
          background-size: 12px 12px; }
      .icon_arrow-right_in-circle--small {
        width: 32px;
        height: 32px;
        border-radius: 16px;
        border-width: 2px; }
        .icon_arrow-right_in-circle--small:before {
          background-size: 12px 12px; }
  .icon_arrow-left {
    width: 14px;
    height: 14px;
    background-image: url(../img/common/icon-arrow-left-black.svg); }
    .icon_arrow-left_in-circle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border: solid 3px var(--c-red);
      border-radius: 28px;
      overflow: hidden; }
      .icon_arrow-left_in-circle:before {
        content: '';
        flex: 0 0 auto;
        width: 100%;
        height: 100%;
        background-image: url(../img/common/icon-arrow-right-red.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center;
        rotate: 180deg; }
      .icon_arrow-left_in-circle--white {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        border-width: 2px;
        border-color: #fff; }
        .icon_arrow-left_in-circle--white:before {
          background-image: url(../img/common/icon-arrow-right-white.svg);
          background-size: 12px 12px; }
      .icon_arrow-left_in-circle--small {
        width: 32px;
        height: 32px;
        border-radius: 16px;
        border-width: 2px; }
        .icon_arrow-left_in-circle--small:before {
          background-size: 12px 12px; }

hr.dashed {
  border: none;
  height: 2px;
  background-image: repeating-linear-gradient(270deg, #c8d8e7, #c8d8e7 16px, transparent 16px, transparent 32px, #c8d8e7 32px);
  background-size: calc(100% + 32px) 2px;
  background-position: 0 0;
  background-repeat: no-repeat;
  animation: footer-line-pc 1.2s infinite linear;
  margin: 40px 0; }

/* 576-767 */
@media screen and (min-width: 576px) {
  .butn--short {
    width: 280px; } }
/* 768-991 */
@media screen and (min-width: 768px) {
  .ttl {
    margin-bottom: 42px; }
    .ttl--sub__label {
      font-size: 1.5rem; }
    .ttl--sub__text {
      font-size: 1.4rem; }
    h2 .ttl--main {
      font-size: 2.7rem; } }
/* 992-1199 */
@media screen and (min-width: 992px) {
  .ttl--sub__label {
    font-size: 1.6rem; }
  .ttl--sub__text {
    font-size: 1.5rem; }
  h2 .ttl--main {
    font-size: 3.2rem; } }
/* 1200- */
/* -575 */
body {
  font-family: var(--font-g);
  -webkit-font-smoothing: antialiased;
  color: var(--c-text);
  font-size: 1.6rem;
  line-height: 1.73;
  overflow-x: hidden; }
  body.nav-open {
    overflow: hidden; }
    body.nav-open .header__content-menu {
      opacity: 1;
      pointer-events: auto;
      translate: 0 0; }
    body.nav-open .header__content-navigation {
      opacity: 1;
      translate: 0 0; }
  body.header-fixed {
    padding-top: 64px; }
    body.header-fixed .header {
      position: fixed;
      top: 0;
      left: 0; }

.container {
  max-width: 1174px;
  padding-right: 32px;
  padding-left: 32px;
  margin-right: auto;
  margin-left: auto; }

.header {
  width: 100%;
  height: 64px;
  background-color: #fff;
  position: relative;
  z-index: 2; }
  .header-innr {
    display: flex;
    align-items: center;
    gap: 0 16px;
    width: 100%;
    height: 100%;
    padding: 16px 24px; }
  .header__logo {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 160px;
    max-width: 240px;
    width: 41.025641vw; }
    .header__logo img {
      flex: 0 0 auto; }
  .header__content {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 20px; }
    .header__content-contact {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      height: 32px;
      border: solid 2px var(--c-red);
      border-radius: 16px; }
      .header__content-contact_anch {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 0px 6px;
        line-height: 1;
        padding: 0 10px; }
        .header__content-contact_anch + .header__content-contact_anch {
          border-left: solid 2px var(--c-red); }
        .header__content-contact_anch .icon {
          flex: 0 0 auto; }
        .header__content-contact_anch-label {
          flex: 0 0 auto;
          font-family: var(--font-e);
          font-size: 1.8rem;
          font-weight: 500;
          color: var(--c-red); }
          .header__content-contact_anch-label--phone {
            display: none; }
        .header__content-contact_anch:hover .icon_mail {
          transform-origin: bottom;
          animation: pop_mail 0.4s 1 cubic-bezier(0, 0.8, 0.75, 1); }
        .header__content-contact_anch:hover .icon_phone {
          animation: pop_phone .15s 3 linear; }
    .header__content-menu {
      flex: 1 1 auto;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--c-dark-gray);
      padding: 100px 42px;
      opacity: 0;
      pointer-events: none;
      transition: all .3s;
      translate: 0 -100%;
      overflow-x: hidden; }
      .header__content-menu:before, .header__content-menu:after {
        content: '';
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1; }
      .header__content-menu:before {
        right: -78px;
        bottom: 200px;
        width: 220px;
        height: 220px;
        background-image: url(../img/common/obj_square-l-dark.svg);
        animation: rotate_square cubic-bezier(0.68, -0.55, 0.265, 1.55) 5s infinite both; }
      .header__content-menu:after {
        right: 108px;
        bottom: 78px;
        width: 200px;
        height: 200px;
        background-image: url(../img/common/obj_triangle.svg);
        animation: rotate_triangle cubic-bezier(0.68, -0.55, 0.265, 1.55) 5s infinite both; }
    .header__content-navigation {
      opacity: 0;
      transition: all .3s;
      transition-delay: .3s;
      translate: 0 -100%; }
      .header__content-navigation_toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px 0;
        width: 26px;
        height: 26px;
        position: relative;
        z-index: 1; }
        .header__content-navigation_toggle span {
          flex: 0 0 auto;
          width: 100%;
          height: 2px;
          background-color: var(--c-red);
          border-radius: 1px;
          transition: all .3s;
          transform-origin: right; }
        .header__content-navigation_toggle:hover:not(.active) span:nth-of-type(1) {
          scale: .5 1; }
        .header__content-navigation_toggle:hover:not(.active) span:nth-of-type(2) {
          transition-delay: .1s;
          scale: .75 1; }
        .header__content-navigation_toggle.active span {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          transform-origin: center;
          background-color: #fff; }
          .header__content-navigation_toggle.active span:nth-of-type(1) {
            rotate: 135deg; }
          .header__content-navigation_toggle.active span:nth-of-type(2) {
            opacity: 0; }
          .header__content-navigation_toggle.active span:nth-of-type(3) {
            rotate: 45deg; }
    .header__content_nav-list {
      margin-bottom: 42px; }
      .header__content_nav-list__item {
        line-height: 1.25; }
        .header__content_nav-list__item + .header__content_nav-list__item {
          margin-top: 30px; }
        .header__content_nav-list__item_anch {
          display: flex;
          align-items: center;
          gap: 0 20px;
          color: #fff; }
          .header__content_nav-list__item_anch .icon {
            flex: 0 0 auto; }
        .header__content_nav-list__item_label {
          flex: 0 1 auto;
          font-size: 2rem;
          font-weight: 500; }
    .header__content_nav_sub-list {
      display: flex;
      flex-wrap: wrap;
      gap: 16px 24px;
      border-left: solid 1px #d9d9d9;
      padding: 12px 16px;
      margin: 6px 0 0; }
      .header__content_nav_sub-list__item {
        flex: 0 0 auto; }
        .header__content_nav_sub-list__item_anch {
          display: flex;
          align-items: center;
          gap: 0 12px;
          color: #fff; }
          .header__content_nav_sub-list__item_anch .icon {
            flex: 0 0 auto; }
        .header__content_nav_sub-list__item_label {
          flex: 0 1 auto;
          font-weight: 500; }
    .header__content_outer-nav-item {
      color: #fff; }
      .header__content_outer-nav-item_label {
        font-weight: 500; }

.cover {
  padding-top: 40px;
  margin-bottom: 88px; }
  .cover-innr {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; }
  .cover-body {
    flex: 1 1 auto;
    width: 100%; }
  .cover__ttl-en {
    display: inline-block;
    font-family: var(--font-e);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    color: var(--c-red);
    border: solid 1px var(--c-red);
    padding: 4px 12px;
    margin-bottom: 25px; }
  .cover__ttl-jp {
    display: block;
    font-family: var(--font-g);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
    position: relative; }
    .cover__ttl-jp:before {
      content: '';
      display: block;
      width: 16px;
      height: 2px;
      background-image: repeating-linear-gradient(90deg, var(--c-red), var(--c-red) 4px, transparent 4px, transparent 6px, var(--c-red) 6px);
      margin-bottom: 12px; }
  .cover-image {
    flex: 0 1 auto;
    padding-left: 90px;
    margin: 0 -32px;
    position: relative; }
    .cover-image img {
      border-radius: 24px 0 0 24px;
      overflow: hidden; }
  .cover__bg-obj {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -157px;
    left: -60px;
    width: 300px;
    height: 300px;
    background-image: url(../img/common/obj_triangle-light.svg);
    animation: rotate_l_120 5.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite both;
    z-index: -1; }
  .cover--noimage {
    margin-bottom: 60px;
    position: relative; }
    .cover--noimage .cover__bg-obj {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      width: 100%;
      height: 100vh;
      background-image: none;
      animation: none;
      overflow: hidden; }
      .cover--noimage .cover__bg-obj:before, .cover--noimage .cover__bg-obj:after {
        content: '';
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain; }
      .cover--noimage .cover__bg-obj:before {
        top: 30px;
        right: -60px;
        width: 240px;
        height: 240px;
        background-image: url(../img/common/obj_square-l.svg);
        animation: rotate_square_interval 5.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite both; }
      .cover--noimage .cover__bg-obj:after {
        top: 180px;
        right: 200px;
        width: 112.5px;
        height: 112.5px;
        background-image: url(../img/common/obj_square-l.svg);
        animation: rotate_square_interval-r 5.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite both; }

.breadcrumbs-list {
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  overflow: auto; }
  .breadcrumbs-list:before {
    content: '';
    width: 2px;
    height: 14px;
    margin-top: 3px;
    margin-right: 8px;
    background-image: repeating-linear-gradient(0deg, var(--c-red), var(--c-red) 6px, transparent 0px, transparent 8px, var(--c-red) 6px); }
  .breadcrumbs-list__item {
    flex: 0 0 auto; }
    .breadcrumbs-list__item + .breadcrumbs-list__item:before {
      content: '/';
      margin: 0 5px; }
    .breadcrumbs-list__item-anch {
      color: var(--c-text); }
      .breadcrumbs-list__item-anch:hover {
        text-decoration: underline; }
    .breadcrumbs-list__item:nth-of-type(1) .breadcrumbs-list__item-anch {
      color: var(--c-red); }
    .breadcrumbs-list__item:last-of-type .breadcrumbs-list__item-anch {
      pointer-events: none; }

.pagetop_btn {
  position: absolute;
  top: -30px;
  right: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 64px;
  height: 64px;
  border: solid 2px var(--c-red);
  border-radius: 16px;
  background-color: #fff;
  padding: 10px 0; }
  .pagetop_btn:before {
    content: '';
    flex: 0 0 auto;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background-color: var(--c-red);
    margin-bottom: 6px; }
  .pagetop_btn .icon {
    flex: 0 0 auto;
    transition: translate .3s; }
  .pagetop_btn-label {
    flex: 0 0 auto;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--c-red); }
  .pagetop_btn:hover .icon {
    translate: 0 -6px; }

.footer {
  background-color: var(--c-dark-gray); }
  .footer-contact {
    margin-top: 120px;
    border-top: solid 4px var(--c-red);
    position: relative;
    overflow: hidden; }
    .footer-contact:before, .footer-contact:after {
      content: '';
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain; }
    .footer-contact:before {
      bottom: -60px;
      right: 32px;
      width: 120px;
      height: 120px;
      background-image: url(../img/common/obj_square-f-l.svg);
      animation: rotate_l 4s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite both; }
    .footer-contact:after {
      bottom: 30px;
      right: 175px;
      width: 62px;
      height: 62px;
      background-image: url(../img/common/obj_square-f-s.svg);
      animation: rotate_r 4s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite both; }
    .footer-contact__anch {
      color: var(--c-text); }
      .footer-contact__anch:hover .footer-contact__body .icon:before {
        animation: arrow_in_circle-right 0.6s 1 cubic-bezier(0, 0.8, 0.75, 1); }
    .footer-contact__innr {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 20px 0;
      padding-top: 30px;
      padding-bottom: 30px; }
    .footer-contact__head {
      flex: 1 1 auto;
      display: flex;
      align-items: center;
      gap: 0 10px;
      width: 100%; }
      .footer-contact__head .icon {
        flex: 0 0 auto; }
      .footer-contact__head-label {
        flex: 1 1 auto;
        font-size: 2.4rem;
        font-weight: 700; }
    .footer-contact__body {
      flex: 1 1 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 16px 30px;
      width: 100%;
      z-index: 1; }
      .footer-contact__body-txt {
        flex: 1 1 auto;
        width: 100%;
        line-height: 1.75; }
      .footer-contact__body .icon {
        flex: 0 0 auto; }
  .footer-innr {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 20px 20px;
    grid-template-areas: "nav" "sub-nav" "info" "copy";
    position: relative;
    padding: 50px 20px 45px; }
  .footer__info {
    grid-area: info;
    text-align: center;
    padding-top: 25px; }
    .footer__info_address {
      padding-top: 10px; }
      .footer__info_address-text {
        font-size: 1.4rem;
        line-height: 1.25;
        color: #fff; }
        .footer__info_address-text span {
          display: inline-block; }
  .footer__nav {
    grid-area: nav;
    margin: 0 -12px; }
    .footer__nav-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 6px; }
      .footer__nav-list__item {
        flex: 0 1 auto;
        line-height: 1.25; }
        .footer__nav-list__item-anch {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          padding: 6px 12px;
          border-radius: 8px;
          overflow: hidden;
          position: relative;
          transition: color .3s; }
          .footer__nav-list__item-anch:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            transition: translate 0.3s cubic-bezier(0, 1, 0.6, 1);
            translate: -101% 0; }
          .footer__nav-list__item-anch_label {
            flex: 1 1 auto;
            font-weight: 500;
            z-index: 1; }
          .footer__nav-list__item-anch:hover {
            color: var(--c-dark-gray); }
            .footer__nav-list__item-anch:hover:before {
              translate: 0 0; }
    .footer__nav--sub {
      grid-area: sub-nav; }
      .footer__nav--sub .footer__nav-list {
        display: flex;
        flex-wrap: wrap; }
        .footer__nav--sub .footer__nav-list__item {
          flex: 0 0 auto; }
          .footer__nav--sub .footer__nav-list__item-anch {
            color: #fff !important; }
            .footer__nav--sub .footer__nav-list__item-anch:before {
              display: none; }
            .footer__nav--sub .footer__nav-list__item-anch_label {
              font-size: 1.4rem; }
            .footer__nav--sub .footer__nav-list__item-anch:hover {
              text-decoration: underline; }
  .footer__copyright {
    grid-area: copy;
    text-align: center;
    font-size: 1.2rem;
    color: #708497;
    padding-top: 25px; }
  .footer__line {
    height: 34px;
    background-image: repeating-linear-gradient(270deg, #708497, #708497 8px, transparent 8px, transparent 16px, #708497 16px);
    background-size: calc(100% + 16px) 4px;
    background-position: 0 0;
    background-repeat: no-repeat;
    animation: footer-line 1.2s infinite linear; }

section p {
  line-height: 2; }
  section p + p {
    margin-top: 16px; }

.pages-lead__text {
  max-width: 640px; }

.error-message {
  text-align: center; }
  .error-message p {
    margin-bottom: 30px; }

/* 576-767 */
@media screen and (min-width: 576px) {
  body.header-fixed {
    padding-top: 72px; }

  .header {
    height: 72px; }
    .header__content-contact {
      height: 40px;
      border-radius: 20px; }

  .cover-innr {
    margin-right: -32px; }
  .cover-image {
    flex: 1 1 auto;
    margin: 0; }
    .cover-image img {
      width: 100%; }

  .footer-contact__body-txt {
    flex: 0 1 auto;
    width: auto; } }
/* 768-991 */
@media screen and (min-width: 768px) {
  body.nav-open {
    overflow: auto; }
  body.header-fixed {
    padding-top: 82px; }

  .header {
    height: 82px; }
    .header__logo {
      width: 23.4375vw; }
    .header__content-contact {
      order: 2; }
      .header__content-contact_anch-label--phone {
        display: block; }
    .header__content-menu {
      position: static;
      width: auto;
      height: auto;
      background-color: transparent;
      padding: 0;
      opacity: 1;
      pointer-events: auto;
      translate: 0;
      overflow-x: visible;
      order: 1; }
      .header__content-menu:before, .header__content-menu:after {
        display: none; }
    .header__content-navigation {
      opacity: 1;
      translate: 0;
      width: 100%; }
      .header__content-navigation_toggle {
        display: none; }
    .header__content_nav-list {
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 0px 4px; }
      .header__content_nav-list__item {
        line-height: 1;
        position: relative; }
        .header__content_nav-list__item + .header__content_nav-list__item {
          margin-top: 0; }
        .header__content_nav-list__item_anch {
          color: var(--c-text);
          padding: 8px; }
          .header__content_nav-list__item_anch:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: solid 2px var(--c-red);
            border-radius: 6px;
            opacity: 0;
            transition: opacity .3s; }
          .header__content_nav-list__item_anch .icon {
            display: none; }
        .header__content_nav-list__item_label {
          font-size: 1.4rem; }
        .header__content_nav-list__item:last-of-type {
          display: none; }
        .header__content_nav-list__item:hover .header__content_nav-list__item_anch:before {
          opacity: 1; }
        .header__content_nav-list__item:hover .header__content_nav_sub-list {
          opacity: 1;
          pointer-events: auto; }
    .header__content_nav_sub-list {
      gap: 12px 0;
      border-left: none;
      padding: 16px;
      margin: 0;
      position: absolute;
      bottom: -1px;
      left: 0;
      width: max-content;
      flex-direction: column;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
      translate: 0 100%;
      opacity: 0;
      pointer-events: none;
      transition: all .3s; }
      .header__content_nav_sub-list__item {
        flex: 1 1 auto;
        width: 100%;
        padding-left: 4px; }
        .header__content_nav_sub-list__item_anch {
          color: var(--c-text); }
          .header__content_nav_sub-list__item_anch .icon {
            display: none; }
          .header__content_nav_sub-list__item_anch:hover .header__content_nav_sub-list__item_label {
            text-decoration: underline; }
        .header__content_nav_sub-list__item_label {
          font-size: 1.4rem;
          position: relative; }
          .header__content_nav_sub-list__item_label:before {
            content: '-';
            position: absolute;
            top: 0;
            left: -8px; }
    .header__content_outer-nav-item {
      display: none; }

  .cover {
    margin-bottom: 46px; }
    .cover-innr {
      flex-wrap: nowrap; }
    .cover-body {
      width: auto;
      padding-top: 24px; }
    .cover__ttl-en {
      font-size: 1.5rem;
      padding: 6px 12px;
      margin-bottom: 32px; }
    .cover__ttl-jp {
      font-size: 3.6rem; }
    .cover-image {
      flex: 1 0 auto;
      padding-left: 0;
      max-width: 50%; }
    .cover__bg-obj {
      bottom: -179px;
      left: -178px;
      width: 356px;
      height: 356px; }
    .cover--noimage .cover__bg-obj:before {
      top: 45px;
      right: -90px;
      width: 360px;
      height: 360px; }
    .cover--noimage .cover__bg-obj:after {
      top: 260px;
      right: 310px;
      width: 168.75px;
      height: 168.75px; }

  .breadcrumbs-list {
    font-size: 1.3rem; }
    .breadcrumbs-list:before {
      margin-top: 4px; }

  .footer-contact {
    margin-top: 160px; }
    .footer-contact__innr {
      flex-wrap: nowrap;
      gap: 20px 30px;
      padding-top: 24px;
      padding-bottom: 24px; }
    .footer-contact__head {
      flex: 0 1 auto;
      width: auto; }
    .footer-contact__body {
      flex-wrap: nowrap;
      width: auto;
      padding: 16px 0 16px 30px;
      border-left: solid 1px var(--c-red); } }
/* 992-1199 */
@media screen and (min-width: 992px) {
  body.header-fixed {
    padding-top: 96px; }

  .header {
    height: 96px; }
    .header__logo {
      max-width: 300px;
      width: 25.201612vw; }
    .header__content-contact {
      height: 48px;
      border-radius: 24px;
      order: 2; }
      .header__content-contact_anch {
        padding: 4px 16px; }
        .header__content-contact_anch .icon_mail {
          width: 20px;
          height: 16px; }
        .header__content-contact_anch .icon_phone {
          width: 20px;
          height: 20px; }
        .header__content-contact_anch-label {
          font-size: 2.4rem; }
    .header__content-menu {
      order: 1; }
    .header__content_nav-list {
      gap: 0px 15px; }
      .header__content_nav-list__item_anch {
        padding: 10px 12px; }
        .header__content_nav-list__item_anch:before {
          border-radius: 8px; }
      .header__content_nav-list__item_label {
        font-size: 1.6rem; }
    .header__content_nav_sub-list {
      gap: 16px 0;
      padding: 20px;
      left: -12px; }
      .header__content_nav_sub-list__item_label {
        font-size: 1.6rem; }
    .header__content_outer-nav-item {
      display: none; }

  .cover-innr {
    flex-wrap: nowrap; } }
  @media screen and (min-width: 992px) and (min-width: 1175px) {
    .cover-innr {
      margin-right: calc(((100vw - 1174px) / -2) - 32px); } }
@media screen and (min-width: 992px) {
  .cover-body {
    padding-top: 38px; }
  .cover__ttl-en {
    font-size: 1.6rem;
    padding: 7px 12px;
    margin-bottom: 40px; }
  .cover-image {
    flex: 0 0 auto;
    max-width: 100%;
    width: 569px; }
    .cover-image img {
      border-radius: 32px 0 0 32px; }
  .cover--noimage .cover__bg-obj:before {
    top: 65px;
    right: -120px;
    width: 512px;
    height: 512px; }
  .cover--noimage .cover__bg-obj:after {
    top: 380px;
    right: 432px;
    width: 240px;
    height: 240px; }

  .breadcrumbs-list {
    font-size: 1.4rem; }
    .breadcrumbs-list:before {
      margin-top: 6px; }

  .pagetop_btn {
    top: -16px;
    width: 80px;
    height: 80px; }
    .pagetop_btn:before {
      width: 24px;
      height: 3px;
      border-radius: 1.5px;
      margin-bottom: 8px; }
    .pagetop_btn .icon {
      width: 20px;
      height: 20px; }
    .pagetop_btn-label {
      font-size: 1.4rem; }
    .pagetop_btn:hover .icon {
      translate: 0 -8px; }

  .footer-innr {
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto auto;
    gap: 20px 32px;
    grid-template-areas: "info nav nav" "info sub-nav copy";
    padding: 40px 0; }
  .footer__info {
    text-align: left;
    padding-top: 0; }
    .footer__info_address {
      padding-top: 22px; }
  .footer__nav {
    margin: 0; }
    .footer__nav-list {
      gap: 8px;
      padding-right: 100px; }
    .footer__nav--sub .footer__nav-list__item-anch {
      padding: 0 12px; }
  .footer__copyright {
    text-align: right;
    padding-top: 0; }
  .footer__line {
    height: 40px;
    background-image: repeating-linear-gradient(270deg, #708497, #708497 16px, transparent 16px, transparent 32px, #708497 32px);
    background-size: calc(100% + 32px) 8px;
    animation: footer-line-pc 1.2s infinite linear; } }
/* 1200- */
@media screen and (min-width: 1200px) and (min-width: 1367px) {
  .cover-innr {
    margin-right: calc(((1366px - 1174px) / -2) - 32px); } }
@media screen and (min-width: 1200px) {
  .cover__ttl-jp {
    font-size: 4.8rem; } }
@media screen and (min-width: 1200px) and (min-width: 1367px) {
  .cover-image img {
    border-radius: 32px; } }

/* -575 */
.idx-mv {
  margin-bottom: 56px; }
  .idx-mv__innr {
    max-width: 1310px;
    padding: 0 32px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
  .idx-mv__images {
    height: calc(((100vw - 32px) / 3 * 2) + (calc(6.956522vw) * 2) + 5px * 2);
    padding: calc(6.956522vw + 5px) 0;
    margin: 0 -32px 30px 0;
    overflow: hidden;
    z-index: 1; }
    .idx-mv__images-list__item figure {
      width: 100%;
      height: 100%;
      position: relative;
      border-radius: 32px 0 0 32px;
      overflow: hidden; }
      .idx-mv__images-list__item figure figcaption {
        position: absolute;
        bottom: 16px;
        right: 0;
        font-size: 1.2rem;
        line-height: 1;
        background-color: #fff;
        border-bottom: solid 2px var(--c-red);
        border-radius: 4px 0 0 0;
        padding: 4px 16px;
        opacity: 0;
        transition: opacity .65s;
        transition-delay: .3s; }
      .idx-mv__images-list__item figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 3 / 2; }
    .idx-mv__images-list__item.swiper-slide {
      transition-duration: .6s !important;
      right: calc(-34px + ((100vw - 40vw) * -0.09));
      transition-timing-function: cubic-bezier(0.8, 0, 0.5, 1.25); }
      .idx-mv__images-list__item.swiper-slide-next, .idx-mv__images-list__item.swiper-slide-prev {
        right: calc(-18px + ((100vw - 40vw) * -0.04)); }
      .idx-mv__images-list__item.swiper-slide-active {
        right: 0; }
        .idx-mv__images-list__item.swiper-slide-active figure figcaption {
          opacity: 1; }
  .idx-mv__ttl {
    margin-bottom: 30px; }
  .idx-mv__business-label {
    display: block;
    font-family: var(--font-e);
    font-size: 1.2rem;
    line-height: 1;
    color: var(--c-red);
    margin-bottom: 8px; }
  .idx-mv__business-text {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    font-family: var(--font-ug);
    letter-spacing: 0.1em;
    border-left: solid 1px var(--c-red);
    padding: 5px 16px; }
    .idx-mv__business-text__item {
      flex: 0 1 auto;
      font-size: 1.4rem;
      line-height: 1.5; }
  .idx-mv__bg {
    position: absolute;
    top: calc((((100vw - 32px) / 3 * 2) + 6.956522vw + 5px) - 160px);
    left: -128px;
    width: 320px;
    height: 320px;
    background-image: url(../img/common/obj_square-l.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
    .idx-mv__bg.move {
      animation: rotate_l 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1 both; }
  .idx-mv__scroll-anch {
    line-height: 1;
    padding-left: 24px;
    position: relative;
    margin-top: 45px;
    display: none; }
    .idx-mv__scroll-anch:before, .idx-mv__scroll-anch:after {
      content: '';
      position: absolute; }
    .idx-mv__scroll-anch:before {
      top: 2px;
      left: 0;
      width: 16px;
      height: 16px;
      border: solid 2px var(--c-red);
      border-radius: 50%; }
    .idx-mv__scroll-anch:after {
      top: 18px;
      left: 7px;
      width: 2px;
      height: 96px;
      background-color: var(--c-red); }
    .idx-mv__scroll-anch__label {
      font-weight: 500;
      color: var(--c-red); }
.idx-content {
  padding: 64px 0;
  position: relative;
  overflow-x: clip; }
  .idx-content:last-of-type {
    padding-bottom: 0; }
  .idx-content__bg-obj {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain; }
    .idx-content__bg-obj--rotate-square {
      top: -16px;
      right: -48px;
      width: 160px;
      height: 160px;
      background-image: url(../img/common/obj_square-s.svg);
      animation: rotate_l linear 2s infinite both; }
    .idx-content__bg-obj--rotate-triangle {
      bottom: -30px;
      left: -118px;
      width: 300px;
      height: 300px;
      background-image: url(../img/common/obj_triangle.svg);
      animation: rotate_l_120 5.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite both; }
  .idx-content .container {
    position: relative; }
  .idx-content-innr {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 32px 32px;
    grid-template-areas: "body" "image" "btn"; }
  .idx-content__body {
    grid-area: body; }
    .idx-content__body__text {
      line-height: 2; }
  .idx-content__image {
    grid-area: image; }
    .idx-content__image--offset-right {
      margin-right: -32px; }
    .idx-content__image--offset-bottom {
      margin-bottom: -48px; }
      @media screen and (max-width: 375px) {
        .idx-content__image--offset-bottom {
          margin-bottom: -16px; } }
  .idx-content__butn {
    grid-area: btn; }
  .idx-content--dark {
    background-color: var(--c-dark-gray);
    position: relative;
    margin-top: 53px; }
    .idx-content--dark:before, .idx-content--dark:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 37px;
      background-image: url(../img/common/obj_conveyor.svg);
      background-repeat: repeat-x;
      background-size: contain;
      animation: conveyor linear 4.5s infinite both;
      z-index: -1; }
    .idx-content--dark:before {
      top: 1px;
      translate: 0 -100%; }
    .idx-content--dark:after {
      bottom: 1px;
      translate: 0 100%;
      rotate: 180deg; }
    .idx-content--dark .ttl--main {
      color: #fff; }
    .idx-content--dark .idx-content__body__text {
      color: #fff; }
    .idx-content--dark + .idx-content {
      padding-top: 117px; }
.idx-recruitment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 40px;
  background-color: var(--c-light-gray);
  padding: 40px 0 0;
  border-radius: 24px;
  position: relative; }
  .idx-recruitment__body {
    flex: 1 1 auto;
    width: 100%;
    padding: 0 24px;
    position: relative; }
    .idx-recruitment__body .idx-content__butn {
      padding-top: 32px; }
  .idx-recruitment__image {
    flex: 1 1 auto; }
    .idx-recruitment__image picture {
      display: block;
      border-radius: 0 0 24px 24px;
      overflow: hidden; }
    .idx-recruitment__image img {
      width: 100%; }
  .idx-recruitment__fo {
    position: absolute;
    top: -80px;
    right: -56px;
    width: 160px;
    height: 160px;
    background: url("../img/common/obj_sec-recruit-inner.svg") no-repeat center/70.4px 52px; }
    .idx-recruitment__fo:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../img/common/obj_sec-recruit-outer.svg") no-repeat center/contain;
      animation: rotate linear 32s infinite both; }

/* 576-767 */
/* 768-991 */
@media screen and (min-width: 768px) {
  .idx-mv {
    margin-bottom: 98px; }
    .idx-mv__innr {
      display: flex;
      align-items: flex-start;
      gap: 32px; }
    .idx-mv__images {
      height: calc((((100vw - 64px) / 100 * 49) / 3 * 2) + 6.8617558vw);
      padding: 3.4308779vw 0;
      margin: 0;
      overflow: visible;
      flex: 0 0 auto;
      order: 2;
      width: 49%; }
      .idx-mv__images-list__item figure {
        border-radius: 32px; }
        .idx-mv__images-list__item figure figcaption {
          font-size: 1.3rem; }
      .idx-mv__images-list__item.swiper-slide {
        right: 0; }
        .idx-mv__images-list__item.swiper-slide-next, .idx-mv__images-list__item.swiper-slide-prev {
          right: 0; }
    .idx-mv__body {
      padding: 9.08173562vw 16px 0 32px;
      flex: 0 1 auto;
      order: 1; }
    .idx-mv__ttl .ttl--main {
      font-size: 3.6rem; }
    .idx-mv__bg {
      top: calc(((((100vw - 64px) / 100 * 49) / 3 * 2) + 3.4308779vw) - 160px);
      left: calc(((100vw + 16px) / 2) - 160px); }
    .idx-mv__scroll-anch {
      display: inline-block; }
  .idx-content {
    padding: 64px 0; }
    .idx-content__bg-obj--rotate-square {
      top: -20px;
      right: 40px; }
    .idx-content__bg-obj--rotate-triangle {
      bottom: auto;
      left: calc(50% - 150px + 18px);
      top: calc((78vw - 64px) / 2); }
    .idx-content-innr {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 32px 12px;
      grid-template-areas: "body image" "btn image"; }
    .idx-content__body {
      padding-top: 40px; }
    .idx-content__image--offset-right {
      margin-right: 0; }
    .idx-content__image img {
      width: 100%; }
    .idx-content--dark {
      margin-top: 53px; }
      .idx-content--dark:before, .idx-content--dark:after {
        height: 55.5px;
        animation: conveyor-tab linear 4.5s infinite both; }
      .idx-content--dark + .idx-content {
        padding-top: 155.5px; }
  .idx-recruitment {
    flex-wrap: nowrap;
    padding: 16px;
    overflow: visible; }
    .idx-recruitment__body {
      width: auto;
      padding: 46px 0 46px 40px; }
    .idx-recruitment__image picture {
      border-radius: 24px; }
    .idx-recruitment__fo {
      top: auto;
      right: auto;
      bottom: 10px;
      left: 45vw; } }
/* 992-1199 */
@media screen and (min-width: 992px) {
  .idx-mv {
    margin-bottom: 140px; }
    .idx-mv__images {
      height: calc((((100vw - 64px) / 100 * 56) / 3 * 2) +  8.06451613vw);
      padding: 4.03225806vw 0;
      width: 56%; }
      .idx-mv__images-list__item figure figcaption {
        bottom: 32px;
        font-size: 1.6rem; }
    .idx-mv__body {
      padding: 90px 0 0; }
    .idx-mv__ttl .ttl--main {
      font-size: 4.8rem; }
    .idx-mv__business-text__item {
      font-size: 1.6rem; }
    .idx-mv__bg {
      top: calc(((((100vw - 64px) / 100 * 56) / 3 * 2) + 4.03225806vw) - 17.5vw);
      left: calc((44vw + 3px) - 17.5vw);
      width: 35vw;
      height: 35vw;
      max-width: 420px;
      max-height: 420px; }
    .idx-mv__scroll-anch {
      margin-top: 90px; }
      .idx-mv__scroll-anch:after {
        height: 144px; }
  .idx-content {
    padding: 80px 0 120px; }
    .idx-content__bg-obj--rotate-square {
      top: -11px;
      right: 45px;
      width: 180px;
      height: 180px; } }
    @media screen and (min-width: 992px) and (min-width: 1175px) {
      .idx-content__bg-obj--rotate-square {
        right: calc(((100vw - 1174px) / 2) + 32px); } }
@media screen and (min-width: 992px) {
    .idx-content__bg-obj--rotate-triangle {
      left: calc(100vw - 64px - 476px - 132px);
      width: 360px;
      height: 360px;
      top: 380px; }
    .idx-content-innr {
      grid-template-columns: 1fr auto;
      grid-template-rows: auto 1fr;
      gap: 42px 32px; }
    .idx-content__image {
      max-width: 480px; }
    .idx-content--dark {
      margin-top: -15px; }
      .idx-content--dark:before, .idx-content--dark:after {
        height: 74px;
        animation: conveyor-pc linear 4.5s infinite both; }
      .idx-content--dark + .idx-content {
        padding-top: 155.5px; }
  .idx-recruitment__body {
    padding: 0 0 0 34px; }
    .idx-recruitment__body .ttl {
      margin-bottom: 24px; }
  .idx-recruitment__image {
    flex: 0 0 auto;
    width: 50%; }
  .idx-recruitment__fo {
    width: 180px;
    height: 180px;
    bottom: -54px;
    left: calc(50% - 120px); } }
/* 1200- */
@media screen and (min-width: 1200px) {
  .idx-mv {
    margin-bottom: 182px; }
    .idx-mv__images {
      height: calc((((100vw - 64px) / 100 * 63) / 3 * 2) +  8.666666vw);
      padding: 4.333333vw 0;
      width: 63%; } }
    @media screen and (min-width: 1200px) and (min-width: 1264px) {
      .idx-mv__images {
        height: calc((800px / 3 * 2) + 120px);
        padding: 60px 0;
        width: 800px; } }
  @media screen and (min-width: 1200px) and (min-width: 1264px) {
    .idx-mv__body {
      padding: 130px 0 0;
      max-width: 100%; } }
@media screen and (min-width: 1200px) {
    .idx-mv__bg {
      top: calc(((((100vw - 64px) / 100 * 63) / 3 * 2) + 4.333333vw) - 210px);
      left: calc((37vw + 7px) - 210px);
      width: 420px;
      height: 420px;
      max-width: 100%;
      max-height: 100%; } }
    @media screen and (min-width: 1200px) and (min-width: 1264px) {
      .idx-mv__bg {
        top: calc(((800px / 3 * 2) + 60px) - 210px);
        left: calc((100vw - 32px - 800px) - 210px); } }
    @media screen and (min-width: 1200px) and (min-width: 1310px) {
      .idx-mv__bg {
        top: calc(((800px / 3 * 2) + 60px) - 256px);
        left: calc(100% - 800px - 32px - 256px);
        width: 512px;
        height: 512px; } }
@media screen and (min-width: 1200px) {
    .idx-mv__scroll-anch {
      margin-top: 120px; }
  .idx-content__bg-obj--rotate-square {
    top: -20px;
    right: calc(((100vw - 1174px) / 2) + 32px);
    width: 200px;
    height: 200px; }
  .idx-content__bg-obj--rotate-triangle {
    left: calc(((100vw - 1174px) / 2) + 480px);
    width: 400px;
    height: 400px;
    top: 355px; }
  .idx-content-innr {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 42px 32px; }
  .idx-content__image {
    max-width: 480px; }
  .idx-content--dark {
    margin-top: -15px; }
    .idx-content--dark:before, .idx-content--dark:after {
      height: 74px;
      animation: conveyor-pc linear 4.5s infinite both; }
    .idx-content--dark + .idx-content {
      padding-top: 155.5px; }
  .idx-recruitment__body {
    padding: 0 0 0 34px; }
    .idx-recruitment__body .ttl {
      margin-bottom: 24px; }
  .idx-recruitment__image {
    flex: 0 0 auto;
    width: 50%; }
  .idx-recruitment__fo {
    width: 180px;
    height: 180px;
    bottom: -54px;
    left: calc(50% - 120px); } }
/* -575 */
.about-section + .about-section {
  margin-top: 120px; }
.about-section:nth-of-type(1) {
  padding-top: 32px; }
.about-section--officer {
  position: relative; }
  .about-section--officer .bg_object {
    position: absolute;
    top: -130px;
    left: -60px;
    width: 180px;
    height: 180px;
    background-image: url(../img/common/obj_square-l.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    animation: rotate_square_interval 7.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite both; }
.about__greeting {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .about__greeting .ttl {
    flex: 0 0 auto;
    align-self: flex-start; }
  .about__greeting-text {
    flex: 0 0 auto;
    margin-bottom: 32px; }
  .about__greeting-image {
    flex: 0 0 auto;
    width: 100%; }
    .about__greeting-image-slide {
      padding: 0 32px;
      margin: 0 -32px;
      overflow: hidden;
      border-radius: 24px; }
    .about__greeting-image-list {
      width: 100%;
      transition-timing-function: linear; }
      .about__greeting-image-list__item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
        overflow: hidden; }
  .about__greeting-signature {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    padding-top: 30px;
    gap: 10px; }
    .about__greeting-signature_degree {
      flex: 0 0 auto;
      font-size: 1.4rem; }
    .about__greeting-signature img {
      flex: 0 0 auto; }
.about__history {
  padding: 40px 24px;
  border-radius: 24px;
  background: var(--c-light-gray) url("../img/about/obj_circle.svg") no-repeat right -83px top -76px/240px; }
  .about__history-list {
    padding-left: 12px; }
    .about__history-list__item {
      position: relative;
      line-height: 1.75;
      padding-bottom: 18px; }
      .about__history-list__item:before, .about__history-list__item:after {
        content: '';
        position: absolute; }
      .about__history-list__item:before {
        top: 11px;
        left: -20px;
        width: 12px;
        height: 12px;
        border: solid 2px var(--c-red);
        border-radius: 50%; }
      .about__history-list__item:after {
        top: 30px;
        left: -14px;
        bottom: -3px;
        width: 1px;
        background-color: var(--c-red); }
      .about__history-list__item:last-of-type {
        padding-bottom: 0; }
        .about__history-list__item:last-of-type:after {
          display: none; }
      .about__history-list__item-head {
        font-size: 1.8rem;
        font-weight: 500;
        color: var(--c-red); }
.about__overview__image {
  width: 32.820513vw;
  float: right;
  margin: -48px 0 0 0;
  border-left: solid 8px #fff;
  box-sizing: content-box;
  position: relative;
  z-index: 1; }
.about__overview-list {
  padding-top: 10px; }
  .about__overview-list__item {
    border-bottom: solid 1px var(--c-light-gray);
    padding: 20px 8px;
    position: relative; }
    .about__overview-list__item:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 56px;
      height: 1px;
      background-color: var(--c-red); }
    .about__overview-list__item:first-of-type {
      border-top: solid 1px var(--c-light-gray); }
      .about__overview-list__item:first-of-type:before {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        width: 56px;
        height: 1px;
        background-color: var(--c-red); }
    .about__overview-list__item-head {
      font-weight: 700;
      margin-bottom: 6px; }
  .about__overview-list_timestamp {
    text-align: right;
    font-size: 1.4rem;
    margin-top: 15px; }
.about__overview_innr-list {
  line-height: 1.75;
  padding-left: 16px; }
  .about__overview_innr-list-head {
    font-weight: 500;
    position: relative; }
    .about__overview_innr-list-head:before {
      content: '';
      position: absolute;
      top: 13px;
      left: -16px;
      width: 8px;
      height: 2px;
      background-color: var(--c-red); }
  .about__overview_innr-list-body + .about__overview_innr-list-head {
    margin-top: 10px; }
.about__overview_bullet-list__item {
  padding-left: 1em;
  position: relative; }
  .about__overview_bullet-list__item:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 5px;
    width: 4px;
    height: 4px;
    background-color: var(--c-red); }
  .about__overview_bullet-list__item + .about__overview_bullet-list__item {
    margin-top: 3px; }
.about__overview_qualification-list {
  line-height: 1.75; }
  .about__overview_qualification-list__item {
    display: flex;
    align-items: center; }
    .about__overview_qualification-list__item-label {
      flex: 0 1 auto;
      padding-right: 8px; }
      .about__overview_qualification-list__item-label br.pc-none {
        display: block; }
    .about__overview_qualification-list__item-data {
      flex: 0 0 auto;
      padding-left: 16px;
      position: relative; }
      .about__overview_qualification-list__item-data:before {
        content: '';
        position: absolute;
        top: 14px;
        left: 0;
        width: 8px;
        height: 2px;
        background-color: var(--c-red); }
.about__officer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 10px; }
  .about__officer-list__item {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    line-height: 1.25;
    background-color: var(--c-light-gray);
    padding: 4px 16px;
    border-radius: 8px; }
    .about__officer-list__item--executive {
      height: 72px; }
      .about__officer-list__item--executive .about__officer-list__item-name {
        font-size: 2rem; }
    .about__officer-list__item--divider {
      flex: 0 0 auto;
      display: block;
      width: 100%;
      height: 0;
      padding: 0;
      background-color: transparent; }
    .about__officer-list__item-degree {
      flex: 0 0 auto;
      font-weight: 500;
      color: var(--c-red); }
    .about__officer-list__item-name {
      flex: 1 1 auto;
      border-left: solid 1px #fff;
      padding: 8px 16px;
      margin-left: 16px; }
      .about__officer-list__item-name span {
        display: inline-block; }

.iso-logo {
  width: 70%;
  pointer-events: none; }

/* 576-767 */
@media screen and (min-width: 576px) {
  .about-section--officer .bg_object {
    top: -130px;
    left: -60px;
    width: 180px;
    height: 180px; }
  .about__history-list {
    padding-left: 0; }
    .about__history-list__item {
      display: flex;
      gap: 20px; }
      .about__history-list__item:before {
        left: calc(6.4em + 10px); }
      .about__history-list__item:after {
        left: calc(6.4em + 16px); }
      .about__history-list__item-head {
        flex: 0 0 auto;
        width: 6.4em; }
      .about__history-list__item-body {
        flex: 1 1 auto; }
  .about__overview__image {
    width: 27.777777vw; }
  .about__overview-list__item {
    display: flex;
    gap: 20px; }
    .about__overview-list__item:after {
      width: 128px; }
    .about__overview-list__item:first-of-type:before {
      width: 128px; }
    .about__overview-list__item-head {
      flex: 0 0 auto;
      width: 7em; }
    .about__overview-list__item-body {
      flex: 1 1 auto; }
  .about__officer-list__item {
    flex: 0 1 auto;
    width: calc(50% - 8px); }
    .about__officer-list__item--divider {
      flex: 0 0 auto;
      width: 100%; } }
/* 768-991 */
@media screen and (min-width: 768px) {
  .about-section + .about-section {
    margin-top: 140px; }
  .about-section--greeting {
    margin-bottom: -140px; }
  .about-section:nth-of-type(1) {
    padding-top: 74px; }
  .about-section--officer .bg_object {
    top: -130px;
    left: -60px;
    width: 180px;
    height: 180px; }
  .about__greeting {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 30%;
    grid-template-rows: auto auto auto;
    gap: 24px 36px;
    grid-template-areas: "text image" "text image" "signature image"; }
    .about__greeting-text {
      margin-bottom: 0;
      grid-area: text; }
    .about__greeting-image {
      grid-area: image;
      height: 100%; }
      .about__greeting-image-slide {
        padding: 0;
        margin: 0;
        height: 100%; }
    .about__greeting-signature {
      max-width: 100%;
      padding-top: 0;
      grid-area: signature;
      padding-bottom: 140px; }
  .about__history {
    padding: 40px 36px;
    background: var(--c-light-gray) url("../img/about/obj_circle.svg") no-repeat right -80px bottom -80px/240px;
    display: flex;
    gap: 32px; }
    .about__history .ttl {
      flex: 0 0 auto; }
    .about__history-list {
      flex: 1 1 auto;
      padding-top: 80px; }
      .about__history-list__item-head {
        flex: 0 0 auto;
        width: 6.4em; }
      .about__history-list__item-body {
        flex: 1 1 auto; }
  .about__overview__image {
    margin: -69px 0 0 0; }
  .about__overview-list__item-head {
    flex: 0 0 auto;
    width: 7em; }
  .about__overview-list__item-body {
    flex: 1 1 auto; }
  .about__officer-list {
    max-width: 736px;
    margin: 0 auto; }
    .about__officer-list__item {
      max-width: 360px; }
      .about__officer-list__item--divider {
        max-width: unset; }

  .iso-logo {
    width: 50%; } }
/* 992-1199 */
@media screen and (min-width: 992px) {
  .about-section + .about-section {
    margin-top: 160px; }
  .about-section--greeting {
    margin-bottom: -160px; }
  .about-section:nth-of-type(1) {
    padding-top: 114px; }
  .about-section--officer .bg_object {
    top: -452px;
    left: -250px;
    width: 512px;
    height: 512px; }
  .about__greeting {
    grid-template-columns: 1fr auto;
    gap: 24px 48px; }
    .about__greeting-image {
      max-width: 422px; }
    .about__greeting-signature {
      padding-bottom: 160px; }
  .about__history {
    padding: 48px 54px;
    border-radius: 3 2px;
    background: var(--c-light-gray) url("../img/about/obj_circle.svg") no-repeat right -80px bottom -80px/320px;
    gap: 48px; }
    .about__history-list__item {
      padding-bottom: 22px;
      gap: 42px; }
      .about__history-list__item:before {
        top: 8px;
        left: calc(6.4em + 40px);
        width: 14px;
        height: 14px; }
      .about__history-list__item:after {
        left: calc(6.4em + 47px);
        bottom: 0; }
      .about__history-list__item-head {
        font-size: 2rem;
        text-align: right;
        line-height: 1.375; }
  .about__overview {
    display: flex;
    gap: 0 124px; }
    .about__overview__body {
      flex: 1 1 auto; }
    .about__overview__image {
      width: 220px;
      margin: 75px 0 0 0; }
    .about__overview .ttl {
      flex: 0 0 auto; }
    .about__overview-list {
      padding-top: 75px; }
      .about__overview-list__item {
        padding: 24px 16px;
        gap: 84px; }
        .about__overview-list__item:after {
          width: 9em; }
        .about__overview-list__item:first-of-type:before {
          width: 9em; }
        .about__overview-list__item-head {
          width: 8em;
          padding-right: 16px; }
      .about__overview-list_timestamp {
        font-size: 1.6rem; }
  .about__officer {
    display: flex;
    gap: 80px; }
    .about__officer .ttl {
      flex: 0 0 auto; }
    .about__officer-list {
      padding-top: 90px;
      max-width: 832px; }
      .about__officer-list__item {
        max-width: 100%; } }
/* 1200- */
/* -575 */
.works-nav {
  padding: 60px 0; }
  .works-nav-list {
    display: flex;
    flex-wrap: wrap;
    margin: -4px; }
    .works-nav-list__item {
      flex: 0 0 auto;
      width: 50%;
      padding: 4px; }
      .works-nav-list__item-anch {
        display: flex;
        align-items: center;
        gap: 0 12px;
        height: 60px;
        border: solid 2px var(--c-red);
        border-radius: 8px;
        padding: 8px 12px; }
        .works-nav-list__item-anch-label {
          flex: 1 1 auto;
          font-family: var(--font-ug);
          font-weight: 700;
          line-height: 1.25;
          color: var(--c-text); }
          .works-nav-list__item-anch-label span {
            display: inline-block; }
        .works-nav-list__item-anch .icon {
          flex: 0 0 auto;
          width: 24px;
          height: 24px;
          border: solid 2px var(--c-red);
          border-radius: 50%;
          background-position: center;
          background-size: 10px;
          scale: 1 -1;
          transition: background-position .3s; }
        .works-nav-list__item-anch:hover .icon {
          background-position: center 1px; }
.works-section + .works-section {
  margin-top: 40px; }
.works-section__innr {
  background-color: var(--c-light-gray);
  padding: 40px 0; }
.works-section__head-image {
  margin-bottom: 30px; }
  .works-section__head-image img {
    border-radius: 24px;
    overflow: hidden; }
.works-section__results {
  background-color: #fff;
  border-radius: 16px;
  padding: 0 24px 32px;
  margin-top: 27px;
  overflow: hidden;
  position: relative; }
  .works-section__results:before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    width: 32px;
    height: 4px;
    background-color: var(--c-red); }
  .works-section__results-head {
    display: flex;
    align-items: center;
    margin: 0 -24px;
    padding: 15px 24px;
    cursor: pointer; }
    .works-section__results-head-label {
      flex: 1 1 auto;
      font-family: var(--font-ug);
      font-size: 2rem;
      font-weight: 700; }
    .works-section__results-head-icon {
      flex: 0 0 auto;
      width: 40px;
      height: 40px;
      border: solid 1px var(--c-light-gray);
      border-radius: 50%;
      background: url("../img/common/icon-angle-up.svg") no-repeat center;
      transition: rotate .3s; }
    .works-section__results-head-toggle {
      display: none; }
      .works-section__results-head-toggle:checked ~ .works-section__results-head .works-section__results-head-icon {
        rotate: 180deg; }
      .works-section__results-head-toggle:checked ~ .works-section__results-contents {
        height: auto;
        height: calc-size(auto, size);
        opacity: 1;
        margin-top: 0;
        pointer-events: auto; }
  .works-section__results-contents {
    transition: all .3s;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -32px;
    pointer-events: none; }
  .works-section__results-table {
    display: block;
    border-bottom: solid 2px var(--c-red); }
    .works-section__results-table thead {
      display: none; }
    .works-section__results-table tbody {
      display: block; }
      .works-section__results-table tbody tr {
        display: block;
        padding-top: 4px;
        border-top: solid 2px var(--c-red); }
      .works-section__results-table tbody th, .works-section__results-table tbody td {
        display: block;
        line-height: 1.5;
        padding: 16px 0; }
        .works-section__results-table tbody th:before, .works-section__results-table tbody td:before {
          content: attr(data-label);
          display: block;
          color: var(--c-red);
          font-size: 1.2rem;
          font-weight: 600;
          margin-bottom: 2px; }
      .works-section__results-table tbody th {
        font-weight: 600; }
      .works-section__results-table tbody td {
        border-top: solid 1px var(--c-light-gray); }
      .works-section__results-table tbody ul li {
        padding: 16px 0; }
        .works-section__results-table tbody ul li:nth-of-type(1) {
          padding-top: 0; }
        .works-section__results-table tbody ul li + li {
          border-top: solid 1px var(--c-light-gray); }
        .works-section__results-table tbody ul li:last-of-type {
          padding-bottom: 0; }

/* 576-767 */
@media screen and (min-width: 576px) {
  .works-nav {
    padding: 75px 0; }
    .works-nav-list__item {
      width: 33.333333%; }
      .works-nav-list__item-anch .icon {
        width: 27px;
        height: 27px; }
  .works-section__results {
    margin-top: 42px; } }
/* 768-991 */
@media screen and (min-width: 768px) {
  .works-nav {
    padding: 90px 0; }
    .works-nav-list__item-anch {
      gap: 0 16px;
      border-radius: 12px;
      padding: 10px 16px; }
      .works-nav-list__item-anch .icon {
        width: 30px;
        height: 30px;
        background-size: 11px; }
      .works-nav-list__item-anch:hover .icon {
        background-position: center 2px; }
  .works-section + .works-section {
    margin-top: 60px; }
  .works-section__innr {
    padding: 40px 12px; }
  .works-section__head {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 0px 36px;
    grid-template-areas: "ttl image" "body image"; }
    .works-section__head .ttl {
      grid-area: ttl;
      margin-bottom: 20px; }
    .works-section__head-image {
      grid-area: image;
      max-width: 450px;
      width: calc(50vw - 44px); }
    .works-section__head-desc {
      grid-area: body; }
  .works-section__results {
    padding: 0 36px 32px;
    overflow: visible; }
    .works-section__results:before {
      left: 36px; }
    .works-section__results-head {
      margin: 0 -36px;
      padding: 15px 36px; }
    .works-section__results-contents {
      overflow: visible; }
    .works-section__results-table {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .works-section__results-table thead {
        display: table-header-group;
        position: sticky;
        top: 82px;
        background-color: #fff; }
        .works-section__results-table thead:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 40px;
          border: solid 2px var(--c-red);
          border-radius: 8px 8px 0 0; }
        .works-section__results-table thead th {
          height: 40px;
          font-weight: 600;
          line-height: 1;
          color: var(--c-red);
          padding: 12px 8px 8px; }
          .works-section__results-table thead th:nth-of-type(1) {
            max-width: 255px;
            width: 40%; }
      .works-section__results-table tbody {
        display: table-row-group; }
        .works-section__results-table tbody tr {
          display: table-row; }
          .works-section__results-table tbody tr:nth-of-type(1) {
            border-top: none; }
        .works-section__results-table tbody th, .works-section__results-table tbody td {
          display: table-cell;
          padding: 16px 8px; }
          .works-section__results-table tbody th:before, .works-section__results-table tbody td:before {
            display: none; }
          .works-section__results-table tbody th span, .works-section__results-table tbody td span {
            display: inline-block; }
        .works-section__results-table tbody td {
          border-top: none; }
        .works-section__results-table tbody ul {
          margin: 0 -8px; }
          .works-section__results-table tbody ul li {
            padding: 16px 8px; } }
/* 992-1199 */
@media screen and (min-width: 992px) {
  .works-nav {
    padding: 120px 0; }
    .works-nav-list__item {
      width: 20%; }
      .works-nav-list__item-anch {
        height: 72px; }
        .works-nav-list__item-anch-label {
          font-size: 1.8rem; }
        .works-nav-list__item-anch .icon {
          width: 32px;
          height: 32px; }
  .works-section {
    max-width: 1174px;
    padding: 0 32px;
    margin: 0 auto; }
    .works-section + .works-section {
      margin-top: 80px; }
    .works-section__innr {
      padding: 48px 24px 55px;
      border-radius: 32px; }
    .works-section__head {
      gap: 0px 48px; }
      .works-section__head-image {
        width: 450px; }
        .works-section__head-image img {
          border-radius: 32px; }
    .works-section__results {
      padding: 0 40px 32px;
      margin-top: 56px; }
      .works-section__results:before {
        left: 40px; }
      .works-section__results-head {
        margin: 0 -40px;
        padding: 24px 40px; }
        .works-section__results-head-label {
          font-size: 2.4rem; }
      .works-section__results-table thead {
        top: 96px; }
        .works-section__results-table thead th {
          padding: 12px 14px 8px; }
      .works-section__results-table tbody th, .works-section__results-table tbody td {
        padding: 20px 14px; }
      .works-section__results-table tbody ul {
        margin: 0 -14px; }
        .works-section__results-table tbody ul li {
          padding: 20px 14px; } }
/* 1200- */
/* -575 */
.recruit-archive-contents {
  position: relative;
  padding: 60px 0 120px;
  margin-bottom: -120px; }
  .recruit-archive-contents:after {
    content: '';
    position: absolute;
    top: 180px;
    bottom: 0;
    width: 100%;
    background-color: var(--c-light-gray);
    z-index: -1; }
.recruit-archive-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: -18px -12px; }
  .recruit-archive-list__item {
    flex: 0 0 auto;
    display: flex;
    width: 100%;
    padding: 18px 12px; }
    .recruit-archive-list__item-anch {
      display: flex;
      flex-direction: column;
      height: 100%;
      color: var(--c-text); }
      .recruit-archive-list__item-anch:hover .icon:before {
        animation: arrow_in_circle-right 0.6s 1 cubic-bezier(0, 0.8, 0.75, 1); }
      .recruit-archive-list__item-anch:hover img {
        scale: 1.1; }
    .recruit-archive-list__item__image {
      flex: 0 0 auto;
      border-radius: 16px 16px 0 0;
      overflow: hidden; }
      .recruit-archive-list__item__image img {
        aspect-ratio: 3 / 2;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: scale .3s; }
    .recruit-archive-list__item__body {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      background-color: #fff;
      border-radius: 0 0 16px 16px;
      padding: 16px 18px 12px; }
      .recruit-archive-list__item__body-ttl {
        flex: 0 0 auto;
        font-family: var(--font-ug);
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 8px;
        line-height: 1.4; }
      .recruit-archive-list__item__body-desc {
        flex: 1 1 auto;
        font-size: 1.4rem;
        line-height: 1.633333;
        margin-bottom: 3px; }
      .recruit-archive-list__item__body-detail {
        flex: 0 0 auto;
        align-self: flex-end;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin: 0 -8px -2px 0; }
        .recruit-archive-list__item__body-detail-label {
          flex: 1 1 auto;
          font-weight: 500;
          color: var(--c-red); }
        .recruit-archive-list__item__body-detail .icon {
          flex: 0 0 auto;
          width: 32px;
          height: 32px;
          border-width: 2px; }
          .recruit-archive-list__item__body-detail .icon:before {
            background-size: 12px; }
.recruit-detail {
  padding-top: 24px; }
  .recruit-detail__head-cover__image {
    border-radius: 16px 0 0 0;
    overflow: hidden;
    margin: 0 -32px 24px 0; }
    .recruit-detail__head-cover__image img {
      aspect-ratio: 3 / 1.6878;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .recruit-detail__head-cover__ttl {
    display: block;
    font-family: var(--font-ug);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.04em;
    margin-top: 12px; }
  .recruit-detail__aside {
    max-width: 480px;
    margin: 0 auto; }
  .recruit-detail__outline {
    background-color: #f4faff;
    padding: 20px;
    border-radius: 16px;
    position: relative; }
    .recruit-detail__outline:before {
      content: '';
      position: absolute;
      top: 0;
      left: 20px;
      width: 32px;
      height: 3px;
      background-color: var(--c-red); }
    .recruit-detail__outline-ttl {
      font-family: var(--font-ug);
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 10px; }
    .recruit-detail__outline-table {
      width: 100%;
      table-layout: fixed;
      border-top: solid 1px var(--c-light-gray);
      margin-bottom: 20px; }
      .recruit-detail__outline-table tr {
        border-bottom: solid 1px var(--c-light-gray); }
      .recruit-detail__outline-table th, .recruit-detail__outline-table td {
        font-size: 1.4rem;
        line-height: 1.25;
        padding: 14px 0; }
        .recruit-detail__outline-table th span, .recruit-detail__outline-table td span {
          display: inline-block; }
      .recruit-detail__outline-table th {
        width: 5.5em;
        font-weight: 600;
        color: #6d7984; }
    .recruit-detail__outline__bottom {
      text-align: center; }
    .recruit-detail__outline__btn {
      display: inline-flex;
      align-items: center;
      max-width: 286px;
      width: 100%;
      background-color: #fff;
      border: solid 1px var(--c-red);
      border-radius: 8px;
      padding: 7px 16px; }
      .recruit-detail__outline__btn-label {
        flex: 1 1 auto;
        font-family: var(--font-ug);
        font-weight: 700;
        color: var(--c-text);
        padding-left: 32px; }
      .recruit-detail__outline__btn .icon {
        flex: 0 0 auto;
        width: 32px;
        height: 32px;
        border: solid 1px var(--c-red);
        border-radius: 50%;
        background-size: 14px;
        background-position: center;
        rotate: 180deg;
        transition: background-position .3s; }
      .recruit-detail__outline__btn:hover .icon {
        background-position: center .5px; }
  .recruit-detail-section + .recruit-detail-section {
    margin-top: 60px; }
  .recruit-detail-section--lead {
    padding-top: 40px; }
  .recruit-detail-section__ttl {
    font-family: var(--font-ug);
    font-size: 2.4rem;
    font-weight: 700; }
  .recruit-detail-section__text {
    margin-bottom: 30px; }
  .recruit-detail-section__list {
    background: var(--c-light-gray) url("../img/about/obj_circle.svg") no-repeat right -97.5px bottom -97.5px/240px;
    border-radius: 16px;
    padding: 16px;
    margin: 20px 0; }
    .recruit-detail-section__list--num .recruit-detail-section__list__item {
      counter-increment: num;
      padding-left: 44px;
      text-indent: -44px; }
      .recruit-detail-section__list--num .recruit-detail-section__list__item + .recruit-detail-section__list__item {
        margin-top: 8px; }
      .recruit-detail-section__list--num .recruit-detail-section__list__item:before {
        content: counter(num);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        font-family: var(--font-e);
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1;
        text-indent: 0;
        vertical-align: 6px;
        color: var(--c-red);
        background-color: #fff;
        border: solid 1px var(--c-red);
        border-radius: 50% 50% 4px 50%;
        margin-right: 12px; }
    .recruit-detail-section__list__item {
      line-height: 1.5;
      padding-left: 22px;
      text-indent: -22px; }
      .recruit-detail-section__list__item + .recruit-detail-section__list__item {
        margin-top: 10px; }
      .recruit-detail-section__list__item:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border: solid 2px var(--c-red);
        border-radius: 50%;
        vertical-align: 1px;
        margin-right: 12px; }
      .recruit-detail-section__list__item-notes {
        display: block;
        font-size: 1.2rem;
        line-height: 1.25;
        padding: 4px 0 0 12px;
        text-indent: -1em; }
    .recruit-detail-section__list + .recruit-detail-section__notes {
      padding-left: 38px;
      margin-top: -14px; }
    .recruit-detail-section__list--normal-fz .recruit-detail-section__list__item {
      font-size: 1.4rem; }
  .recruit-detail-section__innr-ttl {
    margin-bottom: 24px; }
    .recruit-detail-section__innr-ttl-label {
      font-family: var(--font-ug);
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: var(--c-red);
      border: solid 1px var(--c-red);
      padding: 12px 16px; }
  .recruit-detail-section__timetable {
    border: solid 1px var(--c-light-gray);
    border-radius: 24px;
    padding: 24px 20px 24px 36px; }
    .recruit-detail-section__timetable__item {
      padding-bottom: 16px;
      position: relative; }
      .recruit-detail-section__timetable__item:before, .recruit-detail-section__timetable__item:after {
        content: '';
        position: absolute; }
      .recruit-detail-section__timetable__item:before {
        top: 8px;
        left: -17px;
        width: 9px;
        height: 9px;
        background-color: var(--c-red);
        border-radius: 50%; }
      .recruit-detail-section__timetable__item:after {
        top: 12.5px;
        left: -13px;
        bottom: -12.5px;
        border-left: dashed 1px var(--c-red); }
      .recruit-detail-section__timetable__item:last-of-type {
        padding-bottom: 0; }
        .recruit-detail-section__timetable__item:last-of-type:after {
          display: none; }
      .recruit-detail-section__timetable__item-head {
        font-family: var(--font-e);
        font-weight: 500;
        color: var(--c-red); }
      .recruit-detail-section__timetable__item-body {
        font-size: 1.5rem;
        line-height: 1.6; }
  .recruit-detail-section__interviews {
    background: var(--c-light-gray) url("../img/about/obj_circle.svg") no-repeat left -97.5px bottom -97.5px/240px;
    padding: 20px 20px 30px;
    border-radius: 24px; }
    .recruit-detail-section__interviews-label {
      display: block;
      text-align: center;
      font-family: var(--font-ug);
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.44;
      color: var(--c-red);
      background-color: #fff;
      border-bottom: solid 1px var(--c-red);
      border-radius: 12px 12px 0 0;
      padding: 8px;
      margin-bottom: 30px; }
      .recruit-detail-section__interviews-label span {
        display: inline-block; }
    .recruit-detail-section__interviews-list__item {
      display: flex;
      flex-direction: column;
      gap: 10px 30px; }
      .recruit-detail-section__interviews-list__item + .recruit-detail-section__interviews-list__item {
        border-top: solid 1px #dfdfd4;
        padding-top: 30px;
        margin-top: 30px; }
      .recruit-detail-section__interviews-list__item-head {
        flex: 0 0 auto;
        text-align: center; }
        .recruit-detail-section__interviews-list__item-head img {
          width: 96px;
          height: 96px;
          object-fit: cover;
          border-radius: 50%;
          overflow: hidden; }
        .recruit-detail-section__interviews-list__item-head figcaption {
          line-height: 1;
          padding-top: 12px; }
          .recruit-detail-section__interviews-list__item-head figcaption span {
            display: block;
            font-size: 1.4rem;
            color: var(--c-dark-gray);
            margin-bottom: 8px; }
      .recruit-detail-section__interviews-list__item-body {
        flex: 1 1 auto;
        padding-top: 20px; }
        .recruit-detail-section__interviews-list__item-body p {
          line-height: 1.8; }
  .recruit-detail-section__data-list__item {
    border: solid 1px var(--c-light-gray);
    border-radius: 12px;
    padding: 16px; }
    .recruit-detail-section__data-list__item + .recruit-detail-section__data-list__item {
      margin-top: 12px; }
    .recruit-detail-section__data-list__item-head, .recruit-detail-section__data-list__item-body {
      line-height: 1.5;
      padding-left: 16px;
      position: relative; }
      .recruit-detail-section__data-list__item-head:before, .recruit-detail-section__data-list__item-body:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 4px;
        border-radius: 4px; }
    .recruit-detail-section__data-list__item-head {
      font-size: 1.6rem;
      font-weight: 500;
      color: var(--c-dark-gray); }
      .recruit-detail-section__data-list__item-head:before {
        background-color: var(--c-red);
        z-index: 1; }
    .recruit-detail-section__data-list__item-body {
      font-size: 1.4rem;
      padding-top: 8px; }
      .recruit-detail-section__data-list__item-body:before {
        top: -4px;
        background-color: var(--c-light-gray); }
  .recruit-detail__overview {
    color: #fff;
    background-color: var(--c-dark-gray);
    padding: 60px 0;
    margin-top: calc(90px + 37px);
    position: relative; }
    .recruit-detail__overview:before {
      content: '';
      position: absolute;
      top: 1px;
      width: 100%;
      height: 37px;
      background-image: url(../img/common/obj_conveyor.svg);
      background-repeat: repeat-x;
      background-size: contain;
      animation: conveyor linear 4.5s infinite both;
      translate: 0 -100%; }
    .recruit-detail__overview-ttl {
      margin-bottom: 40px; }
      .recruit-detail__overview-ttl-label {
        display: inline-block;
        font-family: var(--font-ug);
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1;
        border: solid 1px #fff;
        padding: 16px 36px; }
    .recruit-detail__overview-table {
      display: block; }
      .recruit-detail__overview-table tbody {
        display: block; }
      .recruit-detail__overview-table tr {
        display: block;
        border: solid 1px #fff;
        padding: 8px 20px; }
        .recruit-detail__overview-table tr + tr {
          margin-top: 4px; }
      .recruit-detail__overview-table th, .recruit-detail__overview-table td {
        display: block;
        line-height: 1.75;
        padding: 2px 0; }
      .recruit-detail__overview-table th {
        font-weight: 700; }
      .recruit-detail__overview-table__innr-list li {
        padding-left: 1em;
        text-indent: -1em; }
        .recruit-detail__overview-table__innr-list li.wide-line-break {
          margin-top: 1em; }
      .recruit-detail__overview-table__process-list dd {
        padding-left: 2em;
        text-indent: -1em; }
        .recruit-detail__overview-table__process-list dd + dt {
          margin-top: 1em; }
  .recruit-detail__footer {
    background-color: var(--c-light-gray);
    padding: 48px 0;
    margin-bottom: -120px; }
    .recruit-detail__footer-nav {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px; }
      .recruit-detail__footer-nav__item {
        flex: 0 0 auto;
        text-align: center; }
        .recruit-detail__footer-nav__item .butn__label {
          font-size: 1.8rem; }
        .recruit-detail__footer-nav__item--back .butn {
          width: auto;
          background-color: #fff;
          border: none;
          border-radius: 8px;
          min-height: 0;
          height: 48px;
          gap: 0 8px;
          padding: 10px 20px; }
          .recruit-detail__footer-nav__item--back .butn__label {
            color: var(--c-text);
            padding-left: 0; }
          .recruit-detail__footer-nav__item--back .butn .icon {
            transition: translate .3s; }
          .recruit-detail__footer-nav__item--back .butn:hover .icon {
            translate: -5px 0; }

/* 576-767 */
@media screen and (min-width: 576px) {
  .recruit-archive-list {
    flex-direction: row; }
    .recruit-archive-list__item {
      width: 50%;
      padding: 18px 12px; }
  .recruit-detail {
    /* pc: grid & sticky */ }
    .recruit-detail__head-cover__ttl {
      font-size: 3.2rem; } }
/* 768-991 */
@media screen and (min-width: 768px) {
  .recruit-archive-contents {
    padding: 60px 0 160px;
    margin-bottom: -160px; }
  .recruit-archive-list__item {
    width: 33.333333%; }
  .recruit-detail {
    /* pc: grid & sticky */
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 0px 32px;
    grid-template-areas: 'head side' 'content side'; }
    .recruit-detail__head {
      grid-area: head; }
      .recruit-detail__head-cover__image {
        border-radius: 16px 16px 16px 0;
        margin: 0 0 32px 0; }
      .recruit-detail__head-cover__ttl {
        font-size: 3.6rem; }
      .recruit-detail__head-cover .ttl {
        margin-bottom: -8px; }
    .recruit-detail__aside {
      max-width: 343px;
      grid-area: side;
      width: 33.333333vw; }
    .recruit-detail__outline {
      position: sticky;
      top: 82px; }
    .recruit-detail__contents {
      grid-area: content; }
    .recruit-detail__overview {
      margin-top: calc(90px + 55.5px); }
      .recruit-detail__overview:before {
        height: 55.5px;
        animation: conveyor-tab linear 4.5s infinite both; }
    .recruit-detail__footer {
      margin-bottom: -160px; } }
/* 992-1199 */
@media screen and (min-width: 992px) {
  .recruit-archive-contents {
    padding: 90px 0 160px; }
    .recruit-archive-contents:after {
      top: 210px; }
  .recruit-archive-list__item__body-ttl {
    font-size: 2.2rem; }
  .recruit-archive-list__item__body-desc {
    font-size: 1.5rem; }
  .recruit-archive-list__item__body-detail .icon {
    width: 36px;
    height: 36px; }
    .recruit-archive-list__item__body-detail .icon:before {
      background-size: 13px; }
  .recruit-detail {
    /* pc: grid & sticky */
    gap: 0px 56px; }
    .recruit-detail__head-cover__image {
      border-radius: 32px 32px 32px 0;
      margin: 0 0 40px 0; }
    .recruit-detail__head-cover__ttl {
      font-size: 4rem; }
    .recruit-detail__aside {
      width: auto; }
    .recruit-detail__outline {
      border-radius: 24px;
      top: 96px; }
    .recruit-detail__contents {
      grid-area: content; }
    .recruit-detail-section__list {
      border-radius: 32px;
      padding: 32px; }
      .recruit-detail-section__list--num .recruit-detail-section__list__item + .recruit-detail-section__list__item {
        margin-top: 12px; }
      .recruit-detail-section__list--num .recruit-detail-section__list__item:before {
        font-size: 2rem; }
      .recruit-detail-section__list__item {
        font-size: 2rem; }
        .recruit-detail-section__list__item-notes {
          font-size: 1.4rem; }
      .recruit-detail-section__list--normal-fz .recruit-detail-section__list__item {
        font-size: 1.6rem; }
    .recruit-detail-section__timetable {
      border-radius: 32px;
      padding: 32px; }
      .recruit-detail-section__timetable__item {
        display: flex;
        gap: 40px; }
        .recruit-detail-section__timetable__item:before {
          top: 12px;
          left: calc(6.8em + 9px + 20px); }
        .recruit-detail-section__timetable__item:after {
          top: 16.5px;
          left: calc(6.8em + 13px + 20px); }
        .recruit-detail-section__timetable__item-head {
          flex: 0 0 auto;
          width: 6.8em;
          font-size: 1.8rem; }
        .recruit-detail-section__timetable__item-body {
          font-size: 1.6rem;
          flex: 1 1 auto;
          padding-top: 2px; }
    .recruit-detail-section__interviews {
      border-radius: 32px; }
      .recruit-detail-section__interviews-list__item {
        flex-direction: row; }
    .recruit-detail-section__data-list__item {
      border-radius: 16px; }
    .recruit-detail__overview {
      padding: 80px 0 96px;
      margin-top: calc(120px + 74px); }
      .recruit-detail__overview:before {
        height: 74px;
        animation: conveyor-pc linear 4.5s infinite both; }
      .recruit-detail__overview__innr {
        display: flex;
        gap: 56px; }
      .recruit-detail__overview-ttl {
        flex: 0 0 auto; }
      .recruit-detail__overview-table {
        display: table;
        flex: 1 1 auto;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0 5px; }
        .recruit-detail__overview-table tbody {
          display: table-row-group; }
        .recruit-detail__overview-table tr {
          display: table-row;
          border: none;
          padding: 0; }
          .recruit-detail__overview-table tr + tr {
            margin-top: 0; }
        .recruit-detail__overview-table th, .recruit-detail__overview-table td {
          display: table-cell;
          padding: 0;
          border-top: solid 1px #fff;
          border-bottom: solid 1px #fff; }
        .recruit-detail__overview-table th {
          width: 9em;
          line-height: 1.5;
          border-left: solid 1px #fff;
          padding: 18px 24px 14px 32px; }
          .recruit-detail__overview-table th span {
            display: inline-block; }
        .recruit-detail__overview-table td {
          border-right: solid 1px #fff;
          padding: 16px 32px 16px 0; }
    .recruit-detail__footer {
      padding: 44px 0; }
      .recruit-detail__footer-nav {
        flex-direction: row;
        gap: 0; }
        .recruit-detail__footer-nav__item {
          text-align: left; }
          .recruit-detail__footer-nav__item--conv {
            order: 2;
            width: calc(50% + 140px); }
          .recruit-detail__footer-nav__item--back {
            order: 1;
            width: calc(50% - 140px); } }
/* 1200- */
@media screen and (min-width: 1200px) {
  .recruit-archive-contents {
    padding: 112px 0 160px; }
    .recruit-archive-contents:after {
      top: 232px; }
  .recruit-archive-list__item__body-ttl {
    font-size: 2.4rem; }
  .recruit-archive-list__item__body-detail .icon {
    width: 40px;
    height: 40px; }
    .recruit-archive-list__item__body-detail .icon:before {
      background-size: 14px; }
  .recruit-detail {
    /* pc: grid & sticky */ }
    .recruit-detail-section__interviews-list__item {
      flex-direction: row; } }
/* -575 */
.contact {
  padding-top: 50px;
  margin-bottom: 120px; }
  .contact__lead {
    text-align: center;
    margin-bottom: 60px; }
    .contact__lead p {
      text-align: left;
      line-height: 2; }
    .contact__lead-info {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 5px;
      border: solid 1px var(--c-red);
      line-height: 1;
      padding: 12px 18px;
      margin-top: 30px; }
      .contact__lead-info_tel {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: var(--font-e);
        font-size: 2.7rem;
        font-weight: 500;
        color: var(--c-red); }
        .contact__lead-info_tel .icon {
          width: 20px;
          height: 20px; }
      .contact__lead-info_hour {
        flex: 0 0 auto;
        font-size: 1.2rem;
        padding-left: 25px; }

.form-body {
  max-width: 800px;
  background-color: var(--c-light-gray);
  border-radius: 24px;
  padding: 32px; }
  .form-body .ttl--main {
    font-size: 2.2rem; }
  .form-body__desc {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 18px; }
    .form-body__desc span {
      display: inline-block; }
.form__table {
  display: block;
  margin-bottom: 32px; }
  .form__table tbody {
    display: block; }
  .form__table tr {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px; }
    .form__table tr + tr {
      margin-top: 8px; }
  .form__table th {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    margin-bottom: 10px; }
    .form__table th .require {
      flex: 0 0 auto;
      font-size: 1.4rem;
      font-weight: 600;
      color: #fff;
      line-height: 1;
      background-color: var(--c-red);
      padding: 4px 8px;
      border-radius: 4px; }
  .form__table td {
    flex: 1 1 auto;
    display: block; }
    .form__table td .input-date {
      display: flex;
      align-items: baseline;
      gap: 5px; }
      .form__table td .input-date input[name="year"] {
        width: 3.6em; }
      .form__table td .input-date input[name="month"] {
        width: 2.5em; }
      .form__table td .input-date input[name="day"] {
        width: 2.5em; }
  .form__table input, .form__table textarea {
    width: 100%;
    font-family: var(--font-g);
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    background-color: #f4faff;
    border: solid 1px var(--c-light-gray);
    border-radius: 8px;
    padding: 8px 10px; }
    .form__table input::placeholder, .form__table textarea::placeholder {
      color: #8c9cab; }
    .form__table input:focus, .form__table textarea:focus {
      outline: none; }
  .form__table textarea {
    resize: none;
    line-height: 1.375;
    margin: 0;
    vertical-align: top; }
  .form__table .is-error {
    font-size: 1.2rem;
    color: var(--c-red); }
.form__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px; }
  .form__btns-btn {
    flex: 0 1 auto; }
    .form__btns-btn .butn__label {
      font-size: 1.6rem;
      text-align: center;
      padding-left: 48px; }
    .form__btns-btn.butn--back .butn__label {
      padding-left: 0;
      padding-right: 48px; }
.form--confirm td {
  padding-left: 1em; }
.form__result {
  text-align: center; }
  .form__result-label {
    font-family: var(--font-ug);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px; }
    .form__result-label span {
      display: inline-block; }
  .form__result-text {
    margin-bottom: 30px; }
    .form__result-text span {
      display: inline-block; }

/* 576-767 */
@media screen and (min-width: 576px) {
  .form-body {
    padding: 32px 40px 40px; }
    .form-body__desc {
      margin-bottom: 20px; }
  .form__table {
    display: table;
    margin-bottom: 40px;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0px 8px; }
    .form__table tbody {
      display: table-row-group; }
    .form__table tr {
      display: table-row;
      background-color: transparent;
      border-radius: 0;
      padding: 0; }
      .form__table tr + tr {
        margin-top: 0; }
    .form__table th, .form__table td {
      background-color: #fff; }
    .form__table th {
      display: table-cell;
      margin-bottom: 0;
      width: calc(11.8em + 8px);
      vertical-align: middle;
      padding: 16px 8px 16px 16px;
      border-radius: 12px 0 0 12px; }
      .form__table th .require {
        display: inline-block;
        margin-left: 16px; }
    .form__table td {
      display: table-cell;
      padding: 16px 16px 16px 8px;
      border-radius: 0 12px 12px 0; } }
/* 768-991 */
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 74px;
    margin-bottom: 160px; }
    .contact__lead {
      text-align: left;
      margin-bottom: 90px; }
      .contact__lead-info {
        gap: 3px;
        padding: 20px 30px; }
        .contact__lead-info_tel {
          font-size: 3rem; }
          .contact__lead-info_tel .icon {
            width: 22px;
            height: 22px; }
        .contact__lead-info_hour {
          font-size: 1.3rem;
          padding-left: 22px; }

  .form-body {
    border-radius: 32px; }
    .form-body__desc {
      font-size: 1.5rem; } }
/* 992-1199 */
@media screen and (min-width: 992px) {
  .contact__lead-info {
    gap: 2px; }
    .contact__lead-info_tel {
      font-size: 3.2rem; }
      .contact__lead-info_tel .icon {
        width: 24px;
        height: 24px; }
    .contact__lead-info_hour {
      font-size: 1.4rem;
      padding-left: 25px; }

  .form-body__desc {
    font-size: 1.6rem; } }
/* 1200- */
/* -575 */
.privacy-policy {
  max-width: 800px;
  line-height: 2; }
  .privacy-policy-list {
    padding-top: 24px; }
  .privacy-policy__lead {
    max-width: 640px;
    margin-bottom: 60px; }
  .privacy-policy__head {
    font-family: var(--font-ug);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 8px; }
    .privacy-policy__head:before {
      content: '';
      display: block;
      width: 10px;
      height: 2px;
      background-image: repeating-linear-gradient(270deg, var(--c-red), var(--c-red) 4px, transparent 4px, transparent 6px, var(--c-red) 6px);
      background-size: 10px 2px;
      margin-bottom: 12px; }
    .privacy-policy__head span {
      display: inline-block; }
  .privacy-policy__body ol {
    list-style-type: none;
    padding-left: 8px;
    counter-reset: num;
    padding-top: 12px; }
    .privacy-policy__body ol li {
      counter-increment: num;
      padding-left: 1.2em;
      position: relative; }
      .privacy-policy__body ol li:before {
        content: counter(num) ".";
        position: absolute;
        top: 0;
        left: 0;
        font-family: var(--font-e);
        font-size: 1.8rem;
        font-weight: 500;
        color: var(--c-red); }
      .privacy-policy__body ol li + li {
        margin-top: 5px; }
      .privacy-policy__body ol li ol {
        padding-left: 0; }
  .privacy-policy__body + .privacy-policy__head {
    margin-top: 30px; }
  .privacy-policy__contact-list {
    display: inline-block;
    line-height: 1.5;
    background-color: var(--c-light-gray);
    border-radius: 18px;
    padding: 18px;
    margin-top: 18px; }
    .privacy-policy__contact-list__item + .privacy-policy__contact-list__item {
      margin-top: 10px; }
    .privacy-policy__contact-list__item dt {
      font-weight: 600; }
    .privacy-policy__contact-list__item dd span {
      display: inline-block; }
    .privacy-policy__contact-list__item dd .butn {
      margin-top: 16px; }
  .privacy-policy__footer {
    text-align: right;
    padding-top: 36px; }

/* 576-767 */
@media screen and (min-width: 576px) {
  .privacy-policy-list {
    padding-top: 50px; }
  .privacy-policy__lead {
    margin-bottom: 72px; }
  .privacy-policy__head {
    margin-bottom: 16px; }
  .privacy-policy__body ol {
    padding-left: 16px;
    padding-top: 16px; }
    .privacy-policy__body ol li {
      padding-left: 1.4em; }
  .privacy-policy__body + .privacy-policy__head {
    margin-top: 50px; }
  .privacy-policy__contact-list {
    border-radius: 24px;
    padding: 24px;
    margin-top: 24px; }
    .privacy-policy__contact-list__item {
      display: flex; }
      .privacy-policy__contact-list__item + .privacy-policy__contact-list__item {
        margin-top: 10px; }
      .privacy-policy__contact-list__item dt {
        flex: 0 0 auto; }
        .privacy-policy__contact-list__item dt:after {
          content: '：'; }
      .privacy-policy__contact-list__item dd {
        flex: 1 1 auto; } }
/* 768-991 */
@media screen and (min-width: 768px) {
  .privacy-policy__head {
    font-size: 2.7rem; }
  .privacy-policy__footer {
    padding-top: 44px; } }
/* 992-1199 */
@media screen and (min-width: 992px) {
  .privacy-policy-list {
    padding-top: 74px; }
  .privacy-policy__head {
    font-size: 3.2rem; } }
/* 1200- */

/*# sourceMappingURL=style.css.map */
