@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ゴシック */
/* 明朝体 */
/* 英語 */
/* 採用ページ */
/*theme color*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  height: 100%;
  color: #222;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 1280px) {
    html {
      font-size: 15px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }

body {
  position: relative; }
  body.open {
    overflow: hidden;
    height: 100%; }

@media screen and (min-width: 767.5px) and (max-width: 1023.9px) {
  body {
    font-size: calc(100vw / 70); } }
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: inline; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 767px) {
    br.brsp {
      display: inline; } }

@media screen and (max-width: 767px) {
  br.brpc {
    display: none; } }

.inner {
  margin: 0 auto;
  padding: 0 30px;
  /*width: min(100%,1560px);*/ }
  @media screen and (max-width: 767px) {
    .inner {
      padding: 0 30px; } }

section {
  position: relative;
  padding: 12.5rem 0; }
  @media screen and (max-width: 767px) {
    section {
      padding: 10rem 0 2.5rem; } }

a.btn-link, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
  color: #131313;
  font-size: 1.0625rem;
  margin: 0;
  padding: 0 2.6rem 0 0;
  letter-spacing: 0;
  height: 28px;
  line-height: 1em;
  font-family: "Tinos", serif;
  font-weight: bold;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #131313; }
  @media screen and (max-width: 767px) {
    a.btn-link, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
      font-size: 10px;
      padding: 0 26px 0 0;
      height: 18px; } }
  a.btn-link::before, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a::before {
    content: '';
    display: block;
    background: url(../img/arrow_b.svg) 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 3px;
    width: 25px;
    height: 11px; }
    @media screen and (max-width: 767px) {
      a.btn-link::before, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a::before {
        width: 14px;
        height: 6px; } }
  a.btn-link::after, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a::after {
    content: '';
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s; }
  a.btn-link:hover, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:hover {
    color: #131313; }
    a.btn-link:hover::after, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:hover::after {
      transform: scale(1, 1);
      transition: .3s; }

a {
  color: #222;
  text-decoration: none;
  transition: .2s; }
  a:hover {
    color: #009999;
    transition: .2s; }
    a:hover img {
      transition: .2s; }

@media screen and (max-width: 767px) {
  .pcblock {
    display: none !important; } }

.spblock {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .spblock {
      display: block !important; } }

@media screen and (max-width: 767px) {
  .spnone {
    display: none; } }
/*ul reset*/
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0; }

/*sns*/
ul.sns-nav__ul {
  display: flex;
  margin: 0;
  gap: 12px; }
  ul.sns-nav__ul li {
    list-style: none; }
    ul.sns-nav__ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      line-height: 52px;
      text-align: center;
      color: #fff;
      font-size: 25px;
      background: #000;
      border-radius: 50%;
      position: relative;
      /*sns*/
      /*fb*/ }
      ul.sns-nav__ul li a::after {
        content: '';
        width: 0;
        height: 0;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 0.3);
        transition: .3s; }
      ul.sns-nav__ul li a.yt {
        background: #000; }
        ul.sns-nav__ul li a.yt img {
          width: 28px;
          height: auto; }
      ul.sns-nav__ul li a.mail {
        background: #009999; }
      ul.sns-nav__ul li a.tk {
        background: #000; }
        ul.sns-nav__ul li a.tk img {
          width: 35px;
          height: auto; }
      ul.sns-nav__ul li a:hover::after {
        width: 100%;
        height: 100%;
        transition: .3s; }

/*flex*/
ul.ul-flex {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    ul.ul-flex {
      display: block; } }
  ul.ul-flex li {
    width: calc((100% / 3) - 1.5rem);
    margin-right: 2.25rem;
    margin-bottom: 2.25rem; }
    @media screen and (max-width: 767px) {
      ul.ul-flex li {
        width: 100%;
        margin-right: 0; } }
    ul.ul-flex li:nth-child(3n) {
      margin-right: 0; }
    ul.ul-flex li a {
      display: block; }
      ul.ul-flex li a div.img {
        position: relative;
        width: 100%;
        aspect-ratio: 3/2;
        overflow: hidden; }
        ul.ul-flex li a div.img img {
          display: block;
          width: 100%;
          vertical-align: bottom;
          object-fit: cover;
          transform: scale(1);
          transition: .5s ease-in-out; }
      ul.ul-flex li a div.txt div.title {
        margin-top: 1em;
        font-weight: bold;
        line-height: 1.5; }
      ul.ul-flex li a div.txt div.date {
        padding-top: .75em; }
        ul.ul-flex li a div.txt div.date time {
          font-size: .9em; }
      ul.ul-flex li a:hover div.img img {
        opacity: 1;
        transform: scale(1.15);
        transition: .5s ease-in-out; }

/*news_txt*/
ul.ul_newstxt li {
  border-top: 1px solid #d8dbd3; }
  @media screen and (max-width: 767px) {
    ul.ul_newstxt li {
      display: block; } }
  ul.ul_newstxt li:last-child {
    border-bottom: 1px solid #d8dbd3; }
  ul.ul_newstxt li a {
    display: flex;
    padding: 2rem 0;
    transition: .2s;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      ul.ul_newstxt li a {
        padding: 1.5rem 0; } }
    @media screen and (max-width: 767px) {
      ul.ul_newstxt li a {
        padding: 1.14rem;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    ul.ul_newstxt li a:hover {
      color: #009999;
      background: #f5f4ef;
      transition: .2s; }
    ul.ul_newstxt li a div.date {
      width: 10rem;
      font-size: 0.875rem;
      letter-spacing: 0.15em;
      padding: 0 0 0 1.56rem;
      height: 26px;
      line-height: 26px;
      margin: 1px 0 0 0; }
      @media screen and (max-width: 768px) {
        ul.ul_newstxt li a div.date {
          width: 6rem;
          font-size: 10px;
          line-height: 21px;
          height: 21px;
          padding: 0 0 0 0.78rem; } }
      @media screen and (max-width: 767px) {
        ul.ul_newstxt li a div.date {
          font-size: 11px;
          width: 6.3rem;
          padding: 0; } }
      ul.ul_newstxt li a div.date time {
        height: 26px;
        line-height: 26px; }
        @media screen and (max-width: 768px) {
          ul.ul_newstxt li a div.date time {
            height: 21px;
            line-height: 21px; } }
    ul.ul_newstxt li a div.cat {
      width: 7.5rem;
      font-size: 0.75rem;
      height: 26px;
      line-height: 26px;
      letter-spacing: 0.15em;
      text-align: center;
      margin: 1px 0 0 0; }
      @media screen and (max-width: 768px) {
        ul.ul_newstxt li a div.cat {
          width: 6rem;
          height: 21px;
          line-height: 21px;
          font-size: 10px; } }
      @media screen and (max-width: 767px) {
        ul.ul_newstxt li a div.cat {
          width: 6.57rem; } }
      ul.ul_newstxt li a div.cat.cat-news {
        background: #d8dbd3; }
      ul.ul_newstxt li a div.cat.cat-recruit {
        background: #131313;
        color: #fff; }
      ul.ul_newstxt li a div.cat.cat-activity {
        background: #009999;
        color: #fff; }
    ul.ul_newstxt li a div.title {
      width: calc(100% - 17.5rem);
      font-size: 0.875rem;
      letter-spacing: 0.15em;
      line-height: 2em;
      padding: 0 1.75rem 0 2.875rem; }
      @media screen and (max-width: 768px) {
        ul.ul_newstxt li a div.title {
          font-size: 12px;
          width: calc(100% - 12rem);
          padding: 0 0.875rem 0 1rem; } }
      @media screen and (max-width: 767px) {
        ul.ul_newstxt li a div.title {
          margin-top: .5em;
          width: 100%;
          padding: 0;
          line-height: 19px;
          letter-spacing: 0; } }

/*googlemap*/
.ggmap {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/*blockcontents*/
div.single_content {
  padding-bottom: 3.75rem;
  font-size: 1.1em;
  line-height: 1.6;
  word-break: break-all; }
  @media screen and (max-width: 767px) {
    div.single_content {
      padding-bottom: 1.875rem;
      font-size: 1em;
      line-height: 1.5; } }
  div.single_content a:not(.wp-block-button__link) {
    text-decoration: none;
    transition: .2s;
    display: inline-block; }
    div.single_content a:not(.wp-block-button__link):hover {
      transform: translateY(-4px);
      transition: .2s; }
  div.single_content ul {
    padding-left: 1.5em; }
  div.single_content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    div.single_content table tr th {
      padding-bottom: .25em;
      border-bottom: 2px solid #333; }
  div.single_content figure {
    margin: auto; }

/* -------------------------------- 
header components 
--------------------------------- */
header.header {
  position: fixed;
  z-index: 1100;
  transition: .2s;
  width: calc(100% - 60px);
  left: 30px;
  top: 30px;
  /*fix*/ }
  header.header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    border-radius: 10px;
    transition: .3s; }
    @media screen and (max-width: 767px) {
      header.header::before {
        border-radius: 0; } }
  @media screen and (max-width: 767px) {
    header.header {
      left: 0;
      top: 0;
      width: 100%;
      border-radius: 0; } }
  header.header div.headerflex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: .2s;
    min-height: 90px;
    background: none;
    padding: 0 1rem 0 2.2rem; }
    @media screen and (max-width: 1024px) {
      header.header div.headerflex {
        min-height: 78px;
        padding: 0 90px 0 1.5rem; } }
    @media screen and (max-width: 767px) {
      header.header div.headerflex {
        min-height: 70px;
        height: 70px;
        padding: 0 65px 0 20px; } }
    header.header div.headerflex div.left {
      width: 13.45rem; }
      @media screen and (max-width: 767px) {
        header.header div.headerflex div.left {
          width: 158px; } }
      header.header div.headerflex div.left h1 {
        margin: 0; }
        header.header div.headerflex div.left h1 a {
          display: flex;
          height: 90px;
          align-items: center; }
          @media screen and (max-width: 1024px) {
            header.header div.headerflex div.left h1 a {
              height: 78px; } }
          @media screen and (max-width: 767px) {
            header.header div.headerflex div.left h1 a {
              height: 70px; } }
          header.header div.headerflex div.left h1 a img {
            display: block;
            vertical-align: bottom; }
    header.header div.headerflex div.right {
      width: calc(100% - 15rem);
      display: flex;
      justify-content: flex-end;
      padding-left: 1.875rem; }
      @media screen and (max-width: 1024px) {
        header.header div.headerflex div.right {
          width: calc(100% - 12.5rem); } }
      @media screen and (max-width: 767px) {
        header.header div.headerflex div.right {
          display: block;
          width: 9rem;
          padding: 0; } }
      @media screen and (max-width: 1024px) {
        header.header div.headerflex div.right nav.gnav {
          display: none; } }
      header.header div.headerflex div.right nav.gnav > ul {
        display: flex;
        height: 90px;
        align-items: center;
        gap: 1.6em; }
        @media screen and (max-width: 1024px) {
          header.header div.headerflex div.right nav.gnav > ul {
            height: 78px; } }
        header.header div.headerflex div.right nav.gnav > ul > li {
          height: 100%;
          position: relative; }
          header.header div.headerflex div.right nav.gnav > ul > li:hover > span {
            color: #009999; }
          header.header div.headerflex div.right nav.gnav > ul > li > a, header.header div.headerflex div.right nav.gnav > ul > li > span {
            height: 100%;
            display: flex;
            align-items: center; }
            @media screen and (max-width: 1280px) {
              header.header div.headerflex div.right nav.gnav > ul > li > a, header.header div.headerflex div.right nav.gnav > ul > li > span {
                letter-spacing: 0;
                font-size: 0.9em; } }
            header.header div.headerflex div.right nav.gnav > ul > li > a:hover, header.header div.headerflex div.right nav.gnav > ul > li > span:hover {
              color: #009999; }
          header.header div.headerflex div.right nav.gnav > ul > li:last-child {
            margin-right: 0; }
          header.header div.headerflex div.right nav.gnav > ul > li .lower-wrap {
            width: 300px;
            padding: 1.7rem 0;
            position: absolute;
            left: 0;
            right: 0;
            top: 80px;
            background: rgba(19, 19, 19, 0.8);
            border-radius: 10px;
            opacity: 0;
            visibility: hidden;
            transition: .3s;
            /*overflow: hidden;*/
            -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
            /*.parent_title {
                margin: 0 auto 2rem;
                padding: 0 30px;
                max-width: 1100px;
                font-size: 2rem;
                font-weight: 600;
                letter-spacing: 0.15em;
                line-height: 1em;
                height: 1em;
                display: flex;
                align-items: center;
                span {
                    letter-spacing: 0;
                    font-weight: normal;
                    font-family: $en;
                    font-size: 1.1875rem;
                    padding: 0.2em 0 0 1rem;
                }
            }*/ }
            @media screen and (max-width: 1024px) {
              header.header div.headerflex div.right nav.gnav > ul > li .lower-wrap {
                top: 68px; } }
            header.header div.headerflex div.right nav.gnav > ul > li .lower-wrap::before {
              content: '';
              clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
              width: 14px;
              height: 10px;
              position: absolute;
              top: -10px;
              left: 22px;
              background: rgba(19, 19, 19, 0.8);
              z-index: 1; }
            header.header div.headerflex div.right nav.gnav > ul > li .lower-wrap .lower-menu {
              display: flex;
              margin: 0 auto;
              padding: 0 2.25rem;
              max-width: 1100px;
              list-style: none;
              flex-wrap: wrap;
              justify-content: flex-start;
              gap: 16px; }
              header.header div.headerflex div.right nav.gnav > ul > li .lower-wrap .lower-menu > li a {
                letter-spacing: 0.1;
                position: relative;
                display: block;
                /*padding: 0 25px 1rem 0;
                padding: 0 25px 8px 0;*/
                padding: 0 0 7px;
                border-bottom: 1px solid #fff;
                font-size: 0.9em;
                color: #fff;
                /*&::before {
                    content: '';
                    background: url(../img/arrow.svg) center center no-repeat;
                    background-size: 20px auto;
                    width: 20px;
                    height: 9px;
                    position: absolute;
                    top: 6px;
                    right: 0;
                }*/ }
          header.header div.headerflex div.right nav.gnav > ul > li:hover .lower-wrap {
            opacity: 1;
            visibility: visible;
            transition: .3s;
            -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px); }
      header.header div.headerflex div.right nav.sns-nav {
        margin-left: 1.875rem;
        text-align: right; }
        @media screen and (max-width: 767px) {
          header.header div.headerflex div.right nav.sns-nav {
            margin-left: 0; } }
        header.header div.headerflex div.right nav.sns-nav ul.sns-nav__ul {
          height: 90px;
          align-items: center; }
          @media screen and (max-width: 1024px) {
            header.header div.headerflex div.right nav.sns-nav ul.sns-nav__ul {
              height: 78px; } }
          @media screen and (max-width: 767px) {
            header.header div.headerflex div.right nav.sns-nav ul.sns-nav__ul {
              height: 70px;
              justify-content: flex-end; }
              header.header div.headerflex div.right nav.sns-nav ul.sns-nav__ul li a {
                width: 30px;
                height: 30px;
                font-size: 14px; } }
  header.header.is_fixed {
    /*box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.3);*/
    transition: .2s; }
    header.header.is_fixed div.headerflex {
      transition: .2s; }

/*header.header:has(li:hover .lower-wrap) {
    &::before {
        border-radius: 10px 10px 0 0;
        transition: .3s;
    }
}*/
/*header.header nav.gnav > ul > li:has(.lower-wrap) {
    > a {
        &::after {
            content: '+';
            display: inline-block;
            font-size: 1.2em;
            padding-left: 0.25em;
            width: 18px;
            transition: .3s;
        }
    }
    &:hover {
        > a {
            &::after {
                content: '−';
                font-size: 1.2em;
                width: 18px;
                transition: .3s;
            }
        }
    }
}*/
/*hamburger*/
.hamburger, .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.hamburger {
  position: fixed;
  top: 64px;
  right: 58px;
  width: 32px;
  height: 14px;
  z-index: 10000;
  display: none; }
  @media screen and (max-width: 1024px) {
    .hamburger {
      display: block; } }
  @media screen and (max-width: 767px) {
    .hamburger {
      top: 28px;
      right: 20px; } }
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222; }
    .hamburger span:nth-of-type(1) {
      top: 0; }
    .hamburger span:nth-of-type(2) {
      top: 6px; }
    .hamburger span:nth-of-type(3) {
      bottom: 0; }
  .hamburger.active {
    position: fixed; }
    .hamburger.active span:nth-of-type(1) {
      -webkit-transform: translateY(6px) rotate(-45deg);
      transform: translateY(6px) rotate(-45deg);
      background: #fff; }
    .hamburger.active span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      -webkit-animation: active-menu-bar02 .8s forwards;
      animation: active-menu-bar02 .8s forwards; }
    .hamburger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-6px) rotate(45deg);
      transform: translateY(-6px) rotate(45deg);
      background: #fff; }

/* ヘッダーがis_fixedしたら */
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
/*nav*/
.navigation {
  position: fixed;
  padding: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  overflow: auto;
  opacity: 0;
  transition: .8s;
  z-index: 0;
  visibility: hidden; }
  .navigation::before {
    content: '';
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.01);
    transition: .8s;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px); }
  .navigation.open {
    opacity: 1;
    transition: .6s;
    z-index: 9999;
    visibility: visible; }
    .navigation.open::before {
      width: 100%;
      transition: .6s;
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      background: rgba(19, 19, 19, 0.92); }
  .navigation .navigation__inner {
    z-index: 1;
    width: calc(100% - 100px);
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .navigation .navigation__inner {
        max-width: 850px; } }
    @media screen and (max-width: 1024px) {
      .navigation .navigation__inner {
        max-width: 400px;
        flex-direction: column-reverse; } }
    @media screen and (max-width: 428px) {
      .navigation .navigation__inner {
        width: calc(100% - 80px); } }
    .navigation .navigation__inner nav.gnav > ul {
      margin: 0;
      padding: 0; }
      .navigation .navigation__inner nav.gnav > ul > li {
        margin-bottom: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .navigation .navigation__inner nav.gnav > ul > li:last-child {
          margin-bottom: 0; }
        .navigation .navigation__inner nav.gnav > ul > li a {
          display: inline-block;
          padding: 0;
          font-weight: bold;
          font-size: 18px;
          font-weight: normal;
          line-height: 22px;
          letter-spacing: 0.15em;
          text-transform: uppercase;
          height: 22px;
          display: inline-block;
          color: #fff; }
        .navigation .navigation__inner nav.gnav > ul > li span {
          display: inline-block;
          margin: 0;
          font-size: .75em;
          color: #009999;
          opacity: .9;
          font-family: "Tinos", serif;
          line-height: 22px;
          height: 22px;
          padding: 2px 0 0 0.75em; }
        .navigation .navigation__inner nav.gnav > ul > li .lower-wrap {
          width: 100%; }
          .navigation .navigation__inner nav.gnav > ul > li .lower-wrap ul.lower-menu {
            display: flex;
            flex-wrap: wrap;
            margin: 0.5em 0 1.5rem;
            list-style: none;
            padding: 0; }
            @media screen and (max-width: 1024px) {
              .navigation .navigation__inner nav.gnav > ul > li .lower-wrap ul.lower-menu {
                margin: 0.5em 0 1rem; } }
            .navigation .navigation__inner nav.gnav > ul > li .lower-wrap ul.lower-menu li {
              margin-right: 1em;
              margin-bottom: 0.5em;
              list-style: none;
              padding: 0;
              display: flex;
              align-items: center; }
              .navigation .navigation__inner nav.gnav > ul > li .lower-wrap ul.lower-menu li a {
                font-size: 12px;
                letter-spacing: 0;
                border-bottom: 1px solid #fff;
                /*padding: 0.25em 2em 0.25em 0;*/
                padding: 0.25em 2px 0.25em 2px;
                position: relative;
                display: block;
                height: auto;
                /*&::before {
                    content: '';
                    display: block;
                    background: url(../img/arrow.svg) 0 0 no-repeat;
                    position: absolute;
                    right: 0;
                    top: 12px;
                    width: 14px;
                    height: 6px;
                }*/ }

/* -------------------------------- 
footer components 
--------------------------------- */
footer {
  position: relative;
  padding: 60px 0;
  color: #131313;
  background: #fff; }
  @media screen and (max-width: 768px) {
    footer {
      letter-spacing: 0; } }
  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 100px; } }
  footer div.footer-flex {
    display: flex;
    /*max-width: 1303px;*/
    max-width: 1000px;
    padding: 0 30px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      footer div.footer-flex {
        max-width: 1116px; } }
    @media screen and (max-width: 1024px) {
      footer div.footer-flex {
        max-width: 904px; } }
    @media screen and (max-width: 767px) {
      footer div.footer-flex {
        display: block; } }
    footer div.footer-flex div.left {
      width: calc(100% - 62%);
      position: relative;
      padding: 0 0 10px; }
      @media screen and (max-width: 767px) {
        footer div.footer-flex div.left {
          width: 100%;
          position: static;
          padding: 0 0 45px; } }
      footer div.footer-flex div.left .f_logo {
        width: 250px;
        display: block;
        margin: 0 0 2rem; }
        @media screen and (max-width: 1024px) {
          footer div.footer-flex div.left .f_logo {
            width: 200px; } }
      footer div.footer-flex div.left p {
        /*font-size: 0.8125rem;*/
        font-size: 0.75rem;
        margin: 0;
        padding: 0;
        line-height: 1.6em; }
        @media screen and (max-width: 1024px) {
          footer div.footer-flex div.left p {
            font-size: 0.65rem; } }
        @media screen and (max-width: 767px) {
          footer div.footer-flex div.left p {
            font-size: 11px; } }
        footer div.footer-flex div.left p.footer-flex__add {
          margin-bottom: 1em; }
          footer div.footer-flex div.left p.footer-flex__add span {
            display: block; }
        footer div.footer-flex div.left p.footer-flex__tel {
          margin: 0 0 1rem; }
        footer div.footer-flex div.left p.footer-flex__privacy {
          margin: 0 0 2rem; }
      footer div.footer-flex div.left p.footer-flex__copy {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 1em;
        position: absolute;
        left: 0;
        bottom: 0; }
        @media screen and (max-width: 767px) {
          footer div.footer-flex div.left p.footer-flex__copy {
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-top: 1px solid #d8dbd3;
            width: 100%; } }
    footer div.footer-flex div.right {
      width: 62%;
      padding: 0; }
      @media screen and (max-width: 767px) {
        footer div.footer-flex div.right {
          width: 100%;
          padding-left: 0;
          text-align: left; } }
      footer div.footer-flex div.right ul.f_bnr {
        list-style: none;
        margin: 0 0 2.5rem;
        padding: 0;
        display: flex;
        gap: 10.5px;
        flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          footer div.footer-flex div.right ul.f_bnr {
            gap: 8px; } }
        footer div.footer-flex div.right ul.f_bnr li {
          width: calc(100% / 3 - 7px);
          border: 1px solid #d8dbd3;
          transition: .3s; }
          @media screen and (max-width: 767px) {
            footer div.footer-flex div.right ul.f_bnr li {
              width: calc(100% / 2 - 4px); } }
          footer div.footer-flex div.right ul.f_bnr li a {
            width: 100%;
            /*padding: 34.1% 0 0 0;*/
            padding: 32% 0 0 0;
            position: relative;
            display: block; }
            footer div.footer-flex div.right ul.f_bnr li a img {
              display: block;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              max-width: 230px;
              max-height: 70px;
              width: calc(100% - 15px);
              height: calc(100% - 15px);
              object-fit: contain; }
              @media screen and (max-width: 1024px) {
                footer div.footer-flex div.right ul.f_bnr li a img {
                  max-width: 184px;
                  max-height: 56px;
                  width: calc(100% - 12px);
                  height: calc(100% - 12px); } }
          footer div.footer-flex div.right ul.f_bnr li:hover {
            transform: scale(1.05);
            transition: .3s; }
      footer div.footer-flex div.right .gnav ul.footer_ul {
        display: flex;
        font-weight: 600;
        letter-spacing: 0.1em;
        justify-content: space-between;
        gap: 10px; }
        @media screen and (max-width: 1024px) {
          footer div.footer-flex div.right .gnav ul.footer_ul {
            gap: 8px; } }
        @media screen and (max-width: 767px) {
          footer div.footer-flex div.right .gnav ul.footer_ul {
            flex-wrap: wrap;
            gap: 20px 8px; } }
        footer div.footer-flex div.right .gnav ul.footer_ul > li {
          /*flex-grow: 1;*/ }
          @media screen and (max-width: 767px) {
            footer div.footer-flex div.right .gnav ul.footer_ul > li {
              width: calc(100% / 2 - 4px); } }
          footer div.footer-flex div.right .gnav ul.footer_ul > li > a {
            /*font-size: 0.9375rem;*/
            font-size: 13px;
            position: relative; }
            @media screen and (max-width: 1024px) {
              footer div.footer-flex div.right .gnav ul.footer_ul > li > a {
                font-size: 0.75rem; } }
            footer div.footer-flex div.right .gnav ul.footer_ul > li > a::before {
              content: '';
              position: absolute;
              left: 0;
              bottom: -0.35em;
              width: 100%;
              height: 1px;
              background: #131313;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform 0.3s; }
            footer div.footer-flex div.right .gnav ul.footer_ul > li > a:hover::before {
              transform: scale(1, 1);
              transform-origin: left top;
              background: #009999; }
          footer div.footer-flex div.right .gnav ul.footer_ul > li ul.sub-menu {
            list-style: none;
            margin: 1rem 0 0 0;
            padding: 0; }
            @media screen and (max-width: 767px) {
              footer div.footer-flex div.right .gnav ul.footer_ul > li ul.sub-menu {
                margin: 0.7rem 0 0 0; } }
            footer div.footer-flex div.right .gnav ul.footer_ul > li ul.sub-menu > li {
              list-style: none;
              margin: 0 0 10px;
              padding: 0; }
              footer div.footer-flex div.right .gnav ul.footer_ul > li ul.sub-menu > li a {
                font-size: 10px;
                color: #7d7d7d;
                line-height: 1.4em;
                display: block; }
                @media screen and (max-width: 1024px) {
                  footer div.footer-flex div.right .gnav ul.footer_ul > li ul.sub-menu > li a {
                    letter-spacing: 0; } }
              footer div.footer-flex div.right .gnav ul.footer_ul > li ul.sub-menu > li:last-child {
                margin: 0; }

body.sub footer {
  border-top: 1px solid #131313; }

div.page-top {
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    div.page-top {
      right: 20px;
      width: 40px;
      height: 40px;
      line-height: 36px; } }
  div.page-top::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    color: #009999;
    font-size: 2em;
    background: url(../img/arrow_b.svg) center center no-repeat #fff;
    background-size: 32px auto;
    transform: rotate(-90deg);
    border: 1px solid #131313;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      div.page-top::after {
        background-size: 21px auto; } }
  div.page-top:hover::after {
    background: url(../img/arrow.svg) center center no-repeat #131313;
    background-size: 32px auto;
    transition: .2s; }

/* -------------------------------- 
common components 
--------------------------------- */
.bg {
  background-color: #f5f4ef; }

/* -------------------------------- 
index components 
--------------------------------- */
/*all*/
body.home {
  overflow-x: hidden;
  /* ulタグ */
  /* PCの時のフォントサイズ */
  /* アニメーション */ }
  body.home .top-visual {
    position: relative;
    /*width: 1536px;
    padding: 864px 0 0 0;*/
    width: 100%;
    padding: 56.25% 0 0 0;
    margin: 0 auto;
    background: #fff; }
    body.home .top-visual::before {
      content: '';
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(19, 19, 19, 0.7);
      position: absolute;
      animation-duration: 8s;
      top: 0;
      left: 0;
      animation-name: slidein_o1; }
@keyframes slidein_o1 {
  from {
    opacity: 0; }
  90% {
    opacity: 0; }
  to {
    opacity: 1; } }
    body.home .top-visual img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
      body.home .top-visual img.img01 {
        animation-duration: 2.5s;
        animation-name: slidein; }
      body.home .top-visual img.img02 {
        animation-duration: 3.5s;
        animation-name: slidein2; }
      body.home .top-visual img.img03 {
        animation-duration: 4.5s;
        animation-name: slidein3; }
      body.home .top-visual img.img04 {
        animation-duration: 5.5s;
        animation-name: slidein4; }
      body.home .top-visual img.img05 {
        animation-duration: 6.5s;
        animation-name: slidein5; }
      body.home .top-visual img.img06 {
        animation-duration: 7.5s;
        animation-name: slidein6; }
@keyframes slidein {
  from {
    transform: scale(2); }
  to {
    transform: scale(1);
    opacity: 1; } }
@keyframes slidein2 {
  from {
    opacity: 0; }
  33% {
    transform: scale(2);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
@keyframes slidein3 {
  from {
    opacity: 0; }
  40% {
    transform: scale(2);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
@keyframes slidein4 {
  from {
    opacity: 0; }
  40% {
    transform: scale(2);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
@keyframes slidein5 {
  from {
    opacity: 0; }
  50% {
    transform: scale(2);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
@keyframes slidein6 {
  from {
    opacity: 0; }
  50% {
    opacity: 0;
    transform: scale(2) perspective(300px) rotateX(5deg); }
  to {
    transform: scale(1) perspective(none) rotateX(0deg);
    opacity: 1; } }
    body.home .top-visual .catch {
      margin: 0;
      padding: 0;
      position: absolute;
      /*top: calc(50% - 0.32em);*/
      top: calc(50% - 0.5em);
      left: 50%;
      width: 100%;
      font-weight: 600;
      transform: translate(-50%, -50%);
      width: 100%;
      align-items: center;
      justify-content: center;
      z-index: 2;
      display: flex;
      height: 1em;
      letter-spacing: 0.2em;
      /*font-size: 100px;*/
      font-size: 80px;
      /*&.en {
          font-size: 44px;
          top: calc(50% + 1.8em);
          font-family: $en;
          font-weight: 600;
          letter-spacing: 0;
          @include mq(lg) {
              font-size: 33px;
          }
          @include mq(md) {
              font-size: 22px;
          }
          @include mq(sm) {
              font-size: 13px;
          }
          span {
              
          }
      }*/ }
      @media screen and (max-width: 1366px) {
        body.home .top-visual .catch {
          /*font-size: 75px;*/
          font-size: 70px; } }
      @media screen and (max-width: 1280px) {
        body.home .top-visual .catch {
          /*font-size: 75px;*/
          font-size: 60px; } }
      @media screen and (max-width: 1024px) {
        body.home .top-visual .catch {
          /*font-size: 50px;*/
          font-size: 40px; } }
      @media screen and (max-width: 768px) {
        body.home .top-visual .catch {
          /*font-size: 30px;*/
          font-size: 24px; } }
      body.home .top-visual .catch > span {
        margin: 0;
        padding: 0;
        color: #009999;
        opacity: 0;
        transform: scale(0);
        text-shadow: 0 0 20px rgba(0, 153, 153, 0.2), 1px 1px 20px rgba(0, 153, 153, 0.2), 2px 2px 20px rgba(0, 153, 153, 0.2), -1px -1px 20px rgba(0, 153, 153, 0.2), -2px -2px 20px rgba(0, 153, 153, 0.2);
        animation: 1.6s forwards catchtext;
        animation-delay: 8s; }
@keyframes catchtext {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
      body.home .top-visual .catch.c2 {
        top: calc(50% + 1em); }
    body.home .top-visual .scroll {
      position: absolute;
      bottom: 58px;
      left: calc(50% - 40px);
      z-index: 12;
      font-family: "Tinos", serif;
      width: 80px;
      height: 80px; }
      @media screen and (max-width: 768px) {
        body.home .top-visual .scroll {
          display: none; } }
      body.home .top-visual .scroll a {
        color: #009999;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 10px;
        display: block;
        font-family: "Tinos", serif;
        letter-spacing: 0.2em;
        border-radius: 50%;
        border: 2px solid #009999;
        text-align: center;
        font-weight: bold; }
      body.home .top-visual .scroll::before {
        content: '';
        background: linear-gradient(to bottom, #009999 50%, rgba(255, 255, 255, 0) 50%);
        background-position: 0 -60px;
        background-size: 100% 200%;
        animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
        position: absolute;
        top: 64px;
        left: calc(50% - 1px);
        width: 2px;
        height: 140px; }
      body.home .top-visual .scroll::after {
        content: '';
        width: 14px;
        height: 14px;
        display: block;
        position: absolute;
        bottom: -123px;
        left: calc(50% - 7px);
        border-left: 2px solid #009999;
        border-bottom: 2px solid #009999;
        transform: rotate(-45deg);
        animation: arrow 2.2s forwards infinite; }
@keyframes scrolldown {
  0% {
    background-position: 0 -140px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 140px; } }
@keyframes arrow {
  0% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  body.home .scroll-list {
    display: flex;
    list-style: none;
    padding-inline: 0;
    margin-inline: 0;
    gap: 0;
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0;
    opacity: 0.3;
    position: relative;
    z-index: -1;
    background: #fff; }
    body.home .scroll-list li {
      color: #D8DBD3;
      font-size: 10rem;
      font-weight: bold;
      letter-spacing: 0.2em;
      white-space: nowrap;
      padding: 0 1em 0 0;
      margin: -0.22em 0 0 0;
      animation: marquee-left 16s linear infinite;
      font-family: "Tinos", serif;
      line-height: 1em; }
      @media screen and (max-width: 767px) {
        body.home .scroll-list li {
          font-size: 40px; } }
  @media (min-width: 600px) {
    body.home .scroll-list li {
      font-size: 8vw; } }
@keyframes marquee-left {
  100% {
    transform: translateX(-100%); } }
  body.home section {
    background: #fff; }
    body.home section div.btn-wrap {
      margin-top: 2.5rem;
      text-align: center; }
    body.home section.read {
      padding: 4.75rem 0 9rem; }
      @media screen and (max-width: 768px) {
        body.home section.read {
          padding: 2.375rem 0 4.5rem; } }
      @media screen and (max-width: 767px) {
        body.home section.read {
          padding: 25px 0 4.5rem; } }
      body.home section.read .inner {
        /*max-width: 1160px;*/
        max-width: 1200px;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 1024px) {
          body.home section.read .inner {
            max-width: 940px; } }
        @media screen and (max-width: 768px) {
          body.home section.read .inner {
            display: block;
            max-width: 610px; } }
        body.home section.read .inner .read_title {
          width: 36%;
          margin: 0;
          padding: 0 2rem 0 0; }
          @media screen and (max-width: 768px) {
            body.home section.read .inner .read_title {
              width: 100%;
              margin: 0 0 40px;
              text-align: center;
              padding: 0 0 0 0; } }
          @media screen and (max-width: 767px) {
            body.home section.read .inner .read_title {
              max-width: 250px;
              margin: 0 auto 40px; } }
          body.home section.read .inner .read_title p.jp {
            font-size: 1.875rem;
            letter-spacing: 0.2em;
            margin: 0 0 1.5rem;
            padding: 0.3rem 0 0 0;
            line-height: 1.66em;
            font-weight: 500; }
            @media screen and (max-width: 767px) {
              body.home section.read .inner .read_title p.jp {
                font-size: 20px;
                padding: 0;
                line-height: 1.58em; } }
          body.home section.read .inner .read_title p.en {
            font-size: 1rem;
            letter-spacing: 0;
            margin: 0;
            padding: 0;
            line-height: 1.75rem; }
            @media screen and (max-width: 767px) {
              body.home section.read .inner .read_title p.en {
                font-size: 10px;
                line-height: 17px; } }
        body.home section.read .inner .read_text {
          width: 64%;
          margin: 0;
          padding: 0; }
          @media screen and (max-width: 768px) {
            body.home section.read .inner .read_text {
              width: 100%; } }
          body.home section.read .inner .read_text p {
            margin: 0;
            padding: 0;
            line-height: 2.31em;
            font-size: 1.0625em;
            letter-spacing: 0.2em;
            font-weight: 500; }
            @media screen and (max-width: 767px) {
              body.home section.read .inner .read_text p {
                font-size: 13px;
                line-height: 27px; } }
    body.home section.whats {
      padding: 1.375rem 0 180px;
      margin: 0;
      width: 100%;
      position: relative; }
      @media screen and (max-width: 768px) {
        body.home section.whats {
          padding: 1.375rem 0 90px; } }
      body.home section.whats::before {
        content: '';
        background: #D8DBD3;
        width: 46.22%;
        padding: 40.556% 0 0 0;
        position: absolute;
        left: 0;
        top: 3.6rem;
        z-index: -1; }
        @media screen and (max-width: 1024px) {
          body.home section.whats::before {
            top: 2.88rem; } }
        @media screen and (max-width: 767px) {
          body.home section.whats::before {
            width: 240px;
            padding: 210px 0 0 0;
            top: 32px;
            z-index: 0; } }
      body.home section.whats h2 {
        text-align: left;
        font-size: 5.9375rem;
        line-height: 0.968em;
        font-family: "Tinos", serif;
        font-weight: bold;
        text-indent: -1em;
        margin: 0 0 0 90px;
        padding: 0 0 0 1em;
        background: linear-gradient(100deg, #009999 0%, #131313 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 100%; }
        @media screen and (max-width: 1660px) {
          body.home section.whats h2 {
            margin: 0 0 0 60px; } }
        @media screen and (max-width: 1024px) {
          body.home section.whats h2 {
            font-size: 4.75rem;
            margin: 0 0 0 72px; } }
        @media screen and (max-width: 768px) {
          body.home section.whats h2 {
            font-size: 4rem;
            margin: 0 0 0 60px; } }
        @media screen and (max-width: 767px) {
          body.home section.whats h2 {
            font-size: 34px;
            letter-spacing: 0;
            margin: 0 0 0 25px; } }
      body.home section.whats .inner {
        padding: 0;
        margin: 0;
        position: relative; }
        body.home section.whats .inner.container {
          /*width: 80%;
          max-width: 1100px;*/
          padding: 0 30px;
          width: 100%;
          max-width: 1660px;
          /*margin: 6.25rem auto 0;*/
          margin: 2rem auto 0; }
          @media screen and (max-width: 1660px) {
            body.home section.whats .inner.container {
              padding: 0 60px; } }
          @media screen and (max-width: 1024px) {
            body.home section.whats .inner.container {
              /*max-width: 880px;*/
              margin: 0 auto 0; } }
          @media screen and (max-width: 767px) {
            body.home section.whats .inner.container {
              margin: 0 auto 0;
              padding: 0 30px; } }
      body.home section.whats.side-scroll {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; }
        body.home section.whats.side-scroll .side-scroll-list-wrapper {
          position: relative;
          width: 100%;
          /*height: 715px;*/
          height: auto;
          overflow: visible; }
          @media screen and (max-width: 1024px) {
            body.home section.whats.side-scroll .side-scroll-list-wrapper {
              /*height: 572px;*/ } }
          @media screen and (max-width: 767px) {
            body.home section.whats.side-scroll .side-scroll-list-wrapper {
              height: auto;
              margin: 40px 0 0 0; } }
          body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list {
            /*position: absolute;*/
            top: 115px;
            left: 0;
            display: flex;
            gap: 0 30px;
            margin: 0;
            padding: 0; }
            @media screen and (max-width: 1536px) {
              body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list {
                gap: 0 22px; } }
            @media screen and (max-width: 1024px) {
              body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list {
                top: 92px;
                gap: 0 16px; } }
            @media screen and (max-width: 767px) {
              body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list {
                position: static;
                gap: 30px 14px;
                flex-wrap: wrap; } }
            body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item {
              display: flex;
              align-items: center;
              justify-content: center;
              /*width: 380px;
              height: 606px;*/
              width: calc(25% - 22.5px);
              height: auto;
              color: #1b1717;
              font-size: 32px;
              font-weight: 700; }
              @media screen and (max-width: 1536px) {
                body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item {
                  width: calc(25% - 16.5px); } }
              @media screen and (max-width: 1024px) {
                body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item {
                  /*width: 304px;
                  height: 485px;*/
                  font-size: 26px;
                  width: calc(25% - 12px); } }
              @media screen and (max-width: 767px) {
                body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item {
                  width: calc(50% - 7px);
                  height: auto; } }
              body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a {
                display: block; }
                body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .title {
                  height: 100px;
                  font-size: 2.5rem;
                  font-family: "Tinos", serif;
                  margin: 0;
                  padding: 0;
                  line-height: 1em; }
                  @media screen and (max-width: 1660px) {
                    body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .title {
                      font-size: 2.24vw; } }
                  @media screen and (max-width: 1024px) {
                    body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .title {
                      height: 80px;
                      /*font-size: 2rem;*/ } }
                  @media screen and (max-width: 767px) {
                    body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .title {
                      height: auto;
                      font-size: 18px;
                      letter-spacing: 0;
                      margin: 0 0 1rem; } }
                  @media screen and (max-width: 375px) {
                    body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .title {
                      font-size: 16px; } }
                  body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .title span {
                    font-size: 0.875rem;
                    display: block;
                    font-family: "Noto Serif JP", serif;
                    line-height: 1em;
                    padding: 0.7em 0 0 0; }
                    @media screen and (max-width: 1024px) {
                      body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .title span {
                        font-size: 0.7rem; } }
                    @media screen and (max-width: 767px) {
                      body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .title span {
                        font-size: 11px; } }
                body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img {
                  width: 100%;
                  /*height: 506px;*/
                  height: auto;
                  overflow: hidden;
                  border-radius: 10px;
                  position: relative;
                  background: #131313;
                  transition: .3s; }
                  @media screen and (max-width: 1024px) {
                    body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img {
                      /*height: 405px;*/
                      border-radius: 8px; } }
                  @media screen and (max-width: 767px) {
                    body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img {
                      height: auto; } }
                  body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: #D8DBD3;
                    z-index: 1;
                    mix-blend-mode: color;
                    opacity: 0;
                    transition: .3s; }
                  body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(10deg, #009999 0%, transparent 90%);
                    z-index: 2;
                    mix-blend-mode: color;
                    opacity: 0;
                    transition: .3s; }
                  body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img img {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    transition: .3s; }
                    @media screen and (max-width: 767px) {
                      body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img img {
                        height: auto; } }
                  body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img p {
                    color: #fff;
                    font-size: 1.0625rem;
                    margin: 0;
                    padding: 0 2.6rem 0 0;
                    position: absolute;
                    bottom: 1.875rem;
                    right: 1.875rem;
                    letter-spacing: 0;
                    height: 28px;
                    line-height: 1em;
                    z-index: 3;
                    font-family: "Tinos", serif; }
                    @media screen and (max-width: 1024px) {
                      body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img p {
                        font-size: 0.85rem;
                        padding: 0 2.08rem 0 0;
                        bottom: 1.5rem;
                        right: 1.5rem;
                        height: 22px; } }
                    @media screen and (max-width: 767px) {
                      body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img p {
                        bottom: 13px;
                        right: 13px; } }
                    body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img p::before {
                      content: '';
                      display: block;
                      width: 1em;
                      height: 1em;
                      background: url("../img/arrow.svg") 0 0 no-repeat;
                      position: absolute;
                      right: 0;
                      top: 3px;
                      width: 25px;
                      height: 11px; }
                      @media screen and (max-width: 1024px) {
                        body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img p::before {
                          top: 2px;
                          width: 20px;
                          height: 9px; } }
                    body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a .img p::after {
                      content: '';
                      position: absolute;
                      bottom: 0;
                      left: 0;
                      width: 100%;
                      height: 1px;
                      background: #fff; }
                body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a:hover {
                  color: #131313; }
                  body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a:hover .img {
                    transform: scale(1.07);
                    transition: .3s; }
                    body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a:hover .img::before {
                      opacity: 1;
                      transition: .3s; }
                    body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a:hover .img::after {
                      opacity: 0.4;
                      transition: .3s; }
                  body.home section.whats.side-scroll .side-scroll-list-wrapper .side-scroll-list .side-scroll-item a:hover img {
                    opacity: 0.6;
                    transition: .3s; }
    body.home section.news {
      padding: 0 0 13.8rem; }
      @media screen and (max-width: 1024px) {
        body.home section.news {
          padding: 0 0 11rem; } }
      @media screen and (max-width: 768px) {
        body.home section.news {
          padding: 0 0 6.9rem; } }
      @media screen and (max-width: 767px) {
        body.home section.news {
          padding: 0; } }
      body.home section.news .inner {
        display: flex;
        justify-content: space-between;
        max-width: 1160px;
        position: relative; }
        @media screen and (max-width: 1024px) {
          body.home section.news .inner {
            max-width: 940px; } }
        @media screen and (max-width: 767px) {
          body.home section.news .inner {
            display: block;
            padding: 0 25px 110px; } }
        body.home section.news .inner .news__left {
          width: 100%;
          position: absolute;
          top: 0;
          left: 30px; }
          @media screen and (max-width: 767px) {
            body.home section.news .inner .news__left {
              position: static;
              padding: 0 40px;
              text-align: center; } }
          body.home section.news .inner .news__left h2 {
            position: relative;
            margin: 0;
            padding: 0; }
            body.home section.news .inner .news__left h2 span.en {
              font-size: 2.75rem;
              font-weight: bold;
              letter-spacing: 0;
              line-height: 1em;
              background: linear-gradient(100deg, #009999 0%, #131313 90%);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              text-indent: -0.7em;
              font-family: "Tinos", serif;
              display: block;
              padding: 0 0 0 0.7em;
              width: fit-content; }
              @media screen and (max-width: 767px) {
                body.home section.news .inner .news__left h2 span.en {
                  font-size: 25px;
                  text-align: center;
                  text-indent: 0;
                  padding: 0;
                  width: 100%; }
                  body.home section.news .inner .news__left h2 span.en br {
                    display: none; } }
            body.home section.news .inner .news__left h2 span.ja {
              /*position: absolute;
              top: 0.7em;
              left: 9.5rem;*/
              font-size: 0.875rem;
              letter-spacing: 0.15em; }
              @media screen and (max-width: 767px) {
                body.home section.news .inner .news__left h2 span.ja {
                  position: static;
                  text-align: center;
                  width: 100%;
                  font-size: 11px;
                  display: block;
                  margin: 0.5em 0 25px 0; } }
          body.home section.news .inner .news__left .btn-link {
            /*margin-left: 2rem;*/
            margin-top: 2rem; }
            @media screen and (max-width: 767px) {
              body.home section.news .inner .news__left .btn-link {
                position: absolute;
                bottom: 70px;
                right: 25px; } }
        body.home section.news .inner .ul_newstxt {
          width: 76.4%;
          /*margin: 4.3rem 0 0 23.6%;*/
          margin: 5.5rem 0 0 23.6%; }
          @media screen and (max-width: 768px) {
            body.home section.news .inner .ul_newstxt {
              width: 70%;
              margin: 4.3rem 0 0 30%; } }
          @media screen and (max-width: 767px) {
            body.home section.news .inner .ul_newstxt {
              width: 100%;
              margin: 0; } }
    body.home section.top-recruit {
      background: none;
      background-size: cover;
      padding: 0;
      position: relative;
      overflow: hidden;
      /*&::before {
          content: '';
          width: 100%;
          height: 100%;
          position: fixed;
          background: url(../img/recruit_bg.jpg) center center no-repeat;
          background-size: 100% auto;
          z-index: -1;
          display: block;
          top: 0;
          left: 0;
      }*/ }
      body.home section.top-recruit img.bg {
        position: absolute;
        /*top: -125%;*/
        top: -240%;
        left: 0;
        width: 100%;
        height: auto; }
        @media screen and (max-width: 767px) {
          body.home section.top-recruit img.bg {
            top: -60%; } }
      body.home section.top-recruit .inner {
        /*max-width: 1303px;
        max-width: 1000px;*/
        max-width: 720px;
        /*padding: 5.9375rem 30px;
        padding: 4.8rem 30px;*/
        padding: 2.8rem 30px;
        position: relative; }
        @media screen and (max-width: 1280px) {
          body.home section.top-recruit .inner {
            max-width: 1116px; } }
        @media screen and (max-width: 1024px) {
          body.home section.top-recruit .inner {
            max-width: 904px; } }
        @media screen and (max-width: 768px) {
          body.home section.top-recruit .inner {
            max-width: 700px; } }
        @media screen and (max-width: 767px) {
          body.home section.top-recruit .inner {
            padding: 30px 20px 30px; } }
        body.home section.top-recruit .inner .left {
          /*width: 55.5%;*/
          width: 60%;
          /*padding: 4.75rem 0 5rem 7.5rem;
          padding: 2.75rem 0 3.5rem 5rem;*/
          padding: 1.55rem 0 1.75rem 3.2rem;
          position: relative;
          -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); }
          @media screen and (max-width: 1280px) {
            body.home section.top-recruit .inner .left {
              /*padding: 4.75rem 0 5rem 6.365rem;*/ } }
          @media screen and (max-width: 1024px) {
            body.home section.top-recruit .inner .left {
              /*padding: 3.2rem 0 3.4rem 4.5rem;*/ } }
          @media screen and (max-width: 768px) {
            body.home section.top-recruit .inner .left {
              padding: 2.2rem 0 2.4rem 3.5rem; } }
          @media screen and (max-width: 767px) {
            body.home section.top-recruit .inner .left {
              padding: 1.5rem 0 1.5rem  1.75rem;
              /*width: calc(100% - 40px);
              margin: 0 auto;
              padding: 0 0 30px;
              text-align: center;*/ } }
          @media screen and (max-width: 400px) {
            body.home section.top-recruit .inner .left {
              padding: 1.25rem 0 1.25rem  1.35rem; } }
          body.home section.top-recruit .inner .left::before {
            content: "";
            background: rgba(255, 255, 255, 0.7);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1; }
          body.home section.top-recruit .inner .left .title_en {
            /*font-size: 4.77rem;
            font-size: 3.8rem;*/
            font-size: 2.5rem;
            font-family: "Tinos", serif;
            font-weight: bold;
            letter-spacing: 0;
            margin: 0;
            line-height: 0.78em;
            background: linear-gradient(100deg, #009999 0%, #131313 90%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            width: fit-content; }
            @media screen and (max-width: 1024px) {
              body.home section.top-recruit .inner .left .title_en {
                /*font-size: 3.8rem;*/ } }
            @media screen and (max-width: 768px) {
              body.home section.top-recruit .inner .left .title_en {
                font-size: 2.38rem; } }
            @media screen and (max-width: 767px) {
              body.home section.top-recruit .inner .left .title_en {
                /*text-align: center;*/
                font-size: 24px;
                width: fit-content;
                margin: 0 0 0.15em; } }
            body.home section.top-recruit .inner .left .title_en span {
              /*font-size: 2.625rem;
              font-size: 2.1rem;*/
              font-size: 1.38rem;
              display: block; }
              @media screen and (max-width: 1024px) {
                body.home section.top-recruit .inner .left .title_en span {
                  /*font-size: 2.1rem;*/ } }
              @media screen and (max-width: 768px) {
                body.home section.top-recruit .inner .left .title_en span {
                  font-size: 1.3rem; } }
              @media screen and (max-width: 767px) {
                body.home section.top-recruit .inner .left .title_en span {
                  font-size: 13px;
                  line-height: 1em; } }
          body.home section.top-recruit .inner .left .title_jp {
            color: #009999;
            /*font-size: 1.6rem;
            font-size: 1.28rem;*/
            font-size: 1rem;
            font-weight: 600;
            letter-spacing: 0.15em;
            /*margin: 1.3rem 0 0 0;*/
            margin: 0.65rem 0 0 0; }
            @media screen and (max-width: 1024px) {
              body.home section.top-recruit .inner .left .title_jp {
                /*font-size: 1.28rem;*/
                margin: 1.04rem 0 0 0; } }
            @media screen and (max-width: 768px) {
              body.home section.top-recruit .inner .left .title_jp {
                font-size: 1rem; } }
            @media screen and (max-width: 767px) {
              body.home section.top-recruit .inner .left .title_jp {
                font-size: 12px;
                margin: 0 0 0 0;
                width: 100%;
                /*text-align: center;*/ } }
          body.home section.top-recruit .inner .left .text {
            /*font-size: 1.125rem;*/
            font-size: 0.8rem;
            line-height: 1.5555em;
            letter-spacing: 0.15em;
            /*margin: 2rem 0 3.5rem;
            margin: 1.5rem 0 3rem;*/
            margin: 1rem 0 1.5rem; }
            @media screen and (max-width: 1024px) {
              body.home section.top-recruit .inner .left .text {
                margin: 1.6rem 0 2.8rem; } }
            @media screen and (max-width: 768px) {
              body.home section.top-recruit .inner .left .text {
                font-size: 0.8rem;
                margin: 1rem 0 2.2rem; } }
            @media screen and (max-width: 767px) {
              body.home section.top-recruit .inner .left .text {
                font-size: 10px;
                margin: 0.5rem 0 0.3rem;
                line-height: 16px;
                /*text-align: center;*/
                width: 100%;
                letter-spacing: 0; } }
          @media screen and (min-width: 768px) {
            body.home section.top-recruit .inner .left a.btn-link, body.home section.top-recruit body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a, body.single main section.contents body.home section.top-recruit div.inner div.flex div.left div.nextprev_wrap a {
              display: block;
              width: fit-content;
              font-size: 0.8em;
              padding: 0 2.08rem 0 0;
              height: 22px; }
              body.home section.top-recruit .inner .left a.btn-link::before, body.home section.top-recruit body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a::before, body.single main section.contents body.home section.top-recruit div.inner div.flex div.left div.nextprev_wrap a::before {
                top: 2px;
                width: 20px;
                height: 9px; } }
        body.home section.top-recruit .inner .right {
          /*width: 50.65%;*/
          width: 44.5%;
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translate(0, -50%); }
          @media screen and (max-width: 767px) {
            body.home section.top-recruit .inner .right {
              /*position: static;
              width: 100%;
              transform: none;*/
              width: 45%;
              padding: 5px;
              background: #000; } }
          @media screen and (max-width: 400px) {
            body.home section.top-recruit .inner .right {
              width: 41%; } }
    body.home section.slidebox div.slidewrap {
      position: relative; }
      body.home section.slidebox div.slidewrap .swiper {
        width: 100%;
        height: 100%;
        box-sizing: content-box; }
      body.home section.slidebox div.slidewrap .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center; }
        body.home section.slidebox div.slidewrap .swiper-slide a {
          display: block;
          width: 100%; }
          body.home section.slidebox div.slidewrap .swiper-slide a div.img {
            position: relative;
            width: 100%;
            aspect-ratio: 3/2;
            overflow: hidden; }
            body.home section.slidebox div.slidewrap .swiper-slide a div.img img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover;
              transform: scale(1);
              transition: .5s ease-in-out; }
          body.home section.slidebox div.slidewrap .swiper-slide a div.txt div.title {
            margin-top: 1em;
            font-weight: bold;
            line-height: 1.5; }
          body.home section.slidebox div.slidewrap .swiper-slide a div.txt div.date {
            padding-top: .75em; }
            body.home section.slidebox div.slidewrap .swiper-slide a div.txt div.date time {
              font-size: .9em; }
          body.home section.slidebox div.slidewrap .swiper-slide a:hover div.img img {
            opacity: 1;
            transform: scale(1.15);
            transition: .5s ease-in-out; }
      body.home section.slidebox div.slidewrap .swiper-button__next, body.home section.slidebox div.slidewrap .swiper-container-rtl .swiper-button__prev {
        background-image: url("../img/arrow-right.png");
        right: -50px;
        left: auto; }
        @media screen and (max-width: 767px) {
          body.home section.slidebox div.slidewrap .swiper-button__next, body.home section.slidebox div.slidewrap .swiper-container-rtl .swiper-button__prev {
            right: -12px; } }
      body.home section.slidebox div.slidewrap .swiper-button__prev, body.home section.slidebox div.slidewrap .swiper-container-rtl .swiper-button__next {
        background-image: url("../img/arrow-left.png");
        left: -50px;
        right: auto; }
        @media screen and (max-width: 767px) {
          body.home section.slidebox div.slidewrap .swiper-button__prev, body.home section.slidebox div.slidewrap .swiper-container-rtl .swiper-button__next {
            left: -12px; } }
      body.home section.slidebox div.slidewrap .swiper-button__next, body.home section.slidebox div.slidewrap .swiper-button__prev {
        position: absolute;
        top: 50%;
        width: 36px;
        height: 36px;
        margin-top: -30px;
        z-index: 10;
        cursor: pointer;
        background-size: 36px 36px;
        background-position: center;
        background-repeat: no-repeat; }
        body.home section.slidebox div.slidewrap .swiper-button__next:focus, body.home section.slidebox div.slidewrap .swiper-button__prev:focus {
          outline: none; }
      body.home section.slidebox div.slidewrap .swiper-button__next:after, body.home section.slidebox div.slidewrap .swiper-rtl .swiper-button__prev:after {
        content: none; }
      body.home section.slidebox div.slidewrap .swiper-button__prev:after, body.home section.slidebox div.slidewrap .swiper-rtl .swiper-button__next:after {
        content: none; }
    body.home section.bnr {
      padding: 3.75rem 0; }
      @media screen and (max-width: 767px) {
        body.home section.bnr {
          padding: 3rem 0; } }
      body.home section.bnr div.inner ul {
        display: flex; }
        @media screen and (max-width: 767px) {
          body.home section.bnr div.inner ul {
            display: block; } }
        body.home section.bnr div.inner ul li {
          width: calc(20% - 12px);
          margin-right: 15px; }
          @media screen and (max-width: 767px) {
            body.home section.bnr div.inner ul li {
              width: 100%;
              max-width: 240px;
              margin: 0 auto 10px; } }
          body.home section.bnr div.inner ul li:last-child {
            margin-right: 0; }
            @media screen and (max-width: 767px) {
              body.home section.bnr div.inner ul li:last-child {
                margin: 0 auto; } }
          body.home section.bnr div.inner ul li a {
            display: block;
            background: #fff; }
            body.home section.bnr div.inner ul li a img {
              width: 100%;
              vertical-align: bottom; }

/* -------------------------------- 
sub components 
--------------------------------- */
/*breadcrumbs*/
body.sub .breadcrumbs {
  padding: 0;
  font-size: .7em;
  /*background: rgba(#D8DBD3,.3);*/
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  left: calc(6% - 0.5em);
  top: 250px;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    body.sub .breadcrumbs {
      top: 150px; } }
  @media screen and (max-width: 767px) {
    body.sub .breadcrumbs {
      padding: 0;
      transform: none;
      top: 80px;
      left: auto;
      right: calc(20px - 0.5em);
      letter-spacing: 0; } }
  body.sub .breadcrumbs .inner {
    max-width: 1303px; }
    @media screen and (max-width: 1280px) {
      body.sub .breadcrumbs .inner {
        max-width: 1116px; } }
    @media screen and (max-width: 1024px) {
      body.sub .breadcrumbs .inner {
        max-width: 904px; } }
    @media screen and (max-width: 767px) {
      body.sub .breadcrumbs .inner {
        padding: 0; } }
    body.sub .breadcrumbs .inner span {
      display: inline-block;
      margin: 0 .5em; }
      @media screen and (max-width: 767px) {
        body.sub .breadcrumbs .inner span {
          margin: 0 .25em; } }
      body.sub .breadcrumbs .inner span i {
        padding-right: 0.5em;
        color: #009999; }

/*common*/
body.sub header.header {
  display: block; }
body.sub main div.page-title {
  position: relative;
  /*&::before {
      content: '';
      width: 75%;
      padding: 40% 0 0 0;
      background: rgba(216, 219, 211, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      @include mq(sm) {
          padding: 75% 0 0 0;
      }
  }*/ }
  body.sub main div.page-title div.page-title__text {
    width: calc(80% + 60px);
    padding: 0 30px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      body.sub main div.page-title div.page-title__text {
        width: 100%; } }
    body.sub main div.page-title div.page-title__text h1 {
      margin: 0 auto;
      font-size: 2em;
      text-align: left;
      padding: 250px 0 10px;
      color: #131313; }
      @media screen and (max-width: 1024px) {
        body.sub main div.page-title div.page-title__text h1 {
          padding: 160px 0 8px; } }
      @media screen and (max-width: 768px) {
        body.sub main div.page-title div.page-title__text h1 {
          padding: 140px 0 8px; } }
      @media screen and (max-width: 767px) {
        body.sub main div.page-title div.page-title__text h1 {
          padding: 200px 0 8px; } }
      body.sub main div.page-title div.page-title__text h1 span.en {
        font-size: 95px;
        display: block;
        text-transform: uppercase; }
        @media screen and (max-width: 1024px) {
          body.sub main div.page-title div.page-title__text h1 span.en {
            font-size: 85px; } }
        @media screen and (max-width: 768px) {
          body.sub main div.page-title div.page-title__text h1 span.en {
            font-size: 48px; } }
        @media screen and (max-width: 767px) {
          body.sub main div.page-title div.page-title__text h1 span.en {
            font-size: 38px; } }
        @media screen and (max-width: 400px) {
          body.sub main div.page-title div.page-title__text h1 span.en {
            font-size: 33px; } }
      body.sub main div.page-title div.page-title__text h1 span.jp {
        font-size: 1.5rem;
        display: block;
        color: #009999; }
        @media screen and (max-width: 1024px) {
          body.sub main div.page-title div.page-title__text h1 span.jp {
            font-size: 1.34rem; } }
        @media screen and (max-width: 768px) {
          body.sub main div.page-title div.page-title__text h1 span.jp {
            font-size: 1.25rem; } }
    body.sub main div.page-title div.page-title__text h2 {
      margin: .5em auto 0;
      font-size: 1em; }
    body.sub main div.page-title div.page-title__text .title_date {
      margin: .5em auto 0;
      font-size: 1em; }
  body.sub main div.page-title div.page-title__img {
    width: 90%;
    padding: 30% 0 0 0;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 10%; }
    @media screen and (max-width: 767px) {
      body.sub main div.page-title div.page-title__img {
        width: calc(100% - 30px);
        margin: 20px 0 0 30px;
        padding: 38% 0 0 0; } }
    body.sub main div.page-title div.page-title__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0; }
    body.sub main div.page-title div.page-title__img::after {
      content: '';
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(19, 19, 19, 0.4);
      position: absolute;
      top: 0;
      left: 0; }
body.sub main section.contents div.inner {
  /*max-width: calc(80% + 60px);*/
  max-width: 1160px; }
  @media screen and (max-width: 767px) {
    body.sub main section.contents div.inner {
      max-width: 100%; } }
  body.sub main section.contents div.inner div.single_content div.addtoany_content {
    margin-top: 2.5rem; }
  body.sub main section.contents div.inner h2.wp-block-heading {
    text-align: center;
    font-family: "Tinos", serif;
    color: #009999;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin: 0 0 3em; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner h2.wp-block-heading {
        font-size: 1.2rem; } }
    body.sub main section.contents div.inner h2.wp-block-heading strong {
      font-family: "Noto Serif JP", serif;
      color: #131313;
      font-size: 3rem;
      display: block;
      letter-spacing: 0.2em;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        body.sub main section.contents div.inner h2.wp-block-heading strong {
          font-size: 1.75rem;
          letter-spacing: 0.15em; } }
  body.sub main section.contents div.inner h3.wp-block-heading {
    text-align: center;
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto 2em;
    padding: 0.15em 1.75em; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner h3.wp-block-heading {
        font-size: 1.15rem; } }
    body.sub main section.contents div.inner h3.wp-block-heading::before {
      content: '';
      width: 0.5rem;
      height: 100%;
      border: 1px solid #009999;
      border-right: none;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    body.sub main section.contents div.inner h3.wp-block-heading::after {
      content: '';
      width: 0.5em;
      height: 100%;
      border: 1px solid #009999;
      border-left: none;
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
    body.sub main section.contents div.inner h3.wp-block-heading.spbr br {
      display: none; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner h3.wp-block-heading.spbr br {
        display: block; } }
  body.sub main section.contents div.inner h4 {
    position: relative;
    color: #131313;
    text-shadow: 0 0 2px white;
    padding: 0.4em 0 0.8em;
    margin: 0 0 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner h4 {
        font-size: 1.1rem; } }
    body.sub main section.contents div.inner h4::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 3px;
      width: 100%;
      background: #131313; }
    body.sub main section.contents div.inner h4::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 3px;
      width: 25%;
      background: #009999; }
  body.sub main section.contents div.inner h5 {
    color: #009999;
    border-left: 4px solid #009999;
    padding: 0 0 0 0.8rem;
    font-size: 1.4rem;
    margin: 0 0 1.4rem; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner h5 {
        font-size: 1.05rem; } }
  body.sub main section.contents div.inner h6 {
    background: #009999;
    color: #fff;
    padding: 0.45rem 1.15rem;
    font-size: 1.05rem;
    margin: 0 0 1.05rem; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner h6 {
        font-size: 1rem; } }
  body.sub main section.contents div.inner ul.hap_newsletter {
    margin: 1em 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    body.sub main section.contents div.inner ul.hap_newsletter li {
      margin: 0;
      padding: 0;
      width: calc(100% / 4);
      position: relative; }
      @media screen and (max-width: 1280px) {
        body.sub main section.contents div.inner ul.hap_newsletter li {
          width: calc(100% / 3); } }
      @media screen and (max-width: 768px) {
        body.sub main section.contents div.inner ul.hap_newsletter li {
          width: calc(100% / 2); } }
      body.sub main section.contents div.inner ul.hap_newsletter li::before {
        content: '';
        width: 1px;
        height: calc(100% - 2.5em);
        display: block;
        position: absolute;
        right: 0;
        top: 1.25em;
        background: #131313; }
        @media screen and (max-width: 767px) {
          body.sub main section.contents div.inner ul.hap_newsletter li::before {
            top: 1em; } }
      body.sub main section.contents div.inner ul.hap_newsletter li::after {
        content: '';
        width: calc(100% - 2.5em);
        height: 1px;
        display: block;
        position: absolute;
        left: 1.25em;
        top: 0;
        background: #131313; }
        @media screen and (max-width: 767px) {
          body.sub main section.contents div.inner ul.hap_newsletter li::after {
            left: 1em; } }
      body.sub main section.contents div.inner ul.hap_newsletter li:first-child::after, body.sub main section.contents div.inner ul.hap_newsletter li:nth-child(2)::after, body.sub main section.contents div.inner ul.hap_newsletter li:nth-child(3)::after, body.sub main section.contents div.inner ul.hap_newsletter li:nth-child(4)::after {
        display: none; }
      body.sub main section.contents div.inner ul.hap_newsletter li:nth-child(4n)::before {
        display: none; }
      @media screen and (max-width: 1280px) {
        body.sub main section.contents div.inner ul.hap_newsletter li:nth-child(4)::after {
          display: block; }
        body.sub main section.contents div.inner ul.hap_newsletter li:nth-child(4n)::before {
          display: block; }
        body.sub main section.contents div.inner ul.hap_newsletter li:nth-child(3n)::before {
          display: none; } }
      @media screen and (max-width: 768px) {
        body.sub main section.contents div.inner ul.hap_newsletter li:nth-child(3)::after {
          display: block; }
        body.sub main section.contents div.inner ul.hap_newsletter li:nth-child(3n)::before {
          display: block; }
        body.sub main section.contents div.inner ul.hap_newsletter li:nth-child(2n)::before {
          display: none; } }
      body.sub main section.contents div.inner ul.hap_newsletter li a {
        display: block;
        padding: 1.25em;
        text-decoration: none;
        position: relative;
        height: 100%; }
        @media screen and (max-width: 767px) {
          body.sub main section.contents div.inner ul.hap_newsletter li a {
            padding: 1em; } }
        body.sub main section.contents div.inner ul.hap_newsletter li a::before {
          content: '';
          width: 5%;
          height: 5%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(0, 153, 153, 0.15);
          opacity: 0;
          transition: .3s;
          z-index: 0; }
        body.sub main section.contents div.inner ul.hap_newsletter li a span {
          display: block;
          letter-spacing: 0;
          position: relative;
          z-index: 1; }
          body.sub main section.contents div.inner ul.hap_newsletter li a span.img {
            border: 1px solid rgba(19, 19, 19, 0.1); }
            body.sub main section.contents div.inner ul.hap_newsletter li a span.img img {
              width: 100%; }
          body.sub main section.contents div.inner ul.hap_newsletter li a span.txt {
            line-height: 1.4;
            font-weight: 500; }
            body.sub main section.contents div.inner ul.hap_newsletter li a span.txt .title {
              margin: 1em 0 0 0;
              letter-spacing: 0.05em;
              transition: .3s; }
            body.sub main section.contents div.inner ul.hap_newsletter li a span.txt .sub {
              font-weight: normal;
              color: #009999;
              font-size: 0.7em;
              margin: 0.5em 0 0 0;
              transition: .3s; }
        body.sub main section.contents div.inner ul.hap_newsletter li a:hover {
          opacity: 1;
          color: #131313;
          transform: translateY(0); }
          body.sub main section.contents div.inner ul.hap_newsletter li a:hover::before {
            width: 100%;
            height: 100%;
            opacity: 1;
            transition: .3s; }
    body.sub main section.contents div.inner ul.hap_newsletter::before {
      content: '';
      display: block;
      width: calc(100% / 4);
      height: 0;
      order: 1; }
      @media screen and (max-width: 1280px) {
        body.sub main section.contents div.inner ul.hap_newsletter::before {
          width: calc(100% / 3); } }
      @media screen and (max-width: 768px) {
        body.sub main section.contents div.inner ul.hap_newsletter::before {
          width: calc(100% / 2); } }
    body.sub main section.contents div.inner ul.hap_newsletter::after {
      content: '';
      display: block;
      width: calc(100% / 4);
      height: 0;
      order: 2; }
      @media screen and (max-width: 1280px) {
        body.sub main section.contents div.inner ul.hap_newsletter::after {
          width: calc(100% / 3); } }
      @media screen and (max-width: 768px) {
        body.sub main section.contents div.inner ul.hap_newsletter::after {
          width: calc(100% / 2); } }
  body.sub main section.contents div.inner .wp-block-image.kadomaru img {
    border-radius: 10px; }
  body.sub main section.contents div.inner .readtext {
    line-height: 2.5em;
    font-size: 1.2rem;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner .readtext {
        font-size: 1.1rem; } }
  body.sub main section.contents div.inner p.hitotsu {
    text-indent: -2.2em;
    padding-left: 2.2em;
    margin: 0.25em 0; }
  body.sub main section.contents div.inner .imgtext_wrap h3 {
    width: fit-content;
    margin-top: 0;
    margin-bottom: 0;
    position: relative; }
    body.sub main section.contents div.inner .imgtext_wrap h3::after {
      content: 'ACTIVITIES';
      position: absolute;
      top: 100%;
      left: 0;
      background: #131313;
      color: #009999;
      padding: 0.5em 1.15em;
      font-size: 0.72em;
      letter-spacing: 0.05em; }
  body.sub main section.contents div.inner .imgtext_wrap .wp-block-columns {
    gap: 4rem; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner .imgtext_wrap .wp-block-columns {
        gap: 0.75rem; } }
    body.sub main section.contents div.inner .imgtext_wrap .wp-block-columns figure.wp-block-image {
      margin: 2em 0 0 0;
      position: relative;
      /*&::before {
          content: '';
          width: 24vw;
          height: 24vw;
          display: block;
          position: absolute;
          top: 24%;
          left: -16%;
          background: rgba(#D8DBD3,.3);
          z-index: -1;
          border-radius: 50%;
      }
      &::after {
          content: '';
          width: 10vw;
          height: 10vw;
          display: block;
          position: absolute;
          top: -14%;
          right: -5%;
          background: rgba($tcolor,.15);
          z-index: -1;
          border-radius: 50%;
      }*/ }
      body.sub main section.contents div.inner .imgtext_wrap .wp-block-columns figure.wp-block-image img {
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        height: auto; }
  @media screen and (max-width: 767px) {
    body.sub main section.contents div.inner .imgtext_wrap.text_left .wp-block-column:first-child {
      order: 2; }
    body.sub main section.contents div.inner .imgtext_wrap.text_left .wp-block-column:last-child {
      order: 1; } }
  body.sub main section.contents div.inner ul.wp-block-list {
    list-style: none;
    padding-left: 0; }
    body.sub main section.contents div.inner ul.wp-block-list > li {
      margin-bottom: 0.25em;
      position: relative;
      padding-left: 24px; }
      body.sub main section.contents div.inner ul.wp-block-list > li::before {
        font: var(--fa-font-solid);
        content: "\f04b";
        /*background: $tcolor;*/
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        font-size: 10px;
        position: absolute;
        top: 0.5rem;
        left: 2px;
        /*border-radius: 50%;*/
        color: #009999; }
        @media screen and (max-width: 767px) {
          body.sub main section.contents div.inner ul.wp-block-list > li::before {
            top: 0.25rem; } }
      body.sub main section.contents div.inner ul.wp-block-list > li:last-child {
        margin-bottom: 0; }
    body.sub main section.contents div.inner ul.wp-block-list.list_design01 > li {
      border-top: 1px solid #d8dbd3;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      body.sub main section.contents div.inner ul.wp-block-list.list_design01 > li::before {
        top: 1.5rem; }
        @media screen and (max-width: 767px) {
          body.sub main section.contents div.inner ul.wp-block-list.list_design01 > li::before {
            top: 1.25rem; } }
      body.sub main section.contents div.inner ul.wp-block-list.list_design01 > li:last-child {
        border-bottom: 1px solid #d8dbd3; }
  body.sub main section.contents div.inner ol.wp-block-list > li {
    margin-bottom: 0.25em; }
    body.sub main section.contents div.inner ol.wp-block-list > li::marker {
      font-weight: bold;
      color: #009999; }
    body.sub main section.contents div.inner ol.wp-block-list > li:last-child {
      margin-bottom: 0; }
  body.sub main section.contents div.inner ol.wp-block-list.list_design01 > li {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    body.sub main section.contents div.inner ol.wp-block-list.list_design01 > li::before {
      content: '';
      position: absolute;
      top: 0;
      left: -40px;
      width: calc(100% + 40px);
      height: 1px;
      background: #d8dbd3; }
    body.sub main section.contents div.inner ol.wp-block-list.list_design01 > li > ul {
      position: relative;
      margin-top: 1rem;
      padding-top: 0.9rem; }
      body.sub main section.contents div.inner ol.wp-block-list.list_design01 > li > ul::before {
        content: '';
        position: absolute;
        top: 0;
        left: -40px;
        width: calc(100% + 40px);
        height: 1px;
        background: #d8dbd3; }
  body.sub main section.contents div.inner table {
    letter-spacing: 0; }
    body.sub main section.contents div.inner table th.sdgs_img img, body.sub main section.contents div.inner table td.sdgs_img img {
      margin: 3px; }
  body.sub main section.contents div.inner .wp-block-table table {
    border: none; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner .wp-block-table table {
        font-size: 0.8em; } }
    body.sub main section.contents div.inner .wp-block-table table tr th, body.sub main section.contents div.inner .wp-block-table table tr td {
      border-right: none;
      border-left: none;
      border-top: 1px solid #D8DBD3;
      border-bottom: 1px solid #D8DBD3;
      padding: 1em 1em; }
      @media screen and (max-width: 767px) {
        body.sub main section.contents div.inner .wp-block-table table tr th, body.sub main section.contents div.inner .wp-block-table table tr td {
          padding: 0.8em; } }
      body.sub main section.contents div.inner .wp-block-table table tr th.link a, body.sub main section.contents div.inner .wp-block-table table tr td.link a {
        text-align: center;
        display: inline-block;
        width: fit-content;
        padding: 0 1.25rem;
        text-decoration: none;
        background: #009999;
        color: #fff;
        border-radius: 6px; }
    body.sub main section.contents div.inner .wp-block-table table tr th {
      position: relative;
      padding-right: calc(1em + 15px); }
      @media screen and (max-width: 767px) {
        body.sub main section.contents div.inner .wp-block-table table tr th {
          padding-right: calc(0.8em + 15px); } }
      body.sub main section.contents div.inner .wp-block-table table tr th::after {
        content: '';
        display: block;
        height: calc(100% - 20px);
        width: 1px;
        background: #D8DBD3;
        position: absolute;
        top: 10px;
        right: 10px; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner .wp-block-table table.is-stacked-on-mobile {
        font-size: 0.8em;
        letter-spacing: 0;
        border-bottom: 2px solid #D8DBD3; }
        body.sub main section.contents div.inner .wp-block-table table.is-stacked-on-mobile tr th, body.sub main section.contents div.inner .wp-block-table table.is-stacked-on-mobile tr td {
          padding: 0.8em;
          border-bottom: none;
          border-top: 1px dotted #D8DBD3; }
        body.sub main section.contents div.inner .wp-block-table table.is-stacked-on-mobile tr th {
          padding-right: 0.8em;
          border-top: 2px solid #D8DBD3; }
          body.sub main section.contents div.inner .wp-block-table table.is-stacked-on-mobile tr th::after {
            display: none; } }
  @media screen and (max-width: 767px) {
    body.sub main section.contents div.inner .wp-block-table.sp_table {
      width: 100%; }
      body.sub main section.contents div.inner .wp-block-table.sp_table table {
        display: block;
        width: 100%;
        border: none;
        border-top: 1px solid #131313;
        border-bottom: 1px solid #131313; }
        body.sub main section.contents div.inner .wp-block-table.sp_table table tbody {
          display: block;
          width: 100%; }
        body.sub main section.contents div.inner .wp-block-table.sp_table table tr {
          display: block;
          width: 100%;
          border-top: 1px solid #131313;
          border-bottom: 1px solid #131313; }
          body.sub main section.contents div.inner .wp-block-table.sp_table table tr th, body.sub main section.contents div.inner .wp-block-table.sp_table table tr td {
            display: block;
            width: 100% !important;
            border: none; }
          body.sub main section.contents div.inner .wp-block-table.sp_table table tr th {
            padding: 0.8em;
            border-bottom: 1px solid #131313; }
            body.sub main section.contents div.inner .wp-block-table.sp_table table tr th::after {
              display: none; } }
  body.sub main section.contents div.inner .table_design01 table th {
    border: 2px solid #fff;
    background: #009999;
    color: #fff;
    border-radius: 10px;
    padding: 1.5em 1.25rem; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner .table_design01 table th {
        padding: 1.25rem 1rem; } }
  body.sub main section.contents div.inner .table_design01 table td {
    border: 2px solid #fff;
    background: rgba(216, 219, 211, 0.3);
    border-radius: 10px;
    padding: 1.25rem; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner .table_design01 table td {
        padding: 1rem; } }
  body.sub main section.contents div.inner i.fa-solid.fa-location-dot {
    color: #009999; }
  body.sub main section.contents div.inner .wp-block-buttons .wp-block-button a.wp-block-button__link {
    background: none;
    color: #131313;
    font-size: 1.0625rem;
    margin: 0;
    padding: 0 2.6rem 0 0;
    letter-spacing: 0;
    height: 28px;
    line-height: 1em;
    font-family: "Tinos", serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #131313;
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner .wp-block-buttons .wp-block-button a.wp-block-button__link {
        font-size: 10px;
        padding: 0 26px 0 0;
        height: 18px; } }
    body.sub main section.contents div.inner .wp-block-buttons .wp-block-button a.wp-block-button__link::before {
      content: '';
      display: block;
      background: url(../img/arrow_b.svg) 0 0 no-repeat;
      position: absolute;
      right: 0;
      top: 3px;
      width: 25px;
      height: 11px; }
      @media screen and (max-width: 767px) {
        body.sub main section.contents div.inner .wp-block-buttons .wp-block-button a.wp-block-button__link::before {
          width: 14px;
          height: 6px; } }
    body.sub main section.contents div.inner .wp-block-buttons .wp-block-button a.wp-block-button__link::after {
      content: '';
      background: white;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 1px;
      z-index: 1;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform 0.3s; }
    body.sub main section.contents div.inner .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
      color: #131313; }
      body.sub main section.contents div.inner .wp-block-buttons .wp-block-button a.wp-block-button__link:hover::after {
        transform: scale(1, 1);
        transition: .3s; }
  body.sub main section.contents div.inner .is-style-border a {
    border: 1px solid #D8DBD3;
    padding: 10px; }
  body.sub main section.contents div.inner .block_design {
    padding: 1.25em 1.75em; }
  body.sub main section.contents div.inner .ninsho {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    body.sub main section.contents div.inner .ninsho > .wp-block-column {
      border: 1px solid #131313;
      padding: 2em 1.5em 1em;
      border-radius: 10px; }
      body.sub main section.contents div.inner .ninsho > .wp-block-column > .wp-block-columns {
        margin-bottom: 0;
        gap: 10px; }
        body.sub main section.contents div.inner .ninsho > .wp-block-column > .wp-block-columns .wp-block-buttons {
          margin-bottom: 1em; }
    body.sub main section.contents div.inner .ninsho .wp-block-buttons .wp-block-button a.wp-block-button__link {
      font-size: 0.8em; }
  body.sub main section.contents div.inner .action {
    gap: 1rem;
    margin-bottom: 1rem; }
    body.sub main section.contents div.inner .action > .wp-block-column {
      border: 1px solid #131313;
      padding: 1.5rem;
      border-radius: 10px; }
      body.sub main section.contents div.inner .action > .wp-block-column > .wp-block-columns {
        margin-bottom: 0;
        gap: 1.25rem; }
        body.sub main section.contents div.inner .action > .wp-block-column > .wp-block-columns h3 {
          margin: 0; }
        body.sub main section.contents div.inner .action > .wp-block-column > .wp-block-columns p {
          margin: 0; }
  body.sub main section.contents div.inner .wp-block-details {
    padding: 0 1.5rem;
    border: 1px solid #D8DBD3;
    border-radius: 3px;
    margin: 0 0 10px;
    transition: .3s; }
    body.sub main section.contents div.inner .wp-block-details summary {
      padding: 1.25em;
      font-weight: bold;
      width: calc(100% + 3rem);
      margin: 0 0 0 -1.5rem;
      transition: .3s;
      position: relative; }
      body.sub main section.contents div.inner .wp-block-details summary::after {
        font: var(--fa-font-solid);
        content: "\2b";
        font-size: 10px;
        font-weight: 900;
        position: absolute;
        top: calc(50% - 10px);
        right: 23px;
        transition: .3s;
        width: 20px;
        height: 20px;
        border: 1px solid #131313;
        border-radius: 50%;
        text-align: center;
        line-height: 19px;
        padding-left: 1px; }
    body.sub main section.contents div.inner .wp-block-details[open] {
      transition: .3s;
      padding-bottom: 1rem; }
      body.sub main section.contents div.inner .wp-block-details[open] summary {
        border-radius: 3px 3px 0 0;
        background: #009999;
        margin-bottom: 1.5rem;
        color: #fff;
        transition: .3s; }
        body.sub main section.contents div.inner .wp-block-details[open] summary::after {
          font: var(--fa-font-solid);
          content: "\f068";
          font-size: 10px;
          font-weight: 900;
          transition: .3s;
          line-height: 19px;
          border-color: #fff;
          padding-left: 1px; }
  body.sub main section.contents div.inner ul.hap_news {
    margin: 0;
    padding: 0 0 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    body.sub main section.contents div.inner ul.hap_news li {
      margin: 0;
      padding: 1em 0;
      border-bottom: 1px solid #131313;
      width: calc(50% - 1em); }
      @media screen and (max-width: 767px) {
        body.sub main section.contents div.inner ul.hap_news li {
          width: 100%; } }
      body.sub main section.contents div.inner ul.hap_news li a {
        display: flex;
        align-items: center;
        text-decoration: none; }
        body.sub main section.contents div.inner ul.hap_news li a span.img {
          width: 100px;
          height: 66.6px;
          object-fit: cover; }
          body.sub main section.contents div.inner ul.hap_news li a span.img img {
            width: 100%;
            height: 100%; }
        body.sub main section.contents div.inner ul.hap_news li a span.txt {
          width: calc(100% - 100px);
          padding-left: 1.25em; }
          body.sub main section.contents div.inner ul.hap_news li a span.txt .title {
            display: block; }
          body.sub main section.contents div.inner ul.hap_news li a span.txt time {
            font-size: 0.7em;
            letter-spacing: 0;
            display: block; }
body.sub main section.contents .works {
  margin: 5rem 0 8rem 0;
  background: rgba(216, 219, 211, 0.5); }
  @media screen and (max-width: 767px) {
    body.sub main section.contents .works {
      margin-bottom: 3rem; } }
  body.sub main section.contents .works .inner {
    padding-top: 7rem;
    padding-bottom: 7rem;
    max-width: 1360px; }
    @media screen and (max-width: 768px) {
      body.sub main section.contents .works .inner {
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      body.sub main section.contents .works .inner {
        padding-right: 20px;
        padding-left: 20px; } }
  body.sub main section.contents .works ul.works-tab {
    display: flex;
    padding: 3px 3px 0;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    gap: 3px; }
    @media screen and (max-width: 767px) {
      body.sub main section.contents .works ul.works-tab {
        flex-wrap: wrap;
        margin-bottom: 1.5rem;
        gap: 5px;
        justify-content: center; }
        body.sub main section.contents .works ul.works-tab::before {
          content: '';
          width: 100%;
          height: 0;
          order: 2; } }
    body.sub main section.contents .works ul.works-tab li.works-tab__item {
      height: 64px;
      line-height: 1.25em;
      cursor: pointer;
      flex-grow: 1;
      text-align: center;
      font-size: 0.95rem;
      display: flex;
      justify-content: center;
      align-items: center;
      color: rgba(19, 19, 19, 0.4);
      border-radius: 7px 7px 0 0;
      transition: .3s;
      position: relative; }
      @media screen and (max-width: 768px) {
        body.sub main section.contents .works ul.works-tab li.works-tab__item {
          letter-spacing: 0;
          font-size: 0.9rem; } }
      @media screen and (max-width: 767px) {
        body.sub main section.contents .works ul.works-tab li.works-tab__item {
          padding: 0 1.25rem;
          height: 34px;
          font-size: 11px;
          border-radius: 17px; }
          body.sub main section.contents .works ul.works-tab li.works-tab__item:first-child {
            order: 1;
            max-width: fit-content;
            padding: 0 1.5rem; }
          body.sub main section.contents .works ul.works-tab li.works-tab__item:not(:first-child) {
            order: 3; } }
      body.sub main section.contents .works ul.works-tab li.works-tab__item::after {
        content: '';
        width: calc(100% - 2em);
        height: 2px;
        background: #009999;
        background: linear-gradient(90deg, rgba(0, 153, 153, 0) 0%, #009999 20%, #009999 80%, rgba(0, 153, 153, 0) 100%);
        position: absolute;
        left: 1em;
        top: 0;
        transform: scale(0, 1);
        transition: transform .3s; }
        @media screen and (max-width: 767px) {
          body.sub main section.contents .works ul.works-tab li.works-tab__item::after {
            width: calc(100% - 3em);
            left: 1.5em; } }
      body.sub main section.contents .works ul.works-tab li.works-tab__item.current {
        background: rgba(255, 255, 255, 0.9);
        color: #009999;
        transition: .3s;
        font-weight: 600; }
        body.sub main section.contents .works ul.works-tab li.works-tab__item.current::after {
          width: calc(100% - 2em);
          transform: scale(1, 1);
          transition: .3s; }
          @media screen and (max-width: 767px) {
            body.sub main section.contents .works ul.works-tab li.works-tab__item.current::after {
              width: calc(100% - 3em); } }
  body.sub main section.contents .works ul.works-list {
    display: flex;
    padding: 0 3px 3px;
    margin: 0;
    flex-wrap: wrap;
    gap: 1.5px; }
    @media screen and (min-width: 1200px) {
      body.sub main section.contents .works ul.works-list {
        gap: 2px; } }
    @media screen and (max-width: 767px) {
      body.sub main section.contents .works ul.works-list {
        gap: 2px; } }
    body.sub main section.contents .works ul.works-list li.works-list__item {
      width: calc(100% / 3 - 1px);
      padding: 1.5rem;
      background: rgba(255, 255, 255, 0.9);
      cursor: pointer; }
      @media screen and (min-width: 1200px) {
        body.sub main section.contents .works ul.works-list li.works-list__item {
          width: calc(100% / 4 - 1.5px); } }
      @media screen and (max-width: 768px) {
        body.sub main section.contents .works ul.works-list li.works-list__item {
          padding: 0.9rem; } }
      @media screen and (max-width: 767px) {
        body.sub main section.contents .works ul.works-list li.works-list__item {
          width: calc(100% / 2 - 1px);
          padding: 10px; } }
      body.sub main section.contents .works ul.works-list li.works-list__item .works-list__modal {
        display: none; }
      body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.img {
        position: relative; }
        body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.img span {
          font-size: 12px;
          background: #009999;
          color: #fff;
          height: 30px;
          line-height: 30px;
          display: block;
          width: fit-content;
          padding: 0 1.2rem;
          position: absolute;
          bottom: -15px;
          left: 1rem; }
          @media screen and (max-width: 767px) {
            body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.img span {
              padding: 0 10px;
              left: 5px;
              font-size: 10px;
              letter-spacing: 0;
              height: 24px;
              line-height: 24px;
              bottom: -12px; } }
      body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.title {
        display: flex;
        flex-wrap: wrap;
        padding: 2rem 1rem 1rem 1rem; }
        @media screen and (max-width: 767px) {
          body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.title {
            padding: 1.5rem 5px 0.75rem 5px; } }
        body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.title p {
          margin: 0;
          padding: 0;
          font-size: 0.85rem; }
          @media screen and (max-width: 767px) {
            body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.title p {
              font-size: 11px;
              letter-spacing: 0; } }
        body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.title .name {
          font-size: 1.2rem;
          font-weight: 600;
          width: 100%;
          margin: 0 0 0.5rem; }
          @media screen and (max-width: 767px) {
            body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.title .name {
              font-size: 1.05rem;
              letter-spacing: 0; } }
        body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.title .city + .year::before {
          content: '／'; }
        body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.title .city + .type::before {
          content: '／'; }
        body.sub main section.contents .works ul.works-list li.works-list__item .works-list__item-wrap div.title .year + .type::before {
          content: '／'; }
      body.sub main section.contents .works ul.works-list li.works-list__item.is-hide {
        display: none; }
body.sub div.bth_wrap {
  text-align: center;
  margin-top: 2.5rem; }
  body.sub div.bth_wrap a {
    margin-right: 1rem; }
    @media screen and (max-width: 767px) {
      body.sub div.bth_wrap a {
        margin-bottom: 1rem; } }
body.sub div.bth-wrap {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 9rem 0 0 0;
  border-top: 1px solid #131313; }
  @media screen and (max-width: 767px) {
    body.sub div.bth-wrap {
      padding: 5rem 0 0 0; } }

/*pager*/
div.pager {
  margin-top: 1.5em; }
  div.pager span.current {
    color: #fff;
    background: #009999; }
  div.pager .page-numbers {
    display: inline-block;
    margin-right: .2em;
    padding: .5em .75em;
    color: #009999;
    font-weight: bold;
    border: 2px solid #009999;
    transition: .2s; }
    div.pager .page-numbers:hover {
      color: #fff;
      background: #009999;
      transition: .2s; }

/* -------------------------------- 
archive taxsonomy single components 
--------------------------------- */
body.archive main section.contents div.inner div.flex, body.taxsonomy main section.contents div.inner div.flex, body.single main section.contents div.inner div.flex {
  display: flex;
  align-items: flex-start;
  gap: 4rem; }
  @media screen and (max-width: 767px) {
    body.archive main section.contents div.inner div.flex, body.taxsonomy main section.contents div.inner div.flex, body.single main section.contents div.inner div.flex {
      display: block; } }
  body.archive main section.contents div.inner div.flex div.left, body.taxsonomy main section.contents div.inner div.flex div.left, body.single main section.contents div.inner div.flex div.left {
    width: calc(100% - 20rem); }
    body.archive main section.contents div.inner div.flex div.left.left_full, body.taxsonomy main section.contents div.inner div.flex div.left.left_full, body.single main section.contents div.inner div.flex div.left.left_full {
      width: 100%; }
    @media screen and (max-width: 767px) {
      body.archive main section.contents div.inner div.flex div.left, body.taxsonomy main section.contents div.inner div.flex div.left, body.single main section.contents div.inner div.flex div.left {
        width: 100%;
        margin-bottom: 2.5rem; } }
  body.archive main section.contents div.inner div.flex div.right, body.taxsonomy main section.contents div.inner div.flex div.right, body.single main section.contents div.inner div.flex div.right {
    width: 20rem;
    /*border: 1px solid #131313;*/
    padding: 2rem;
    position: relative;
    background: rgba(216, 219, 211, 0.2); }
    @media screen and (max-width: 767px) {
      body.archive main section.contents div.inner div.flex div.right, body.taxsonomy main section.contents div.inner div.flex div.right, body.single main section.contents div.inner div.flex div.right {
        width: 100%;
        padding-left: 0; } }
    body.archive main section.contents div.inner div.flex div.right div, body.taxsonomy main section.contents div.inner div.flex div.right div, body.single main section.contents div.inner div.flex div.right div {
      margin-bottom: 2.5rem; }
      body.archive main section.contents div.inner div.flex div.right div h2, body.taxsonomy main section.contents div.inner div.flex div.right div h2, body.single main section.contents div.inner div.flex div.right div h2 {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: .25em;
        font-size: 1.125em;
        color: #009999;
        border-bottom: 2px solid #009999; }
        body.archive main section.contents div.inner div.flex div.right div h2 span, body.taxsonomy main section.contents div.inner div.flex div.right div h2 span, body.single main section.contents div.inner div.flex div.right div h2 span {
          text-transform: uppercase; }
      body.archive main section.contents div.inner div.flex div.right div ul, body.taxsonomy main section.contents div.inner div.flex div.right div ul, body.single main section.contents div.inner div.flex div.right div ul {
        padding-left: 1.5em;
        list-style: none;
        margin: 0;
        padding: 0; }
        body.archive main section.contents div.inner div.flex div.right div ul li, body.taxsonomy main section.contents div.inner div.flex div.right div ul li, body.single main section.contents div.inner div.flex div.right div ul li {
          padding: 1em 0;
          border-bottom: 1px dotted #999; }
          body.archive main section.contents div.inner div.flex div.right div ul li a, body.taxsonomy main section.contents div.inner div.flex div.right div ul li a, body.single main section.contents div.inner div.flex div.right div ul li a {
            font-size: .9em;
            line-height: 1.4; }
            body.archive main section.contents div.inner div.flex div.right div ul li a .date, body.taxsonomy main section.contents div.inner div.flex div.right div ul li a .date, body.single main section.contents div.inner div.flex div.right div ul li a .date {
              display: block;
              font-size: 10px;
              text-align: right; }
          body.archive main section.contents div.inner div.flex div.right div ul li span.post-date, body.taxsonomy main section.contents div.inner div.flex div.right div ul li span.post-date, body.single main section.contents div.inner div.flex div.right div ul li span.post-date {
            display: block;
            margin-top: .5em;
            font-size: .75em; }
      body.archive main section.contents div.inner div.flex div.right div.btm, body.taxsonomy main section.contents div.inner div.flex div.right div.btm, body.single main section.contents div.inner div.flex div.right div.btm {
        margin-bottom: 0; }

/* -------------------------------- 
single components 
--------------------------------- */
body.single main section.contents div.inner div.flex div.left div.single_title_wrap {
  margin-bottom: 3.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 3px solid #f5f4ef; }
  body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 {
    margin: 0 0 1.25em;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 {
        font-size: 1.5em; } }
  body.single main section.contents div.inner div.flex div.left div.single_title_wrap time {
    font-size: .9em; }
    @media screen and (max-width: 767px) {
      body.single main section.contents div.inner div.flex div.left div.single_title_wrap time {
        font-size: .8em; } }
body.single main section.contents div.inner div.flex div.left div.nextprev_wrap {
  padding: 0 0 3rem; }
  body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
    margin-right: .625rem;
    padding: 1rem 4rem 1rem 4rem;
    border: 1px solid #131313;
    height: auto;
    border-radius: 10px; }
    body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a::before {
      right: 9px;
      top: 19px; }
    body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a::after {
      display: none; }
    @media screen and (max-width: 767px) {
      body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
        margin-bottom: 10px; } }

/* -------------------------------- 
404 components 
--------------------------------- */
body.error404 p.error-404__text {
  margin-bottom: 6.25rem;
  text-align: center; }
body.error404 div.bth-wrap {
  text-align: center; }

/* -------------------------------- 
form components
--------------------------------- */
div.form-wrap {
  /*---- reset ----*/
  /*ie hack*/
  /* text */
  /*ie hack*/
  /* password */
  /*---- オリジナル設定 ----*/ }
  div.form-wrap input[type="text"], div.form-wrap input[type="number"], div.form-wrap input[type="tel"], div.form-wrap input[type="email"], div.form-wrap button, div.form-wrap textarea, div.form-wrap select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  div.form-wrap input::-ms-clear {
    visibility: hidden; }
  div.form-wrap input::-ms-reveal {
    visibility: hidden; }
  div.form-wrap input[type="text"], div.form-wrap input[type="number"], div.form-wrap input[type="tel"], div.form-wrap input[type="email"], div.form-wrap textarea {
    outline: none;
    width: 100%;
    padding: .75em;
    border: 1px solid #bbb;
    border-radius: 8px;
    transition: .3s; }
  div.form-wrap input[type="text"]:focus, div.form-wrap input[type="number"]:focus, div.form-wrap input[type="tel"]:focus, div.form-wrap input[type="email"]:focus, div.form-wrap textarea:focus {
    box-shadow: 0 0 6px #009999;
    border: 1px solid #009999; }
  div.form-wrap input[type="submit"], div.form-wrap input[type="button"] {
    position: relative;
    display: inline-block;
    margin: 8px 0;
    padding: 1.5em 2em;
    min-width: 280px;
    color: #131313;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #131313;
    cursor: pointer;
    transition: .2s;
    background: #fff; }
    div.form-wrap input[type="submit"]:hover, div.form-wrap input[type="button"]:hover {
      color: #fff;
      background: #131313;
      transition: .2s; }
    div.form-wrap input[type="submit"].back_button, div.form-wrap input[type="button"].back_button {
      background: rgba(216, 219, 211, 0.5); }
      div.form-wrap input[type="submit"].back_button:hover, div.form-wrap input[type="button"].back_button:hover {
        color: #131313;
        background: #fff; }
  div.form-wrap input[type="submit"]:disabled {
    cursor: default;
    opacity: .7; }
  div.form-wrap input[type="submit"]:disabled:hover {
    background-color: #009999; }
  div.form-wrap input[type="text"].p-postal-code {
    max-width: 12em; }
  div.form-wrap .mw_wp_form .error {
    margin: 4px 0;
    font-size: .9em;
    color: crimson; }
  div.form-wrap span.red {
    color: crimson; }
  @media screen and (max-width: 768px) {
    div.form-wrap p.form-wrap__hissu {
      font-size: .9em;
      letter-spacing: .05em; } }
  div.form-wrap div.form-wrap__flex {
    display: flex;
    justify-content: space-between;
    padding: 1.5em .5em;
    border-bottom: 1px dotted #ccc; }
    div.form-wrap div.form-wrap__flex.top {
      border-top: 1px dotted #ccc; }
    @media screen and (max-width: 768px) {
      div.form-wrap div.form-wrap__flex {
        font-size: .9em;
        letter-spacing: .05em; } }
    @media screen and (max-width: 767px) {
      div.form-wrap div.form-wrap__flex {
        display: block; } }
    div.form-wrap div.form-wrap__flex div.left {
      flex-basis: 16rem;
      width: 16rem;
      padding-top: 4px; }
      div.form-wrap div.form-wrap__flex div.left p {
        margin: 8px 0; }
        div.form-wrap div.form-wrap__flex div.left p span.red {
          margin-left: .8em; }
      @media screen and (max-width: 768px) {
        div.form-wrap div.form-wrap__flex div.left {
          flex-basis: 160px;
          width: 160px; } }
      @media screen and (max-width: 768px) {
        div.form-wrap div.form-wrap__flex div.left {
          flex-basis: 100%;
          width: 100%;
          font-weight: bold;
          color: #009999;
          padding-bottom: 0.6em; } }
    div.form-wrap div.form-wrap__flex div.right {
      flex-basis: calc(100% - 16rem);
      width: calc(100% - 16rem); }
      @media screen and (max-width: 768px) {
        div.form-wrap div.form-wrap__flex div.right {
          flex-basis: calc(100% - 160px);
          width: calc(100% - 160px); } }
      @media screen and (max-width: 768px) {
        div.form-wrap div.form-wrap__flex div.right {
          flex-basis: 100%;
          width: 100%; } }
      div.form-wrap div.form-wrap__flex div.right span.p {
        display: block;
        margin-top: 4px;
        font-size: .9em; }
      div.form-wrap div.form-wrap__flex div.right p:empty:before {
        content: none; }
      div.form-wrap div.form-wrap__flex div.right.jusyo {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        div.form-wrap div.form-wrap__flex div.right.jusyo p.jusyo_yubin {
          display: flex;
          align-items: center; }
          div.form-wrap div.form-wrap__flex div.right.jusyo p.jusyo_yubin span {
            margin-right: 0.5em;
            margin-left: 0.25em; }
            div.form-wrap div.form-wrap__flex div.right.jusyo p.jusyo_yubin span.wpcf7-form-control-wrap {
              width: 11rem; }
        div.form-wrap div.form-wrap__flex div.right.jusyo button {
          outline: none;
          width: fit-content;
          padding: .55em .8em;
          border: 1px solid #131313;
          border-radius: 6px;
          transition: .3s;
          background: #131313;
          color: #fff;
          font-size: 0.8em; }
          div.form-wrap div.form-wrap__flex div.right.jusyo button:hover {
            background: #fff;
            color: #131313; }
        div.form-wrap div.form-wrap__flex div.right.jusyo p.jusyo_address {
          width: 100%;
          margin-top: 0; }
  div.form-wrap div.form-wrap__btn {
    margin-top: 3rem;
    text-align: center; }
    div.form-wrap div.form-wrap__btn p {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap; }
      div.form-wrap div.form-wrap__btn p .wpcf7-spinner {
        margin: 0 !important; }
        @media screen and (max-width: 767px) {
          div.form-wrap div.form-wrap__btn p .wpcf7-spinner {
            width: 100%; } }

/*error*/
div.mw_wp_form {
  margin-top: -110px;
  padding-top: 110px; }

/*recaptcha*/
p.recaptcha_policy {
  padding-bottom: 1em;
  font-size: .8em;
  border-bottom: 1px dotted #ccc; }

/*
div.grecaptcha-badge {
    visibility: hidden;
}
*/
body.recruit {
  background: #74D2BE;
  font-family: "Noto Sans JP", sans-serif; }
  body.recruit header.header {
    width: calc(100% - 60px);
    left: 30px;
    top: 30px;
    border-radius: 10px;
    overflow: hidden; }
    body.recruit header.header .headerflex {
      height: 90px;
      background: none;
      padding: 0 1rem 0 2.2rem; }
      @media screen and (max-width: 767px) {
        body.recruit header.header .headerflex {
          min-height: 54px;
          height: 54px;
          padding: 0 0.75rem 0 1rem;
          align-items: center; } }
      body.recruit header.header .headerflex div.left {
        width: 13.45rem; }
        @media screen and (max-width: 767px) {
          body.recruit header.header .headerflex div.left {
            width: 11rem; }
            body.recruit header.header .headerflex div.left h1 a {
              height: 54px; } }
      @media screen and (max-width: 767px) {
        body.recruit header.header .headerflex div.right {
          display: block;
          width: 9rem;
          padding: 0; } }
      body.recruit header.header .headerflex div.right .mynavi {
        width: 12rem; }
        @media screen and (max-width: 767px) {
          body.recruit header.header .headerflex div.right .mynavi {
            width: 9rem;
            margin: 0; } }
      body.recruit header.header .headerflex div.right nav.gnav {
        margin-right: 2rem; }
        body.recruit header.header .headerflex div.right nav.gnav > ul {
          gap: 0; }
          body.recruit header.header .headerflex div.right nav.gnav > ul > li {
            font-size: 0.9375rem;
            font-weight: bold;
            letter-spacing: 0.1em;
            margin-right: 2.5rem; }
            body.recruit header.header .headerflex div.right nav.gnav > ul > li:last-child {
              margin-right: 0; }
            body.recruit header.header .headerflex div.right nav.gnav > ul > li a {
              transition: .3s;
              position: relative; }
              body.recruit header.header .headerflex div.right nav.gnav > ul > li a::after {
                position: absolute;
                left: 0;
                content: '';
                width: 100%;
                height: 2px;
                background: #74D2BE;
                bottom: -0.35em;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform 0.3s; }
              body.recruit header.header .headerflex div.right nav.gnav > ul > li a:hover {
                color: #74D2BE;
                transition: .3s; }
                body.recruit header.header .headerflex div.right nav.gnav > ul > li a:hover::after {
                  transform: scale(1, 1);
                  transform-origin: left top; }
  body.recruit main.main {
    margin: 0; }
    body.recruit main.main .recruit_top .recruit_top__wrap {
      width: 100%;
      /*padding: 56.25% 0 0 0;*/
      height: 100vh;
      position: relative;
      background: #000; }
      @media screen and (max-width: 768px) {
        body.recruit main.main .recruit_top .recruit_top__wrap {
          padding: 56.25% 0 0 0;
          height: 0; } }
      body.recruit main.main .recruit_top .recruit_top__wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    body.recruit main.main section.contents {
      position: relative;
      overflow: hidden;
      padding-bottom: 0; }
      @media screen and (max-width: 767px) {
        body.recruit main.main section.contents {
          padding: 3.5rem 0 0; } }
      body.recruit main.main section.contents .single_content {
        padding-bottom: 0; }
        body.recruit main.main section.contents .single_content .wp-block-group h2.wp-block-heading {
          text-align: center;
          letter-spacing: 0.2em;
          font-size: 1.875rem;
          line-height: 1em;
          margin: 0;
          padding: 0; }
          @media screen and (max-width: 768px) {
            body.recruit main.main section.contents .single_content .wp-block-group h2.wp-block-heading {
              font-size: 1.5rem; } }
          @media screen and (max-width: 767px) {
            body.recruit main.main section.contents .single_content .wp-block-group h2.wp-block-heading {
              font-size: 13px; } }
          body.recruit main.main section.contents .single_content .wp-block-group h2.wp-block-heading strong {
            display: block;
            font-family: "Rubik", serif;
            font-size: 5.9375rem;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 1em;
            padding: 0.25em 0 0 0; }
            @media screen and (max-width: 768px) {
              body.recruit main.main section.contents .single_content .wp-block-group h2.wp-block-heading strong {
                font-size: 4.75rem; } }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group h2.wp-block-heading strong {
                font-size: 42px; } }
          body.recruit main.main section.contents .single_content .wp-block-group h2.wp-block-heading.jp {
            font-size: 4.6875rem;
            font-weight: bold;
            letter-spacing: 0.2em; }
            @media screen and (max-width: 768px) {
              body.recruit main.main section.contents .single_content .wp-block-group h2.wp-block-heading.jp {
                font-size: 3.75rem; } }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group h2.wp-block-heading.jp {
                font-size: 33px; } }
        body.recruit main.main section.contents .single_content .wp-block-group.message {
          max-width: 1240px;
          margin: 0 auto;
          padding: 0 30px; }
          @media screen and (max-width: 1280px) {
            body.recruit main.main section.contents .single_content .wp-block-group.message {
              max-width: 1000px; } }
          @media screen and (max-width: 767px) {
            body.recruit main.main section.contents .single_content .wp-block-group.message {
              padding: 0 45px; } }
          body.recruit main.main section.contents .single_content .wp-block-group.message .kaiten_text_wrap {
            position: absolute;
            top: -10px;
            left: calc(47% - 725px);
            margin: 20px auto;
            width: 1450px;
            height: 1450px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            opacity: 0.2;
            margin: 0;
            z-index: -1;
            transform: translate(-12.5%, -12.5%); }
            @media screen and (max-width: 1280px) {
              body.recruit main.main section.contents .single_content .wp-block-group.message .kaiten_text_wrap {
                width: 1160px;
                height: 1160px;
                margin: 16px auto;
                left: calc(47% - 580px);
                top: -8px; } }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.message .kaiten_text_wrap {
                width: 464px;
                height: 464px;
                margin: 6px auto;
                left: calc(55% - 232px);
                top: -3px; } }
            body.recruit main.main section.contents .single_content .wp-block-group.message .kaiten_text_wrap .wp-block-group__inner-container {
              position: relative;
              width: 145px;
              /* この親要素自体は1文字が収まる程度の小さいサイズ */
              height: 145px;
              border-radius: 50%;
              animation: rotateAnim 20s linear infinite;
              /* 円形テキストを回転 */ }
              @media screen and (max-width: 1280px) {
                body.recruit main.main section.contents .single_content .wp-block-group.message .kaiten_text_wrap .wp-block-group__inner-container {
                  width: 116px;
                  height: 116px; } }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.message .kaiten_text_wrap .wp-block-group__inner-container {
                  width: 46px;
                  height: 46px; } }
              body.recruit main.main section.contents .single_content .wp-block-group.message .kaiten_text_wrap .wp-block-group__inner-container .kaiten_text span {
                position: absolute;
                inset: 0;
                /* topとleftとbottomとrightをまとめて指定 */
                font-weight: 700;
                font-size: 120px;
                font-family: "Rubik", serif;
                -webkit-text-fill-color: transparent;
                -webkit-text-stroke: 3px #fff; }
                @media screen and (max-width: 1280px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.message .kaiten_text_wrap .wp-block-group__inner-container .kaiten_text span {
                    font-size: 96px; } }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.message .kaiten_text_wrap .wp-block-group__inner-container .kaiten_text span {
                    font-size: 38px;
                    -webkit-text-fill-color: transparent;
                    -webkit-text-stroke: 2px #fff; } }
@keyframes rotateAnim {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); }
  /* ここを0degにしてしまうと、180度の地点で逆方向の回転になるので注意 */ }
          body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img {
            margin: 4.5rem 0 0 0;
            justify-content: space-between;
            transform: translate(6.5%, 0); }
            @media screen and (max-width: 1280px) {
              body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img {
                transform: translate(5.2%, 0);
                margin: 3.6rem 0 0 0; } }
            @media screen and (max-width: 768px) {
              body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img {
                transform: none; } }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img {
                margin: 1.57rem 0 0 0;
                gap: 1.5rem; } }
            body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column:first-child {
              flex-basis: 52.5%;
              flex-grow: 0;
              width: 52.5%; }
              @media screen and (max-width: 768px) {
                body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column:first-child {
                  flex-basis: 57% !important;
                  flex-grow: 0;
                  width: 57%; } }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column:first-child {
                  flex-basis: 100% !important;
                  flex-grow: 0;
                  width: 100%; } }
              body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column:first-child .message_text {
                margin: 0;
                font-size: 1.0625rem;
                letter-spacing: 0.2em;
                line-height: 2.16em; }
                @media screen and (max-width: 1280px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column:first-child .message_text {
                    font-size: 1.01rem;
                    line-height: 1.72em; } }
                @media screen and (max-width: 768px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column:first-child .message_text {
                    letter-spacing: 0;
                    padding-left: 1rem;
                    padding-right: 0.5rem; } }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column:first-child .message_text {
                    padding: 0;
                    font-size: 1rem;
                    letter-spacing: 0.08em;
                    line-height: 1.7em; } }
            body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column:last-child {
              flex-basis: 44%;
              flex-grow: 0;
              width: 44%; }
              @media screen and (max-width: 768px) {
                body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column:last-child {
                  flex-basis: 48% !important;
                  flex-grow: 0;
                  width: 48%;
                  margin: -37% 0 0 54%; } }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column:last-child {
                  flex-basis: 100% !important;
                  flex-grow: 0;
                  width: 100%;
                  margin: 0; } }
            body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column figcaption.wp-element-caption {
              text-align: left;
              font-size: 2.25rem;
              color: #fff;
              letter-spacing: 0.2em;
              line-height: 1em;
              margin: -14% 0 0 27.5%;
              padding: 0 0 5px 40px;
              height: 100px;
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              justify-content: flex-end;
              position: relative;
              font-weight: bold; }
              @media screen and (max-width: 1280px) {
                body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column figcaption.wp-element-caption {
                  height: 90px;
                  font-size: 2rem;
                  padding: 0 0 4px 32px; } }
              @media screen and (max-width: 768px) {
                body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column figcaption.wp-element-caption {
                  padding: 0 0 4px 26px; } }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column figcaption.wp-element-caption {
                  height: 70px;
                  font-size: 1.75rem; } }
              @media screen and (max-width: 428px) {
                body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column figcaption.wp-element-caption {
                  height: 60px;
                  font-size: 1.5rem; } }
              body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column figcaption.wp-element-caption::before {
                content: '';
                width: 7px;
                height: 100%;
                border-radius: 4px;
                background: #fff;
                display: block;
                position: absolute;
                top: 0;
                left: 0; }
                @media screen and (max-width: 1280px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column figcaption.wp-element-caption::before {
                    width: 6px;
                    border-radius: 3px; } }
                @media screen and (max-width: 768px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column figcaption.wp-element-caption::before {
                    width: 5px; } }
              body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column figcaption.wp-element-caption strong {
                font-size: 2.3rem;
                font-family: "Rubik", serif;
                letter-spacing: 0;
                margin: 0 0 0.6em;
                font-weight: 700; }
                @media screen and (max-width: 1280px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.message .message_text_img .wp-block-column figcaption.wp-element-caption strong {
                    font-size: 1.84rem;
                    margin: 0 0 0.5em; } }
        body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns {
          max-width: 1160px;
          margin: 0 auto;
          padding: 0 30px;
          gap: 1rem; }
          @media screen and (max-width: 1280px) {
            body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns {
              max-width: 940px; } }
          @media screen and (max-width: 767px) {
            body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns {
              display: block;
              padding: 0 40px; } }
          body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns.data_top {
            margin-top: 5rem;
            margin-bottom: 1rem; }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns.data_top {
                margin-top: 2.3rem; } }
          body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns.data_center {
            margin-bottom: 1rem; }
          body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns .wp-block-column {
            background: #fff;
            border-radius: 10px; }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns .wp-block-column {
                width: calc(50% - 6px);
                float: left;
                margin: 0 3px 6px;
                overflow: hidden; } }
            body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns .wp-block-column h3 {
              font-size: 1.72rem;
              font-weight: bold;
              color: #74D2BE;
              margin: 0;
              padding: 1.375rem 0 0 0;
              text-align: center;
              letter-spacing: 0.2em; }
              @media screen and (max-width: 768px) {
                body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns .wp-block-column h3 {
                  font-size: 1.376rem;
                  padding: 1.1rem 0 0 0;
                  letter-spacing: 0.1em; } }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns .wp-block-column h3 {
                  font-size: 12px; } }
              @media screen and (max-width: 375px) {
                body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns .wp-block-column h3 {
                  font-size: 11px;
                  letter-spacing: 0; } }
            body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns .wp-block-column .wp-block-image {
              aspect-ratio: 178 / 145;
              width: 100%; }
              body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns .wp-block-column .wp-block-image img {
                height: 100% !important;
                width: 100% !important;
                object-fit: contain; }
          body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns .data_none {
            background: none; }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.data .wp-block-columns .data_none {
                display: none; } }
        body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns {
          max-width: 1270px;
          margin: 5.75rem auto 0;
          padding: 0 30px;
          gap: 20px; }
          @media screen and (max-width: 1280px) {
            body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns {
              max-width: 1028px; } }
          @media screen and (max-width: 767px) {
            body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns {
              margin: 3rem auto 0;
              gap: 12px; } }
          body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_left, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_left {
            width: 180px !important;
            flex-basis: 180px !important;
            position: relative;
            font-size: 1.875rem;
            font-weight: bold;
            color: #fff;
            letter-spacing: 0.2em; }
            @media screen and (max-width: 768px) {
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_left, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_left {
                width: 144px !important;
                flex-basis: 144px !important; } }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_left, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_left {
                width: 60px !important;
                flex-basis: 60px !important;
                font-size: 1rem; } }
            body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_left .year_title, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_left .year_title {
              width: 100%;
              height: 100%;
              margin: 0;
              padding: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              line-height: 1.3em; }
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_left .year_title::before, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_left .year_title::before {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                border-radius: 10px;
                z-index: -1; }
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_left .year_title::after, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_left .year_title::after {
                content: '';
                width: 72.8273%;
                padding: 72.8273% 0 0 0;
                position: absolute;
                left: 13.586%;
                top: calc(100% - 68px);
                display: block;
                border-radius: 10px;
                transform: rotate(135deg) skew(20deg, 20deg) scale(0.728273);
                z-index: -1; }
                @media screen and (max-width: 768px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_left .year_title::after, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_left .year_title::after {
                    top: calc(100% - 55px); } }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_left .year_title::after, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_left .year_title::after {
                    top: calc(100% - 25px); } }
          body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_right, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_right {
            width: calc(100% - 180px) !important;
            flex-basis: calc(100% - 180px) !important;
            background: #fff;
            border-radius: 10px;
            padding: 1.5rem;
            position: relative; }
            @media screen and (max-width: 768px) {
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_right, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_right {
                width: calc(100% - 144px) !important;
                flex-basis: calc(100% - 144px) !important; } }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_right, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_right {
                width: calc(100% - 60px) !important;
                flex-basis: calc(100% - 60px) !important;
                border-radius: 8px;
                padding: 1rem; } }
            body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_right::before, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_right::before {
              content: '';
              width: 46px;
              height: 46px;
              display: block;
              background: #fff;
              transform: rotate(45deg) translate(-50%, 0);
              position: absolute;
              top: 50%;
              left: -5px;
              z-index: 1; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year01_right::before, body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns .wp-block-column.year02_right::before {
                  width: 23px;
                  height: 23px;
                  left: -3px; } }
          body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_left .year_title::before {
            background: #40AE91; }
          body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_left .year_title::after {
            background: #40AE91; }
          body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table {
            border: none;
            border-bottom: 2px solid #74D2BE;
            border-top: 2px solid #74D2BE; }
            body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td {
              border: none;
              letter-spacing: 0;
              border-bottom: 2px solid #74D2BE;
              border-top: 2px solid #74D2BE;
              padding: 8px;
              font-size: 1rem;
              z-index: 1; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td {
                  padding: 6px 12px 6px 6px; } }
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td.midashi {
                font-size: 1.5rem;
                font-weight: bold;
                width: 20%;
                position: relative; }
                @media screen and (max-width: 1280px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td.midashi {
                    font-size: 1.2rem; } }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td.midashi {
                    font-size: 1rem; } }
                body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td.midashi::before {
                  content: '';
                  height: calc(100% - 16px);
                  width: 2px;
                  background: #74D2BE;
                  position: absolute;
                  top: 8px;
                  right: 8px; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td.midashi::before {
                      right: 6px; } }
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td:nth-last-child(2) {
                width: 21%;
                position: relative;
                padding: 13px calc(1em + 8px) 13px 1em;
                font-weight: bold; }
                @media screen and (max-width: 1280px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td:nth-last-child(2) {
                    font-size: 0.8rem; } }
                @media screen and (max-width: 768px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td:nth-last-child(2) {
                    line-height: 1.4em; } }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td:nth-last-child(2) {
                    width: 28%;
                    padding: 12px calc(0.5em + 4px) 12px 0.5em;
                    line-height: 1.2em; } }
                body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td:nth-last-child(2)::before {
                  content: '';
                  height: calc(100% - 16px);
                  width: 2px;
                  background: #74D2BE;
                  position: absolute;
                  top: 8px;
                  right: 0; }
                body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td:nth-last-child(2)::after {
                  content: '';
                  height: calc(100% - 16px);
                  width: calc(100% - 8px);
                  background: #74D2BE;
                  position: absolute;
                  top: 8px;
                  left: 0;
                  z-index: -1; }
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td:last-child {
                width: 59%;
                padding: 13px 1em; }
                @media screen and (max-width: 1280px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td:last-child {
                    font-size: 0.8rem; } }
                @media screen and (max-width: 768px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td:last-child {
                    line-height: 1.4em; } }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year01 .wp-block-column.year01_right table tr td:last-child {
                    width: 52%;
                    padding: 13px 0.5em; } }
          body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 {
            margin-top: 30px;
            z-index: -2;
            position: relative; }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 {
                margin-top: 15px; } }
            body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_left .year_title {
              transform: translate(0, -50px);
              height: calc(100% + 10px);
              padding-top: 3em; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_left .year_title {
                  height: calc(100% + 40px); } }
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_left .year_title::before {
                background: #58C0A7; }
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_left .year_title::after {
                background: #58C0A7; }
            body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns {
              margin: 0;
              padding: 0;
              max-width: 100%;
              width: 100%;
              gap: 15px;
              z-index: 1;
              position: relative; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns {
                  gap: 8px; } }
              body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns > .wp-block-column {
                border: 2px solid #74D2BE;
                border-radius: 8px;
                padding: 1.7rem; }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns > .wp-block-column {
                    padding: 1.2rem; } }
                body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns > .wp-block-column h3 {
                  padding: 0 0 1.875rem;
                  margin: 0;
                  font-size: 1.5rem;
                  letter-spacing: 0; }
                  @media screen and (max-width: 1280px) {
                    body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns > .wp-block-column h3 {
                      font-size: 1.2rem; } }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns > .wp-block-column h3 {
                      padding: 0 0 1rem;
                      font-size: 1rem; } }
                body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns > .wp-block-column p {
                  line-height: 1.875rem;
                  font-weight: bold;
                  margin: 1em 0 0 0;
                  padding: 0 2em 0 0;
                  letter-spacing: 0;
                  font-size: 0.975rem; }
                  @media screen and (max-width: 1280px) {
                    body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns > .wp-block-column p {
                      font-size: 0.75rem;
                      line-height: 1.5rem; } }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns > .wp-block-column p {
                      margin: 0.5em 0 0 0; } }
                  body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns > .wp-block-column p.ex {
                    font-size: 0.75rem;
                    margin: -1.55em 0 0 0;
                    padding: 0;
                    line-height: 1em;
                    text-align: right; }
                    @media screen and (max-width: 1280px) {
                      body.recruit main.main section.contents .single_content .wp-block-group.ojt .wp-block-columns.year02 .wp-block-column.year02_right .wp-block-columns > .wp-block-column p.ex {
                        font-size: 10px;
                        margin: -1.5em 0 0 0; } }
        body.recruit main.main section.contents .single_content .wp-block-group.youkou {
          background: rgba(255, 255, 255, 0.2); }
          body.recruit main.main section.contents .single_content .wp-block-group.youkou h3.wp-block-heading {
            text-align: center;
            font-size: 2.5rem;
            letter-spacing: 0.2em;
            font-weight: bold;
            padding: .8em 0;
            margin: 1.25em 0 0 0;
            position: relative; }
            @media screen and (max-width: 768px) {
              body.recruit main.main section.contents .single_content .wp-block-group.youkou h3.wp-block-heading {
                font-size: 2rem; } }
            body.recruit main.main section.contents .single_content .wp-block-group.youkou h3.wp-block-heading::before {
              content: '';
              width: 100px;
              height: 8px;
              background: #131313;
              position: absolute;
              left: calc(50% - 50px);
              top: 0; }
          body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table {
            max-width: 1160px;
            margin: 0 auto;
            padding: 0 30px;
            border: none;
            letter-spacing: 0;
            z-index: 1;
            position: relative; }
            @media screen and (max-width: 1280px) {
              body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table {
                max-width: 940px; } }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table {
                display: block; } }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr {
                display: block;
                border-top: 2px solid #fff;
                padding: 4px 0; }
                body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr:last-child {
                  border-bottom: 2px solid #fff; } }
            body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td {
              border: none;
              border-bottom: 2px solid #fff;
              border-top: 2px solid #fff; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td {
                  display: block;
                  border-top: none;
                  border-bottom: none; } }
              body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:first-child {
                width: 23%;
                font-weight: bold;
                position: relative;
                padding: calc(1em + 8px); }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:first-child {
                    width: 100%;
                    padding: 0.7rem;
                    text-align: center; } }
                body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:first-child::before {
                  content: '';
                  width: calc(100% - 16px);
                  height: calc(100% - 16px);
                  position: absolute;
                  top: 8px;
                  left: 8px;
                  background: #fff;
                  z-index: -1; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:first-child::before {
                      width: 100%;
                      height: 100%;
                      top: 0;
                      left: 0; } }
                body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:first-child::after {
                  content: '';
                  width: 2px;
                  height: calc(100% - 16px);
                  position: absolute;
                  top: 8px;
                  right: -1px;
                  background: #fff;
                  z-index: -1; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:first-child::after {
                      display: none; } }
              body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child {
                width: 77%;
                padding: 0.8em 1.25em;
                line-height: 2.25em; }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child {
                    width: 100%;
                    padding: 1rem;
                    overflow: hidden; } }
                body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion {
                  width: calc(50% - 8px);
                  float: left;
                  margin: 1em 4px; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion {
                      width: 100%;
                      margin: 1em 0 0.5em; } }
                  body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion .accordion__summary {
                    width: 100%;
                    display: block;
                    height: 70px;
                    line-height: 70px;
                    color: #131313;
                    background: #fff;
                    font-size: 1.25rem;
                    border-radius: 10px;
                    /*box-shadow: 4px 4px 5px rgba(#131313,.2);*/
                    text-decoration: none;
                    text-align: center;
                    font-weight: bold;
                    cursor: pointer;
                    position: relative;
                    transition: .3s;
                    overflow: hidden;
                    z-index: 1; }
                    @media screen and (max-width: 768px) {
                      body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion .accordion__summary {
                        height: 56px;
                        line-height: 56px;
                        font-size: 1rem; } }
                    body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion .accordion__summary::after {
                      font: var(--fa-font-solid);
                      content: "\f04b";
                      width: 32px;
                      height: 32px;
                      background: #83D8C9;
                      color: #fff;
                      border-radius: 4px;
                      display: block;
                      position: absolute;
                      top: 19px;
                      right: 19px;
                      line-height: 32px;
                      font-size: 0.65em;
                      transform: rotate(90deg); }
                      @media screen and (max-width: 768px) {
                        body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion .accordion__summary::after {
                          width: 26px;
                          height: 26px;
                          top: 15px;
                          right: 15px; } }
                    body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion .accordion__summary:hover {
                      transition: .3s;
                      transform: translate(3px, 3px);
                      box-shadow: none; }
                      @media screen and (max-width: 767px) {
                        body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion .accordion__summary:hover {
                          transform: none; } }
                  body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion .accordion__detail {
                    width: calc(200% + 8px);
                    background: #fff; }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion .accordion__detail {
                        width: 100%; } }
                  body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion.odd .accordion__detail {
                    margin-left: calc(-100% + -8px); }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion.odd .accordion__detail {
                        margin-left: 0; } }
                  body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion[open] .accordion__summary {
                    height: 80px;
                    border-radius: 10px 10px 0 0; }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion[open] .accordion__summary {
                        height: 60px; } }
                    body.recruit main.main section.contents .single_content .wp-block-group.youkou .wp-block-table tr td:last-child details.accordion[open] .accordion__summary::after {
                      transform: rotate(-90deg); }
        body.recruit main.main section.contents .single_content .wp-block-group.qa h2.wp-block-heading strong sub {
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 900;
          font-size: 4.5rem;
          bottom: -0.02em; }
          @media screen and (max-width: 1280px) {
            body.recruit main.main section.contents .single_content .wp-block-group.qa h2.wp-block-heading strong sub {
              font-size: 0.8em; } }
          @media screen and (max-width: 767px) {
            body.recruit main.main section.contents .single_content .wp-block-group.qa h2.wp-block-heading strong sub {
              font-size: 0.8em; } }
        body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq {
          max-width: 1160px;
          margin: 0 auto 1rem;
          padding: 0 30px; }
          @media screen and (max-width: 1280px) {
            body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq {
              max-width: 940px; } }
          body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-question {
            margin: 0;
            padding: 0 4.56rem 0 calc(5.5rem + 1.56rem);
            font-size: 1.125rem;
            font-weight: bold;
            position: relative;
            height: 90px;
            line-height: 1.4em;
            border-radius: 10px;
            background: #fff;
            cursor: pointer;
            transition: .3s;
            display: flex;
            align-items: center; }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-question {
                height: 54px;
                font-size: 12px;
                letter-spacing: 0;
                padding: 0 4.56rem 0 65px; } }
            body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-question:hover {
              color: #74D2BE;
              transition: .3s; }
            body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-question::before {
              font: var(--fa-font-solid);
              content: "\2b";
              font-size: 1.875rem;
              font-weight: 900;
              position: absolute;
              height: 90px;
              line-height: 90px;
              top: 0;
              right: 23px;
              transition: .3s; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-question::before {
                  height: 54px;
                  line-height: 54px;
                  font-size: 18px;
                  right: 12px; } }
            body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-question strong {
              font-size: 2.5rem;
              font-weight: bold;
              font-family: "Rubik", serif;
              position: absolute;
              left: 1.56rem;
              top: 0;
              color: #74D2BE;
              height: 90px;
              line-height: 90px; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-question strong {
                  height: 54x;
                  line-height: 54px;
                  font-size: 26px;
                  left: 12px; } }
            body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-question.open {
              border-radius: 10px 10px 0 0;
              transition: .3s; }
              body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-question.open::before {
                font: var(--fa-font-solid);
                content: "\f068";
                font-size: 1.875rem;
                height: 90px;
                line-height: 90px;
                font-weight: 900;
                transition: .3s; }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-question.open::before {
                    height: 54px;
                    line-height: 54px;
                    font-size: 18px;
                    right: 12px; } }
          body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-answer {
            display: none;
            margin: 0;
            padding: 1.56rem 2rem 1.56rem calc(5.5rem + 1.56rem);
            background: #fff;
            border-radius: 0 0 10px 10px;
            font-size: 1.125rem;
            line-height: 2em;
            position: relative; }
            @media screen and (max-width: 767px) {
              body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-answer {
                padding: 1.56rem 12px 1.56rem 65px; } }
            body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-answer::before {
              content: '';
              display: block;
              height: 2px;
              width: calc(100% - 46px);
              position: absolute;
              left: 23px;
              top: 0;
              background: #74D2BE; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-answer::before {
                  width: calc(100% - 24px);
                  left: 12px; } }
            body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-answer::after {
              content: 'A.';
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              font-size: 2.5rem;
              font-weight: bold;
              font-family: "Rubik", serif;
              position: absolute;
              left: 2.25rem;
              top: 1.56rem;
              color: #74D2BE; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-answer::after {
                  font-size: 26px;
                  left: 1.6rem;
                  top: 1.2rem; } }
            body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-answer p {
              padding: 0;
              margin: 0; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .wp-block-group.qa .wp-block-aioseo-faq .aioseo-faq-block-answer p {
                  font-size: 12px;
                  line-height: 1.6em;
                  letter-spacing: 0; } }
        body.recruit main.main section.contents .single_content .story_wrap {
          position: relative; }
          body.recruit main.main section.contents .single_content .story_wrap::before {
            content: '';
            background: #fff;
            opacity: 0.2;
            width: 100%;
            padding: 40% 0 0 0;
            transform: skewY(-10deg);
            position: absolute;
            top: 6%;
            left: 0;
            z-index: -1; }
            @media screen and (min-width: 1537px) {
              body.recruit main.main section.contents .single_content .story_wrap::before {
                padding: 36% 0 0 0; } }
            @media screen and (max-width: 768px) {
              body.recruit main.main section.contents .single_content .story_wrap::before {
                padding: 80% 0 0 0; } }
        body.recruit main.main section.contents .single_content .story {
          width: 100%;
          margin: 4.5rem auto 0;
          overflow: hidden;
          padding: 0 11%; }
          body.recruit main.main section.contents .single_content .story .swiper {
            overflow: visible; }
            body.recruit main.main section.contents .single_content .story .swiper .swiper-wrapper {
              transform: none; }
            body.recruit main.main section.contents .single_content .story .swiper .swiper-slide {
              width: 505px;
              transform: none; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .story .swiper .swiper-slide {
                  width: 300px; } }
              body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card {
                position: relative;
                border-radius: 7px;
                width: 100%;
                padding: 67.33% 0 0 0;
                overflow: hidden;
                cursor: pointer; }
                body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card::before {
                  content: '';
                  background: #131313;
                  width: 100%;
                  height: 86.2%;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  border-radius: 7px; }
                body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card::after {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  left: -100%;
                  width: 100%;
                  height: 100%;
                  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
                  transition: .5s; }
                body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text {
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 100%;
                  z-index: 1;
                  height: calc(100% - 1.9rem); }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text {
                      height: calc(100% - 15px); } }
                  body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__number {
                    position: relative;
                    font-family: "Rubik", serif;
                    font-weight: bold;
                    margin: 0;
                    padding: 0;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    width: 48.5%; }
                    body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__number span {
                      position: absolute;
                      bottom: 0.24em;
                      left: 1.6em;
                      font-size: 1.03rem;
                      transform: rotate(-90deg);
                      color: #fff;
                      transform-origin: left center;
                      line-height: 1em;
                      letter-spacing: 0.2em; }
                      @media screen and (max-width: 767px) {
                        body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__number span {
                          font-size: 10px; } }
                    body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__number strong {
                      font-size: 5.875rem;
                      -webkit-text-fill-color: #74D2BE;
                      -webkit-text-stroke: 4px #fff;
                      line-height: 1em;
                      padding: 0 0 0 3rem;
                      letter-spacing: 0.05em;
                      font-weight: 800; }
                      @media screen and (max-width: 767px) {
                        body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__number strong {
                          font-size: 55px;
                          -webkit-text-fill-color: #74D2BE;
                          -webkit-text-stroke: 3px #fff;
                          padding: 0 0 0 26px;
                          letter-spacing: 0; } }
                    body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__number i {
                      width: 2rem;
                      height: 2rem;
                      border-radius: 4px;
                      background: #fff;
                      color: #74D2BE;
                      font-size: 12px;
                      text-align: center;
                      line-height: 2rem;
                      margin-right: 1rem; }
                      @media screen and (max-width: 767px) {
                        body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__number i {
                          width: 20px;
                          height: 20px;
                          line-height: 20px;
                          font-size: 8px; } }
                  body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__nyusya {
                    margin: 1.75rem 0 0 2.125rem;
                    padding: 0 0 0.25em;
                    color: #fff;
                    font-size: 1.125rem;
                    font-weight: bold;
                    width: fit-content;
                    border-bottom: 2px solid #fff;
                    letter-spacing: 0.2em; }
                    body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__nyusya small {
                      font-size: 0.6875rem;
                      display: inline-block;
                      margin-right: 0.5em; }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__nyusya {
                        font-size: 1rem;
                        margin: 0.6rem 0 0 20px; } }
                  body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__name {
                    margin: 0.85em 0 0 2.125rem;
                    padding: 0;
                    color: #fff;
                    font-size: 1rem;
                    font-weight: bold;
                    line-height: 30px;
                    letter-spacing: 0.2em;
                    display: flex; }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__name {
                        font-size: 0.85rem;
                        margin: 0.25em 0 0 20px; } }
                    body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__name span {
                      font-size: 1.5rem;
                      margin-bottom: 0.3em;
                      transform: translate(0, -2px);
                      margin-left: 0.5em;
                      letter-spacing: 0; }
                      @media screen and (max-width: 767px) {
                        body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__name span {
                          font-size: 1.28rem; } }
                  body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__read {
                    margin: 0 0 0 2.125rem;
                    padding: 0;
                    color: #131313;
                    position: absolute;
                    bottom: 0;
                    left: 0; }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__read {
                        margin: 0 0 0 20px; } }
                    body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__read span {
                      font-size: 0.875rem;
                      font-weight: bold;
                      letter-spacing: 0.1em;
                      line-height: 2.72em;
                      background: linear-gradient(transparent 0%, #fff 0%);
                      display: inline;
                      padding: 6px 12px;
                      -webkit-box-decoration-break: clone;
                      box-decoration-break: clone; }
                      @media screen and (max-width: 767px) {
                        body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .text .text-story__read span {
                          font-size: 10px;
                          padding: 4px 8px; } }
                body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card .img {
                  width: 51.5%;
                  position: absolute;
                  bottom: 0;
                  right: 0;
                  border-radius: 7px 7px 7px 0;
                  overflow: hidden; }
                body.recruit main.main section.contents .single_content .story .swiper .swiper-slide .story-list__card:hover::after {
                  bottom: 0;
                  left: 100%; }
            body.recruit main.main section.contents .single_content .story .swiper .swiper-controller {
              width: calc(100vw - 14%);
              position: relative;
              display: flex;
              height: 50px;
              margin: 2.125rem 0 0 0;
              align-items: center;
              z-index: -1; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .story .swiper .swiper-controller {
                  margin: 1.5rem 0 0 0;
                  height: 40px; } }
              body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-scrollbar {
                position: static;
                width: calc(100% - 10px - 70px - 70px - 32px);
                height: 5px;
                border-radius: 0;
                background: #fff; }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-scrollbar {
                    width: calc(100% - 10px - 56px - 56px - 20px); } }
                body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-scrollbar .swiper-scrollbar-drag {
                  border-radius: 0;
                  height: 5px;
                  background: #131313; }
              body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-button-prev {
                position: static;
                width: 70px;
                height: 50px;
                border-radius: 6px;
                background: #131313;
                margin-right: 10px;
                margin-top: 0; }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-button-prev {
                    width: 56px;
                    height: 40px;
                    border-radius: 5px; } }
                body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-button-prev::before {
                  font: var(--fa-font-solid);
                  content: "\f04b";
                  transform: rotate(-180deg);
                  font-size: 19px;
                  color: #fff; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-button-prev::before {
                      font-size: 15px; } }
                body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-button-prev::after {
                  display: none; }
              body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-button-next {
                position: static;
                width: 70px;
                height: 50px;
                border-radius: 6px;
                background: #131313;
                margin-right: 32px;
                margin-top: 0; }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-button-next {
                    width: 56px;
                    height: 40px;
                    border-radius: 5px;
                    margin-right: 20px; } }
                body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-button-next::before {
                  font: var(--fa-font-solid);
                  content: "\f04b";
                  font-size: 19px;
                  color: #fff; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-button-next::before {
                      font-size: 15px; } }
                body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-button-next::after {
                  display: none; }
              body.recruit main.main section.contents .single_content .story .swiper .swiper-controller .swiper-button-disabled {
                opacity: 1;
                background: #636363; }
          body.recruit main.main section.contents .single_content .story .story-list__modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(19, 19, 19, 0.8);
            z-index: 1101; }
            body.recruit main.main section.contents .single_content .story .story-list__modal .close {
              position: absolute;
              /*top: 8px;
              right: 8px;*/
              top: calc(50vh - 370px - 44px);
              right: calc(50vw - 585px);
              font-weight: bold;
              font-size: 30px;
              width: 34px;
              height: 34px;
              line-height: 34px;
              background: #fff;
              display: block;
              border-radius: 6px;
              text-align: center;
              margin: 0;
              padding: 0;
              font-family: "Rubik", serif;
              cursor: pointer; }
              @media screen and (max-width: 1300px) {
                body.recruit main.main section.contents .single_content .story .story-list__modal .close {
                  right: 5%; } }
              @media screen and (max-height: 846px) {
                body.recruit main.main section.contents .single_content .story .story-list__modal .close {
                  top: 10px; } }
            body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner {
              border: 15px solid #131313;
              background: #74D2BE;
              border-radius: 10px;
              max-width: 1150px;
              max-height: 740px;
              height: 90%;
              width: 90%;
              margin: 0 auto;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              padding: 25px;
              display: flex;
              flex-wrap: wrap;
              overflow-y: scroll;
              scrollbar-color: #74D2BE #131313;
              scrollbar-width: thin; }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner {
                  border: 8px solid #131313;
                  padding: 12px;
                  border-radius: 5px; } }
              body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text {
                width: 100%;
                display: flex;
                align-items: flex-end;
                padding-top: 70px;
                padding-bottom: 25px;
                padding-left: 25px;
                /*padding-right: 33%;*/
                position: relative; }
                @media screen and (max-width: 1100px) {
                  body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text {
                    padding-right: 38%;
                    padding-top: 85px;
                    padding-bottom: 30px; } }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text {
                    padding-top: 85px;
                    padding-bottom: 12px;
                    padding-left: 12px;
                    padding-right: 12px;
                    flex-wrap: wrap; } }
                body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text::before {
                  content: '';
                  width: 100%;
                  height: calc(100% - 40px);
                  background: #131313;
                  border-radius: 7px;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  z-index: -1; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text::before {
                      border-radius: 4px; } }
                body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .text-story__number {
                  font-family: "Rubik", serif;
                  font-weight: bold;
                  margin: 0;
                  padding: 0;
                  display: flex;
                  align-items: center;
                  justify-content: space-between;
                  position: absolute;
                  top: -5px;
                  left: 5px; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .text-story__number {
                      top: 0; } }
                  body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .text-story__number span {
                    position: absolute;
                    bottom: 0.24em;
                    left: 1.6em;
                    font-size: 1.03rem;
                    transform: rotate(-90deg);
                    color: #fff;
                    transform-origin: left center;
                    line-height: 1em;
                    letter-spacing: 0.2em; }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .text-story__number span {
                        left: 0.9em; } }
                  body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .text-story__number strong {
                    font-size: 5.875rem;
                    -webkit-text-fill-color: #74D2BE;
                    -webkit-text-stroke: 4px #fff;
                    line-height: 1em;
                    padding: 0 0 0 2.8rem;
                    letter-spacing: 0.025em;
                    font-weight: 800; }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .text-story__number strong {
                        padding: 0 0 0 2rem; } }
                body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .prof_wrap {
                  margin-right: 50px;
                  transform: translate(0, 3px); }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .prof_wrap {
                      margin-right: 0;
                      margin-bottom: 0.5rem;
                      padding-right: 1em;
                      width: 100%; } }
                  body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .prof_wrap .text-story__nyusya {
                    margin: 0;
                    padding: 0 0 0.25em;
                    color: #fff;
                    font-size: 1.125rem;
                    font-weight: bold;
                    width: fit-content;
                    border-bottom: 2px solid #fff;
                    letter-spacing: 0.2em; }
                    body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .prof_wrap .text-story__nyusya small {
                      font-size: 0.6875rem;
                      display: inline-block;
                      margin-right: 0.5em; }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .prof_wrap .text-story__nyusya {
                        font-size: 1rem; } }
                  body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .prof_wrap .text-story__name {
                    margin: 0.85em 0 0 0;
                    padding: 0;
                    color: #fff;
                    font-size: 1rem;
                    font-weight: bold;
                    line-height: 30px;
                    letter-spacing: 0.2em;
                    display: flex; }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .prof_wrap .text-story__name {
                        font-size: 0.85rem;
                        letter-spacing: 0; } }
                    body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .prof_wrap .text-story__name span {
                      font-size: 1.5rem;
                      transform: translate(0, -2px);
                      margin-left: 0.5em;
                      letter-spacing: 0; }
                      @media screen and (max-width: 767px) {
                        body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .prof_wrap .text-story__name span {
                          font-size: 1.28rem;
                          letter-spacing: 0; } }
                body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .text-story__read {
                  margin: 0;
                  padding: 0;
                  color: #131313;
                  z-index: 1; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .text-story__read {
                      width: 100%; } }
                  body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .text-story__read span {
                    font-size: 1.2rem;
                    font-weight: bold;
                    letter-spacing: 0.1em;
                    line-height: 2.4em;
                    background: linear-gradient(transparent 0%, #fff 0%);
                    display: inline;
                    padding: 6px 12px;
                    -webkit-box-decoration-break: clone;
                    box-decoration-break: clone; }
                    @media screen and (max-width: 1100px) {
                      body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .text-story__read span {
                        font-size: 1.05rem;
                        letter-spacing: 0.05em; } }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .text-story__read span {
                        font-size: 1rem;
                        letter-spacing: 0;
                        padding: 4px 6px; } }
                body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .img {
                  width: 28%;
                  position: absolute;
                  top: 0;
                  right: 25px;
                  padding: 8px;
                  background: #131313; }
                  @media screen and (max-width: 1100px) {
                    body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .img {
                      width: 33%; } }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .img {
                      position: static;
                      width: 100%;
                      height: auto;
                      padding: 20px 0 0 0; } }
                  body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .text .img img {
                    width: 100%;
                    height: auto; }
              body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .interview {
                width: 100%;
                padding: 32px 25px 25px 25px; }
                @media screen and (max-width: 767px) {
                  body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .interview {
                    padding: 16px 12px 12px 12px; } }
                body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .interview.img_none {
                  width: 100%;
                  padding: 32px 25px 25px 25px; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .interview.img_none {
                      padding: 16px 12px 12px 12px; } }
                body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .interview .interview_title {
                  font-size: 1.25rem;
                  font-weight: bold;
                  letter-spacing: 0.1em;
                  line-height: 1.8rem;
                  position: relative;
                  margin: 0 0 0.6em;
                  padding: 0 0 0.5em 2.85em;
                  border-bottom: 2px solid #131313; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .interview .interview_title {
                      font-size: 1.15rem;
                      letter-spacing: 0; } }
                  body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .interview .interview_title span {
                    font-family: "Rubik", serif;
                    font-size: 1.6875rem;
                    font-weight: 800;
                    display: block;
                    padding-right: 0.4em;
                    position: absolute;
                    left: 0;
                    top: 0.05em; }
                body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .interview .interview_text {
                  margin: 0 0 2.5em;
                  padding: 0;
                  letter-spacing: 0.05em;
                  font-size: 1rem;
                  line-height: 1.875em; }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .interview .interview_text {
                      font-size: 0.95rem;
                      letter-spacing: 0; } }
                  body.recruit main.main section.contents .single_content .story .story-list__modal .story-list__modal_inner .interview .interview_text:last-child {
                    margin-bottom: 0; }
        body.recruit main.main section.contents .single_content section.event {
          margin: 7.5rem 0 0 0;
          padding: 7.5rem 0 7.5rem;
          background: rgba(255, 255, 255, 0.4); }
          @media screen and (max-width: 767px) {
            body.recruit main.main section.contents .single_content section.event {
              margin: 5.5rem 0 0 0;
              padding: 5rem 0 5rem; } }
          body.recruit main.main section.contents .single_content section.event .inner {
            max-width: 1160px;
            padding: 0 30px;
            display: flex; }
            @media screen and (max-width: 1280px) {
              body.recruit main.main section.contents .single_content section.event .inner {
                max-width: 940px; } }
            @media screen and (max-width: 768px) {
              body.recruit main.main section.contents .single_content section.event .inner {
                flex-wrap: wrap; } }
            body.recruit main.main section.contents .single_content section.event .inner .event_title {
              width: 220px;
              display: flex;
              align-items: center;
              justify-content: center; }
              @media screen and (max-width: 1280px) {
                body.recruit main.main section.contents .single_content section.event .inner .event_title {
                  width: 176px; } }
              @media screen and (max-width: 768px) {
                body.recruit main.main section.contents .single_content section.event .inner .event_title {
                  width: 100%;
                  margin: 0 0 3em; } }
              @media screen and (max-width: 767px) {
                body.recruit main.main section.contents .single_content section.event .inner .event_title {
                  margin: 0 0 25px; } }
              body.recruit main.main section.contents .single_content section.event .inner .event_title h2 {
                text-align: center;
                margin: 0; }
                body.recruit main.main section.contents .single_content section.event .inner .event_title h2 .jp {
                  font-size: 1.375rem;
                  font-weight: bold;
                  display: block;
                  line-height: 1em;
                  margin: 0 0 1em; }
                  @media screen and (max-width: 1280px) {
                    body.recruit main.main section.contents .single_content section.event .inner .event_title h2 .jp {
                      font-size: 1.1rem; } }
                body.recruit main.main section.contents .single_content section.event .inner .event_title h2 .en {
                  font-family: "Rubik", serif;
                  display: block;
                  font-size: 2.5rem;
                  letter-spacing: 0.1em;
                  font-weight: bold;
                  line-height: 1em; }
                  @media screen and (max-width: 1280px) {
                    body.recruit main.main section.contents .single_content section.event .inner .event_title h2 .en {
                      font-size: 2.0rem; } }
                  body.recruit main.main section.contents .single_content section.event .inner .event_title h2 .en strong {
                    font-size: 3.875rem;
                    letter-spacing: 0.025em;
                    display: block;
                    font-weight: bold;
                    line-height: 1em; }
                    @media screen and (max-width: 1280px) {
                      body.recruit main.main section.contents .single_content section.event .inner .event_title h2 .en strong {
                        font-size: 3.1rem; } }
            body.recruit main.main section.contents .single_content section.event .inner ul {
              width: calc(100% - 220px);
              padding: 0 0 0 3.6rem;
              margin: 0; }
              @media screen and (max-width: 1280px) {
                body.recruit main.main section.contents .single_content section.event .inner ul {
                  width: calc(100% - 176px);
                  padding: 0 0 0 2.88rem; } }
              @media screen and (max-width: 768px) {
                body.recruit main.main section.contents .single_content section.event .inner ul {
                  width: 100%;
                  padding: 0; } }
              body.recruit main.main section.contents .single_content section.event .inner ul li {
                border-top: 2px solid #131313; }
                body.recruit main.main section.contents .single_content section.event .inner ul li:last-child {
                  border-bottom: 2px solid #131313; }
                body.recruit main.main section.contents .single_content section.event .inner ul li .txt {
                  display: flex;
                  align-items: center;
                  margin: 0;
                  padding: 2.3rem 0; }
                  @media screen and (max-width: 1280px) {
                    body.recruit main.main section.contents .single_content section.event .inner ul li .txt {
                      padding: 1.84rem 0; } }
                  @media screen and (max-width: 767px) {
                    body.recruit main.main section.contents .single_content section.event .inner ul li .txt {
                      flex-wrap: wrap;
                      padding: 1.14rem 0; } }
                  body.recruit main.main section.contents .single_content section.event .inner ul li .txt .date {
                    font-size: 0.875rem;
                    letter-spacing: 0.15em;
                    line-height: 26px;
                    margin: 0;
                    padding: 0 2.5rem 0 1.56rem; }
                    @media screen and (max-width: 1280px) {
                      body.recruit main.main section.contents .single_content section.event .inner ul li .txt .date {
                        font-size: 0.7rem;
                        line-height: 21px;
                        padding: 0 2rem 0 1.248rem; } }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content section.event .inner ul li .txt .date {
                        font-size: 11px;
                        line-height: 20px;
                        height: 20px;
                        padding: 0 1rem; } }
                  body.recruit main.main section.contents .single_content section.event .inner ul li .txt .cat {
                    width: 8.75rem;
                    background: #131313;
                    color: #fff;
                    font-size: 0.75rem;
                    letter-spacing: 0.15em;
                    text-align: center;
                    height: 26px;
                    line-height: 26px;
                    margin: 0;
                    padding: 0; }
                    @media screen and (max-width: 1280px) {
                      body.recruit main.main section.contents .single_content section.event .inner ul li .txt .cat {
                        width: 7rem;
                        font-size: 10px;
                        height: 21px;
                        line-height: 21px; } }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content section.event .inner ul li .txt .cat {
                        width: 110px;
                        height: 20px;
                        line-height: 20px; } }
                  body.recruit main.main section.contents .single_content section.event .inner ul li .txt .title {
                    margin: 0 1.5rem;
                    padding: 0;
                    line-height: 26px;
                    font-size: 0.875rem; }
                    @media screen and (max-width: 1280px) {
                      body.recruit main.main section.contents .single_content section.event .inner ul li .txt .title {
                        margin: 0 1.2rem;
                        line-height: 21px;
                        font-size: 0.7rem; } }
                    @media screen and (max-width: 767px) {
                      body.recruit main.main section.contents .single_content section.event .inner ul li .txt .title {
                        width: 100%;
                        margin: 0 1rem;
                        font-size: 12px;
                        letter-spacing: 0; } }
                    body.recruit main.main section.contents .single_content section.event .inner ul li .txt .title a {
                      margin: 0;
                      padding: 0 0.5rem;
                      text-decoration: none;
                      letter-spacing: 0.15em;
                      line-height: 26px;
                      display: inline-block;
                      position: relative;
                      transition: .3s; }
                      @media screen and (max-width: 767px) {
                        body.recruit main.main section.contents .single_content section.event .inner ul li .txt .title a {
                          padding: 0.6em 0 0 0;
                          letter-spacing: 0;
                          line-height: 1.5em; } }
                      body.recruit main.main section.contents .single_content section.event .inner ul li .txt .title a::before {
                        content: '';
                        width: 0;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        transition: .3s;
                        background: #fff;
                        z-index: -1; }
                      body.recruit main.main section.contents .single_content section.event .inner ul li .txt .title a:hover {
                        background: none;
                        transition: .3s;
                        color: #131313;
                        transform: none; }
                        body.recruit main.main section.contents .single_content section.event .inner ul li .txt .title a:hover::before {
                          width: 100%;
                          transition: .3s; }
  body.recruit .recruit-footer {
    background: rgba(255, 255, 255, 0.4);
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    border: none; }
    body.recruit .recruit-footer .recruit-footer__flex {
      display: flex;
      justify-content: space-between;
      padding: 0;
      margin: 0;
      width: 100%; }
      body.recruit .recruit-footer .recruit-footer__flex .title {
        font-family: "Rubik", serif;
        font-weight: 800;
        /*font-size: 3.875rem;*/
        font-size: 2.325rem;
        text-align: center;
        letter-spacing: 0;
        line-height: 1em;
        color: #74D2BE;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 768px) {
          body.recruit .recruit-footer .recruit-footer__flex .title {
            font-size: 39px; } }
        @media screen and (max-width: 767px) {
          body.recruit .recruit-footer .recruit-footer__flex .title {
            font-size: 26px; } }
        body.recruit .recruit-footer .recruit-footer__flex .title span {
          display: block;
          letter-spacing: 0.1em;
          line-height: 1em; }
          body.recruit .recruit-footer .recruit-footer__flex .title span.site {
            /*font-size: 2.5rem;*/
            font-size: 1.5rem;
            padding: 0.1em 0 0 0; }
            @media screen and (max-width: 768px) {
              body.recruit .recruit-footer .recruit-footer__flex .title span.site {
                font-size: 26px; } }
            @media screen and (max-width: 767px) {
              body.recruit .recruit-footer .recruit-footer__flex .title span.site {
                font-size: 17px; } }
          body.recruit .recruit-footer .recruit-footer__flex .title span.jp {
            /*font-size: 2.06rem;*/
            font-size: 1.236rem;
            font-family: "Noto Sans JP", sans-serif;
            padding: 0 0 0.335em; }
            @media screen and (max-width: 768px) {
              body.recruit .recruit-footer .recruit-footer__flex .title span.jp {
                font-size: 21px; } }
            @media screen and (max-width: 767px) {
              body.recruit .recruit-footer .recruit-footer__flex .title span.jp {
                font-size: 14px; } }
      body.recruit .recruit-footer .recruit-footer__flex .logo {
        /*margin: 2.5rem auto;*/
        margin: 1.5rem auto;
        /*padding: 0 7px;
        height: 70px;
        line-height: 70px;
        max-width: 340px;*/
        padding: 0;
        height: 42px;
        line-height: 42px;
        max-width: 204px;
        background: #fff;
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          body.recruit .recruit-footer .recruit-footer__flex .logo {
            margin: 2rem auto;
            padding: 0 6px;
            height: 56px;
            line-height: 56px;
            max-width: 272px; } }
        @media screen and (max-width: 767px) {
          body.recruit .recruit-footer .recruit-footer__flex .logo {
            margin: 20px 24px;
            height: 32px;
            line-height: 32px; } }
        body.recruit .recruit-footer .recruit-footer__flex .logo img {
          height: 100%;
          width: auto;
          /*max-height: 58px;*/
          /*max-height: 35px;*/
          max-height: 42px; }
          @media screen and (max-width: 768px) {
            body.recruit .recruit-footer .recruit-footer__flex .logo img {
              max-height: 46px; } }
      body.recruit .recruit-footer .recruit-footer__flex .link {
        margin: 0;
        padding: 0;
        text-align: center; }
        body.recruit .recruit-footer .recruit-footer__flex .link a {
          /*width: 230px;
          height: 54px;
          line-height: 48px;*/
          width: 138px;
          height: 32px;
          line-height: 28px;
          display: inline-block;
          border: 2px solid #74D2BE;
          border-radius: 6px;
          /*font-size: 1.25rem;*/
          font-size: 0.75rem;
          letter-spacing: 0.15em;
          font-weight: bold;
          color: #74D2BE;
          position: relative;
          overflow: hidden;
          z-index: 1;
          transition: .3s; }
          @media screen and (max-width: 768px) {
            body.recruit .recruit-footer .recruit-footer__flex .link a {
              width: 184px;
              height: 43px;
              line-height: 39px;
              border: 2px solid #74D2BE;
              border-radius: 8px;
              font-size: 1rem; } }
          @media screen and (max-width: 767px) {
            body.recruit .recruit-footer .recruit-footer__flex .link a {
              width: 120px;
              height: 30px;
              line-height: 26px;
              font-size: 10px; } }
          body.recruit .recruit-footer .recruit-footer__flex .link a::before {
            font: var(--fa-font-solid);
            content: "\f04b";
            /*font-size: 15px;*/
            font-size: 10px;
            color: #fff;
            display: block;
            position: absolute;
            top: calc(50% - 5px);
            right: 0.42rem;
            color: #74D2BE;
            transition: .3s; }
            @media screen and (max-width: 768px) {
              body.recruit .recruit-footer .recruit-footer__flex .link a::before {
                font-size: 12px;
                top: calc(50% - 6px); } }
            @media screen and (max-width: 767px) {
              body.recruit .recruit-footer .recruit-footer__flex .link a::before {
                font-size: 10px;
                top: calc(50% - 5px); } }
          body.recruit .recruit-footer .recruit-footer__flex .link a::after {
            content: '';
            height: 100%;
            width: 0px;
            background: #74D2BE;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            transition: .3s; }
          body.recruit .recruit-footer .recruit-footer__flex .link a:hover {
            color: #131313;
            transition: .3s; }
            body.recruit .recruit-footer .recruit-footer__flex .link a:hover::before {
              color: #131313;
              transition: .3s; }
            body.recruit .recruit-footer .recruit-footer__flex .link a:hover::after {
              width: 100%;
              transition: .3s; }
      body.recruit .recruit-footer .recruit-footer__flex .recruit-footer__left {
        background: #131313;
        width: calc(50% - 1px);
        border-radius: 40px 40px 0 0;
        /*padding: 7.5rem 0 6.25rem 0;*/
        padding: 3.75rem 0 3rem 0; }
        @media screen and (max-width: 768px) {
          body.recruit .recruit-footer .recruit-footer__flex .recruit-footer__left {
            padding: 6rem 0 5rem 0;
            border-radius: 32px 32px 0 0; } }
        @media screen and (max-width: 767px) {
          body.recruit .recruit-footer .recruit-footer__flex .recruit-footer__left {
            padding: 40px 0 40px 0; } }
        body.recruit .recruit-footer .recruit-footer__flex .recruit-footer__left .logo {
          background: #74D2BE;
          padding: 0 26px; }
          @media screen and (max-width: 767px) {
            body.recruit .recruit-footer .recruit-footer__flex .recruit-footer__left .logo {
              padding: 0 15px; } }
          body.recruit .recruit-footer .recruit-footer__flex .recruit-footer__left .logo img {
            max-height: 38px; }
      body.recruit .recruit-footer .recruit-footer__flex .recruit-footer__right {
        background: #131313;
        width: calc(50% - 1px);
        border-radius: 40px 40px 0 0;
        /*padding: 7.5rem 0 6.25rem 0;*/
        padding: 3.75rem 0 3rem 0; }
        @media screen and (max-width: 768px) {
          body.recruit .recruit-footer .recruit-footer__flex .recruit-footer__right {
            padding: 6rem 0 5rem 0;
            border-radius: 32px 32px 0 0; } }
        @media screen and (max-width: 767px) {
          body.recruit .recruit-footer .recruit-footer__flex .recruit-footer__right {
            padding: 40px 0 40px 0; } }
        @media screen and (max-width: 767px) {
          body.recruit .recruit-footer .recruit-footer__flex .recruit-footer__right .logo {
            margin-right: auto;
            margin-left: auto;
            max-width: 98px;
            padding: 0; }
            body.recruit .recruit-footer .recruit-footer__flex .recruit-footer__right .logo img {
              width: 100%;
              height: 100%; } }
  body.recruit div.page-top {
    z-index: 99; }
    @media screen and (max-width: 767px) {
      body.recruit div.page-top {
        width: 48px;
        height: 48px;
        line-height: 44px; } }
    body.recruit div.page-top::after {
      font: var(--fa-font-solid);
      border-radius: 7px;
      color: #74D2BE;
      border-color: #74D2BE;
      content: "\f04b";
      transform: rotate(-90deg);
      font-size: 1.25em;
      background: #fff; }
    body.recruit div.page-top:hover::after {
      background: #74D2BE;
      color: #fff; }

.cky-consent-container .cky-consent-bar {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); }
  .cky-consent-container .cky-consent-bar .cky-banner-btn-close {
    top: 15px;
    right: 15px; }
    .cky-consent-container .cky-consent-bar .cky-banner-btn-close img {
      width: 15px;
      height: 15px; }
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
    position: relative;
    z-index: 11;
    padding: 0 8px; }
    .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
      background: none !important;
      position: relative; }
      .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-reject::before {
        content: '';
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
    .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-accept {
      background: none !important;
      border: none !important;
      position: relative; }
      .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-accept::before {
        content: '';
        background: #009999;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.7);
  z-index: 1101;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px); }
  .modal .modal-content {
    max-width: 800px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1em rgba(255, 255, 255, 0.28);
    aspect-ratio: 4 / 3; }
    @media screen and (max-width: 767px) {
      .modal .modal-content {
        width: calc(100% - 40px);
        height: auto;
        padding: 10px; } }
    .modal .modal-content .modal-body {
      width: calc(100% - 2rem);
      height: calc(100% - 2rem);
      position: absolute;
      top: 1rem;
      left: 1rem; }
      @media screen and (max-width: 767px) {
        .modal .modal-content .modal-body {
          width: calc(100% - 20px);
          height: calc(100% - 20px);
          top: 10px;
          left: 10px; } }
    .modal .modal-content .works-list__modal_inner {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1; }
      .modal .modal-content .works-list__modal_inner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .modal .modal-content .title {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      background: rgba(19, 19, 19, 0.7);
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0.85rem 1.25rem; }
      @media screen and (max-width: 767px) {
        .modal .modal-content .title {
          font-size: 11px; } }
      .modal .modal-content .title p {
        margin: 0;
        padding: 0;
        color: #fff; }
        .modal .modal-content .title p.name {
          font-size: 1.2rem;
          font-weight: 600;
          width: 100%;
          margin: 0 0 0.35rem; }
          @media screen and (max-width: 767px) {
            .modal .modal-content .title p.name {
              font-size: 1.05rem;
              letter-spacing: 0; } }
        .modal .modal-content .title p.city + .year::before {
          content: '／'; }
        .modal .modal-content .title p.city + .type::before {
          content: '／'; }
        .modal .modal-content .title p.year + .type::before {
          content: '／'; }
    .modal .modal-content > img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .modal .modal-content .modal-close {
      position: absolute;
      right: -12px;
      top: -12px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #131313;
      box-shadow: 0 0 1em rgba(255, 255, 255, 0.8);
      transition: .3s;
      cursor: pointer; }
      .modal .modal-content .modal-close::before {
        font: var(--fa-font-solid);
        content: "\2b";
        font-size: 28px;
        color: #fff;
        font-weight: bold;
        transition: .3s;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 40px; }
      .modal .modal-content .modal-close:hover {
        background: #009999;
        transition: .3s; }
        .modal .modal-content .modal-close:hover::before {
          transition: .3s; }
    .modal .modal-content .modal-prev {
      width: 40px;
      height: 40px;
      background: #131313;
      position: absolute;
      top: calc(50% - 20px);
      left: -12px;
      padding: 10px;
      box-shadow: 0 0 1em rgba(255, 255, 255, 0.8);
      cursor: pointer;
      border: none; }
      .modal .modal-content .modal-prev img {
        transform: rotate(-180deg);
        width: calc(100% - 20px);
        height: auto;
        position: absolute;
        top: calc(50% - 5px);
        left: 10px; }
      .modal .modal-content .modal-prev:hover {
        background: #009999; }
      .modal .modal-content .modal-prev.btn_hide {
        display: none; }
    .modal .modal-content .modal-next {
      width: 40px;
      height: 40px;
      background: #131313;
      position: absolute;
      top: calc(50% - 20px);
      right: -12px;
      padding: 10px;
      box-shadow: 0 0 1em rgba(255, 255, 255, 0.8);
      cursor: pointer;
      transition: .3s;
      border: none; }
      .modal .modal-content .modal-next img {
        width: calc(100% - 20px);
        height: auto;
        position: absolute;
        top: calc(50% - 5px);
        left: 10px; }
      .modal .modal-content .modal-next:hover {
        background: #009999;
        transition: .3s; }
      .modal .modal-content .modal-next.btn_hide {
        display: none; }
        .modal .modal-content .modal-next.btn_hide.btn_show {
          display: block; }

#loading {
  width: 100%;
  position: fixed;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Tinos", serif;
  font-weight: bold; }
  #loading #loading_img {
    width: 100px; }
    @media screen and (max-width: 767px) {
      #loading #loading_img {
        width: 80px; } }
    #loading #loading_img path, #loading #loading_img line {
      stroke: #131313;
      stroke-width: 3px;
      stroke-dasharray: 400px;
      animation: svg 1.5s ease-in both;
      fill: #131313; }
@keyframes svg {
  0% {
    fill: transparent;
    stroke-dashoffset: 400px; }
  80% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: #131313; } }
