@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
:root {
 --ff_main: "Noto Sans JP", serif;
 --c_light: #ffffff;
 --c_dark: #000000;
 --c_txt: #000000;
 --c_gy: #333333;
 --c_rd: #d4000d;
 --c_or: #ff9c00;
 --fz_xs: 12px;
 --fz_sm: 14px;
 --fz_md: 16px;
 --fz_lg: 18px;
 --fz_xl: 20px;
 --lh_xs: 1.25;
 --lh_sm: 1.5;
 --lh_md: 1.75;
 --lh_lg: 2;
 --fw_r: 400;
 --fw_b: 900;
}
@media screen and (max-width: 1024px) {
 :root {
  --fz_xs: 10px;
  --fz_sm: 12px;
  --fz_md: 14px;
  --fz_lg: 16px;
  --fz_xl: 18px;
  --lh_xs: 1.2;
  --lh_sm: 1.4;
  --lh_md: 1.6;
  --lh_lg: 1.8;
 }
}

*,::before,::after {
 border-width: 0;
 border-style: solid;
 box-sizing: border-box;
}

html {
 line-height: 1.15;

 -webkit-text-size-adjust: 100%;
 -webkit-tap-highlight-color: transparent;
}

body {
 margin: 0;
}

img {
 max-width: 100%;
}

main {
 display: block;
}

p,table,blockquote,address,pre,iframe,form,figure,dl {
 margin: 0;
}

h1,h2,h3,h4,h5,h6 {
 margin: 0;
 font-weight: inherit;
 font-size: inherit;
}

ul,ol {
 margin: 0;
 padding: 0;
 list-style: none;
}

dt {
 font-weight: 700;
}

dd {
 margin-left: 0;
}

hr {
 clear: both;
 height: 0;
 overflow: visible;
 margin: 0;
 border-top-width: 1px;
 color: inherit;
 box-sizing: content-box;
}

pre {
 font-family: monospace, monospace;
 font-size: inherit;
}

address {
 font-style: inherit;
}

a {
 color: inherit;
 background-color: transparent;
 text-decoration: none;
}

abbr[title] {
 -webkit-text-decoration: underline dotted;
         text-decoration: underline dotted;
}

b,strong {
 font-weight: bolder;
}

code,kbd,samp {
 font-family: monospace, monospace;
 font-size: inherit;
}

small {
 font-size: 80%;
}

sub,sup {
 position: relative;
 line-height: 0;
 vertical-align: baseline;
 font-size: 75%;
}

sub {
 bottom: -0.25em;
}

sup {
 top: -0.5em;
}

svg,img,embed,object,iframe {
 vertical-align: bottom;
}

button,input,optgroup,select,textarea {
 vertical-align: middle;
 margin: 0;
 padding: 0;
 border-radius: 0;
 color: inherit;
 background: transparent;
 font: inherit;
 text-align: inherit;
 text-transform: inherit;
}

button,[type=button],[type=reset],[type=submit] {
 cursor: pointer;
}

button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled {
 cursor: default;
}

:-moz-focusring {
 outline: auto;
}

select:disabled {
 opacity: inherit;
}

option {
 padding: 0;
}

fieldset {
 min-width: 0;
 margin: 0;
 padding: 0;
}

legend {
 padding: 0;
}

progress {
 vertical-align: baseline;
}

textarea {
 overflow: auto;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
 height: auto;
}

[type=search] {
 outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-file-upload-button {
 font: inherit;

 -webkit-appearance: button;
}

[type=number] {
 -moz-appearance: textfield;
 -webkit-appearance: textfield;
         appearance: textfield;
}

label[for] {
 cursor: pointer;
}

details {
 display: block;
}

summary {
 display: list-item;
}

[contenteditable]:focus {
 outline: auto;
}

table {
 border-color: inherit;
 border-collapse: collapse;
}

caption {
 text-align: left;
}

td,th {
 vertical-align: top;
 padding: 0;
}

th {
 font-weight: 700;
 text-align: left;
}

* :focus-visible {
 outline: 2px solid #cccccc !important;
}

.pc {
 display: block;
}
@media screen and (max-width: 1024px) {
 .pc {
  display: none;
 }
}

.tb {
 display: none;
}
@media screen and (max-width: 1024px) {
 .tb {
  display: block;
 }
}

.pt {
 display: block;
}
@media screen and (max-width: 600px) {
 .pt {
  display: none;
 }
}

.sp {
 display: none;
}
@media screen and (max-width: 600px) {
 .sp {
  display: block;
 }
}

.ov {
 transition: opacity 0.3s;
}
@media (hover) {
 .ov:hover {
  opacity: 0.7;
 }
}

html {
 width: 100%;
 height: 100%;
 color: var(--c_txt);
 font-family: var(--ff_main);
 font-weight: 400;
 font-feature-settings: "palt";
 box-sizing: border-box;

 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -webkit-tap-highlight-color: transparent;
 -webkit-text-size-adjust: 100%;
}

body {
 background: url(/common/img/main_bg.png);
}
body.is_spOverflow {
 height: 100%;
 overflow: hidden;
}

.rd_btn {
 display: flex;
 position: relative;
 width: 280px;
 height: 70px;
 line-height: 1.25;
 align-items: center;
 padding: 0 30px;
 border: 2px solid var(--c_rd);
 border-radius: 10px;
 color: var(--c2);
 background: var(--c1);
 font-weight: bold;
 font-size: 16px;
 letter-spacing: 0.1em;
 transition: all 0.3s;

 --c1: var(--c_rd);
 --c2: #ffffff;
}
@media screen and (max-width: 1024px) {
 .rd_btn {
  width: 240px;
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
 }
}
@media screen and (max-width: 600px) {
 .rd_btn {
  width: 220px;
 }
}
@media (hover) {
 .rd_btn:hover {
  --c1: #ffffff;
  --c2: var(--c_rd);
 }
}
.rd_btn.pdf {
 height: 80px;
}
.rd_btn.pdf:after {
 width: 30px;
 -webkit-mask-image: url(/common/img/icon_pdf.svg);
         mask-image: url(/common/img/icon_pdf.svg);

 aspect-ratio: 35/37;
}
.rd_btn.back {
 justify-content: center;
}
.rd_btn.back:after {
 right: auto;
 left: 20px;
 rotate: 180deg;
}
.rd_btn:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 20px;
 width: 23px;
 -webkit-mask-image: url(/common/img/icon_arrow_wt.png);
         mask-image: url(/common/img/icon_arrow_wt.png);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background: var(--c2);
 translate: 0% -50%;
 transition: all 0.3s;

 aspect-ratio: 23/16;
}
@media screen and (max-width: 1024px) {
 .rd_btn:after {
  right: 10px;
  width: 17px;
 }
}

.wt_btn {
 display: flex;
 position: relative;
 width: 280px;
 height: 70px;
 line-height: 1.25;
 align-items: center;
 padding: 0 30px;
 border: 2px solid var(--c_rd);
 border-radius: 10px;
 color: var(--c2);
 background: var(--c1);
 font-weight: bold;
 font-size: 16px;
 letter-spacing: 0.1em;
 transition: all 0.3s;

 --c1: #ffffff;
 --c2: var(--c_rd);
}
@media screen and (max-width: 1024px) {
 .wt_btn {
  width: 240px;
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
 }
}
@media screen and (max-width: 600px) {
 .wt_btn {
  width: 220px;
 }
}
@media (hover) {
 .wt_btn:hover {
  --c1: var(--c_rd);
  --c2: #ffffff;
 }
}
.wt_btn.pdf {
 height: 80px;
}
.wt_btn.pdf:after {
 width: 30px;
 -webkit-mask-image: url(/common/img/icon_pdf.svg);
         mask-image: url(/common/img/icon_pdf.svg);

 aspect-ratio: 35/37;
}
.wt_btn.anc:after {
 width: 14px;
 -webkit-mask-image: url(/common/img/icon_arrow_bottom.png);
         mask-image: url(/common/img/icon_arrow_bottom.png);

 aspect-ratio: 38/52;
}
.wt_btn.back {
 justify-content: flex-end;
}
.wt_btn.back:after {
 right: auto;
 left: 20px;
 rotate: 180deg;
}
.wt_btn:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 20px;
 width: 23px;
 -webkit-mask-image: url(/common/img/icon_arrow_wt.png);
         mask-image: url(/common/img/icon_arrow_wt.png);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background: var(--c2);
 translate: 0% -50%;
 transition: all 0.3s;

 aspect-ratio: 23/16;
}
@media screen and (max-width: 1024px) {
 .wt_btn:after {
  right: 10px;
  width: 17px;
 }
}

main {
 margin-top: 100px;
}
@media screen and (max-width: 1024px) {
 main {
  margin-top: 60px;
 }
}

.icon-animation {
 display: none;
 position: absolute;
 top: 50%;
 right: 3%;
 z-index: 30;
 width: 30px;
 height: 20px;
 padding: 0;
 border: none;
 background: transparent;
 translate: 0 -50%;
 cursor: pointer;
}
@media screen and (max-width: 1024px) {
 .icon-animation {
  display: block;
 }
}
.icon-animation.is-open .top {
 top: 50%;
 width: 0;
 opacity: 0;
}
.icon-animation.is-open .bottom {
 bottom: 50%;
 width: 0;
 opacity: 0;
}
.icon-animation.is-open .middle:before {
 transform: rotate(45deg);
}
.icon-animation.is-open .middle:after {
 transform: rotate(-45deg);
}
.icon-animation span {
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 height: 3px;
 background: var(--c_rd);
 transform: translate(-50%, -50%);
 transition: all 0.3s;
}
.icon-animation .top {
 top: 0;
 transform: translate(-50%, 0) scale(1);
}
.icon-animation .bottom {
 top: auto;
 bottom: 0;
 transform: translate(-50%, 0) scale(1);
}
.icon-animation .middle {
 background: none;
}
.icon-animation .middle:before,.icon-animation .middle:after {
 content: "";
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background: var(--c_rd);
 transform: rotate(0deg);
 transition: all 0.3s;
}

header {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 1000;
 width: 100%;
 height: 100px;
 box-shadow: 0px 0px 15px 0px rgba(233, 223, 193, 0.5);
 background: #ffffff;
}
@media screen and (max-width: 1024px) {
 header {
  height: 60px;
 }
}
header >.inner {
 display: flex;
 width: 100%;
 height: 100%;
 justify-content: space-between;
 align-items: center;
 padding: 0 clamp(1.25rem, -1.439rem + 4.2vw, 2.5rem);
}
header >.inner .logo {
 width: clamp(11.25rem, -0.044rem + 17.65vw, 16.5rem);
}
header >.inner nav#navigation {
 display: flex;
 justify-content: center;
 align-items: center;
}
@media screen and (max-width: 1024px) {
 header >.inner nav#navigation {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 60px);
  overflow: auto;
  visibility: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 40px 5% 20px;
  background: #ffffff;
  opacity: 0;
  transition: all 0.3s;
 }
 header >.inner nav#navigation.show {
  visibility: visible;
  opacity: 1;
 }
}
header >.inner nav#navigation >ul {
 display: flex;
 align-items: center;
 gap: clamp(0.625rem, -2.736rem + 5.25vw, 2.188rem);
}
@media screen and (max-width: 1024px) {
 header >.inner nav#navigation >ul {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
 }
}
@media screen and (max-width: 1024px) {
 header >.inner nav#navigation >ul >li {
  width: 48%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
 }
}
header >.inner nav#navigation >ul >li >a {
 font-weight: bold;
 font-size: clamp(0.875rem, 0.606rem + 0.42vw, 1rem);
 transition: color 0.3s;
}
header >.inner nav#navigation >ul >li >a[aria-current=page] {
 color: var(--c_rd);
}
@media (hover) {
 header >.inner nav#navigation >ul >li >a:hover {
  color: var(--c_rd);
 }
}
@media screen and (max-width: 1024px) {
 header >.inner nav#navigation >ul >li >a {
  font-size: 16px;
 }
}
header >.inner nav#navigation .sp_only_btn {
 display: none !important;
}
@media screen and (max-width: 1024px) {
 header >.inner nav#navigation .sp_only_btn {
  display: flex !important;
 }
 header >.inner nav#navigation .sp_only_btn:has(.entry_btns) {
  display: block !important;
  width: 90%;
  margin-bottom: 20px;
 }
}
header >.inner nav#navigation a.hd_btn {
 display: flex;
 height: 75px;
 justify-content: center;
 align-items: center;
 padding: 0 clamp(0.625rem, -0.72rem + 2.1vw, 1.25rem);
 border: 3px solid var(--c_rd);
 border-radius: 10px;
 color: var(--c1);
 text-align: left;
 transition: all 0.3s;

 --c1: var(--c_rd);
 --c2: #ffffff;
}
@media screen and (max-width: 1024px) {
 header >.inner nav#navigation a.hd_btn {
  width: 48%;
  max-width: 300px;
 }
}
@media (hover) {
 header >.inner nav#navigation a.hd_btn:hover {
  --c1: #ffffff;
  --c2: var(--c_rd);
 }
}
header >.inner nav#navigation a.hd_btn.recruit {
 line-height: 1.2;
 margin: 0 clamp(0.625rem, -0.72rem + 2.1vw, 1.25rem) 0 clamp(1.25rem, -1.439rem + 4.2vw, 2.5rem);
 color: var(--c1);
 background: var(--c2);
 font-size: clamp(1rem, 0.462rem + 0.84vw, 1.25rem);
}
@media screen and (max-width: 1024px) {
 header >.inner nav#navigation a.hd_btn.recruit {
  margin: 0 4% 0 0;
 }
 header >.inner nav#navigation a.hd_btn.recruit +.recruit {
  margin: 0;
 }
}
header >.inner nav#navigation a.hd_btn.shop {
 line-height: 1.3333333333;
 color: var(--c2);
 background: var(--c1);
 font-size: clamp(0.875rem, 0.337rem + 0.84vw, 1.125rem);
}
header >.inner nav#navigation a.hd_btn >span {
 display: flex;
 align-items: center;
 gap: 15px;
 font-weight: bold;
}
header >.inner nav#navigation a.hd_btn >span .icon {
 display: block;
 width: clamp(1.25rem, -0.767rem + 3.15vw, 2.188rem);
 -webkit-mask-image: url(/common/img/icon_cart.svg);
         mask-image: url(/common/img/icon_cart.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background: var(--c2);
 transition: all 0.3s;

 aspect-ratio: 7/6;
}
@media screen and (min-width: 1024px) {
 header >.inner .megamenu {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  width: 100%;
  max-width: 1200px;
  padding: 50px 100px;
  border-radius: 30px;
  box-shadow: 0px 0px 15px 0px rgba(233, 223, 193, 0.5);
  background: #ffffff;
  translate: -50% 0;
 }
}
header >.inner .megamenu a {
 outline: none;
}
header >.inner .megamenu >.inner {
 display: flex;
 width: 100%;
 height: 100%;
 align-items: center;
}
@media screen and (max-width: 1024px) {
 header >.inner .megamenu >.inner {
  display: block;
  height: auto;
 }
}
header >.inner .megamenu a.link_p {
 display: flex;
 position: relative;
 line-height: 1.25;
 align-items: center;
 gap: 20px;
 color: var(--c_rd);
 font-weight: bold;
 font-size: 24px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 header >.inner .megamenu a.link_p {
  display: none;
 }
}
header >.inner .megamenu a.link_p:after {
 content: "";
 display: inline-block;
 width: 23px;
 -webkit-mask-image: url(/common/img/icon_arrow_wt.png);
         mask-image: url(/common/img/icon_arrow_wt.png);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background: var(--c_rd);

 aspect-ratio: 23/16;
}
header >.inner .megamenu .sublinks {
 display: grid;
 grid-template-rows: 1fr 1fr 1fr;
 grid-auto-flow: column;
 row-gap: 20px;
 -moz-column-gap: 100px;
      column-gap: 100px;
 margin-left: 80px;
 padding-left: 80px;
 border-left: 1px solid #cccccc;
}
@media screen and (max-width: 1024px) {
 header >.inner .megamenu .sublinks {
  display: block;
  margin: 20px 0 0;
  padding: 0;
  border-left: none;
 }
}
@media screen and (max-width: 1024px) {
 header >.inner .megamenu .sublinks li:not(:last-child) {
  margin-bottom: 15px;
 }
}
header >.inner .megamenu .sublinks li a {
 display: flex;
 line-height: 1.4285714286;
 align-items: center;
 gap: 10px;
 font-weight: bold;
 font-size: 14px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
 header >.inner .megamenu .sublinks li a {
  font-size: 12px;
 }
}
header >.inner .megamenu .sublinks li a:before {
 content: "";
 display: inline-block;
 width: 7px;
 background: url(/common/img/icon_arrow_r_rd.png) center/cover;

 aspect-ratio: 7/12;
}
@media screen and (max-width: 600px) {
 header >.inner .megamenu .sublinks li a:before {
  width: 5px;
 }
}

.fixed_sns {
 position: fixed;
 top: 50%;
 right: 0;
 z-index: 101;
 visibility: hidden;
 padding: 25px 15px;
 border-radius: 10px 0 0 10px;
 background: var(--c_rd);
 opacity: 0;
 text-align: center;
 translate: 0 -50%;
 transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
 .fixed_sns {
  padding: 15px 2%;
 }
}
.fixed_sns.active {
 visibility: visible;
 opacity: 1;
}
.fixed_sns p {
 line-height: 1;
 margin-bottom: 15px;
 color: #ffffff;
 font-weight: bold;
 font-size: 16px;
 letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
 .fixed_sns p {
  margin-bottom: 10px;
  font-size: 14px;
 }
}
.fixed_sns ul li {
 width: 58px;
}
@media screen and (max-width: 1024px) {
 .fixed_sns ul li {
  width: 35px;
 }
}
.fixed_sns ul li:not(:last-child) {
 margin-bottom: 15px;
}

.pagetop {
 position: fixed;
 right: 2%;
 bottom: 30px;
 z-index: 10;
 visibility: hidden;
 opacity: 0;
 transition: all 0.3s;
 cursor: pointer;
}
@media screen and (max-width: 1024px) {
 .pagetop {
  display: block;
 }
 .pagetop img {
  width: 100%;
 }
}
.pagetop.active {
 visibility: visible;
 opacity: 1;
}
.pagetop.abs {
 position: absolute;
 top: -80px;
 bottom: auto;
}
@media screen and (max-width: 1024px) {
 .pagetop.abs {
  top: -60px;
 }
}
.pagetop button {
 display: flex;
 width: 60px;
 justify-content: center;
 align-items: center;
 border: 2px solid var(--c_rd);
 border-radius: 50px;
 background: var(--c2);
 transition: all 0.3s;

 --c1: var(--c_rd);
 --c2: #ffffff;
 aspect-ratio: 1;
}
@media screen and (max-width: 600px) {
 .pagetop button {
  width: 45px;
 }
}
@media (hover) {
 .pagetop button:hover {
  --c1: #ffffff;
  --c2: var(--c_rd);
 }
}
.pagetop button:after {
 content: "";
 display: block;
 width: 19px;
 -webkit-mask-image: url(/common/img/icon_arrow_top.png);
         mask-image: url(/common/img/icon_arrow_top.png);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background-color: var(--c1);
 transition: all 0.3s;

 aspect-ratio: 19/26;
}
@media screen and (max-width: 600px) {
 .pagetop button:after {
  width: 15px;
 }
}

.ft_bnrs {
 position: relative;
 padding: 60px 5%;
 background: rgb(254 222 187 / 0.6);
}
@media screen and (max-width: 1024px) {
 .ft_bnrs {
  padding: 40px 5%;
 }
}
.ft_bnrs >.inner {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
.ft_bnrs >.inner ul {
 display: grid;
 grid-template-columns: 1.671fr 1.346fr 1fr;
 gap: 20px;
}
@media screen and (max-width: 600px) {
 .ft_bnrs >.inner ul {
  grid-template-columns: 1.346fr 1fr;
 }
}
@media screen and (max-width: 600px) {
 .ft_bnrs >.inner ul li:first-child {
  grid-column: 1/-1;
 }
}

.ft_recruit {
 display: flex;
 position: relative;
 width: 100%;
 height: 410px;
 justify-content: center;
 align-items: center;
 background: url(/common/img/bottom_bg.jpg) center/cover;
}
@media screen and (max-width: 1024px) {
 .ft_recruit {
  height: auto;
  padding: 30px 0;
 }
}
@media screen and (max-width: 600px) {
 .ft_recruit {
  background: url(/common/img/bottom_bg_sp.jpg) center/cover;
 }
}
.ft_recruit >.inner h2 {
 line-height: 1.5;
 color: #ffffff;
 font-weight: bold;
 font-size: 30px;
 text-align: center;
 letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
 .ft_recruit >.inner h2 {
  font-size: 24px;
 }
}
.ft_recruit >.inner p.lead {
 line-height: 1.9444444444;
 margin: 30px 0 35px;
 color: #ffffff;
 font-size: 18px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 .ft_recruit >.inner p.lead {
  line-height: 1.8666666667;
  margin: 10px 0 20px;
  font-size: 15px;
  letter-spacing: 0.05em;
 }
}
.ft_recruit >.inner a.rd_btn {
 margin: 0 auto;
}

footer {
 padding: 80px 5% 20px;
 padding-top: 50px;
 color: #ffffff;
 background: var(--c_rd);
}
@media screen and (max-width: 1024px) {
 footer.recruit >.inner {
  flex-wrap: wrap;
 }
}
footer.recruit >.inner .ft_info {
 width: 23%;
}
@media screen and (max-width: 600px) {
 footer.recruit >.inner .ft_info {
  width: 100%;
 }
}
footer.recruit >.inner .ft_info p.address {
 font-size: 13px;
}
footer.recruit >.inner .ft_info .tel_wrap p.place {
 width: 70px;
 font-size: 18px;
}
footer.recruit >.inner .ft_info .tel_wrap .tel,footer.recruit >.inner .ft_info .tel_wrap .fax {
 font-size: 18px;
}
footer.recruit >.inner .ft_links {
 width: -moz-max-content;
 width: max-content;
 margin: 0 auto;
}
footer >.inner {
 display: flex;
 width: 100%;
 max-width: 1000px;
 justify-content: space-between;
 margin: 0 auto;
}
@media screen and (max-width: 600px) {
 footer >.inner {
  display: block;
 }
}
footer >.inner .ft_info {
 width: 27%;
}
@media screen and (max-width: 600px) {
 footer >.inner .ft_info {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
 }
}
footer >.inner .ft_info .logo {
 max-width: 260px;
 margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
 footer >.inner .ft_info .logo {
  margin: 0 auto 20px;
 }
}
footer >.inner .ft_info p.address {
 line-height: 2.5;
 margin-bottom: 15px;
 font-weight: bold;
 font-size: 14px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 footer >.inner .ft_info p.address {
  margin-bottom: 10px;
  font-size: 12px;
 }
}
footer >.inner .ft_info .tel_wrap {
 display: flex;
 margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
 footer >.inner .ft_info .tel_wrap {
  justify-content: center;
  margin-bottom: 15px;
 }
}
footer >.inner .ft_info .tel_wrap p.place {
 width: 80px;
 line-height: 1.5;
 flex-shrink: 0;
 font-weight: bold;
 font-size: 20px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 footer >.inner .ft_info .tel_wrap p.place {
  width: 60px;
  font-size: 16px;
 }
}
footer >.inner .ft_info .tel_wrap .tel,footer >.inner .ft_info .tel_wrap .fax {
 line-height: 1.5;
 font-weight: bold;
 font-size: 20px;
 letter-spacing: 0em;
 white-space: nowrap;
 pointer-events: none;
}
@media screen and (max-width: 1024px) {
 footer >.inner .ft_info .tel_wrap .tel,footer >.inner .ft_info .tel_wrap .fax {
  font-size: 16px;
  pointer-events: auto;
 }
}
footer >.inner .ft_info .tel_wrap .fax {
 margin-top: 10px;
}
footer >.inner .ft_info ul.sns {
 display: flex;
 gap: 25px;
 margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
 footer >.inner .ft_info ul.sns {
  justify-content: center;
 }
}
footer >.inner .ft_info ul.sns li {
 width: 58px;
}
footer >.inner .ft_links {
 width: 62%;
}
@media screen and (max-width: 600px) {
 footer >.inner .ft_links {
  width: 100%;
 }
}
footer >.inner .ft_links >ul {
 display: flex;
 width: 100%;
 gap: 8%;
}
@media screen and (max-width: 600px) {
 footer >.inner .ft_links >ul {
  flex-direction: column;
  gap: 30px;
 }
}
footer >.inner .ft_links li.link_wrap {
 display: flex;
 flex-direction: column;
 gap: 25px;
}
@media screen and (max-width: 1024px) {
 footer >.inner .ft_links li.link_wrap {
  gap: 20px;
 }
}
footer >.inner .ft_links li.link_wrap a.link_p {
 line-height: 1.2222222222;
 font-weight: 900;
 font-size: 18px;
 letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
 footer >.inner .ft_links li.link_wrap a.link_p {
  font-size: 16px;
 }
}
footer >.inner .ft_links li.link_wrap a.link_c {
 display: flex;
 line-height: 1.5714285714;
 align-items: center;
 gap: 10px;
 font-weight: bold;
 font-size: 14px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 footer >.inner .ft_links li.link_wrap a.link_c {
  font-size: 12px;
 }
}
footer >.inner .ft_links li.link_wrap a.link_c:before {
 content: "";
 display: inline-block;
 width: 7px;
 background: url(/common/img/icon_arrow_r.png) center/cover;

 aspect-ratio: 7/12;
}
@media screen and (max-width: 1024px) {
 footer >.inner .ft_links li.link_wrap a.link_c:before {
  width: 5px;
 }
}
footer >.inner .ft_links li.link_wrap a.privacy {
 line-height: 1.7142857143;
 margin-top: 20px;
 font-weight: bold;
 font-size: 14px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 footer >.inner .ft_links li.link_wrap a.privacy {
  font-size: 12px;
 }
}
footer >.inner .ft_links li.link_wrap ul li:not(:last-child) {
 margin-bottom: 15px;
}
footer >.inner .ft_corporate {
 display: flex;
 flex-direction: column;
 margin-right: auto;

 --c1: var(--c_rd);
 --c2: #ffffff;
}
@media screen and (max-width: 1024px) {
 footer >.inner .ft_corporate {
  margin: 0;
 }
}
@media screen and (max-width: 600px) {
 footer >.inner .ft_corporate {
  margin-top: 30px;
 }
}
@media screen and (max-width: 600px) {
 footer >.inner .ft_corporate ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
 }
}
@media screen and (min-width: 600px) {
 footer >.inner .ft_corporate ul li:not(:last-child) {
  margin-bottom: 20px;
 }
}
footer >.inner .ft_corporate a.corporate {
 display: flex;
 position: relative;
 width: 150px;
 height: 50px;
 line-height: 1;
 align-items: center;
 padding-left: 25px;
 border: 2px solid #ffffff;
 border-radius: 10px;
 color: var(--c1);
 background: var(--c2);
 font-weight: bold;
 font-size: 14px;
 letter-spacing: 0.05em;
 transition: all 0.3s;
 outline: 2px solid var(--c1);
 outline-offset: -4px;
}
@media (hover) {
 footer >.inner .ft_corporate a.corporate:hover {
  --c1: #ffffff;
  --c2: var(--c_rd);
 }
}
footer >.inner .ft_corporate a.corporate:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 15px;
 width: 18px;
 -webkit-mask-image: url(/common/img/icon_blank.svg);
         mask-image: url(/common/img/icon_blank.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background-color: var(--c1);
 translate: 0 -50%;
 transition: all 0.3s;

 aspect-ratio: 1;
}
footer >.inner .ft_corporate a.privacy {
 display: flex;
 line-height: 2.1428571429;
 align-items: center;
 gap: 10px;
 font-size: 14px;
 letter-spacing: 0.05em;
}
footer >.inner .ft_corporate a.privacy:after {
 content: "";
 display: inline-block;
 top: 50%;
 right: 15px;
 width: 18px;
 -webkit-mask-image: url(/common/img/icon_blank.svg);
         mask-image: url(/common/img/icon_blank.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background-color: var(--c2);
 transition: all 0.3s;

 aspect-ratio: 1;
}
footer >.inner .ft_entry {
 max-width: 286px;
}
@media screen and (max-width: 1024px) {
 footer >.inner .ft_entry {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
 }
}
@media screen and (max-width: 1024px) {
 footer >.inner .ft_entry ul {
  display: flex;
  gap: 10px;
 }
}
footer >.inner .ft_entry ul li:not(:last-child) {
 margin-bottom: 20px;
}
footer p.copy {
 margin-top: 20px;
 text-align: center;
}
footer p.copy small {
 line-height: 1;
 font-size: 14px;
 letter-spacing: 0.05em;
}

.kv_sub {
 position: relative;
 width: 100%;
 height: 300px;
 margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
 .kv_sub {
  height: clamp(6.875rem, 3.625rem + 13.87vw, 12.5rem);
 }
}
.kv_sub .base_img {
 position: absolute;
 top: 0;
 left: 0;
 width: calc(100% - 150px);
 height: 100%;
 overflow: hidden;
 border-radius: 0 0 60px 0;
}
@media screen and (max-width: 1024px) {
 .kv_sub .base_img {
  width: 95%;
 }
}
@media screen and (max-width: 600px) {
 .kv_sub .base_img {
  border-radius: 0 0 30px;
 }
 .kv_sub .base_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0 0 0 / 0.2), transparent 100%);
 }
}
.kv_sub .base_img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: right center;
}
.kv_sub >.inner {
 display: flex;
 position: relative;
 width: 100%;
 max-width: 1200px;
 height: 100%;
 align-items: center;
 margin: 0 auto;
}
.kv_sub >.inner h1 {
 line-height: 1.25;
 color: #ffffff;
 font-weight: bold;
 font-size: 40px;
 letter-spacing: 0.05em;
}
.kv_sub >.inner h1.txt_rd {
 color: var(--c_rd);
}
@media screen and (max-width: 1024px) {
 .kv_sub >.inner h1 {
  font-size: clamp(1.25rem, 0.672rem + 2.47vw, 2.25rem);
 }
}

.breadcrumb_area {
 margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
 .breadcrumb_area {
  margin-bottom: 30px;
 }
}
.breadcrumb_area >.inner {
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
}
.breadcrumb_area >.inner nav.breadcrumbs ol {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.breadcrumb_area >.inner nav.breadcrumbs ol li {
 display: flex;
 line-height: 1.4285714286;
 align-items: center;
 font-size: 14px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
 .breadcrumb_area >.inner nav.breadcrumbs ol li {
  font-size: 12px;
 }
}
.breadcrumb_area >.inner nav.breadcrumbs ol li:not(:last-child):after {
 content: "";
 display: block;
 width: 5px;
 margin: 0 10px;
 background: url(/common/img/breadcrum_arrow.svg) center/cover;

 aspect-ratio: 5/9;
}
@media screen and (max-width: 600px) {
 .breadcrumb_area >.inner nav.breadcrumbs ol li:not(:last-child):after {
  margin: 0 6px;
 }
}
.breadcrumb_area >.inner nav.breadcrumbs ol li a {
 text-decoration: underline;
}
.breadcrumb_area >.inner nav.breadcrumbs ol li span {
 color: var(--c_rd);
}

.address_wrap {
 width: 100%;
 max-width: 400px;
 padding: 30px;
 border-radius: 20px;
 background: #feead3;
}
@media screen and (max-width: 1024px) {
 .address_wrap {
  padding: 20px 4%;
  border-radius: 20px;
 }
}
.address_wrap p {
 line-height: 1.75;
 font-size: 16px;
 letter-spacing: 0.05em;

 margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 1024px) {
 .address_wrap p {
  font-size: 14px;
 }
}
.address_wrap p +p {
 margin-top: 5px;
}

.block_wrap {
 --margin_odd: auto 0;
 --padding_odd: 50px 0;
 --brs_odd: var(--main_brs) 0 0 0;
 --margin_even: 0 auto;
 --padding_even: 0 50px;
 --brs_even: 0 var(--main_brs) 0 0;
}
.block_wrap.rev {
 --margin_even: auto 0;
 --padding_even: 50px 0;
 --brs_even: var(--main_brs) 0 0 0;
 --margin_odd: 0 auto;
 --padding_odd: 0 50px;
 --brs_odd: 0 var(--main_brs) 0 0;
}
.block_wrap .block {
 display: flex;
 position: relative;
 flex-direction: column;
}
.block_wrap .block:not(:last-child) {
 margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
 .block_wrap .block:not(:last-child) {
  margin-bottom: 50px;
 }
}
.block_wrap .block:nth-child(odd) .txt_wrap {
 border-radius: var(--brs_odd);

 margin-inline: var(--margin_odd);
 padding-inline: var(--padding_odd);
}
@media screen and (max-width: 1024px) {
 .block_wrap .block:nth-child(odd) .txt_wrap {
  padding-left: 5%;
 }
}
.block_wrap .block:nth-child(even) .txt_wrap {
 border-radius: var(--brs_even);

 margin-inline: var(--margin_even);
 padding-inline: var(--padding_even);
}
@media screen and (max-width: 1024px) {
 .block_wrap .block:nth-child(even) .txt_wrap {
  padding-right: 5%;
 }
}
.block_wrap .block:not(:has(.img)) .txt_wrap {
 width: 100%;
 margin: 0;
 padding: 60px 100px;
 border-radius: var(--main_brs) !important;
}
@media screen and (max-width: 1024px) {
 .block_wrap .block:not(:has(.img)) .txt_wrap {
  padding: 30px 5% !important;
 }
}
.block_wrap .block .img {
 width: 100%;
 order: -1;
}
.block_wrap .block .img img {
 width: 100%;
 border-radius: var(--main_brs);
}
.block_wrap .block .img.brs20 img {
 border-radius: 20px;
}
.block_wrap .block .txt_wrap {
 position: relative;
 width: 82%;
 margin-top: -50px;
 padding-top: 50px;
 background: url(/common/img/main_bg.png);
}
.block_wrap .block .txt_wrap.pos_r {
 --margin_even: auto 0;
 --padding_even: 50px 0;
 --brs_even: var(--main_brs) 0 0 0;
}
.block_wrap .block .txt_wrap.bd {
 border: 3px solid var(--c_rd);
 border-radius: 20px !important;
 outline: 1px solid var(--c_rd);
 outline-offset: -8px;
}
@media screen and (max-width: 1024px) {
 .block_wrap .block .txt_wrap {
  width: 90%;
  margin-top: -30px;
  padding-top: 30px;
 }
}
@media screen and (max-width: 600px) {
 .block_wrap .block .txt_wrap {
  width: 100%;
  margin-top: 20px;
  padding: 0 !important;
  border-radius: 0 !important;
 }
}
.block_wrap .block .txt_wrap h2,.block_wrap .block .txt_wrap h3,.block_wrap .block .txt_wrap h4 {
 line-height: 1.6666666667;
 margin-bottom: 20px;
 color: var(--c_gy);
 font-weight: bold;
 font-size: 24px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 .block_wrap .block .txt_wrap h2,.block_wrap .block .txt_wrap h3,.block_wrap .block .txt_wrap h4 {
  margin-bottom: 10px;
  font-size: 18px;
 }
}
.block_wrap .block .txt_wrap >p {
 line-height: 1.875;
 font-size: 16px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 .block_wrap .block .txt_wrap >p {
  font-size: 14px;
 }
}
.block_wrap .block .txt_wrap >p +p {
 margin-top: 1em;
}
.block_wrap .block .txt_wrap >p span {
 color: var(--c_rd);
 font-weight: 500;
}
.block_wrap .block .txt_wrap .rd_btn {
 margin-top: 40px;
}
@media screen and (max-width: 1024px) {
 .block_wrap .block .txt_wrap .rd_btn {
  margin-top: 20px;
 }
}
.block_wrap .block .txt_wrap .haccp {
 display: inline-block;
 position: absolute;
 right: 100px;
 bottom: 60px;
 width: 195px;
}
@media screen and (max-width: 1024px) {
 .block_wrap .block .txt_wrap .haccp {
  right: 5%;
  bottom: 30px;
  width: 20%;
 }
}
@media screen and (max-width: 600px) {
 .block_wrap .block .txt_wrap .haccp {
  position: static;
  width: 150px;
  margin-top: 20px;
 }
}

.sub_img_col2 {
 --order1: -1;
 --order2: 2;
}
.sub_img_col2.rev {
 --order1: 2;
 --order2: -1;
}
.sub_img_col2 .col2_block {
 display: flex;
 gap: 5.5%;
}
.sub_img_col2 .col2_block:not(:has(.img)) .txt_wrap {
 max-width: 800px;
 margin: 0 auto;
}
.sub_img_col2 .col2_block:not(:has(.img)) .txt_wrap.bg {
 max-width: 1000px;
 padding: 50px 100px;
 border-radius: 20px;
 background: #feebd6;
}
@media screen and (max-width: 1024px) {
 .sub_img_col2 .col2_block:not(:has(.img)) .txt_wrap.bg {
  padding: 30px 5%;
 }
}
@media screen and (max-width: 600px) {
 .sub_img_col2 .col2_block {
  display: block;
 }
}
.sub_img_col2 .col2_block:not(:last-child) {
 margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
 .sub_img_col2 .col2_block:not(:last-child) {
  margin-bottom: 50px;
 }
}
.sub_img_col2 .col2_block:nth-child(odd) .img {
 order: var(--order1);
}
.sub_img_col2 .col2_block:nth-child(even) .img {
 order: var(--order2);
}
.sub_img_col2 .col2_block .img {
 width: 54.5%;
 flex-shrink: 0;
}
@media screen and (max-width: 600px) {
 .sub_img_col2 .col2_block .img {
  width: 100%;
  margin-bottom: 15px;
 }
}
.sub_img_col2 .col2_block .img img {
 border-radius: 20px;
}
.sub_img_col2 .col2_block .txt_wrap {
 width: 100%;
 align-self: center;
}
.sub_img_col2 .col2_block .txt_wrap h2,.sub_img_col2 .col2_block .txt_wrap h3 {
 line-height: 1.875;
 margin-bottom: 20px;
 color: var(--c_gy);
 font-weight: bold;
 font-size: 24px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 .sub_img_col2 .col2_block .txt_wrap h2,.sub_img_col2 .col2_block .txt_wrap h3 {
  margin-bottom: 10px;
  font-size: 20px;
 }
}
.sub_img_col2 .col2_block .txt_wrap p {
 line-height: 1.875;
 font-size: 16px;
 letter-spacing: 0.05em;

 margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 1024px) {
 .sub_img_col2 .col2_block .txt_wrap p {
  font-size: 14px;
 }
}
.sub_img_col2 .col2_block .txt_wrap p span,.sub_img_col2 .col2_block .txt_wrap p a {
 color: var(--c_rd);
}
.sub_img_col2 .col2_block .txt_wrap p a {
 text-decoration: underline;
}
.sub_img_col2 .col2_block .txt_wrap p +p {
 margin-top: 1em;
}

.info_col2 {
 display: grid;
 width: 100%;
 grid-template-columns: repeat(2, 1fr);
 gap: 60px;
}
@media screen and (max-width: 1024px) {
 .info_col2 {
  gap: 30px;
 }
}
@media screen and (max-width: 600px) {
 .info_col2 {
  grid-template-columns: 1fr;
 }
}
.info_col2 .info_block .tmb img {
 width: 100%;
 border-radius: 20px;
}
.info_col2 .info_block .txt_area {
 padding-top: 30px;
}
@media screen and (max-width: 1024px) {
 .info_col2 .info_block .txt_area {
  padding-top: 15px;
 }
}
.info_col2 .info_block .txt_area .ttl {
 line-height: 1.5;
 margin-bottom: 20px;
 color: var(--c_gy);
 font-weight: bold;
 font-size: 20px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 .info_col2 .info_block .txt_area .ttl {
  margin-bottom: 10px;
  font-size: 18px;
 }
}
.info_col2 .info_block .txt_area p.txt {
 line-height: 1.875;
 font-size: 16px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 .info_col2 .info_block .txt_area p.txt {
  font-size: 14px;
 }
}

ul.sub_index_links {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 80px 4%;
}
@media screen and (max-width: 1024px) {
 ul.sub_index_links {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 5%;
 }
}
@media screen and (max-width: 600px) {
 ul.sub_index_links {
  grid-template-columns: 1fr;
 }
}
ul.sub_index_links a {
 display: block;
 transition: 0.3s;
}
@media (hover) {
 ul.sub_index_links a:hover {
  opacity: 0.7;
 }
}
ul.sub_index_links a .tmb {
 width: 100%;
 overflow: hidden;
 border: 1px solid #d9d9d9;
 border-radius: 20px;

 aspect-ratio: 720/500;
}
ul.sub_index_links a .tmb img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
ul.sub_index_links a h2 {
 display: flex;
 position: relative;
 line-height: 1.4166666667;
 align-items: flex-start;
 gap: 10px;
 margin: 15px 0;
 color: var(--c_rd);
 font-weight: bold;
 font-size: 24px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 ul.sub_index_links a h2 {
  font-size: 18px;
 }
}
ul.sub_index_links a h2:before {
 content: "";
 display: block;
 position: relative;
 top: 0.35em;
 width: 9px;
 background: url(/common/img/icon_arrow_r_rd.png) center/cover;

 aspect-ratio: 14/24;
}
ul.sub_index_links a p {
 line-height: 1.875;
 font-size: 16px;
 letter-spacing: 0.05em;

 margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 1024px) {
 ul.sub_index_links a p {
  font-size: 14px;
 }
}

.sub_links .inner {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
.sub_links .inner ul {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 40px;
}
@media screen and (max-width: 1024px) {
 .sub_links .inner ul {
  gap: 20px;
 }
}
@media screen and (max-width: 600px) {
 .sub_links .inner ul {
  grid-template-columns: 1fr;
 }
}
.sub_links .inner ul li {
 position: relative;
}
@media (hover) {
 .sub_links .inner ul li:hover .base img {
  opacity: 0.8;
 }
}
.sub_links .inner ul li .base {
 width: 100%;
 overflow: hidden;
 border-radius: 10px;
 background: #000000;
}
.sub_links .inner ul li .base img {
 transition: 0.3s;
}
.sub_links .inner ul li a {
 display: flex;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 align-items: center;
 padding-left: 45px;
}
.sub_links .inner ul li a:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 30px;
 width: 23px;
 background: url(/common/img/icon_arrow_wt.png) center/cover;
 translate: 0 -50%;
 transition: 0.3s;

 aspect-ratio: 45/32;
}
.sub_links .inner ul li a p {
 line-height: 1.6666666667;
 color: #ffffff;
 font-weight: bold;
 font-size: 18px;
 letter-spacing: 0.05em;
}

.kv_recruit {
 width: 100%;
 height: 300px;
 margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
 .kv_recruit {
  height: 130px;
 }
}
.kv_recruit .base_img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.kv_recruit .base_img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.kv_recruit >.inner {
 display: flex;
 position: relative;
 width: 100%;
 height: 100%;
 justify-content: center;
 align-items: flex-end;
 padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
 .kv_recruit >.inner {
  padding-bottom: 20px;
 }
}
.kv_recruit >.inner h1 {
 line-height: 1.25;
 padding: 20px 45px;
 border-radius: 10px;
 color: var(--c_rd);
 background: #ffffff;
 font-weight: bold;
 font-size: 40px;
 text-align: center;
 letter-spacing: 0.05em;

 margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 1024px) {
 .kv_recruit >.inner h1 {
  padding: 10px 20px;
  font-size: 20px;
 }
}

.staff_slide {
 position: relative;
}
.staff_slide .swiper-wrapper .swiper-slide {
 display: flex;
 position: relative;
 width: 100%;
 max-width: 750px;
 justify-content: center;
 align-items: center;
 opacity: 0.7;
 scale: 0.8;
 transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
 .staff_slide .swiper-wrapper .swiper-slide {
  max-width: 70%;
  scale: 0.8;
 }
}
@media screen and (max-width: 600px) {
 .staff_slide .swiper-wrapper .swiper-slide {
  max-width: 90%;
 }
}
.staff_slide .swiper-wrapper .swiper-slide.slide_move {
 opacity: 1;
 scale: 1;
}
.staff_slide .swiper-wrapper .swiper-slide .base_img {
 aspect-ratio: 750/450;
}
@media screen and (max-width: 600px) {
 .staff_slide .swiper-wrapper .swiper-slide .base_img {
  aspect-ratio: 750/520;
 }
}
.staff_slide .swiper-wrapper .swiper-slide .base_img img {
 width: 100%;
 height: 100%;
 border-radius: 20px;
 object-fit: cover;
}
.staff_slide .swiper-wrapper .swiper-slide p.story {
 position: absolute;
 top: 20px;
 left: 40px;
 line-height: 1;
 color: #ffffff;
 font-weight: 500;
 font-size: 30px;
 letter-spacing: 0.05em;
 text-shadow: 0 0 10px #000000;
}
@media screen and (max-width: 1024px) {
 .staff_slide .swiper-wrapper .swiper-slide p.story {
  left: 3%;
  font-size: 20px;
 }
}
@media screen and (max-width: 600px) {
 .staff_slide .swiper-wrapper .swiper-slide p.story {
  top: 10px;
  font-size: 18px;
 }
}
.staff_slide .swiper-wrapper .swiper-slide p.story span {
 margin-left: 10px;
 font-size: 1.5em;
}
.staff_slide .swiper-wrapper .swiper-slide .txt_wrap {
 position: absolute;
 bottom: 20px;
 left: 40px;
 max-width: 90%;
 padding: 20px;
 border-radius: 10px;
 background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
 .staff_slide .swiper-wrapper .swiper-slide .txt_wrap {
  bottom: 10px;
  left: 3%;
  padding: 10px;
 }
}
.staff_slide .swiper-wrapper .swiper-slide .txt_wrap h3 {
 line-height: 1.5;
 margin-bottom: 10px;
 color: var(--c_rd);
 font-weight: bold;
 font-size: 20px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 .staff_slide .swiper-wrapper .swiper-slide .txt_wrap h3 {
  font-size: 16px;
 }
}
@media screen and (max-width: 600px) {
 .staff_slide .swiper-wrapper .swiper-slide .txt_wrap h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  font-size: 14px;

  -webkit-box-orient: vertical;
 }
}
.staff_slide .swiper-wrapper .swiper-slide .txt_wrap p {
 line-height: 1;
 font-size: 14px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 .staff_slide .swiper-wrapper .swiper-slide .txt_wrap p {
  font-size: 12px;
 }
}
.staff_slide .swiper-wrapper .swiper-slide .txt_wrap p span {
 margin-left: 10px;
 font-weight: bold;
 font-size: 1.8em;
}
.staff_slide .staff_btn {
 position: absolute;
 top: 50%;
 z-index: 11;
 width: 60px;
 border: 1px solid var(--c_rd);
 border-radius: 50px;
 background: var(--c1);
 transition: all 0.3s;

 --c1: var(--c_rd);
 --c2: #ffffff;
 aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
 .staff_slide .staff_btn {
  width: 45px;
 }
}
@media screen and (max-width: 600px) {
 .staff_slide .staff_btn {
  width: 35px;
 }
}
.staff_slide .staff_btn.staff-next {
 right: calc(50% - 375px);
 translate: 50% -50%;
}
@media screen and (max-width: 1024px) {
 .staff_slide .staff_btn.staff-next {
  right: 10px;
  translate: 0 -75%;
 }
}
.staff_slide .staff_btn.staff-prev {
 left: calc(50% - 375px);
 translate: -50% -50%;
 rotate: 180deg;
}
@media screen and (max-width: 1024px) {
 .staff_slide .staff_btn.staff-prev {
  left: 10px;
  translate: 0 -75%;
 }
}
@media (hover) {
 .staff_slide .staff_btn:hover {
  --c1: #ffffff;
  --c2: var(--c_rd);
 }
}
.staff_slide .staff_btn:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 44%;
 -webkit-mask-image: url(/common/img/icon_arrow_wt.png);
         mask-image: url(/common/img/icon_arrow_wt.png);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background-color: var(--c2);
 translate: -50% -50%;
 transition: all 0.3s;

 aspect-ratio: 45/32;
}
.staff_slide +.rd_btn {
 margin: 45px auto 0;
}

.entry_btns {
 display: grid;
 width: 100%;
 grid-template-columns: repeat(2, 1fr);
 gap: 40px;

 --c1: #ffffff;
 --c2: var(--c_rd);
}
@media screen and (max-width: 1024px) {
 .entry_btns {
  gap: 20px;
 }
}
@media screen and (max-width: 600px) {
 .entry_btns {
  grid-template-columns: 1fr;
 }
}
.entry_btns a {
 display: flex;
 position: relative;
 width: 100%;
 height: 170px;
 line-height: 1.3461538462;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 20px;
 border: 4px solid var(--c_rd);
 border-radius: 10px;
 color: var(--c2);
 background: var(--c1);
 font-weight: bold;
 font-size: 26px;
 text-align: center;
 letter-spacing: 0.05em;
 transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
 .entry_btns a {
  height: 140px;
  gap: 10px;
  font-size: 20px;
 }
}
@media screen and (max-width: 600px) {
 .entry_btns a {
  height: 120px;
 }
}
@media (hover) {
 .entry_btns a:hover {
  --c1: var(--c_rd);
  --c2: #ffffff;
 }
}
.entry_btns a[target=_blank] {
 --c1: var(--c_rd);
 --c2: #ffffff;
}
@media (hover) {
 .entry_btns a[target=_blank]:hover {
  --c1: #ffffff;
  --c2: var(--c_rd);
 }
}
.entry_btns a[target=_blank]:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 15px;
 width: 35px;
 -webkit-mask-image: url(/common/img/icon_blank.svg);
         mask-image: url(/common/img/icon_blank.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background-color: var(--c2);
 translate: 0 -50%;
 transition: all 0.3s;

 aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
 .entry_btns a[target=_blank]:after {
  width: 25px;
 }
}
.entry_btns a span {
 font-weight: 400;
 font-size: 0.65em;
}
/*# sourceMappingURL=common.css.map */