@charset "UTF-8";
/*reset*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}

*/
.grecaptcha-badge {
  display: none;
}

html, body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0em;
  font-style: normal;
  color: #231815;
  background: #F0EFEA;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body.top.opening_end {
  overflow: auto;
}

body.wh_bg {
  background: #F7F4F2;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
img {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: #333333;
  color: #fff;
}

::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #FFF;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transition: all 0.6s 0s ease;
  transform: scale(1, 1) translate(0%, 20px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .arrow
--------------------------------------------------- */
@keyframes btn_arrow_hb {
  0% {
    transform: translate(0%, 0px);
  }
  50% {
    transform: translate(200%, 0px);
  }
  50.1% {
    transform: translate(-200%, 0px);
  }
  100% {
    transform: translate(0%, 0px);
  }
}
/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span, .lazyload_set img {
  opacity: 0;
}
.lazyload_set span.lazyloaded, .lazyload_set img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
 block_scroll
--------------------------------------------------- */
.block_scroll {
  position: fixed;
  bottom: 50px;
  right: 50px;
  transition: all 0.5s 0s ease;
  z-index: 30;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 896px) {
  .block_scroll {
    display: none;
  }
}
.block_scroll a {
  display: block;
}
.block_scroll a .t {
  display: block;
  text-align: center;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  color: #231815;
  letter-spacing: 0.44px;
}
.block_scroll a .icon {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #231815;
  border-radius: 100%;
  margin: 0 auto;
}
.block_scroll a .icon svg {
  width: 15px;
  height: 15px;
  fill: #FFF;
}

@keyframes lineMove {
  0% {
    transform: translate(-70px, 0);
    opacity: 1;
  }
  30% {
    transform: translate(0px, 0);
    opacity: 1;
  }
  70% {
    transform: translate(0px, 0);
    opacity: 1;
  }
  100% {
    transform: translate(70px, 0);
    opacity: 1;
  }
}
body.page_scroll .block_scroll {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------------------
  .block_header
--------------------------------------------------- */
.block_header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.4s 0s ease;
}
.block_header .logo {
  position: absolute;
  top: 32px;
  left: 80px;
  width: 133px;
}
@media (max-width: 896px) {
  .block_header .logo {
    top: 24px;
    left: 24px;
    width: 95px;
  }
}
.block_header .logo a {
  display: block;
}
.block_header .logo a img {
  display: block;
  transition: all 0.4s 0s ease;
}

/*----------------------------------------------------
.block_navi
--------------------------------------------------- */
.block_navi a {
  position: fixed;
  display: block;
  z-index: 110;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_navi a {
    top: 0px;
    right: 0px;
    width: 75px;
    height: 75px;
  }
}
.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  margin-left: -28px;
  background: #000;
  border-radius: 100%;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  margin-top: -10px;
  margin-left: -12px;
  background: #FFF;
  transform-origin: center center;
  transition: all 0.4s 0s ease;
}
.block_navi a span.l1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  margin-top: 0px;
  margin-left: -12px;
  background: #FFF;
  transform-origin: center center;
  transition: all 0.4s 0s ease;
}
.block_navi a span.l2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  transform: scaleX(0);
  transition: transform 0.4s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  margin-top: 10px;
  margin-left: -12px;
  background: #FFF;
  transform-origin: center center;
  transition: all 0.4s 0s ease;
}
.block_navi a span.l3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  transform: scaleX(0);
  transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
}
body.header_white .block_navi a span {
  background: #FFF;
}

.block_navi a:hover span.l1:after {
  transform: scale(1, 1);
  transform-origin: left center;
}
@media (max-width: 896px) {
  .block_navi a:hover span.l1:after {
    transform: scale(0, 0);
  }
}

.block_navi a:hover span.l2:after {
  transform: scale(1, 1);
  transform-origin: left center;
}
@media (max-width: 896px) {
  .block_navi a:hover span.l2:after {
    transform: scale(0, 0);
  }
}

.block_navi a:hover span.l3:after {
  transform: scale(1, 1);
  transform-origin: left center;
}
@media (max-width: 896px) {
  .block_navi a:hover span.l3:after {
    transform: scale(0, 0);
  }
}

body.menu_open .block_navi a .wrap {
  background: #FFF;
}

body.menu_open .block_navi a span.l1 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
  background: #A61F25;
}
body.menu_open .block_navi a span.l2 {
  margin-top: 0px;
  transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(0deg);
  background: #A61F25;
}
body.menu_open .block_navi a span.l3 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
  background: #A61F25;
}

/*----------------------------------------------------
.block_site_menu
--------------------------------------------------- */
.block_site_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 375px;
  height: 100%;
  z-index: 5;
  background: rgba(166, 31, 37, 0.9);
  visibility: hidden;
  opacity: 1;
  transform: translate(100%, 0%);
  transition: all 0.4s 0s ease;
}
.block_site_menu .inner {
  position: absolute;
  top: 14.2vh;
  left: 0%;
  width: 100%;
}
@media (max-width: 896px) {
  .block_site_menu .inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area {
    padding-top: 120px;
  }
}
.block_site_menu .inner .menu_area ul.menu {
  margin-left: 46px;
  margin-bottom: 4.7vh;
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.menu {
    width: 100%;
    margin-left: 10%;
  }
}
.block_site_menu .inner .menu_area ul.menu li {
  line-height: 1;
  margin-bottom: 2.8vh;
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.menu li {
    margin-bottom: 24px;
  }
}
.block_site_menu .inner .menu_area ul.menu li:last-child {
  margin-bottom: 0;
}
.block_site_menu .inner .menu_area ul.menu li a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  color: #FFF;
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.menu li a {
    font-size: 12px;
  }
}
.block_site_menu .inner .menu_area ul.menu li a {
  transition: all 0.4s 0s ease;
}
.block_site_menu .inner .menu_area ul.menu li a:hover {
  opacity: 0.5;
}
.block_site_menu .inner .menu_area ul.menu li a span.jp {
  font-size: 16px;
  letter-spacing: 1.92px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 25%; /* 4px */
  text-underline-position: from-font;
  display: block;
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.menu li a span.jp {
    font-size: 16px;
  }
}
.block_site_menu .inner .menu_area ul.menu li a span.en {
  margin-left: 16px;
  font-size: 14px;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.56px;
  display: block;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.menu li a span.en {
    font-size: 14px;
  }
}
.block_site_menu .inner .contact_area {
  margin: 0 24px;
  background: #FFF;
  padding: 4.7vh 16px;
  border-radius: 16px;
  margin-bottom: 3.5vh;
}
@media (max-width: 896px) {
  .block_site_menu .inner .contact_area {
    flex-direction: column;
    padding: 40px 16px;
  }
}
.block_site_menu .inner .contact_area .btn {
  margin-bottom: clamp(18.6666666667px, 2.0833333333vw, 30px);
}
@media (max-width: 896px) {
  .block_site_menu .inner .contact_area .btn {
    width: 100%;
  }
}
.block_site_menu .inner .contact_area .btn a {
  display: block;
  padding: 24px 0;
  line-height: 1;
  background: #A61F25;
  text-align: center;
  color: #FFF;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2.16px;
  transition: all 0.4s 0s ease;
}
.block_site_menu .inner .contact_area .btn a:hover {
  background: #FFF;
  color: #A61F25;
}
.block_site_menu .inner .contact_area .t_t {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 36px */
  letter-spacing: 2.16px;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_site_menu .inner .contact_area .t_t {
    font-size: 16px;
  }
}
.block_site_menu .inner .contact_area .tel {
  text-align: center;
  color: #A61F25;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 24px */
  letter-spacing: 1.92px;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_site_menu .inner .contact_area .tel {
    font-size: 24px;
  }
}
.block_site_menu .inner .contact_area .time {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.68px;
}
@media (max-width: 896px) {
  .block_site_menu .inner .contact_area .time {
    font-size: 14px;
  }
}
.block_site_menu .inner .contact_area .time strong {
  color: #A61F25;
}
.block_site_menu .inner .contact_area .time small {
  display: block;
}
.block_site_menu .inner .back {
  text-align: center;
  margin-bottom: 4.7vh;
}
.block_site_menu .inner .back a {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%; /* 19.6px */
  letter-spacing: 1.68px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px; /* 0.693px */
  text-underline-offset: 25.5%; /* 3.57px */
  text-underline-position: from-font;
  transition: all 0.4s 0s ease;
}
.block_site_menu .inner .back a:hover {
  opacity: 0.5;
}
.block_site_menu .inner .sns ul {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_site_menu .inner .sns ul li {
  margin: 0 20px;
}
.block_site_menu .inner .sns a {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 100%;
  margin: 0 auto;
}
.block_site_menu .inner .sns a svg {
  width: 24px;
  height: 24px;
  fill: #A61F25;
  transition: all 0.4s 0s ease;
}
.block_site_menu .inner .sns a {
  transition: all 0.4s 0s ease;
}
.block_site_menu .inner .sns a:hover {
  background: #A61F25;
}
.block_site_menu .inner .sns a:hover svg {
  fill: #FFF;
}

body.menu_open .block_site_menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0%, 0%);
}

/*----------------------------------------------------
  .block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media (max-width: 896px) {
  .block_mainvisual {
    height: 176vw;
  }
}
.block_mainvisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/main_cover.svg) no-repeat center bottom;
  background-size: 100% auto;
}
@media (max-width: 896px) {
  .block_mainvisual::after {
    background: url(../img/top/main_cover_sp.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
}
@media (max-width: 896px) {
  .block_mainvisual::before {
    content: "";
    position: absolute;
    top: 176vw;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #A61F25;
    z-index: 10;
  }
}
.block_mainvisual .movie_area {
  width: 100%;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.block_mainvisual .movie_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #A61F25;
}
body.pageLoad .block_mainvisual .movie_area::before {
  opacity: 0;
  transition: all 1.2s 0.1s ease;
}

.block_mainvisual .movie_area .movie_wrap {
  width: 100%;
  height: 100%;
}
.block_mainvisual .movie_area .movie_wrap video, .block_mainvisual .movie_area .movie_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  position: relative;
  z-index: 3;
}
/*----------------------------------------------------
  .block_message
--------------------------------------------------- */
@media (max-width: 896px) {
  .block_message {
    background: linear-gradient(180deg, rgba(166, 31, 37, 0) 139vw, rgba(166, 31, 37, 0.8) 280vw);
  }
}
.block_message .mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width: 896px) {
  .block_message .mainvisual {
    position: relative;
    top: 0;
    height: 282vw;
  }
}
.block_message .mainvisual .copy {
  position: absolute;
  bottom: 160px;
  left: 80px;
  width: 34vw;
  width: clamp(306.7555555556px, 34.2361111111vw, 493px);
}
@media (max-width: 896px) {
  .block_message .mainvisual .copy {
    position: sticky;
    width: 73vw;
    left: 6.4vw;
    bottom: auto;
    top: 139vw;
  }
}
.block_message .mainvisual .copy img {
  display: block;
  opacity: 0;
  transform: translate(0%, 20px);
}
body.pageLoad .block_message .mainvisual .copy img {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.8s 1.2s ease;
}

.block_message .m_wrap {
  padding-top: 500px;
  padding-bottom: 320px;
  background: linear-gradient(180deg, rgba(166, 31, 37, 0) 0%, rgba(166, 31, 37, 0.8) 500px);
}
@media (max-width: 896px) {
  .block_message .m_wrap {
    padding-top: 40px;
    padding-bottom: 160px;
    background: none;
  }
}
.block_message .m_wrap .textarea {
  color: #FFF;
  margin-left: 50%;
  margin-right: 80px;
}
@media (max-width: 896px) {
  .block_message .m_wrap .textarea {
    margin-left: 0;
    margin-right: 0;
    padding: 0 6.4vw;
  }
}
.block_message .m_wrap .textarea p {
  font-size: 17px;
  font-size: clamp(10.5777777778px, 1.1805555556vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 34px */
  letter-spacing: 2.04px;
  margin-bottom: 1em;
}
@media (max-width: 896px) {
  .block_message .m_wrap .textarea p {
    font-size: 16px;
    font-size: 4.2vw;
  }
}

/*----------------------------------------------------
  .block_interview
--------------------------------------------------- */
.block_interview {
  background: #F0EFEA;
  padding: clamp(149.3333333333px, 16.6666666667vw, 240px) 0 0 0;
}
@media (max-width: 896px) {
  .block_interview {
    padding: 120px 0;
  }
}
.block_interview .inner {
  padding: 0 160px;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 896px) {
  .block_interview .inner {
    padding: 0 24px;
  }
}
.block_interview .inner .title {
  width: 38%;
  width: clamp(268.1777777778px, 29.9305555556vw, 431px);
  margin-bottom: clamp(19.9111111111px, 2.2222222222vw, 32px);
}
@media (max-width: 896px) {
  .block_interview .inner .title {
    width: 67vw;
    margin: 0 auto;
    margin-bottom: 6.4vw;
  }
}
.block_interview .inner .en_title {
  margin-bottom: clamp(84px, 9.375vw, 135px);
  color: #40220F;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 0.8px;
}
@media (max-width: 896px) {
  .block_interview .inner .en_title {
    font-size: 20px;
    margin-bottom: 17vw;
    text-align: center;
  }
}
.block_interview .inner .exp_box {
  width: clamp(280px, 31.25vw, 450px);
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_interview .inner .exp_box {
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 64px;
  }
}
.block_interview .inner .exp_box p {
  font-size: clamp(10.5777777778px, 1.1805555556vw, 17px);
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 36px */
  letter-spacing: 2.16px;
}
@media (max-width: 896px) {
  .block_interview .inner .exp_box p {
    width: 100%;
    font-size: 4.2vw;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 200%; /* 36px */
    letter-spacing: 2.16px;
  }
}
.block_interview .inner .exp_box img {
  width: clamp(52.8888888889px, 5.9027777778vw, 85px);
}
@media (max-width: 896px) {
  .block_interview .inner .exp_box img {
    width: 22vw;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
@media (max-width: 896px) {
  .block_interview .inner .list {
    position: relative;
    left: -24px;
    width: 100vw;
  }
}
.block_interview .inner .list .column {
  width: clamp(298.6666666667px, 33.3333333333vw, 480px);
}
@media (max-width: 896px) {
  .block_interview .inner .list .column {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 64px;
  }
}
.block_interview .inner .list .column:nth-child(1) {
  margin-top: -38%;
  margin-left: 57%;
  margin-bottom: clamp(74.6666666667px, 8.3333333333vw, 120px);
}
@media (max-width: 896px) {
  .block_interview .inner .list .column:nth-child(1) {
    margin: 0 auto;
    margin-bottom: 64px;
  }
}
.block_interview .inner .list .column:nth-child(3) {
  margin-top: -30%;
  margin-left: 0%;
  margin-bottom: clamp(74.6666666667px, 8.3333333333vw, 120px);
}
@media (max-width: 896px) {
  .block_interview .inner .list .column:nth-child(3) {
    margin: 0 auto;
    margin-bottom: 64px;
  }
}
.block_interview .inner .list .column:nth-child(5) {
  margin-top: -30%;
  margin-left: 50%;
  margin-bottom: clamp(74.6666666667px, 8.3333333333vw, 120px);
}
@media (max-width: 896px) {
  .block_interview .inner .list .column:nth-child(5) {
    margin: 0 auto;
    margin-bottom: 64px;
  }
}
.block_interview .inner .list .column a {
  display: block;
}
.block_interview .inner .list .column a:hover .c_title span {
  background: #A61F25;
  color: #FFF;
}
.block_interview .inner .list .column a:hover figure {
  transform: translate(12px, 12px);
}
.block_interview .inner .list .column a:hover figure .img_wrap {
  box-shadow: 1px 1px 0 0 #FFF;
}
.block_interview .inner .list .column a:hover .meta .arrow svg {
  animation: btn_arrow_hb 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.block_interview .inner .list .column figure {
  transition: all 0.4s 0s ease;
  margin: 0;
}
.block_interview .inner .list .column figure .img_wrap {
  position: relative;
  padding-top: 75%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 16px 16px 0 0 #FFF;
  transition: all 0.4s 0s ease;
}
.block_interview .inner .list .column figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.1, 1.1);
}
.block_interview .inner .list .column figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_interview .inner .list .column .c_title {
  padding: 0 clamp(9.9555555556px, 1.1111111111vw, 16px);
  margin-top: clamp(9.9555555556px, 1.1111111111vw, 16px);
  position: relative;
  margin-bottom: clamp(9.9555555556px, 1.1111111111vw, 16px);
  line-height: 140%; /* 33.6px */
}
@media (max-width: 896px) {
  .block_interview .inner .list .column .c_title {
    padding: 0 16px;
    margin-top: 12px;
    line-height: 8vw;
  }
}
.block_interview .inner .list .column .c_title span {
  transition: all 0.4s 0s ease;
  background: #FFF;
  color: #231815;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.2em;
  font-size: clamp(14.3111111111px, 1.5972222222vw, 23px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.88px;
}
@media (max-width: 896px) {
  .block_interview .inner .list .column .c_title span {
    font-size: 5.8vw;
  }
}
.block_interview .inner .list .column .meta {
  padding: 0 16px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_interview .inner .list .column .meta ul.category {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-right: 16px;
}
.block_interview .inner .list .column .meta ul.category li {
  border-radius: 4px;
  background: #F8B62D;
  color: #FFF;
  display: flex;
  padding: 4px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.68px;
}
.block_interview .inner .list .column .meta ul.category li.color01 {
  background: #F8B62D;
}
.block_interview .inner .list .column .meta ul.category li.color02 {
  background: #2EA7E0;
}
.block_interview .inner .list .column .meta .name {
  margin-right: 16px;
  color: #231815;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
}
.block_interview .inner .list .column .meta .name small {
  font-size: 12px;
}
.block_interview .inner .list .column .meta .arrow {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #A61F25;
  border-radius: 100%;
  overflow: hidden;
}
.block_interview .inner .list .column .meta .arrow svg {
  width: 14px;
  height: 14px;
  stroke: #FFF;
}
.block_interview .inner .list .column_tips {
  width: 42%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_interview .inner .list .column_tips {
    width: 100%;
    text-align: center;
    flex-direction: column;
    margin-left: 0%;
    margin: 0 auto;
    margin-bottom: 64px;
  }
}
.block_interview .inner .list .column_tips:nth-child(2) {
  margin-left: 57%;
  margin-bottom: 120px;
}
@media (max-width: 896px) {
  .block_interview .inner .list .column_tips:nth-child(2) {
    margin-left: 0%;
    margin: 0 auto;
    margin-bottom: 64px;
  }
}
.block_interview .inner .list .column_tips figure {
  width: 20%;
}
@media (max-width: 896px) {
  .block_interview .inner .list .column_tips figure {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.block_interview .inner .list .column_tips .t_title {
  font-size: clamp(11.2px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: 2.16px;
}
@media (max-width: 896px) {
  .block_interview .inner .list .column_tips .t_title {
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 16px;
    margin-bottom: 4.2vw;
  }
}
.block_interview .inner .list .column_tips .t_area {
  width: 75%;
}
@media (max-width: 896px) {
  .block_interview .inner .list .column_tips .t_area {
    width: 70%;
    margin: 0 auto;
    text-align: left;
  }
}
.block_interview .inner .list .column_tips .t_area p {
  margin-top: clamp(9.3333333333px, 1.0416666667vw, 15px);
  font-size: clamp(7.4666666667px, 0.8333333333vw, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 1.44px;
}
@media (max-width: 896px) {
  .block_interview .inner .list .column_tips .t_area p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.block_interview .inner .more {
  text-align: center;
  font-size: clamp(11.2px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 32.4px */
  letter-spacing: 2.16px;
  margin-bottom: 32px;
}
@media (max-width: 896px) {
  .block_interview .inner .more {
    font-size: 18px;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 32.4px */
    letter-spacing: 2.16px;
  }
}
.block_interview .inner .b_btn {
  width: clamp(597.3333333333px, 66.6666666667vw, 960px);
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_interview .inner .b_btn {
    width: 100%;
  }
}
.block_interview .inner .b_btn a {
  border-radius: 8px;
  background: #A61F25;
  color: #FFF;
  display: flex;
  padding: 32px 32px 32px 64px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: clamp(13.6888888889px, 1.5277777778vw, 22px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 22px */
  letter-spacing: 2.64px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_interview .inner .b_btn a {
    padding: 32px 0;
    font-size: 22px;
    font-size: 5.6vw;
  }
}
.block_interview .inner .b_btn a .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 100%;
  overflow: hidden;
}
.block_interview .inner .b_btn a .arrow svg {
  width: 14px;
  height: 14px;
  stroke: #A61F25;
}
.block_interview .inner .b_btn a:hover {
  background: #FFF;
  color: #A61F25;
}
.block_interview .inner .b_btn a:hover .arrow svg {
  fill: #FFF;
  animation: btn_arrow_hb 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/*----------------------------------------------------
  .block_president
--------------------------------------------------- */
.block_president {
  background: #F0EFEA;
  overflow: hidden;
  padding: clamp(149.3333333333px, 16.6666666667vw, 240px) 0 clamp(149.3333333333px, 16.6666666667vw, 240px) 0;
  margin-top: -4px;
}
@media (max-width: 896px) {
  .block_president {
    overflow: hidden;
    padding-bottom: 120px;
  }
}
.block_president .inner {
  padding: 0 160px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media (max-width: 896px) {
  .block_president .inner {
    padding: 0 24px;
  }
}
.block_president .inner .title {
  width: clamp(222.1333333333px, 24.7916666667vw, 357px);
  margin-bottom: clamp(19.9111111111px, 2.2222222222vw, 32px);
}
@media (max-width: 896px) {
  .block_president .inner .title {
    width: 56.3vw;
    margin: 0 auto;
    margin-bottom: 6.4vw;
  }
}
.block_president .inner .en_title {
  margin-bottom: clamp(49.7777777778px, 5.5555555556vw, 80px);
  color: #40220F;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 0.8px;
}
@media (max-width: 896px) {
  .block_president .inner .en_title {
    text-align: center;
    font-size: 5.3vw;
    margin-bottom: 10.6vw;
  }
}
.block_president .inner .copy {
  width: 42%;
  font-size: clamp(19.9111111111px, 2.2222222222vw, 32px);
  font-style: normal;
  font-feature-settings: "palt" on;
  font-weight: 800;
  line-height: 160%; /* 51.2px */
  letter-spacing: 3.84px;
  margin-bottom: clamp(49.7777777778px, 5.5555555556vw, 80px);
}
@media (max-width: 896px) {
  .block_president .inner .copy {
    width: 100%;
    font-size: 6.9vw;
    margin-bottom: 8.5vw;
  }
}
.block_president .inner figure {
  position: absolute;
  top: -5%;
  left: 50%;
  width: clamp(510.2222222222px, 56.9444444444vw, 820px);
}
@media (max-width: 896px) {
  .block_president .inner figure {
    position: relative;
    top: auto;
    left: -24px;
    margin-left: -4vw;
    width: 108vw;
    margin-bottom: 40px;
  }
}
.block_president .inner figure .img_wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
  background: #eee;
}
.block_president .inner figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.1, 1.1);
}
.block_president .inner figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_president .inner p {
  margin-bottom: 7.1%;
  width: 42%;
  font-size: clamp(9.9555555556px, 1.1111111111vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
}
@media (max-width: 896px) {
  .block_president .inner p {
    width: 100%;
    font-size: 4.2vw;
    margin-bottom: 40px;
  }
}
.block_president .inner .b_btn {
  width: 42%;
}
@media (max-width: 896px) {
  .block_president .inner .b_btn {
    width: 100%;
  }
}
.block_president .inner .b_btn a {
  margin: 0 0 0 auto;
  border-radius: 48px;
  background: #A61F25;
  color: #FFF;
  display: flex;
  width: 320px;
  padding: 26px 16px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: 2.16px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_president .inner .b_btn a {
    width: 100%;
    font-size: 4.8vw;
  }
}
.block_president .inner .b_btn a .arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -16px;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 100%;
  overflow: hidden;
}
.block_president .inner .b_btn a .arrow svg {
  width: 14px;
  height: 14px;
  stroke: #A61F25;
}
.block_president .inner .b_btn a:hover {
  background: #FFF;
  color: #A61F25;
}
.block_president .inner .b_btn a:hover .arrow svg {
  fill: #FFF;
  animation: btn_arrow_hb 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/*----------------------------------------------------
  .block_number
--------------------------------------------------- */
.block_number {
  background: #F0EFEA;
  padding: 0 0 clamp(149.3333333333px, 16.6666666667vw, 240px) 0;
  margin-top: -4px;
}
@media (max-width: 896px) {
  .block_number {
    padding-bottom: 120px;
  }
}
.block_number .inner {
  padding: 0 160px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media (max-width: 896px) {
  .block_number .inner {
    padding: 0 24px;
  }
}
.block_number .inner .title {
  width: clamp(270.6666666667px, 30.2083333333vw, 435px);
  margin: 0 auto;
  margin-bottom: clamp(19.9111111111px, 2.2222222222vw, 32px);
}
@media (max-width: 896px) {
  .block_number .inner .title {
    width: 68vw;
    margin-bottom: 6.4vw;
  }
}
.block_number .inner .en_title {
  text-align: center;
  margin-bottom: clamp(49.7777777778px, 5.5555555556vw, 80px);
  color: #40220F;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 0.8px;
}
@media (max-width: 896px) {
  .block_number .inner .en_title {
    text-align: center;
    font-size: 5.3vw;
    margin-bottom: 10.3vw;
  }
}
.block_number .inner .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 896px) {
  .block_number .inner .list {
    position: relative;
    left: -14px;
    width: calc(100% + 28px);
  }
}
.block_number .inner .list .column {
  width: 30.8%;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
}
@media (max-width: 896px) {
  .block_number .inner .list .column {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .block_number .inner .list .column:nth-child(3n) {
    margin-right: 3%;
  }
}
.block_number .inner .list .column:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_number .inner .list .column:nth-child(3n) {
    margin-right: 3%;
  }
}
@media (max-width: 896px) {
  .block_number .inner .list .column:nth-child(2n) {
    margin-right: 0%;
  }
}
.block_number .inner .list .column {
  background: #FFF;
  padding: 16px;
  border-radius: 16px;
}
@media (max-width: 896px) {
  .block_number .inner .list .column {
    padding: 8px;
    border-radius: 8px;
  }
}
.block_number .inner .list .column .c_title {
  background: #222;
  color: #FFF;
  text-align: center;
  padding: 0px 0;
  border-radius: 8px;
  height: clamp(43.5555555556px, 4.8611111111vw, 70px);
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 20px */
  letter-spacing: 2.4px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_number .inner .list .column .c_title {
    font-size: 3.2vw;
    margin-bottom: 16px;
  }
}
.block_number .inner .attention {
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.68px;
}
@media (max-width: 896px) {
  .block_number .inner .attention {
    text-align: center;
    margin-top: 40px;
  }
}

/*----------------------------------------------------
  .block_footer
--------------------------------------------------- */
.block_footer {
  overflow: hidden;
  position: relative;
  background: #A61F25;
  padding-bottom: 40px;
}
.block_footer figure .img_wrap {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  background: #eee;
}
@media (max-width: 896px) {
  .block_footer figure .img_wrap {
    padding-top: 192%;
  }
}
.block_footer figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.2, 1.2);
}
.block_footer figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_footer .title_area {
  position: absolute;
  top: 15vw;
  left: 0;
  width: 100%;
  color: #FFF;
  text-align: center;
}
@media (max-width: 896px) {
  .block_footer .title_area {
    top: 45vw;
  }
}
.block_footer .title_area .title {
  font-size: 80px;
  font-size: clamp(49.7777777778px, 5.5555555556vw, 80px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 80px */
  letter-spacing: 3.2px;
  margin-bottom: clamp(14.9333333333px, 1.6666666667vw, 24px);
}
@media (max-width: 896px) {
  .block_footer .title_area .title {
    font-size: 17vw;
    margin-bottom: 6.4vw;
  }
}
.block_footer .title_area .jp {
  font-size: clamp(9.9555555556px, 1.1111111111vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
  margin-bottom: 5vw;
}
@media (max-width: 896px) {
  .block_footer .title_area .jp {
    font-size: 4.2vw;
    margin-bottom: 10.6vw;
  }
}
.block_footer .title_area p {
  font-size: 16px;
  font-size: clamp(9.9555555556px, 1.1111111111vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
}
@media (max-width: 896px) {
  .block_footer .title_area p {
    font-size: 4.2vw;
    padding: 0 24px;
    text-align: left;
  }
}
.block_footer .inner {
  position: relative;
  padding: 0 140px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_footer .inner {
    padding: 0 24px;
  }
}
.block_footer .inner .contact_area {
  margin-top: -110px;
  background: #FFF;
  padding: 64px 5%;
  border-radius: 16px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_footer .inner .contact_area {
    flex-direction: column;
    margin-top: -210px;
    padding: 40px 16px;
  }
}
.block_footer .inner .contact_area .btn {
  width: 65%;
}
@media (max-width: 896px) {
  .block_footer .inner .contact_area .btn {
    margin-bottom: 32px;
    width: 100%;
  }
}
.block_footer .inner .contact_area .btn a {
  display: block;
  padding: 24px 0;
  line-height: 1;
  background: #A61F25;
  text-align: center;
  color: #FFF;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2.16px;
  transition: all 0.4s 0s ease;
}
.block_footer .inner .contact_area .btn a:hover {
  background: #FFF;
  color: #A61F25;
}
.block_footer .inner .contact_area .t_area {
  width: 25%;
}
@media (max-width: 896px) {
  .block_footer .inner .contact_area .t_area {
    width: 100%;
  }
}
.block_footer .inner .contact_area .t_t {
  text-align: center;
  font-size: clamp(11.2px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 36px */
  letter-spacing: 2.16px;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_footer .inner .contact_area .t_t {
    font-size: 18px;
  }
}
.block_footer .inner .contact_area .tel {
  text-align: center;
  color: #A61F25;
  font-size: clamp(14.9333333333px, 1.6666666667vw, 24px);
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 24px */
  letter-spacing: 1.92px;
  margin-bottom: 10px;
}
.block_footer .inner .contact_area .tel a {
  text-decoration: none;
}
@media (max-width: 896px) {
  .block_footer .inner .contact_area .tel {
    font-size: 24px;
  }
}
.block_footer .inner .contact_area .time {
  text-align: center;
  font-size: clamp(8.7111111111px, 0.9722222222vw, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.68px;
}
@media (max-width: 896px) {
  .block_footer .inner .contact_area .time {
    font-size: 14px;
  }
}
.block_footer .inner .contact_area .time strong {
  color: #A61F25;
}
.block_footer .inner .contact_area .time small {
  display: block;
}
.block_footer .inner .f_wrap {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  color: #FFF;
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap {
    flex-direction: column-reverse; /* row row-reverse column */
  }
}
.block_footer .inner .f_wrap .company {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .company {
    width: 100%;
    flex-direction: column; /* row row-reverse column */
  }
}
.block_footer .inner .f_wrap .company .logo {
  width: clamp(114.4888888889px, 12.7777777778vw, 184px);
  margin-right: clamp(49.7777777778px, 5.5555555556vw, 80px);
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .company .logo {
    width: 184px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.block_footer .inner .f_wrap .company .info {
  white-space: nowrap;
  font-size: clamp(9.9555555556px, 1.1111111111vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .company .info {
    font-size: 16px;
  }
}
.block_footer .inner .f_wrap .menu_area_wrap {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .menu_area_wrap {
    width: 100%;
    flex-direction: column; /* row row-reverse column */
  }
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .menu_area_wrap .menu_area {
    width: 100%;
  }
}
.block_footer .inner .f_wrap .menu_area_wrap .menu_area ul.menu {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .menu_area_wrap .menu_area ul.menu {
    width: 100%;
    margin-left: 5%;
  }
}
.block_footer .inner .f_wrap .menu_area_wrap .menu_area ul.menu li {
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .menu_area_wrap .menu_area ul.menu li {
    margin-bottom: 24px;
  }
}
.block_footer .inner .f_wrap .menu_area_wrap .menu_area ul.menu li:last-child {
  margin-bottom: 0;
}
.block_footer .inner .f_wrap .menu_area_wrap .menu_area ul.menu li a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  color: #FFF;
  transition: all 0.4s 0s ease;
}
.block_footer .inner .f_wrap .menu_area_wrap .menu_area ul.menu li a:hover {
  opacity: 0.5;
}
.block_footer .inner .f_wrap .menu_area_wrap .menu_area ul.menu li a span.jp {
  font-size: clamp(9.9555555556px, 1.1111111111vw, 16px);
  letter-spacing: 1.92px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 25%; /* 4px */
  text-underline-position: from-font;
  display: block;
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .menu_area_wrap .menu_area ul.menu li a span.jp {
    font-size: 16px;
  }
}
.block_footer .inner .f_wrap .menu_area_wrap .menu_area ul.menu li a span.en {
  margin-left: clamp(9.9555555556px, 1.1111111111vw, 16px);
  font-size: clamp(8.7111111111px, 0.9722222222vw, 14px);
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.56px;
  display: block;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .menu_area_wrap .menu_area ul.menu li a span.en {
    font-size: 14px;
  }
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .menu_area_wrap .menu_area .back {
    width: 100%;
  }
}
.block_footer .inner .f_wrap .menu_area_wrap .menu_area .back a {
  font-size: clamp(8.7111111111px, 0.9722222222vw, 14px);
  font-weight: 600;
  line-height: 100%; /* 19.6px */
  letter-spacing: 1.68px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px; /* 0.693px */
  text-underline-offset: 25.5%; /* 3.57px */
  text-underline-position: from-font;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .menu_area_wrap .menu_area .back a {
    margin-bottom: 40px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.block_footer .inner .f_wrap .menu_area_wrap .menu_area .back a:hover {
  opacity: 0.5;
}
.block_footer .inner .f_wrap .menu_area_wrap .sns {
  margin-left: clamp(49.7777777778px, 5.5555555556vw, 80px);
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .menu_area_wrap .sns {
    margin: 0;
    width: 100%;
    margin-bottom: 64px;
  }
}
.block_footer .inner .f_wrap .menu_area_wrap .sns ul {
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .menu_area_wrap .sns ul {
    flex-direction: row; /* row row-reverse column */
  }
}
.block_footer .inner .f_wrap .menu_area_wrap .sns ul li {
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_footer .inner .f_wrap .menu_area_wrap .sns ul li {
    margin: 0 20px;
  }
}
.block_footer .inner .f_wrap .menu_area_wrap .sns a {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 100%;
  margin: 0 auto;
  transition: all 0.4s 0s ease;
}
.block_footer .inner .f_wrap .menu_area_wrap .sns a svg {
  width: 24px;
  height: 24px;
  fill: #A61F25;
  transition: all 0.4s 0s ease;
}
.block_footer .inner .f_wrap .menu_area_wrap .sns a:hover {
  background: #A61F25;
}
.block_footer .inner .f_wrap .menu_area_wrap .sns a:hover svg {
  fill: #FFF;
}
.block_footer .inner .copyright {
  margin-top: -20px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 1.44px;
}
@media (max-width: 896px) {
  .block_footer .inner .copyright {
    margin-top: 24px;
    text-align: center;
  }
}

/*----------------------------------------------------
  .block_job_top
--------------------------------------------------- */
.block_job_top {
  position: relative;
  background: #A61F25;
  padding-bottom: clamp(110.1333333333px, 12.2916666667vw, 177px);
}
@media (max-width: 896px) {
  .block_job_top {
    overflow: hidden;
  }
}
.block_job_top::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 27.083333333vw;
  width: 100%;
  background: url(../img/job/top_bottom.svg) no-repeat center bottom;
  background-size: 100% auto;
}
@media (max-width: 896px) {
  .block_job_top::before {
    height: 27.083333333vw;
    background: url(../img/job/top_bottom.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
}
.block_job_top ul.image {
  position: relative;
  padding-top: 55%;
}
@media (max-width: 896px) {
  .block_job_top ul.image {
    padding-top: 200.8%;
  }
}
.block_job_top ul.image li {
  position: absolute;
}
.block_job_top ul.image li figure .img_wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
  background: #000;
}
.block_job_top ul.image li figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.1, 1.1);
}
.block_job_top ul.image li figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_job_top ul.image li:nth-child(1) {
  top: 11.11vw;
  left: 13.33vw;
  width: 14.16vw;
}
@media (max-width: 896px) {
  .block_job_top ul.image li:nth-child(1) {
    top: 24vw;
    left: 25.6vw;
    width: 21.33vw;
  }
}
.block_job_top ul.image li:nth-child(2) {
  top: 28.47vw;
  left: 4.44vw;
  width: 26.38vw;
}
@media (max-width: 896px) {
  .block_job_top ul.image li:nth-child(2) {
    top: 138vw;
    left: 4.2vw;
    width: 50.13vw;
  }
}
.block_job_top ul.image li:nth-child(3) {
  top: -2vw;
  left: 32.77vw;
  width: 20.69vw;
}
@media (max-width: 896px) {
  .block_job_top ul.image li:nth-child(3) {
    top: 52.8vw;
    left: -5.3vw;
    width: 34.666vw;
  }
}
.block_job_top ul.image li:nth-child(4) {
  top: 23.95vw;
  left: 38.6vw;
  width: 22.91vw;
}
@media (max-width: 896px) {
  .block_job_top ul.image li:nth-child(4) {
    top: 84vw;
    left: 28vw;
    width: 44vw;
  }
}
.block_job_top ul.image li:nth-child(5) {
  top: 2.7vw;
  left: 65vw;
  width: 24vw;
}
@media (max-width: 896px) {
  .block_job_top ul.image li:nth-child(5) {
    top: 30.4vw;
    left: 51.7vw;
    width: 43.7vw;
  }
}
.block_job_top ul.image li:nth-child(6) {
  top: 30.5vw;
  left: 73.4vw;
  width: 22vw;
}
@media (max-width: 896px) {
  .block_job_top ul.image li:nth-child(6) {
    top: 128vw;
    left: 68.8vw;
    width: 40.5vw;
  }
}
.block_job_top ul.image li .text_circle {
  position: absolute;
  top: -3vw;
  left: -3vw;
  width: calc(100% + 6vw);
  height: 100%;
}
@media (max-width: 896px) {
  .block_job_top ul.image li .text_circle {
    top: -6vw;
    left: -6vw;
    width: calc(100% + 12vw);
  }
}
.block_job_top ul.image li .text_circle {
  opacity: 0;
  transform: scale(0.9, 0.9);
}
body.pageLoad .block_job_top ul.image li .text_circle {
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.8s 0.3s ease;
}

.block_job_top ul.image li .text_circle img {
  display: block;
  animation: rotate360 20s linear infinite;
  transform-origin: center center;
}
.block_job_top .title {
  width: clamp(312.9777777778px, 34.9305555556vw, 503px);
  margin: 0 auto;
  margin-bottom: clamp(39.8222222222px, 4.4444444444vw, 64px);
  margin-top: 2vw;
}
@media (max-width: 896px) {
  .block_job_top .title {
    margin-top: 0vw;
    width: 75vw;
    margin-bottom: 8.5vw;
  }
}
.block_job_top p {
  width: clamp(398.2222222222px, 44.4444444444vw, 640px);
  margin: 0 auto;
  text-align: left;
  color: #FFF;
  font-size: clamp(10.5777777778px, 1.1805555556vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 34px */
  letter-spacing: 2.04px;
}
@media (max-width: 896px) {
  .block_job_top p {
    width: 89vw;
    font-size: 17px;
  }
}

@keyframes rotate360 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/*----------------------------------------------------
  .block_job_list
--------------------------------------------------- */
.block_job_list {
  position: relative;
  padding-top: clamp(49.7777777778px, 5.5555555556vw, 80px);
  padding-bottom: clamp(99.5555555556px, 11.1111111111vw, 160px);
}
@media (max-width: 896px) {
  .block_job_list {
    padding-top: 21vw;
    padding-bottom: 21vw;
  }
}
.block_job_list .inner {
  padding: 0 160px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media (max-width: 896px) {
  .block_job_list .inner {
    padding: 0 16px;
  }
}
.block_job_list .inner .title {
  width: clamp(360.8888888889px, 40.2777777778vw, 580px);
  margin: 0 auto;
  margin-bottom: clamp(19.9111111111px, 2.2222222222vw, 32px);
}
@media (max-width: 896px) {
  .block_job_list .inner .title {
    width: 68vw;
    margin-bottom: 6.4vw;
  }
}
.block_job_list .inner .en_title {
  text-align: center;
  margin-bottom: clamp(49.7777777778px, 5.5555555556vw, 80px);
  color: #40220F;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 0.8px;
}
@media (max-width: 896px) {
  .block_job_list .inner .en_title {
    text-align: center;
    font-size: 5.3vw;
    margin-bottom: 10.3vw;
  }
}
.block_job_list .inner .list .column {
  background: #FFF;
  border-radius: 8px;
  border-left: 1px #231815 solid;
  border-right: 1px #231815 solid;
  border-bottom: 1px #231815 solid;
  overflow: hidden;
  margin-bottom: clamp(24.8888888889px, 2.7777777778vw, 40px);
}
.block_job_list .inner .list .column .c_title {
  padding: 16px 24px;
  background: #231815;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 32.4px */
  letter-spacing: 2.16px;
}
.block_job_list .inner .list .column .c_in {
  padding: 48px 80px;
}
@media (max-width: 896px) {
  .block_job_list .inner .list .column .c_in {
    padding: 48px 16px;
  }
}
.block_job_list .inner .list .column .c_in .summary {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: clamp(29.8666666667px, 3.3333333333vw, 48px);
}
@media (max-width: 896px) {
  .block_job_list .inner .list .column .c_in .summary {
    flex-direction: column; /* row row-reverse column */
    margin-bottom: 40px;
  }
}
.block_job_list .inner .list .column .c_in .summary figure {
  width: 30%;
}
@media (max-width: 896px) {
  .block_job_list .inner .list .column .c_in .summary figure {
    width: 64vw;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.block_job_list .inner .list .column .c_in .summary figure .img_wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
  background: #eee;
}
.block_job_list .inner .list .column .c_in .summary figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.block_job_list .inner .list .column .c_in .summary figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_job_list .inner .list .column .c_in .summary .textarea {
  width: 65%;
}
@media (max-width: 896px) {
  .block_job_list .inner .list .column .c_in .summary .textarea {
    width: 100%;
  }
}
.block_job_list .inner .list .column .c_in .summary .textarea dl {
  margin-bottom: clamp(19.9111111111px, 2.2222222222vw, 32px);
}
.block_job_list .inner .list .column .c_in .summary .textarea dl:last-child {
  margin-bottom: 0;
}
.block_job_list .inner .list .column .c_in .summary .textarea dl dt {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 32.4px */
  letter-spacing: 2.16px;
  border-bottom: 1px dashed #231815;
  margin-bottom: 16px;
  padding-bottom: 5px;
}
.block_job_list .inner .list .column .c_in .summary .textarea dl dd {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
}
.block_job_list .inner .list .column .c_in .summary .textarea dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.block_job_list .inner .list .column .c_in .ac_area {
  border-bottom: 1px #40220F solid;
}
.block_job_list .inner .list .column .c_in .ac_area .ac_title {
  border-top: 1px #40220F solid;
  padding: 24px 24px;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 32.4px */
  letter-spacing: 2.16px;
  cursor: pointer;
}
@media (max-width: 896px) {
  .block_job_list .inner .list .column .c_in .ac_area .ac_title {
    padding: 24px 8px;
  }
}
.block_job_list .inner .list .column .c_in .ac_area .ac_title .arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 30px;
  height: 30px;
  background: #A61F25;
  border-radius: 30px;
  margin-top: -15px;
  transition: all 0.4s 0s ease;
}
.block_job_list .inner .list .column .c_in .ac_area .ac_title .arrow .l01 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background: #FFF;
  margin-left: -6px;
  margin-top: -1px;
}
.block_job_list .inner .list .column .c_in .ac_area .ac_title .arrow .l02 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 13px;
  background: #FFF;
  margin-top: -7px;
  transition: all 0.4s 0s ease;
}
.block_job_list .inner .list .column .c_in .ac_area .ac_title.active .arrow .l02 {
  height: 0;
}
.block_job_list .inner .list .column .c_in .ac_area .ac_title:hover .arrow {
  background: #40220F;
}
.block_job_list .inner .list .column .c_in .ac_area .ac_contents {
  display: none;
  padding-bottom: 24px;
}
.block_job_list .inner .list .column .c_in .ac_area .ac_contents table {
  border: 1px #939393 solid;
  display: table;
  width: 100%;
  border-spacing: 0;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_job_list .inner .list .column .c_in .ac_area .ac_contents table {
    display: block;
  }
}
.block_job_list .inner .list .column .c_in .ac_area .ac_contents table tr:last-child th {
  border-bottom: none;
}
.block_job_list .inner .list .column .c_in .ac_area .ac_contents table tr:last-child td {
  border-bottom: none;
}
.block_job_list .inner .list .column .c_in .ac_area .ac_contents table th {
  border-right: 1px #939393 solid;
  border-bottom: 1px #939393 solid;
  display: table-cell;
  padding: 24px;
  background: #F0EFEA;
  font-size: 16px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
  white-space: nowrap;
  vertical-align: top;
}
@media (max-width: 896px) {
  .block_job_list .inner .list .column .c_in .ac_area .ac_contents table th {
    text-align: left;
    padding: 16px;
    display: block;
  }
}
.block_job_list .inner .list .column .c_in .ac_area .ac_contents table td {
  display: table-cell;
  border-bottom: 1px #939393 solid;
  padding: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
  vertical-align: top;
}
@media (max-width: 896px) {
  .block_job_list .inner .list .column .c_in .ac_area .ac_contents table td {
    padding: 16px;
    display: block;
  }
}
.block_job_list .inner .list .column .c_in .b_btn {
  width: clamp(258.8444444444px, 28.8888888889vw, 416px);
  margin: 0 auto;
  margin-top: 48px;
}
@media (max-width: 896px) {
  .block_job_list .inner .list .column .c_in .b_btn {
    width: 100%;
  }
}
.block_job_list .inner .list .column .c_in .b_btn a {
  border-radius: 80px;
  background: #FFF;
  border: 1px #A61F25 solid;
  color: #A61F25;
  display: flex;
  padding: 26px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: clamp(11.2px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 22px */
  letter-spacing: 2.64px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_job_list .inner .list .column .c_in .b_btn a {
    padding: 26px 0;
    font-size: 4.8vw;
  }
}
.block_job_list .inner .list .column .c_in .b_btn a .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -16px;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 100%;
  overflow: hidden;
}
.block_job_list .inner .list .column .c_in .b_btn a .arrow svg {
  width: 14px;
  height: 14px;
  stroke: #A61F25;
}
.block_job_list .inner .list .column .c_in .b_btn a:hover {
  background: #A61F25;
  color: #FFF;
}
.block_job_list .inner .list .column .c_in .b_btn a:hover .arrow svg {
  fill: #FFF;
  animation: btn_arrow_hb 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.block_job_list .inner .list .column .c_in .no {
  padding: 26px;
  color: #FFF;
  background: #A7A7A7;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: 2.16px;
}
@media (max-width: 896px) {
  .block_job_list .inner .list .column .c_in .no {
    padding: 26px 0;
    font-size: 4.8vw;
  }
}

/*----------------------------------------------------
  .block_interview_summary
--------------------------------------------------- */
.block_interview_summary {
  position: relative;
  padding-bottom: clamp(99.5555555556px, 11.1111111111vw, 160px);
  padding-top: clamp(103.9111111111px, 11.5972222222vw, 167px);
}
@media (max-width: 896px) {
  .block_interview_summary {
    padding-top: 32vw;
    padding-bottom: 32vw;
  }
}
.block_interview_summary::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -5vw;
  height: 27.083333333vw;
  height: clamp(298.6666666667px, 33.3333333333vw, 480px);
  width: 110vw;
  background: url(../img/job/top_circle.svg) no-repeat center 0px;
  background-size: clamp(958.2222222222px, 106.9444444444vw, 1540px) auto;
}
@media (max-width: 896px) {
  .block_interview_summary::before {
    top: 0px;
    left: 0;
    width: 100%;
    height: 294px;
    height: 78.4vw;
    background: url(../img/job/top_circle_sp.svg) no-repeat center 0px;
    background-size: 100% auto;
  }
}
.block_interview_summary .inner {
  padding: 0 80px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}
@media (max-width: 896px) {
  .block_interview_summary .inner {
    padding: 0 24px;
  }
}
.block_interview_summary .inner .title {
  width: clamp(227.1111111111px, 25.3472222222vw, 365px);
  margin: 0 auto;
  margin-bottom: clamp(19.9111111111px, 2.2222222222vw, 32px);
}
@media (max-width: 896px) {
  .block_interview_summary .inner .title {
    width: 57.6vw;
    margin-bottom: 6.4vw;
  }
}
.block_interview_summary .inner .title.contact {
  width: clamp(201.6px, 22.5vw, 324px);
}
@media (max-width: 896px) {
  .block_interview_summary .inner .title.contact {
    width: 64vw;
  }
}
.block_interview_summary .inner .en_title {
  color: #FFF;
  text-align: center;
  margin-bottom: clamp(49.7777777778px, 5.5555555556vw, 80px);
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 0.8px;
}
@media (max-width: 896px) {
  .block_interview_summary .inner .en_title {
    text-align: center;
    font-size: 5.3vw;
    margin-bottom: 9.6vw;
  }
}
.block_interview_summary .inner .summary {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-end; /* flex-start  center  */
  margin-top: -10%;
}
@media (max-width: 896px) {
  .block_interview_summary .inner .summary {
    flex-direction: column; /* row row-reverse column */
    margin-top: 0%;
  }
}
.block_interview_summary .inner .summary figure {
  width: 40%;
}
@media (max-width: 896px) {
  .block_interview_summary .inner .summary figure {
    width: 87.2vw;
    margin: 0 auto;
    margin-bottom: 10vw;
  }
}
.block_interview_summary .inner .summary figure .img_wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
  background: #eee;
}
.block_interview_summary .inner .summary figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.1, 1.1);
}
.block_interview_summary .inner .summary figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_interview_summary .inner .summary .textarea {
  width: 50%;
  padding-bottom: 32px;
}
@media (max-width: 896px) {
  .block_interview_summary .inner .summary .textarea {
    width: 100%;
  }
}
.block_interview_summary .inner .summary .textarea .c_title {
  position: relative;
  margin-bottom: clamp(9.9555555556px, 1.1111111111vw, 16px);
}
.block_interview_summary .inner .summary .textarea .c_title span {
  transition: all 0.4s 0s ease;
  color: #231815;
  font-size: clamp(19.9111111111px, 2.2222222222vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: 2.88px;
}
@media (max-width: 896px) {
  .block_interview_summary .inner .summary .textarea .c_title span {
    font-size: 5.8vw;
  }
}
.block_interview_summary .inner .summary .textarea .meta {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_interview_summary .inner .summary .textarea .meta ul.category {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-right: 16px;
}
.block_interview_summary .inner .summary .textarea .meta ul.category li {
  border-radius: 4px;
  background: #F8B62D;
  color: #FFF;
  display: flex;
  padding: 4px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.68px;
}
.block_interview_summary .inner .summary .textarea .meta ul.category li.color01 {
  background: #F8B62D;
}
.block_interview_summary .inner .summary .textarea .meta ul.category li.color02 {
  background: #2EA7E0;
}
.block_interview_summary .inner .summary .textarea .meta .name {
  margin-right: 16px;
  color: #231815;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
}
.block_interview_summary .inner .summary .textarea .meta .name small {
  font-size: 12px;
}

/*----------------------------------------------------
  .block_interview_entry
--------------------------------------------------- */
.block_interview_entry {
  position: relative;
  padding-bottom: clamp(74.6666666667px, 8.3333333333vw, 120px);
}
.block_interview_entry .inner {
  padding: 0 240px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}
@media (max-width: 896px) {
  .block_interview_entry .inner {
    padding: 0 8px;
  }
}
.block_interview_entry .inner figure.image {
  margin-bottom: clamp(49.7777777778px, 5.5555555556vw, 80px);
}
@media (max-width: 896px) {
  .block_interview_entry .inner figure.image {
    margin-bottom: clamp(24.8888888889px, 2.7777777778vw, 40px);
  }
}
.block_interview_entry .inner figure.image .img_wrap {
  border-radius: 16px;
  overflow: hidden;
  background: #eee;
}
.block_interview_entry .inner figure.image .img_wrap img {
  display: block;
  opacity: 0;
}
.block_interview_entry .inner figure.image .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_interview_entry .inner figure.image figcaption {
  display: block;
  margin-top: clamp(6.2222222222px, 0.6944444444vw, 10px);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
}
@media (max-width: 896px) {
  .block_interview_entry .inner figure.image figcaption {
    padding: 0 16px;
  }
}
.block_interview_entry .inner .sub_title01 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.88px;
  margin-bottom: clamp(19.9111111111px, 2.2222222222vw, 32px);
}
@media (max-width: 896px) {
  .block_interview_entry .inner .sub_title01 {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
.block_interview_entry .inner .textarea {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
  margin-bottom: clamp(49.7777777778px, 5.5555555556vw, 80px);
}
@media (max-width: 896px) {
  .block_interview_entry .inner .textarea {
    padding: 0 16px;
    margin-bottom: 80px;
  }
}
.block_interview_entry .inner .column_area {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: clamp(49.7777777778px, 5.5555555556vw, 80px);
}
@media (max-width: 896px) {
  .block_interview_entry .inner .column_area {
    flex-direction: column;
  }
}
.block_interview_entry .inner .column_area .column {
  width: 48%;
}
@media (max-width: 896px) {
  .block_interview_entry .inner .column_area .column {
    width: 100%;
    margin-bottom: 8px;
  }
  .block_interview_entry .inner .column_area .column:last-child {
    margin-bottom: 0;
  }
}
.block_interview_entry .inner .column_area .column figure {
  margin-bottom: 0;
}
@media (max-width: 896px) {
  .block_interview_entry .inner .entry {
    padding: 0 16px;
  }
}
.block_interview_entry .inner .entry .textarea {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
  margin-bottom: 75px;
}
.block_interview_entry .inner .entry .error {
  background: #dc3232;
  color: #FFF;
  font-size: 14px;
  border-radius: 30px;
  padding: 5px 10px;
  margin-top: 10px;
}
.block_interview_entry .inner .entry input[type=text], .block_interview_entry .inner .entry input[type=email], .block_interview_entry .inner .entry input[type=tel] {
  border: 1px #CED2BE solid;
  background: #fef8f9;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  outline: none;
}
.block_interview_entry .inner .entry input[type=text]:focus, .block_interview_entry .inner .entry input[type=email]:focus, .block_interview_entry .inner .entry input[type=tel]:focus {
  outline: none;
  border: 1px solid #ccc;
}
.block_interview_entry .inner .entry select {
  border: 1px #CED2BE solid;
  background: #fef8f9;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  outline: none;
}
.block_interview_entry .inner .entry textarea {
  border: 1px #CED2BE solid;
  background: #fef8f9;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  outline: none;
}
.block_interview_entry .inner .entry textarea:focus {
  border: 1px solid #ccc;
}
.block_interview_entry .inner .entry .conf {
  border: none;
  background: #eee;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 14px 15px;
  width: calc(100% - 30px);
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_interview_entry .inner .entry .column {
  margin-bottom: 20px;
}
.block_interview_entry .inner .entry .column .column_title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 896px) {
  .block_interview_entry .inner .entry .column .column_title {
    font-size: 14px;
  }
}
.block_interview_entry .inner .entry .column .column_title .must {
  display: inline-block;
  background: #A61F25;
  color: #FFF;
  border-radius: 20px;
  font-size: 13px;
  padding: 0px 10px;
  margin-left: 10px;
}
@media (max-width: 896px) {
  .block_interview_entry .inner .entry .column .column_title .must {
    font-size: 11px;
  }
}
.block_interview_entry .inner .entry .column .attention {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.block_interview_entry .inner .entry .btn_area {
  padding-top: 0px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-bottom: 80px;
}
.block_interview_entry .inner .entry .btn_area input[type=submit], .block_interview_entry .inner .entry .btn_area input[type=button] {
  border-radius: 48px;
  border: none;
  background: #A61F25;
  color: #FFF;
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: clamp(11.2px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 22px */
  letter-spacing: 2.64px;
  transition: all 0.4s 0s ease;
  cursor: pointer;
}
@media (max-width: 896px) {
  .block_interview_entry .inner .entry .btn_area input[type=submit], .block_interview_entry .inner .entry .btn_area input[type=button] {
    font-size: 18px;
  }
}
.block_interview_entry .inner .entry .btn_area input[type=submit]:hover, .block_interview_entry .inner .entry .btn_area input[type=button]:hover {
  background: #FFF;
  color: #A61F25;
}
.block_interview_entry .inner .entry .mw_wp_form_confirm .column_form {
  border: none;
  background: #eee;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 14px 15px;
  width: calc(100% - 30px);
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_interview_entry .inner .entry .mw_wp_form_complete {
  border: none;
  padding: 40px;
  font-size: 16px;
}
.block_interview_entry .inner .b_btn {
  width: clamp(258.8444444444px, 28.8888888889vw, 416px);
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_interview_entry .inner .b_btn {
    width: auto;
    margin: 0 16px;
  }
}
.block_interview_entry .inner .b_btn a {
  border-radius: 48px;
  background: #A61F25;
  color: #FFF;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: clamp(11.2px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 22px */
  letter-spacing: 2.64px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_interview_entry .inner .b_btn a {
    font-size: 18px;
  }
}
.block_interview_entry .inner .b_btn a .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 100%;
  overflow: hidden;
}
.block_interview_entry .inner .b_btn a .arrow svg {
  width: 14px;
  height: 14px;
  stroke: #A61F25;
}
.block_interview_entry .inner .b_btn a:hover {
  background: #FFF;
  color: #A61F25;
}
.block_interview_entry .inner .b_btn a:hover .arrow svg {
  fill: #FFF;
  animation: btn_arrow_hb 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.block_interview_entry .inner .r_btn {
  width: clamp(258.8444444444px, 28.8888888889vw, 416px);
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_interview_entry .inner .r_btn {
    width: auto;
    margin: 0 16px;
    margin-top: 40px;
  }
}
.block_interview_entry .inner .r_btn a {
  border-radius: 48px;
  border: 1px #231815 solid;
  color: #231815;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: clamp(11.2px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 22px */
  letter-spacing: 2.64px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_interview_entry .inner .r_btn a {
    font-size: 18px;
  }
}
.block_interview_entry .inner .r_btn a:hover {
  background: #231815;
  color: #FFF;
}

/*----------------------------------------------------
  .block_message_bg
--------------------------------------------------- */
.block_message_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 39vw;
}
@media (max-width: 896px) {
  .block_message_bg {
    height: 83vw;
  }
}
.block_message_bg figure .img_wrap {
  position: relative;
  padding-top: 39vw;
  overflow: hidden;
  background: #eee;
}
@media (max-width: 896px) {
  .block_message_bg figure .img_wrap {
    padding-top: 83vw;
  }
}
.block_message_bg figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.1, 1.1);
}
.block_message_bg figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
  .block_message_summary
--------------------------------------------------- */
.block_message_summary {
  position: relative;
  padding-top: 40vw;
  color: #FFF;
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .block_message_summary {
    padding-top: 90.33vw;
    padding-bottom: 40px;
  }
}
.block_message_summary::before {
  content: "";
  position: absolute;
  top: 13.45vw;
  left: 0;
  width: 100%;
  height: 27vw;
  background: url(../img/message/cover.svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 896px) {
  .block_message_summary::before {
    top: 57vw;
  }
}
.block_message_summary::after {
  content: "";
  position: absolute;
  top: 40vw;
  left: 0;
  width: 100%;
  height: 27vw;
  background: #A61F25;
}
@media (max-width: 896px) {
  .block_message_summary::after {
    top: 83vw;
    height: 227vw;
  }
}
.block_message_summary .inner {
  padding: 0 240px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}
@media (max-width: 896px) {
  .block_message_summary .inner {
    padding: 0 24px;
  }
}
.block_message_summary .inner .title {
  font-size: clamp(19.9111111111px, 2.2222222222vw, 32px);
  font-style: normal;
  font-weight: 800;
  line-height: 160%; /* 51.2px */
  letter-spacing: 3.84px;
}
@media (max-width: 896px) {
  .block_message_summary .inner .title {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.block_message_summary .inner .profile {
  position: absolute;
  top: -10vw;
  right: 10vw;
  width: clamp(174.2222222222px, 19.4444444444vw, 280px);
  height: clamp(174.2222222222px, 19.4444444444vw, 280px);
  background: #231815;
  border-radius: 100%;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_message_summary .inner .profile {
    position: relative;
    top: auto;
    right: auto;
    width: 74.6vw;
    height: 74.6vw;
    margin: 0 auto;
  }
}
.block_message_summary .inner .profile .m_t {
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 0.8px;
  margin-bottom: clamp(14.9333333333px, 1.6666666667vw, 24px);
}
@media (max-width: 896px) {
  .block_message_summary .inner .profile .m_t {
    font-size: 5.3vw;
  }
}
.block_message_summary .inner .profile .sub {
  font-size: clamp(8.7111111111px, 0.9722222222vw, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.68px;
}
@media (max-width: 896px) {
  .block_message_summary .inner .profile .sub {
    font-size: 3.7vw;
  }
}
.block_message_summary .inner .profile .name {
  font-size: clamp(14.9333333333px, 1.6666666667vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.88px;
}
@media (max-width: 896px) {
  .block_message_summary .inner .profile .name {
    font-size: 6.4vw;
  }
}

/*----------------------------------------------------
  .block_message_entry
--------------------------------------------------- */
.block_message_entry {
  position: relative;
  background: #A61F25;
  color: #FFF;
  padding-bottom: clamp(74.6666666667px, 8.3333333333vw, 120px);
}
.block_message_entry .inner {
  padding: 0 240px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}
@media (max-width: 896px) {
  .block_message_entry .inner {
    padding: 0 8px;
  }
}
.block_message_entry .inner figure.image {
  margin-bottom: clamp(49.7777777778px, 5.5555555556vw, 80px);
}
@media (max-width: 896px) {
  .block_message_entry .inner figure.image {
    margin-bottom: clamp(24.8888888889px, 2.7777777778vw, 40px);
  }
}
.block_message_entry .inner figure.image .img_wrap {
  border-radius: 16px;
  overflow: hidden;
  background: #eee;
}
.block_message_entry .inner figure.image .img_wrap img {
  display: block;
  opacity: 0;
}
.block_message_entry .inner figure.image .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_message_entry .inner .sub_title01 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.88px;
  margin-bottom: clamp(19.9111111111px, 2.2222222222vw, 32px);
}
@media (max-width: 896px) {
  .block_message_entry .inner .sub_title01 {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
.block_message_entry .inner .textarea {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
  margin-bottom: clamp(49.7777777778px, 5.5555555556vw, 80px);
}
@media (max-width: 896px) {
  .block_message_entry .inner .textarea {
    padding: 0 16px;
    margin-bottom: 80px;
  }
}
.block_message_entry .inner .column_area {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: clamp(49.7777777778px, 5.5555555556vw, 80px);
}
@media (max-width: 896px) {
  .block_message_entry .inner .column_area {
    flex-direction: column;
  }
}
.block_message_entry .inner .column_area .column {
  width: 48%;
}
@media (max-width: 896px) {
  .block_message_entry .inner .column_area .column {
    width: 100%;
    margin-bottom: 8px;
  }
  .block_message_entry .inner .column_area .column:last-child {
    margin-bottom: 0;
  }
}
.block_message_entry .inner .column_area .column figure {
  margin-bottom: 0;
}
.block_message_entry .inner .b_btn {
  width: clamp(258.8444444444px, 28.8888888889vw, 416px);
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_message_entry .inner .b_btn {
    width: auto;
    margin: 0 16px;
    margin-top: 80px;
  }
}
.block_message_entry .inner .b_btn a {
  border-radius: 48px;
  background: #FFF;
  color: #A61F25;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: clamp(11.2px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 22px */
  letter-spacing: 2.64px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_message_entry .inner .b_btn a {
    font-size: 18px;
  }
}
.block_message_entry .inner .b_btn a .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #A61F25;
  border-radius: 100%;
  overflow: hidden;
}
.block_message_entry .inner .b_btn a .arrow svg {
  width: 14px;
  height: 14px;
  stroke: #FFF;
}
.block_message_entry .inner .b_btn a:hover {
  background: #A61F25;
  color: #FFF;
}
.block_message_entry .inner .b_btn a:hover .arrow svg {
  animation: btn_arrow_hb 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.block_message_entry .inner .r_btn {
  width: clamp(258.8444444444px, 28.8888888889vw, 416px);
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_message_entry .inner .r_btn {
    width: auto;
    margin: 0 16px;
    margin-top: 40px;
  }
}
.block_message_entry .inner .r_btn a {
  border-radius: 48px;
  border: 1px #FFF solid;
  color: #FFF;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: clamp(11.2px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 22px */
  letter-spacing: 2.64px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_message_entry .inner .r_btn a {
    font-size: 18px;
  }
}
.block_message_entry .inner .r_btn a:hover {
  background: #FFF;
  color: #A61F25;
}/*# sourceMappingURL=common.css.map */