@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 0.625vw;
}

/* スクリーンサイズが1520px以上 */
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
/* スクリーンサイズが1200px以下の場合に適用 */
@media screen and (max-width: 1100px) {
  html {
    font-size: 35.0625%;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 62.5%;
  }
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

/* reset.css end */
/* base.css start */
/* common */
body {
  font-family: "Noto Serif JP", serif;
  color: #000;
  overflow-x: clip;
  margin: 0;
}
body #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
body #overlay.active {
  opacity: 1;
  pointer-events: auto; /* クリック可能にする */
}

.no-scroll {
  overflow: hidden;
}

strong {
  display: inline-block;
}

a {
  display: block;
}
a:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}

article {
  overflow: clip;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
@media screen and (max-width: 980px) {
  html {
    scroll-padding-top: 8.1632653061vw;
  }
}

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

div {
  gap: 0;
}

figure {
  margin: 0;
}
figure img {
  height: auto;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

.wp-block-cover {
  padding: 0;
}

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

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

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

section {
  background-color: #fff;
}

.inner {
  position: relative;
  max-width: 1080px;
  width: 90%;
  margin: auto;
}
.inner_825 {
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .inner_825 {
    max-width: none;
  }
}
.inner_760 {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .inner_760 {
    max-width: none;
  }
}
.inner_697 {
  max-width: 697px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .inner_697 {
    max-width: none;
  }
}
@media screen and (max-width: 980px) {
  .inner {
    width: 100%;
    max-width: 93%;
  }
}

.image {
  width: 100vw;
  height: 381px;
}
@media screen and (max-width: 980px) {
  .image {
    width: 100%;
    height: 61.2244897959vw;
  }
}
.image figure {
  height: 381px;
}
@media screen and (max-width: 980px) {
  .image figure {
    height: 61.2244897959vw;
  }
}
.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-top .inner {
  padding: 111px 0 81px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  #page-top .inner {
    padding: 16.3265306122vw 0;
  }
}
#page-top .inner .page-top-button .circle {
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 13px;
}
@media screen and (max-width: 980px) {
  #page-top .inner .page-top-button .circle {
    width: 10.2040816327vw;
    height: 10.2040816327vw;
    border-radius: 10.2040816327vw;
    margin-top: 4.0816326531vw;
  }
}
#page-top .inner .page-top-button .circle:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#page-top .inner .page-top-button .circle span {
  font-size: 8px;
  margin-bottom: 5px;
}
@media screen and (max-width: 980px) {
  #page-top .inner .page-top-button .circle span {
    font-size: 10px;
    font-size: 2.0408163265vw;
    margin-bottom: 1.0204081633vw;
  }
}
#page-top .inner .page-top-button .circle .arrow {
  width: 9px;
  height: 20px;
}
@media screen and (max-width: 980px) {
  #page-top .inner .page-top-button .circle .arrow {
    width: 1.8367346939vw;
    height: 4.0816326531vw;
  }
}

.breadlist {
  border-top: 0.25px solid #989898;
}
.breadlist .inner {
  padding: 27px 0 24px;
}
@media screen and (max-width: 980px) {
  .breadlist .inner {
    padding: 5.5102040816vw 0 4.8979591837vw;
  }
}
.breadlist .breadcrumb ul {
  list-style: none;
  padding: 0;
}
.breadlist .breadcrumb ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
}
@media screen and (max-width: 980px) {
  .breadlist .breadcrumb ul li {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.breadlist .breadcrumb ul li::after {
  content: ">";
  padding: 0 5px;
}
@media screen and (max-width: 980px) {
  .breadlist .breadcrumb ul li::after {
    padding: 0 1.0204081633vw;
  }
}
.breadlist .breadcrumb ul li:last-child::after {
  content: "";
}

.description {
  font-size: 1.6rem;
  line-height: 2.0625;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .description {
    font-size: 1.5rem;
    line-height: 2.0666666667;
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 14px;
  /* 説明あり*/
  /* タイトルのみ　左揃え */
}
@media screen and (max-width: 980px) {
  .title {
    row-gap: 2.8571428571vw;
  }
}
.title .ttl-ja {
  font-size: 31px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .title .ttl-ja {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.title .ttl-en {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .title .ttl-en {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.title02 {
  row-gap: 40px;
}
@media screen and (max-width: 980px) {
  .title02 {
    row-gap: 6.1224489796vw;
  }
}
.title02 .sec-ttl {
  font-size: 31px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .title02 .sec-ttl {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.title02 .description {
  font-size: 1.6rem;
  line-height: 2.1875;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .title02 .description {
    font-size: 1.5rem;
    line-height: 2.0666666667;
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.title.ttl-only {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wp-block-button__link {
  padding: 0;
}

.link-btn {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .link-btn {
    max-width: 51.0204081633vw;
  }
}
.link-btn.black a {
  background-color: #000;
  color: #fff;
}
.link-btn a {
  background-color: #fff;
  color: #000;
  font-size: 1.7rem;
  line-height: 2.9411764706;
  font-size: 17px;
  letter-spacing: 0.075em;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  display: block;
  border: 1px solid #666666;
  height: 55px;
}
@media screen and (max-width: 980px) {
  .link-btn a {
    font-size: 17px;
    font-size: 3.4693877551vw;
    border-radius: 10.2040816327vw;
    height: 11.2244897959vw;
  }
}

.bg-gray {
  background-color: #f7f7f7;
}

.p_intro .inner {
  padding: 88px 0 50px;
}
@media screen and (max-width: 980px) {
  .p_intro .inner {
    padding: 16.3265306122vw 0 10.2040816327vw;
  }
}

/* base.css start */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  background-color: transparent;
  -webkit-transition: background-color 0.3s, -webkit-filter 0.3s;
  transition: background-color 0.3s, -webkit-filter 0.3s;
  transition: background-color 0.3s, filter 0.3s;
  transition: background-color 0.3s, filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (max-width: 980px) {
  .header .logo img {
    width: 65%;
  }
}
.header.scrolled {
  background-color: #fff;
}
.header.scrolled .logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header.scrolled #js-menu-toggle {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px;
}
@media screen and (max-width: 980px) {
  .header .inner {
    padding: 2.0408163265vw;
  }
}

.menu-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  cursor: pointer;
  z-index: 200;
}
@media screen and (max-width: 980px) {
  .menu-container {
    gap: 2.0408163265vw;
  }
}
.menu-container.open #js-menu-toggle {
  -webkit-filter: none;
          filter: none;
}
.menu-container .menu-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 980px) {
  .menu-container .menu-lines {
    height: 4.0816326531vw;
  }
}
.menu-container .menu-lines.open {
  z-index: 200;
}
.menu-container .menu-lines.open .line1 {
  -webkit-transform: rotate(45deg) translate(10px, 10px);
          transform: rotate(45deg) translate(10px, 10px);
  width: 80px;
}
@media screen and (max-width: 980px) {
  .menu-container .menu-lines.open .line1 {
    width: 8.1632653061vw;
    -webkit-transform: rotate(45deg) translate(2.0408163265vw, 2.0408163265vw);
            transform: rotate(45deg) translate(2.0408163265vw, 2.0408163265vw);
  }
}
.menu-container .menu-lines.open .line2 {
  -webkit-transform: rotate(-45deg) translate(10px, -10px);
          transform: rotate(-45deg) translate(10px, -10px);
  width: 80px;
}
@media screen and (max-width: 980px) {
  .menu-container .menu-lines.open .line2 {
    width: 8.1632653061vw;
    -webkit-transform: rotate(-45deg) translate(0.612244898vw, -0.612244898vw);
            transform: rotate(-45deg) translate(0.612244898vw, -0.612244898vw);
  }
}
.menu-container .menu-lines .line {
  width: 76px;
  height: 1.5px;
  background-color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 980px) {
  .menu-container .menu-lines .line {
    width: 9.1836734694vw;
  }
}

.menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 980px) {
  .menu-title {
    gap: 1.0204081633vw;
  }
}
.menu-title span {
  font-size: 11px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .menu-title span {
    font-size: 9px;
    font-size: 1.8367346939vw;
  }
}
.menu-title .line {
  width: 38px;
  height: 1.5px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .menu-title .line {
    width: 3.0612244898vw;
  }
}

.drawer-content {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  padding-top: 150px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  overflow-y: auto;
  z-index: 150;
}
@media screen and (max-width: 980px) {
  .drawer-content {
    width: 81.6326530612vw;
    right: -81.6326530612vw;
    padding-top: 10.2040816327vw;
  }
}
.drawer-content.open {
  -webkit-transform: translateX(-400px);
          transform: translateX(-400px);
}
@media screen and (max-width: 980px) {
  .drawer-content.open {
    -webkit-transform: translateX(-81.6326530612vw);
            transform: translateX(-81.6326530612vw);
  }
}
.drawer-content .header-list li {
  list-style: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .drawer-content .header-list li {
    margin-bottom: 2.0408163265vw;
  }
}
.drawer-content .header-list li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 980px) {
  .drawer-content .header-list li a {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding: 4.0816326531vw 0;
  }
}
.drawer-content .header-list li a:hover {
  color: #f4a623;
}

/* base.css start */
/* footer */
.f_contact {
  background-color: #f7f7f7;
}
.f_contact .inner {
  padding: 97px 0 100px;
}
@media screen and (max-width: 980px) {
  .f_contact .inner {
    padding: 20.4081632653vw 0;
  }
}
.f_contact .inner .title {
  margin-bottom: 79px;
}
@media screen and (max-width: 980px) {
  .f_contact .inner .title {
    margin-bottom: 8.1632653061vw;
  }
}
.f_contact .inner .description {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 38px;
}
@media screen and (max-width: 980px) {
  .f_contact .inner .description {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-bottom: 6.1224489796vw;
  }
}

.footer {
  background-color: #fff;
}
.footer .inner {
  padding: 70px 0 45px;
}
@media screen and (max-width: 980px) {
  .footer .inner {
    padding: 14.2857142857vw 6.1224489796vw;
  }
}
.footer .inner .f_logo {
  max-width: 250px;
  width: 26%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .footer .inner .f_logo {
    max-width: 40.8163265306vw;
    width: 100%;
  }
}
.footer .inner .f_logo img {
  width: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.footer .inner .f_navi {
  margin: 0 auto 58px;
}
@media screen and (max-width: 980px) {
  .footer .inner .f_navi {
    margin-bottom: 11.8367346939vw;
  }
}
.footer .inner .f_navi .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .footer .inner .f_navi .footer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 7.1428571429vw;
       -moz-column-gap: 7.1428571429vw;
            column-gap: 7.1428571429vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4.0816326531vw;
  }
}
.footer .inner .f_navi .footer-list .menu-item {
  font-weight: 500;
  font-size: 13px;
}
@media screen and (max-width: 980px) {
  .footer .inner .f_navi .footer-list .menu-item {
    width: 45%;
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
  .footer .inner .f_navi .footer-list .menu-item a {
    text-align: center;
    padding: 2.0408163265vw 0;
  }
}
.footer .inner .info {
  margin-top: 18px;
  font-size: 1.2rem;
  line-height: 1.75;
  font-size: 12px;
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 980px) {
  .footer .inner .info {
    margin-top: 3.6734693878vw;
    font-size: 12px;
    font-size: 2.4489795918vw;
    margin-bottom: 10.2040816327vw;
  }
}
.footer .copy {
  display: block;
  width: 100%;
  font-size: 8px;
  text-align: center;
}

/* base.css start */
.top_mv .swiper-slide {
  position: relative;
  height: 100vh;
}
.top_mv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv .swiper-slide .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_mv .swiper-slide .text .slide-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 110px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.4em;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .top_mv .swiper-slide .text .slide-ttl {
    font-size: 70px;
    font-size: 14.2857142857vw;
    margin-bottom: 4.0816326531vw;
  }
}
.top_mv .swiper-slide .text .description {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .top_mv .swiper-slide .text .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}

.top_catch .inner {
  padding: 104px 0;
}
@media screen and (max-width: 980px) {
  .top_catch .inner {
    padding: 16.3265306122vw 0;
  }
}
.top_catch .inner .catch {
  font-size: 3.6rem;
  line-height: 1.5833333333;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .top_catch .inner .catch {
    font-size: 2.4rem;
    line-height: 2.375;
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}

.top_content {
  background-color: #f7f7f7;
}
.top_content .inner {
  padding: 126px 0;
}
@media screen and (max-width: 980px) {
  .top_content .inner {
    padding: 16.3265306122vw 0;
  }
}
.top_content .inner .swiper-container {
  width: 100%;
  height: 540px;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container {
    height: auto;
  }
}
.top_content .inner .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 8.1632653061vw;
  }
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info {
  max-width: 350px;
  width: 40%;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info {
    max-width: none;
    width: 100%;
  }
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-text p {
  font-size: 3.1rem;
  line-height: 1.6451612903;
  font-size: 31px;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-text p {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-index {
  margin-left: 22px;
  font-size: 29px;
  font-weight: 500;
  color: #808080;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-index {
    margin-left: 4.4897959184vw;
  }
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-index span {
  color: #000;
  font-size: 43px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-index span {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-index {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-description {
  margin-top: 163px;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-description {
    margin-top: 8.1632653061vw;
  }
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-description h2 {
  font-size: 27px;
  letter-spacing: 0.05em;
  font-family: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-description h2 {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 3.0612244898vw;
  }
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-description h3 {
  font-size: 10px;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  letter-spacing: 0.05em;
  font-family: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-description h3 {
    font-size: 10px;
    font-size: 2.0408163265vw;
    margin-bottom: 6.1224489796vw;
  }
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-description p {
  font-size: 2.1rem;
  line-height: 1.7619047619;
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-info .slider-description p {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-image {
  max-width: 700px;
  width: 60%;
  height: 540px;
  border: 1.5px solid white;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-image {
    max-width: none;
    width: 100%;
    height: auto;
  }
}
.top_content .inner .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_content .inner .swiper-button-prev:after,
.top_content .inner .swiper-rtl .swiper-button-next:after,
.top_content .inner .swiper-button-next:after,
.top_content .inner .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.top_content .inner .swiper-button-next {
  top: 260px;
  left: 73px;
  right: auto;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-button-next {
    left: auto;
    right: 6.1224489796vw;
    top: auto;
    bottom: 38%;
  }
}
.top_content .inner .swiper-button-next img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.top_content .inner .swiper-button-prev {
  top: 260px;
  left: 0;
  right: auto;
}
@media screen and (max-width: 980px) {
  .top_content .inner .swiper-button-prev {
    bottom: 38%;
    top: auto;
    left: auto;
    right: 16.3265306122vw;
  }
}

.top_news .inner {
  padding: 130px 0 160px;
}
@media screen and (max-width: 980px) {
  .top_news .inner {
    padding: 16.3265306122vw 0;
  }
}
.top_news .inner .title {
  margin-bottom: 90px;
}
@media screen and (max-width: 980px) {
  .top_news .inner .title {
    margin-bottom: 9.1836734694vw;
  }
}
.top_news .inner .news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 107px 21px;
}
@media screen and (max-width: 980px) {
  .top_news .inner .news_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10.2040816327vw 4.0816326531vw;
  }
}
.top_news .inner .news_list .item {
  position: relative;
}
.top_news .inner .news_list .item:hover .thum {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.top_news .inner .news_list .item .images {
  overflow: hidden;
  margin-bottom: 14px;
}
@media screen and (max-width: 980px) {
  .top_news .inner .news_list .item .images {
    margin-bottom: 2.8571428571vw;
  }
}
.top_news .inner .news_list .item .images .thum {
  aspect-ratio: 173/100;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.top_news .inner .news_list .item .news-ttl {
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .top_news .inner .news_list .item .news-ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
    margin-bottom: 2.0408163265vw;
  }
}
.top_news .inner .news_list .item .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  color: #808080;
  font-size: 10px;
}
@media screen and (max-width: 980px) {
  .top_news .inner .news_list .item .element {
    -webkit-column-gap: 2.8571428571vw;
       -moz-column-gap: 2.8571428571vw;
            column-gap: 2.8571428571vw;
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.top_news .inner .news_list .item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_news .inner .link-btn {
  margin-top: 70px;
}
@media screen and (max-width: 980px) {
  .top_news .inner .link-btn {
    margin-top: 14.2857142857vw;
  }
}

.top_banner .inner {
  padding: 160px 0 134px;
}
@media screen and (max-width: 980px) {
  .top_banner .inner {
    padding: 16.3265306122vw 0;
  }
}
.top_banner .inner .banner-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .top_banner .inner .banner-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top_banner .inner .banner-list .item p {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .top_banner .inner .banner-list .item p {
    margin-top: 4.8979591837vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.top_banner .inner .banner-list .item a figure {
  overflow: hidden;
}
.top_banner .inner .banner-list .item a figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.top_banner .inner .banner-list .item a:hover {
  -webkit-filter: none;
          filter: none;
}
.top_banner .inner .banner-list .item a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

/* business.css start */
.business_sec01 .inner {
  padding: 140px 0 120px;
}
@media screen and (max-width: 980px) {
  .business_sec01 .inner {
    padding: 16.3265306122vw 0;
  }
}
.business_sec01 .inner .title02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .business_sec01 .inner .title02 {
    margin-bottom: 9.1836734694vw;
  }
}
.business_sec01 .inner .title02 .description {
  letter-spacing: -0.05em;
}

.business_sec02 .inner {
  padding: 196px 0 222px;
}
@media screen and (max-width: 980px) {
  .business_sec02 .inner {
    padding: 16.3265306122vw 0;
  }
}
.business_sec02 .inner .title {
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .business_sec02 .inner .title {
    margin-bottom: 9.1836734694vw;
  }
}
.business_sec02 .inner .features-list .is-nowrap {
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 980px) {
  .business_sec02 .inner .features-list .is-nowrap {
    -webkit-column-gap: 3.4693877551vw;
       -moz-column-gap: 3.4693877551vw;
            column-gap: 3.4693877551vw;
  }
}
.business_sec02 .inner .features-list .is-nowrap .ttl {
  font-size: 19px;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 0.5px solid #808080;
  max-width: 234px;
  width: 30%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .business_sec02 .inner .features-list .is-nowrap .ttl {
    font-size: 1.9rem;
    line-height: 1.3157894737;
    font-size: 19px;
    font-size: 3.8775510204vw;
    max-width: 47.7551020408vw;
  }
}
.business_sec02 .inner .features-list .is-nowrap .description {
  border-bottom: 0.5px solid #808080;
  padding: 32px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 980px) {
  .business_sec02 .inner .features-list .is-nowrap .description {
    padding: 6.5306122449vw 0;
  }
}
.business_sec02 .inner .features-list .item:first-child .ttl,
.business_sec02 .inner .features-list .item:first-child .description {
  border-top: 0.5px solid #808080;
}

/* attempt.css start */
.attempt_sec01 .inner {
  padding: 144px 0 182px;
}
@media screen and (max-width: 980px) {
  .attempt_sec01 .inner {
    padding: 16.3265306122vw 0;
  }
}
.attempt_sec01 .inner .title {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .attempt_sec01 .inner .title {
    margin-bottom: 9.1836734694vw;
  }
}

.attempt_sec02 .inner {
  padding: 143px 0 200px;
}
@media screen and (max-width: 980px) {
  .attempt_sec02 .inner {
    padding: 16.3265306122vw 0;
  }
}
.attempt_sec02 .inner .title02 {
  margin-bottom: 57px;
}
@media screen and (max-width: 980px) {
  .attempt_sec02 .inner .title02 {
    margin-bottom: 9.1836734694vw;
  }
}
.attempt_sec02 .inner .title02 .sec-ttl {
  font-size: 28px;
  margin-bottom: 65px;
}
@media screen and (max-width: 980px) {
  .attempt_sec02 .inner .title02 .sec-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 0;
  }
}
.attempt_sec02 .inner .title02 .description {
  display: inline-block;
  text-align: left;
  margin: auto;
}
.attempt_sec02 .inner .detail {
  margin-top: 111px;
}
@media screen and (max-width: 980px) {
  .attempt_sec02 .inner .detail {
    margin-top: 16.3265306122vw;
  }
}
.attempt_sec02 .inner .detail .wp-block-heading {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .attempt_sec02 .inner .detail .wp-block-heading {
    font-size: 20px;
    font-size: 4.0816326531vw;
    margin-bottom: 6.1224489796vw;
  }
}
.attempt_sec02 .inner .detail .is-vertical {
  row-gap: 30px;
  margin-bottom: 88px;
}
@media screen and (max-width: 980px) {
  .attempt_sec02 .inner .detail .is-vertical {
    row-gap: 6.1224489796vw;
    margin-bottom: 9.1836734694vw;
  }
}
.attempt_sec02 .inner .detail .is-vertical .description {
  font-size: 1.6rem;
  line-height: 1.9375;
  font-size: 16px;
  letter-spacing: -0.05em;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 980px) {
  .attempt_sec02 .inner .detail .is-vertical .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.attempt_sec02 .inner .detail .is-vertical .description span {
  font-size: 1.9rem;
  line-height: 1.6315789474;
  font-size: 19px;
}
@media screen and (max-width: 980px) {
  .attempt_sec02 .inner .detail .is-vertical .description span {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}

/* recruit.css start */
.recruit_menu {
  margin-bottom: 67px;
}
@media screen and (max-width: 980px) {
  .recruit_menu {
    margin-bottom: 9.1836734694vw;
  }
}
.recruit_menu .inner .is-nowrap {
  -webkit-column-gap: 200px;
     -moz-column-gap: 200px;
          column-gap: 200px;
  font-size: 1.6rem;
  line-height: 4.0625;
  font-size: 16px;
  letter-spacing: 0.05em;
  border-top: 0.25px solid #989898;
  border-bottom: 0.25px solid #989898;
}
@media screen and (max-width: 980px) {
  .recruit_menu .inner .is-nowrap {
    -webkit-column-gap: 40.8163265306vw;
       -moz-column-gap: 40.8163265306vw;
            column-gap: 40.8163265306vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}

.recruit_sec01 .inner {
  padding: 236px 0 275px;
}
@media screen and (max-width: 980px) {
  .recruit_sec01 .inner {
    padding: 20.4081632653vw 0;
  }
}

.recruit_sec .inner {
  padding: 221px 0 212px;
}
@media screen and (max-width: 980px) {
  .recruit_sec .inner {
    padding: 16.3265306122vw 0;
  }
}
.recruit_sec .inner .wp-block-heading {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 58px;
}
@media screen and (max-width: 980px) {
  .recruit_sec .inner .wp-block-heading {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 9.1836734694vw;
  }
}
.recruit_sec .inner .item {
  gap: 48px;
  display: grid;
  grid-template-columns: 80px 1fr;
}
@media screen and (max-width: 980px) {
  .recruit_sec .inner .item {
    gap: 9.7959183673vw;
    grid-template-columns: 16.3265306122vw 1fr;
  }
}
.recruit_sec .inner .item p {
  font-size: 1.5rem;
  line-height: 2.7333333333;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .recruit_sec .inner .item p {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}

/* company.css start */
.company .title02 {
  row-gap: 13px;
  margin-bottom: 45px;
}
@media screen and (max-width: 980px) {
  .company .title02 {
    row-gap: 2.6530612245vw;
    margin-bottom: 9.1836734694vw;
  }
}
.company .title02 .ttl-ja {
  font-size: 31px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .company .title02 .ttl-ja {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.company .title02 .ttl-en {
  font-size: 11px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .company .title02 .ttl-en {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}

.company_sec01 .inner {
  padding: 75px 0;
}
@media screen and (max-width: 980px) {
  .company_sec01 .inner {
    padding: 16.3265306122vw 0;
  }
}
.company_sec01 .inner .wp-block-columns {
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 50px;
}
@media screen and (max-width: 980px) {
  .company_sec01 .inner .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8.1632653061vw;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .company_sec01 .inner .wp-block-columns .wp-block-image figure {
    float: none;
    width: 40.8163265306vw;
    margin: auto;
  }
}
.company_sec01 .inner .wp-block-columns .description {
  letter-spacing: -0.05em;
}
.company_sec01 .inner .wp-block-columns .sign {
  margin-top: 55px;
}
@media screen and (max-width: 980px) {
  .company_sec01 .inner .wp-block-columns .sign {
    margin-top: 6.1224489796vw;
  }
}
.company_sec01 .inner .wp-block-columns .sign p {
  font-size: 1.1rem;
  line-height: 4.5454545455;
  font-size: 11px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .company_sec01 .inner .wp-block-columns .sign p {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}

.company_sec02 .inner {
  padding: 70px 0 60px;
}
@media screen and (max-width: 980px) {
  .company_sec02 .inner {
    padding: 16.3265306122vw 0;
  }
}
.company_sec02 .inner .title02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 980px) {
  .company_sec02 .inner .title02 {
    margin-bottom: 14.2857142857vw;
  }
}
.company_sec02 .inner .item {
  gap: 48px;
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .company_sec02 .inner .item {
    gap: 6.1224489796vw;
    grid-template-columns: 20.4081632653vw 1fr;
  }
}
.company_sec02 .inner .item p {
  font-size: 1.5rem;
  line-height: 2.7333333333;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.company_sec02 .inner .item p a {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .company_sec02 .inner .item p {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}

.company_sec03 .inner {
  padding: 70px 0 60px;
}
@media screen and (max-width: 980px) {
  .company_sec03 .inner {
    padding: 16.3265306122vw 0;
  }
}
.company_sec03 .inner .title02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 980px) {
  .company_sec03 .inner .title02 {
    margin-bottom: 14.2857142857vw;
  }
}
.company_sec03 .inner .item {
  gap: 48px;
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .company_sec03 .inner .item {
    gap: 6.1224489796vw;
  }
}
.company_sec03 .inner .item p {
  font-size: 1.5rem;
  line-height: 2.7333333333;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .company_sec03 .inner .item p {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}

.company_sec04 .inner {
  padding: 70px 0 60px;
}
@media screen and (max-width: 980px) {
  .company_sec04 .inner {
    padding: 16.3265306122vw 0;
  }
}
.company_sec04 .inner .title02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 980px) {
  .company_sec04 .inner .title02 {
    margin-bottom: 14.2857142857vw;
  }
}
.company_sec04 .inner .wp-block-columns {
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}
@media screen and (max-width: 980px) {
  .company_sec04 .inner .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8.1632653061vw;
  }
  .company_sec04 .inner .wp-block-columns figure {
    text-align: center;
  }
}
.company_sec04 .inner .wp-block-columns .is-vertical {
  row-gap: 30px;
}
@media screen and (max-width: 980px) {
  .company_sec04 .inner .wp-block-columns .is-vertical {
    row-gap: 6.1224489796vw;
  }
}
.company_sec04 .inner .wp-block-columns .is-vertical .description {
  letter-spacing: -0.05em;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 980px) {
  .company_sec04 .inner .wp-block-columns .is-vertical .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
    letter-spacing: -0.02em;
  }
}

.company_sec05 .inner {
  padding: 70px 0 60px;
}
@media screen and (max-width: 980px) {
  .company_sec05 .inner {
    padding: 16.3265306122vw 0;
  }
}
.company_sec05 .inner .title02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 980px) {
  .company_sec05 .inner .title02 {
    margin-bottom: 14.2857142857vw;
  }
}
.company_sec05 .inner .map {
  row-gap: 22px;
  margin-bottom: 75px;
}
@media screen and (max-width: 980px) {
  .company_sec05 .inner .map {
    row-gap: 4.4897959184vw;
    margin-bottom: 14.2857142857vw;
  }
  .company_sec05 .inner .map iframe {
    height: 40.8163265306vw;
  }
}
.company_sec05 .inner .map p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .company_sec05 .inner .map p {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.company_sec05 .inner .map p a {
  display: inline-block;
  text-decoration: underline;
}
.company_sec05 .inner .detail {
  row-gap: 30px;
}
@media screen and (max-width: 980px) {
  .company_sec05 .inner .detail {
    row-gap: 6.1224489796vw;
  }
}
.company_sec05 .inner .detail .description {
  letter-spacing: -0.05em;
}

/* contact.css start */
.contact_sec01 .inner {
  padding: 70px 0 204px;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner {
    padding: 16.3265306122vw 0;
  }
}
.contact_sec01 .inner .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin-bottom: 70px;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .description {
    display: block;
    margin-bottom: 14.2857142857vw;
  }
}
.contact_sec01 .inner .description span {
  text-decoration: underline;
}
.contact_sec01 .inner .form {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form {
    max-width: none;
  }
}
.contact_sec01 .inner .form .item {
  display: grid;
  grid-auto-columns: 1fr 574px;
  grid-auto-flow: column;
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .item {
    grid-auto-flow: row;
    grid-template-rows: auto;
    gap: 4.0816326531vw;
    margin-bottom: 5.1020408163vw;
  }
}
.contact_sec01 .inner .form .item dt {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .item dt {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.contact_sec01 .inner .form .item dt .required {
  font-size: 9px;
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .item dt .required {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.contact_sec01 .inner .form .item dd {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-size: 15px;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .item dd {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.contact_sec01 .inner .form input,
.contact_sec01 .inner .form textarea {
  background-color: #fff;
  padding: 19px 22px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form input,
  .contact_sec01 .inner .form textarea {
    padding: 3.0612244898vw;
  }
}
.contact_sec01 .inner .form textarea {
  height: 291px;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form textarea {
    height: 40.8163265306vw;
  }
}
.contact_sec01 .inner .form .checkmark {
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 0.25px solid #000000;
  margin-right: 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .checkmark {
    width: 4.0816326531vw;
    height: 4.0816326531vw;
    margin-right: 3.2653061224vw;
  }
}
.contact_sec01 .inner .form .checkmark:hover {
  border-color: #888;
}
.contact_sec01 .inner .form input[type=checkbox] {
  width: auto;
  display: none;
}
.contact_sec01 .inner .form input[type=checkbox]:checked + .checkmark {
  background-color: #000;
  border-color: #000;
}
.contact_sec01 .inner .form input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form input[type=checkbox]:checked + .checkmark::after {
    kerning: 1.0204081633vw;
    top: 0.2040816327vw;
    width: 1.2244897959vw;
    height: 2.4489795918vw;
    border-width: 0 0.4081632653vw 0.4081632653vw 0;
  }
}
.contact_sec01 .inner .form .privacy {
  margin-top: 117px;
  margin-bottom: 53px;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .privacy {
    margin-top: 16.3265306122vw;
    margin-bottom: 8.1632653061vw;
  }
}
.contact_sec01 .inner .form .privacy .ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .privacy .ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
    margin-bottom: 5.7142857143vw;
  }
}
.contact_sec01 .inner .form .privacy .wrap {
  background-color: #fff;
  height: 184px;
  overflow-y: scroll;
  padding: 25px 0;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .privacy .wrap {
    height: 37.5510204082vw;
    padding: 5.1020408163vw;
  }
}
.contact_sec01 .inner .form .privacy .wrap p {
  max-width: 513px;
  width: 100%;
  margin: auto;
  font-size: 1.2rem;
  line-height: 1.75;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .privacy .wrap p {
    max-width: none;
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.contact_sec01 .inner .form .acceptance {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .acceptance {
    font-size: 14px;
    font-size: 2.8571428571vw;
    margin-bottom: 16.3265306122vw;
    letter-spacing: 0;
  }
}
.contact_sec01 .inner .form .acceptance .underline {
  text-decoration: underline;
}
.contact_sec01 .inner .form .btn {
  max-width: 379px;
  width: 100%;
  margin: auto auto 120px;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .btn {
    max-width: 77.5510204082vw;
    margin-bottom: 24.4897959184vw;
  }
}
.contact_sec01 .inner .form .btn input[type=submit] {
  text-align: center;
  max-width: 379px;
  width: 100%;
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .btn input[type=submit] {
    max-width: 77.5510204082vw;
    border-radius: 10.2040816327vw;
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.contact_sec01 .inner .form .attention {
  font-size: 1.2rem;
  line-height: 2;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .attention {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.contact_sec01 .inner .form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .btns {
    -webkit-column-gap: 4.0816326531vw;
       -moz-column-gap: 4.0816326531vw;
            column-gap: 4.0816326531vw;
  }
}
.contact_sec01 .inner .form .btns input[type=button] {
  text-align: center;
  max-width: 250px;
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  font-size: 21px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .btns input[type=button] {
    max-width: 51.0204081633vw;
    border-radius: 10.2040816327vw;
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.contact_sec01 .inner .form .btns input[type=submit] {
  max-width: 250px;
}
@media screen and (max-width: 980px) {
  .contact_sec01 .inner .form .btns input[type=submit] {
    max-width: 51.0204081633vw;
  }
}
.contact_sec01 .wpcf7-spinner {
  display: none;
}

/* recruit.css start */
.allpost .news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 93px 21px;
}
@media screen and (max-width: 980px) {
  .allpost .news_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10.2040816327vw 4.0816326531vw;
  }
}
.allpost .news_list .item {
  position: relative;
}
.allpost .news_list .item:hover .thum {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.allpost .news_list .item .images {
  overflow: hidden;
  margin-bottom: 14px;
}
@media screen and (max-width: 980px) {
  .allpost .news_list .item .images {
    margin-bottom: 2.8571428571vw;
  }
}
.allpost .news_list .item .images .thum {
  aspect-ratio: 346/200;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.allpost .news_list .item .news-ttl {
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .allpost .news_list .item .news-ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
    margin-bottom: 2.0408163265vw;
  }
}
.allpost .news_list .item .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  color: #808080;
  font-size: 10px;
}
@media screen and (max-width: 980px) {
  .allpost .news_list .item .element {
    -webkit-column-gap: 2.8571428571vw;
       -moz-column-gap: 2.8571428571vw;
            column-gap: 2.8571428571vw;
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.allpost .news_list .item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pagination {
  margin-top: 50px;
}
@media screen and (max-width: 980px) {
  .pagination {
    margin-top: 10.2040816327vw;
  }
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .pagination .page-numbers {
    gap: 2.0408163265vw;
  }
}
.pagination .page-numbers a,
.pagination .page-numbers span {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #f2f2f2;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 980px) {
  .pagination .page-numbers a,
  .pagination .page-numbers span {
    min-width: 8.1632653061vw;
    height: 8.1632653061vw;
    padding: 0 2.4489795918vw;
    line-height: 8.1632653061vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
    border-radius: 0.8163265306vw;
    -webkit-box-shadow: 0 0.4081632653vw 1.0204081633vw rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.4081632653vw 1.0204081633vw rgba(0, 0, 0, 0.05);
  }
}
.pagination .page-numbers a:hover {
  background: #000;
  color: #fff;
}
.pagination .page-numbers .current {
  background: #000;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

/* recruit.css start */
.p_single .inner .images {
  width: 100%;
  margin-bottom: 26px;
}
@media screen and (max-width: 980px) {
  .p_single .inner .images {
    margin-bottom: 5.306122449vw;
  }
}
.p_single .inner .images img {
  width: 100%;
}
.p_single .inner .element {
  max-width: 724px;
  width: 100%;
  margin: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .p_single .inner .element {
    max-width: none;
    -webkit-column-gap: 2.4489795918vw;
       -moz-column-gap: 2.4489795918vw;
            column-gap: 2.4489795918vw;
    margin-bottom: 10.2040816327vw;
  }
}
.p_single .inner .element p {
  font-size: 11px;
  font-weight: 400;
  color: #808080;
}
@media screen and (max-width: 980px) {
  .p_single .inner .element p {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.p_single .inner .text {
  max-width: 724px;
  width: 100%;
  margin: auto;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.9333333333;
  font-size: 15px;
}
@media screen and (max-width: 980px) {
  .p_single .inner .text {
    font-size: 15px;
    font-size: 3.0612244898vw;
    max-width: none;
  }
}
.p_single .inner .text a {
  display: inline-block;
  text-decoration: underline;
}
.p_single.special_vegetables .inner {
  padding-bottom: 97px;
}
@media screen and (max-width: 980px) {
  .p_single.special_vegetables .inner {
    padding-bottom: 16.3265306122vw;
  }
}
.p_single.special_vegetables .inner .images .thum {
  aspect-ratio: 1080/500;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_single.special_vegetables .inner .element {
  margin-bottom: 84px;
}
@media screen and (max-width: 980px) {
  .p_single.special_vegetables .inner .element {
    margin-bottom: 12.2448979592vw;
  }
}
.p_single.special_vegetables .inner .element p {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 980px) {
  .p_single.special_vegetables .inner .element p {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.p_single.special_vegetables .inner .content {
  max-width: 724px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p_single.special_vegetables .inner .content {
    max-width: none;
  }
}
.p_single.special_vegetables .inner .content .ttl {
  font-size: 21px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 36px;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .p_single.special_vegetables .inner .content .ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.p_single.special_vegetables .inner .content p {
  font-size: 1.6rem;
  line-height: 2.0625;
  font-size: 16px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  color: #000;
  text-align: left;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 980px) {
  .p_single.special_vegetables .inner .content p {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.p_single.special_vegetables .inner .content figure {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .p_single.special_vegetables .inner .content figure {
    margin-top: 16.3265306122vw;
  }
}
.p_single.special_vegetables .inner .content.kodawari {
  margin-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .p_single.special_vegetables .inner .content.kodawari {
    margin-bottom: 16.3265306122vw;
  }
}
.p_single.interview .inner {
  padding-bottom: 295px;
}
@media screen and (max-width: 980px) {
  .p_single.interview .inner {
    padding-bottom: 16.3265306122vw;
  }
}
.p_single.interview .inner .images {
  margin-bottom: 76px;
}
@media screen and (max-width: 980px) {
  .p_single.interview .inner .images {
    margin-bottom: 8.1632653061vw;
  }
}
.p_single.interview .inner .intro {
  margin-bottom: 86px;
}
@media screen and (max-width: 980px) {
  .p_single.interview .inner .intro {
    margin-bottom: 9.1836734694vw;
  }
}
.p_single.interview .inner .intro .catch {
  font-size: 3.1rem;
  line-height: 1.6451612903;
  font-family: "Shippori Mincho", serif;
  font-size: 31px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .p_single.interview .inner .intro .catch {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    font-size: 28px;
    font-size: 5.7142857143vw;
    margin-bottom: 8.1632653061vw;
  }
}
.p_single.interview .inner .intro .text p {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
}
@media screen and (max-width: 980px) {
  .p_single.interview .inner .intro .text p {
    font-size: 13px;
    font-size: 2.6530612245vw;
  }
}
.p_single.interview .inner .faq-item {
  margin-bottom: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 980px) {
  .p_single.interview .inner .faq-item {
    margin-bottom: 8.1632653061vw;
    row-gap: 3.0612244898vw;
  }
}
.p_single.interview .inner .faq-item:last-child {
  margin-bottom: 0;
}
.p_single.interview .inner .faq-item .question {
  font-size: 2.1rem;
  line-height: 2.4285714286;
  font-size: 21px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
}
.p_single.interview .inner .faq-item .question .q-number {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .p_single.interview .inner .faq-item .question {
    font-size: 1.8rem;
    line-height: 2.4444444444;
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.p_single.interview .inner .faq-item .answer {
  font-size: 1.6rem;
  line-height: 1.9375;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .p_single.interview .inner .faq-item .answer {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.p_single.interview .inner .faq-item .answer .schedule {
  display: grid;
  grid-template-columns: 1fr 6fr;
  grid-auto-flow: column;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .p_single.interview .inner .faq-item .answer .schedule {
    gap: 6.1224489796vw;
  }
}
.p_single.interview .inner .insert-image {
  margin-bottom: 88px;
}
.p_single.interview .tab-content {
  display: none;
}
.p_single.interview .tab-content.active {
  display: block;
}
.p_single.interview .tab-nav.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.p_single.interview .tab-nav.bottom li {
  cursor: pointer;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f2f2f2;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.p_single.interview .tab-nav.bottom li.active {
  background: #333;
  color: #fff;
}

.archive_special {
  border-top: 0.25px solid #989898;
}
.archive_special .inner {
  padding: 162px 0 180px;
}
@media screen and (max-width: 980px) {
  .archive_special .inner {
    padding: 16.3265306122vw 0;
  }
}
.archive_special .inner .title {
  margin-bottom: 57px;
}
@media screen and (max-width: 980px) {
  .archive_special .inner .title {
    margin-bottom: 9.1836734694vw;
  }
}
.archive_special .inner .special_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 57px 62px;
}
@media screen and (max-width: 980px) {
  .archive_special .inner .special_list {
    gap: 11.6326530612vw 12.6530612245vw;
  }
}
.archive_special .inner .special_list .item {
  position: relative;
}
.archive_special .inner .special_list .item:hover .images .thum {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.archive_special .inner .special_list .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive_special .inner .special_list .item .images {
  aspect-ratio: 480/223;
  margin-bottom: 26px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .archive_special .inner .special_list .item .images {
    margin-bottom: 5.306122449vw;
  }
}
.archive_special .inner .special_list .item .images .thum {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.archive_special .inner .special_list .item .title {
  row-gap: 17px;
}
@media screen and (max-width: 980px) {
  .archive_special .inner .special_list .item .title {
    row-gap: 3.4693877551vw;
  }
}
.archive_special .inner .special_list .item .title .ttl-ja {
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .archive_special .inner .special_list .item .title .ttl-ja {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.archive_special .inner .special_list .item .title .ttl-en {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-weight: 400;
  color: #4d4d4d;
}
@media screen and (max-width: 980px) {
  .archive_special .inner .special_list .item .title .ttl-en {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}

/* obsession.css start */
.obsession .title02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  row-gap: 13px;
  margin-bottom: 45px;
}
@media screen and (max-width: 980px) {
  .obsession .title02 {
    row-gap: 2.6530612245vw;
    margin-bottom: 9.1836734694vw;
  }
}
.obsession .title02 .ttl-ja {
  font-size: 31px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .obsession .title02 .ttl-ja {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.obsession .title02 .ttl-en {
  font-size: 11px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .obsession .title02 .ttl-en {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}

.obsession_sec01 .inner {
  padding: 73px 0 149px;
}
@media screen and (max-width: 980px) {
  .obsession_sec01 .inner {
    padding: 16.3265306122vw 0;
  }
}
.obsession_sec01 .inner .catch {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-bottom: 143px;
}
@media screen and (max-width: 980px) {
  .obsession_sec01 .inner .catch {
    margin-bottom: 16.3265306122vw;
  }
}
.obsession_sec01 .inner .catch:last-child {
  margin-bottom: 0;
}
.obsession_sec01 .inner .catch .ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .obsession_sec01 .inner .catch .ttl {
    margin-bottom: 6.1224489796vw;
  }
}
.obsession_sec01 .inner .catch .big-ttl {
  font-size: 4rem;
  line-height: 1.475;
  font-size: 40px;
  letter-spacing: 0.146em;
  margin-bottom: 58px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .obsession_sec01 .inner .catch .big-ttl {
    font-size: 2.7rem;
    line-height: 1.8518518519;
    font-size: 27px;
    font-size: 5.5102040816vw;
    margin-bottom: 6.1224489796vw;
  }
}
.obsession_sec01 .inner .catch .description {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.obsession_sec01 .inner .catch .item {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-bottom: 90px;
}
@media screen and (max-width: 980px) {
  .obsession_sec01 .inner .catch .item {
    grid-template-columns: 30.612244898vw 1fr;
    gap: 6.1224489796vw;
    margin-bottom: 10.2040816327vw;
  }
}
.obsession_sec01 .inner .catch .item:last-child {
  margin-bottom: 0;
}
.obsession_sec01 .inner .catch .item .big-ttl {
  font-size: 4rem;
  line-height: 1.475;
  font-size: 40px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .obsession_sec01 .inner .catch .item .big-ttl {
    font-size: 2.7rem;
    line-height: 1.8518518519;
    font-size: 27px;
    font-size: 5.5102040816vw;
  }
}
.obsession_sec01 .inner .catch .item .description {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .obsession_sec01 .inner .catch .item .description {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}

.obsession_sec02 .inner {
  padding: 89px 0 190px;
}
@media screen and (max-width: 980px) {
  .obsession_sec02 .inner {
    padding: 16.3265306122vw 0;
  }
}
.obsession_sec02 .inner .title {
  margin-bottom: 57px;
}
@media screen and (max-width: 980px) {
  .obsession_sec02 .inner .title {
    margin-bottom: 9.1836734694vw;
  }
}
.obsession_sec02 .inner .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 56px 62px;
}
@media screen and (max-width: 980px) {
  .obsession_sec02 .inner .wp-block-post-template {
    gap: 10.2040816327vw 12.2448979592vw;
  }
}
.obsession_sec02 .inner .wp-block-post-template .wp-block-post:hover .wp-block-post-featured-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.obsession_sec02 .inner .wp-block-post-template .wp-block-post .wp-block-post-featured-image {
  aspect-ratio: 480/223;
  margin-bottom: 26px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .obsession_sec02 .inner .wp-block-post-template .wp-block-post .wp-block-post-featured-image {
    margin-bottom: 5.306122449vw;
  }
}
.obsession_sec02 .inner .wp-block-post-template .wp-block-post .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.obsession_sec02 .inner .wp-block-post-template .wp-block-post .title {
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 17px;
}
@media screen and (max-width: 980px) {
  .obsession_sec02 .inner .wp-block-post-template .wp-block-post .title {
    row-gap: 3.4693877551vw;
  }
}
.obsession_sec02 .inner .wp-block-post-template .wp-block-post .title .ttl-en {
  color: #4d4d4d;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .obsession_sec02 .inner .wp-block-post-template .wp-block-post .title .ttl-en {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.obsession_sec02 .inner .wp-block-post-template .wp-block-post .title .ttl-ja {
  font-size: 21px;
  color: #000000;
}
@media screen and (max-width: 980px) {
  .obsession_sec02 .inner .wp-block-post-template .wp-block-post .title .ttl-ja {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}

/* staff.css start */
.staff_sec .inner {
  padding: 80px 0 180px;
}
@media screen and (max-width: 980px) {
  .staff_sec .inner {
    padding: 16.3265306122vw 0;
  }
}
.staff_sec .inner .dept-title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .staff_sec .inner .dept-title {
    font-size: 20px;
    font-size: 4.0816326531vw;
    margin-bottom: 8.1632653061vw;
  }
}
.staff_sec .inner .staff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 130px 120px;
  margin-bottom: 120px;
}
.staff_sec .inner .staff-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .staff_sec .inner .staff-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 10.2040816327vw 4.0816326531vw;
    margin-bottom: 10.2040816327vw;
  }
}
.staff_sec .inner .staff-list .list-item .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .staff_sec .inner .staff-list .list-item .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.0612244898vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5.1020408163vw;
  }
}
.staff_sec .inner .staff-list .list-item .column figure {
  width: 141px;
  height: 141px;
  border-radius: 50px;
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .staff_sec .inner .staff-list .list-item .column figure {
    text-align: center;
    aspect-ratio: 1/1;
    border-radius: 10.2040816327vw;
    margin-bottom: 0;
  }
}
.staff_sec .inner .staff-list .list-item .column figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 980px) {
  .staff_sec .inner .staff-list .list-item .column figure img {
    border-radius: 10.2040816327vw;
  }
}
.staff_sec .inner .staff-list .list-item .column .prof {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.staff_sec .inner .staff-list .list-item .column .prof .f-10 {
  font-size: 1rem;
  line-height: 1.9;
  font-size: 10px;
}
@media screen and (max-width: 980px) {
  .staff_sec .inner .staff-list .list-item .column .prof .f-10 {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.staff_sec .inner .staff-list .list-item .column .prof .f-18 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .staff_sec .inner .staff-list .list-item .column .prof .f-18 {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.staff_sec .inner .staff-list .list-item dl {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13px;
}
@media screen and (max-width: 980px) {
  .staff_sec .inner .staff-list .list-item dl {
    margin-bottom: 4.0816326531vw;
    row-gap: 1.6326530612vw;
  }
}
.staff_sec .inner .staff-list .list-item dl dt,
.staff_sec .inner .staff-list .list-item dl dd {
  font-size: 1.1rem;
  line-height: 1.7272727273;
  font-size: 11px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 980px) {
  .staff_sec .inner .staff-list .list-item dl dt,
  .staff_sec .inner .staff-list .list-item dl dd {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.staff_sec .inner .staff-list .list-item .text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-size: 13px;
}
@media screen and (max-width: 980px) {
  .staff_sec .inner .staff-list .list-item .text {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}

.interview_sec {
  border-top: 0.25px solid #989898;
}
.interview_sec .inner {
  padding: 208px 0 196px;
}
@media screen and (max-width: 980px) {
  .interview_sec .inner {
    padding: 16.3265306122vw 0;
  }
}
.interview_sec .inner .title {
  margin-bottom: 96px;
}
@media screen and (max-width: 980px) {
  .interview_sec .inner .title {
    margin-bottom: 9.1836734694vw;
  }
}
.interview_sec .inner .interview-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .interview_sec .inner .interview-list {
    grid-auto-flow: row;
    grid-template-rows: auto;
    grid-template-columns: none;
  }
}
.interview_sec .inner .interview-list .list-item {
  position: relative;
}
.interview_sec .inner .interview-list .list-item:hover .images .thum {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.interview_sec .inner .interview-list .list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interview_sec .inner .interview-list .list-item .images {
  aspect-ratio: 321/223;
  margin-bottom: 17px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .interview_sec .inner .interview-list .list-item .images {
    margin-bottom: 3.4693877551vw;
    aspect-ratio: 320/150;
  }
}
.interview_sec .inner .interview-list .list-item .images .thum {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.interview_sec .inner .interview-list .list-item .ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .interview_sec .inner .interview-list .list-item .ttl {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}/*# sourceMappingURL=style.css.map */