@charset "UTF-8";
/* ↓以下の階層に標準的なscssが格納されています。 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
:root {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

body {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #333;
  background: #F5F1E9;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: unset;
  font-weight: unset;
  padding: unset;
  margin: unset;
}
@media screen and (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

p,
a,
span,
th,
td,
dt,
dd,
address {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  font-style: normal;
}

li {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-style: normal;
}

ul,
ol {
  list-style: none;
  padding-left: unset;
}

a {
  text-decoration: none;
  color: inherit;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  a {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  a {
    transition-duration: 300ms;
  }
}
a:hover {
  opacity: 0.7;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  a[href^=tel] {
    pointer-events: unset;
  }
}

img,
figure,
picture {
  margin: unset;
  margin: 0;
  padding: 0;
  border: none;
}

figure,
picture {
  display: block;
}

/* ▽▽▽▽ table ▽▽▽▽ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #ccc;
    background-color: #f3f3f3;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr th {
    padding-top: 1em;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* △△△△ table △△△△ */
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.swipe {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(221, 221, 221, 0.6);
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

@media screen and (max-width: 500px) {
  .sp_swipe {
    width: 100%;
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .sp_swipe img {
    min-width: 100px;
  }
  .sp_swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .sp_swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(221, 221, 221, 0.6);
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
  .sp_swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .sp_swipe__on::after, .sp_swipe__on::before {
    opacity: 0;
    z-index: -1;
    animation: none;
  }
  .sp_swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .sp_swipe__on::-webkit-scrollbar-track, .sp_swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .sp_swipe th,
  .sp_swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}
/* ▽▽▽▽ container ▽▽▽▽ */
.container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .container {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .container {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.over-right {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .over-right {
    margin-left: calc((100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .over-right {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .over-right {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .over-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.over-left {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .over-left {
    margin-right: calc((100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .over-left {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .over-left {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .over-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* △△△△ container △△△△ */
/* ▽▽▽▽ lazy ▽▽▽▽ */
.lazy {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}

.lazy_show {
  opacity: 1;
  translate: 0 0;
  transition: all 1000ms;
}

/* △△△△ lazy △△△△ */
/* ▽▽▽▽ blur ▽▽▽▽ */
.blur {
  opacity: 0;
  filter: blur(10px);
}

.blur_show {
  opacity: 1;
  filter: blur(0px);
  transition: all 2000ms;
}

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1001px) {
  .c_following__contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
  }
  .c_following__side {
    position: sticky;
    top: 0;
    left: 0;
    width: 200px;
  }
  .c_following__main {
    flex: 1;
  }
}
/* △△△△追従△△△△ */
.c_header__block {
  padding: 32px 32px 0;
  transition: all 0.6s;
}
@media screen and (min-width: 1201px) {
  .c_header__block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    opacity: 1;
  }
}
@media screen and (min-width: 1201px) {
  .c_header__block.c_header__hide {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__block {
    padding: 24px 24px 0;
  }
}
@media screen and (max-width: 500px) {
  .c_header__block {
    padding: 16px 16px 0;
  }
}

@media screen and (min-width: 1201px) {
  .c_header__hide__comp {
    background: rgba(245, 241, 233, 0.8);
    padding: 32px;
  }
  .c_header__hide__comp .c_header__logo {
    max-width: 57px;
  }
  .c_header__hide__comp .header__columns {
    align-items: center;
  }
}
.header__columns {
  display: flex;
  justify-content: space-between;
  transition: all 0.6s;
}

.c_header__logo {
  display: block;
  line-height: 1;
  transition: all 0.6s;
  max-width: 112px;
}
@media screen and (max-width: 1000px) {
  .c_header__logo {
    max-width: 56px;
  }
}
@media screen and (max-width: 500px) {
  .c_header__logo {
    max-width: 48px;
  }
}
.c_header__logo a:hover {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(51, 51, 51, 0.9);
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 150px;
    box-sizing: border-box;
    overflow-y: scroll;
    clip-path: inset(0 0% 0% 100%);
    transition-property: all;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1200px) {
  .c_header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}
@media screen and (min-width: 1201px) {
  .c_header__nav {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .c_header__nav {
    gap: 24px;
  }
}
@media screen and (min-width: 1201px) {
  .c_header__nav ul {
    display: flex;
    align-items: center;
    gap: 0 40px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .c_header__nav ul {
    gap: 0 24px;
  }
}
.c_header__nav ul a {
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #333333;
}
.c_header__nav ul a:hover {
  opacity: 1;
  color: #BF0A10;
}
@media screen and (min-width: 1001px) {
  .c_header__nav .current-menu-item a,
  .c_header__nav .current-menu-parent a {
    color: #BF0A10;
  }
}
.c_header__nav span {
  display: none !important;
}
@media screen and (min-width: 1201px) {
  .c_header__nav .menu-item-has-children {
    position: relative;
    padding: 10px 0;
  }
  .c_header__nav .menu-item-has-children:hover {
    opacity: 1;
    color: #BF0A10;
  }
  .c_header__nav .menu-item-has-children:hover > a::before {
    transform: translateY(-50%) rotate(180deg);
  }
  .c_header__nav .menu-item-has-children:hover .sub-menu {
    clip-path: inset(0 0 0 0);
  }
  .c_header__nav .sub-menu {
    position: relative;
    gap: 8px;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    clip-path: inset(0 0 100% 0);
    transition: all 0.6s;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 8px;
  }
  .c_header__nav .sub-menu li {
    position: relative;
    line-height: 1;
    z-index: 1;
    text-align: left;
  }
  .c_header__nav .sub-menu a {
    font-weight: 500;
    font-size: 15px;
    color: #595757;
    line-height: 1.5;
  }
  .c_header__nav .sub-menu a:hover {
    color: #BF0A10;
  }
}
@media screen and (max-width: 1200px) {
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav .sub-menu {
    display: none !important;
  }
  .c_header__nav ul a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .c_header__nav ul .menu_over a {
    line-height: 1.4;
  }
}

.header_btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .header_btns {
    display: block;
  }
}

@media screen and (min-width: 1201px) {
  .header_btn {
    position: relative;
    aspect-ratio: 1/1;
    width: 64px;
    height: 64px;
  }
  .header_btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    border-radius: 50%;
  }
  .header_btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
@media screen and (max-width: 1200px) {
  .header_btn {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 20px 0;
  }
  .header_btn::after {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff !important;
    font-weight: bold;
  }
}

.header_btn:hover {
  opacity: 1;
}
.header_btn:hover::before {
  transform: translate(-50%, -50%) scale(1.156);
}

@media screen and (max-width: 1200px) {
  .header_btn__contact {
    background: #8C070C;
    border-bottom: 1px solid #fff;
  }
  .header_btn__contact::after {
    content: "お問い合わせ";
  }
}
.header_btn__contact::before {
  background: #8C070C;
}

@media screen and (max-width: 1200px) {
  .header_btn__entry {
    background: #BF0A10;
  }
  .header_btn__entry::after {
    content: "採用エントリー";
  }
}
.header_btn__entry::before {
  background: #BF0A10;
}

.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
  translate: -50% -50%;
  transition: inherit;
  border-radius: 20px;
}
.c_header__active .c_header__line {
  opacity: 0;
}

.c_header__trigger {
  position: fixed;
  top: 24px;
  right: 24px;
  aspect-ratio: 1/1;
  background-color: #BF0A10;
  width: 48px;
  height: auto;
  transition-property: all;
  z-index: 10;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 500px) {
  .c_header__trigger {
    top: 16px;
    right: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: inherit;
  border-radius: 20px;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 7px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 7px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

.c_mv {
  display: block;
}

.c_mv__wrap {
  display: block;
  position: relative;
  padding-top: 240px;
  max-width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .c_mv__wrap {
    padding-top: 48px;
  }
}

.c_mv__back {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.c_mv__container {
  position: relative;
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
@media screen and (min-width: 1241px) {
  .c_mv__container {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .c_mv__container {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_mv__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    z-index: 2;
    background: #F5F1E9;
  }
}

.c_mv__headline {
  padding-left: 48px;
  display: block;
  font-weight: 700;
  font-size: clamp(1.6875rem, 5.6vw, 3.5rem);
  line-height: 160%;
  color: #333333;
}
.c_mv__headline br {
  display: block;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_mv__headline {
    padding-top: 32px;
    font-size: 40px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__headline {
    padding-left: 5px;
  }
}

.c_mv__headline__incolor {
  color: #BF0A10;
  font-size: inherit;
}

.c_mv_circle {
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  width: 180px;
  margin-left: auto;
  right: 40px;
  bottom: -88px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .c_mv_circle {
    width: 160px;
    bottom: -64px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv_circle {
    width: 90px;
    right: 20px;
    bottom: -40px;
  }
}

.c_mv_circle__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .c_mv_circle__arrow {
    width: 13px;
  }
  .c_mv_circle__arrow svg {
    display: block;
    width: 100%;
    height: auto;
  }
}

.c_mv_circle__img {
  position: relative;
  animation: a_c_mv_circle__img 40s linear infinite;
  max-width: 180px;
}
@media screen and (max-width: 1000px) {
  .c_mv_circle__img {
    max-width: 160px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv_circle__img {
    max-width: 90px;
  }
}

@keyframes a_c_mv_circle__img {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c_mv__slider.blur {
  filter: blur(0);
}
.c_mv__slider.blur_show {
  transition-delay: 0.6s;
}
@media screen and (max-width: 500px) {
  .c_mv__slider {
    margin-top: -12px;
    z-index: -1px;
  }
}

.c_mv_circle img {
  transition: all 0.6s;
}

.c_mv_circle:hover {
  opacity: 1;
}
.c_mv_circle:hover img {
  transform: scale(1.1, 1.1);
}

.c_kv {
  display: block;
  padding-top: 248px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .c_kv {
    padding-top: 64px;
  }
}
.c_kv img {
  display: block;
  max-width: 100%;
}

.c_kv__caption {
  display: block;
  margin: 24px 0 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(3rem, 6.4vw, 4rem);
  line-height: 120%;
  color: #BF0A10;
  text-transform: capitalize;
}
@media screen and (max-width: 1000px) {
  .c_kv__caption {
    margin: 16px 0 8px;
  }
}

.c_kv__lead {
  display: block;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 180%;
  color: #333333;
}

.c_kv__line {
  position: relative;
  width: 72px;
  height: 1px;
  background: #BF0A10;
  display: block;
}

.c_kv__line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #BF0A10;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 7px;
  height: auto;
  transition: all 0.6s;
}

.c_kv__line.cs_ac::before {
  transition-delay: 1s;
  left: 100%;
}

.c_kv__block {
  position: relative;
  padding-bottom: 42px;
}

.c_kv__block__back {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.c_kv__block__back img {
  max-width: initial;
  width: 100%;
  height: auto;
}

.c_kv__block__img {
  display: block;
  width: 100%;
  pointer-events: none;
  background: #fff;
}
.c_kv__block__img img {
  max-width: initial;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .c_kv__pic img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .c_kv__pic img {
    height: 240px;
  }
}
.c_kv__pic.blur {
  filter: blur(0px);
}
.c_kv__pic.blur_show {
  transition-delay: 0.6s;
}

.c_bread {
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #333333;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .c_bread {
    padding-bottom: 16px;
  }
}
.c_bread .container {
  display: flex;
  gap: 6px 8px;
  flex-wrap: wrap;
  align-items: center;
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
}

.c_cta {
  padding-top: clamp(40px, 4vw, 64px);
  padding-bottom: clamp(40px, 4vw, 64px);
  box-sizing: border-box;
  background-color: #f3f3f3;
}

.c_cta__head {
  margin-bottom: clamp(32px, 3.5vw, 56px);
}

.c_cta__side {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-wrap: wrap;
}

.c_cta__tel {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 1;
}

.c_cta__unit {
  text-transform: capitalize;
  font-size: 0.8em;
  line-height: inherit;
}

.c_cta__num {
  font-size: inherit;
  line-height: inherit;
}

.c_cta__time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}

.c_cta__btns {
  display: flex;
  gap: 8px;
}

.c_cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 1em;
  padding-bottom: 1em;
  box-sizing: border-box;
  border-radius: 50px;
  width: 240px;
}

.c_cta__btn___label {
  display: inline-block;
  font-size: inherit;
}

.footer {
  background: #fff;
  padding-top: 200px;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding-top: 144px;
  }
}

.footer_block {
  background: #F5F1E9;
  padding: 96px 0 92px;
}
@media screen and (max-width: 1000px) {
  .footer_block {
    padding: 20px 0 26px;
  }
}

.footer_container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1161px) {
  .footer_container {
    max-width: 1200px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1160px) {
  .footer_container {
    max-width: 1200px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .footer_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .footer_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer_columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer_columns {
    display: block;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
cta----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.footer_cta {
  flex-basis: 38.39%;
  padding: 72px;
  background: #EBE7DF;
  border-radius: 24px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .footer_cta {
    padding: 72px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_cta {
    padding: 56px 40px;
  }
}
@media screen and (max-width: 500px) {
  .footer_cta {
    padding: 56px 25px;
  }
}

.cta_borderline__slag {
  margin: 24px 0 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(2rem, 4.8vw, 3rem);
  line-height: 120%;
  color: #BF0A10;
}
@media screen and (max-width: 1000px) {
  .cta_borderline__slag {
    margin: 16px 0 8px;
    text-align: center;
  }
}

.cta_borderline__title {
  display: block;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .cta_borderline__title {
    text-align: center;
  }
}

.cta_borderline__line {
  position: relative;
  width: 72px;
  height: 1px;
  background: #BF0A10;
  display: block;
}
@media screen and (max-width: 1000px) {
  .cta_borderline__line {
    margin: auto;
  }
}

.cta_borderline__line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #BF0A10;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 7px;
  height: auto;
  transition: all 0.6s;
}

.cta_borderline__line.cs_ac::before {
  transition-delay: 0.6s;
  left: 100%;
}

.footer_cta .cta_tel {
  margin-top: 48px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #BF0A10;
}
@media screen and (max-width: 1000px) {
  .footer_cta .cta_tel {
    margin-top: 32px;
    justify-content: center;
  }
}

.cta_info {
  display: block;
  margin-top: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .cta_info {
    text-align: center;
  }
}

.cta_btns {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .cta_btns {
    margin-top: 16px;
  }
}
.cta_btns .lower_btn + .lower_btn {
  margin-top: 16px;
}
@media screen and (max-width: 500px) {
  .cta_btns .lower_btn + .lower_btn {
    margin-top: 8px;
  }
}

.lower_btn__link.lower_btn__link--cta {
  width: 286px;
  padding: 14px 32px 12px;
}
@media screen and (max-width: 1000px) {
  .lower_btn__link.lower_btn__link--cta {
    margin: auto;
  }
}

/*================================================
cta----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
footer_links----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.footer_links {
  flex-basis: 52.32%;
  padding-top: 32px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .footer_links {
    flex-basis: 56%;
  }
}
@media screen and (max-width: 1000px) {
  .footer_links {
    padding-top: 48px;
  }
}

.footer_banner {
  display: block;
  max-width: 496px;
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .footer_banner {
    margin: auto;
    margin-top: 32px;
  }
}

.footer__nav a {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #333333;
}
.footer__nav a:hover {
  opacity: 1;
  color: #BF0A10;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .footer__nav ul {
    gap: 56px 64px;
    flex-direction: column;
    height: 330px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .footer__nav ul {
    gap: 56px 32px;
  }
}
@media screen and (min-width: 1001px) {
  .footer__nav ul .sub-menu {
    display: block;
    margin-top: 12px;
    padding-left: 10px;
    height: auto;
  }
  .footer__nav ul .sub-menu li + li {
    margin-top: 6px;
  }
  .footer__nav ul .sub-menu a {
    font-weight: 400;
    font-size: clamp(0.9375rem, 1.6vw, 1rem);
    line-height: 150%;
    color: #333333;
  }
  .footer__nav ul .sub-menu a:hover {
    opacity: 1;
    color: #BF0A10;
  }
}
.footer__nav span {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .footer__nav .sub-menu,
  .footer__nav .children {
    display: none !important;
  }
  .footer__nav ul {
    align-items: center;
    margin: -8px 0;
  }
  .footer__nav li {
    width: 50%;
    box-sizing: border-box;
  }
  .footer__nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .footer__nav a {
    display: block;
    text-align: center;
    font-size: 15px;
    box-sizing: border-box;
    padding: 8px 0;
    line-height: 150%;
  }
}

/*================================================
footer_links----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
footer_btm----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.footer_btm {
  margin-top: 72px;
  border-top: solid 1px #C3C1BD;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .footer_btm {
    margin-top: 56px;
    padding-top: 48px;
    display: block;
  }
}

.footer_company {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .footer_company {
    display: block;
  }
}

.footer_logo {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1000px) {
  .footer_logo {
    display: block;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer_btm .footer_address {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}
.footer_btm .footer_address a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .footer_btm .footer_address {
    text-align: center;
    margin-top: 16px;
  }
}

.footer__copy {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .footer__copy {
    display: block;
    margin-top: 56px;
  }
}

/*================================================
footer_btm----END
==================================================*/
.c_address__block {
  display: block;
}

.c_address__address {
  display: inline-block;
  word-break: keep-all;
}

/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
.c_block__top,
.works {
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .c_block__top,
  .works {
    padding-top: 88px;
  }
}
@media screen and (max-width: 500px) {
  .c_block__top,
  .works {
    margin-top: -3px;
  }
}

@media screen and (max-width: 500px) {
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__narrow {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 881px) {
  .c_block__narrow {
    max-width: 880px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 880px) {
  .c_block__narrow {
    max-width: 880px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_block__narrow {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c_main__head {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.c_text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 200%;
  color: #333333;
}

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

@media screen and (max-width: 500px) {
  .c_text__reset {
    text-align: unset;
  }
}
.c_text__time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}

.c_list__dotted {
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  box-sizing: border-box;
}
.c_list__dotted::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
}

.c_link__text {
  display: inline;
  font-size: inherit;
  text-decoration: underline;
  color: #BF0A10;
}

.c_top {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_top__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.c_top__link:hover {
  opacity: 1;
  color: #00f;
}

.c_top__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #ddd;
  border-radius: 50px;
  transition: inherit;
}
.c_top__link:hover .c_top__ico {
  background-color: #00f;
}

.c_top__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: -90deg;
}

.c_top__text {
  font-size: inherit;
}

.c_more {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_more__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
}

.c_image {
  overflow: clip;
}

.c_image__slider {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  animation: image_sldier linear 5000ms infinite;
}

.c_image__slide {
  display: block;
  background-color: #ddd;
  width: 400px;
  height: 320px;
  margin-left: 8px;
  margin-right: 8px;
}

.c_btn {
  display: flex;
  margin-top: clamp(40px, 3.5vw, 56px);
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    justify-content: flex-start;
  }
  .c_btn__end {
    justify-content: flex-end;
  }
}
.c_btn__link {
  display: block;
  max-width: 240px;
  width: 100%;
  flex: 1;
  font-size: inherit;
  padding-top: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(10px, 1vw, 16px);
  text-align: center;
  color: inherit;
  background-color: #f3f3f3;
  border-radius: 50px;
}

.c_btn__large {
  max-width: 400px;
}

/* 以下Wordpress/plugin用scss */
.c_wp__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.c_wp__label {
  font-size: inherit;
  line-height: 2;
  font-weight: inherit;
}
.c_wp__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_wp__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

@media screen and (max-width: 1000px) {
  .c_pagelist {
    background: #fff;
    padding-top: 88px;
  }
}

.c_pagelist__nav {
  position: relative;
  margin-top: -116px;
  z-index: 1;
  background: #fff;
  border: solid 1px #BF0A10;
  border-radius: 1000px;
  padding: 12px 40px;
}
@media screen and (max-width: 1000px) {
  .c_pagelist__nav {
    margin-top: 0;
    border-radius: 24px;
    padding: 26px 40px;
  }
}
@media screen and (max-width: 500px) {
  .c_pagelist__nav {
    padding: 26px 0px;
  }
}

.c_pagelist__list {
  display: flex;
  justify-content: center;
  gap: 56px;
}
@media screen and (max-width: 1200px) {
  .c_pagelist__list {
    gap: 40px;
  }
}
.c_pagelist__list a {
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  color: #333333;
  transition: all 0.3s;
  display: flex;
  gap: 24px;
  align-items: center;
}
.c_pagelist__list a:hover {
  opacity: 1;
}
.c_pagelist__list a:hover .page_item__arrow {
  transform: scale(1, 1);
}
.c_pagelist__list a:hover .page_item__arrow svg {
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .c_pagelist__list {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .c_pagelist__list a {
    justify-content: right;
  }
  .c_pagelist__list li + li {
    margin-top: 4px;
  }
}

.page_item__arrow {
  display: block;
  position: relative;
  transform: scale(0.15, 0.15);
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  border-radius: 50%;
  background: #BF0A10;
}
.page_item__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  opacity: 0;
  transition: all 0.6s;
  z-index: 1;
}

.c_pagelist__list .current_page_item a {
  opacity: 1;
}
.c_pagelist__list .current_page_item a .page_item__arrow {
  transform: scale(1, 1);
}
.c_pagelist__list .current_page_item a .page_item__arrow svg {
  transform: translate(-50%, -50%) scale(1, 1) rotate(90deg);
  opacity: 1;
}
.c_pagelist__list .current_page_item a:hover .page_item__arrow svg {
  transform: translate(-50%, -50%) scale(1, 1) rotate(0deg);
}

.c_pagenavi {
  margin-top: clamp(80px, 7.5vw, 120px);
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 4px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  align-items: center;
}
.c_pagenavi span,
.c_pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  line-height: 1;
  border-radius: 50%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700 !important;
  font-size: 16px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #333333;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 24px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  font-weight: inherit !important;
  opacity: 1;
  background-color: #BF0A10;
  color: #fff;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}
.c_pagenavi .nextpostslink {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi .nextpostslink {
    margin-left: 8px !important;
  }
}
.c_pagenavi .nextpostslink::before {
  content: "";
  background: url(../images/common/post_navi_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 12/11;
  width: 7px;
  height: 14px;
  color: transparent;
  transition: all 0.3s;
  margin-right: 0 !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.c_pagenavi .nextpostslink:hover {
  background-color: #fff;
}
.c_pagenavi .previouspostslink {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi .previouspostslink {
    margin-right: 8px !important;
  }
}
.c_pagenavi .previouspostslink::before {
  content: "";
  background: url(../images/common/post_navi_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 12/11;
  width: 7px;
  height: 14px;
  color: transparent;
  transition: all 0.3s;
  margin-right: 0 !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c_pagenavi .previouspostslink:hover {
  background-color: #fff;
}

.c_single__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #C3C1BD;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 24px;
  box-sizing: border-box;
  margin-top: clamp(64px, 5vw, 80px);
  font-weight: bold;
}
.c_single__nav a:hover {
  opacity: 1;
  color: #BF0A10;
}

.c_single__nav___move {
  max-width: 60px;
  flex: 1;
}
.c_single__nav___move a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #F5F1E9;
  box-sizing: border-box;
  border-radius: 24px;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  padding: 80px 100px 80px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding: 64px 40px 64px;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form {
    padding: 56px 20px 56px;
  }
}
.mw_wp_form.mw_wp_form_input small {
  margin-top: -20px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input small {
    margin: 0;
  }
  .mw_wp_form.mw_wp_form_input tr {
    display: block;
  }
  .mw_wp_form.mw_wp_form_input tr + tr {
    padding-top: 20px;
  }
  .mw_wp_form.mw_wp_form_input table table tr + tr {
    padding-top: unset;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  width: 300px;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  font-weight: 400;
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4375em;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  padding: 1em;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
.mw_wp_form input.var02,
.mw_wp_form textarea.var02,
.mw_wp_form select.var02 {
  max-width: 5em;
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 15px;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
  flex-basis: 100%;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 56px;
  margin-right: 20px;
  cursor: pointer;
  line-height: 57px;
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ccc;
}

.horizontal-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.form-wrap .horizontal-item {
  margin: 0;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 57px;
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.6;
  word-break: break-all;
  font-weight: 400;
  color: #333333;
}
.file-text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.file-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
@media screen and (min-width: 1001px) {
  .file-text {
    line-height: 200%;
  }
}

.sp-break {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(40px, 3vw, 48px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  text-decoration: underline;
  color: #BF0A10;
}
@media screen and (max-width: 1000px) {
  .form-agree {
    text-align: left;
  }
}

.form-agree2 {
  margin-top: clamp(24px, 2vw, 32px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.form-agree2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree2 {
  display: none !important;
}
.form-agree2 a {
  color: #BF0A10;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .form-agree2 {
    text-align: left;
  }
}

.form-wrap {
  margin-top: clamp(18px, 1.375vw, 22px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: clamp(48px, 3.5vw, 56px);
}
@media screen and (max-width: 500px) {
  .form-btns {
    flex-direction: column;
  }
}
.form-btns a,
.form-btns [type=submit],
.form-btns [type=submit].submit {
  max-width: 240px;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 1000px;
  transition: all 0.3s;
  border: solid 1px #BF0A10;
  padding: 15px 32px;
  font-weight: 700;
  text-align: left;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #333333;
  background-image: url(../images/contact/contact_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 6px center;
  background-color: #fff;
}
.form-btns a:hover,
.form-btns [type=submit]:hover,
.form-btns [type=submit].submit:hover {
  opacity: 1;
  background-image: url(../images/contact/contact_btn_arrow_hov.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 6px center;
}

.ui-datepicker {
  font-size: 13px !important;
}
.ui-datepicker span,
.ui-datepicker a,
.ui-datepicker th,
.ui-datepicker td {
  font-size: inherit !important;
}
.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
}

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_headline__slag {
  margin: 24px 0 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(2rem, 4.8vw, 3rem);
  line-height: 120%;
  color: #BF0A10;
}
@media screen and (max-width: 1000px) {
  .home_headline__slag {
    margin: 16px 0 8px;
  }
}

.home_headline__title {
  display: block;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 180%;
  color: #333333;
}

.home_headline__line {
  position: relative;
  width: 72px;
  height: 1px;
  background: #BF0A10;
  display: block;
}

.home_headline__line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #BF0A10;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 7px;
  height: auto;
  transition: all 0.5s ease-in;
}

.home_headline__line.cs_ac::before {
  transition-delay: 1s;
  left: 100%;
}

.img_rad__wrap {
  position: relative;
}
.img_rad__wrap img {
  position: relative;
  z-index: 1;
}
.img_rad__wrap::before {
  content: "";
  background: #F5F1E9;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 42px;
}
@media screen and (max-width: 1000px) {
  .img_rad__wrap::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}

.home_contents {
  position: relative;
  padding-top: 142px;
}
@media screen and (max-width: 1000px) {
  .home_contents {
    padding-top: 392px;
  }
}

/*================================================
汎用クラス----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_news----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_news {
  position: absolute;
  right: 0;
  top: -233px;
  max-width: 376px;
  z-index: 2;
  transition: all 0.6s;
}
@media screen and (max-width: 1000px) {
  .home_news {
    top: -60px;
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .home_news {
    max-width: 344px;
  }
}

.home_news.is-hide {
  opacity: 0;
}

.home_news.is-none {
  display: none;
}

.home_news.is-fixed {
  position: fixed;
  bottom: 0;
  top: auto;
}

.home_news__arrow {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 56px;
  padding-right: 16px;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .home_news__arrow {
    max-width: 40px;
  }
}

.home_news__contents {
  margin-top: -28px;
  padding: 56px 48px 48px;
  background: #fff;
  border-radius: 24px 0px 0px 24px;
}
@media screen and (max-width: 1000px) {
  .home_news__contents {
    margin-top: -20px;
    padding: 32px 32px 24px;
  }
}

.home_news__headline {
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  color: #BF0A10;
  margin-bottom: 20px;
}

.home_news__time {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #C3C1BD;
  margin-bottom: 8px;
}

.home_news__caption {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}

.home_news__item + .home_news__item .home_news__link {
  padding-top: 20px;
}

.home_news__link {
  display: block;
  padding-bottom: 20px;
  border-bottom: solid 1px #C3C1BD;
}

.home_news__more__link {
  display: block;
  margin-top: 24px;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  color: #BF0A10;
}
@media screen and (max-width: 1000px) {
  .home_news__more__link {
    margin-top: 16px;
  }
}

/*================================================
home_news----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_strength----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_strength {
  padding: 0px 0 97px;
}
@media screen and (max-width: 1000px) {
  .home_strength {
    padding: 0px 0 80px;
  }
}

.home_strength__columns {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .home_strength__columns {
    display: block;
  }
}

.home_strength__txt {
  flex-basis: 46.66%;
}

.home_strength__imgs {
  flex-basis: 46%;
}
@media screen and (max-width: 1000px) {
  .home_strength__imgs {
    margin-top: 80px;
  }
}

.home_contents__readline {
  margin: 64px 0 32px;
}
@media screen and (max-width: 1000px) {
  .home_contents__readline {
    margin: 56px 0 24px;
  }
}

.home_strength__btn {
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .home_strength__btn {
    margin-top: 40px;
  }
}

.home_strength__img1 {
  max-width: 440px;
  margin-left: auto;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_strength__img1 {
    max-width: calc(100% - 112px);
  }
}
@media screen and (max-width: 1000px) {
  .home_strength__img1 {
    max-width: calc(100% - 112px);
  }
}
@media screen and (max-width: 500px) {
  .home_strength__img1 {
    max-width: calc(100% - 68px);
  }
}

.home_strength__img2 {
  position: relative;
  margin-top: -46px;
  max-width: 300px;
  margin-right: auto;
  z-index: 1;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_strength__img2 {
    max-width: calc(100% - 252px);
  }
}
@media screen and (max-width: 1000px) {
  .home_strength__img2 {
    max-width: calc(100% - 252px);
  }
}
@media screen and (max-width: 500px) {
  .home_strength__img2 {
    margin-top: -30px;
    max-width: calc(100% - 152px);
  }
}

.home_strength__img2.blur_show {
  transition-delay: 0.3s;
}

/*================================================
home_strength----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_business {
  position: relative;
}
.home_business .home_headline__line {
  background: #fff;
}
.home_business .home_headline__line::before {
  background: #fff;
}
.home_business .home_headline__slag,
.home_business .home_headline__title,
.home_business .home_business__readline__main {
  color: #fff;
}
.home_business .lower_btn__link {
  color: #333;
}

.home_business__be {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.home_business__back {
  padding: 208px 0 160px;
  background: url(../images/home/back_home_business1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .home_business__back {
    padding: 114px 0 80px;
  }
}
@media screen and (max-width: 500px) {
  .home_business__back {
    background: url(../images/home/back_home_business1_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.home_business__columns {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_business__columns {
    margin-top: 56px;
    display: block;
  }
}

.home_business__readline {
  flex-basis: 46.33%;
}

.home_business__txt {
  flex-basis: 46.33%;
}
@media screen and (max-width: 1000px) {
  .home_business__txt {
    margin-top: 32px;
  }
}

.home_business__btn {
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .home_business__btn {
    margin-top: 40px;
  }
}

.home_business__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
}
@media screen and (max-width: 1000px) {
  .home_business__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_business__cards img {
    width: 100%;
  }
}

/*================================================
home_business----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_works----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_works {
  position: relative;
  padding: 148px 0 162px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .home_works {
    padding: 104px 0 112px;
  }
  .home_works .over-right {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1001px) {
  .home_works .slick-list {
    padding-right: 300px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1600px) {
  .home_works .slick-list {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_works .slick-list {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .home_works .slick-list {
    padding-left: 88px;
  }
}
.home_works .home_works_card__link {
  margin: 0 10px;
}
.home_works .slick-arrow {
  display: none !important;
}

.home_works__back {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  pointer-events: none;
}

.home_works__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_works__columns {
    display: block;
  }
}

.home_works__txt {
  flex-basis: 21.43%;
}
@media screen and (max-width: 1000px) {
  .home_works__txt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .home_works__txt {
    padding: 0 20px;
  }
}

.home_works__post {
  max-width: 72.35%;
}
@media screen and (max-width: 1600px) {
  .home_works__post {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_works__post {
    max-width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .home_works__post {
    padding-top: 0px;
    margin-top: 80px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .home_works_cards {
    margin: 0 -20px;
  }
}
.home_works__read {
  margin: 64px 0 48px;
}
@media screen and (max-width: 1000px) {
  .home_works__read {
    margin: 56px 0 40px;
  }
}

.home_works_card__link {
  display: block;
}

.home_works_card__pic {
  border-radius: 24px;
  overflow: hidden;
}
.home_works_card__pic img {
  display: block;
  width: 100%;
  aspect-ratio: 344/281;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.6s;
}

.home_works_card__title {
  margin: 16px 0 8px;
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #333333;
}

.home_works_card__flex {
  display: flex;
  gap: 8px;
}

.home_works_card__caption {
  display: block;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  background: #BF0A10;
  color: #fff;
  border: solid 1px #BF0A10;
  padding: 8px 15px 5px;
  border-radius: 16px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .home_works_card__caption {
    padding: 5px 14px;
  }
}

.home_works_card__area {
  display: block;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #333;
  background: #fff;
  border: solid 1px #fff;
  padding: 8px 15px 5px;
  border-radius: 16px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .home_works_card__area {
    padding: 5px 14px;
  }
}

.home_works_card__link:hover {
  opacity: 1;
}
.home_works_card__link:hover img {
  transform: scale(1.1, 1.1);
}

@media screen and (min-width: 1001px) {
  .slick_progress_wrap {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .slick_progress_wrap {
    margin-top: 40px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .slick_progress_wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .slick_progress {
    width: 100%;
    height: 3px;
    background: #C3C1BD;
  }
}

@media screen and (max-width: 1000px) {
  .slick_progress__bar {
    display: block;
    width: 0%;
    height: 100%;
    background: #BF0A10;
    transition: width 0.4s ease;
  }
}
/*================================================
home_works----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_others----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_others {
  position: relative;
  padding: 144px 0 96px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .home_others {
    padding: 80px 0;
  }
}

.home_others__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_others__columns {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .home_others__link + .home_others__link {
    margin-top: 16px;
  }
}
.home_others__link {
  position: relative;
  display: block;
  flex-basis: 48.33%;
  border-radius: 24px;
  overflow: hidden;
}

@media screen and (min-width: 1001px) {
  .home_others__link2.blur_show {
    transition-delay: 0.3s;
  }
}
.home_others__img img {
  transition: all 0.6s;
}

.home_others__inner {
  position: absolute;
  left: 72px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  .home_others__inner {
    left: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_others__inner {
    left: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .home_others__inner {
    left: 30px;
  }
}
.home_others__inner .home_headline__line,
.home_others__inner .home_headline__line::before {
  background: #fff;
}
.home_others__inner .home_headline__slag,
.home_others__inner .home_headline__title {
  color: #fff;
}
.home_others__inner .home_headline__slag br,
.home_others__inner .home_headline__title br {
  display: block;
}

.home_others__arrow {
  position: absolute;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  z-index: 1;
  right: 24px;
  bottom: 24px;
}
.home_others__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.home_others__arrow::before {
  content: "";
  background: #BF0A10;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.home_others__link:hover {
  opacity: 1;
}
.home_others__link:hover .home_others__img img {
  transform: scale(1.05, 1.05);
}
.home_others__link:hover .home_headline__line::before {
  left: 100%;
}
.home_others__link:hover .home_others__arrow::before {
  transform: translate(-50%, -50%) scale(1.4, 1.4);
}

/*================================================
home_others----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_recruit----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_recruit {
  position: relative;
  background: #BF0A10;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .home_recruit .over-left {
    padding: 0 !important;
  }
}

.home_recruit__back {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.home_recruit__columns {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .home_recruit__columns {
    display: block;
  }
}

.home_recruit__txt {
  flex-basis: 40%;
  padding: 233px 0 297px;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .home_recruit__txt {
    padding: 200px 0 264px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_recruit__txt {
    padding: 80px 0 160px;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit__txt {
    padding: 114px 40px 573px;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit__txt {
    padding: 114px 20px 573px;
  }
}

.home_recruit__slag {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 120%;
  color: #FFFFFF;
}

.home_recruit__readline.lower_bigline {
  display: block;
  margin: 40px 0 32px;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .home_recruit__readline.lower_bigline {
    margin: 20px 0 16px;
  }
}

.home_recruit__btns {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .home_recruit__btns {
    margin-top: 40px;
    gap: 8px;
  }
}
@media screen and (min-width: 501px) {
  .home_recruit__btns {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit__btns {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_recruit__btns .home_recruit__btn {
    display: block;
  }
  .home_recruit__btns a {
    width: 100%;
  }
}

.home_recruit__banner {
  display: block;
  max-width: 496px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .home_recruit__banner {
    margin-top: 8px;
  }
}

.home_recruit__gallerys {
  position: absolute;
  max-width: 50.57%;
  overflow: hidden;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_recruit__gallerys {
    max-width: 43%;
  }
}
@media screen and (min-width: 1001px) {
  .home_recruit__gallerys {
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit__gallerys {
    height: 493px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit__gallerys {
    gap: 10px;
  }
}

.home_recruit__slider {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 500px) {
  .home_recruit__slider {
    gap: 10px;
  }
}

.home_recruit__slider1 {
  animation: a_home_recruit__slider1 40s linear infinite;
}

.home_recruit__slider2 {
  animation: a_home_recruit__slider2 40s linear infinite;
}

.home_recruit__slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .home_recruit__slide {
    gap: 10px;
  }
}

@media screen and (min-width: 501px) {
  @keyframes a_home_recruit__slider1 {
    from {
      transform: translateY(calc(-50% - 10px));
    }
    to {
      transform: translateY(0);
    }
  }
}
@media screen and (max-width: 500px) {
  @keyframes a_home_recruit__slider1 {
    from {
      transform: translateY(calc(-50% - 5px));
    }
    to {
      transform: translateY(0);
    }
  }
}
@media screen and (min-width: 501px) {
  @keyframes a_home_recruit__slider2 {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(calc(-50% - 10px));
    }
  }
}
@media screen and (max-width: 500px) {
  @keyframes a_home_recruit__slider2 {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(calc(-50% - 5px));
    }
  }
}
.home_recruit_txt__slider {
  position: absolute;
  left: 0;
  bottom: -38px;
  display: flex;
  gap: 16px;
  width: -moz-max-content;
  width: max-content;
  animation: a_home_recruit_txt__slider 40s linear infinite;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .home_recruit_txt__slider {
    bottom: -30px;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit_txt__slider {
    bottom: -20px;
  }
}

.home_recruit_txt__slide {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(5rem, 19.2vw, 12rem);
  line-height: 120%;
  color: #FFFFFF;
}

@keyframes a_home_recruit_txt__slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}
/*================================================
home_recruit----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_company {
  padding-top: 164px;
  background: #fff;
}
.home_company .img_rad__wrap::before {
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .home_company {
    padding-top: 112px;
  }
  .home_company .img_rad {
    border-radius: 15px;
  }
  .home_company .img_rad__wrap::before {
    border-radius: 24px;
  }
}

.home_company__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_company__columns {
    display: block;
  }
}

.home_company__txt {
  flex-basis: 46.66%;
}

.home_company__headline {
  margin: 64px 0 32px;
}
@media screen and (max-width: 1000px) {
  .home_company__headline {
    margin: 56px 0 24px;
  }
}

.home_company__btn {
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .home_company__btn {
    margin-top: 40px;
  }
}

.home_company__imgs {
  flex-basis: 44.41%;
}
@media screen and (max-width: 1000px) {
  .home_company__imgs {
    margin-top: 56px;
  }
}

.home_company__img1 {
  max-width: calc(100% - 148px);
  margin-left: auto;
  padding-right: 44px;
}
@media screen and (max-width: 1000px) {
  .home_company__img1 {
    padding-right: 26px;
    max-width: calc(100% - 92px);
  }
}

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

.home_company__img2 {
  position: relative;
  margin-top: -120px;
  max-width: calc(100% - 356px);
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.home_company__img2.blur_show {
  transition-delay: 0.3s;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_company__img2 {
    max-width: calc(100% - 280px);
  }
}
@media screen and (max-width: 1000px) {
  .home_company__img2 {
    max-width: calc(100% - 462px);
    margin-top: -78px;
  }
}
@media screen and (max-width: 500px) {
  .home_company__img2 {
    max-width: calc(100% - 222px);
  }
}

.home_company__img3 {
  position: relative;
  margin-top: -30px;
  max-width: calc(100% - 326px);
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.home_company__img3.blur_show {
  transition-delay: 0.6s;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_company__img3 {
    max-width: calc(100% - 270px);
  }
}
@media screen and (max-width: 1000px) {
  .home_company__img3 {
    max-width: calc(100% - 442px);
    margin-top: -24px;
  }
}
@media screen and (max-width: 500px) {
  .home_company__img3 {
    max-width: calc(100% - 204px);
  }
}

/*================================================
home_company----END
==================================================*/
/* お知らせ */
.p_news {
  display: block;
}

.p_news__info {
  flex: 1;
}

.p_news__link {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-bottom: clamp(16px, 1.5vw, 24px);
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.p_news__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #000;
  transition: inherit;
  transform-origin: left;
}
.p_news__link:hover {
  opacity: 1;
}
.p_news__link:hover::before {
  scale: 1 1;
}
@media screen and (min-width: 501px) {
  .p_news__link {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_news__link {
    display: block;
  }
}
.p_news__link .p_news__list + .p_news__list {
  padding-top: clamp(16px, 1.5vw, 24px);
}

.p_news__time {
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}
@media screen and (max-width: 500px) {
  .p_news__time {
    margin-bottom: 1em;
  }
}

.p_news__caption {
  font-size: inherit;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_news__caption {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .p_news__caption {
    -webkit-line-clamp: 2;
  }
}

.img_rad {
  border-radius: 24px;
  overflow: hidden;
}

.lower_bigline {
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  line-height: 180%;
  color: #333333;
}

.lower_borderline__slag {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 120%;
  color: #BF0A10;
}

.lower_borderline__title {
  display: block;
  margin: 8px 0 10px;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 150%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .lower_borderline__title {
    margin: 8px 0 10px;
  }
}

.lower_borderline__line {
  position: relative;
  width: 100%;
  height: 1px;
  background: #BF0A10;
  display: block;
}

.lower_borderline__line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #BF0A10;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 7px;
  height: auto;
  transition: all 0.5s ease-in;
}

.lower_borderline__line-lg::before {
  transition: all 1s ease-in;
}

.lower_borderline__line.cs_ac::before {
  transition-delay: 1s;
  left: 100%;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower_btn__link----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_btn__link {
  position: relative;
  display: block;
  width: 240px;
  box-sizing: border-box;
  background: #fff;
  padding: 15px 32px 11px;
  border-radius: 40px;
  border: solid 1px #BF0A10;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  color: #333;
}

.lower_btn__link--center {
  margin: auto;
}

.lower_btn__arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%) scale(0.15, 0.15);
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  border-radius: 50%;
  background: #BF0A10;
}
.lower_btn__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  opacity: 0;
  transition: all 0.6s;
  z-index: 1;
}

.lower_btn__link:hover {
  opacity: 1;
}
.lower_btn__link:hover .lower_btn__arrow {
  transform: translateY(-50%) scale(1, 1);
}
.lower_btn__link:hover .lower_btn__arrow svg {
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}

.lower_btn--prev {
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .lower_btn--prev {
    margin-top: 40px;
  }
}

/*================================================
lower_btn__link----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
banner_works----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.banner_works {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  .banner_works {
    margin-top: 108px;
  }
}

.banner_works__img {
  overflow: hidden;
}
.banner_works__img img {
  transition: all 0.6s;
}
@media screen and (max-width: 1000px) {
  .banner_works__img img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.banner_works__line {
  position: relative;
  width: 72px;
  height: 1px;
  background: #fff;
  display: block;
}

.banner_works__line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 7px;
  height: auto;
  transition: all 0.6s;
}

.banner_works__link {
  display: block;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .banner_works__link {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.banner_works__content {
  position: absolute;
  top: 50%;
  left: 72px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .banner_works__content {
    left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .banner_works__content {
    left: 24px;
    height: 100px;
  }
}

.banner_works__slag {
  margin-top: 26px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  line-height: 120%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .banner_works__slag {
    margin-top: 16px;
  }
}

.banner_works__title {
  display: block;
  margin-top: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .banner_works__title {
    margin-top: 8px;
  }
}

.banner_works__arrow {
  position: absolute;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  z-index: 1;
  right: 24px;
  bottom: 24px;
}
.banner_works__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.banner_works__arrow::before {
  content: "";
  background: #BF0A10;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.banner_works__link:hover {
  opacity: 1;
}
.banner_works__link:hover .banner_works__img img {
  transform: scale(1.05, 1.05);
}
.banner_works__link:hover .banner_works__line::before {
  left: 100%;
}
.banner_works__link:hover .banner_works__arrow::before {
  transform: translate(-50%, -50%) scale(1.4, 1.4);
}

/*================================================
banner_works----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
table_wrap----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.table_wrap table th,
.table_wrap table td {
  padding: 24px;
  background: initial;
  border: none;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #333333;
  border-bottom: solid 1px #C3C1BD;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .table_wrap table tr:first-of-type th,
  .table_wrap table tr:first-of-type td {
    padding-top: 0;
  }
  .table_wrap table th {
    width: 200px;
    border-bottom: solid 1px #BF0A10;
  }
}
@media screen and (max-width: 1000px) {
  .table_wrap table tr:first-of-type th {
    padding-top: 0;
  }
  .table_wrap table th,
  .table_wrap table td {
    padding: 16px 24px;
  }
  .table_wrap table th {
    border-bottom: none;
    padding-bottom: 0;
    color: #BF0A10;
  }
  .table_wrap table td {
    padding-top: 0px;
  }
}

/*================================================
table_wrap----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
only class----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.swap {
  flex-direction: row-reverse;
}

@media screen and (min-width: 501px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .pc_only2 {
    display: block;
  }
  .mobile_only {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .pc_only2 {
    display: none !important;
  }
  .mobile_only {
    display: block;
  }
}
/*================================================
only class----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower__flex----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .lower__flex {
    display: block;
  }
}

.lower__flex__anchor {
  width: 200px;
}

.lower__flex__contents {
  flex-basis: 73.33%;
}
@media screen and (max-width: 1200px) {
  .lower__flex__contents {
    margin-top: 104px;
  }
}

.lower_anchor__list {
  padding: 24px 20px;
  background: #F5F1E9;
  border-radius: 24px;
}
@media screen and (min-width: 1201px) {
  .lower_anchor__list {
    position: sticky;
    top: 180px;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .lower_anchor__list {
    padding: 24px 16px;
  }
}

.lower_anchor__item + .lower_anchor__item {
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .lower_anchor__item + .lower_anchor__item {
    margin-top: 10px;
  }
}

.lower_anchor__link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lower_anchor__txt {
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #333333;
  opacity: 0.3;
  transition: all 0.3s;
}

.lower_anchor__arrow {
  position: relative;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  z-index: 1;
}
.lower_anchor__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
}

.lower_anchor__arrow::before {
  content: "";
  background: #BF0A10;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.25, 0.25);
  transition: all 0.3s;
}

.lower_anchor__link:hover,
.lower_anchor__link.c_anchor__active {
  opacity: 1;
}
.lower_anchor__link:hover .lower_anchor__txt,
.lower_anchor__link.c_anchor__active .lower_anchor__txt {
  opacity: 1;
}
.lower_anchor__link:hover .lower_anchor__arrow svg,
.lower_anchor__link.c_anchor__active .lower_anchor__arrow svg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1);
}
.lower_anchor__link:hover .lower_anchor__arrow::before,
.lower_anchor__link.c_anchor__active .lower_anchor__arrow::before {
  transform: translate(-50%, -50%) scale(1, 1);
}

/*================================================
lower__flex----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_top {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #333333;
  margin-left: auto;
  margin-top: 56px;
}
@media screen and (min-width: 1001px) {
  .lower_top {
    display: none !important;
  }
}

.lower_top.lower_top--access {
  margin-top: 32px;
}

.lower_top--white {
  color: #fff;
}

.lower_top__arrow {
  position: relative;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
}
.lower_top__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #BF0A10;
  border-radius: 50%;
  transition: all 0.3s;
}
.lower_top__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.lower_top:hover {
  opacity: 1;
}
.lower_top:hover .lower_top__arrow::before {
  transform: translate(-50%, -50%) scale(1.4, 1.4);
}

/*================================================
----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
strength_point----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.strength_point {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .strength_point {
    padding-bottom: 104px;
  }
}

.strength_point__wrap + .strength_point__wrap {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .strength_point__wrap + .strength_point__wrap {
    margin-top: 72px;
  }
}

.strength_point__img {
  max-width: 50%;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .strength_point__img {
    max-width: 55%;
  }
}
@media screen and (max-width: 1000px) {
  .strength_point__img {
    max-width: 100%;
  }
}

.strength_point__content {
  position: relative;
  border-radius: 24px;
  z-index: 1;
  max-width: 58.33%;
  margin-left: auto;
  margin-top: -286px;
  padding: 64px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .strength_point__content {
    margin-top: -200px;
    max-width: 65%;
    padding: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .strength_point__content {
    padding: 48px;
    max-width: calc(100% - 40px);
    margin: auto;
    margin-top: -40px;
  }
}
@media screen and (max-width: 1000px) {
  .strength_point__content {
    max-width: calc(100% - 20px);
    padding: 40px 32px;
    margin-top: -32px;
  }
}

.strength_point__inner {
  position: relative;
  z-index: 1;
}

.strength_point__content::before {
  content: "";
  background: #F5F1E9;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
}
@media screen and (max-width: 1000px) {
  .strength_point__content::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}

.strength_point__content::after {
  content: "";
  background: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
}

.strength_point__pos {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -55%);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2rem, 4.7vw, 2.9375rem);
  line-height: 180%;
  color: #BF0A10;
  z-index: 1;
}

.strength_point__headline {
  margin-bottom: 32px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .strength_point__headline br {
    display: block;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .strength_point__headline br {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  .strength_point__wrap__swap .strength_point__img {
    margin-left: auto;
  }
  .strength_point__wrap__swap .strength_point__content {
    margin-left: 0;
    margin-right: auto;
  }
}
.strength_point__back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*================================================
strength_point----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
strength_gallery----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.strength_gallery {
  background: #fff;
  padding-top: 160px;
}
@media screen and (max-width: 1000px) {
  .strength_gallery {
    padding-top: 120px;
  }
}

.strength_gallery__headline {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #BF0A10;
}
@media screen and (max-width: 1000px) {
  .strength_gallery__headline {
    margin-bottom: 40px;
  }
}

.strength_gallery__headline__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F5F1E9;
  display: block;
}
.strength_gallery__headline__ico::before {
  content: "";
  background: #BF0A10;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.strength_gallerys {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 1000px) {
  .strength_gallerys {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

.strength_gallery__img1 {
  grid-area: 1/1/3/2;
}

.strength_gallery__img2 {
  grid-area: 3/1/4/2;
}

.strength_gallery__img3 {
  grid-area: 1/2/2/3;
}

.strength_gallery__img4 {
  grid-area: 1/3/2/4;
}

.strength_gallery__img5 {
  grid-area: 2/2/4/4;
}

.strength_gallery__img6 {
  grid-area: 1/4/3/5;
}

.strength_gallery__img7 {
  grid-area: 1/5/2/6;
}

.strength_gallery__img8 {
  grid-area: 2/5/3/6;
}

.strength_gallery__img9 {
  grid-area: 3/4/4/6;
}

.strength_gallerys .strength_gallery__img {
  opacity: 0;
  filter: blur(10px);
}

.strength_gallerys.cs_ac .strength_gallery__img {
  opacity: 1;
  filter: blur(0px);
  transition: all 1500ms;
}
.strength_gallerys.cs_ac .strength_gallery__img9 {
  transition-delay: 0.2s;
}
.strength_gallerys.cs_ac .strength_gallery__img7 {
  transition-delay: 0.4s;
}
.strength_gallerys.cs_ac .strength_gallery__img5 {
  transition-delay: 0.6s;
}
.strength_gallerys.cs_ac .strength_gallery__img3 {
  transition-delay: 0.9s;
}
.strength_gallerys.cs_ac .strength_gallery__img2 {
  transition-delay: 1.1s;
}
.strength_gallerys.cs_ac .strength_gallery__img4 {
  transition-delay: 1.3s;
}
.strength_gallerys.cs_ac .strength_gallery__img6 {
  transition-delay: 1.5s;
}
.strength_gallerys.cs_ac .strength_gallery__img8 {
  transition-delay: 1.7s;
}

@media screen and (max-width: 1000px) {
  .strength_gallery__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .strength_gallery__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*================================================
strength_gallery----END
==================================================*/
.p_block__business {
  background: #fff;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .p_block__business {
    padding-top: 88px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
strength_kv----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.strength_kv {
  position: relative;
  padding: 248px 0 228px;
  background: url(../images/strength/strength_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .strength_kv {
    padding: 180px 0 160px;
    background-position: center top;
  }
}
.strength_kv .c_kv__head {
  position: relative;
  z-index: 2;
}

.strength_kv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 752px;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .strength_kv::before {
    height: 524px;
  }
}

.strength_kv__wrap {
  position: relative;
  margin-top: 160px;
  max-width: 500px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .strength_kv__wrap {
    margin-top: 64px;
  }
}
@media screen and (max-width: 500px) {
  .strength_kv__wrap {
    padding: 32px 20px;
  }
}

.strength_kv__readline.lower_bigline {
  color: #BF0A10;
}

.strength_kv__read {
  display: block;
  margin-top: 32px;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 200%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .strength_kv__read {
    margin-top: 24px;
  }
}

.strength_kv__back {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  pointer-events: none;
}

/*================================================
strength_kv----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business_catch----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.business_catch__headline {
  text-align: center;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .business_catch__headline br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .business_catch__headline {
    text-align: left;
  }
}

.business_catch__read {
  margin: 32px 0 56px;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 200%;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .business_catch__read {
    margin: 24px 0 48px;
    text-align: left;
  }
}

/*================================================
business_catch----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business_solution----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.business_solution {
  padding: 116px 0 166px;
}
@media screen and (max-width: 1000px) {
  .business_solution {
    padding: 108px 0 120px;
  }
}

.business_solution__headline {
  text-align: center;
  color: #BF0A10;
  margin-bottom: 40px;
}

.business_solution__block + .business_solution__block {
  margin-top: 16px;
}

.business_solution__block {
  border-radius: 24px;
  padding: 32px;
  background: #F5F1E9;
  max-width: 880px;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .business_solution__block {
    padding: 24px;
  }
}

.business_solution__view {
  position: relative;
  padding-right: 64px;
}
@media screen and (max-width: 1000px) {
  .business_solution__view {
    padding-right: 56px;
  }
}
@media screen and (max-width: 500px) {
  .business_solution__view {
    padding-right: 40px;
  }
}

.business_solution__readline {
  font-weight: 700;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #000000;
}

.business_solution__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.business_solution__arrow svg {
  transition: all 0.3s;
  transform: rotate(0deg);
}
@media screen and (max-width: 1000px) {
  .business_solution__arrow {
    width: 32px;
    height: 32px;
  }
  .business_solution__arrow svg {
    width: 32px;
    height: 32px;
  }
}

.business_solution__content {
  margin-top: 0px;
  border-radius: 24px;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s;
}

.business_solution__inner {
  padding: 24px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .business_solution__inner {
    padding: 16px;
  }
}

.business_solution__arrow.active svg {
  transform: rotate(180deg);
}

.business_solution__content.active {
  margin-top: 16px;
  height: 100%;
  opacity: 1;
  transform: translateY(0%);
}

/*================================================
business_solution----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business_meister----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.business_meister {
  position: relative;
  padding: 8px 0 160px;
  content: "";
  background: url(../images/business/back_img_business.webp);
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1000px) {
  .business_meister {
    padding: 0px 0 104px;
  }
}

.business_meister__pos_be {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.business_meister__pos_af {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.business_meister__columns {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .business_meister__columns {
    display: block;
  }
}

.business_meister__img {
  flex-basis: 40.83%;
}
@media screen and (max-width: 1000px) {
  .business_meister__img {
    max-width: 490px;
    margin: auto;
  }
}

.business_meister__txt {
  flex-basis: 49.16%;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .business_meister__txt {
    margin-top: 40px;
  }
}

.business_meister__headline {
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (min-width: 1001px) {
  .business_meister__headline {
    margin-bottom: 24px;
  }
}

.banner_works.banner_works--business_meister {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .banner_works.banner_works--business_meister {
    margin-top: 72px;
  }
}

/*================================================
business_meister----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
management_catch----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.management_catch {
  position: relative;
  padding-bottom: 144px;
}
@media screen and (max-width: 1000px) {
  .management_catch {
    padding-bottom: 104px;
  }
}

.management_catch__back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.management_catch__columns + .management_catch__columns {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .management_catch__columns + .management_catch__columns {
    margin-top: 72px;
  }
}

.management_catch__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .management_catch__columns {
    display: block;
  }
}

.management_catch__img {
  flex-basis: 43.33%;
}
@media screen and (max-width: 1000px) {
  .management_catch__img {
    max-width: 420px;
  }
}

.management_catch__txt {
  flex-basis: 50.66%;
}
@media screen and (max-width: 1000px) {
  .management_catch__txt {
    margin-top: 40px;
  }
}

.management_catch__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #BF0A10;
}

.management_catch__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  display: block;
}
.management_catch__ico::before {
  content: "";
  background: #BF0A10;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.management_catch__headline {
  margin: 40px 0 32px;
}
@media screen and (max-width: 1000px) {
  .management_catch__headline {
    margin: 32px 0 24px;
  }
}

/*================================================
management_catch----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
management_details----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.management_details {
  padding-top: 120px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .management_details {
    padding-top: 104px;
  }
}

.management__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .management__columns {
    display: block;
  }
}

.management__contents {
  padding-top: 44px;
  flex-basis: 73.33%;
}
@media screen and (max-width: 1000px) {
  .management__contents {
    padding-top: 40px;
  }
}

.p_block__management-system-sustainability-efforts .lower_borderline__line {
  width: 196px;
}
@media screen and (max-width: 1000px) {
  .p_block__management-system-sustainability-efforts .lower_borderline__line {
    width: 172px;
  }
}

.management_details__section + .management_details__section {
  margin-top: 64px;
  padding-top: 64px;
  border-top: solid 1px #C3C1BD;
}
@media screen and (max-width: 1000px) {
  .management_details__section + .management_details__section {
    margin-top: 48px;
    padding-top: 48px;
  }
}

.management_details__section {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .management_details__section {
    gap: 12px;
  }
}
@media screen and (max-width: 500px) {
  .management_details__section {
    flex-direction: column;
    gap: 8px;
  }
}

.management_details__num.lower_bigline {
  color: #BF0A10;
}

.management_details__read {
  margin-top: 32px;
}
@media screen and (max-width: 1000px) {
  .management_details__read {
    margin-top: 24px;
  }
}

/*================================================
management_details----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
management_csr----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.management_csr {
  padding-top: 120px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .management_csr {
    padding-top: 104px;
  }
}

.management_csr__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .management_csr__columns {
    display: block;
  }
}

.management_csr__columns + .management_csr__columns {
  margin-top: 64px;
}
@media screen and (max-width: 1000px) {
  .management_csr__columns + .management_csr__columns {
    margin-top: 56px;
  }
}

.management_csr__img {
  flex-basis: 36.36%;
}

.management_csr__txt {
  flex-basis: 58.18%;
}
@media screen and (max-width: 500px) {
  .management_csr__txt {
    margin-top: 32px;
  }
}

.management_csr__read {
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .management_csr__read {
    margin-top: 16px;
  }
}

/*================================================
management_csr----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
archive----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.works__section {
  position: relative;
  padding-bottom: 144px;
}
@media screen and (max-width: 1000px) {
  .works__section {
    padding-bottom: 120px;
  }
}

.works__section__back {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
}

.works__wrap {
  max-width: 1080px;
  margin: auto;
}

.archive__list_wrap {
  margin-bottom: 40px;
}

.archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.archive__list__link {
  display: block;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #BF0A10;
  background: #fff;
  border: solid 1px #BF0A10;
  padding: 8px 15px 5px;
  border-radius: 16px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .archive__list__link {
    padding: 5px 14px;
  }
}

.archive_current .archive__list__link,
.current_page_item .archive__list__link,
.archive__list__link:hover {
  opacity: 1;
  background: #BF0A10;
  color: #fff;
}

.works_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}
@media screen and (max-width: 1000px) {
  .works_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media screen and (max-width: 500px) {
  .works_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.works_card__link {
  display: block;
}

.works_card__pic {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 344/281;
}
.works_card__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.6s;
}

.works_card__title {
  margin: 16px 0 8px;
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #333333;
}

.works_card__flex {
  display: flex;
  gap: 8px;
}

.works_card__caption {
  display: block;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  background: #BF0A10;
  color: #fff;
  border: solid 1px #BF0A10;
  padding: 8px 15px 5px;
  border-radius: 16px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .works_card__caption {
    padding: 5px 14px;
  }
}

.works_card__area {
  display: block;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #333;
  background: #fff;
  border: solid 1px #fff;
  padding: 8px 15px 5px;
  border-radius: 16px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .works_card__area {
    padding: 5px 14px;
  }
}

.works_card__link:hover {
  opacity: 1;
}
.works_card__link:hover img {
  transform: scale(1.1, 1.1);
}

.achievements__section {
  padding-top: 144px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .achievements__section {
    padding-top: 120px;
  }
}

.achievements_headline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #BF0A10;
  margin-bottom: 40px;
}

.achievements_headline__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F5F1E9;
  display: block;
}
.achievements_headline__ico::before {
  content: "";
  background: #BF0A10;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.achievements_table table td,
.achievements_table table th {
  border: solid 4px #fff;
  padding: 14px 24px;
  background: #FAFAFA;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  color: #333333;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .achievements_table table td,
  .achievements_table table th {
    display: table-cell !important;
    white-space: nowrap;
  }
}
.achievements_table table th {
  background: #BF0A10;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
.achievements_table table .achievements_table__th1,
.achievements_table table .achievements_table__th2 {
  width: 106px;
}
.achievements_table table .achievements_table__th4 {
  width: 150px;
}
.achievements_table table .achievements_table__td3 {
  text-align: left;
}

/*================================================
archive----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
single----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_single.works {
  padding-top: 144px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .p_single.works {
    padding-top: 88px;
  }
}

.work__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .work__columns {
    display: block;
  }
}

.work__imgs {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 1000px) {
  .work__imgs {
    max-width: 100%;
  }
}

.work__txt {
  flex-basis: 45.33%;
  max-width: 45.33%;
}
@media screen and (max-width: 1000px) {
  .work__txt {
    max-width: 100%;
    margin-top: 40px;
  }
}

.work__slider {
  background: #fff;
  margin-bottom: 16px;
  border-radius: 24px;
  overflow: hidden;
}
.work__slider img {
  aspect-ratio: 600/448;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  background: #F5F1E9;
}
@media screen and (max-width: 500px) {
  .work__slider {
    margin-bottom: 8px;
  }
}

.work__nav {
  margin: 0 -6px;
}
@media screen and (max-width: 500px) {
  .work__nav {
    margin: 0 -4px;
  }
}
.work__nav .slick-slide {
  background: #fff;
  margin: 0 6px;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-slide {
    margin: 0 4px;
  }
}
.work__nav img {
  aspect-ratio: 192/144;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: #F5F1E9;
  border-radius: 8px;
  overflow: hidden;
}
.work__nav .slick-arrow {
  top: 50%;
  transform: translateY(-50%) !important;
  bottom: unset;
  left: unset;
  right: unset;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  transform: none;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-arrow {
    width: 26px;
  }
}
.work__nav .slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-image: url(../images/common/works_arrow.svg);
  background-position: center center;
  background-size: 40px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-arrow::after {
    width: 26px;
    background-size: 26px auto;
  }
}
.work__nav .slick-prev {
  left: -20px;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-prev {
    left: -13px;
  }
}
.work__nav .slick-next {
  right: -20px;
  left: auto;
  transform: translateY(-50%) rotate(180deg) !important;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-next {
    right: -13px;
  }
}

.work__flex {
  display: flex;
  gap: 8px;
}

.work__caption {
  display: block;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  background: #BF0A10;
  color: #fff;
  border: solid 1px #BF0A10;
  padding: 8px 15px 5px;
  border-radius: 16px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .work__caption {
    padding: 5px 14px;
  }
}

.work__area {
  display: block;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #333;
  background: #F5F1E9;
  border: solid 1px #F5F1E9;
  padding: 8px 15px 5px;
  border-radius: 16px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .work__area {
    padding: 5px 14px;
  }
}

.work__leadline {
  margin: 16px 0 40px;
}
@media screen and (max-width: 1000px) {
  .work__leadline {
    margin: 16px 0 32px;
  }
}

@media screen and (min-width: 1001px) {
  .work_content.table_wrap table th {
    width: 120px;
  }
}
/*================================================
single----END
==================================================*/
.p_block__jobs {
  background: #fff;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .p_block__jobs {
    padding-top: 88px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
jobs_point----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.jobs_point {
  position: relative;
  padding-bottom: 144px;
}
@media screen and (max-width: 1000px) {
  .jobs_point {
    padding-bottom: 120px;
  }
}

.jobs_point__read {
  display: block;
  margin: 64px 0 72px;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .jobs_point__read {
    margin: 56px 0 64px;
  }
}

.jobs_point__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .jobs_point__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }
}
@media screen and (max-width: 500px) {
  .jobs_point__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 56px;
  }
}

.jobs_point__card {
  position: relative;
  border-radius: 24px;
  background: #F5F1E9;
  padding: 64px 20px 48px;
}
@media screen and (max-width: 1000px) {
  .jobs_point__card {
    padding: 48px 16px 40px;
  }
}

@media screen and (min-width: 1001px) {
  .jobs_point__card2.blur_show {
    transition-delay: 0.3s;
  }
  .jobs_point__card3.blur_show {
    transition-delay: 0.6s;
  }
}
.jobs_point__pos {
  position: absolute;
  top: 0;
  left: 18px;
  transform: translateY(-50%);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 120%;
  color: #BF0A10;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .jobs_point__pos {
    left: 12px;
  }
}

.jobs_point__img {
  max-width: 200px;
  margin: auto;
}

.jobs_point__card__read {
  margin-top: 16px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 180%;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .jobs_point__card__read {
    margin-top: 12px;
  }
  .jobs_point__card__read br {
    display: block;
  }
}

.jobs_point__back {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  pointer-events: none;
}

/*================================================
jobs_point----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
jobs_content----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.jobs_content {
  position: relative;
  padding: 144px 0 240px;
  background: #BF0A10;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .jobs_content {
    padding: 120px 0 180px;
  }
}

.jobs_point__wrap + .jobs_point__wrap {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .jobs_point__wrap + .jobs_point__wrap {
    margin-top: 64px;
  }
}

.jobs_content__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .jobs_content__columns {
    display: block;
  }
}

.jobs_content__img {
  flex-basis: 46.28%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1000px) {
  .jobs_content__img {
    border-radius: 24px;
    overflow: hidden;
  }
}

.jobs_point__txt {
  flex-basis: 48.57%;
}
@media screen and (max-width: 1000px) {
  .jobs_point__txt {
    margin-top: 40px;
  }
}

.jobs_content__num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 180%;
  color: #FFFFFF;
}

.lower_bigline.jobs_content__headline {
  display: block;
  color: #FFFFFF;
  margin: 8px 0 32px;
}
@media screen and (max-width: 1000px) {
  .lower_bigline.jobs_content__headline {
    margin: 8px 0 24px;
  }
}

.jobs_content__inner {
  padding: 40px;
  background: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 1000px) {
  .jobs_content__inner {
    padding: 32px;
  }
}
@media screen and (max-width: 500px) {
  .jobs_content__inner {
    padding: 32px 20px;
  }
}

.jobs_content__flex {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 500px) {
  .jobs_content__flex {
    flex-direction: column;
  }
}

.jobs_content__flex + .jobs_content__flex {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px #C3C1BD;
}

.jobs_content__readline {
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: #BF0A10;
}

.jobs_content__flex__content {
  flex: 1;
}

.jobs_content__item {
  position: relative;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #333333;
  padding-left: 16px;
}
@media screen and (max-width: 500px) {
  .jobs_content__item {
    padding-left: 15px;
  }
}
.jobs_content__item::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (min-width: 1001px) {
  .jobs_content .over-left .jobs_content__img {
    overflow: hidden;
    border-radius: 0px 24px 24px 0px;
  }
  .jobs_content .over-right .jobs_content__img {
    overflow: hidden;
    border-radius: 24px 0px 0px 24px;
  }
  .jobs_content .over-right .jobs_content__columns {
    flex-direction: row-reverse;
  }
}
.jobs_point__slider {
  position: absolute;
  left: 0;
  bottom: -38px;
  display: flex;
  gap: 16px;
  width: -moz-max-content;
  width: max-content;
  animation: a_jobs_point__slider 40s linear infinite;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .jobs_point__slider {
    bottom: -30px;
  }
}
@media screen and (max-width: 500px) {
  .jobs_point__slider {
    bottom: -28px;
  }
}

.jobs_point__slide {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(7.5rem, 19.2vw, 12rem);
  line-height: 120%;
  color: #FFFFFF;
}

@keyframes a_jobs_point__slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}
/*================================================
jobs_content----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
jobs_schedule----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.jobs_schedule {
  position: relative;
  padding: 146px 0 0;
}
@media screen and (max-width: 1000px) {
  .jobs_schedule {
    padding: 120px 0 0;
  }
}
.jobs_schedule .jobs__headline__ico {
  background: #F5F1E9;
}

.jobs_schedule__headline__read {
  display: block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #333333;
}

.jobs_schedule__wrap {
  position: relative;
  max-width: 880px;
  margin: auto;
}
.jobs_schedule__wrap::before {
  content: "";
  position: absolute;
  left: 86px;
  top: 30px;
  bottom: 0;
  height: 0%;
  width: 1px;
  background: #BF0A10;
  transition: all 1s ease;
}
@media screen and (max-width: 1000px) {
  .jobs_schedule__wrap::before {
    left: 12px;
  }
}

.jobs_schedule__wrap.cs_ac::before {
  transition-delay: 1.2s;
  height: calc(100% - 30px);
}

.jobs_schedule__columns:last-of-type::after {
  content: "";
  position: absolute;
  top: 53px;
  left: 0;
  bottom: 0;
  width: 300px;
  background: #fff;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .jobs_schedule__columns:last-of-type::after {
    width: 25px;
    top: 49px;
  }
}

.jobs_schedule__headline {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
}

.jobs_schedule__columns {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: start;
}
@media screen and (max-width: 1000px) {
  .jobs_schedule__columns {
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .jobs_schedule__columns {
    flex-direction: column;
    padding-left: 32px;
  }
}

.jobs_schedule__columns + .jobs_schedule__columns {
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .jobs_schedule__columns + .jobs_schedule__columns {
    margin-top: 32px;
  }
}

.jobs_schedule__left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 300px;
  padding-top: 24px;
}
@media screen and (max-width: 1000px) {
  .jobs_schedule__left {
    display: block;
    padding-left: 32px;
    min-width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .jobs_schedule__left {
    padding-left: 0;
  }
}

.jobs_schedule__time {
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: #333333;
  line-height: 1.4;
  width: 56px;
}

.jobs_schedule__ico {
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 29px;
  height: auto;
  background: #BF0A10;
  display: block;
}
.jobs_schedule__ico::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 5px;
  height: auto;
  background: #FFFFFF;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .jobs_schedule__ico {
    width: 25px;
    position: absolute;
    left: 0;
    top: 24px;
  }
}

.jobs_schedule__readline {
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: #333333;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .jobs_schedule__readline {
    display: block;
    margin-top: 6px;
  }
}

.jobs_schedule__content {
  flex: 1;
  background: #F5F1E9;
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .jobs_schedule__content {
    padding: 16px;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .jobs_schedule__content {
    width: 100%;
  }
}

/*================================================
jobs_schedule----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
jobs_benefits----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.jobs_benefits {
  position: relative;
  padding: 80px 0 220px;
}
@media screen and (max-width: 1000px) {
  .jobs_benefits {
    padding: 72px 0 160px;
  }
}
.jobs_benefits .jobs__headline__ico {
  background: #F5F1E9;
}

.jobs_benefits__readline {
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 180%;
  text-align: center;
  color: #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .jobs_benefits__readline {
    margin-bottom: 32px;
    text-align: left;
  }
}

@media screen and (min-width: 1001px) {
  .jobs_benefits__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .jobs_benefits__cards .business_solution__block {
    width: 100%;
  }
  .jobs_benefits__cards .business_solution__block + .business_solution__block {
    margin-top: 0;
  }
}
.lower_btn--jobs_benefits {
  margin-top: 48px;
}

.jobs_benefits__back {
  position: absolute;
  left: 0;
  bottom: -1px;
  pointer-events: none;
  width: 100%;
}

/*================================================
jobs_benefits----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
jobs_manga----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.jobs_manga {
  position: relative;
  padding: 144px 0;
  background: #F5F1E9;
}
@media screen and (max-width: 1000px) {
  .jobs_manga {
    padding: 120px 0;
  }
}

.jobs_manga__back {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  pointer-events: none;
}

.jobs__headline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #BF0A10;
  justify-content: center;
}

.jobs__headline__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  display: block;
}
.jobs__headline__ico::before {
  content: "";
  background: #BF0A10;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jobs_manga__gallerys {
  max-width: 588px;
  margin: auto;
  margin-top: 40px;
  height: 800px;
  overflow-y: auto;
}
@media screen and (max-width: 1400px) {
  .jobs_manga__gallerys {
    height: 600px;
  }
}

/*================================================
jobs_manga----END
==================================================*/
.p_block__interview {
  background: #fff;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .p_block__interview {
    padding-top: 88px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
interview_anchor----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.interview_anchor {
  position: relative;
  padding-bottom: 144px;
}
@media screen and (max-width: 1000px) {
  .interview_anchor {
    padding-bottom: 120px;
  }
}

.interview_anchor__back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.interview_anchor__cards {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .interview_anchor__cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 56px;
  }
}
@media screen and (max-width: 500px) {
  .interview_anchor__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.interview_anchor__card {
  display: block;
  position: relative;
}

.interview_anchor__img img {
  transition: all 0.5s;
}

.interview_anchor__txt {
  position: absolute;
  left: 24px;
  bottom: 16px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .interview_anchor__txt {
    left: 16px;
    bottom: 8px;
  }
}

.interview_anchor__info {
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  line-height: 180%;
  color: #BF0A10;
}

.interview_anchor__name {
  margin-top: 8px;
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #333333;
}

.interview_anchor__arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  border-radius: 50%;
  background: #fff;
}
.interview_anchor__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.15, 0.15);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 50%;
  background: #BF0A10;
  z-index: 1;
}
.interview_anchor__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  opacity: 0;
  transition: all 0.6s;
  z-index: 1;
}

.interview_anchor__card:hover {
  opacity: 1;
}
.interview_anchor__card:hover .interview_anchor__img img {
  transform: scale(1.1, 1.1);
}
.interview_anchor__card:hover .interview_anchor__arrow::before {
  transform: translate(-50%, -50%) scale(1, 1);
}
.interview_anchor__card:hover .interview_anchor__arrow svg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1);
}

/*================================================
interview_anchor----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
interview----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.interview_section {
  position: relative;
  padding: 144px 0;
  background: #F5F1E9;
}
@media screen and (max-width: 1000px) {
  .interview_section {
    padding: 120px 0;
  }
}

.interview_section:last-of-type {
  padding-bottom: 0 !important;
}

.interview_section__back {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  pointer-events: none;
}

.interview_catch {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .interview_catch {
    padding-bottom: 0px;
    margin-bottom: 56px;
  }
}

.interview_catch__wrap {
  position: relative;
  max-width: 520px;
  margin: auto;
}

.interview_catch__num {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 120%;
  color: #BF0A10;
}
@media screen and (min-width: 1001px) {
  .interview_catch__num {
    position: absolute;
    top: 24px;
    right: -52px;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1000px) {
  .interview_catch__num {
    margin-bottom: 16px;
  }
}

.interview_catch__txt {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1001px) {
  .interview_catch__txt {
    position: absolute;
    bottom: 0;
    left: calc(100% + 48px);
  }
}
@media screen and (max-width: 1000px) {
  .interview_catch__txt {
    margin-bottom: 24px;
  }
}

.interview_catch__info {
  display: block;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 180%;
  color: #BF0A10;
}

.interview_catch__name {
  margin-top: 8px;
  display: block;
  font-weight: 700;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .interview_catch__name {
    margin-top: 6px;
  }
}

.interview_catch__bandline {
  margin-top: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 500px) {
  .interview_catch__bandline {
    left: -10px;
    width: calc(100% + 20px);
  }
}

.interview_catch__bandline__inner {
  display: block;
  font-weight: 700;
  font-size: clamp(1.125rem, 3.2vw, 2rem);
  line-height: 150%;
  color: #BF0A10;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 8px 24px;
}
@media screen and (max-width: 1000px) {
  .interview_catch__bandline__inner {
    padding: 6px 16px;
  }
}
@media screen and (max-width: 500px) {
  .interview_catch__bandline__inner {
    padding: 6px 8px;
  }
}

.interview_qanda + .interview_qanda {
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .interview_qanda + .interview_qanda {
    margin-top: 32px;
  }
}

.interview_qanda__headline {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 1000px) {
  .interview_qanda__headline {
    padding-left: 42px;
  }
}
@media screen and (max-width: 500px) {
  .interview_qanda__headline.lower_bigline {
    padding-left: 32px;
    font-size: 22px;
  }
}

.interview_qanda__headline::before {
  content: "Q.";
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  line-height: 180%;
  color: #BF0A10;
  position: absolute;
  transform: translateY(-2px);
  left: 0;
}
@media screen and (max-width: 500px) {
  .interview_qanda__headline::before {
    font-size: 22px;
  }
}

.interview_qanda__readline {
  margin-top: 32px;
  padding-left: 50px;
}
@media screen and (max-width: 1000px) {
  .interview_qanda__readline {
    margin-top: 24px;
    padding-left: 42px;
  }
}

.interview_columns {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  .interview_columns {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 56px;
    gap: 40px;
  }
}

.interview_column {
  height: 100%;
  background: #fff;
  padding: 48px 48px 56px;
  border-radius: 24px;
}
@media screen and (max-width: 500px) {
  .interview_column {
    padding: 32px 20px 32px;
  }
}

.interview_column__headline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #BF0A10;
  justify-content: center;
  margin-bottom: 24px;
}

.interview_column__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F5F1E9;
  display: block;
}
.interview_column__ico::before {
  content: "";
  background: #BF0A10;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.interview_column__flex {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 500px) {
  .interview_column__flex {
    flex-direction: column;
  }
}

.interview_column__img {
  flex-basis: 33.3%;
}
@media screen and (max-width: 500px) {
  .interview_column__img {
    max-width: 160px;
    margin: auto;
  }
}

.interview_column__content {
  flex: 1;
}

.interview_top {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #333333;
  margin-left: auto;
  margin-top: 64px;
}

.interview_top__arrow {
  position: relative;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
}
.interview_top__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #BF0A10;
  border-radius: 50%;
  transition: all 0.3s;
}
.interview_top__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.interview_top:hover {
  opacity: 1;
}
.interview_top:hover .interview_top__arrow::before {
  transform: translate(-50%, -50%) scale(1.4, 1.4);
}

.interview_section--white {
  background: #fff;
}
.interview_section--white .interview_catch__bandline__inner,
.interview_section--white .interview_column {
  background: #F5F1E9;
}

/*================================================
interview----END
==================================================*/
.p_block__numbers {
  background: #fff;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .p_block__numbers {
    padding-top: 88px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
numbers_cards----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_borderline--numbers_section {
  margin-bottom: 64px;
}
@media screen and (max-width: 1000px) {
  .lower_borderline--numbers_section {
    margin-bottom: 56px;
  }
}

.numbers_cards {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 1000px) {
  .numbers_cards {
    margin: -8px;
  }
}
@media screen and (max-width: 700px) {
  .numbers_cards {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .numbers_cards {
    margin: -16px;
  }
}

.numbers_card__inner {
  position: relative;
  background: #F5F1E9;
  padding: 64px 20px 48px;
  height: 100%;
  border-radius: 24px;
}
@media screen and (max-width: 1000px) {
  .numbers_card__inner {
    padding: 40px 16px 32px;
  }
}

.numbers_card__ico {
  max-width: 240px;
  margin: auto;
}

.numbers_card__headline {
  display: block;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 180%;
  text-align: center;
  color: #333333;
}

.numbers_card__nums {
  text-align: center;
}

.numbers_value {
  font-weight: 700;
  font-size: clamp(2rem, 4.8vw, 3rem);
  line-height: 100%;
  color: #BF0A10;
}

.numbers_card__txt {
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 150%;
  color: #333333;
  margin-left: 5px;
}
@media screen and (max-width: 1000px) {
  .numbers_card__txt {
    margin-left: 3px;
  }
}

.numbers_card {
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .numbers_card {
    padding: 8px;
  }
}
@media screen and (max-width: 500px) {
  .numbers_card {
    padding: 16px;
  }
}

.numbers__card--50 {
  flex-basis: 50%;
}
@media screen and (max-width: 500px) {
  .numbers__card--50 {
    flex-basis: 100%;
  }
}

.numbers_card__headline--50 {
  margin: 16px 0 28px;
}
@media screen and (max-width: 1000px) {
  .numbers_card__headline--50 {
    margin: 16px 0 16px;
  }
}

.numbers__card--33 {
  flex-basis: 33.3%;
}
@media screen and (max-width: 500px) {
  .numbers__card--33 {
    flex-basis: 100%;
  }
}

.numbers_card__headline--33 {
  margin: 16px 0 28px;
}
@media screen and (max-width: 1000px) {
  .numbers_card__headline--33 {
    margin: 16px 0 16px;
  }
}

.numbers__card--66 {
  flex-basis: 66.6%;
}
@media screen and (max-width: 500px) {
  .numbers__card--66 {
    flex-basis: 100%;
  }
}

.numbers__card--100 {
  flex-basis: 100%;
}

.numbers_card__inner--circle {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 1001px) {
  .numbers_card__inner--circle {
    padding: 82px 100px 66px;
  }
}
@media screen and (max-width: 1000px) {
  .numbers_card__inner--circle {
    padding: 40px 40px 32px;
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .numbers_card__inner--circle {
    display: block;
  }
}

.numbers_card__headline--circle {
  margin-top: 10px;
}

.numbers_circle {
  width: 160px;
}
@media screen and (max-width: 500px) {
  .numbers_circle {
    margin: auto;
    margin-bottom: 16px;
  }
}

.numbers_circle__list {
  flex: 1;
}

.numbers_circle__item + .numbers_circle__item {
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .numbers_circle__item + .numbers_circle__item {
    margin-top: 16px;
  }
}

.numbers_circle__label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .numbers_circle__label {
    margin-bottom: 6px;
  }
}

.numbers_card__inner--columns {
  padding: 82px 70px 82px;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .numbers_card__inner--columns {
    padding: 40px 20px 32px;
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .numbers_card__inner--columns {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .numbers_columns__ico {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .numbers_card__headline--columns {
    display: block;
    margin-top: 16px;
  }
}
@media screen and (min-width: 501px) {
  .numbers_columns__content {
    flex: 1;
    text-align: left;
  }
  .numbers_columns__content .numbers_card__headline {
    text-align: left;
  }
}
.numbers_columns__content .numbers_card__nums {
  margin: 40px 0 8px;
}
@media screen and (min-width: 501px) {
  .numbers_columns__content .numbers_card__nums {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .numbers_columns__content .numbers_card__nums {
    margin: 16px 0 8px;
  }
}
.numbers_columns__content .numbers_card__nums .numbers_card__txt:first-of-type {
  margin: 0;
  margin-right: 5px;
}
@media screen and (max-width: 1000px) {
  .numbers_columns__content .numbers_card__nums .numbers_card__txt:first-of-type {
    margin-right: 3px;
  }
}
.numbers_columns__content .numbers_card__nums .numbers_value {
  font-size: clamp(2.5rem, 6.4vw, 4rem);
}
.numbers_columns__content .numbers_card__nums .numbers_card__txt {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

.numbers_columns__read {
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #333333;
}
@media screen and (max-width: 500px) {
  .numbers_columns__read {
    text-align: center;
  }
}

.numbers_card__inner--wide {
  padding: 64px;
}
@media screen and (max-width: 1000px) {
  .numbers_card__inner--wide {
    padding: 40px 20px 32px;
  }
}

.numbers_wide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 74px;
}
@media screen and (max-width: 1000px) {
  .numbers_wide {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .numbers_wide {
    display: block;
  }
}

.numbers_wide__ico {
  width: 120px;
}
@media screen and (max-width: 500px) {
  .numbers_wide__ico {
    margin: auto;
  }
}

.numbers_wide__content {
  flex: 1;
}

.numbers_card__headline--wide {
  text-align: left;
}
@media screen and (max-width: 500px) {
  .numbers_card__headline--wide {
    display: block;
    text-align: center;
    margin-top: 16px;
  }
}

.numbers_wide__cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}
@media screen and (max-width: 1000px) {
  .numbers_wide__cards {
    margin-top: 32px;
    gap: 10px 16px;
  }
}
@media screen and (max-width: 500px) {
  .numbers_wide__cards {
    grid-template-columns: repeat(1, 1fr);
    max-width: calc(100% - 50px);
    gap: 14px;
    margin: auto;
    margin-top: 16px;
  }
}

.numbers_wide__card {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.numbers_wide__txt {
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #333333;
}

.numbers_value--wide {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
}

.numbers_card__txt--wide {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
}

/*================================================
numbers_cards----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
benefits_section----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.benefits_section {
  margin-top: 144px;
}
@media screen and (max-width: 1000px) {
  .benefits_section {
    margin-top: 88px;
  }
}

.benefits_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .benefits_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .benefits_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.benefits_card {
  border-radius: 24px;
  background: #F5F1E9;
  height: 100%;
  box-sizing: border-box;
  padding: 64px 20px 48px;
}
@media screen and (max-width: 1000px) {
  .benefits_card {
    padding: 40px 16px 32px;
  }
}

.benefits_card__img {
  aspect-ratio: 1/1;
  margin: auto;
  max-width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.benefits_card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefits_card__headline {
  display: block;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 180%;
  text-align: center;
  color: #333333;
  margin-top: 16px;
}

.benefits_card__txt {
  display: block;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  text-align: center;
  color: #333333;
}

/*================================================
benefits_section----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
requirements_wrap----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_block__requirements,
.requirements-detail {
  background: #fff;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .p_block__requirements,
  .requirements-detail {
    padding-top: 88px;
  }
}

.requirements_wrap {
  display: block;
  padding: 80px 160px;
  background: #F5F1E9;
  border-radius: 24px;
}
@media screen and (max-width: 1000px) {
  .requirements_wrap {
    padding: 64px 40px;
  }
}
@media screen and (max-width: 500px) {
  .requirements_wrap {
    padding: 56px 20px;
  }
}

.requirements_list {
  margin-top: 64px;
}
@media screen and (max-width: 1000px) {
  .requirements_list {
    margin-top: 56px;
  }
}

.requirements_item + .requirements_item {
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .requirements_item + .requirements_item {
    margin-top: 12px;
  }
}

.requirements_link {
  display: block;
  position: relative;
  border: solid 1px #BF0A10;
  border-radius: 1000px;
  background: #fff;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #000000;
  padding: 21px 40px 18px;
  padding-right: 72px;
}
@media screen and (max-width: 1000px) {
  .requirements_link {
    padding: 16px 20px 14px;
    padding-right: 56px;
  }
}
@media screen and (max-width: 500px) {
  .requirements_link {
    padding-right: 48px;
  }
}

.requirements_arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) scale(0.15, 0.15);
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  border-radius: 50%;
  background: #BF0A10;
}
@media screen and (max-width: 1000px) {
  .requirements_arrow {
    right: 16px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .requirements_arrow {
    right: 8px;
  }
}
.requirements_arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  opacity: 0;
  transition: all 0.6s;
  z-index: 1;
}

.requirements_link:hover {
  opacity: 1;
}
.requirements_link:hover .requirements_arrow {
  transform: translateY(-50%) scale(1, 1);
}
.requirements_link:hover .requirements_arrow svg {
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}

/*================================================
requirements_wrap----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
s_requirements----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_borderline--s_requirements {
  margin-bottom: 64px;
}
@media screen and (max-width: 1000px) {
  .lower_borderline--s_requirements {
    margin-bottom: 56px;
  }
}

.s_requirements__container {
  max-width: 880px;
  margin: auto;
}

.lower_btn--s_requirements {
  margin: 80px 0 48px;
}
@media screen and (max-width: 1000px) {
  .lower_btn--s_requirements {
    margin: 72px 0 40px;
  }
}

.s_requirements__prev {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  text-align: center;
  text-decoration-line: underline;
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

/*================================================
s_requirements----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
message_section----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_block__message {
  background: #fff;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .p_block__message {
    padding-top: 88px;
  }
}

.message_section__columns {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .message_section__columns {
    display: block;
    margin-top: 56px;
  }
}

.message_section__img {
  flex-basis: 40%;
}
@media screen and (max-width: 1000px) {
  .message_section__img {
    max-width: 480px;
    margin: auto;
  }
}

.message_section__txt {
  flex-basis: 54%;
}
@media screen and (max-width: 1000px) {
  .message_section__txt {
    margin-top: 32px;
  }
}

.message_section__read {
  margin: 32px 0;
}
@media screen and (max-width: 1000px) {
  .message_section__read {
    margin: 24px 0;
  }
}

.message_section__name {
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: clamp(1.375rem, 2.4vw, 1.5rem);
  line-height: 150%;
  color: #333333;
}

.message_section__class {
  margin-right: 8px;
  font-weight: 500;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: #333333;
}

/*================================================
message_section----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
message_history----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.message_history {
  padding-top: 140px;
}
@media screen and (max-width: 1000px) {
  .message_history {
    padding-top: 88px;
  }
}

.message_history__headline {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #BF0A10;
}

.message_history__headline__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F5F1E9;
  display: block;
}
.message_history__headline__ico::before {
  content: "";
  background: #BF0A10;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.message_history__columns + .message_history__columns {
  margin-top: 64px;
}
@media screen and (max-width: 1000px) {
  .message_history__columns + .message_history__columns {
    margin-top: 56px;
  }
}

.message_history__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .message_history__columns {
    display: block;
  }
}

.message_history__img {
  flex-basis: 23.33%;
}
@media screen and (max-width: 1000px) {
  .message_history__img {
    max-width: 280px;
  }
}
@media screen and (max-width: 500px) {
  .message_history__img {
    margin: auto;
  }
}

.message_history__txt {
  flex-basis: 72.66%;
}
@media screen and (max-width: 1000px) {
  .message_history__txt {
    margin-top: 24px;
  }
}

.message_history__readline {
  display: block;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 180%;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .message_history__readline {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .message_history__readline {
    text-align: center;
  }
}

/*================================================
message_history----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
message_slider__wrap----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.message_slider__wrap {
  margin-top: 128px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .message_slider__wrap {
    margin-top: 100px;
  }
}

.message_slider {
  position: relative;
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  animation: a_message_slider 60s linear infinite;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .message_slider {
    gap: 10px;
  }
}

.message_slide {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .message_slide {
    gap: 10px;
  }
}

.message_slide__img {
  max-width: 320px;
}
@media screen and (max-width: 1000px) {
  .message_slide__img {
    max-width: 280px;
  }
}
@media screen and (max-width: 500px) {
  .message_slide__img {
    max-width: 232px;
  }
}

@keyframes a_message_slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 10px));
  }
}
@media screen and (max-width: 1000px) {
  @keyframes a_message_slider {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50% - 5px));
    }
  }
}
/*================================================
message_slider__wrap----END
==================================================*/
.p_block__outline {
  background: #fff;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .p_block__outline {
    padding-top: 88px;
  }
}

@media screen and (min-width: 1001px) {
  .outline__section .table_wrap table th {
    width: 160px;
  }
}
.outline__section + .outline__section {
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  .outline__section + .outline__section {
    margin-top: 104px;
  }
}

.outline__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .outline__columns {
    display: block;
  }
}

.outline__contents {
  padding-top: 44px;
  flex-basis: 73.33%;
}
@media screen and (max-width: 1000px) {
  .outline__contents {
    padding-top: 40px;
  }
}

.outline__section .lower_borderline__line {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .outline__section .lower_borderline__line {
    width: 100%;
  }
}

.outline_imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .outline_imgs {
    gap: 12px;
  }
}

.outline_imgs__item {
  max-width: 160px;
}
.outline_imgs__item img {
  aspect-ratio: 160/120;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  background: #F5F1E9;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 500px) {
  .outline_imgs__item {
    max-width: 120px;
  }
}

.p_block__access {
  background: #fff;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .p_block__access {
    padding-top: 88px;
  }
}

.lower_borderline--access {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .lower_borderline--access {
    margin-bottom: 64px;
  }
}

.access_section + .access_section {
  margin-top: 88px;
}
@media screen and (max-width: 1000px) {
  .access_section + .access_section {
    margin-top: 72px;
  }
}

.access__headline {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #BF0A10;
}
@media screen and (max-width: 1000px) {
  .access__headline {
    margin-bottom: 32px;
  }
}

.access__headline__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F5F1E9;
  display: block;
}
.access__headline__ico::before {
  content: "";
  background: #BF0A10;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.access_columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .access_columns {
    display: block;
  }
}

.access_map {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 24px;
  overflow: hidden;
  flex-basis: 59.09%;
}
@media screen and (max-width: 500px) {
  .access_map iframe {
    height: 350px;
  }
}

.access_content {
  flex-basis: 36.36%;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .access_content {
    max-width: 320px;
  }
}
@media screen and (max-width: 1000px) {
  .access_content {
    margin-top: 32px;
  }
}

.access_img {
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .access_img {
    margin-bottom: 16px;
  }
}

.access_address {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #333333;
}

.p_block__contact,
.p_block__confirm,
.p_block__thanks,
.p_block__entry,
.p_block__check,
.p_block__submit {
  background: #fff;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .p_block__contact,
  .p_block__confirm,
  .p_block__thanks,
  .p_block__entry,
  .p_block__check,
  .p_block__submit {
    padding-top: 88px;
  }
}

.p_contact__list {
  counter-reset: num;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 64px 0 80px;
}
@media screen and (max-width: 1000px) {
  .p_contact__list {
    margin: 56px 0 64px;
  }
}
@media screen and (min-width: 501px) {
  .p_contact__list {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    gap: 8px;
  }
}

.p_contact__tab {
  max-width: 296px;
  flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #BF0A10;
  border-radius: 1000px;
  position: relative;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1001px) {
  .p_contact__tab {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1000px) {
  .p_contact__tab {
    padding-top: 0.625em;
    padding-bottom: 0.5em;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (min-width: 1001px) {
  .p_contact__tab::before {
    position: absolute;
    left: 16px;
  }
}

.p_contact__active {
  background-color: #BF0A10;
  color: #fff;
}

.p_contact__line {
  display: block;
  flex: 1;
  height: 1px;
  background-color: #BF0A10;
  outline: none;
  border: none;
}
@media screen and (min-width: 501px) {
  .p_contact__line {
    max-width: 72px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__line {
    max-width: 32px;
  }
}

.p_contact__lead {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.p_block__privacy-policy {
  background: #fff;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .p_block__privacy-policy {
    padding-top: 88px;
  }
}

.p_policy__block + .p_policy__block {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.p_policy__label {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #333333;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .p_policy__label {
    margin-bottom: 6px;
  }
}

.p_policy__text {
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #333333;
}

.p_archive__news,
.c_block__top.post {
  background: #fff;
  padding-top: 144px;
}
@media screen and (max-width: 1000px) {
  .p_archive__news,
  .c_block__top.post {
    padding-top: 88px;
  }
}

.news_container {
  max-width: 880px;
  margin: auto;
}

.p_archive__side + .p_archive__side .p_archive__columns {
  padding-top: 56px;
}
@media screen and (max-width: 1000px) {
  .p_archive__side + .p_archive__side .p_archive__columns {
    padding-top: 40px;
  }
}

.p_archive__columns {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #B5B5B5;
  padding-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .p_archive__columns {
    display: block;
    padding-bottom: 40px;
  }
}

.p_archive__side___pic {
  flex-basis: 45.45%;
}

.p_archive__side___inner {
  flex-basis: 47.27%;
}
@media screen and (max-width: 1000px) {
  .p_archive__side___inner {
    margin-top: 32px;
  }
}

.p_archive__side___pic {
  overflow: hidden;
  border-radius: 24px;
}
.p_archive__side___pic img {
  aspect-ratio: 400/296;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #F5F1E9;
  transition: all 0.5s;
}

.c_text__time {
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #C3C1BD;
}

.p_archive__side___lead {
  display: block;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 200%;
  color: #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .p_archive__side___lead {
    margin-bottom: 16px;
  }
}

.p_archive__side___caption {
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .p_archive__side___caption {
    -webkit-line-clamp: 3;
  }
}

.p_archive__columns:hover {
  opacity: 1;
}
.p_archive__columns:hover .p_archive__side___pic img {
  transform: scale(1.1, 1.1);
}

.p_single__block___lead {
  display: block;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  color: #333333;
  padding-bottom: 24px;
  margin-bottom: 56px;
  line-height: 2;
  border-bottom: solid 1px #C3C1BD;
}
@media screen and (max-width: 1000px) {
  .p_single__block___lead {
    padding-bottom: 16px;
    margin-bottom: 40px;
  }
}

.p_single__block___inner {
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #333333;
}
.p_single__block___inner a {
  text-decoration: underline;
  color: #BF0A10;
}

#not-found {
  background: #fff;
}

.p_found__head {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-bottom: clamp(40px, 3.5vw, 56px);
}

.p_found__caption {
  display: block;
  line-height: 2;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 700;
}
.p_found__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_found__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_found__label {
  font-size: inherit;
  line-height: 2;
}
.p_found__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_found__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_found__menu {
  margin-top: clamp(40px, 3vw, 48px);
}
@media screen and (min-width: 1001px) {
  .p_found__menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px 40px;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #333333;
}
.p_found__menu span {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .p_found__menu ul {
    max-width: 360px;
    margin: auto;
  }
  .p_found__menu li {
    border-bottom: 1px solid #C3C1BD;
    box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=common.css.map */